[
  {
    "path": ".github/FUNDING.yml",
    "content": "# These are supported funding model platforms\n\ngithub: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]\npatreon: useinterstellar\nopen_collective: # Replace with a single Open Collective username\nko_fi: # Replace with a single Ko-fi username\ntidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel\ncommunity_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry\nliberapay: # Replace with a single Liberapay username\nissuehunt: # Replace with a single IssueHunt username\notechie: # Replace with a single Otechie username\nlfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry\ncustom: https://cash.app/$akabubbo\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/bug-report.md",
    "content": "---\nname: Bug Report\nabout: Create a report to help us improve\ntitle: \"[Bug] \"\nlabels: Bug Report\nassignees: xbubbo\n---\n\n**Describe the bug**\nA clear and concise description of what the bug is.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to '...'\n2. Click on '....'\n3. Scroll down to '....'\n4. See error\n\n**Expected behavior**\nA clear and concise description of what you expected to happen.\n\n**Screenshots**\nIf applicable, add screenshots to help explain your problem.\n\n**Device Information (please complete the following information):**\n\n- Device: [Ex. Chromebook, iPad, etc.]\n- OS [Ex. ChromeOS, Windows, iOS]\n- Browser [Ex. Chrome, Safari]\n\n**Additional context**\nAdd any other context about the problem here.\n\n> [!IMPORTANT]\n> Do not post your personal information here this includes but is not limited to email addresses, names, and age.\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/feature-request.md",
    "content": "---\nname: Feature Request\nabout: Suggest an idea for this project\ntitle: \"[Feature]\"\nlabels: Feature Request\nassignees: xbubbo\n---\n\n**Is your feature request related to a problem? Please describe.**\nA clear and concise description of what the problem is. Ex. I'm always frustrated when [...]\n\n**Describe the solution you'd like**\nA clear and concise description of what you want to happen.\n\n**Describe alternatives you've considered**\nA clear and concise description of any alternative solutions or features you've considered.\n\n**Additional context**\nAdd any other context or screenshots about the feature request here.\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/game-request.md",
    "content": "---\nname: Game Request\nabout: Suggest a game you would like to be added to the site.\ntitle: \"[Game]\"\nlabels: Game Request\nassignees: xbubbo\n---\n\n**What is the name of the game?**\nProvide the name of the game.\n\n**What is the link to the game?**\nInclude the direct link to the game, ensuring it is a specific URL (Ex. crazygames.com/Game, coolmathgames.com/Game). Please refrain from providing Google Search links to prevent post closure.\n\n**What is the category of the game? [Optional]**\nSpecify the category of the game, such as Multiplayer, Emulator, FPS, Sports, or any relevant classification. This information is optional but can help us accurately add categories to filter the game.\n"
  },
  {
    "path": ".github/dependabot.yml",
    "content": "version: 2\nupdates:\n  - package-ecosystem: \"npm\"\n    directory: \"/\"\n    schedule:\n      interval: \"daily\"\n"
  },
  {
    "path": ".github/workflows/ads.yml",
    "content": "name: Remove Ads\n\non:\n  push:\n    branches:\n      - main\n\njobs:\n  update-ad-free:\n    runs-on: ubuntu-latest\n\n    steps:\n      - uses: actions/checkout@v4\n        with:\n          fetch-depth: 0\n\n      - name: Set git identity\n        run: |\n          git config --global user.name \"github-actions[bot]\"\n          git config --global user.email \"github-actions[bot]@users.noreply.github.com\"\n\n      - name: Setup Ad-Free branch\n        run: |\n          git fetch origin main\n          if git ls-remote --heads origin Ad-Free; then\n            git checkout Ad-Free\n            git merge origin/main --no-edit\n          else\n            git checkout -b Ad-Free origin/main\n          fi\n\n      - name: Remove ad script block from m1.js\n        run: |\n          sed -i '/const blockedHostnames/,/^\\s*}\\s*$/d' static/assets/js/m1.js\n\n      - name: Commit changes\n        run: |\n          if git diff --quiet; then\n            echo \"No changes detected\"\n          else\n            git add static/assets/js/m1.js\n            git commit -m \"Remove ad injection block from m1.js\"\n          fi\n\n      - name: Push changes\n        run: git push origin Ad-Free --force\n"
  },
  {
    "path": ".gitignore",
    "content": "node_modules\n.idea\n.DS_Store\n.hintrc\n.gitpod.yml \n.env"
  },
  {
    "path": ".vscode/extensions.json",
    "content": "{\n  \"recommendations\": [\"dbaeumer.vscode-eslint\", \"biomejs.biome\"]\n}\n"
  },
  {
    "path": ".vscode/settings.json",
    "content": "{\n  \"files.autoSave\": \"afterDelay\",\n  \"files.autoSaveDelay\": 0,\n  \"editor.formatOnSave\": true,\n  \"editor.formatOnPaste\": true,\n  \"editor.defaultFormatter\": \"biomejs.biome\",\n  \"search.exclude\": {\n    \"**/node_modules\": true,\n    \"**/bower_components\": true,\n    \"**/env\": true,\n    \"**/venv\": true,\n    \"**/.github\": true,\n    \"**/.vscode\": true,\n    \"Failed.html\": true\n  },\n  \"files.watcherExclude\": {\n    \"**/.git/objects/**\": true,\n    \"**/.git/subtree-cache/**\": true,\n    \"**/node_modules/**\": true,\n    \"**/env/**\": true,\n    \"**/venv/**\": true,\n    \"env-*\": true,\n    \"Failed.html\": true,\n    \"static/assets/js/fa.js\": true\n  },\n  \"[html]\": {\n    \"editor.defaultFormatter\": \"vscode.html-language-features\"\n  }\n}\n"
  },
  {
    "path": "CONTRIBUTING.md",
    "content": "# Contributing Guidelines\n\nThank you for your interest in contributing to this repository! To ensure a smooth collaboration, please review the following guidelines:\n\n## Pull Request Process\n\n1. **Compatibility:**\n\n   - Ensure your changes work seamlessly on both mobile and desktop platforms.\n\n2. **Version Bumping:**\n\n   - Update the version in relevant files (e.g., `index.js?v=number`) to the next consecutive number when modifying any files.\n\n3. **Code Formatting:**\n\n   - Before finalizing changes, run the following command in the terminal for consistent code formatting:\n     ```bash\n     npm run format\n     ```\n\n4. **Minifying JSON**\n\n   - Before finalizing your changes visit https://codebeautify.org/jsonminifier and compress your json and put it in the `.min.json` file. (Ex. If you are editing `a.json` you would put the minified code in `a.min.json`\n\n5. **Test Your Changes:**\n\n   - Conduct thorough testing to ensure modifications don't introduce issues or break existing functionalities.\n\n6. **Descriptive Pull Requests:**\n\n   - Provide clear, concise descriptions for your pull requests. Include details on the problem addressed and how your changes resolve it.\n\n7. **Responsive Design:**\n\n   - Confirm that changes adhere to responsive design principles, ensuring a seamless user experience across various devices.\n\n8. **Collaboration:**\n   - Be open to feedback and responsive to comments during the review process.\n\nWe appreciate your efforts in contributing to this project!\n"
  },
  {
    "path": "Dockerfile",
    "content": "FROM node:bookworm-slim\r\nENV NODE_ENV=production\r\n\r\nWORKDIR /app\r\n\r\nCOPY [\"package.json\", \"./\"]\r\n\r\nRUN npm install\r\n\r\nCOPY . .\r\n\r\nCMD [ \"node\", \"index.js\" ]"
  },
  {
    "path": "Failed.html",
    "content": "<!doctype html>\n<html>\n  <head>\n    <title>Welcome to nginx!</title>\n    <style>\n      html {\n        color-scheme: light dark;\n      }\n      body {\n        width: 35em;\n        margin: 0 auto;\n        font-family: Tahoma, Verdana, Arial, sans-serif;\n      }\n    </style>\n  </head>\n  <body>\n    <h1>Welcome to nginx!</h1>\n    <p>\n      If you see this page, the nginx web server is successfully installed and working. Further\n      configuration is required.\n    </p>\n\n    <p>\n      For online documentation and support please refer to\n      <a href=\"http://nginx.org/\">nginx.org</a>.<br />\n      Commercial support is available at\n      <a href=\"http://nginx.com/\">nginx.com</a>.\n    </p>\n\n    <p><em>Thank you for using nginx.</em></p>\n  </body>\n</html>\n"
  },
  {
    "path": "LICENSE",
    "content": "                  GNU AFFERO GENERAL PUBLIC LICENSE\r\n                       Version 3, 19 November 2007\r\n\r\n Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>\r\n Everyone is permitted to copy and distribute verbatim copies\r\n of this license document, but changing it is not allowed.\r\n\r\n                            Preamble\r\n\r\n  The GNU Affero General Public License is a free, copyleft license for\r\nsoftware and other kinds of works, specifically designed to ensure\r\ncooperation with the community in the case of network server software.\r\n\r\n  The licenses for most software and other practical works are designed\r\nto take away your freedom to share and change the works.  By contrast,\r\nour General Public Licenses are intended to guarantee your freedom to\r\nshare and change all versions of a program--to make sure it remains free\r\nsoftware for all its users.\r\n\r\n  When we speak of free software, we are referring to freedom, not\r\nprice.  Our General Public Licenses are designed to make sure that you\r\nhave the freedom to distribute copies of free software (and charge for\r\nthem if you wish), that you receive source code or can get it if you\r\nwant it, that you can change the software or use pieces of it in new\r\nfree programs, and that you know you can do these things.\r\n\r\n  Developers that use our General Public Licenses protect your rights\r\nwith two steps: (1) assert copyright on the software, and (2) offer\r\nyou this License which gives you legal permission to copy, distribute\r\nand/or modify the software.\r\n\r\n  A secondary benefit of defending all users' freedom is that\r\nimprovements made in alternate versions of the program, if they\r\nreceive widespread use, become available for other developers to\r\nincorporate.  Many developers of free software are heartened and\r\nencouraged by the resulting cooperation.  However, in the case of\r\nsoftware used on network servers, this result may fail to come about.\r\nThe GNU General Public License permits making a modified version and\r\nletting the public access it on a server without ever releasing its\r\nsource code to the public.\r\n\r\n  The GNU Affero General Public License is designed specifically to\r\nensure that, in such cases, the modified source code becomes available\r\nto the community.  It requires the operator of a network server to\r\nprovide the source code of the modified version running there to the\r\nusers of that server.  Therefore, public use of a modified version, on\r\na publicly accessible server, gives the public access to the source\r\ncode of the modified version.\r\n\r\n  An older license, called the Affero General Public License and\r\npublished by Affero, was designed to accomplish similar goals.  This is\r\na different license, not a version of the Affero GPL, but Affero has\r\nreleased a new version of the Affero GPL which permits relicensing under\r\nthis license.\r\n\r\n  The precise terms and conditions for copying, distribution and\r\nmodification follow.\r\n\r\n                       TERMS AND CONDITIONS\r\n\r\n  0. Definitions.\r\n\r\n  \"This License\" refers to version 3 of the GNU Affero General Public License.\r\n\r\n  \"Copyright\" also means copyright-like laws that apply to other kinds of\r\nworks, such as semiconductor masks.\r\n\r\n  \"The Program\" refers to any copyrightable work licensed under this\r\nLicense.  Each licensee is addressed as \"you\".  \"Licensees\" and\r\n\"recipients\" may be individuals or organizations.\r\n\r\n  To \"modify\" a work means to copy from or adapt all or part of the work\r\nin a fashion requiring copyright permission, other than the making of an\r\nexact copy.  The resulting work is called a \"modified version\" of the\r\nearlier work or a work \"based on\" the earlier work.\r\n\r\n  A \"covered work\" means either the unmodified Program or a work based\r\non the Program.\r\n\r\n  To \"propagate\" a work means to do anything with it that, without\r\npermission, would make you directly or secondarily liable for\r\ninfringement under applicable copyright law, except executing it on a\r\ncomputer or modifying a private copy.  Propagation includes copying,\r\ndistribution (with or without modification), making available to the\r\npublic, and in some countries other activities as well.\r\n\r\n  To \"convey\" a work means any kind of propagation that enables other\r\nparties to make or receive copies.  Mere interaction with a user through\r\na computer network, with no transfer of a copy, is not conveying.\r\n\r\n  An interactive user interface displays \"Appropriate Legal Notices\"\r\nto the extent that it includes a convenient and prominently visible\r\nfeature that (1) displays an appropriate copyright notice, and (2)\r\ntells the user that there is no warranty for the work (except to the\r\nextent that warranties are provided), that licensees may convey the\r\nwork under this License, and how to view a copy of this License.  If\r\nthe interface presents a list of user commands or options, such as a\r\nmenu, a prominent item in the list meets this criterion.\r\n\r\n  1. Source Code.\r\n\r\n  The \"source code\" for a work means the preferred form of the work\r\nfor making modifications to it.  \"Object code\" means any non-source\r\nform of a work.\r\n\r\n  A \"Standard Interface\" means an interface that either is an official\r\nstandard defined by a recognized standards body, or, in the case of\r\ninterfaces specified for a particular programming language, one that\r\nis widely used among developers working in that language.\r\n\r\n  The \"System Libraries\" of an executable work include anything, other\r\nthan the work as a whole, that (a) is included in the normal form of\r\npackaging a Major Component, but which is not part of that Major\r\nComponent, and (b) serves only to enable use of the work with that\r\nMajor Component, or to implement a Standard Interface for which an\r\nimplementation is available to the public in source code form.  A\r\n\"Major Component\", in this context, means a major essential component\r\n(kernel, window system, and so on) of the specific operating system\r\n(if any) on which the executable work runs, or a compiler used to\r\nproduce the work, or an object code interpreter used to run it.\r\n\r\n  The \"Corresponding Source\" for a work in object code form means all\r\nthe source code needed to generate, install, and (for an executable\r\nwork) run the object code and to modify the work, including scripts to\r\ncontrol those activities.  However, it does not include the work's\r\nSystem Libraries, or general-purpose tools or generally available free\r\nprograms which are used unmodified in performing those activities but\r\nwhich are not part of the work.  For example, Corresponding Source\r\nincludes interface definition files associated with source files for\r\nthe work, and the source code for shared libraries and dynamically\r\nlinked subprograms that the work is specifically designed to require,\r\nsuch as by intimate data communication or control flow between those\r\nsubprograms and other parts of the work.\r\n\r\n  The Corresponding Source need not include anything that users\r\ncan regenerate automatically from other parts of the Corresponding\r\nSource.\r\n\r\n  The Corresponding Source for a work in source code form is that\r\nsame work.\r\n\r\n  2. Basic Permissions.\r\n\r\n  All rights granted under this License are granted for the term of\r\ncopyright on the Program, and are irrevocable provided the stated\r\nconditions are met.  This License explicitly affirms your unlimited\r\npermission to run the unmodified Program.  The output from running a\r\ncovered work is covered by this License only if the output, given its\r\ncontent, constitutes a covered work.  This License acknowledges your\r\nrights of fair use or other equivalent, as provided by copyright law.\r\n\r\n  You may make, run and propagate covered works that you do not\r\nconvey, without conditions so long as your license otherwise remains\r\nin force.  You may convey covered works to others for the sole purpose\r\nof having them make modifications exclusively for you, or provide you\r\nwith facilities for running those works, provided that you comply with\r\nthe terms of this License in conveying all material for which you do\r\nnot control copyright.  Those thus making or running the covered works\r\nfor you must do so exclusively on your behalf, under your direction\r\nand control, on terms that prohibit them from making any copies of\r\nyour copyrighted material outside their relationship with you.\r\n\r\n  Conveying under any other circumstances is permitted solely under\r\nthe conditions stated below.  Sublicensing is not allowed; section 10\r\nmakes it unnecessary.\r\n\r\n  3. Protecting Users' Legal Rights From Anti-Circumvention Law.\r\n\r\n  No covered work shall be deemed part of an effective technological\r\nmeasure under any applicable law fulfilling obligations under article\r\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\r\nsimilar laws prohibiting or restricting circumvention of such\r\nmeasures.\r\n\r\n  When you convey a covered work, you waive any legal power to forbid\r\ncircumvention of technological measures to the extent such circumvention\r\nis effected by exercising rights under this License with respect to\r\nthe covered work, and you disclaim any intention to limit operation or\r\nmodification of the work as a means of enforcing, against the work's\r\nusers, your or third parties' legal rights to forbid circumvention of\r\ntechnological measures.\r\n\r\n  4. Conveying Verbatim Copies.\r\n\r\n  You may convey verbatim copies of the Program's source code as you\r\nreceive it, in any medium, provided that you conspicuously and\r\nappropriately publish on each copy an appropriate copyright notice;\r\nkeep intact all notices stating that this License and any\r\nnon-permissive terms added in accord with section 7 apply to the code;\r\nkeep intact all notices of the absence of any warranty; and give all\r\nrecipients a copy of this License along with the Program.\r\n\r\n  You may charge any price or no price for each copy that you convey,\r\nand you may offer support or warranty protection for a fee.\r\n\r\n  5. Conveying Modified Source Versions.\r\n\r\n  You may convey a work based on the Program, or the modifications to\r\nproduce it from the Program, in the form of source code under the\r\nterms of section 4, provided that you also meet all of these conditions:\r\n\r\n    a) The work must carry prominent notices stating that you modified\r\n    it, and giving a relevant date.\r\n\r\n    b) The work must carry prominent notices stating that it is\r\n    released under this License and any conditions added under section\r\n    7.  This requirement modifies the requirement in section 4 to\r\n    \"keep intact all notices\".\r\n\r\n    c) You must license the entire work, as a whole, under this\r\n    License to anyone who comes into possession of a copy.  This\r\n    License will therefore apply, along with any applicable section 7\r\n    additional terms, to the whole of the work, and all its parts,\r\n    regardless of how they are packaged.  This License gives no\r\n    permission to license the work in any other way, but it does not\r\n    invalidate such permission if you have separately received it.\r\n\r\n    d) If the work has interactive user interfaces, each must display\r\n    Appropriate Legal Notices; however, if the Program has interactive\r\n    interfaces that do not display Appropriate Legal Notices, your\r\n    work need not make them do so.\r\n\r\n  A compilation of a covered work with other separate and independent\r\nworks, which are not by their nature extensions of the covered work,\r\nand which are not combined with it such as to form a larger program,\r\nin or on a volume of a storage or distribution medium, is called an\r\n\"aggregate\" if the compilation and its resulting copyright are not\r\nused to limit the access or legal rights of the compilation's users\r\nbeyond what the individual works permit.  Inclusion of a covered work\r\nin an aggregate does not cause this License to apply to the other\r\nparts of the aggregate.\r\n\r\n  6. Conveying Non-Source Forms.\r\n\r\n  You may convey a covered work in object code form under the terms\r\nof sections 4 and 5, provided that you also convey the\r\nmachine-readable Corresponding Source under the terms of this License,\r\nin one of these ways:\r\n\r\n    a) Convey the object code in, or embodied in, a physical product\r\n    (including a physical distribution medium), accompanied by the\r\n    Corresponding Source fixed on a durable physical medium\r\n    customarily used for software interchange.\r\n\r\n    b) Convey the object code in, or embodied in, a physical product\r\n    (including a physical distribution medium), accompanied by a\r\n    written offer, valid for at least three years and valid for as\r\n    long as you offer spare parts or customer support for that product\r\n    model, to give anyone who possesses the object code either (1) a\r\n    copy of the Corresponding Source for all the software in the\r\n    product that is covered by this License, on a durable physical\r\n    medium customarily used for software interchange, for a price no\r\n    more than your reasonable cost of physically performing this\r\n    conveying of source, or (2) access to copy the\r\n    Corresponding Source from a network server at no charge.\r\n\r\n    c) Convey individual copies of the object code with a copy of the\r\n    written offer to provide the Corresponding Source.  This\r\n    alternative is allowed only occasionally and noncommercially, and\r\n    only if you received the object code with such an offer, in accord\r\n    with subsection 6b.\r\n\r\n    d) Convey the object code by offering access from a designated\r\n    place (gratis or for a charge), and offer equivalent access to the\r\n    Corresponding Source in the same way through the same place at no\r\n    further charge.  You need not require recipients to copy the\r\n    Corresponding Source along with the object code.  If the place to\r\n    copy the object code is a network server, the Corresponding Source\r\n    may be on a different server (operated by you or a third party)\r\n    that supports equivalent copying facilities, provided you maintain\r\n    clear directions next to the object code saying where to find the\r\n    Corresponding Source.  Regardless of what server hosts the\r\n    Corresponding Source, you remain obligated to ensure that it is\r\n    available for as long as needed to satisfy these requirements.\r\n\r\n    e) Convey the object code using peer-to-peer transmission, provided\r\n    you inform other peers where the object code and Corresponding\r\n    Source of the work are being offered to the general public at no\r\n    charge under subsection 6d.\r\n\r\n  A separable portion of the object code, whose source code is excluded\r\nfrom the Corresponding Source as a System Library, need not be\r\nincluded in conveying the object code work.\r\n\r\n  A \"User Product\" is either (1) a \"consumer product\", which means any\r\ntangible personal property which is normally used for personal, family,\r\nor household purposes, or (2) anything designed or sold for incorporation\r\ninto a dwelling.  In determining whether a product is a consumer product,\r\ndoubtful cases shall be resolved in favor of coverage.  For a particular\r\nproduct received by a particular user, \"normally used\" refers to a\r\ntypical or common use of that class of product, regardless of the status\r\nof the particular user or of the way in which the particular user\r\nactually uses, or expects or is expected to use, the product.  A product\r\nis a consumer product regardless of whether the product has substantial\r\ncommercial, industrial or non-consumer uses, unless such uses represent\r\nthe only significant mode of use of the product.\r\n\r\n  \"Installation Information\" for a User Product means any methods,\r\nprocedures, authorization keys, or other information required to install\r\nand execute modified versions of a covered work in that User Product from\r\na modified version of its Corresponding Source.  The information must\r\nsuffice to ensure that the continued functioning of the modified object\r\ncode is in no case prevented or interfered with solely because\r\nmodification has been made.\r\n\r\n  If you convey an object code work under this section in, or with, or\r\nspecifically for use in, a User Product, and the conveying occurs as\r\npart of a transaction in which the right of possession and use of the\r\nUser Product is transferred to the recipient in perpetuity or for a\r\nfixed term (regardless of how the transaction is characterized), the\r\nCorresponding Source conveyed under this section must be accompanied\r\nby the Installation Information.  But this requirement does not apply\r\nif neither you nor any third party retains the ability to install\r\nmodified object code on the User Product (for example, the work has\r\nbeen installed in ROM).\r\n\r\n  The requirement to provide Installation Information does not include a\r\nrequirement to continue to provide support service, warranty, or updates\r\nfor a work that has been modified or installed by the recipient, or for\r\nthe User Product in which it has been modified or installed.  Access to a\r\nnetwork may be denied when the modification itself materially and\r\nadversely affects the operation of the network or violates the rules and\r\nprotocols for communication across the network.\r\n\r\n  Corresponding Source conveyed, and Installation Information provided,\r\nin accord with this section must be in a format that is publicly\r\ndocumented (and with an implementation available to the public in\r\nsource code form), and must require no special password or key for\r\nunpacking, reading or copying.\r\n\r\n  7. Additional Terms.\r\n\r\n  \"Additional permissions\" are terms that supplement the terms of this\r\nLicense by making exceptions from one or more of its conditions.\r\nAdditional permissions that are applicable to the entire Program shall\r\nbe treated as though they were included in this License, to the extent\r\nthat they are valid under applicable law.  If additional permissions\r\napply only to part of the Program, that part may be used separately\r\nunder those permissions, but the entire Program remains governed by\r\nthis License without regard to the additional permissions.\r\n\r\n  When you convey a copy of a covered work, you may at your option\r\nremove any additional permissions from that copy, or from any part of\r\nit.  (Additional permissions may be written to require their own\r\nremoval in certain cases when you modify the work.)  You may place\r\nadditional permissions on material, added by you to a covered work,\r\nfor which you have or can give appropriate copyright permission.\r\n\r\n  Notwithstanding any other provision of this License, for material you\r\nadd to a covered work, you may (if authorized by the copyright holders of\r\nthat material) supplement the terms of this License with terms:\r\n\r\n    a) Disclaiming warranty or limiting liability differently from the\r\n    terms of sections 15 and 16 of this License; or\r\n\r\n    b) Requiring preservation of specified reasonable legal notices or\r\n    author attributions in that material or in the Appropriate Legal\r\n    Notices displayed by works containing it; or\r\n\r\n    c) Prohibiting misrepresentation of the origin of that material, or\r\n    requiring that modified versions of such material be marked in\r\n    reasonable ways as different from the original version; or\r\n\r\n    d) Limiting the use for publicity purposes of names of licensors or\r\n    authors of the material; or\r\n\r\n    e) Declining to grant rights under trademark law for use of some\r\n    trade names, trademarks, or service marks; or\r\n\r\n    f) Requiring indemnification of licensors and authors of that\r\n    material by anyone who conveys the material (or modified versions of\r\n    it) with contractual assumptions of liability to the recipient, for\r\n    any liability that these contractual assumptions directly impose on\r\n    those licensors and authors.\r\n\r\n  All other non-permissive additional terms are considered \"further\r\nrestrictions\" within the meaning of section 10.  If the Program as you\r\nreceived it, or any part of it, contains a notice stating that it is\r\ngoverned by this License along with a term that is a further\r\nrestriction, you may remove that term.  If a license document contains\r\na further restriction but permits relicensing or conveying under this\r\nLicense, you may add to a covered work material governed by the terms\r\nof that license document, provided that the further restriction does\r\nnot survive such relicensing or conveying.\r\n\r\n  If you add terms to a covered work in accord with this section, you\r\nmust place, in the relevant source files, a statement of the\r\nadditional terms that apply to those files, or a notice indicating\r\nwhere to find the applicable terms.\r\n\r\n  Additional terms, permissive or non-permissive, may be stated in the\r\nform of a separately written license, or stated as exceptions;\r\nthe above requirements apply either way.\r\n\r\n  8. Termination.\r\n\r\n  You may not propagate or modify a covered work except as expressly\r\nprovided under this License.  Any attempt otherwise to propagate or\r\nmodify it is void, and will automatically terminate your rights under\r\nthis License (including any patent licenses granted under the third\r\nparagraph of section 11).\r\n\r\n  However, if you cease all violation of this License, then your\r\nlicense from a particular copyright holder is reinstated (a)\r\nprovisionally, unless and until the copyright holder explicitly and\r\nfinally terminates your license, and (b) permanently, if the copyright\r\nholder fails to notify you of the violation by some reasonable means\r\nprior to 60 days after the cessation.\r\n\r\n  Moreover, your license from a particular copyright holder is\r\nreinstated permanently if the copyright holder notifies you of the\r\nviolation by some reasonable means, this is the first time you have\r\nreceived notice of violation of this License (for any work) from that\r\ncopyright holder, and you cure the violation prior to 30 days after\r\nyour receipt of the notice.\r\n\r\n  Termination of your rights under this section does not terminate the\r\nlicenses of parties who have received copies or rights from you under\r\nthis License.  If your rights have been terminated and not permanently\r\nreinstated, you do not qualify to receive new licenses for the same\r\nmaterial under section 10.\r\n\r\n  9. Acceptance Not Required for Having Copies.\r\n\r\n  You are not required to accept this License in order to receive or\r\nrun a copy of the Program.  Ancillary propagation of a covered work\r\noccurring solely as a consequence of using peer-to-peer transmission\r\nto receive a copy likewise does not require acceptance.  However,\r\nnothing other than this License grants you permission to propagate or\r\nmodify any covered work.  These actions infringe copyright if you do\r\nnot accept this License.  Therefore, by modifying or propagating a\r\ncovered work, you indicate your acceptance of this License to do so.\r\n\r\n  10. Automatic Licensing of Downstream Recipients.\r\n\r\n  Each time you convey a covered work, the recipient automatically\r\nreceives a license from the original licensors, to run, modify and\r\npropagate that work, subject to this License.  You are not responsible\r\nfor enforcing compliance by third parties with this License.\r\n\r\n  An \"entity transaction\" is a transaction transferring control of an\r\norganization, or substantially all assets of one, or subdividing an\r\norganization, or merging organizations.  If propagation of a covered\r\nwork results from an entity transaction, each party to that\r\ntransaction who receives a copy of the work also receives whatever\r\nlicenses to the work the party's predecessor in interest had or could\r\ngive under the previous paragraph, plus a right to possession of the\r\nCorresponding Source of the work from the predecessor in interest, if\r\nthe predecessor has it or can get it with reasonable efforts.\r\n\r\n  You may not impose any further restrictions on the exercise of the\r\nrights granted or affirmed under this License.  For example, you may\r\nnot impose a license fee, royalty, or other charge for exercise of\r\nrights granted under this License, and you may not initiate litigation\r\n(including a cross-claim or counterclaim in a lawsuit) alleging that\r\nany patent claim is infringed by making, using, selling, offering for\r\nsale, or importing the Program or any portion of it.\r\n\r\n  11. Patents.\r\n\r\n  A \"contributor\" is a copyright holder who authorizes use under this\r\nLicense of the Program or a work on which the Program is based.  The\r\nwork thus licensed is called the contributor's \"contributor version\".\r\n\r\n  A contributor's \"essential patent claims\" are all patent claims\r\nowned or controlled by the contributor, whether already acquired or\r\nhereafter acquired, that would be infringed by some manner, permitted\r\nby this License, of making, using, or selling its contributor version,\r\nbut do not include claims that would be infringed only as a\r\nconsequence of further modification of the contributor version.  For\r\npurposes of this definition, \"control\" includes the right to grant\r\npatent sublicenses in a manner consistent with the requirements of\r\nthis License.\r\n\r\n  Each contributor grants you a non-exclusive, worldwide, royalty-free\r\npatent license under the contributor's essential patent claims, to\r\nmake, use, sell, offer for sale, import and otherwise run, modify and\r\npropagate the contents of its contributor version.\r\n\r\n  In the following three paragraphs, a \"patent license\" is any express\r\nagreement or commitment, however denominated, not to enforce a patent\r\n(such as an express permission to practice a patent or covenant not to\r\nsue for patent infringement).  To \"grant\" such a patent license to a\r\nparty means to make such an agreement or commitment not to enforce a\r\npatent against the party.\r\n\r\n  If you convey a covered work, knowingly relying on a patent license,\r\nand the Corresponding Source of the work is not available for anyone\r\nto copy, free of charge and under the terms of this License, through a\r\npublicly available network server or other readily accessible means,\r\nthen you must either (1) cause the Corresponding Source to be so\r\navailable, or (2) arrange to deprive yourself of the benefit of the\r\npatent license for this particular work, or (3) arrange, in a manner\r\nconsistent with the requirements of this License, to extend the patent\r\nlicense to downstream recipients.  \"Knowingly relying\" means you have\r\nactual knowledge that, but for the patent license, your conveying the\r\ncovered work in a country, or your recipient's use of the covered work\r\nin a country, would infringe one or more identifiable patents in that\r\ncountry that you have reason to believe are valid.\r\n\r\n  If, pursuant to or in connection with a single transaction or\r\narrangement, you convey, or propagate by procuring conveyance of, a\r\ncovered work, and grant a patent license to some of the parties\r\nreceiving the covered work authorizing them to use, propagate, modify\r\nor convey a specific copy of the covered work, then the patent license\r\nyou grant is automatically extended to all recipients of the covered\r\nwork and works based on it.\r\n\r\n  A patent license is \"discriminatory\" if it does not include within\r\nthe scope of its coverage, prohibits the exercise of, or is\r\nconditioned on the non-exercise of one or more of the rights that are\r\nspecifically granted under this License.  You may not convey a covered\r\nwork if you are a party to an arrangement with a third party that is\r\nin the business of distributing software, under which you make payment\r\nto the third party based on the extent of your activity of conveying\r\nthe work, and under which the third party grants, to any of the\r\nparties who would receive the covered work from you, a discriminatory\r\npatent license (a) in connection with copies of the covered work\r\nconveyed by you (or copies made from those copies), or (b) primarily\r\nfor and in connection with specific products or compilations that\r\ncontain the covered work, unless you entered into that arrangement,\r\nor that patent license was granted, prior to 28 March 2007.\r\n\r\n  Nothing in this License shall be construed as excluding or limiting\r\nany implied license or other defenses to infringement that may\r\notherwise be available to you under applicable patent law.\r\n\r\n  12. No Surrender of Others' Freedom.\r\n\r\n  If conditions are imposed on you (whether by court order, agreement or\r\notherwise) that contradict the conditions of this License, they do not\r\nexcuse you from the conditions of this License.  If you cannot convey a\r\ncovered work so as to satisfy simultaneously your obligations under this\r\nLicense and any other pertinent obligations, then as a consequence you may\r\nnot convey it at all.  For example, if you agree to terms that obligate you\r\nto collect a royalty for further conveying from those to whom you convey\r\nthe Program, the only way you could satisfy both those terms and this\r\nLicense would be to refrain entirely from conveying the Program.\r\n\r\n  13. Remote Network Interaction; Use with the GNU General Public License.\r\n\r\n  Notwithstanding any other provision of this License, if you modify the\r\nProgram, your modified version must prominently offer all users\r\ninteracting with it remotely through a computer network (if your version\r\nsupports such interaction) an opportunity to receive the Corresponding\r\nSource of your version by providing access to the Corresponding Source\r\nfrom a network server at no charge, through some standard or customary\r\nmeans of facilitating copying of software.  This Corresponding Source\r\nshall include the Corresponding Source for any work covered by version 3\r\nof the GNU General Public License that is incorporated pursuant to the\r\nfollowing paragraph.\r\n\r\n  Notwithstanding any other provision of this License, you have\r\npermission to link or combine any covered work with a work licensed\r\nunder version 3 of the GNU General Public License into a single\r\ncombined work, and to convey the resulting work.  The terms of this\r\nLicense will continue to apply to the part which is the covered work,\r\nbut the work with which it is combined will remain governed by version\r\n3 of the GNU General Public License.\r\n\r\n  14. Revised Versions of this License.\r\n\r\n  The Free Software Foundation may publish revised and/or new versions of\r\nthe GNU Affero General Public License from time to time.  Such new versions\r\nwill be similar in spirit to the present version, but may differ in detail to\r\naddress new problems or concerns.\r\n\r\n  Each version is given a distinguishing version number.  If the\r\nProgram specifies that a certain numbered version of the GNU Affero General\r\nPublic License \"or any later version\" applies to it, you have the\r\noption of following the terms and conditions either of that numbered\r\nversion or of any later version published by the Free Software\r\nFoundation.  If the Program does not specify a version number of the\r\nGNU Affero General Public License, you may choose any version ever published\r\nby the Free Software Foundation.\r\n\r\n  If the Program specifies that a proxy can decide which future\r\nversions of the GNU Affero General Public License can be used, that proxy's\r\npublic statement of acceptance of a version permanently authorizes you\r\nto choose that version for the Program.\r\n\r\n  Later license versions may give you additional or different\r\npermissions.  However, no additional obligations are imposed on any\r\nauthor or copyright holder as a result of your choosing to follow a\r\nlater version.\r\n\r\n  15. Disclaimer of Warranty.\r\n\r\n  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\r\nAPPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\r\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\r\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\r\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\r\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\r\nIS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\r\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\r\n\r\n  16. Limitation of Liability.\r\n\r\n  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\r\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\r\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\r\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\r\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\r\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\r\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\r\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\r\nSUCH DAMAGES.\r\n\r\n  17. Interpretation of Sections 15 and 16.\r\n\r\n  If the disclaimer of warranty and limitation of liability provided\r\nabove cannot be given local legal effect according to their terms,\r\nreviewing courts shall apply local law that most closely approximates\r\nan absolute waiver of all civil liability in connection with the\r\nProgram, unless a warranty or assumption of liability accompanies a\r\ncopy of the Program in return for a fee.\r\n\r\n                     END OF TERMS AND CONDITIONS\r\n\r\n            How to Apply These Terms to Your New Programs\r\n\r\n  If you develop a new program, and you want it to be of the greatest\r\npossible use to the public, the best way to achieve this is to make it\r\nfree software which everyone can redistribute and change under these terms.\r\n\r\n  To do so, attach the following notices to the program.  It is safest\r\nto attach them to the start of each source file to most effectively\r\nstate the exclusion of warranty; and each file should have at least\r\nthe \"copyright\" line and a pointer to where the full notice is found.\r\n\r\n    <one line to give the program's name and a brief idea of what it does.>\r\n    Copyright (C) <year>  <name of author>\r\n\r\n    This program is free software: you can redistribute it and/or modify\r\n    it under the terms of the GNU Affero General Public License as published\r\n    by the Free Software Foundation, either version 3 of the License, or\r\n    (at your option) any later version.\r\n\r\n    This program is distributed in the hope that it will be useful,\r\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\r\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r\n    GNU Affero General Public License for more details.\r\n\r\n    You should have received a copy of the GNU Affero General Public License\r\n    along with this program.  If not, see <https://www.gnu.org/licenses/>.\r\n\r\nAlso add information on how to contact you by electronic and paper mail.\r\n\r\n  If your software can interact with users remotely through a computer\r\nnetwork, you should also make sure that it provides a way for users to\r\nget its source.  For example, if your program is a web application, its\r\ninterface could display a \"Source\" link that leads users to an archive\r\nof the code.  There are many ways you could offer source, and different\r\nsolutions will be better for different programs; see section 13 for the\r\nspecific requirements.\r\n\r\n  You should also get your employer (if you work as a programmer) or school,\r\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\r\nFor more information on this, and how to apply and follow the GNU AGPL, see\r\n<https://www.gnu.org/licenses/>.\r\n\r\n"
  },
  {
    "path": "Masqr.js",
    "content": "import fs from \"node:fs\"\nimport path from \"node:path\"\nimport fetch from \"node-fetch\"\n\nconst LICENSE_SERVER_URL = \"https://masqr.gointerstellar.app/validate?license=\"\nconst Fail = fs.readFileSync(\"Failed.html\", \"utf8\")\n\nexport function setupMasqr(app) {\n  app.use(async (req, res, next) => {\n    if (req.url.includes(\"/ca/\")) {\n      next()\n      return\n    }\n\n    const authheader = req.headers.authorization\n\n    if (req.cookies[\"authcheck\"]) {\n      next()\n      return\n    }\n\n    if (req.cookies[\"refreshcheck\"] !== \"true\") {\n      res.cookie(\"refreshcheck\", \"true\", { maxAge: 10000 })\n      MasqFail(req, res)\n      return\n    }\n\n    if (!authheader) {\n      res.setHeader(\"WWW-Authenticate\", \"Basic\")\n      res.status(401)\n      MasqFail(req, res)\n      return\n    }\n\n    const auth = Buffer.from(authheader.split(\" \")[1], \"base64\").toString().split(\":\")\n    const pass = auth[1]\n\n    try {\n      const licenseCheckResponse = await fetch(\n        LICENSE_SERVER_URL + pass + \"&host=\" + req.headers.host\n      )\n      const licenseCheck = (await licenseCheckResponse.json())[\"status\"]\n      console.log(\n        LICENSE_SERVER_URL + pass + \"&host=\" + req.headers.host + \" returned \" + licenseCheck\n      )\n      if (licenseCheck === \"License valid\") {\n        res.cookie(\"authcheck\", \"true\", {\n          expires: new Date(Date.now() + 365 * 24 * 60 * 60 * 1000),\n        })\n        res.send(\"<script> window.location.href = window.location.href </script>\")\n        return\n      }\n\n      MasqFail(req, res)\n    } catch (error) {\n      console.error(error)\n      MasqFail(req, res)\n    }\n  })\n}\n\nasync function MasqFail(req, res) {\n  if (!req.headers.host) {\n    return\n  }\n  const unsafeSuffix = req.headers.host + \".html\"\n  const safeSuffix = path.normalize(unsafeSuffix).replace(/^(\\.\\.(\\/|\\\\|$))+/, \"\")\n  const safeJoin = path.join(process.cwd() + \"/Masqrd\", safeSuffix)\n  try {\n    await fs.promises.access(safeJoin)\n    const FailLocal = await fs.promises.readFile(safeJoin, \"utf8\")\n    res.setHeader(\"Content-Type\", \"text/html\")\n    res.send(FailLocal)\n  } catch (e) {\n    res.setHeader(\"Content-Type\", \"text/html\")\n    res.send(Fail)\n  }\n}\n"
  },
  {
    "path": "README.md",
    "content": "<div align=\"center\">\n    <img src=\"https://raw.githubusercontent.com/UseInterstellar/Interstellar/main/.github/branding/in.png\">\n    <p>Serving over 15 million users since 2022.<p>\n    <p>Interstellar is a web proxy with a Clean and Sleek UI and easy to use menus. Our goal is to provide the best user experience to everyone.</p>\n</div>\n\n![inpreview](https://github.com/UseInterstellar/Interstellar/assets/89202835/2669efed-5186-4932-83c4-725acae60bd2)\n\n> [!IMPORTANT]\n> If you fork this project, consider giving it a star in the original repository!\n\n**Join Our [Discord Community](https://discord.gg/interstellar) for support, more links, and an active community!**\n\n## Features\n\n- About:Blank Cloaking\n- Tab Cloaking\n- Wide collection of apps & games\n- Clean, Easy to use UI\n- Inspect Element\n- Various Themes\n- Password Protection (Optional)\n- Built-in Tab System\n- Now.gg Support\n- Fast Speeds\n- Geforce NOW Support\n\n## Deployment\n\n> [!IMPORTANT]\n> You **cannot** deploy to static web hosts, including Netlify, Cloudflare Pages, and GitHub Pages.\n\n### Password Protection\n\n1. Go to the `config.js` file and set `challenge` to **true**. Then, set the environment variable as follows:\n2. For PNPM: Run either `config=true pnpm start` or `$env:config=true; pnpm start`, depending on your server.\n3. For Bun: Run either `config=true bun start` or `$env:config=true; bun start` if you prefer Bun.\n4. For NPM: Run either `config=true npm start` or `$env:config=true; npm start` if you prefer NPM.\n\n\n### Server Deployment\n\nYou must run these commands on your server:\n\n```bash\ngit clone https://github.com/UseInterstellar/Interstellar\ncd Interstellar\n```\n\n#### Ad-Free Deployment\n\n```bash\ngit clone --branch Ad-Free https://github.com/UseInterstellar/Interstellar\ncd Interstellar\n```\n\nNext depending on your package manager, run one of the following commands:\n\n#### Bun\n\nIf you are using Bun, run the following commands:\n\n```bash\nbun i\nbun start\n```\n\n#### pnpm\n\nIf you are using pnpm, run the following commands:\n\n```bash\npnpm i\npnpm start\n```\n\n#### npm\n\nIf you are using npm, run the following commands:\n\n```bash\nnpm i\nnpm run start\n```\n\n### Updating\n\n```bash\ncd Interstellar\ngit pull --force --allow-unrelated-histories # This may overwrite your local changes\n```\n\n<a target=\"_blank\" href=\"https://heroku.com/deploy/?template=https://github.com/UseInterstellar/Interstellar\"><img alt=\"Deploy to Heroku\" src=\"https://binbashbanana.github.io/deploy-buttons/buttons/remade/heroku.svg\"></a>\n<a target=\"_blank\" href=\"https://app.koyeb.com/deploy?type=git&repository=github.com/UseInterstellar/Interstellar\"><img alt=\"Deploy to Koyeb\" src=\"https://binbashbanana.github.io/deploy-buttons/buttons/remade/koyeb.svg\"></a>\n\n### Deployment Alternatives\n\nFor more deployment options, join our [Discord Server](https://discord.gg/interstellar) for various ways to deploy Interstellar.\nThis includes methods of deploying to Render/OnRender.\n\n#### What happened to Replit Deployment?\n\nAs of January 1st, 2024, Replit is [no longer free](https://blog.replit.com/hosting-changes). Try GitHub Codespaces instead.\n\n### GitHub Codespaces\n\n> [!NOTE]\n> If you're setting the port below 1023, then you must run `sudo PORT=1023`\n\n1. Create a GitHub account if you haven't already.\n2. Click \"Code\" (green button) and then \"Create Codespace on main.\"\n3. In the terminal at the bottom, paste `pnpm i && pnpm start`.\n4. Respond to the application popup by clicking \"Make public.\"\n> [!IMPORTANT]\n> Make sure you click the \"Make public.\" button, or the proxy won't function properly.<br>\n> If you get a Range Error, go back and make sure you clicked Make public!\n5. Access the deployed website from the ports tab.\n6. For subsequent uses in the same codespace, just run `pnpm start`\n\n### Solution for if there is no popup.\n\n1. Run `pnpm i`, and before `pnpm start`, prepend `PORT=8080`, replacing 8080 with another port. For example, `PORT=6969 pnpm start`.\n2. If this does not work then you can prepend `$env:PORT=8080;`, replacing 8080 with another port. For example, `$env:PORT=6969; pnpm start`\n3. Go to the ports tab, Click Forward A Port, And type the port number.\n4. Right-click Visibility and set Port Visibility to Public.\n\n> [!NOTE]\n> We are committed to making Interstellar easy and personalized however, as of now we need your support in making it ad-free. Consider keeping ads so Interstellar can run freely or contribute by being a supporter.\n\n## Report Issues\n\nIf you encounter problems, open an issue on GitHub, and we'll address it promptly.\n\n> [!TIP]\n> If you're having trouble, don't hesitate to reach out to us on [Discord](https://discord.gg/interstellar) for personalized support.\n\n# Credits\n\nA huge thanks goes out to all of the people who have contributed to Interstellar.\n\n[![Contributors](https://contrib.rocks/image?repo=UseInterstellar/Interstellar)](https://github.com/UseInterstellar/Interstellar/graphs/contributors)\n"
  },
  {
    "path": "SECURITY.md",
    "content": "# Security Policy\n\n## Supported Versions\n\nOnly current versions of the site are being updated, if you are using an older version of the site, consider upgrading to the latest version.\n\n| Version | Supported |\n| ------- | --------- |\n| V5.2.x  | ✔️        |\n| V5.1.x  | :x:       |\n| V5.0.x  | :x:       |\n| V4.x.x  | :x:       |\n| < V4.0  | :x:       |\n\n## Reporting a Vulnerability\n\nYou can privately report a vulnerability [here](https://github.com/InterstellarNetwork/Interstellar/security/advisories/new).\n\nAlternatively, you can join our [Discord server](https://discord.gg/Interstellar), and open a ticket and let us know what the vulnerability is.\n\n### Upgrading to the Latest Version\n\nIf you are using an older version of the site, we strongly recommend upgrading to the latest version to ensure that you benefit from the latest security updates and enhancements. Only the current versions of the site receive regular updates and support.\n\n### How to Update\n\nIf you have a fork of the repository:\nThen [sync your fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork).\n\nIf you have interstellar installed locally:\nRun `git pull`, and `npm i`.\n\nBy keeping your site up to date, you not only enjoy the latest features but also enhance the security of your experience.\n\nIf you encounter any challenges while updating, feel free to reach out to our [support team](https://discord.gg/interstellar) for assistance.\n\nThank you for prioritizing the security and performance of your experience with our site.\n"
  },
  {
    "path": "app.json",
    "content": "{\n  \"name\": \"edu\",\n  \"description\": \"?\",\n  \"repository\": \"https://github.com/interstellarnetwork/interstellar\",\n  \"logo\": \"https://avatars.githubusercontent.com/u/103917385\",\n  \"keywords\": [\"school\", \"math\"],\n  \"image\": \"heroku/nodejs\"\n}\n"
  },
  {
    "path": "biome.json",
    "content": "{\n  \"$schema\": \"https://biomejs.dev/schemas/2.2.2/schema.json\",\n  \"files\": {\n    \"includes\": [\"**\", \"!**/static/assets/history\", \"!**/static/assets/mathematics\", \"!**/static/assets/json/**/*.min.json\", \"!**/Masqr.js\", \"!**/node_modules\", \"!**/package-lock.json\", \"!**/package.json\", \"!**/*.md\", \"!**/bun.lockb\", \"!**/Failed.html\"]\n  },\n  \"assist\": { \"actions\": { \"source\": { \"organizeImports\": \"on\" } } },\n  \"linter\": {\n    \"enabled\": true,\n    \"rules\": {\n      \"recommended\": true\n    },\n    \"includes\": [\"**\", \"!**/pnpm-lock.yaml\", \"!**/dist/**\", \"!**/node_modules/**\", \"!**/assets/bundled/**\", \"!**/*.min.json\", \"!**/.astro/**\"]\n  },\n  \"formatter\": {\n    \"indentStyle\": \"space\",\n    \"indentWidth\": 2,\n    \"lineEnding\": \"lf\",\n    \"lineWidth\": 320,\n    \"attributePosition\": \"auto\",\n    \"includes\": [\"**\", \"!**/pnpm-lock.yaml\", \"!**/dist/**\", \"!**/node_modules/**\", \"!**/assets/bundled/**\", \"!**/*.min.json\", \"!**/.astro/**\"]\n  },\n  \"javascript\": {\n    \"formatter\": {\n      \"enabled\": true,\n      \"arrowParentheses\": \"asNeeded\",\n      \"bracketSameLine\": true,\n      \"bracketSpacing\": true\n    }\n  },\n  \"css\": {\n    \"formatter\": {\n      \"enabled\": true,\n      \"indentWidth\": 3\n    },\n    \"linter\": {\n      \"enabled\": true\n    }\n  }\n}\n"
  },
  {
    "path": "config.js",
    "content": "const config = {\n  challenge: false, // Set to true if you want to enable password protection.\n  users: {\n    // You can add multiple users by doing username: 'password'.\n    interstellar: \"password\",\n  },\n};\n\nexport default config;\n"
  },
  {
    "path": "index.js",
    "content": "import fs from \"node:fs\";\nimport http from \"node:http\";\nimport path from \"node:path\";\nimport { createBareServer } from \"@nebula-services/bare-server-node\";\nimport chalk from \"chalk\";\nimport cookieParser from \"cookie-parser\";\nimport cors from \"cors\";\nimport express from \"express\";\nimport basicAuth from \"express-basic-auth\";\nimport mime from \"mime\";\nimport fetch from \"node-fetch\";\n// import { setupMasqr } from \"./Masqr.js\";\nimport config from \"./config.js\";\n\nconsole.log(chalk.yellow(\"🚀 Starting server...\"));\n\nconst __dirname = process.cwd();\nconst server = http.createServer();\nconst app = express();\nconst bareServer = createBareServer(\"/ca/\");\nconst PORT = process.env.PORT || 8080;\nconst cache = new Map();\nconst CACHE_TTL = 30 * 24 * 60 * 60 * 1000; // Cache for 30 Days\n\nif (config.challenge !== false) {\n  console.log(chalk.green(\"🔒 Password protection is enabled! Listing logins below\"));\n  // biome-ignore lint: idk\n  Object.entries(config.users).forEach(([username, password]) => {\n    console.log(chalk.blue(`Username: ${username}, Password: ${password}`));\n  });\n  app.use(basicAuth({ users: config.users, challenge: true }));\n}\n\napp.get(\"/e/*\", async (req, res, next) => {\n  try {\n    if (cache.has(req.path)) {\n      const { data, contentType, timestamp } = cache.get(req.path);\n      if (Date.now() - timestamp > CACHE_TTL) {\n        cache.delete(req.path);\n      } else {\n        res.writeHead(200, { \"Content-Type\": contentType });\n        return res.end(data);\n      }\n    }\n\n    const baseUrls = {\n      \"/e/1/\": \"https://raw.githubusercontent.com/qrs/x/fixy/\",\n      \"/e/2/\": \"https://raw.githubusercontent.com/3v1/V5-Assets/main/\",\n      \"/e/3/\": \"https://raw.githubusercontent.com/3v1/V5-Retro/master/\",\n    };\n\n    let reqTarget;\n    for (const [prefix, baseUrl] of Object.entries(baseUrls)) {\n      if (req.path.startsWith(prefix)) {\n        reqTarget = baseUrl + req.path.slice(prefix.length);\n        break;\n      }\n    }\n\n    if (!reqTarget) {\n      return next();\n    }\n\n    const asset = await fetch(reqTarget);\n    if (!asset.ok) {\n      return next();\n    }\n\n    const data = Buffer.from(await asset.arrayBuffer());\n    const ext = path.extname(reqTarget);\n    const no = [\".unityweb\"];\n    const contentType = no.includes(ext) ? \"application/octet-stream\" : mime.getType(ext);\n\n    cache.set(req.path, { data, contentType, timestamp: Date.now() });\n    res.writeHead(200, { \"Content-Type\": contentType });\n    res.end(data);\n  } catch (error) {\n    console.error(\"Error fetching asset:\", error);\n    res.setHeader(\"Content-Type\", \"text/html\");\n    res.status(500).send(\"Error fetching the asset\");\n  }\n});\n\napp.use(cookieParser());\napp.use(express.json());\napp.use(express.urlencoded({ extended: true }));\n\n/* if (process.env.MASQR === \"true\") {\n  console.log(chalk.green(\"Masqr is enabled\"));\n  setupMasqr(app);\n} */\n\napp.use(express.static(path.join(__dirname, \"static\")));\napp.use(\"/ca\", cors({ origin: true }));\n\nconst routes = [\n  { path: \"/b\", file: \"apps.html\" },\n  { path: \"/a\", file: \"games.html\" },\n  { path: \"/play.html\", file: \"games.html\" },\n  { path: \"/c\", file: \"settings.html\" },\n  { path: \"/d\", file: \"tabs.html\" },\n  { path: \"/\", file: \"index.html\" },\n];\n\n// biome-ignore lint: idk\nroutes.forEach(route => {\n  app.get(route.path, (_req, res) => {\n    res.sendFile(path.join(__dirname, \"static\", route.file));\n  });\n});\n\napp.use((req, res, next) => {\n  res.status(404).sendFile(path.join(__dirname, \"static\", \"404.html\"));\n});\n\napp.use((err, req, res, next) => {\n  console.error(err.stack);\n  res.status(500).sendFile(path.join(__dirname, \"static\", \"404.html\"));\n});\n\nserver.on(\"request\", (req, res) => {\n  if (bareServer.shouldRoute(req)) {\n    bareServer.routeRequest(req, res);\n  } else {\n    app(req, res);\n  }\n});\n\nserver.on(\"upgrade\", (req, socket, head) => {\n  if (bareServer.shouldRoute(req)) {\n    bareServer.routeUpgrade(req, socket, head);\n  } else {\n    socket.end();\n  }\n});\n\nserver.on(\"listening\", () => {\n  console.log(chalk.green(`🌍 Server is running on http://localhost:${PORT}`));\n});\n\nserver.listen({ port: PORT });\n"
  },
  {
    "path": "package.json",
    "content": "{\n  \"name\": \"interstellar\",\n  \"version\": \"5.2.5\",\n  \"type\": \"module\",\n  \"engines\": {\n    \"npm\": \">=7.0.0\",\n    \"node\": \">=16.0.0\"\n  },\n  \"scripts\": {\n    \"start\": \"node index.js\",\n    \"format\": \"pnpm biome format --write .\",\n    \"precommit\": \"pnpm run format && pnpm biome check --write .\",\n    \"lint\": \"biome lint --write .\"\n  },\n  \"author\": \"InterstellarNetwork\",\n  \"license\": \"GPL-3.0-or-later\",\n  \"dependencies\": {\n    \"@nebula-services/bare-server-node\": \"^2.0.4\",\n    \"chalk\": \"^5.4.1\",\n    \"cookie-parser\": \"^1.4.7\",\n    \"cors\": \"^2.8.5\",\n    \"dotenv\": \"^17.2.0\",\n    \"express\": \"^4.21.2\",\n    \"express-basic-auth\": \"^1.2.1\",\n    \"mime\": \"^4.1.0\",\n    \"node-fetch\": \"^3.3.2\"\n  },\n  \"devDependencies\": {\n    \"@biomejs/biome\": \"2.2.2\"\n  },\n  \"packageManager\": \"pnpm@9.10.0\"\n}\n"
  },
  {
    "path": "render.yaml",
    "content": "services:\n  - type: web\n    name: edu\n    env: docker\n    plan: free\n"
  },
  {
    "path": "static/404.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n  <meta charset=\"UTF-8\" />\n  <meta name=\"referrer\" content=\"no-referrer\" />\n  <meta http-equiv=\"X-Content-Type-Options\" content=\"nosniff\" />\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n  <link rel=\"shortcut icon\" id=\"tab-favicon\" href=\"/favicon.png\" />\n  <title id=\"t\">Home</title>\n  <link rel=\"stylesheet\" href=\"/assets/css/global.css?v=6\" />\n  <link rel=\"stylesheet\" href=\"/assets/css/error.css?v=2\" />\n  <link rel=\"stylesheet\" href=\"/assets/css/nav.css?v=01\" />\n  <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css\">\n  <script async src=\"https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6840529569014734\"\n    crossorigin=\"anonymous\"></script>\n\n</head>\n\n<body>\n  <div class=\"f-nav\"></div>\n  <div class=\"main error\">\n    <h1>404</h1>\n    <h3>Page not found.</h3>\n    <p>Keep getting this error? Report it down below.</p>\n    <button class=\"one\" type=\"button\" onclick=\"window.location.href = '/';\">\n      Go Back Home\n    </button>\n    <button class=\"two\" type=\"button\" onclick=\"window.location.href = 'https://discord.gg/interstellar'\">\n      Join our Discord (Direct)\n    </button>\n    <button class=\"three\" type=\"button\" onclick=\"go('https://discord.gg/interstellar')\">\n      Join our Discord (Proxied)\n    </button>\n  </div>\n</body>\n<script src=\"/assets/js/index-3.js\"></script>\n<script src=\"/assets/mathematics/bundle.js?v=2025-04-15\"></script>\n<script src=\"/assets/mathematics/config.js?v=2025-04-15\"></script>\n<script src=\"/assets/js/m1.js\"></script>\n\n</html>"
  },
  {
    "path": "static/ads.txt",
    "content": "google.com, pub-6840529569014734, DIRECT, f08c47fec0942fa0\n"
  },
  {
    "path": "static/apps.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n  <meta charset=\"UTF-8\" />\n  <meta name=\"referrer\" content=\"no-referrer\" />\n  <meta http-equiv=\"X-Frame-Options\" content=\"SAMEORIGIN\" />\n  <meta http-equiv=\"X-Content-Type-Options\" content=\"nosniff\" />\n  <link rel=\"shortcut icon\" id=\"tab-favicon\" href=\"favicon.png\" />\n  <title id=\"t\">Home</title>\n  <script src=\"./assets/mathematics/bundle.js?v=2025-04-15\"></script>\n  <script src=\"./assets/mathematics/config.js?v=2025-04-15\"></script>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n  <link rel=\"stylesheet\" href=\"/assets/css/global.css?v=6\" />\n  <link rel=\"stylesheet\" href=\"/assets/css/container.css?v=2\" />\n  <link rel=\"stylesheet\" href=\"/assets/css/nav.css?v=01\" />\n  <script src=\"/assets/js/index-3.js\"></script>\n  <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css\">\n  <script async src=\"https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6840529569014734\"\n    crossorigin=\"anonymous\"></script>\n</head>\n\n<body>\n  <div class=\"f-nav\"></div>\n  <div class=\"input-c\">\n    <input type=\"text\" id=\"search\" onkeyup=\"bar()\" placeholder=\"Search\" />\n    <select title=\"Category\" id=\"category\" name=\"category\" onchange=\"category()\">\n      <option value=\"all\">&#65;&#108;&#108;</option>\n      <option value=\"android\">\n        &#65;&#110;&#100;&#114;&#111;&#105;&#100;&#32;&#69;&#109;&#117;&#108;&#97;&#116;&#111;&#114;</option>\n      <option value=\"social\">&#83;&#111;&#99;&#105;&#97;&#108;</option>\n      <option value=\"stream\">&#83;&#116;&#114;&#101;&#97;&#109;</option>\n      <option value=\"message\">&#77;&#101;&#115;&#115;&#97;&#103;&#101;</option>\n      <option value=\"media\">&#84;&#86;&#32;&amp;&#32;&#77;&#111;&#118;&#105;&#101;&#115;</option>\n      <option value=\"game\">&#71;&#97;&#109;&#101;&#32;&#83;&#105;&#116;&#101;&#115;</option>\n      <option value=\"cloud\">&#67;&#108;&#111;&#117;&#100;&#32;&#71;&#97;&#109;&#105;&#110;&#103;</option>\n      <option value=\"tool\">&#84;&#111;&#111;&#108;&#115;</option>\n      <option value=\"ai\">&#65;&#73;</option>\n      <option value=\"emu\">&#69;&#109;&#117;&#108;&#97;&#116;&#111;&#114;</option>\n      <option value=\"mail\">&#77;&#97;&#105;&#108;</option>\n    </select>\n  </div>\n  <div class=\"pinned\"></div>\n  <div class=\"apps\"></div>\n  <script src=\"assets/js/c1.js?v=001\"></script>\n  <script src=\"/assets/js/m1.js\"></script>\n  <script async src=\"https://www.googletagmanager.com/gtag/js?id=G-WKJQ5QHQTJ\"></script>\n  <!-- DO NOT REMOVE-->\n  <script>\n    window.dataLayer = window.dataLayer || [];\n    function gtag() {\n      dataLayer.push(arguments);\n    }\n    gtag(\"js\", new Date());\n\n    gtag(\"config\", \"G-WKJQ5QHQTJ\");\n  </script>\n  <!-- DO NOT REMOVE-->\n</body>\n\n</html>"
  },
  {
    "path": "static/assets/css/container.css",
    "content": ".column {\n   width: 145px;\n   transition: all 0.2s ease;\n   cursor: pointer;\n   background: var(--background-column);\n   border-radius: 5px;\n   padding-left: 10px;\n   padding-right: 10px;\n   padding-top: 5px;\n   margin: 0;\n}\n\n.column img {\n   position: absolute;\n   width: 145px;\n   height: 145px;\n   transition: all 0.2s ease;\n   border-radius: 10px;\n}\n\n.column p {\n   width: 145px;\n   height: 19px;\n   font-style: normal;\n   font-weight: 800;\n   font-size: 18px;\n   line-height: 19px;\n   text-align: center;\n   color: var(--text-primary);\n   text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);\n   padding-top: 136px;\n   padding-bottom: 12px;\n}\n\n.column:hover {\n   transform: scale(1.2);\n}\n\n.column:hover .label {\n   transform: translateX(-50%) scale(1.3);\n}\n\n.apps {\n   display: flex;\n   flex-wrap: wrap;\n   justify-content: center;\n   gap: 2.3em;\n   flex-direction: row;\n   margin-top: 30px;\n}\n\n.pinned {\n   margin-top: 20px;\n   display: flex;\n   flex-wrap: wrap;\n   justify-content: center;\n   gap: 2.3em;\n}\n\ninput {\n   padding: 20px;\n   width: 550px;\n   border-radius: 5px;\n   background: var(--background-column);\n   text-align: center;\n   font-size: 20px;\n   border: none;\n   outline: none;\n   color: var(--text-primary);\n   transition: 0.4s;\n}\n\nselect {\n   padding: 20px;\n   border-radius: 5px;\n   background: var(--background-column);\n   color: var(--text-primary);\n   font-size: 20px;\n   border: 0px;\n   outline: none;\n   cursor: pointer;\n}\n\n.input-c {\n   position: relative;\n   margin-top: 150px;\n   display: flex;\n   flex-wrap: wrap;\n   justify-content: center;\n   gap: 0.5em;\n}\n"
  },
  {
    "path": "static/assets/css/error.css",
    "content": ".error {\n   color: var(--text-primary);\n   font-family: \"Inter\", sans-serif;\n   font-weight: 900;\n   top: 15%;\n   text-align: center;\n}\n\n.error h1 {\n   font-size: 10vw;\n   margin: 0 auto -2vw auto;\n   background: linear-gradient(150deg, #746eff 0%, #ff00bb 51%, #746eff 100%);\n   -webkit-background-clip: text;\n   -moz-background-clip: text;\n   background-clip: text;\n   color: transparent;\n}\n\n.error h3 {\n   font-size: 4vw;\n   margin-bottom: auto;\n   margin-top: auto;\n   font-weight: 600;\n}\n\n.error p {\n   font-size: 2vw;\n   margin-top: 0.5%;\n   margin-bottom: 1%;\n   font-weight: 900;\n   color: var(--text-dark);\n}\n\n.error button {\n   padding: 15px;\n   border-radius: 5px;\n   background: var(--background-buttons);\n   color: inherit;\n   font-size: 24px;\n   border: 2px solid var(--background-buttons);\n   outline: none;\n   margin-bottom: 10px;\n   cursor: pointer;\n}\n\n.error .one:hover {\n   color: #ef6e78;\n   border: 2px solid #ef6e78;\n   background: transparent;\n}\n\n.error .two:hover {\n   color: #ef996e;\n   border: 2px solid #ef996e;\n   background: transparent;\n}\n\n.error .three:hover {\n   color: #ef6ee4;\n   border: 2px solid #ef6ee4;\n   background: transparent;\n}\n\n@media (max-width: 768px) {\n   .error h1 {\n      font-size: 12vw;\n   }\n\n   .error h3 {\n      font-size: 5vw;\n   }\n\n   .error p {\n      font-size: 3vw;\n      margin-top: 5px;\n      margin-bottom: 5px;\n   }\n\n   .error button {\n      font-size: 16px;\n   }\n}\n"
  },
  {
    "path": "static/assets/css/global.css",
    "content": "@import url(\"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap\");\n@import url(\"https://fonts.googleapis.com/css2?family=Poppins&display=swap\");\n\n:root {\n   /* Background Variables */\n   --background-image: url(\"/./assets/media/background/full-main.png\"); /* Background Image */\n   --backdrop-filter: blur(10px) brightness(80%); /* Nav Backdrop filter */\n   --background-nav: rgba(255, 255, 255, 0.02); /* Nav Background */\n   --background-color: #222; /* Main Background Color */\n   --background-input: #4545459e; /* Input Field Background Color */\n   --background-column: #353535; /* Background for Apps Container */\n   --background-settings: #2a2a2a; /* Settings Card Background */\n   --background-buttons: #333; /* Button Background Color */\n   --tab-active-background: #444; /* Accent Color for Tabs */\n   --tab-inactive-background: ; /* Background Color for Tabs Not In Use */\n   --slider-active-background: #4caf50; /* Active Slider Background Color */\n   --slider-inactive-background: #ccc; /*  Slider Background Color */\n   --nav-image: url(\"/./assets/media/favicon/main.png\"); /* Nav Logo */\n   /* Text Variables */\n   --text-primary: #fff; /* Primary Text Color */\n   --text-dark: #555; /* Dark Text Color for Error Page, Scrollbar, and Particles */\n   --text-placeholder: #aaa; /* Placeholder Text Color */\n   /* Other Variables */\n   --save-button: #4caf50; /* Save Button, Typically Green */\n   --reset-button: #f44336; /* Reset Button, Typically Red */\n   --import-button: #009688; /* Import Button, Typically Teal */\n   --export-button: #ea76cb; /* Export Button, Typically Pink */\n}\n\n::-webkit-scrollbar {\n   width: 6px;\n   background-color: var(--background-color);\n}\n\n::-webkit-scrollbar-track {\n   -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);\n   border-radius: 10px;\n   background-color: var(--background-color);\n}\n\n::-webkit-scrollbar-thumb {\n   border-radius: 10px;\n   -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);\n   background-color: var(--text-primary);\n}\n\n::-webkit-scrollbar-thumb:hover {\n   background-color: var(--text-dark);\n}\n\nbody {\n   font-family: \"Inter\", sans-serif;\n   text-decoration: none;\n   background: var(--background-image);\n   height: 100%;\n   background-position: center;\n   background-repeat: no-repeat;\n   background-size: cover;\n   background-attachment: fixed;\n}\n\n::placeholder {\n   color: var(--text-placeholder);\n   opacity: 1;\n}\n\n.main {\n   letter-spacing: 0px;\n   font-family: \"Inter\", sans-serif;\n   width: 99%;\n   display: flex;\n   flex-direction: column;\n   justify-content: center;\n   align-items: center;\n   top: 0%;\n   position: absolute;\n   z-index: 99;\n}\n"
  },
  {
    "path": "static/assets/css/h.css",
    "content": ".center {\n   display: flex;\n   justify-content: center;\n   align-items: center;\n}\n\n.title {\n   font-size: 10vh;\n   color: var(--text-primary);\n   font-family: \"Inter\", sans-serif;\n   text-align: center;\n   text-transform: uppercase;\n   border-radius: 0px 0px 5px 5px;\n   margin-top: 30vh;\n   margin-bottom: 5vh;\n   transition: 0.35s ease;\n   text-shadow: 2px 4px 6px rgb(0, 0, 0, 0.2);\n}\n\n.title:hover {\n   transform: translateY(-5%) scale(1.03);\n   font-weight: 800;\n}\n\n@media (orientation: portrait) {\n   .title {\n      position: relative;\n      top: -10vw;\n      font-size: 10vw;\n      color: var(--text-primary);\n      font-family: \"Inter\", sans-serif;\n      text-align: center;\n      text-transform: uppercase;\n      border-radius: 0px 0px 5px 5px;\n   }\n}\n\n.search-container {\n   display: flex;\n   width: 100%;\n   text-align: center;\n   justify-content: center;\n   align-items: center;\n}\n\n.truncate {\n   width: 50vw;\n   height: 5vh;\n   font-family: \"Poppins\", sans-serif;\n   font-size: 16px;\n   box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);\n   background: var(--background-input);\n   -webkit-backdrop-filter: var(--backdrop-filter);\n   backdrop-filter: var(--backdrop-filter);\n}\n\ninput {\n   padding: 20px;\n   width: 550px;\n   border-radius: 5px;\n   background: var(--background-column);\n   text-align: center;\n   font-size: 24px;\n   border: none;\n   outline: none;\n   color: var(--text-primary);\n   transition: 0.4s;\n}\n\n#particles-js {\n   position: absolute;\n   width: 100%;\n   height: 100%;\n   top: 0vw;\n   background-color: var(--bg-c);\n   background-repeat: no-repeat;\n   background-size: cover;\n   background-position: 50% 50%;\n   overflow: hidden;\n}\n\n.particles-js-canvas-el {\n   z-index: 0;\n   top: 0;\n   left: 0;\n   position: absolute;\n   width: 100%;\n   height: 100%;\n   pointer-events: none;\n}\n\n#splash {\n   color: var(--text-dark);\n   margin-bottom: 1em;\n   margin-top: -2em;\n   padding: 0;\n   font-family: \"Poppins\", sans-serif;\n}\n"
  },
  {
    "path": "static/assets/css/nav.css",
    "content": ".material-symbols-outlined {\n   font-variation-settings:\n      \"FILL\" 0,\n      \"wght\" 400,\n      \"GRAD\" 0,\n      \"opsz\" 48;\n}\n\n.f-nav #icon-container {\n   display: flex;\n   align-items: center;\n}\n\nimg {\n   width: 100%;\n   height: 100%;\n   padding-top: 5px;\n}\n\n.f-nav-container {\n   min-width: 5vw;\n   min-height: 10vh;\n   display: inline;\n}\n\n.f-nav {\n   top: 0;\n   letter-spacing: 2px;\n   font-size: 22px;\n   left: 0;\n   right: 0;\n   min-height: 10vh;\n   padding: 0 25px;\n   box-sizing: border-box;\n   background-color: var(--background-nav);\n   box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.5);\n   -webkit-backdrop-filter: var(--backdrop-filter);\n   backdrop-filter: var(--backdrop-filter);\n   transition: 0.35s ease;\n   border-radius: 15px;\n   width: fill;\n   margin: 15px;\n   z-index: 100;\n   position: fixed;\n}\n\n.f-nav .icon:hover {\n   transform: translateY(-15%) scale(1.03);\n   font-weight: 800;\n}\n\n.f-nav .icon {\n   position: absolute;\n   float: left;\n   text-transform: uppercase;\n   font-size: 30px;\n   font-family: \"Inter\", sans-serif;\n   cursor: pointer;\n   color: var(--text-primary);\n   font-weight: 600;\n   margin-left: 5px;\n   font-style: normal;\n   text-decoration: none;\n   transition: all 0.2s ease;\n   height: 5vh;\n   top: 18%;\n}\n\n.f-nav-right {\n   position: absolute;\n   top: 50%;\n   transform: translateY(-50%);\n   text-transform: uppercase;\n   font-size: 18px;\n   color: var(--text-primary);\n   font-weight: 600;\n   right: 2%;\n}\n\n.f-nav-right .navbar-link {\n   margin-left: 10px;\n   text-transform: uppercase;\n   cursor: pointer;\n   color: var(--text-primary);\n   font-weight: 800;\n   right: 2%;\n   font-family: \"Inter\", sans-serif;\n   font-style: normal;\n   text-decoration: none;\n   transition: all 0.2s ease;\n   transform: translateX(0%);\n}\n\n@media (orientation: portrait) {\n   .f-nav-right .navbar-link {\n      margin-left: 10px;\n      text-transform: uppercase;\n      font-size: 2.5vw;\n      cursor: pointer;\n      color: var(--text-primary);\n      font-weight: 800;\n      right: 2%;\n      font-family: \"Inter\", sans-serif;\n      font-style: normal;\n      text-decoration: none;\n      transition: all 0.2s ease;\n      transform: translateX(0%);\n   }\n   .f-nav-right .navbar-link:hover {\n      text-transform: uppercase;\n      cursor: pointer;\n      font-weight: 800;\n      font-family: \"Inter\", sans-serif;\n      font-style: normal;\n      font-size: 3vw;\n      transform: translateX(-20%);\n   }\n}\n\n.f-nav-right .navbar-link:hover {\n   text-transform: uppercase;\n   cursor: pointer;\n   font-weight: 800;\n   font-family: \"Inter\", sans-serif;\n   font-style: normal;\n   font-size: 3vh;\n   transform: translateX(-20%);\n}\n\n.navbar-icon {\n   margin-right: 5px;\n   transition: all 0.2s ease;\n}\n\n.navbar-link {\n   margin-right: 5px;\n}\n\n.navbar-link:hover > .settings-icon {\n   animation: spin 0.5s;\n   animation-timing-function: cubic-bezier(0, 1.04, 0.91, 0.99);\n}\n\n@media (max-width: 768px) {\n   .f-nav-right .navbar-link an {\n      display: none;\n   }\n   .f-nav-right .fa-solid {\n      display: inline;\n   }\n   .f-nav-right .navbar-link {\n      font-size: 4.5vw;\n   }\n}\n\n@keyframes spin {\n   from {\n      transform: rotate(0deg);\n   }\n   to {\n      transform: rotate(360deg);\n   }\n}\n\n@media (orientation: portrait) {\n   img {\n      height: 40px;\n   }\n}\n"
  },
  {
    "path": "static/assets/css/settings.css",
    "content": "body {\n   background-color: var(--background-image);\n   font-family: \"Inter\", sans-serif;\n   color: var(--text-primary);\n   margin: 0;\n   padding: 0;\n   letter-spacing: 0px;\n   overflow-x: hidden;\n}\n\n.settings-container {\n   display: flex;\n   flex-wrap: wrap;\n   justify-content: center;\n   gap: 20px;\n   padding: 20% 20px 20px 20px;\n}\n\n.settings-title {\n   display: block;\n   font-size: 70px;\n   margin-block-start: 0.67em;\n   margin-block-end: 0.67em;\n   margin-inline-start: 0px;\n   margin-inline-end: 0px;\n   font-weight: bold;\n}\n\n.settings-card {\n   background-color: var(--background-settings);\n   border-radius: 10px;\n   padding: 20px;\n   box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n   width: 400px;\n   transition: all 0.3s ease;\n}\n\n.settings-card:hover {\n   transform: translatey(-5px);\n   box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);\n}\n\n.settings-card h3 {\n   margin-top: 0;\n   color: var(--text-primary);\n}\n\n.settings-card p {\n   color: var(--text-placeholder);\n}\n\na {\n   color: var(--text-primary);\n}\n\n.switch {\n   position: relative;\n   display: inline-block;\n   width: 60px;\n   height: 34px;\n}\n\n.switch input {\n   opacity: 0;\n   width: 0;\n   height: 0;\n}\n\n.slider-round {\n   position: absolute;\n   cursor: pointer;\n   top: 0;\n   left: 0;\n   right: 0;\n   bottom: 0;\n   background-color: var(--slider-inactive-background);\n   transition: 0.4s;\n   border-radius: 34px;\n}\n\n.slider-round:before {\n   position: absolute;\n   content: \"\";\n   height: 26px;\n   width: 26px;\n   left: 4px;\n   bottom: 4px;\n   background-color: var(--text-primary);\n   transition: 0.4s;\n   border-radius: 50%;\n}\n\ninput:checked + .slider-round {\n   background-color: var(--slider-active-background);\n}\n\ninput:checked + .slider-round:before {\n   transform: translateX(26px);\n}\n\ninput {\n   padding: 15px;\n   border-radius: 10px;\n   background: var(--background-input);\n   text-align: center;\n   font-size: 20px;\n   border: none;\n   outline: none;\n   color: var(--text-primary);\n}\n\n.key-form {\n   padding: 15px;\n   width: 92.5%;\n   border-radius: 10px;\n   background: var(--background-buttons);\n   text-align: center;\n   font-size: 20px;\n   border: none;\n   outline: none;\n   color: var(--text-primary);\n   margin-top: 10px;\n}\n\n.key-button {\n   cursor: pointer;\n   border: 2px;\n   font-size: 20px;\n   transition: 0.2s;\n   margin-top: 10px;\n   background-color: var(--background-buttons);\n   border-radius: 10px;\n   color: var(--text-primary);\n   height: 50px;\n   width: 50%;\n   padding: 10px;\n   text-align: center;\n}\n\nbutton {\n   cursor: pointer;\n   border: 2px;\n   transition: 0.2s;\n   margin-top: 10px;\n   background-color: var(--background-buttons);\n   border-radius: 10px;\n   color: var(--text-primary);\n   height: 50px;\n   width: 35%;\n   padding: 10px;\n   text-align: center;\n}\n\nselect {\n   padding: 15px;\n   width: 100%;\n   border-radius: 10px;\n   background: var(--background-buttons);\n   color: var(--text-primary);\n   font-size: 20px;\n   border: 0px;\n   outline: none;\n}\n\n#buttonLayer {\n   width: 400px;\n   display: flex;\n   justify-content: center;\n   gap: 10px;\n}\n\n#buttonLayer > .key-button {\n   flex-grow: 1;\n   padding: 10px;\n   box-sizing: border-box;\n}\n\n@media screen and (max-width: 768px) {\n   .settings-container {\n      padding: 25% 20px 20px 20px;\n   }\n   .settings-card {\n      width: 100%;\n      max-width: 400px;\n   }\n\n   .settings-title {\n      font-size: 40px;\n   }\n\n   input,\n   .key-form {\n      width: 90%;\n   }\n\n   button,\n   .key-button {\n      width: 100%;\n      max-width: 200px;\n   }\n}\n\n@media screen and (max-width: 500px) {\n   .settings-container {\n      padding-top: 35%;\n   }\n}\n\n@media screen and (min-width: 1000px) {\n   .settings-container {\n      padding-top: 10%;\n   }\n}\n\n#last-updated {\n   margin-top: -3%;\n}\n\n#ab-settings {\n   display: flex;\n   align-items: center;\n   gap: 5vw;\n}\n\n#ab-settings-container {\n   margin-top: 13px;\n   margin-left: 20px;\n}\n\n#warning {\n   color: red;\n}\n"
  },
  {
    "path": "static/assets/css/t.css",
    "content": "@import url(\"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap\");\n@import url(\"https://fonts.googleapis.com/css2?family=Poppins&display=swap\");\n\nbody {\n   font-family: \"Inter\", sans-serif;\n   text-decoration: none;\n   margin: 0;\n   overflow-x: hidden;\n   overflow-y: hidden;\n   background: var(--background-color);\n   color: var(--text-primary);\n}\n\n.nav {\n   padding: 1rem;\n   transition: transform 0.5s ease;\n   border-radius: 0 10px 10px 0;\n   transform: translateX(0);\n   width: 100vw;\n   height: 0.5vw;\n   display: flex;\n   align-items: center;\n}\n\n.close-tab {\n   border: none;\n   background: none;\n   font-size: 12px;\n   color: var(--text-primary);\n   cursor: pointer;\n   transition: color 0.3s ease;\n   width: 20px;\n}\n\n.close-tab:hover {\n   color: var(--text-primary);\n}\n\n.nav-bar {\n   left: 0;\n   right: 0;\n   height: 2.5em;\n   padding: 0 25px;\n   background: var(--background-color);\n   box-sizing: border-box;\n   transition: 0.35s ease;\n   z-index: 100;\n   width: 100vw;\n   position: fixed;\n}\n\n.nav-button {\n   border-radius: 10px;\n   color: var(--text-primary);\n   background: none;\n   height: 3em;\n   border: none;\n   right: 10px;\n   top: auto;\n   box-sizing: border-box;\n   margin-right: 10px;\n   transition: 0.2s ease;\n   margin-top: 0 auto;\n   margin-bottom: 0 auto;\n}\n\n.nav-button:hover {\n   transform: scale(1.3);\n   cursor: pointer;\n}\n\n.nav-btn-left {\n   float: left;\n}\n\n.nav-btn-right {\n   float: right;\n}\n\n.nav-container {\n   min-width: 5vw;\n   min-height: 10vh;\n   display: inline;\n}\n\n.nav-left {\n   position: absolute;\n   top: 50%;\n   transform: translateY(-50%);\n   left: 1%;\n   width: 80%;\n}\n\n.nav-right {\n   position: absolute;\n   top: 50%;\n   transform: translateY(-50%);\n   right: 1%;\n   width: 20%;\n}\n\n.nav-right .nav-btn:hover {\n   text-transform: uppercase;\n   cursor: pointer;\n   font-weight: 800;\n   font-family: \"Inter\", sans-serif;\n   font-style: normal;\n   font-size: 3vw;\n   transform: translateX(-20%);\n}\n\n.nav-right .nav-btn:hover {\n   text-transform: uppercase;\n   cursor: pointer;\n   font-weight: 800;\n   font-family: \"Inter\", sans-serif;\n   font-style: normal;\n   font-size: 3vh;\n   transform: translateX(-20%);\n}\n\n.fullscreen .nav-bar {\n   display: none;\n}\n\n.fullscreen #ifra {\n   position: fixed;\n   top: 0;\n   left: 0;\n   width: 100%;\n   height: 100%;\n}\n\n.bar {\n   background: none;\n   border: none;\n   color: var(--text-primary);\n   width: 60vw;\n   height: 30px;\n   border-radius: 5px;\n   margin: 0 auto;\n   transition: 0.3s;\n}\n\n.bar:focus {\n   background: var(--background-input);\n   box-shadow: none;\n   outline: none;\n   color: var(--text-primary);\n   transition: 0.3s;\n}\n\n.navpost {\n   padding: none;\n   float: right;\n   margin-top: 0em;\n   color: var(--text-primary);\n   border-radius: 5px;\n}\n\n.overlay {\n   position: absolute;\n   top: 50%;\n   left: 50%;\n   transform: translate(-50%, -50%);\n   display: none;\n}\n\nh1 {\n   text-align: center;\n   color: var(--text-primary);\n   font-size: 50px;\n   white-space: nowrap;\n}\n\np {\n   text-align: center;\n   color: var(--text-primary);\n   font-size: 25px;\n}\n\n.frame-container iframe {\n   display: none;\n}\n\n.frame-container iframe.active {\n   display: block;\n}\n\n#add-tab {\n   padding: 0.5rem;\n   cursor: pointer;\n   background-color: var(--background-settings);\n   color: var(--text-primary);\n   border: none;\n   border-radius: 5px;\n   margin-right: 0.5rem;\n   transition: background-color 0.3s ease;\n}\n\n#add-tab:hover {\n   background-color: var(--tab-active-background);\n}\n\nul {\n   list-style-type: none;\n   padding: 0;\n   display: flex;\n}\n\nli {\n   padding: 0.4rem;\n   background-color: var(--background-settings);\n   margin-right: 0.5rem;\n   cursor: pointer;\n   border-radius: 5px;\n   transition: background-color 0.3s ease;\n   display: flex;\n   align-items: center;\n   justify-content: center;\n}\n\nli.active {\n   background-color: var(--tab-active-background);\n}\n\nli:hover {\n   background-color: var(--tab-active-background);\n}\n\niframe {\n   position: absolute;\n   width: 100%;\n   height: 90%;\n   border: none;\n   left: 0;\n   top: 10%;\n}\n"
  },
  {
    "path": "static/assets/css/themes/catppuccin/frappe.css",
    "content": "@import url(\"https://unpkg.com/@catppuccin/palette/css/catppuccin.css\");\n:root {\n   --background-image: var(--ctp-frappe-base) /*base*/;\n   --background: #1e1e2e;\n   --background-input: var(--ctp-frappe-mantle) /*mantle*/;\n   --background-dark: #11111b /*crust*/;\n   --background-settings: var(--ctp-frappe-surface0) /*surface0*/;\n   --background-settings-buttons: var(--ctp-frappe-surface1) /*surface1*/;\n   --input: var(--ctp-frappe-surface0) /*surface0*/;\n   --background-column: var(--ctp-frappe-crust) /*crust*/;\n   --text-primary: var(--ctp-frappe-text) /*text*/;\n   --text-secondary: var(--ctp-frappe-subtext1) /*subtext1*/;\n   --text-placeholder: var(--ctp-frappe-subtext0) /*subtext0*/;\n   --background-color: var(--ctp-frappe-base) /* base */;\n   --tab-active-background: var(--ctp-frappe-mantle) /* mantle */;\n}\n\ninput,\nselect,\n.column,\n.key-form,\nbutton,\n.key-button,\n.searchbar {\n   background-color: var(--ctp-frappe-surface0) /*surface0*/;\n   color: var(--ctp-frappe-subtext1) /*subtext1*/;\n}\n\n.settings-card {\n   background-color: var(--ctp-frappe-mantle) /*mantle*/;\n}\n\ninput:checked + .slider-round {\n   background-color: #000;\n}\n\n.f-nav-right .navbar-link {\n   color: var(--ctp-frappe-mauve) /*mauve*/;\n}\n\n.f-nav-right:hover .navbar-link:hover {\n   color: var(--ctp-frappe-blue) /*blue*/;\n}\n"
  },
  {
    "path": "static/assets/css/themes/catppuccin/latte.css",
    "content": "@import url(\"https://unpkg.com/@catppuccin/palette/css/catppuccin.css\");\n:root {\n   --background-image: var(--ctp-latte-base) /*base*/;\n   --background: #1e1e2e;\n   --background-input: var(--ctp-latte-mantle) /*mantle*/;\n   --background-dark: #11111b /*crust*/;\n   --background-settings: var(--ctp-latte-surface0) /*surface0*/;\n   --background-settings-buttons: var(--ctp-latte-surface1) /*surface1*/;\n   --input: var(--ctp-latte-surface0) /*surface0*/;\n   --background-column: var(--ctp-latte-crust) /*crust*/;\n   --text-primary: var(--ctp-latte-text) /*text*/;\n   --text-secondary: var(--ctp-latte-subtext1) /*subtext1*/;\n   --text-placeholder: var(--ctp-latte-subtext0) /*subtext0*/;\n   --background-color: var(--ctp-latte-base) /* base */;\n   --tab-active-background: var(--ctp-latte-mantle) /* mantle */;\n}\n\ninput,\nselect,\n.column,\n.key-form,\nbutton,\n.key-button,\n.searchbar {\n   background-color: var(--ctp-latte-surface0) /*surface0*/;\n   color: var(--ctp-latte-subtext1) /*subtext1*/;\n}\n\n.settings-card {\n   background-color: var(--ctp-latte-mantle) /*mantle*/;\n}\n\ninput:checked + .slider-round {\n   background-color: #000;\n}\n\n.f-nav-right .navbar-link {\n   color: var(--ctp-latte-mauve) /*mauve*/;\n}\n\n.f-nav-right:hover .navbar-link:hover {\n   color: var(--ctp-latte-blue) /*blue*/;\n}\n"
  },
  {
    "path": "static/assets/css/themes/catppuccin/macchiato.css",
    "content": "@import url(\"https://unpkg.com/@catppuccin/palette/css/catppuccin.css\");\n:root {\n   --background-image: var(--ctp-macchiato-base) /*base*/;\n   --background: #1e1e2e;\n   --background-input: var(--ctp-macchiato-mantle) /*mantle*/;\n   --background-dark: #11111b /*crust*/;\n   --background-settings: var(--ctp-macchiato-surface0) /*surface0*/;\n   --background-settings-buttons: var(--ctp-macchiato-surface1) /*surface1*/;\n   --input: var(--ctp-macchiato-surface0) /*surface0*/;\n   --background-column: var(--ctp-macchiato-crust) /*crust*/;\n   --text-primary: var(--ctp-macchiato-text) /*text*/;\n   --text-secondary: var(--ctp-macchiato-subtext1) /*subtext1*/;\n   --text-placeholder: var(--ctp-macchiato-subtext0) /*subtext0*/;\n   --background-color: var(--ctp-macchiato-base) /* base */;\n   --tab-active-background: var(--ctp-macchiato-mantle) /* mantle */;\n}\n\ninput,\nselect,\n.column,\n.key-form,\nbutton,\n.key-button,\n.searchbar {\n   background-color: var(--ctp-macchiato-surface0) /*surface0*/;\n   color: var(--ctp-macchiato-subtext1) /*subtext1*/;\n}\n\n.settings-card {\n   background-color: var(--ctp-macchiato-mantle) /*mantle*/;\n}\n\ninput:checked + .slider-round {\n   background-color: #000;\n}\n\n.f-nav-right .navbar-link {\n   color: var(--ctp-macchiato-mauve) /*mauve*/;\n}\n\n.f-nav-right:hover .navbar-link:hover {\n   color: var(--ctp-macchiato-blue) /*blue*/;\n}\n"
  },
  {
    "path": "static/assets/css/themes/catppuccin/mocha.css",
    "content": "@import url(\"https://unpkg.com/@catppuccin/palette/css/catppuccin.css\");\n:root {\n   --background-image: var(--ctp-mocha-base) /*base*/;\n   --background: #1e1e2e;\n   --background-input: var(--ctp-mocha-mantle) /*mantle*/;\n   --background-dark: #11111b /*crust*/;\n   --background-settings: var(--ctp-mocha-surface0) /*surface0*/;\n   --background-settings-buttons: var(--ctp-mocha-surface1) /*surface1*/;\n   --input: var(--ctp-mocha-surface0) /*surface0*/;\n   --background-column: var(--ctp-mocha-crust) /*crust*/;\n   --text-primary: var(--ctp-mocha-text) /*text*/;\n   --text-secondary: var(--ctp-mocha-subtext1) /*subtext1*/;\n   --text-placeholder: var(--ctp-mocha-subtext0) /*subtext0*/;\n   --background-color: var(--ctp-mocha-base) /* base */;\n   --tab-active-background: var(--ctp-mocha-mantle) /* mantle */;\n}\n\ninput,\nselect,\n.column,\n.key-form,\nbutton,\n.key-button,\n.searchbar {\n   background-color: var(--ctp-mocha-surface0) /*surface0*/;\n   color: var(--ctp-mocha-subtext1) /*subtext1*/;\n}\n\n.settings-card {\n   background-color: var(--ctp-mocha-mantle) /*mantle*/;\n}\n\ninput:checked + .slider-round {\n   background-color: #000;\n}\n\n.f-nav-right .navbar-link {\n   color: var(--ctp-mocha-mauve) /*mauve*/;\n}\n\n.f-nav-right:hover .navbar-link:hover {\n   color: var(--ctp-mocha-blue) /*blue*/;\n}\n"
  },
  {
    "path": "static/assets/css/themes/colors/inverted.css",
    "content": ":root {\n   /* Background Variables */\n   --background-image: url(\"/./assets/media/background/full-inverted.png\"); /* Background Image */\n   --backdrop-filter: blur(10px) brightness(80%); /* Nav Backdrop filter */\n   --background-nav: rgba(0, 0, 0, 0.02); /* Nav Background */\n   --background-color: #ddd; /* Main Background Color */\n   --background-input: #cccccc; /* Input Field Background Color */\n   --background-column: #cacaca; /* Background for Apps Container */\n   --background-settings: #d5d5d5; /* Settings Card Background */\n   --background-buttons: #ccc; /* Button Background Color */\n   --tab-active-background: #bbb; /* Accent Color for Tabs */\n   --slider-active-background: #b3b0af; /* Active Slider Background Color */\n   --slider-inactive-background: #333; /* Slider Background Color */\n   --nav-image: url(\"/./assets/media/favicon/main-inverted.png\"); /* Nav Logo */\n   /* Text Variables */\n   --text-primary: #000; /* Primary Text Color */\n   --text-dark: #aaa; /* Dark Text Color for Error Page, Scrollbar, and Particles */\n   --text-placeholder: #555; /* Placeholder Text Color */\n   /* Other Variables */\n   --tab-hover: #bbb; /* Tab Color on Hover */\n}\n"
  },
  {
    "path": "static/assets/css/themes/colors/sky.css",
    "content": ":root {\n   /* Background Variables */\n   --background-image: url(\"/./assets/media/background/full-main.png\"); /* Background Image */\n   --backdrop-filter: blur(10px) brightness(80%); /* Nav Backdrop filter */\n   --background-nav: #173055; /* Nav Background */\n   --background-color: #173055; /* Main Background Color */\n   --background-input: #4a6fa5; /* Input Field Background Color */\n   --background-column: #173055; /* Background for Apps Container */\n   --background-settings: #173055; /* Settings Card Background */\n   --background-buttons: #3665ac; /* Button Background Color */\n   --tab-active-background: #204a88; /* Accent Color for Tabs */\n   --slider-active-background: #204a88; /* Active Slider Background Color */\n   --slider-inactive-background: #204a88; /* Slider Background Color */\n   --nav-image: url(\"/./assets/media/favicon/main.png\"); /* Nav Logo */\n   /* Text Variables */\n   --text-primary: #ffffff; /* Primary Text Color */\n   --text-dark: #1b50cc; /* Dark Text Color for Error Page, Scrollbar, and Particles */\n   --text-placeholder: #00d9ff; /* Placeholder Text Color */\n   /* Other Variables */\n   --tab-hover: #a05959; /* Tab Color on Hover */\n}\n"
  },
  {
    "path": "static/assets/css/themes/template.css",
    "content": ":root {\n   /* Background Variables */\n   --background-color: #ddd; /* Main Background Color */\n   --background-input: #cccccc; /* Input Field Background Color */\n   --background-column: #cacaca; /* Background for Apps Container */\n   --background-settings: #d5d5d5; /* Settings Card Background */\n   --background-buttons: #ccc; /* Button Background Color */\n   --tab-active-background: #bbb; /* Accent Color for Tabs */\n   --tab-inactive-background: ; /* Background Color for Tabs Not In Use */\n   --slider-active-background: #b3b0af; /* Active Slider Background Color */\n   --slider-inactive-background: #333; /* Slider Background Color */\n   --nav-image: url(\"/./assets/media/favicon/main-inverted.png\"); /* Nav Logo */\n   --save-button: #a6d189; /* Save Button, Normally Green */\n   /* Text Variables */\n   --text-primary: #000; /* Primary Text Color */\n   --text-dark: #aaa; /* Dark Text Color for Error Page, Scrollbar, and Particles */\n   --text-placeholder: #555; /* Placeholder Text Color */\n   /* Other Variables */\n}\n"
  },
  {
    "path": "static/assets/history/client.js",
    "content": "(()=>{var aa=Object.create,Xe=Object.defineProperty,sa=Object.getOwnPropertyDescriptor,oa=Object.getOwnPropertyNames,ca=Object.getPrototypeOf,ua=Object.prototype.hasOwnProperty,la=(e,t,i)=>t in e?Xe(e,t,{enumerable:!0,configurable:!0,writable:!0,value:i}):e[t]=i,Tt=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),dr=(e,t)=>{for(var i in t)Xe(e,i,{get:t[i],enumerable:!0})},ha=(e,t,i,r)=>{if(t&&\"object\"==typeof t||\"function\"==typeof t)for(let n of oa(t))ua.call(e,n)||n===i||Xe(e,n,{get:()=>t[n],enumerable:!(r=sa(t,n))||r.enumerable});return e},Qe=(e,t,i)=>(i=null!=e?aa(ca(e)):{},ha(!t&&e&&e.__esModule?i:Xe(i,\"default\",{value:e,enumerable:!0}),e)),q=(e,t,i)=>(la(e,\"symbol\"!=typeof t?t+\"\":t,i),i),Nt=Tt((e,t)=>{function i(e){if(\"string\"!=typeof e)throw TypeError(\"Path must be a string. Received \"+JSON.stringify(e))}function r(e,t){for(var i,r=\"\",n=0,s=-1,a=0,o=0;o<=e.length;++o){if(o<e.length)i=e.charCodeAt(o);else{if(47===i)break;i=47}if(47===i){if(!(s===o-1||1===a)){if(s!==o-1&&2===a){if(r.length<2||2!==n||46!==r.charCodeAt(r.length-1)||46!==r.charCodeAt(r.length-2)){if(r.length>2){var c=r.lastIndexOf(\"/\");if(c!==r.length-1){-1===c?(r=\"\",n=0):n=(r=r.slice(0,c)).length-1-r.lastIndexOf(\"/\"),s=o,a=0;continue}}else if(2===r.length||1===r.length){r=\"\",n=0,s=o,a=0;continue}}t&&(r.length>0?r+=\"/..\":r=\"..\",n=2)}else r.length>0?r+=\"/\"+e.slice(s+1,o):r=e.slice(s+1,o),n=o-s-1}s=o,a=0}else 46===i&&-1!==a?++a:a=-1}return r}function n(e,t){var i=t.dir||t.root,r=t.base||(t.name||\"\")+(t.ext||\"\");return i?i===t.root?i+r:i+e+r:r}var s={resolve(){for(var e,t,n=\"\",s=!1,a=arguments.length-1;a>=-1&&!s;a--)a>=0?e=arguments[a]:(void 0===t&&(t=process.cwd()),e=t),i(e),0!==e.length&&(n=e+\"/\"+n,s=47===e.charCodeAt(0));return n=r(n,!s),s?n.length>0?\"/\"+n:\"/\":n.length>0?n:\".\"},normalize(e){if(i(e),0===e.length)return\".\";var t=47===e.charCodeAt(0),n=47===e.charCodeAt(e.length-1);return 0!==(e=r(e,!t)).length||t||(e=\".\"),e.length>0&&n&&(e+=\"/\"),t?\"/\"+e:e},isAbsolute:e=>(i(e),e.length>0&&47===e.charCodeAt(0)),join(){if(0===arguments.length)return\".\";for(var e,t=0;t<arguments.length;++t){var r=arguments[t];i(r),r.length>0&&(void 0===e?e=r:e+=\"/\"+r)}return void 0===e?\".\":s.normalize(e)},relative(e,t){if(i(e),i(t),e===t||(e=s.resolve(e))===(t=s.resolve(t)))return\"\";for(var r=1;r<e.length&&47===e.charCodeAt(r);++r);for(var n=e.length,a=n-r,o=1;o<t.length&&47===t.charCodeAt(o);++o);for(var c=t.length,u=c-o,l=a<u?a:u,h=-1,p=0;p<=l;++p){if(p===l){if(u>l){if(47===t.charCodeAt(o+p))return t.slice(o+p+1);if(0===p)return t.slice(o+p)}else a>l&&(47===e.charCodeAt(r+p)?h=p:0===p&&(h=0));break}var d=e.charCodeAt(r+p);if(d!==t.charCodeAt(o+p))break;47===d&&(h=p)}var m=\"\";for(p=r+h+1;p<=n;++p)(p===n||47===e.charCodeAt(p))&&(0===m.length?m+=\"..\":m+=\"/..\");return m.length>0?m+t.slice(o+h):(o+=h,47===t.charCodeAt(o)&&++o,t.slice(o))},_makeLong:e=>e,dirname(e){if(i(e),0===e.length)return\".\";for(var t=e.charCodeAt(0),r=47===t,n=-1,s=!0,a=e.length-1;a>=1;--a)if(47===(t=e.charCodeAt(a))){if(!s){n=a;break}}else s=!1;return -1===n?r?\"/\":\".\":r&&1===n?\"//\":e.slice(0,n)},basename(e,t){if(void 0!==t&&\"string\"!=typeof t)throw TypeError('\"ext\" argument must be a string');i(e);var r,n=0,s=-1,a=!0;if(void 0!==t&&t.length>0&&t.length<=e.length){if(t.length===e.length&&t===e)return\"\";var o=t.length-1,c=-1;for(r=e.length-1;r>=0;--r){var u=e.charCodeAt(r);if(47===u){if(!a){n=r+1;break}}else -1===c&&(a=!1,c=r+1),o>=0&&(u===t.charCodeAt(o)?-1==--o&&(s=r):(o=-1,s=c))}return n===s?s=c:-1===s&&(s=e.length),e.slice(n,s)}for(r=e.length-1;r>=0;--r)if(47===e.charCodeAt(r)){if(!a){n=r+1;break}}else -1===s&&(a=!1,s=r+1);return -1===s?\"\":e.slice(n,s)},extname(e){i(e);for(var t=-1,r=0,n=-1,s=!0,a=0,o=e.length-1;o>=0;--o){var c=e.charCodeAt(o);if(47===c){if(!s){r=o+1;break}continue}-1===n&&(s=!1,n=o+1),46===c?-1===t?t=o:1!==a&&(a=1):-1!==t&&(a=-1)}return -1===t||-1===n||0===a||1===a&&t===n-1&&t===r+1?\"\":e.slice(t,n)},format(e){if(null===e||\"object\"!=typeof e)throw TypeError('The \"pathObject\" argument must be of type Object. Received type '+typeof e);return n(\"/\",e)},parse(e){i(e);var t={root:\"\",dir:\"\",base:\"\",ext:\"\",name:\"\"};if(0===e.length)return t;var r,n=e.charCodeAt(0),s=47===n;s?(t.root=\"/\",r=1):r=0;for(var a=-1,o=0,c=-1,u=!0,l=e.length-1,h=0;l>=r;--l){if(47===(n=e.charCodeAt(l))){if(!u){o=l+1;break}continue}-1===c&&(u=!1,c=l+1),46===n?-1===a?a=l:1!==h&&(h=1):-1!==a&&(h=-1)}return -1===a||-1===c||0===h||1===h&&a===c-1&&a===o+1?-1!==c&&(0===o&&s?t.base=t.name=e.slice(1,c):t.base=t.name=e.slice(o,c)):(0===o&&s?(t.name=e.slice(1,a),t.base=e.slice(1,c)):(t.name=e.slice(o,a),t.base=e.slice(o,c)),t.ext=e.slice(a,c)),o>0?t.dir=e.slice(0,o-1):s&&(t.dir=\"/\"),t},sep:\"/\",delimiter:\":\",win32:null,posix:null};s.posix=s,t.exports=s}),vn=Tt(e=>{e.parse=r,e.serialize=n;var t=Object.prototype.toString,i=/^[\\u0009\\u0020-\\u007e\\u0080-\\u00ff]+$/;function r(e,t){if(\"string\"!=typeof e)throw TypeError(\"argument str must be a string\");for(var i={},r=(t||{}).decode||s,n=0;n<e.length;){var a=e.indexOf(\"=\",n);if(-1===a)break;var o=e.indexOf(\";\",n);if(-1===o)o=e.length;else if(o<a){n=e.lastIndexOf(\";\",a-1)+1;continue}var u=e.slice(n,a).trim();if(void 0===i[u]){var l=e.slice(a+1,o).trim();34===l.charCodeAt(0)&&(l=l.slice(1,-1)),i[u]=c(l,r)}n=o+1}return i}function n(e,t,r){var n=r||{},s=n.encode||a;if(\"function\"!=typeof s)throw TypeError(\"option encode is invalid\");if(!i.test(e))throw TypeError(\"argument name is invalid\");var c=s(t);if(c&&!i.test(c))throw TypeError(\"argument val is invalid\");var u=e+\"=\"+c;if(null!=n.maxAge){var l=n.maxAge-0;if(isNaN(l)||!isFinite(l))throw TypeError(\"option maxAge is invalid\");u+=\"; Max-Age=\"+Math.floor(l)}if(n.domain){if(!i.test(n.domain))throw TypeError(\"option domain is invalid\");u+=\"; Domain=\"+n.domain}if(n.path){if(!i.test(n.path))throw TypeError(\"option path is invalid\");u+=\"; Path=\"+n.path}if(n.expires){var h=n.expires;if(!o(h)||isNaN(h.valueOf()))throw TypeError(\"option expires is invalid\");u+=\"; Expires=\"+h.toUTCString()}if(n.httpOnly&&(u+=\"; HttpOnly\"),n.secure&&(u+=\"; Secure\"),n.priority){var p=\"string\"==typeof n.priority?n.priority.toLowerCase():n.priority;switch(p){case\"low\":u+=\"; Priority=Low\";break;case\"medium\":u+=\"; Priority=Medium\";break;case\"high\":u+=\"; Priority=High\";break;default:throw TypeError(\"option priority is invalid\")}}if(n.sameSite){var d=\"string\"==typeof n.sameSite?n.sameSite.toLowerCase():n.sameSite;switch(d){case!0:case\"strict\":u+=\"; SameSite=Strict\";break;case\"lax\":u+=\"; SameSite=Lax\";break;case\"none\":u+=\"; SameSite=None\";break;default:throw TypeError(\"option sameSite is invalid\")}}return u}function s(e){return -1!==e.indexOf(\"%\")?decodeURIComponent(e):e}function a(e){return encodeURIComponent(e)}function o(e){return\"[object Date]\"===t.call(e)||e instanceof Date}function c(e,t){try{return t(e)}catch{return e}}}),En=Tt((e,t)=>{var i={decodeValues:!0,map:!1,silent:!1};function r(e){return\"string\"==typeof e&&!!e.trim()}function n(e,t){var n=e.split(\";\").filter(r),a=s(n.shift()),o=a.name,c=a.value;t=t?Object.assign({},i,t):i;try{c=t.decodeValues?decodeURIComponent(c):c}catch(u){console.error(\"set-cookie-parser encountered an error while decoding a cookie with value '\"+c+\"'. Set options.decodeValues to false to disable this feature.\",u)}var l={name:o,value:c};return n.forEach(e=>{var t=e.split(\"=\"),i=t.shift().trimLeft().toLowerCase(),r=t.join(\"=\");\"expires\"===i?l.expires=new Date(r):\"max-age\"===i?l.maxAge=Number.parseInt(r,10):\"secure\"===i?l.secure=!0:\"httponly\"===i?l.httpOnly=!0:\"samesite\"===i?l.sameSite=r:l[i]=r}),l}function s(e){var t=\"\",i=\"\",r=e.split(\"=\");return r.length>1?(t=r.shift(),i=r.join(\"=\")):i=e,{name:t,value:i}}function a(e,t){if(t=t?Object.assign({},i,t):i,!e)return t.map?{}:[];if(e.headers){if(\"function\"==typeof e.headers.getSetCookie)e=e.headers.getSetCookie();else if(e.headers[\"set-cookie\"])e=e.headers[\"set-cookie\"];else{var s=e.headers[Object.keys(e.headers).find(e=>\"set-cookie\"===e.toLowerCase())];s||!e.headers.cookie||t.silent||console.warn(\"Warning: set-cookie-parser appears to have been called on a request object. It is designed to parse Set-Cookie headers from responses, not Cookie headers from requests. Set the option {silent: true} to suppress this warning.\"),e=s}}return(Array.isArray(e)||(e=[e]),(t=t?Object.assign({},i,t):i).map)?e.filter(r).reduce((e,i)=>{var r=n(i,t);return e[r.name]=r,e},{}):e.filter(r).map(e=>n(e,t))}function o(e){if(Array.isArray(e))return e;if(\"string\"!=typeof e)return[];var t,i,r,n,s,a=[],o=0;function c(){for(;o<e.length&&/\\s/.test(e.charAt(o));)o+=1;return o<e.length}function u(){return\"=\"!==(i=e.charAt(o))&&\";\"!==i&&\",\"!==i}for(;o<e.length;){for(t=o,s=!1;c();)if(\",\"===(i=e.charAt(o))){for(r=o,o+=1,c(),n=o;o<e.length&&u();)o+=1;o<e.length&&\"=\"===e.charAt(o)?(s=!0,o=n,a.push(e.substring(t,r)),t=o):o=r+1}else o+=1;(!s||o>=e.length)&&a.push(e.substring(t,e.length))}return a}t.exports=a,t.exports.parse=a,t.exports.parseString=n,t.exports.splitCookiesString=o}),xr=Qe(Nt()),Ye={\"application/ecmascript\":{source:\"apache\",compressible:!0,extensions:[\"ecma\"]},\"application/gzip\":{source:\"iana\",compressible:!1,extensions:[\"gz\"]},\"application/http\":{source:\"iana\"},\"application/javascript\":{source:\"apache\",charset:\"UTF-8\",compressible:!0,extensions:[\"js\"]},\"application/json\":{source:\"iana\",charset:\"UTF-8\",compressible:!0,extensions:[\"json\",\"map\"]},\"application/manifest+json\":{source:\"iana\",charset:\"UTF-8\",compressible:!0,extensions:[\"webmanifest\"]},\"application/marc\":{source:\"iana\",extensions:[\"mrc\"]},\"application/mp4\":{source:\"iana\",extensions:[\"mp4\",\"mpg4\",\"mp4s\",\"m4p\"]},\"application/ogg\":{source:\"iana\",compressible:!1,extensions:[\"ogx\"]},\"application/sql\":{source:\"iana\",extensions:[\"sql\"]},\"application/wasm\":{source:\"iana\",compressible:!0,extensions:[\"wasm\"]},\"application/x-bittorrent\":{source:\"apache\",extensions:[\"torrent\"]},\"application/x-gzip\":{source:\"apache\"},\"application/x-javascript\":{compressible:!0},\"application/x-web-app-manifest+json\":{compressible:!0,extensions:[\"webapp\"]},\"application/x-www-form-urlencoded\":{source:\"iana\",compressible:!0},\"application/xhtml+xml\":{source:\"iana\",compressible:!0,extensions:[\"xhtml\",\"xht\"]},\"application/xhtml-voice+xml\":{source:\"apache\",compressible:!0},\"application/xml\":{source:\"iana\",compressible:!0,extensions:[\"xml\",\"xsl\",\"xsd\",\"rng\"]},\"application/zip\":{source:\"iana\",compressible:!1,extensions:[\"zip\"]},\"application/zlib\":{source:\"iana\"},\"audio/midi\":{source:\"apache\",extensions:[\"mid\",\"midi\",\"kar\",\"rmi\"]},\"audio/mp3\":{compressible:!1,extensions:[\"mp3\"]},\"audio/mp4\":{source:\"iana\",compressible:!1,extensions:[\"m4a\",\"mp4a\"]},\"audio/mp4a-latm\":{source:\"iana\"},\"audio/mpa\":{source:\"iana\"},\"audio/mpa-robust\":{source:\"iana\"},\"audio/mpeg\":{source:\"iana\",compressible:!1,extensions:[\"mpga\",\"mp2\",\"mp2a\",\"mp3\",\"m2a\",\"m3a\"]},\"audio/ogg\":{source:\"iana\",compressible:!1,extensions:[\"oga\",\"ogg\",\"spx\",\"opus\"]},\"audio/red\":{source:\"iana\"},\"audio/rtx\":{source:\"iana\"},\"audio/scip\":{source:\"iana\"},\"audio/silk\":{source:\"apache\",extensions:[\"sil\"]},\"audio/smv\":{source:\"iana\"},\"audio/wav\":{compressible:!1,extensions:[\"wav\"]},\"audio/wave\":{compressible:!1,extensions:[\"wav\"]},\"audio/webm\":{source:\"apache\",compressible:!1,extensions:[\"weba\"]},\"audio/x-aac\":{source:\"apache\",compressible:!1,extensions:[\"aac\"]},\"audio/x-aiff\":{source:\"apache\",extensions:[\"aif\",\"aiff\",\"aifc\"]},\"audio/x-caf\":{source:\"apache\",compressible:!1,extensions:[\"caf\"]},\"audio/x-flac\":{source:\"apache\",extensions:[\"flac\"]},\"audio/x-m4a\":{source:\"nginx\",extensions:[\"m4a\"]},\"audio/x-matroska\":{source:\"apache\",extensions:[\"mka\"]},\"audio/x-mpegurl\":{source:\"apache\",extensions:[\"m3u\"]},\"audio/x-ms-wax\":{source:\"apache\",extensions:[\"wax\"]},\"audio/x-ms-wma\":{source:\"apache\",extensions:[\"wma\"]},\"audio/x-pn-realaudio\":{source:\"apache\",extensions:[\"ram\",\"ra\"]},\"audio/x-pn-realaudio-plugin\":{source:\"apache\",extensions:[\"rmp\"]},\"audio/x-realaudio\":{source:\"nginx\",extensions:[\"ra\"]},\"audio/x-tta\":{source:\"apache\"},\"audio/x-wav\":{source:\"apache\",extensions:[\"wav\"]},\"audio/xm\":{source:\"apache\",extensions:[\"xm\"]},\"font/collection\":{source:\"iana\",extensions:[\"ttc\"]},\"font/otf\":{source:\"iana\",compressible:!0,extensions:[\"otf\"]},\"font/sfnt\":{source:\"iana\"},\"font/ttf\":{source:\"iana\",compressible:!0,extensions:[\"ttf\"]},\"font/woff\":{source:\"iana\",extensions:[\"woff\"]},\"font/woff2\":{source:\"iana\",extensions:[\"woff2\"]},\"image/gif\":{source:\"iana\",compressible:!1,extensions:[\"gif\"]},\"image/heic\":{source:\"iana\",extensions:[\"heic\"]},\"image/heic-sequence\":{source:\"iana\",extensions:[\"heics\"]},\"image/heif\":{source:\"iana\",extensions:[\"heif\"]},\"image/jpeg\":{source:\"iana\",compressible:!1,extensions:[\"jpeg\",\"jpg\",\"jpe\"]},\"image/png\":{source:\"iana\",compressible:!1,extensions:[\"png\"]},\"image/svg+xml\":{source:\"iana\",compressible:!0,extensions:[\"svg\",\"svgz\"]},\"image/webp\":{source:\"iana\",extensions:[\"webp\"]},\"text/coffeescript\":{extensions:[\"coffee\",\"litcoffee\"]},\"text/css\":{source:\"iana\",charset:\"UTF-8\",compressible:!0,extensions:[\"css\"]},\"text/ecmascript\":{source:\"apache\"},\"text/html\":{source:\"iana\",compressible:!0,extensions:[\"html\",\"htm\",\"shtml\"]},\"text/jade\":{extensions:[\"jade\"]},\"text/javascript\":{source:\"iana\",charset:\"UTF-8\",compressible:!0,extensions:[\"js\",\"mjs\"]},\"text/markdown\":{source:\"iana\",compressible:!0,extensions:[\"md\",\"markdown\"]}},_r=/^\\s*([^;\\s]*)(?:;|\\s|$)/,fa=/^text\\//i,U={};function gr(e){if(!e||\"string\"!=typeof e)return!1;var t=_r.exec(e),i=t&&Ye[t[1].toLowerCase()];return i&&i.charset?i.charset:!(!t||!fa.test(t[1]))&&\"UTF-8\"}function da(e){if(!e||\"string\"!=typeof e)return!1;var t=-1===e.indexOf(\"/\")?U.lookup(e):e;if(!t)return!1;if(-1===t.indexOf(\"charset\")){var i=U.charset(t);i&&(t+=\"; charset=\"+i.toLowerCase())}return t}function ma(e){if(!e||\"string\"!=typeof e)return!1;var t=_r.exec(e),i=t&&U.extensions[t[1].toLowerCase()];return!(!i||!i.length)&&i[0]}function ya(e){if(!e||\"string\"!=typeof e)return!1;var t=(0,xr.extname)(\"x.\"+e).toLowerCase().substr(1);return t&&U.types[t]||!1}function ga(e,t){var i=[\"nginx\",\"apache\",void 0,\"iana\"];Object.keys(Ye).forEach(r=>{var n=Ye[r],s=n.extensions;if(s&&s.length){e[r]=s;for(var a=0;a<s.length;a++){var o=s[a];if(t[o]){var c=i.indexOf(Ye[t[o]].source),u=i.indexOf(n.source);if(\"application/octet-stream\"!==t[o]&&(c>u||c===u&&\"application/\"===t[o].substr(0,12)))continue}t[o]=r}}})}U.charset=gr,U.charsets={lookup:gr},U.contentType=da,U.extension=ma,U.extensions=Object.create(null),U.lookup=ya,U.types=Object.create(null),ga(U.extensions,U.types);var br=U,Us=Qe(Nt(),1),Je={};dr(Je,{deleteDB:()=>Ca,openDB:()=>Bt,unwrap:()=>Le,wrap:()=>G});var wr,vr,xa=(e,t)=>t.some(t=>e instanceof t);function _a(){return wr||(wr=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction])}function ba(){return vr||(vr=[IDBCursor.prototype.advance,IDBCursor.prototype.continue,IDBCursor.prototype.continuePrimaryKey,])}var Sr=new WeakMap,Dt=new WeakMap,Er=new WeakMap,Mt=new WeakMap,Vt=new WeakMap;function wa(e){let t=new Promise((t,i)=>{let r=()=>{e.removeEventListener(\"success\",n),e.removeEventListener(\"error\",s)},n=()=>{t(G(e.result)),r()},s=()=>{i(e.error),r()};e.addEventListener(\"success\",n),e.addEventListener(\"error\",s)});return t.then(t=>{t instanceof IDBCursor&&Sr.set(t,e)}).catch(()=>{}),Vt.set(t,e),t}function va(e){if(Dt.has(e))return;let t=new Promise((t,i)=>{let r=()=>{e.removeEventListener(\"complete\",n),e.removeEventListener(\"error\",s),e.removeEventListener(\"abort\",s)},n=()=>{t(),r()},s=()=>{i(e.error||new DOMException(\"AbortError\",\"AbortError\")),r()};e.addEventListener(\"complete\",n),e.addEventListener(\"error\",s),e.addEventListener(\"abort\",s)});Dt.set(e,t)}var Ot={get(e,t,i){if(e instanceof IDBTransaction){if(\"done\"===t)return Dt.get(e);if(\"objectStoreNames\"===t)return e.objectStoreNames||Er.get(e);if(\"store\"===t)return i.objectStoreNames[1]?void 0:i.objectStore(i.objectStoreNames[0])}return G(e[t])},set:(e,t,i)=>(e[t]=i,!0),has:(e,t)=>e instanceof IDBTransaction&&(\"done\"===t||\"store\"===t)||t in e};function Cr(e){Ot=e(Ot)}function Sa(e){return e!==IDBDatabase.prototype.transaction||\"objectStoreNames\"in IDBTransaction.prototype?ba().includes(e)?function(...t){return e.apply(Le(this),t),G(Sr.get(this))}:function(...t){return G(e.apply(Le(this),t))}:function(t,...i){let r=e.call(Le(this),t,...i);return Er.set(r,t.sort?t.sort():[t]),G(r)}}function Ea(e){return\"function\"==typeof e?Sa(e):(e instanceof IDBTransaction&&va(e),xa(e,_a())?new Proxy(e,Ot):e)}function G(e){if(e instanceof IDBRequest)return wa(e);if(Mt.has(e))return Mt.get(e);let t=Ea(e);return t!==e&&(Mt.set(e,t),Vt.set(t,e)),t}var Le=e=>Vt.get(e);function Bt(e,t,{blocked:i,upgrade:r,blocking:n,terminated:s}={}){let a=indexedDB.open(e,t),o=G(a);return r&&a.addEventListener(\"upgradeneeded\",e=>{r(G(a.result),e.oldVersion,e.newVersion,G(a.transaction),e)}),i&&a.addEventListener(\"blocked\",e=>i(e.oldVersion,e.newVersion,e)),o.then(e=>{s&&e.addEventListener(\"close\",()=>s()),n&&e.addEventListener(\"versionchange\",e=>n(e.oldVersion,e.newVersion,e))}).catch(()=>{}),o}function Ca(e,{blocked:t}={}){let i=indexedDB.deleteDatabase(e);return t&&i.addEventListener(\"blocked\",e=>t(e.oldVersion,e)),G(i).then(()=>{})}var ka=[\"get\",\"getKey\",\"getAll\",\"getAllKeys\",\"count\"],Aa=[\"put\",\"add\",\"delete\",\"clear\"],Ft=new Map;function kr(e,t){if(!(e instanceof IDBDatabase&&!(t in e)&&\"string\"==typeof t))return;if(Ft.get(t))return Ft.get(t);let i=t.replace(/FromIndex$/,\"\"),r=t!==i,n=Aa.includes(i);if(!(i in(r?IDBIndex:IDBObjectStore).prototype)||!(n||ka.includes(i)))return;let s=async function(e,...t){let s=this.transaction(e,n?\"readwrite\":\"readonly\"),a=s.store;return r&&(a=a.index(t.shift())),(await Promise.all([a[i](...t),n&&s.done]))[0]};return Ft.set(t,s),s}Cr(e=>({...e,get:(t,i,r)=>kr(t,i)||e.get(t,i,r),has:(t,i)=>!!kr(t,i)||e.has(t,i)}));var La=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,370,1,81,2,71,10,50,3,123,2,54,14,32,10,3,1,11,3,46,10,8,0,46,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,3,0,158,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,10,1,2,0,49,6,4,4,14,9,5351,0,7,14,13835,9,87,9,39,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,4706,45,3,22,543,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,101,0,161,6,10,9,357,0,62,13,499,13,983,6,110,6,6,9,4759,9,787719,239,],Ir=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,13,10,2,14,2,6,2,1,2,10,2,14,2,6,2,1,68,310,10,21,11,7,25,5,2,41,2,8,70,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,349,41,7,1,79,28,11,0,9,21,43,17,47,20,28,22,13,52,58,1,3,0,14,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,20,1,64,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,38,6,186,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,19,72,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,16,0,2,12,2,33,125,0,80,921,103,110,18,195,2637,96,16,1071,18,5,4026,582,8634,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,43,8,8936,3,2,6,2,1,2,290,16,0,30,2,3,0,15,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,1845,30,7,5,262,61,147,44,11,6,17,0,322,29,19,43,485,27,757,6,2,3,2,1,2,14,2,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42719,33,4153,7,221,3,5761,15,7472,3104,541,1507,4938,6,4191,],Pa=\"‌‍\\xb7̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࢘-࢟࣊-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍୕-ୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఄ఼ా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ೳഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ඁ-ඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ຼ່-໎໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜕ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠏-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᪿ-ᫎᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧ꠬ꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱ꣿ-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏０-９＿\",Tr=\"\\xaa\\xb5\\xba\\xc0-\\xd6\\xd8-\\xf6\\xf8-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࡰ-ࢇࢉ-ࢎࢠ-ࣉऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౝౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೝೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜑᜟ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭌᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꟊꟐꟑꟓꟕ-ꟙꟲ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ﬀ-ﬆﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼＡ-Ｚａ-ｚｦ-ﾾￂ-ￇￊ-ￏￒ-ￗￚ-ￜ\",$t={3:\"abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile\",5:\"class enum extends super const export import\",6:\"enum\",strict:\"implements interface let package private protected public static yield\",strictBind:\"eval arguments\"},jt=\"break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this\",Ra={5:jt,\"5module\":jt+\" export import\",6:jt+\" const class extends export import super\"},Ia=/^in(stanceof)?$/,Ta=RegExp(\"[\"+Tr+\"]\"),Na=RegExp(\"[\"+Tr+Pa+\"]\");function Ht(e,t){for(var i=65536,r=0;r<t.length&&!((i+=t[r])>e);r+=2)if((i+=t[r+1])>=e)return!0;return!1}function ce(e,t){return e<65?36===e:e<91||(e<97?95===e:e<123||(e<=65535?e>=170&&Ta.test(String.fromCharCode(e)):!1!==t&&Ht(e,Ir)))}function be(e,t){return e<48?36===e:e<58||!(e<65)&&(e<91||(e<97?95===e:e<123||(e<=65535?e>=170&&Na.test(String.fromCharCode(e)):!1!==t&&(Ht(e,Ir)||Ht(e,La)))))}var L=function(e,t){void 0===t&&(t={}),this.label=e,this.keyword=t.keyword,this.beforeExpr=!!t.beforeExpr,this.startsExpr=!!t.startsExpr,this.isLoop=!!t.isLoop,this.isAssign=!!t.isAssign,this.prefix=!!t.prefix,this.postfix=!!t.postfix,this.binop=t.binop||null,this.updateContext=null};function z(e,t){return new L(e,{beforeExpr:!0,binop:t})}var K={beforeExpr:!0},H={startsExpr:!0},Gt={};function k(e,t){return void 0===t&&(t={}),t.keyword=e,Gt[e]=new L(e,t)}var u={num:new L(\"num\",H),regexp:new L(\"regexp\",H),string:new L(\"string\",H),name:new L(\"name\",H),privateId:new L(\"privateId\",H),eof:new L(\"eof\"),bracketL:new L(\"[\",{beforeExpr:!0,startsExpr:!0}),bracketR:new L(\"]\"),braceL:new L(\"{\",{beforeExpr:!0,startsExpr:!0}),braceR:new L(\"}\"),parenL:new L(\"(\",{beforeExpr:!0,startsExpr:!0}),parenR:new L(\")\"),comma:new L(\",\",K),semi:new L(\";\",K),colon:new L(\":\",K),dot:new L(\".\"),question:new L(\"?\",K),questionDot:new L(\"?.\"),arrow:new L(\"=>\",K),template:new L(\"template\"),invalidTemplate:new L(\"invalidTemplate\"),ellipsis:new L(\"...\",K),backQuote:new L(\"`\",H),dollarBraceL:new L(\"${\",{beforeExpr:!0,startsExpr:!0}),eq:new L(\"=\",{beforeExpr:!0,isAssign:!0}),assign:new L(\"_=\",{beforeExpr:!0,isAssign:!0}),incDec:new L(\"++/--\",{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new L(\"!/~\",{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:z(\"||\",1),logicalAND:z(\"&&\",2),bitwiseOR:z(\"|\",3),bitwiseXOR:z(\"^\",4),bitwiseAND:z(\"&\",5),equality:z(\"==/!=/===/!==\",6),relational:z(\"</>/<=/>=\",7),bitShift:z(\"<</>>/>>>\",8),plusMin:new L(\"+/-\",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:z(\"%\",10),star:z(\"*\",10),slash:z(\"/\",10),starstar:new L(\"**\",{beforeExpr:!0}),coalesce:z(\"??\",1),_break:k(\"break\"),_case:k(\"case\",K),_catch:k(\"catch\"),_continue:k(\"continue\"),_debugger:k(\"debugger\"),_default:k(\"default\",K),_do:k(\"do\",{isLoop:!0,beforeExpr:!0}),_else:k(\"else\",K),_finally:k(\"finally\"),_for:k(\"for\",{isLoop:!0}),_function:k(\"function\",H),_if:k(\"if\"),_return:k(\"return\",K),_switch:k(\"switch\"),_throw:k(\"throw\",K),_try:k(\"try\"),_var:k(\"var\"),_const:k(\"const\"),_while:k(\"while\",{isLoop:!0}),_with:k(\"with\"),_new:k(\"new\",{beforeExpr:!0,startsExpr:!0}),_this:k(\"this\",H),_super:k(\"super\",H),_class:k(\"class\",H),_extends:k(\"extends\",K),_export:k(\"export\"),_import:k(\"import\",H),_null:k(\"null\",H),_true:k(\"true\",H),_false:k(\"false\",H),_in:k(\"in\",{beforeExpr:!0,binop:7}),_instanceof:k(\"instanceof\",{beforeExpr:!0,binop:7}),_typeof:k(\"typeof\",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:k(\"void\",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:k(\"delete\",{beforeExpr:!0,prefix:!0,startsExpr:!0})},Y=/\\r\\n?|\\n|\\u2028|\\u2029/,Ma=RegExp(Y.source,\"g\");function we(e){return 10===e||13===e||8232===e||8233===e}function Nr(e,t,i){void 0===i&&(i=e.length);for(var r=t;r<i;r++){var n=e.charCodeAt(r);if(we(n))return r<i-1&&13===n&&10===e.charCodeAt(r+1)?r+2:r+1}return -1}var Mr=/[\\u1680\\u2000-\\u200a\\u202f\\u205f\\u3000\\ufeff]/,X=/(?:\\s|\\/\\/.*|\\/\\*[^]*?\\*\\/)*/g,Dr=Object.prototype,Da=Dr.hasOwnProperty,Oa=Dr.toString,Te=Object.hasOwn||((e,t)=>Da.call(e,t)),Ar=Array.isArray||(e=>\"[object Array]\"===Oa.call(e));function pe(e){return RegExp(\"^(?:\"+e.replace(/ /g,\"|\")+\")$\")}function fe(e){return e<=65535?String.fromCharCode(e):String.fromCharCode(((e-=65536)>>10)+55296,(1023&e)+56320)}var Va=/(?:[\\uD800-\\uDBFF](?![\\uDC00-\\uDFFF])|(?:[^\\uD800-\\uDBFF]|^)[\\uDC00-\\uDFFF])/,Re=function(e,t){this.line=e,this.column=t};Re.prototype.offset=function(e){return new Re(this.line,this.column+e)};var rt=function(e,t,i){this.start=t,this.end=i,null!==e.sourceFile&&(this.source=e.sourceFile)};function Or(e,t){for(var i=1,r=0;;){var n=Nr(e,r,t);if(n<0)return new Re(i,t-r);++i,r=n}}var Wt={ecmaVersion:null,sourceType:\"script\",onInsertedSemicolon:null,onTrailingComma:null,allowReserved:null,allowReturnOutsideFunction:!1,allowImportExportEverywhere:!1,allowAwaitOutsideFunction:null,allowSuperOutsideMethod:null,allowHashBang:!1,checkPrivateFields:!0,locations:!1,onToken:null,onComment:null,ranges:!1,program:null,sourceFile:null,directSourceFile:null,preserveParens:!1},Lr=!1;function Fa(e){var t={};for(var i in Wt)t[i]=e&&Te(e,i)?e[i]:Wt[i];if(\"latest\"===t.ecmaVersion?t.ecmaVersion=1e8:null==t.ecmaVersion?(!Lr&&\"object\"==typeof console&&console.warn&&(Lr=!0,console.warn(`Since Acorn 8.0.0, options.ecmaVersion is required.\nDefaulting to 2020, but this will stop working in the future.`)),t.ecmaVersion=11):t.ecmaVersion>=2015&&(t.ecmaVersion-=2009),null==t.allowReserved&&(t.allowReserved=t.ecmaVersion<5),e&&null!=e.allowHashBang||(t.allowHashBang=t.ecmaVersion>=14),Ar(t.onToken)){var r=t.onToken;t.onToken=e=>r.push(e)}return Ar(t.onComment)&&(t.onComment=Ba(t,t.onComment)),t}function Ba(e,t){return function(i,r,n,s,a,o){var c={type:i?\"Block\":\"Line\",value:r,start:n,end:s};e.locations&&(c.loc=new rt(this,a,o)),e.ranges&&(c.range=[n,s]),t.push(c)}}var Ie=1,ve=2,zt=4,Vr=8,Fr=16,Br=32,Kt=64,$r=128,Ne=256,Xt=Ie|ve|Ne;function Qt(e,t){return ve|(e?zt:0)|(t?Vr:0)}var et=0,Yt=1,le=2,jr=3,Ur=4,Hr=5,T=function(e,t,i){this.options=e=Fa(e),this.sourceFile=e.sourceFile,this.keywords=pe(Ra[e.ecmaVersion>=6?6:\"module\"===e.sourceType?\"5module\":5]);var r=\"\";!0!==e.allowReserved&&(r=$t[e.ecmaVersion>=6?6:5===e.ecmaVersion?5:3],\"module\"===e.sourceType&&(r+=\" await\")),this.reservedWords=pe(r);var n=(r?r+\" \":\"\")+$t.strict;this.reservedWordsStrict=pe(n),this.reservedWordsStrictBind=pe(n+\" \"+$t.strictBind),this.input=String(t),this.containsEsc=!1,i?(this.pos=i,this.lineStart=this.input.lastIndexOf(`\n`,i-1)+1,this.curLine=this.input.slice(0,this.lineStart).split(Y).length):(this.pos=this.lineStart=0,this.curLine=1),this.type=u.eof,this.value=null,this.start=this.end=this.pos,this.startLoc=this.endLoc=this.curPosition(),this.lastTokEndLoc=this.lastTokStartLoc=null,this.lastTokStart=this.lastTokEnd=this.pos,this.context=this.initialContext(),this.exprAllowed=!0,this.inModule=\"module\"===e.sourceType,this.strict=this.inModule||this.strictDirective(this.pos),this.potentialArrowAt=-1,this.potentialArrowInForAwait=!1,this.yieldPos=this.awaitPos=this.awaitIdentPos=0,this.labels=[],this.undefinedExports=Object.create(null),0===this.pos&&e.allowHashBang&&\"#!\"===this.input.slice(0,2)&&this.skipLineComment(2),this.scopeStack=[],this.enterScope(Ie),this.regexpState=null,this.privateNameStack=[]},ie={inFunction:{configurable:!0},inGenerator:{configurable:!0},inAsync:{configurable:!0},canAwait:{configurable:!0},allowSuper:{configurable:!0},allowDirectSuper:{configurable:!0},treatFunctionsAsVar:{configurable:!0},allowNewDotTarget:{configurable:!0},inClassStaticBlock:{configurable:!0}};T.prototype.parse=function(){var e=this.options.program||this.startNode();return this.nextToken(),this.parseTopLevel(e)},ie.inFunction.get=function(){return(this.currentVarScope().flags&ve)>0},ie.inGenerator.get=function(){return(this.currentVarScope().flags&Vr)>0&&!this.currentVarScope().inClassFieldInit},ie.inAsync.get=function(){return(this.currentVarScope().flags&zt)>0&&!this.currentVarScope().inClassFieldInit},ie.canAwait.get=function(){for(var e=this.scopeStack.length-1;e>=0;e--){var t=this.scopeStack[e];if(t.inClassFieldInit||t.flags&Ne)return!1;if(t.flags&ve)return(t.flags&zt)>0}return this.inModule&&this.options.ecmaVersion>=13||this.options.allowAwaitOutsideFunction},ie.allowSuper.get=function(){var e=this.currentThisScope(),t=e.flags,i=e.inClassFieldInit;return(t&Kt)>0||i||this.options.allowSuperOutsideMethod},ie.allowDirectSuper.get=function(){return(this.currentThisScope().flags&$r)>0},ie.treatFunctionsAsVar.get=function(){return this.treatFunctionsAsVarInScope(this.currentScope())},ie.allowNewDotTarget.get=function(){var e=this.currentThisScope(),t=e.flags,i=e.inClassFieldInit;return(t&(ve|Ne))>0||i},ie.inClassStaticBlock.get=function(){return(this.currentVarScope().flags&Ne)>0},T.extend=function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];for(var i=this,r=0;r<e.length;r++)i=e[r](i);return i},T.parse=function(e,t){return new this(t,e).parse()},T.parseExpressionAt=function(e,t,i){var r=new this(i,e,t);return r.nextToken(),r.parseExpression()},T.tokenizer=function(e,t){return new this(t,e)},Object.defineProperties(T.prototype,ie);var $=T.prototype,$a=/^(?:'((?:\\\\.|[^'\\\\])*?)'|\"((?:\\\\.|[^\"\\\\])*?)\")/;$.strictDirective=function(e){if(this.options.ecmaVersion<5)return!1;for(;;){X.lastIndex=e,e+=X.exec(this.input)[0].length;var t=$a.exec(this.input.slice(e));if(!t)return!1;if(\"use strict\"===(t[1]||t[2])){X.lastIndex=e+t[0].length;var i=X.exec(this.input),r=i.index+i[0].length,n=this.input.charAt(r);return\";\"===n||\"}\"===n||Y.test(i[0])&&!(/[(`.[+\\-/*%<>=,?^&]/.test(n)||\"!\"===n&&\"=\"===this.input.charAt(r+1))}e+=t[0].length,X.lastIndex=e,e+=X.exec(this.input)[0].length,\";\"===this.input[e]&&e++}},$.eat=function(e){return this.type===e&&(this.next(),!0)},$.isContextual=function(e){return this.type===u.name&&this.value===e&&!this.containsEsc},$.eatContextual=function(e){return!!this.isContextual(e)&&(this.next(),!0)},$.expectContextual=function(e){this.eatContextual(e)||this.unexpected()},$.canInsertSemicolon=function(){return this.type===u.eof||this.type===u.braceR||Y.test(this.input.slice(this.lastTokEnd,this.start))},$.insertSemicolon=function(){if(this.canInsertSemicolon())return this.options.onInsertedSemicolon&&this.options.onInsertedSemicolon(this.lastTokEnd,this.lastTokEndLoc),!0},$.semicolon=function(){this.eat(u.semi)||this.insertSemicolon()||this.unexpected()},$.afterTrailingComma=function(e,t){if(this.type===e)return this.options.onTrailingComma&&this.options.onTrailingComma(this.lastTokStart,this.lastTokStartLoc),t||this.next(),!0},$.expect=function(e){this.eat(e)||this.unexpected()},$.unexpected=function(e){this.raise(e??this.start,\"Unexpected token\")};var nt=function(){this.shorthandAssign=this.trailingComma=this.parenthesizedAssign=this.parenthesizedBind=this.doubleProto=-1};$.checkPatternErrors=function(e,t){if(e){e.trailingComma>-1&&this.raiseRecoverable(e.trailingComma,\"Comma is not permitted after the rest element\");var i=t?e.parenthesizedAssign:e.parenthesizedBind;i>-1&&this.raiseRecoverable(i,t?\"Assigning to rvalue\":\"Parenthesized pattern\")}},$.checkExpressionErrors=function(e,t){if(!e)return!1;var i=e.shorthandAssign,r=e.doubleProto;if(!t)return i>=0||r>=0;i>=0&&this.raise(i,\"Shorthand property assignments are valid only in destructuring patterns\"),r>=0&&this.raiseRecoverable(r,\"Redefinition of __proto__ property\")},$.checkYieldAwaitInDefaultParams=function(){this.yieldPos&&(!this.awaitPos||this.yieldPos<this.awaitPos)&&this.raise(this.yieldPos,\"Yield expression cannot be a default value\"),this.awaitPos&&this.raise(this.awaitPos,\"Await expression cannot be a default value\")},$.isSimpleAssignTarget=function(e){return\"ParenthesizedExpression\"===e.type?this.isSimpleAssignTarget(e.expression):\"Identifier\"===e.type||\"MemberExpression\"===e.type};var w=T.prototype;w.parseTopLevel=function(e){var t=Object.create(null);for(e.body||(e.body=[]);this.type!==u.eof;){var i=this.parseStatement(null,!0,t);e.body.push(i)}if(this.inModule)for(var r=0,n=Object.keys(this.undefinedExports);r<n.length;r+=1){var s=n[r];this.raiseRecoverable(this.undefinedExports[s].start,\"Export '\"+s+\"' is not defined\")}return this.adaptDirectivePrologue(e.body),this.next(),e.sourceType=this.options.sourceType,this.finishNode(e,\"Program\")};var Jt={kind:\"loop\"},ja={kind:\"switch\"};w.isLet=function(e){if(this.options.ecmaVersion<6||!this.isContextual(\"let\"))return!1;X.lastIndex=this.pos;var t=X.exec(this.input),i=this.pos+t[0].length,r=this.input.charCodeAt(i);if(91===r||92===r)return!0;if(e)return!1;if(123===r||r>55295&&r<56320)return!0;if(ce(r,!0)){for(var n=i+1;be(r=this.input.charCodeAt(n),!0);)++n;if(92===r||r>55295&&r<56320)return!0;var s=this.input.slice(i,n);if(!Ia.test(s))return!0}return!1},w.isAsyncFunction=function(){if(this.options.ecmaVersion<8||!this.isContextual(\"async\"))return!1;X.lastIndex=this.pos;var e,t=X.exec(this.input),i=this.pos+t[0].length;return!Y.test(this.input.slice(this.pos,i))&&\"function\"===this.input.slice(i,i+8)&&(i+8===this.input.length||!(be(e=this.input.charCodeAt(i+8))||e>55295&&e<56320))},w.parseStatement=function(e,t,i){var r,n=this.type,s=this.startNode();switch(this.isLet(e)&&(n=u._var,r=\"let\"),n){case u._break:case u._continue:return this.parseBreakContinueStatement(s,n.keyword);case u._debugger:return this.parseDebuggerStatement(s);case u._do:return this.parseDoStatement(s);case u._for:return this.parseForStatement(s);case u._function:return e&&(this.strict||\"if\"!==e&&\"label\"!==e)&&this.options.ecmaVersion>=6&&this.unexpected(),this.parseFunctionStatement(s,!1,!e);case u._class:return e&&this.unexpected(),this.parseClass(s,!0);case u._if:return this.parseIfStatement(s);case u._return:return this.parseReturnStatement(s);case u._switch:return this.parseSwitchStatement(s);case u._throw:return this.parseThrowStatement(s);case u._try:return this.parseTryStatement(s);case u._const:case u._var:return r=r||this.value,e&&\"var\"!==r&&this.unexpected(),this.parseVarStatement(s,r);case u._while:return this.parseWhileStatement(s);case u._with:return this.parseWithStatement(s);case u.braceL:return this.parseBlock(!0,s);case u.semi:return this.parseEmptyStatement(s);case u._export:case u._import:if(this.options.ecmaVersion>10&&n===u._import){X.lastIndex=this.pos;var a=X.exec(this.input),o=this.pos+a[0].length,c=this.input.charCodeAt(o);if(40===c||46===c)return this.parseExpressionStatement(s,this.parseExpression())}return this.options.allowImportExportEverywhere||(t||this.raise(this.start,\"'import' and 'export' may only appear at the top level\"),this.inModule||this.raise(this.start,\"'import' and 'export' may appear only with 'sourceType: module'\")),n===u._import?this.parseImport(s):this.parseExport(s,i);default:if(this.isAsyncFunction())return e&&this.unexpected(),this.next(),this.parseFunctionStatement(s,!0,!e);var l=this.value,h=this.parseExpression();return n===u.name&&\"Identifier\"===h.type&&this.eat(u.colon)?this.parseLabeledStatement(s,l,h,e):this.parseExpressionStatement(s,h)}},w.parseBreakContinueStatement=function(e,t){var i=\"break\"===t;this.next(),this.eat(u.semi)||this.insertSemicolon()?e.label=null:this.type!==u.name?this.unexpected():(e.label=this.parseIdent(),this.semicolon());for(var r=0;r<this.labels.length;++r){var n=this.labels[r];if((null==e.label||n.name===e.label.name)&&(null!=n.kind&&(i||\"loop\"===n.kind)||e.label&&i))break}return r===this.labels.length&&this.raise(e.start,\"Unsyntactic \"+t),this.finishNode(e,i?\"BreakStatement\":\"ContinueStatement\")},w.parseDebuggerStatement=function(e){return this.next(),this.semicolon(),this.finishNode(e,\"DebuggerStatement\")},w.parseDoStatement=function(e){return this.next(),this.labels.push(Jt),e.body=this.parseStatement(\"do\"),this.labels.pop(),this.expect(u._while),e.test=this.parseParenExpression(),this.options.ecmaVersion>=6?this.eat(u.semi):this.semicolon(),this.finishNode(e,\"DoWhileStatement\")},w.parseForStatement=function(e){this.next();var t=this.options.ecmaVersion>=9&&this.canAwait&&this.eatContextual(\"await\")?this.lastTokStart:-1;if(this.labels.push(Jt),this.enterScope(0),this.expect(u.parenL),this.type===u.semi)return t>-1&&this.unexpected(t),this.parseFor(e,null);var i=this.isLet();if(this.type===u._var||this.type===u._const||i){var r=this.startNode(),n=i?\"let\":this.value;return this.next(),this.parseVar(r,!0,n),this.finishNode(r,\"VariableDeclaration\"),(this.type===u._in||this.options.ecmaVersion>=6&&this.isContextual(\"of\"))&&1===r.declarations.length?(this.options.ecmaVersion>=9&&(this.type===u._in?t>-1&&this.unexpected(t):e.await=t>-1),this.parseForIn(e,r)):(t>-1&&this.unexpected(t),this.parseFor(e,r))}var s=this.isContextual(\"let\"),a=!1,o=new nt,c=this.parseExpression(!(t>-1)||\"await\",o);return this.type===u._in||(a=this.options.ecmaVersion>=6&&this.isContextual(\"of\"))?(this.options.ecmaVersion>=9&&(this.type===u._in?t>-1&&this.unexpected(t):e.await=t>-1),s&&a&&this.raise(c.start,\"The left-hand side of a for-of loop may not start with 'let'.\"),this.toAssignable(c,!1,o),this.checkLValPattern(c),this.parseForIn(e,c)):(this.checkExpressionErrors(o,!0),t>-1&&this.unexpected(t),this.parseFor(e,c))},w.parseFunctionStatement=function(e,t,i){return this.next(),this.parseFunction(e,Pe|(i?0:qt),!1,t)},w.parseIfStatement=function(e){return this.next(),e.test=this.parseParenExpression(),e.consequent=this.parseStatement(\"if\"),e.alternate=this.eat(u._else)?this.parseStatement(\"if\"):null,this.finishNode(e,\"IfStatement\")},w.parseReturnStatement=function(e){return this.inFunction||this.options.allowReturnOutsideFunction||this.raise(this.start,\"'return' outside of function\"),this.next(),this.eat(u.semi)||this.insertSemicolon()?e.argument=null:(e.argument=this.parseExpression(),this.semicolon()),this.finishNode(e,\"ReturnStatement\")},w.parseSwitchStatement=function(e){this.next(),e.discriminant=this.parseParenExpression(),e.cases=[],this.expect(u.braceL),this.labels.push(ja),this.enterScope(0);for(var t,i=!1;this.type!==u.braceR;)if(this.type===u._case||this.type===u._default){var r=this.type===u._case;t&&this.finishNode(t,\"SwitchCase\"),e.cases.push(t=this.startNode()),t.consequent=[],this.next(),r?t.test=this.parseExpression():(i&&this.raiseRecoverable(this.lastTokStart,\"Multiple default clauses\"),i=!0,t.test=null),this.expect(u.colon)}else t||this.unexpected(),t.consequent.push(this.parseStatement(null));return this.exitScope(),t&&this.finishNode(t,\"SwitchCase\"),this.next(),this.labels.pop(),this.finishNode(e,\"SwitchStatement\")},w.parseThrowStatement=function(e){return this.next(),Y.test(this.input.slice(this.lastTokEnd,this.start))&&this.raise(this.lastTokEnd,\"Illegal newline after throw\"),e.argument=this.parseExpression(),this.semicolon(),this.finishNode(e,\"ThrowStatement\")};var Ua=[];w.parseCatchClauseParam=function(){var e=this.parseBindingAtom(),t=\"Identifier\"===e.type;return this.enterScope(t?Br:0),this.checkLValPattern(e,t?Ur:le),this.expect(u.parenR),e},w.parseTryStatement=function(e){if(this.next(),e.block=this.parseBlock(),e.handler=null,this.type===u._catch){var t=this.startNode();this.next(),this.eat(u.parenL)?t.param=this.parseCatchClauseParam():(this.options.ecmaVersion<10&&this.unexpected(),t.param=null,this.enterScope(0)),t.body=this.parseBlock(!1),this.exitScope(),e.handler=this.finishNode(t,\"CatchClause\")}return e.finalizer=this.eat(u._finally)?this.parseBlock():null,e.handler||e.finalizer||this.raise(e.start,\"Missing catch or finally clause\"),this.finishNode(e,\"TryStatement\")},w.parseVarStatement=function(e,t,i){return this.next(),this.parseVar(e,!1,t,i),this.semicolon(),this.finishNode(e,\"VariableDeclaration\")},w.parseWhileStatement=function(e){return this.next(),e.test=this.parseParenExpression(),this.labels.push(Jt),e.body=this.parseStatement(\"while\"),this.labels.pop(),this.finishNode(e,\"WhileStatement\")},w.parseWithStatement=function(e){return this.strict&&this.raise(this.start,\"'with' in strict mode\"),this.next(),e.object=this.parseParenExpression(),e.body=this.parseStatement(\"with\"),this.finishNode(e,\"WithStatement\")},w.parseEmptyStatement=function(e){return this.next(),this.finishNode(e,\"EmptyStatement\")},w.parseLabeledStatement=function(e,t,i,r){for(var n=0,s=this.labels;n<s.length;n+=1)s[n].name===t&&this.raise(i.start,\"Label '\"+t+\"' is already declared\");for(var a=this.type.isLoop?\"loop\":this.type===u._switch?\"switch\":null,o=this.labels.length-1;o>=0;o--){var c=this.labels[o];if(c.statementStart===e.start)c.statementStart=this.start,c.kind=a;else break}return this.labels.push({name:t,kind:a,statementStart:this.start}),e.body=this.parseStatement(r?-1===r.indexOf(\"label\")?r+\"label\":r:\"label\"),this.labels.pop(),e.label=i,this.finishNode(e,\"LabeledStatement\")},w.parseExpressionStatement=function(e,t){return e.expression=t,this.semicolon(),this.finishNode(e,\"ExpressionStatement\")},w.parseBlock=function(e,t,i){for(void 0===e&&(e=!0),void 0===t&&(t=this.startNode()),t.body=[],this.expect(u.braceL),e&&this.enterScope(0);this.type!==u.braceR;){var r=this.parseStatement(null);t.body.push(r)}return i&&(this.strict=!1),this.next(),e&&this.exitScope(),this.finishNode(t,\"BlockStatement\")},w.parseFor=function(e,t){return e.init=t,this.expect(u.semi),e.test=this.type===u.semi?null:this.parseExpression(),this.expect(u.semi),e.update=this.type===u.parenR?null:this.parseExpression(),this.expect(u.parenR),e.body=this.parseStatement(\"for\"),this.exitScope(),this.labels.pop(),this.finishNode(e,\"ForStatement\")},w.parseForIn=function(e,t){var i=this.type===u._in;return this.next(),\"VariableDeclaration\"===t.type&&null!=t.declarations[0].init&&(!i||this.options.ecmaVersion<8||this.strict||\"var\"!==t.kind||\"Identifier\"!==t.declarations[0].id.type)&&this.raise(t.start,(i?\"for-in\":\"for-of\")+\" loop variable declaration may not have an initializer\"),e.left=t,e.right=i?this.parseExpression():this.parseMaybeAssign(),this.expect(u.parenR),e.body=this.parseStatement(\"for\"),this.exitScope(),this.labels.pop(),this.finishNode(e,i?\"ForInStatement\":\"ForOfStatement\")},w.parseVar=function(e,t,i,r){for(e.declarations=[],e.kind=i;;){var n=this.startNode();if(this.parseVarId(n,i),this.eat(u.eq)?n.init=this.parseMaybeAssign(t):r||\"const\"!==i||this.type===u._in||this.options.ecmaVersion>=6&&this.isContextual(\"of\")?r||\"Identifier\"===n.id.type||t&&(this.type===u._in||this.isContextual(\"of\"))?n.init=null:this.raise(this.lastTokEnd,\"Complex binding patterns require an initialization value\"):this.unexpected(),e.declarations.push(this.finishNode(n,\"VariableDeclarator\")),!this.eat(u.comma))break}return e},w.parseVarId=function(e,t){e.id=this.parseBindingAtom(),this.checkLValPattern(e.id,\"var\"===t?Yt:le,!1)};var Pe=1,qt=2,Wr=4;function Ha(e,t){var i=t.key.name,r=e[i],n=\"true\";return\"MethodDefinition\"===t.type&&(\"get\"===t.kind||\"set\"===t.kind)&&(n=(t.static?\"s\":\"i\")+t.kind),\"iget\"===r&&\"iset\"===n||\"iset\"===r&&\"iget\"===n||\"sget\"===r&&\"sset\"===n||\"sset\"===r&&\"sget\"===n?(e[i]=\"true\",!1):!!r||(e[i]=n,!1)}function tt(e,t){var i=e.computed,r=e.key;return!i&&(\"Identifier\"===r.type&&r.name===t||\"Literal\"===r.type&&r.value===t)}w.parseFunction=function(e,t,i,r,n){this.initFunction(e),(this.options.ecmaVersion>=9||this.options.ecmaVersion>=6&&!r)&&(this.type===u.star&&t&qt&&this.unexpected(),e.generator=this.eat(u.star)),this.options.ecmaVersion>=8&&(e.async=!!r),t&Pe&&(e.id=t&Wr&&this.type!==u.name?null:this.parseIdent(),e.id&&!(t&qt)&&this.checkLValSimple(e.id,this.strict||e.generator||e.async?this.treatFunctionsAsVar?Yt:le:jr));var s=this.yieldPos,a=this.awaitPos,o=this.awaitIdentPos;return this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(Qt(e.async,e.generator)),t&Pe||(e.id=this.type===u.name?this.parseIdent():null),this.parseFunctionParams(e),this.parseFunctionBody(e,i,!1,n),this.yieldPos=s,this.awaitPos=a,this.awaitIdentPos=o,this.finishNode(e,t&Pe?\"FunctionDeclaration\":\"FunctionExpression\")},w.parseFunctionParams=function(e){this.expect(u.parenL),e.params=this.parseBindingList(u.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams()},w.parseClass=function(e,t){this.next();var i=this.strict;this.strict=!0,this.parseClassId(e,t),this.parseClassSuper(e);var r=this.enterClassBody(),n=this.startNode(),s=!1;for(n.body=[],this.expect(u.braceL);this.type!==u.braceR;){var a=this.parseClassElement(null!==e.superClass);a&&(n.body.push(a),\"MethodDefinition\"===a.type&&\"constructor\"===a.kind?(s&&this.raiseRecoverable(a.start,\"Duplicate constructor in the same class\"),s=!0):a.key&&\"PrivateIdentifier\"===a.key.type&&Ha(r,a)&&this.raiseRecoverable(a.key.start,\"Identifier '#\"+a.key.name+\"' has already been declared\"))}return this.strict=i,this.next(),e.body=this.finishNode(n,\"ClassBody\"),this.exitClassBody(),this.finishNode(e,t?\"ClassDeclaration\":\"ClassExpression\")},w.parseClassElement=function(e){if(this.eat(u.semi))return null;var t=this.options.ecmaVersion,i=this.startNode(),r=\"\",n=!1,s=!1,a=\"method\",o=!1;if(this.eatContextual(\"static\")){if(t>=13&&this.eat(u.braceL))return this.parseClassStaticBlock(i),i;this.isClassElementNameStart()||this.type===u.star?o=!0:r=\"static\"}if(i.static=o,!r&&t>=8&&this.eatContextual(\"async\")&&((this.isClassElementNameStart()||this.type===u.star)&&!this.canInsertSemicolon()?s=!0:r=\"async\"),!r&&(t>=9||!s)&&this.eat(u.star)&&(n=!0),!r&&!s&&!n){var c=this.value;(this.eatContextual(\"get\")||this.eatContextual(\"set\"))&&(this.isClassElementNameStart()?a=c:r=c)}if(r?(i.computed=!1,i.key=this.startNodeAt(this.lastTokStart,this.lastTokStartLoc),i.key.name=r,this.finishNode(i.key,\"Identifier\")):this.parseClassElementName(i),t<13||this.type===u.parenL||\"method\"!==a||n||s){var l=!i.static&&tt(i,\"constructor\");l&&\"method\"!==a&&this.raise(i.key.start,\"Constructor can't have get/set modifier\"),i.kind=l?\"constructor\":a,this.parseClassMethod(i,n,s,l&&e)}else this.parseClassField(i);return i},w.isClassElementNameStart=function(){return this.type===u.name||this.type===u.privateId||this.type===u.num||this.type===u.string||this.type===u.bracketL||this.type.keyword},w.parseClassElementName=function(e){this.type===u.privateId?(\"constructor\"===this.value&&this.raise(this.start,\"Classes can't have an element named '#constructor'\"),e.computed=!1,e.key=this.parsePrivateIdent()):this.parsePropertyName(e)},w.parseClassMethod=function(e,t,i,r){var n=e.key;\"constructor\"===e.kind?(t&&this.raise(n.start,\"Constructor can't be a generator\"),i&&this.raise(n.start,\"Constructor can't be an async method\")):e.static&&tt(e,\"prototype\")&&this.raise(n.start,\"Classes may not have a static property named prototype\");var s=e.value=this.parseMethod(t,i,r);return\"get\"===e.kind&&0!==s.params.length&&this.raiseRecoverable(s.start,\"getter should have no params\"),\"set\"===e.kind&&1!==s.params.length&&this.raiseRecoverable(s.start,\"setter should have exactly one param\"),\"set\"===e.kind&&\"RestElement\"===s.params[0].type&&this.raiseRecoverable(s.params[0].start,\"Setter cannot use rest params\"),this.finishNode(e,\"MethodDefinition\")},w.parseClassField=function(e){if(tt(e,\"constructor\")?this.raise(e.key.start,\"Classes can't have a field named 'constructor'\"):e.static&&tt(e,\"prototype\")&&this.raise(e.key.start,\"Classes can't have a static field named 'prototype'\"),this.eat(u.eq)){var t=this.currentThisScope(),i=t.inClassFieldInit;t.inClassFieldInit=!0,e.value=this.parseMaybeAssign(),t.inClassFieldInit=i}else e.value=null;return this.semicolon(),this.finishNode(e,\"PropertyDefinition\")},w.parseClassStaticBlock=function(e){e.body=[];var t=this.labels;for(this.labels=[],this.enterScope(Ne|Kt);this.type!==u.braceR;){var i=this.parseStatement(null);e.body.push(i)}return this.next(),this.exitScope(),this.labels=t,this.finishNode(e,\"StaticBlock\")},w.parseClassId=function(e,t){this.type===u.name?(e.id=this.parseIdent(),t&&this.checkLValSimple(e.id,le,!1)):(!0===t&&this.unexpected(),e.id=null)},w.parseClassSuper=function(e){e.superClass=this.eat(u._extends)?this.parseExprSubscripts(null,!1):null},w.enterClassBody=function(){var e={declared:Object.create(null),used:[]};return this.privateNameStack.push(e),e.declared},w.exitClassBody=function(){var e=this.privateNameStack.pop(),t=e.declared,i=e.used;if(this.options.checkPrivateFields)for(var r=this.privateNameStack.length,n=0===r?null:this.privateNameStack[r-1],s=0;s<i.length;++s){var a=i[s];Te(t,a.name)||(n?n.used.push(a):this.raiseRecoverable(a.start,\"Private field '#\"+a.name+\"' must be declared in an enclosing class\"))}},w.parseExportAllDeclaration=function(e,t){return this.options.ecmaVersion>=11&&(this.eatContextual(\"as\")?(e.exported=this.parseModuleExportName(),this.checkExport(t,e.exported,this.lastTokStart)):e.exported=null),this.expectContextual(\"from\"),this.type!==u.string&&this.unexpected(),e.source=this.parseExprAtom(),this.semicolon(),this.finishNode(e,\"ExportAllDeclaration\")},w.parseExport=function(e,t){if(this.next(),this.eat(u.star))return this.parseExportAllDeclaration(e,t);if(this.eat(u._default))return this.checkExport(t,\"default\",this.lastTokStart),e.declaration=this.parseExportDefaultDeclaration(),this.finishNode(e,\"ExportDefaultDeclaration\");if(this.shouldParseExportStatement())e.declaration=this.parseExportDeclaration(e),\"VariableDeclaration\"===e.declaration.type?this.checkVariableExport(t,e.declaration.declarations):this.checkExport(t,e.declaration.id,e.declaration.id.start),e.specifiers=[],e.source=null;else{if(e.declaration=null,e.specifiers=this.parseExportSpecifiers(t),this.eatContextual(\"from\"))this.type!==u.string&&this.unexpected(),e.source=this.parseExprAtom();else{for(var i=0,r=e.specifiers;i<r.length;i+=1){var n=r[i];this.checkUnreserved(n.local),this.checkLocalExport(n.local),\"Literal\"===n.local.type&&this.raise(n.local.start,\"A string literal cannot be used as an exported binding without `from`.\")}e.source=null}this.semicolon()}return this.finishNode(e,\"ExportNamedDeclaration\")},w.parseExportDeclaration=function(e){return this.parseStatement(null)},w.parseExportDefaultDeclaration=function(){if(this.type===u._function||(e=this.isAsyncFunction())){var e,t=this.startNode();return this.next(),e&&this.next(),this.parseFunction(t,Pe|Wr,!1,e)}if(this.type===u._class){var i=this.startNode();return this.parseClass(i,\"nullableID\")}var r=this.parseMaybeAssign();return this.semicolon(),r},w.checkExport=function(e,t,i){e&&(\"string\"!=typeof t&&(t=\"Identifier\"===t.type?t.name:t.value),Te(e,t)&&this.raiseRecoverable(i,\"Duplicate export '\"+t+\"'\"),e[t]=!0)},w.checkPatternExport=function(e,t){var i=t.type;if(\"Identifier\"===i)this.checkExport(e,t,t.start);else if(\"ObjectPattern\"===i)for(var r=0,n=t.properties;r<n.length;r+=1){var s=n[r];this.checkPatternExport(e,s)}else if(\"ArrayPattern\"===i)for(var a=0,o=t.elements;a<o.length;a+=1){var c=o[a];c&&this.checkPatternExport(e,c)}else\"Property\"===i?this.checkPatternExport(e,t.value):\"AssignmentPattern\"===i?this.checkPatternExport(e,t.left):\"RestElement\"===i?this.checkPatternExport(e,t.argument):\"ParenthesizedExpression\"===i&&this.checkPatternExport(e,t.expression)},w.checkVariableExport=function(e,t){if(e)for(var i=0,r=t;i<r.length;i+=1){var n=r[i];this.checkPatternExport(e,n.id)}},w.shouldParseExportStatement=function(){return\"var\"===this.type.keyword||\"const\"===this.type.keyword||\"class\"===this.type.keyword||\"function\"===this.type.keyword||this.isLet()||this.isAsyncFunction()},w.parseExportSpecifier=function(e){var t=this.startNode();return t.local=this.parseModuleExportName(),t.exported=this.eatContextual(\"as\")?this.parseModuleExportName():t.local,this.checkExport(e,t.exported,t.exported.start),this.finishNode(t,\"ExportSpecifier\")},w.parseExportSpecifiers=function(e){var t=[],i=!0;for(this.expect(u.braceL);!this.eat(u.braceR);){if(i)i=!1;else if(this.expect(u.comma),this.afterTrailingComma(u.braceR))break;t.push(this.parseExportSpecifier(e))}return t},w.parseImport=function(e){return this.next(),this.type===u.string?(e.specifiers=Ua,e.source=this.parseExprAtom()):(e.specifiers=this.parseImportSpecifiers(),this.expectContextual(\"from\"),e.source=this.type===u.string?this.parseExprAtom():this.unexpected()),this.semicolon(),this.finishNode(e,\"ImportDeclaration\")},w.parseImportSpecifier=function(){var e=this.startNode();return e.imported=this.parseModuleExportName(),this.eatContextual(\"as\")?e.local=this.parseIdent():(this.checkUnreserved(e.imported),e.local=e.imported),this.checkLValSimple(e.local,le),this.finishNode(e,\"ImportSpecifier\")},w.parseImportDefaultSpecifier=function(){var e=this.startNode();return e.local=this.parseIdent(),this.checkLValSimple(e.local,le),this.finishNode(e,\"ImportDefaultSpecifier\")},w.parseImportNamespaceSpecifier=function(){var e=this.startNode();return this.next(),this.expectContextual(\"as\"),e.local=this.parseIdent(),this.checkLValSimple(e.local,le),this.finishNode(e,\"ImportNamespaceSpecifier\")},w.parseImportSpecifiers=function(){var e=[],t=!0;if(this.type===u.name&&(e.push(this.parseImportDefaultSpecifier()),!this.eat(u.comma)))return e;if(this.type===u.star)return e.push(this.parseImportNamespaceSpecifier()),e;for(this.expect(u.braceL);!this.eat(u.braceR);){if(t)t=!1;else if(this.expect(u.comma),this.afterTrailingComma(u.braceR))break;e.push(this.parseImportSpecifier())}return e},w.parseModuleExportName=function(){if(this.options.ecmaVersion>=13&&this.type===u.string){var e=this.parseLiteral(this.value);return Va.test(e.value)&&this.raise(e.start,\"An export name cannot include a lone surrogate.\"),e}return this.parseIdent(!0)},w.adaptDirectivePrologue=function(e){for(var t=0;t<e.length&&this.isDirectiveCandidate(e[t]);++t)e[t].directive=e[t].expression.raw.slice(1,-1)},w.isDirectiveCandidate=function(e){return this.options.ecmaVersion>=5&&\"ExpressionStatement\"===e.type&&\"Literal\"===e.expression.type&&\"string\"==typeof e.expression.value&&('\"'===this.input[e.start]||\"'\"===this.input[e.start])};var J=T.prototype;J.toAssignable=function(e,t,i){if(this.options.ecmaVersion>=6&&e)switch(e.type){case\"Identifier\":this.inAsync&&\"await\"===e.name&&this.raise(e.start,\"Cannot use 'await' as identifier inside an async function\");break;case\"ObjectPattern\":case\"ArrayPattern\":case\"AssignmentPattern\":case\"RestElement\":break;case\"ObjectExpression\":e.type=\"ObjectPattern\",i&&this.checkPatternErrors(i,!0);for(var r=0,n=e.properties;r<n.length;r+=1){var s=n[r];this.toAssignable(s,t),\"RestElement\"===s.type&&(\"ArrayPattern\"===s.argument.type||\"ObjectPattern\"===s.argument.type)&&this.raise(s.argument.start,\"Unexpected token\")}break;case\"Property\":\"init\"!==e.kind&&this.raise(e.key.start,\"Object pattern can't contain getter or setter\"),this.toAssignable(e.value,t);break;case\"ArrayExpression\":e.type=\"ArrayPattern\",i&&this.checkPatternErrors(i,!0),this.toAssignableList(e.elements,t);break;case\"SpreadElement\":e.type=\"RestElement\",this.toAssignable(e.argument,t),\"AssignmentPattern\"===e.argument.type&&this.raise(e.argument.start,\"Rest elements cannot have a default value\");break;case\"AssignmentExpression\":\"=\"!==e.operator&&this.raise(e.left.end,\"Only '=' operator can be used for specifying default value.\"),e.type=\"AssignmentPattern\",delete e.operator,this.toAssignable(e.left,t);break;case\"ParenthesizedExpression\":this.toAssignable(e.expression,t,i);break;case\"ChainExpression\":this.raiseRecoverable(e.start,\"Optional chaining cannot appear in left-hand side\");break;case\"MemberExpression\":if(!t)break;default:this.raise(e.start,\"Assigning to rvalue\")}else i&&this.checkPatternErrors(i,!0);return e},J.toAssignableList=function(e,t){for(var i=e.length,r=0;r<i;r++){var n=e[r];n&&this.toAssignable(n,t)}if(i){var s=e[i-1];6===this.options.ecmaVersion&&t&&s&&\"RestElement\"===s.type&&\"Identifier\"!==s.argument.type&&this.unexpected(s.argument.start)}return e},J.parseSpread=function(e){var t=this.startNode();return this.next(),t.argument=this.parseMaybeAssign(!1,e),this.finishNode(t,\"SpreadElement\")},J.parseRestBinding=function(){var e=this.startNode();return this.next(),6===this.options.ecmaVersion&&this.type!==u.name&&this.unexpected(),e.argument=this.parseBindingAtom(),this.finishNode(e,\"RestElement\")},J.parseBindingAtom=function(){if(this.options.ecmaVersion>=6)switch(this.type){case u.bracketL:var e=this.startNode();return this.next(),e.elements=this.parseBindingList(u.bracketR,!0,!0),this.finishNode(e,\"ArrayPattern\");case u.braceL:return this.parseObj(!0)}return this.parseIdent()},J.parseBindingList=function(e,t,i,r){for(var n=[],s=!0;!this.eat(e);)if(s?s=!1:this.expect(u.comma),t&&this.type===u.comma)n.push(null);else{if(i&&this.afterTrailingComma(e))break;if(this.type===u.ellipsis){var a=this.parseRestBinding();this.parseBindingListItem(a),n.push(a),this.type===u.comma&&this.raiseRecoverable(this.start,\"Comma is not permitted after the rest element\"),this.expect(e);break}n.push(this.parseAssignableListItem(r))}return n},J.parseAssignableListItem=function(e){var t=this.parseMaybeDefault(this.start,this.startLoc);return this.parseBindingListItem(t),t},J.parseBindingListItem=e=>e,J.parseMaybeDefault=function(e,t,i){if(i=i||this.parseBindingAtom(),this.options.ecmaVersion<6||!this.eat(u.eq))return i;var r=this.startNodeAt(e,t);return r.left=i,r.right=this.parseMaybeAssign(),this.finishNode(r,\"AssignmentPattern\")},J.checkLValSimple=function(e,t,i){void 0===t&&(t=et);var r=t!==et;switch(e.type){case\"Identifier\":this.strict&&this.reservedWordsStrictBind.test(e.name)&&this.raiseRecoverable(e.start,(r?\"Binding \":\"Assigning to \")+e.name+\" in strict mode\"),r&&(t===le&&\"let\"===e.name&&this.raiseRecoverable(e.start,\"let is disallowed as a lexically bound name\"),i&&(Te(i,e.name)&&this.raiseRecoverable(e.start,\"Argument name clash\"),i[e.name]=!0),t!==Hr&&this.declareName(e.name,t,e.start));break;case\"ChainExpression\":this.raiseRecoverable(e.start,\"Optional chaining cannot appear in left-hand side\");break;case\"MemberExpression\":r&&this.raiseRecoverable(e.start,\"Binding member expression\");break;case\"ParenthesizedExpression\":return r&&this.raiseRecoverable(e.start,\"Binding parenthesized expression\"),this.checkLValSimple(e.expression,t,i);default:this.raise(e.start,(r?\"Binding\":\"Assigning to\")+\" rvalue\")}},J.checkLValPattern=function(e,t,i){switch(void 0===t&&(t=et),e.type){case\"ObjectPattern\":for(var r=0,n=e.properties;r<n.length;r+=1){var s=n[r];this.checkLValInnerPattern(s,t,i)}break;case\"ArrayPattern\":for(var a=0,o=e.elements;a<o.length;a+=1){var c=o[a];c&&this.checkLValInnerPattern(c,t,i)}break;default:this.checkLValSimple(e,t,i)}},J.checkLValInnerPattern=function(e,t,i){switch(void 0===t&&(t=et),e.type){case\"Property\":this.checkLValInnerPattern(e.value,t,i);break;case\"AssignmentPattern\":this.checkLValPattern(e.left,t,i);break;case\"RestElement\":this.checkLValPattern(e.argument,t,i);break;default:this.checkLValPattern(e,t,i)}};var Z=function(e,t,i,r,n){this.token=e,this.isExpr=!!t,this.preserveSpace=!!i,this.override=r,this.generator=!!n},R={b_stat:new Z(\"{\",!1),b_expr:new Z(\"{\",!0),b_tmpl:new Z(\"${\",!1),p_stat:new Z(\"(\",!1),p_expr:new Z(\"(\",!0),q_tmpl:new Z(\"`\",!0,!0,e=>e.tryReadTemplateToken()),f_stat:new Z(\"function\",!1),f_expr:new Z(\"function\",!0),f_expr_gen:new Z(\"function\",!0,!1,null,!0),f_gen:new Z(\"function\",!1,!1,null,!0)},Se=T.prototype;Se.initialContext=()=>[R.b_stat],Se.curContext=function(){return this.context[this.context.length-1]},Se.braceIsBlock=function(e){var t=this.curContext();return t===R.f_expr||t===R.f_stat||(e===u.colon&&(t===R.b_stat||t===R.b_expr)?!t.isExpr:e===u._return||e===u.name&&this.exprAllowed?Y.test(this.input.slice(this.lastTokEnd,this.start)):e===u._else||e===u.semi||e===u.eof||e===u.parenR||e===u.arrow||(e===u.braceL?t===R.b_stat:e!==u._var&&e!==u._const&&e!==u.name&&!this.exprAllowed))},Se.inGeneratorContext=function(){for(var e=this.context.length-1;e>=1;e--){var t=this.context[e];if(\"function\"===t.token)return t.generator}return!1},Se.updateContext=function(e){var t,i=this.type;i.keyword&&e===u.dot?this.exprAllowed=!1:(t=i.updateContext)?t.call(this,e):this.exprAllowed=i.beforeExpr},Se.overrideContext=function(e){this.curContext()!==e&&(this.context[this.context.length-1]=e)},u.parenR.updateContext=u.braceR.updateContext=function(){if(1===this.context.length){this.exprAllowed=!0;return}var e=this.context.pop();e===R.b_stat&&\"function\"===this.curContext().token&&(e=this.context.pop()),this.exprAllowed=!e.isExpr},u.braceL.updateContext=function(e){this.context.push(this.braceIsBlock(e)?R.b_stat:R.b_expr),this.exprAllowed=!0},u.dollarBraceL.updateContext=function(){this.context.push(R.b_tmpl),this.exprAllowed=!0},u.parenL.updateContext=function(e){var t=e===u._if||e===u._for||e===u._with||e===u._while;this.context.push(t?R.p_stat:R.p_expr),this.exprAllowed=!0},u.incDec.updateContext=()=>{},u._function.updateContext=u._class.updateContext=function(e){!e.beforeExpr||e===u._else||e===u.semi&&this.curContext()!==R.p_stat||e===u._return&&Y.test(this.input.slice(this.lastTokEnd,this.start))||(e===u.colon||e===u.braceL)&&this.curContext()===R.b_stat?this.context.push(R.f_stat):this.context.push(R.f_expr),this.exprAllowed=!1},u.backQuote.updateContext=function(){this.curContext()===R.q_tmpl?this.context.pop():this.context.push(R.q_tmpl),this.exprAllowed=!1},u.star.updateContext=function(e){if(e===u._function){var t=this.context.length-1;this.context[t]===R.f_expr?this.context[t]=R.f_expr_gen:this.context[t]=R.f_gen}this.exprAllowed=!0},u.name.updateContext=function(e){var t=!1;this.options.ecmaVersion>=6&&e!==u.dot&&(\"of\"===this.value&&!this.exprAllowed||\"yield\"===this.value&&this.inGeneratorContext())&&(t=!0),this.exprAllowed=t};var v=T.prototype;function qr(e){return\"MemberExpression\"===e.type&&\"PrivateIdentifier\"===e.property.type||\"ChainExpression\"===e.type&&qr(e.expression)}v.checkPropClash=function(e,t,i){if(!(this.options.ecmaVersion>=9&&\"SpreadElement\"===e.type)&&!(this.options.ecmaVersion>=6&&(e.computed||e.method||e.shorthand))){var r,n,s=e.key;switch(s.type){case\"Identifier\":n=s.name;break;case\"Literal\":n=String(s.value);break;default:return}var a=e.kind;if(this.options.ecmaVersion>=6){\"__proto__\"===n&&\"init\"===a&&(t.proto&&(i?i.doubleProto<0&&(i.doubleProto=s.start):this.raiseRecoverable(s.start,\"Redefinition of __proto__ property\")),t.proto=!0);return}var o=t[n=\"$\"+n];o?(r=\"init\"===a?this.strict&&o.init||o.get||o.set:o.init||o[a])&&this.raiseRecoverable(s.start,\"Redefinition of property\"):o=t[n]={init:!1,get:!1,set:!1},o[a]=!0}},v.parseExpression=function(e,t){var i=this.start,r=this.startLoc,n=this.parseMaybeAssign(e,t);if(this.type===u.comma){var s=this.startNodeAt(i,r);for(s.expressions=[n];this.eat(u.comma);)s.expressions.push(this.parseMaybeAssign(e,t));return this.finishNode(s,\"SequenceExpression\")}return n},v.parseMaybeAssign=function(e,t,i){if(this.isContextual(\"yield\")){if(this.inGenerator)return this.parseYield(e);this.exprAllowed=!1}var r=!1,n=-1,s=-1,a=-1;t?(n=t.parenthesizedAssign,s=t.trailingComma,a=t.doubleProto,t.parenthesizedAssign=t.trailingComma=-1):(t=new nt,r=!0);var o=this.start,c=this.startLoc;(this.type===u.parenL||this.type===u.name)&&(this.potentialArrowAt=this.start,this.potentialArrowInForAwait=\"await\"===e);var l=this.parseMaybeConditional(e,t);if(i&&(l=i.call(this,l,o,c)),this.type.isAssign){var h=this.startNodeAt(o,c);return h.operator=this.value,this.type===u.eq&&(l=this.toAssignable(l,!1,t)),r||(t.parenthesizedAssign=t.trailingComma=t.doubleProto=-1),t.shorthandAssign>=l.start&&(t.shorthandAssign=-1),this.type===u.eq?this.checkLValPattern(l):this.checkLValSimple(l),h.left=l,this.next(),h.right=this.parseMaybeAssign(e),a>-1&&(t.doubleProto=a),this.finishNode(h,\"AssignmentExpression\")}return r&&this.checkExpressionErrors(t,!0),n>-1&&(t.parenthesizedAssign=n),s>-1&&(t.trailingComma=s),l},v.parseMaybeConditional=function(e,t){var i=this.start,r=this.startLoc,n=this.parseExprOps(e,t);if(this.checkExpressionErrors(t))return n;if(this.eat(u.question)){var s=this.startNodeAt(i,r);return s.test=n,s.consequent=this.parseMaybeAssign(),this.expect(u.colon),s.alternate=this.parseMaybeAssign(e),this.finishNode(s,\"ConditionalExpression\")}return n},v.parseExprOps=function(e,t){var i=this.start,r=this.startLoc,n=this.parseMaybeUnary(t,!1,!1,e);return this.checkExpressionErrors(t)||n.start===i&&\"ArrowFunctionExpression\"===n.type?n:this.parseExprOp(n,i,r,-1,e)},v.parseExprOp=function(e,t,i,r,n){var s=this.type.binop;if(null!=s&&(!n||this.type!==u._in)&&s>r){var a=this.type===u.logicalOR||this.type===u.logicalAND,o=this.type===u.coalesce;o&&(s=u.logicalAND.binop);var c=this.value;this.next();var l=this.start,h=this.startLoc,p=this.parseExprOp(this.parseMaybeUnary(null,!1,!1,n),l,h,s,n),d=this.buildBinary(t,i,e,p,c,a||o);return(a&&this.type===u.coalesce||o&&(this.type===u.logicalOR||this.type===u.logicalAND))&&this.raiseRecoverable(this.start,\"Logical expressions and coalesce expressions cannot be mixed. Wrap either by parentheses\"),this.parseExprOp(d,t,i,r,n)}return e},v.buildBinary=function(e,t,i,r,n,s){\"PrivateIdentifier\"===r.type&&this.raise(r.start,\"Private identifier can only be left side of binary expression\");var a=this.startNodeAt(e,t);return a.left=i,a.operator=n,a.right=r,this.finishNode(a,s?\"LogicalExpression\":\"BinaryExpression\")},v.parseMaybeUnary=function(e,t,i,r){var n,s=this.start,a=this.startLoc;if(this.isContextual(\"await\")&&this.canAwait)n=this.parseAwait(r),t=!0;else if(this.type.prefix){var o=this.startNode(),c=this.type===u.incDec;o.operator=this.value,o.prefix=!0,this.next(),o.argument=this.parseMaybeUnary(null,!0,c,r),this.checkExpressionErrors(e,!0),c?this.checkLValSimple(o.argument):this.strict&&\"delete\"===o.operator&&\"Identifier\"===o.argument.type?this.raiseRecoverable(o.start,\"Deleting local variable in strict mode\"):\"delete\"===o.operator&&qr(o.argument)?this.raiseRecoverable(o.start,\"Private fields can not be deleted\"):t=!0,n=this.finishNode(o,c?\"UpdateExpression\":\"UnaryExpression\")}else if(t||this.type!==u.privateId){if(n=this.parseExprSubscripts(e,r),this.checkExpressionErrors(e))return n;for(;this.type.postfix&&!this.canInsertSemicolon();){var l=this.startNodeAt(s,a);l.operator=this.value,l.prefix=!1,l.argument=n,this.checkLValSimple(n),this.next(),n=this.finishNode(l,\"UpdateExpression\")}}else(r||0===this.privateNameStack.length)&&this.options.checkPrivateFields&&this.unexpected(),n=this.parsePrivateIdent(),this.type!==u._in&&this.unexpected();return!i&&this.eat(u.starstar)?t?void this.unexpected(this.lastTokStart):this.buildBinary(s,a,n,this.parseMaybeUnary(null,!1,!1,r),\"**\",!1):n},v.parseExprSubscripts=function(e,t){var i=this.start,r=this.startLoc,n=this.parseExprAtom(e,t);if(\"ArrowFunctionExpression\"===n.type&&\")\"!==this.input.slice(this.lastTokStart,this.lastTokEnd))return n;var s=this.parseSubscripts(n,i,r,!1,t);return e&&\"MemberExpression\"===s.type&&(e.parenthesizedAssign>=s.start&&(e.parenthesizedAssign=-1),e.parenthesizedBind>=s.start&&(e.parenthesizedBind=-1),e.trailingComma>=s.start&&(e.trailingComma=-1)),s},v.parseSubscripts=function(e,t,i,r,n){for(var s=this.options.ecmaVersion>=8&&\"Identifier\"===e.type&&\"async\"===e.name&&this.lastTokEnd===e.end&&!this.canInsertSemicolon()&&e.end-e.start==5&&this.potentialArrowAt===e.start,a=!1;;){var o=this.parseSubscript(e,t,i,r,s,a,n);if(o.optional&&(a=!0),o===e||\"ArrowFunctionExpression\"===o.type){if(a){var c=this.startNodeAt(t,i);c.expression=o,o=this.finishNode(c,\"ChainExpression\")}return o}e=o}},v.shouldParseAsyncArrow=function(){return!this.canInsertSemicolon()&&this.eat(u.arrow)},v.parseSubscriptAsyncArrow=function(e,t,i,r){return this.parseArrowExpression(this.startNodeAt(e,t),i,!0,r)},v.parseSubscript=function(e,t,i,r,n,s,a){var o=this.options.ecmaVersion>=11,c=o&&this.eat(u.questionDot);r&&c&&this.raise(this.lastTokStart,\"Optional chaining cannot appear in the callee of new expressions\");var l=this.eat(u.bracketL);if(l||c&&this.type!==u.parenL&&this.type!==u.backQuote||this.eat(u.dot)){var h=this.startNodeAt(t,i);h.object=e,l?(h.property=this.parseExpression(),this.expect(u.bracketR)):this.type===u.privateId&&\"Super\"!==e.type?h.property=this.parsePrivateIdent():h.property=this.parseIdent(\"never\"!==this.options.allowReserved),h.computed=!!l,o&&(h.optional=c),e=this.finishNode(h,\"MemberExpression\")}else if(!r&&this.eat(u.parenL)){var p=new nt,d=this.yieldPos,m=this.awaitPos,f=this.awaitIdentPos;this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0;var $=this.parseExprList(u.parenR,this.options.ecmaVersion>=8,!1,p);if(n&&!c&&this.shouldParseAsyncArrow())return this.checkPatternErrors(p,!1),this.checkYieldAwaitInDefaultParams(),this.awaitIdentPos>0&&this.raise(this.awaitIdentPos,\"Cannot use 'await' as identifier inside an async function\"),this.yieldPos=d,this.awaitPos=m,this.awaitIdentPos=f,this.parseSubscriptAsyncArrow(t,i,$,a);this.checkExpressionErrors(p,!0),this.yieldPos=d||this.yieldPos,this.awaitPos=m||this.awaitPos,this.awaitIdentPos=f||this.awaitIdentPos;var y=this.startNodeAt(t,i);y.callee=e,y.arguments=$,o&&(y.optional=c),e=this.finishNode(y,\"CallExpression\")}else if(this.type===u.backQuote){(c||s)&&this.raise(this.start,\"Optional chaining cannot appear in the tag of tagged template expressions\");var _=this.startNodeAt(t,i);_.tag=e,_.quasi=this.parseTemplate({isTagged:!0}),e=this.finishNode(_,\"TaggedTemplateExpression\")}return e},v.parseExprAtom=function(e,t,i){this.type===u.slash&&this.readRegexp();var r,n=this.potentialArrowAt===this.start;switch(this.type){case u._super:return this.allowSuper||this.raise(this.start,\"'super' keyword outside a method\"),r=this.startNode(),this.next(),this.type!==u.parenL||this.allowDirectSuper||this.raise(r.start,\"super() call outside constructor of a subclass\"),this.type!==u.dot&&this.type!==u.bracketL&&this.type!==u.parenL&&this.unexpected(),this.finishNode(r,\"Super\");case u._this:return r=this.startNode(),this.next(),this.finishNode(r,\"ThisExpression\");case u.name:var s=this.start,a=this.startLoc,o=this.containsEsc,c=this.parseIdent(!1);if(this.options.ecmaVersion>=8&&!o&&\"async\"===c.name&&!this.canInsertSemicolon()&&this.eat(u._function))return this.overrideContext(R.f_expr),this.parseFunction(this.startNodeAt(s,a),0,!1,!0,t);if(n&&!this.canInsertSemicolon()){if(this.eat(u.arrow))return this.parseArrowExpression(this.startNodeAt(s,a),[c],!1,t);if(this.options.ecmaVersion>=8&&\"async\"===c.name&&this.type===u.name&&!o&&(!this.potentialArrowInForAwait||\"of\"!==this.value||this.containsEsc))return c=this.parseIdent(!1),(this.canInsertSemicolon()||!this.eat(u.arrow))&&this.unexpected(),this.parseArrowExpression(this.startNodeAt(s,a),[c],!0,t)}return c;case u.regexp:var l=this.value;return(r=this.parseLiteral(l.value)).regex={pattern:l.pattern,flags:l.flags},r;case u.num:case u.string:return this.parseLiteral(this.value);case u._null:case u._true:case u._false:return(r=this.startNode()).value=this.type===u._null?null:this.type===u._true,r.raw=this.type.keyword,this.next(),this.finishNode(r,\"Literal\");case u.parenL:var h=this.start,p=this.parseParenAndDistinguishExpression(n,t);return e&&(e.parenthesizedAssign<0&&!this.isSimpleAssignTarget(p)&&(e.parenthesizedAssign=h),e.parenthesizedBind<0&&(e.parenthesizedBind=h)),p;case u.bracketL:return r=this.startNode(),this.next(),r.elements=this.parseExprList(u.bracketR,!0,!0,e),this.finishNode(r,\"ArrayExpression\");case u.braceL:return this.overrideContext(R.b_expr),this.parseObj(!1,e);case u._function:return r=this.startNode(),this.next(),this.parseFunction(r,0);case u._class:return this.parseClass(this.startNode(),!1);case u._new:return this.parseNew();case u.backQuote:return this.parseTemplate();case u._import:return this.options.ecmaVersion>=11?this.parseExprImport(i):this.unexpected();default:return this.parseExprAtomDefault()}},v.parseExprAtomDefault=function(){this.unexpected()},v.parseExprImport=function(e){var t=this.startNode();this.containsEsc&&this.raiseRecoverable(this.start,\"Escape sequence in keyword import\");var i=this.parseIdent(!0);return this.type!==u.parenL||e?this.type===u.dot?(t.meta=i,this.parseImportMeta(t)):void this.unexpected():this.parseDynamicImport(t)},v.parseDynamicImport=function(e){if(this.next(),e.source=this.parseMaybeAssign(),!this.eat(u.parenR)){var t=this.start;this.eat(u.comma)&&this.eat(u.parenR)?this.raiseRecoverable(t,\"Trailing comma is not allowed in import()\"):this.unexpected(t)}return this.finishNode(e,\"ImportExpression\")},v.parseImportMeta=function(e){this.next();var t=this.containsEsc;return e.property=this.parseIdent(!0),\"meta\"!==e.property.name&&this.raiseRecoverable(e.property.start,\"The only valid meta property for import is 'import.meta'\"),t&&this.raiseRecoverable(e.start,\"'import.meta' must not contain escaped characters\"),\"module\"===this.options.sourceType||this.options.allowImportExportEverywhere||this.raiseRecoverable(e.start,\"Cannot use 'import.meta' outside a module\"),this.finishNode(e,\"MetaProperty\")},v.parseLiteral=function(e){var t=this.startNode();return t.value=e,t.raw=this.input.slice(this.start,this.end),110===t.raw.charCodeAt(t.raw.length-1)&&(t.bigint=t.raw.slice(0,-1).replace(/_/g,\"\")),this.next(),this.finishNode(t,\"Literal\")},v.parseParenExpression=function(){this.expect(u.parenL);var e=this.parseExpression();return this.expect(u.parenR),e},v.shouldParseArrow=function(e){return!this.canInsertSemicolon()},v.parseParenAndDistinguishExpression=function(e,t){var i,r=this.start,n=this.startLoc,s=this.options.ecmaVersion>=8;if(this.options.ecmaVersion>=6){this.next();var a,o=this.start,c=this.startLoc,l=[],h=!0,p=!1,d=new nt,m=this.yieldPos,f=this.awaitPos;for(this.yieldPos=0,this.awaitPos=0;this.type!==u.parenR;)if(h?h=!1:this.expect(u.comma),s&&this.afterTrailingComma(u.parenR,!0)){p=!0;break}else if(this.type===u.ellipsis){a=this.start,l.push(this.parseParenItem(this.parseRestBinding())),this.type===u.comma&&this.raiseRecoverable(this.start,\"Comma is not permitted after the rest element\");break}else l.push(this.parseMaybeAssign(!1,d,this.parseParenItem));var $=this.lastTokEnd,y=this.lastTokEndLoc;if(this.expect(u.parenR),e&&this.shouldParseArrow(l)&&this.eat(u.arrow))return this.checkPatternErrors(d,!1),this.checkYieldAwaitInDefaultParams(),this.yieldPos=m,this.awaitPos=f,this.parseParenArrowList(r,n,l,t);(!l.length||p)&&this.unexpected(this.lastTokStart),a&&this.unexpected(a),this.checkExpressionErrors(d,!0),this.yieldPos=m||this.yieldPos,this.awaitPos=f||this.awaitPos,l.length>1?((i=this.startNodeAt(o,c)).expressions=l,this.finishNodeAt(i,\"SequenceExpression\",$,y)):i=l[0]}else i=this.parseParenExpression();if(!this.options.preserveParens)return i;var _=this.startNodeAt(r,n);return _.expression=i,this.finishNode(_,\"ParenthesizedExpression\")},v.parseParenItem=e=>e,v.parseParenArrowList=function(e,t,i,r){return this.parseArrowExpression(this.startNodeAt(e,t),i,!1,r)};var Wa=[];v.parseNew=function(){this.containsEsc&&this.raiseRecoverable(this.start,\"Escape sequence in keyword new\");var e=this.startNode(),t=this.parseIdent(!0);if(this.options.ecmaVersion>=6&&this.eat(u.dot)){e.meta=t;var i=this.containsEsc;return e.property=this.parseIdent(!0),\"target\"!==e.property.name&&this.raiseRecoverable(e.property.start,\"The only valid meta property for new is 'new.target'\"),i&&this.raiseRecoverable(e.start,\"'new.target' must not contain escaped characters\"),this.allowNewDotTarget||this.raiseRecoverable(e.start,\"'new.target' can only be used in functions and class static block\"),this.finishNode(e,\"MetaProperty\")}var r=this.start,n=this.startLoc;return e.callee=this.parseSubscripts(this.parseExprAtom(null,!1,!0),r,n,!0,!1),this.eat(u.parenL)?e.arguments=this.parseExprList(u.parenR,this.options.ecmaVersion>=8,!1):e.arguments=Wa,this.finishNode(e,\"NewExpression\")},v.parseTemplateElement=function(e){var t=e.isTagged,i=this.startNode();return this.type===u.invalidTemplate?(t||this.raiseRecoverable(this.start,\"Bad escape sequence in untagged template literal\"),i.value={raw:this.value,cooked:null}):i.value={raw:this.input.slice(this.start,this.end).replace(/\\r\\n?/g,`\n`),cooked:this.value},this.next(),i.tail=this.type===u.backQuote,this.finishNode(i,\"TemplateElement\")},v.parseTemplate=function(e){void 0===e&&(e={});var t=e.isTagged;void 0===t&&(t=!1);var i=this.startNode();this.next(),i.expressions=[];var r=this.parseTemplateElement({isTagged:t});for(i.quasis=[r];!r.tail;)this.type===u.eof&&this.raise(this.pos,\"Unterminated template literal\"),this.expect(u.dollarBraceL),i.expressions.push(this.parseExpression()),this.expect(u.braceR),i.quasis.push(r=this.parseTemplateElement({isTagged:t}));return this.next(),this.finishNode(i,\"TemplateLiteral\")},v.isAsyncProp=function(e){return!e.computed&&\"Identifier\"===e.key.type&&\"async\"===e.key.name&&(this.type===u.name||this.type===u.num||this.type===u.string||this.type===u.bracketL||this.type.keyword||this.options.ecmaVersion>=9&&this.type===u.star)&&!Y.test(this.input.slice(this.lastTokEnd,this.start))},v.parseObj=function(e,t){var i=this.startNode(),r=!0,n={};for(i.properties=[],this.next();!this.eat(u.braceR);){if(r)r=!1;else if(this.expect(u.comma),this.options.ecmaVersion>=5&&this.afterTrailingComma(u.braceR))break;var s=this.parseProperty(e,t);e||this.checkPropClash(s,n,t),i.properties.push(s)}return this.finishNode(i,e?\"ObjectPattern\":\"ObjectExpression\")},v.parseProperty=function(e,t){var i,r,n,s,a=this.startNode();if(this.options.ecmaVersion>=9&&this.eat(u.ellipsis))return e?(a.argument=this.parseIdent(!1),this.type===u.comma&&this.raiseRecoverable(this.start,\"Comma is not permitted after the rest element\"),this.finishNode(a,\"RestElement\")):(a.argument=this.parseMaybeAssign(!1,t),this.type===u.comma&&t&&t.trailingComma<0&&(t.trailingComma=this.start),this.finishNode(a,\"SpreadElement\"));this.options.ecmaVersion>=6&&(a.method=!1,a.shorthand=!1,(e||t)&&(n=this.start,s=this.startLoc),e||(i=this.eat(u.star)));var o=this.containsEsc;return this.parsePropertyName(a),!e&&!o&&this.options.ecmaVersion>=8&&!i&&this.isAsyncProp(a)?(r=!0,i=this.options.ecmaVersion>=9&&this.eat(u.star),this.parsePropertyName(a)):r=!1,this.parsePropertyValue(a,e,i,r,n,s,t,o),this.finishNode(a,\"Property\")},v.parseGetterSetter=function(e){e.kind=e.key.name,this.parsePropertyName(e),e.value=this.parseMethod(!1);var t=\"get\"===e.kind?0:1;if(e.value.params.length!==t){var i=e.value.start;\"get\"===e.kind?this.raiseRecoverable(i,\"getter should have no params\"):this.raiseRecoverable(i,\"setter should have exactly one param\")}else\"set\"===e.kind&&\"RestElement\"===e.value.params[0].type&&this.raiseRecoverable(e.value.params[0].start,\"Setter cannot use rest params\")},v.parsePropertyValue=function(e,t,i,r,n,s,a,o){(i||r)&&this.type===u.colon&&this.unexpected(),this.eat(u.colon)?(e.value=t?this.parseMaybeDefault(this.start,this.startLoc):this.parseMaybeAssign(!1,a),e.kind=\"init\"):this.options.ecmaVersion>=6&&this.type===u.parenL?(t&&this.unexpected(),e.kind=\"init\",e.method=!0,e.value=this.parseMethod(i,r)):t||o||!(this.options.ecmaVersion>=5)||e.computed||\"Identifier\"!==e.key.type||\"get\"!==e.key.name&&\"set\"!==e.key.name||this.type===u.comma||this.type===u.braceR||this.type===u.eq?this.options.ecmaVersion>=6&&!e.computed&&\"Identifier\"===e.key.type?((i||r)&&this.unexpected(),this.checkUnreserved(e.key),\"await\"!==e.key.name||this.awaitIdentPos||(this.awaitIdentPos=n),e.kind=\"init\",t?e.value=this.parseMaybeDefault(n,s,this.copyNode(e.key)):this.type===u.eq&&a?(a.shorthandAssign<0&&(a.shorthandAssign=this.start),e.value=this.parseMaybeDefault(n,s,this.copyNode(e.key))):e.value=this.copyNode(e.key),e.shorthand=!0):this.unexpected():((i||r)&&this.unexpected(),this.parseGetterSetter(e))},v.parsePropertyName=function(e){if(this.options.ecmaVersion>=6){if(this.eat(u.bracketL))return e.computed=!0,e.key=this.parseMaybeAssign(),this.expect(u.bracketR),e.key;e.computed=!1}return e.key=this.type===u.num||this.type===u.string?this.parseExprAtom():this.parseIdent(\"never\"!==this.options.allowReserved)},v.initFunction=function(e){e.id=null,this.options.ecmaVersion>=6&&(e.generator=e.expression=!1),this.options.ecmaVersion>=8&&(e.async=!1)},v.parseMethod=function(e,t,i){var r=this.startNode(),n=this.yieldPos,s=this.awaitPos,a=this.awaitIdentPos;return this.initFunction(r),this.options.ecmaVersion>=6&&(r.generator=e),this.options.ecmaVersion>=8&&(r.async=!!t),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(Qt(t,r.generator)|Kt|(i?$r:0)),this.expect(u.parenL),r.params=this.parseBindingList(u.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams(),this.parseFunctionBody(r,!1,!0,!1),this.yieldPos=n,this.awaitPos=s,this.awaitIdentPos=a,this.finishNode(r,\"FunctionExpression\")},v.parseArrowExpression=function(e,t,i,r){var n=this.yieldPos,s=this.awaitPos,a=this.awaitIdentPos;return this.enterScope(Qt(i,!1)|Fr),this.initFunction(e),this.options.ecmaVersion>=8&&(e.async=!!i),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,e.params=this.toAssignableList(t,!0),this.parseFunctionBody(e,!0,!1,r),this.yieldPos=n,this.awaitPos=s,this.awaitIdentPos=a,this.finishNode(e,\"ArrowFunctionExpression\")},v.parseFunctionBody=function(e,t,i,r){var n=t&&this.type!==u.braceL,s=this.strict,a=!1;if(n)e.body=this.parseMaybeAssign(r),e.expression=!0,this.checkParams(e,!1);else{var o=this.options.ecmaVersion>=7&&!this.isSimpleParamList(e.params);(!s||o)&&(a=this.strictDirective(this.end))&&o&&this.raiseRecoverable(e.start,\"Illegal 'use strict' directive in function with non-simple parameter list\");var c=this.labels;this.labels=[],a&&(this.strict=!0),this.checkParams(e,!s&&!a&&!t&&!i&&this.isSimpleParamList(e.params)),this.strict&&e.id&&this.checkLValSimple(e.id,Hr),e.body=this.parseBlock(!1,void 0,a&&!s),e.expression=!1,this.adaptDirectivePrologue(e.body.body),this.labels=c}this.exitScope()},v.isSimpleParamList=e=>{for(var t,i=0,r=e;i<r.length;i+=1)if(\"Identifier\"!==r[i].type)return!1;return!0},v.checkParams=function(e,t){for(var i=Object.create(null),r=0,n=e.params;r<n.length;r+=1){var s=n[r];this.checkLValInnerPattern(s,Yt,t?null:i)}},v.parseExprList=function(e,t,i,r){for(var n=[],s=!0;!this.eat(e);){if(s)s=!1;else if(this.expect(u.comma),t&&this.afterTrailingComma(e))break;var a=void 0;i&&this.type===u.comma?a=null:this.type===u.ellipsis?(a=this.parseSpread(r),r&&this.type===u.comma&&r.trailingComma<0&&(r.trailingComma=this.start)):a=this.parseMaybeAssign(!1,r),n.push(a)}return n},v.checkUnreserved=function(e){var t=e.start,i=e.end,r=e.name;this.inGenerator&&\"yield\"===r&&this.raiseRecoverable(t,\"Cannot use 'yield' as identifier inside a generator\"),this.inAsync&&\"await\"===r&&this.raiseRecoverable(t,\"Cannot use 'await' as identifier inside an async function\"),this.currentThisScope().inClassFieldInit&&\"arguments\"===r&&this.raiseRecoverable(t,\"Cannot use 'arguments' in class field initializer\"),this.inClassStaticBlock&&(\"arguments\"===r||\"await\"===r)&&this.raise(t,\"Cannot use \"+r+\" in class static initialization block\"),this.keywords.test(r)&&this.raise(t,\"Unexpected keyword '\"+r+\"'\"),!(this.options.ecmaVersion<6&&-1!==this.input.slice(t,i).indexOf(\"\\\\\"))&&(this.strict?this.reservedWordsStrict:this.reservedWords).test(r)&&(this.inAsync||\"await\"!==r||this.raiseRecoverable(t,\"Cannot use keyword 'await' outside an async function\"),this.raiseRecoverable(t,\"The keyword '\"+r+\"' is reserved\"))},v.parseIdent=function(e){var t=this.parseIdentNode();return this.next(!!e),this.finishNode(t,\"Identifier\"),e||(this.checkUnreserved(t),\"await\"!==t.name||this.awaitIdentPos||(this.awaitIdentPos=t.start)),t},v.parseIdentNode=function(){var e=this.startNode();return this.type===u.name?e.name=this.value:this.type.keyword?(e.name=this.type.keyword,(\"class\"===e.name||\"function\"===e.name)&&(this.lastTokEnd!==this.lastTokStart+1||46!==this.input.charCodeAt(this.lastTokStart))&&this.context.pop()):this.unexpected(),e},v.parsePrivateIdent=function(){var e=this.startNode();return this.type===u.privateId?e.name=this.value:this.unexpected(),this.next(),this.finishNode(e,\"PrivateIdentifier\"),this.options.checkPrivateFields&&(0===this.privateNameStack.length?this.raise(e.start,\"Private field '#\"+e.name+\"' must be declared in an enclosing class\"):this.privateNameStack[this.privateNameStack.length-1].used.push(e)),e},v.parseYield=function(e){this.yieldPos||(this.yieldPos=this.start);var t=this.startNode();return this.next(),this.type===u.semi||this.canInsertSemicolon()||this.type!==u.star&&!this.type.startsExpr?(t.delegate=!1,t.argument=null):(t.delegate=this.eat(u.star),t.argument=this.parseMaybeAssign(e)),this.finishNode(t,\"YieldExpression\")},v.parseAwait=function(e){this.awaitPos||(this.awaitPos=this.start);var t=this.startNode();return this.next(),t.argument=this.parseMaybeUnary(null,!0,!1,e),this.finishNode(t,\"AwaitExpression\")};var it=T.prototype;it.raise=function(e,t){var i=Or(this.input,e),r=SyntaxError(t+=\" (\"+i.line+\":\"+i.column+\")\");throw r.pos=e,r.loc=i,r.raisedAt=this.pos,r},it.raiseRecoverable=it.raise,it.curPosition=function(){if(this.options.locations)return new Re(this.curLine,this.pos-this.lineStart)};var de=T.prototype,qa=function(e){this.flags=e,this.var=[],this.lexical=[],this.functions=[],this.inClassFieldInit=!1};de.enterScope=function(e){this.scopeStack.push(new qa(e))},de.exitScope=function(){this.scopeStack.pop()},de.treatFunctionsAsVarInScope=function(e){return e.flags&ve||!this.inModule&&e.flags&Ie},de.declareName=function(e,t,i){var r=!1;if(t===le){var n=this.currentScope();r=n.lexical.indexOf(e)>-1||n.functions.indexOf(e)>-1||n.var.indexOf(e)>-1,n.lexical.push(e),this.inModule&&n.flags&Ie&&delete this.undefinedExports[e]}else if(t===Ur)this.currentScope().lexical.push(e);else if(t===jr){var s=this.currentScope();r=this.treatFunctionsAsVar?s.lexical.indexOf(e)>-1:s.lexical.indexOf(e)>-1||s.var.indexOf(e)>-1,s.functions.push(e)}else for(var a=this.scopeStack.length-1;a>=0;--a){var o=this.scopeStack[a];if(o.lexical.indexOf(e)>-1&&!(o.flags&Br&&o.lexical[0]===e)||!this.treatFunctionsAsVarInScope(o)&&o.functions.indexOf(e)>-1){r=!0;break}if(o.var.push(e),this.inModule&&o.flags&Ie&&delete this.undefinedExports[e],o.flags&Xt)break}r&&this.raiseRecoverable(i,\"Identifier '\"+e+\"' has already been declared\")},de.checkLocalExport=function(e){-1===this.scopeStack[0].lexical.indexOf(e.name)&&-1===this.scopeStack[0].var.indexOf(e.name)&&(this.undefinedExports[e.name]=e)},de.currentScope=function(){return this.scopeStack[this.scopeStack.length-1]},de.currentVarScope=function(){for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e];if(t.flags&Xt)return t}},de.currentThisScope=function(){for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e];if(t.flags&Xt&&!(t.flags&Fr))return t}};var at=function(e,t,i){this.type=\"\",this.start=t,this.end=0,e.options.locations&&(this.loc=new rt(e,i)),e.options.directSourceFile&&(this.sourceFile=e.options.directSourceFile),e.options.ranges&&(this.range=[t,0])},Me=T.prototype;function Gr(e,t,i,r){return e.type=t,e.end=i,this.options.locations&&(e.loc.end=r),this.options.ranges&&(e.range[1]=i),e}Me.startNode=function(){return new at(this,this.start,this.startLoc)},Me.startNodeAt=function(e,t){return new at(this,e,t)},Me.finishNode=function(e,t){return Gr.call(this,e,t,this.lastTokEnd,this.lastTokEndLoc)},Me.finishNodeAt=function(e,t,i,r){return Gr.call(this,e,t,i,r)},Me.copyNode=function(e){var t=new at(this,e.start,this.startLoc);for(var i in e)t[i]=e[i];return t};var Ka,zr=\"ASCII ASCII_Hex_Digit AHex Alphabetic Alpha Any Assigned Bidi_Control Bidi_C Bidi_Mirrored Bidi_M Case_Ignorable CI Cased Changes_When_Casefolded CWCF Changes_When_Casemapped CWCM Changes_When_Lowercased CWL Changes_When_NFKC_Casefolded CWKCF Changes_When_Titlecased CWT Changes_When_Uppercased CWU Dash Default_Ignorable_Code_Point DI Deprecated Dep Diacritic Dia Emoji Emoji_Component Emoji_Modifier Emoji_Modifier_Base Emoji_Presentation Extender Ext Grapheme_Base Gr_Base Grapheme_Extend Gr_Ext Hex_Digit Hex IDS_Binary_Operator IDSB IDS_Trinary_Operator IDST ID_Continue IDC ID_Start IDS Ideographic Ideo Join_Control Join_C Logical_Order_Exception LOE Lowercase Lower Math Noncharacter_Code_Point NChar Pattern_Syntax Pat_Syn Pattern_White_Space Pat_WS Quotation_Mark QMark Radical Regional_Indicator RI Sentence_Terminal STerm Soft_Dotted SD Terminal_Punctuation Term Unified_Ideograph UIdeo Uppercase Upper Variation_Selector VS White_Space space XID_Continue XIDC XID_Start XIDS\",Kr=zr+\" Extended_Pictographic\",Xr=Kr,Qr=Xr+\" EBase EComp EMod EPres ExtPict\",Yr=Qr,Ga=Yr,za={9:zr,10:Kr,11:Xr,12:Qr,13:Yr,14:Ga},Xa={9:\"\",10:\"\",11:\"\",12:\"\",13:\"\",14:\"Basic_Emoji Emoji_Keycap_Sequence RGI_Emoji_Modifier_Sequence RGI_Emoji_Flag_Sequence RGI_Emoji_Tag_Sequence RGI_Emoji_ZWJ_Sequence RGI_Emoji\"},Pr=\"Cased_Letter LC Close_Punctuation Pe Connector_Punctuation Pc Control Cc cntrl Currency_Symbol Sc Dash_Punctuation Pd Decimal_Number Nd digit Enclosing_Mark Me Final_Punctuation Pf Format Cf Initial_Punctuation Pi Letter L Letter_Number Nl Line_Separator Zl Lowercase_Letter Ll Mark M Combining_Mark Math_Symbol Sm Modifier_Letter Lm Modifier_Symbol Sk Nonspacing_Mark Mn Number N Open_Punctuation Ps Other C Other_Letter Lo Other_Number No Other_Punctuation Po Other_Symbol So Paragraph_Separator Zp Private_Use Co Punctuation P punct Separator Z Space_Separator Zs Spacing_Mark Mc Surrogate Cs Symbol S Titlecase_Letter Lt Unassigned Cn Uppercase_Letter Lu\",Jr=\"Adlam Adlm Ahom Anatolian_Hieroglyphs Hluw Arabic Arab Armenian Armn Avestan Avst Balinese Bali Bamum Bamu Bassa_Vah Bass Batak Batk Bengali Beng Bhaiksuki Bhks Bopomofo Bopo Brahmi Brah Braille Brai Buginese Bugi Buhid Buhd Canadian_Aboriginal Cans Carian Cari Caucasian_Albanian Aghb Chakma Cakm Cham Cham Cherokee Cher Common Zyyy Coptic Copt Qaac Cuneiform Xsux Cypriot Cprt Cyrillic Cyrl Deseret Dsrt Devanagari Deva Duployan Dupl Egyptian_Hieroglyphs Egyp Elbasan Elba Ethiopic Ethi Georgian Geor Glagolitic Glag Gothic Goth Grantha Gran Greek Grek Gujarati Gujr Gurmukhi Guru Han Hani Hangul Hang Hanunoo Hano Hatran Hatr Hebrew Hebr Hiragana Hira Imperial_Aramaic Armi Inherited Zinh Qaai Inscriptional_Pahlavi Phli Inscriptional_Parthian Prti Javanese Java Kaithi Kthi Kannada Knda Katakana Kana Kayah_Li Kali Kharoshthi Khar Khmer Khmr Khojki Khoj Khudawadi Sind Lao Laoo Latin Latn Lepcha Lepc Limbu Limb Linear_A Lina Linear_B Linb Lisu Lisu Lycian Lyci Lydian Lydi Mahajani Mahj Malayalam Mlym Mandaic Mand Manichaean Mani Marchen Marc Masaram_Gondi Gonm Meetei_Mayek Mtei Mende_Kikakui Mend Meroitic_Cursive Merc Meroitic_Hieroglyphs Mero Miao Plrd Modi Mongolian Mong Mro Mroo Multani Mult Myanmar Mymr Nabataean Nbat New_Tai_Lue Talu Newa Newa Nko Nkoo Nushu Nshu Ogham Ogam Ol_Chiki Olck Old_Hungarian Hung Old_Italic Ital Old_North_Arabian Narb Old_Permic Perm Old_Persian Xpeo Old_South_Arabian Sarb Old_Turkic Orkh Oriya Orya Osage Osge Osmanya Osma Pahawh_Hmong Hmng Palmyrene Palm Pau_Cin_Hau Pauc Phags_Pa Phag Phoenician Phnx Psalter_Pahlavi Phlp Rejang Rjng Runic Runr Samaritan Samr Saurashtra Saur Sharada Shrd Shavian Shaw Siddham Sidd SignWriting Sgnw Sinhala Sinh Sora_Sompeng Sora Soyombo Soyo Sundanese Sund Syloti_Nagri Sylo Syriac Syrc Tagalog Tglg Tagbanwa Tagb Tai_Le Tale Tai_Tham Lana Tai_Viet Tavt Takri Takr Tamil Taml Tangut Tang Telugu Telu Thaana Thaa Thai Thai Tibetan Tibt Tifinagh Tfng Tirhuta Tirh Ugaritic Ugar Vai Vaii Warang_Citi Wara Yi Yiii Zanabazar_Square Zanb\",Zr=Jr+\" Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd\",en=Zr+\" Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho\",tn=en+\" Chorasmian Chrs Diak Dives_Akuru Khitan_Small_Script Kits Yezi Yezidi\",rn=tn+\" Cypro_Minoan Cpmn Old_Uyghur Ougr Tangsa Tnsa Toto Vithkuqi Vith\",Qa=rn+\" Hrkt Katakana_Or_Hiragana Kawi Nag_Mundari Nagm Unknown Zzzz\",Ya={9:Jr,10:Zr,11:en,12:tn,13:rn,14:Qa},nn={};function Ja(e){var t=nn[e]={binary:pe(za[e]+\" \"+Pr),binaryOfStrings:pe(Xa[e]),nonBinary:{General_Category:pe(Pr),Script:pe(Ya[e])}};t.nonBinary.Script_Extensions=t.nonBinary.Script,t.nonBinary.gc=t.nonBinary.General_Category,t.nonBinary.sc=t.nonBinary.Script,t.nonBinary.scx=t.nonBinary.Script_Extensions}for(Ze=0,Ut=[9,10,11,12,13,14];Ze<Ut.length;Ze+=1)Ja(Rr=Ut[Ze]);var Rr,Ze,Ut,b=T.prototype,re=function(e){this.parser=e,this.validFlags=\"gim\"+(e.options.ecmaVersion>=6?\"uy\":\"\")+(e.options.ecmaVersion>=9?\"s\":\"\")+(e.options.ecmaVersion>=13?\"d\":\"\")+(e.options.ecmaVersion>=15?\"v\":\"\"),this.unicodeProperties=nn[e.options.ecmaVersion>=14?14:e.options.ecmaVersion],this.source=\"\",this.flags=\"\",this.start=0,this.switchU=!1,this.switchV=!1,this.switchN=!1,this.pos=0,this.lastIntValue=0,this.lastStringValue=\"\",this.lastAssertionIsQuantifiable=!1,this.numCapturingParens=0,this.maxBackReference=0,this.groupNames=[],this.backReferenceNames=[]};function an(e){return 36===e||e>=40&&e<=43||46===e||63===e||e>=91&&e<=94||e>=123&&e<=125}function Za(e){return ce(e,!0)||36===e||95===e}function es(e){return be(e,!0)||36===e||95===e||8204===e||8205===e}function sn(e){return e>=65&&e<=90||e>=97&&e<=122}function ts(e){return e>=0&&e<=1114111}re.prototype.reset=function(e,t,i){var r=-1!==i.indexOf(\"v\"),n=-1!==i.indexOf(\"u\");this.start=0|e,this.source=t+\"\",this.flags=i,r&&this.parser.options.ecmaVersion>=15?(this.switchU=!0,this.switchV=!0,this.switchN=!0):(this.switchU=n&&this.parser.options.ecmaVersion>=6,this.switchV=!1,this.switchN=n&&this.parser.options.ecmaVersion>=9)},re.prototype.raise=function(e){this.parser.raiseRecoverable(this.start,\"Invalid regular expression: /\"+this.source+\"/: \"+e)},re.prototype.at=function(e,t){void 0===t&&(t=!1);var i=this.source,r=i.length;if(e>=r)return -1;var n=i.charCodeAt(e);if(!(t||this.switchU)||n<=55295||n>=57344||e+1>=r)return n;var s=i.charCodeAt(e+1);return s>=56320&&s<=57343?(n<<10)+s-56613888:n},re.prototype.nextIndex=function(e,t){void 0===t&&(t=!1);var i=this.source,r=i.length;if(e>=r)return r;var n,s=i.charCodeAt(e);return!(t||this.switchU)||s<=55295||s>=57344||e+1>=r||(n=i.charCodeAt(e+1))<56320||n>57343?e+1:e+2},re.prototype.current=function(e){return void 0===e&&(e=!1),this.at(this.pos,e)},re.prototype.lookahead=function(e){return void 0===e&&(e=!1),this.at(this.nextIndex(this.pos,e),e)},re.prototype.advance=function(e){void 0===e&&(e=!1),this.pos=this.nextIndex(this.pos,e)},re.prototype.eat=function(e,t){return void 0===t&&(t=!1),this.current(t)===e&&(this.advance(t),!0)},re.prototype.eatChars=function(e,t){void 0===t&&(t=!1);for(var i=this.pos,r=0,n=e;r<n.length;r+=1){var s=n[r],a=this.at(i,t);if(-1===a||a!==s)return!1;i=this.nextIndex(i,t)}return this.pos=i,!0},b.validateRegExpFlags=function(e){for(var t=e.validFlags,i=e.flags,r=!1,n=!1,s=0;s<i.length;s++){var a=i.charAt(s);-1===t.indexOf(a)&&this.raise(e.start,\"Invalid regular expression flag\"),i.indexOf(a,s+1)>-1&&this.raise(e.start,\"Duplicate regular expression flag\"),\"u\"===a&&(r=!0),\"v\"===a&&(n=!0)}this.options.ecmaVersion>=15&&r&&n&&this.raise(e.start,\"Invalid regular expression flag\")},b.validateRegExpPattern=function(e){this.regexp_pattern(e),!e.switchN&&this.options.ecmaVersion>=9&&e.groupNames.length>0&&(e.switchN=!0,this.regexp_pattern(e))},b.regexp_pattern=function(e){e.pos=0,e.lastIntValue=0,e.lastStringValue=\"\",e.lastAssertionIsQuantifiable=!1,e.numCapturingParens=0,e.maxBackReference=0,e.groupNames.length=0,e.backReferenceNames.length=0,this.regexp_disjunction(e),e.pos!==e.source.length&&(e.eat(41)&&e.raise(\"Unmatched ')'\"),(e.eat(93)||e.eat(125))&&e.raise(\"Lone quantifier brackets\")),e.maxBackReference>e.numCapturingParens&&e.raise(\"Invalid escape\");for(var t=0,i=e.backReferenceNames;t<i.length;t+=1){var r=i[t];-1===e.groupNames.indexOf(r)&&e.raise(\"Invalid named capture referenced\")}},b.regexp_disjunction=function(e){for(this.regexp_alternative(e);e.eat(124);)this.regexp_alternative(e);this.regexp_eatQuantifier(e,!0)&&e.raise(\"Nothing to repeat\"),e.eat(123)&&e.raise(\"Lone quantifier brackets\")},b.regexp_alternative=function(e){for(;e.pos<e.source.length&&this.regexp_eatTerm(e););},b.regexp_eatTerm=function(e){return this.regexp_eatAssertion(e)?(e.lastAssertionIsQuantifiable&&this.regexp_eatQuantifier(e)&&e.switchU&&e.raise(\"Invalid quantifier\"),!0):(e.switchU?!!this.regexp_eatAtom(e):!!this.regexp_eatExtendedAtom(e))&&(this.regexp_eatQuantifier(e),!0)},b.regexp_eatAssertion=function(e){var t=e.pos;if(e.lastAssertionIsQuantifiable=!1,e.eat(94)||e.eat(36))return!0;if(e.eat(92)){if(e.eat(66)||e.eat(98))return!0;e.pos=t}if(e.eat(40)&&e.eat(63)){var i=!1;if(this.options.ecmaVersion>=9&&(i=e.eat(60)),e.eat(61)||e.eat(33))return this.regexp_disjunction(e),e.eat(41)||e.raise(\"Unterminated group\"),e.lastAssertionIsQuantifiable=!i,!0}return e.pos=t,!1},b.regexp_eatQuantifier=function(e,t){return void 0===t&&(t=!1),!!this.regexp_eatQuantifierPrefix(e,t)&&(e.eat(63),!0)},b.regexp_eatQuantifierPrefix=function(e,t){return e.eat(42)||e.eat(43)||e.eat(63)||this.regexp_eatBracedQuantifier(e,t)},b.regexp_eatBracedQuantifier=function(e,t){var i=e.pos;if(e.eat(123)){var r=0,n=-1;if(this.regexp_eatDecimalDigits(e)&&(r=e.lastIntValue,e.eat(44)&&this.regexp_eatDecimalDigits(e)&&(n=e.lastIntValue),e.eat(125)))return -1!==n&&n<r&&!t&&e.raise(\"numbers out of order in {} quantifier\"),!0;e.switchU&&!t&&e.raise(\"Incomplete quantifier\"),e.pos=i}return!1},b.regexp_eatAtom=function(e){return this.regexp_eatPatternCharacters(e)||e.eat(46)||this.regexp_eatReverseSolidusAtomEscape(e)||this.regexp_eatCharacterClass(e)||this.regexp_eatUncapturingGroup(e)||this.regexp_eatCapturingGroup(e)},b.regexp_eatReverseSolidusAtomEscape=function(e){var t=e.pos;if(e.eat(92)){if(this.regexp_eatAtomEscape(e))return!0;e.pos=t}return!1},b.regexp_eatUncapturingGroup=function(e){var t=e.pos;if(e.eat(40)){if(e.eat(63)&&e.eat(58)){if(this.regexp_disjunction(e),e.eat(41))return!0;e.raise(\"Unterminated group\")}e.pos=t}return!1},b.regexp_eatCapturingGroup=function(e){if(e.eat(40)){if(this.options.ecmaVersion>=9?this.regexp_groupSpecifier(e):63===e.current()&&e.raise(\"Invalid group\"),this.regexp_disjunction(e),e.eat(41))return e.numCapturingParens+=1,!0;e.raise(\"Unterminated group\")}return!1},b.regexp_eatExtendedAtom=function(e){return e.eat(46)||this.regexp_eatReverseSolidusAtomEscape(e)||this.regexp_eatCharacterClass(e)||this.regexp_eatUncapturingGroup(e)||this.regexp_eatCapturingGroup(e)||this.regexp_eatInvalidBracedQuantifier(e)||this.regexp_eatExtendedPatternCharacter(e)},b.regexp_eatInvalidBracedQuantifier=function(e){return this.regexp_eatBracedQuantifier(e,!0)&&e.raise(\"Nothing to repeat\"),!1},b.regexp_eatSyntaxCharacter=e=>{var t=e.current();return!!an(t)&&(e.lastIntValue=t,e.advance(),!0)},b.regexp_eatPatternCharacters=e=>{for(var t=e.pos,i=0;-1!==(i=e.current())&&!an(i);)e.advance();return e.pos!==t},b.regexp_eatExtendedPatternCharacter=e=>{var t=e.current();return -1!==t&&36!==t&&(!(t>=40)||!(t<=43))&&46!==t&&63!==t&&91!==t&&94!==t&&124!==t&&(e.advance(),!0)},b.regexp_groupSpecifier=function(e){if(e.eat(63)){if(this.regexp_eatGroupName(e)){-1!==e.groupNames.indexOf(e.lastStringValue)&&e.raise(\"Duplicate capture group name\"),e.groupNames.push(e.lastStringValue);return}e.raise(\"Invalid group\")}},b.regexp_eatGroupName=function(e){if(e.lastStringValue=\"\",e.eat(60)){if(this.regexp_eatRegExpIdentifierName(e)&&e.eat(62))return!0;e.raise(\"Invalid capture group name\")}return!1},b.regexp_eatRegExpIdentifierName=function(e){if(e.lastStringValue=\"\",this.regexp_eatRegExpIdentifierStart(e)){for(e.lastStringValue+=fe(e.lastIntValue);this.regexp_eatRegExpIdentifierPart(e);)e.lastStringValue+=fe(e.lastIntValue);return!0}return!1},b.regexp_eatRegExpIdentifierStart=function(e){var t=e.pos,i=this.options.ecmaVersion>=11,r=e.current(i);return e.advance(i),92===r&&this.regexp_eatRegExpUnicodeEscapeSequence(e,i)&&(r=e.lastIntValue),Za(r)?(e.lastIntValue=r,!0):(e.pos=t,!1)},b.regexp_eatRegExpIdentifierPart=function(e){var t=e.pos,i=this.options.ecmaVersion>=11,r=e.current(i);return e.advance(i),92===r&&this.regexp_eatRegExpUnicodeEscapeSequence(e,i)&&(r=e.lastIntValue),es(r)?(e.lastIntValue=r,!0):(e.pos=t,!1)},b.regexp_eatAtomEscape=function(e){return!!(this.regexp_eatBackReference(e)||this.regexp_eatCharacterClassEscape(e)||this.regexp_eatCharacterEscape(e)||e.switchN&&this.regexp_eatKGroupName(e))||(e.switchU&&(99===e.current()&&e.raise(\"Invalid unicode escape\"),e.raise(\"Invalid escape\")),!1)},b.regexp_eatBackReference=function(e){var t=e.pos;if(this.regexp_eatDecimalEscape(e)){var i=e.lastIntValue;if(e.switchU)return i>e.maxBackReference&&(e.maxBackReference=i),!0;if(i<=e.numCapturingParens)return!0;e.pos=t}return!1},b.regexp_eatKGroupName=function(e){if(e.eat(107)){if(this.regexp_eatGroupName(e))return e.backReferenceNames.push(e.lastStringValue),!0;e.raise(\"Invalid named reference\")}return!1},b.regexp_eatCharacterEscape=function(e){return this.regexp_eatControlEscape(e)||this.regexp_eatCControlLetter(e)||this.regexp_eatZero(e)||this.regexp_eatHexEscapeSequence(e)||this.regexp_eatRegExpUnicodeEscapeSequence(e,!1)||!e.switchU&&this.regexp_eatLegacyOctalEscapeSequence(e)||this.regexp_eatIdentityEscape(e)},b.regexp_eatCControlLetter=function(e){var t=e.pos;if(e.eat(99)){if(this.regexp_eatControlLetter(e))return!0;e.pos=t}return!1},b.regexp_eatZero=e=>!(48!==e.current()||st(e.lookahead()))&&(e.lastIntValue=0,e.advance(),!0),b.regexp_eatControlEscape=e=>{var t=e.current();return 116===t?(e.lastIntValue=9,e.advance(),!0):110===t?(e.lastIntValue=10,e.advance(),!0):118===t?(e.lastIntValue=11,e.advance(),!0):102===t?(e.lastIntValue=12,e.advance(),!0):114===t&&(e.lastIntValue=13,e.advance(),!0)},b.regexp_eatControlLetter=e=>{var t=e.current();return!!sn(t)&&(e.lastIntValue=t%32,e.advance(),!0)},b.regexp_eatRegExpUnicodeEscapeSequence=function(e,t){void 0===t&&(t=!1);var i=e.pos,r=t||e.switchU;if(e.eat(117)){if(this.regexp_eatFixedHexDigits(e,4)){var n=e.lastIntValue;if(r&&n>=55296&&n<=56319){var s=e.pos;if(e.eat(92)&&e.eat(117)&&this.regexp_eatFixedHexDigits(e,4)){var a=e.lastIntValue;if(a>=56320&&a<=57343)return e.lastIntValue=(n-55296)*1024+(a-56320)+65536,!0}e.pos=s,e.lastIntValue=n}return!0}if(r&&e.eat(123)&&this.regexp_eatHexDigits(e)&&e.eat(125)&&ts(e.lastIntValue))return!0;r&&e.raise(\"Invalid unicode escape\"),e.pos=i}return!1},b.regexp_eatIdentityEscape=function(e){if(e.switchU)return!!this.regexp_eatSyntaxCharacter(e)||!!e.eat(47)&&(e.lastIntValue=47,!0);var t=e.current();return 99!==t&&(!e.switchN||107!==t)&&(e.lastIntValue=t,e.advance(),!0)},b.regexp_eatDecimalEscape=e=>{e.lastIntValue=0;var t=e.current();if(t>=49&&t<=57){do e.lastIntValue=10*e.lastIntValue+(t-48),e.advance();while((t=e.current())>=48&&t<=57);return!0}return!1};var on=0,ue=1,Q=2;function is(e){return 100===e||68===e||115===e||83===e||119===e||87===e}function cn(e){return sn(e)||95===e}function rs(e){return cn(e)||st(e)}function ns(e){return 33===e||e>=35&&e<=38||e>=42&&e<=44||46===e||e>=58&&e<=64||94===e||96===e||126===e}function as(e){return 40===e||41===e||45===e||47===e||e>=91&&e<=93||e>=123&&e<=125}function ss(e){return 33===e||35===e||37===e||38===e||44===e||45===e||e>=58&&e<=62||64===e||96===e||126===e}function st(e){return e>=48&&e<=57}function un(e){return e>=48&&e<=57||e>=65&&e<=70||e>=97&&e<=102}function ln(e){return e>=65&&e<=70?10+(e-65):e>=97&&e<=102?10+(e-97):e-48}function hn(e){return e>=48&&e<=55}b.regexp_eatCharacterClassEscape=function(e){var t,i=e.current();if(is(i))return e.lastIntValue=-1,e.advance(),ue;var r=!1;if(e.switchU&&this.options.ecmaVersion>=9&&((r=80===i)||112===i)){if(e.lastIntValue=-1,e.advance(),e.eat(123)&&(t=this.regexp_eatUnicodePropertyValueExpression(e))&&e.eat(125))return r&&t===Q&&e.raise(\"Invalid property name\"),t;e.raise(\"Invalid property name\")}return on},b.regexp_eatUnicodePropertyValueExpression=function(e){var t=e.pos;if(this.regexp_eatUnicodePropertyName(e)&&e.eat(61)){var i=e.lastStringValue;if(this.regexp_eatUnicodePropertyValue(e)){var r=e.lastStringValue;return this.regexp_validateUnicodePropertyNameAndValue(e,i,r),ue}}if(e.pos=t,this.regexp_eatLoneUnicodePropertyNameOrValue(e)){var n=e.lastStringValue;return this.regexp_validateUnicodePropertyNameOrValue(e,n)}return on},b.regexp_validateUnicodePropertyNameAndValue=(e,t,i)=>{Te(e.unicodeProperties.nonBinary,t)||e.raise(\"Invalid property name\"),e.unicodeProperties.nonBinary[t].test(i)||e.raise(\"Invalid property value\")},b.regexp_validateUnicodePropertyNameOrValue=(e,t)=>e.unicodeProperties.binary.test(t)?ue:e.switchV&&e.unicodeProperties.binaryOfStrings.test(t)?Q:void e.raise(\"Invalid property name\"),b.regexp_eatUnicodePropertyName=e=>{var t=0;for(e.lastStringValue=\"\";cn(t=e.current());)e.lastStringValue+=fe(t),e.advance();return\"\"!==e.lastStringValue},b.regexp_eatUnicodePropertyValue=e=>{var t=0;for(e.lastStringValue=\"\";rs(t=e.current());)e.lastStringValue+=fe(t),e.advance();return\"\"!==e.lastStringValue},b.regexp_eatLoneUnicodePropertyNameOrValue=function(e){return this.regexp_eatUnicodePropertyValue(e)},b.regexp_eatCharacterClass=function(e){if(e.eat(91)){var t=e.eat(94),i=this.regexp_classContents(e);return e.eat(93)||e.raise(\"Unterminated character class\"),t&&i===Q&&e.raise(\"Negated character class may contain strings\"),!0}return!1},b.regexp_classContents=function(e){return 93===e.current()?ue:e.switchV?this.regexp_classSetExpression(e):(this.regexp_nonEmptyClassRanges(e),ue)},b.regexp_nonEmptyClassRanges=function(e){for(;this.regexp_eatClassAtom(e);){var t=e.lastIntValue;if(e.eat(45)&&this.regexp_eatClassAtom(e)){var i=e.lastIntValue;e.switchU&&(-1===t||-1===i)&&e.raise(\"Invalid character class\"),-1!==t&&-1!==i&&t>i&&e.raise(\"Range out of order in character class\")}}},b.regexp_eatClassAtom=function(e){var t=e.pos;if(e.eat(92)){if(this.regexp_eatClassEscape(e))return!0;if(e.switchU){var i=e.current();(99===i||hn(i))&&e.raise(\"Invalid class escape\"),e.raise(\"Invalid escape\")}e.pos=t}var r=e.current();return 93!==r&&(e.lastIntValue=r,e.advance(),!0)},b.regexp_eatClassEscape=function(e){var t=e.pos;if(e.eat(98))return e.lastIntValue=8,!0;if(e.switchU&&e.eat(45))return e.lastIntValue=45,!0;if(!e.switchU&&e.eat(99)){if(this.regexp_eatClassControlLetter(e))return!0;e.pos=t}return this.regexp_eatCharacterClassEscape(e)||this.regexp_eatCharacterEscape(e)},b.regexp_classSetExpression=function(e){var t,i=ue;if(!this.regexp_eatClassSetRange(e)){if(t=this.regexp_eatClassSetOperand(e)){t===Q&&(i=Q);for(var r=e.pos;e.eatChars([38,38]);){if(38!==e.current()&&(t=this.regexp_eatClassSetOperand(e))){t!==Q&&(i=ue);continue}e.raise(\"Invalid character in character class\")}if(r!==e.pos)return i;for(;e.eatChars([45,45]);)this.regexp_eatClassSetOperand(e)||e.raise(\"Invalid character in character class\");if(r!==e.pos)return i}else e.raise(\"Invalid character in character class\")}for(;;)if(!this.regexp_eatClassSetRange(e)){if(!(t=this.regexp_eatClassSetOperand(e)))return i;t===Q&&(i=Q)}},b.regexp_eatClassSetRange=function(e){var t=e.pos;if(this.regexp_eatClassSetCharacter(e)){var i=e.lastIntValue;if(e.eat(45)&&this.regexp_eatClassSetCharacter(e)){var r=e.lastIntValue;return -1!==i&&-1!==r&&i>r&&e.raise(\"Range out of order in character class\"),!0}e.pos=t}return!1},b.regexp_eatClassSetOperand=function(e){return this.regexp_eatClassSetCharacter(e)?ue:this.regexp_eatClassStringDisjunction(e)||this.regexp_eatNestedClass(e)},b.regexp_eatNestedClass=function(e){var t=e.pos;if(e.eat(91)){var i=e.eat(94),r=this.regexp_classContents(e);if(e.eat(93))return i&&r===Q&&e.raise(\"Negated character class may contain strings\"),r;e.pos=t}if(e.eat(92)){var n=this.regexp_eatCharacterClassEscape(e);if(n)return n;e.pos=t}return null},b.regexp_eatClassStringDisjunction=function(e){var t=e.pos;if(e.eatChars([92,113])){if(e.eat(123)){var i=this.regexp_classStringDisjunctionContents(e);if(e.eat(125))return i}else e.raise(\"Invalid escape\");e.pos=t}return null},b.regexp_classStringDisjunctionContents=function(e){for(var t=this.regexp_classString(e);e.eat(124);)this.regexp_classString(e)===Q&&(t=Q);return t},b.regexp_classString=function(e){for(var t=0;this.regexp_eatClassSetCharacter(e);)t++;return 1===t?ue:Q},b.regexp_eatClassSetCharacter=function(e){var t=e.pos;if(e.eat(92))return!!(this.regexp_eatCharacterEscape(e)||this.regexp_eatClassSetReservedPunctuator(e))||(e.eat(98)?(e.lastIntValue=8,!0):(e.pos=t,!1));var i=e.current();return!(i<0||i===e.lookahead()&&ns(i)||as(i))&&(e.advance(),e.lastIntValue=i,!0)},b.regexp_eatClassSetReservedPunctuator=e=>{var t=e.current();return!!ss(t)&&(e.lastIntValue=t,e.advance(),!0)},b.regexp_eatClassControlLetter=e=>{var t=e.current();return(!!st(t)||95===t)&&(e.lastIntValue=t%32,e.advance(),!0)},b.regexp_eatHexEscapeSequence=function(e){var t=e.pos;if(e.eat(120)){if(this.regexp_eatFixedHexDigits(e,2))return!0;e.switchU&&e.raise(\"Invalid escape\"),e.pos=t}return!1},b.regexp_eatDecimalDigits=e=>{var t=e.pos,i=0;for(e.lastIntValue=0;st(i=e.current());)e.lastIntValue=10*e.lastIntValue+(i-48),e.advance();return e.pos!==t},b.regexp_eatHexDigits=e=>{var t=e.pos,i=0;for(e.lastIntValue=0;un(i=e.current());)e.lastIntValue=16*e.lastIntValue+ln(i),e.advance();return e.pos!==t},b.regexp_eatLegacyOctalEscapeSequence=function(e){if(this.regexp_eatOctalDigit(e)){var t=e.lastIntValue;if(this.regexp_eatOctalDigit(e)){var i=e.lastIntValue;t<=3&&this.regexp_eatOctalDigit(e)?e.lastIntValue=64*t+8*i+e.lastIntValue:e.lastIntValue=8*t+i}else e.lastIntValue=t;return!0}return!1},b.regexp_eatOctalDigit=e=>{var t=e.current();return hn(t)?(e.lastIntValue=t-48,e.advance(),!0):(e.lastIntValue=0,!1)},b.regexp_eatFixedHexDigits=(e,t)=>{var i=e.pos;e.lastIntValue=0;for(var r=0;r<t;++r){var n=e.current();if(!un(n))return e.pos=i,!1;e.lastIntValue=16*e.lastIntValue+ln(n),e.advance()}return!0};var Zt=function(e){this.type=e.type,this.value=e.value,this.start=e.start,this.end=e.end,e.options.locations&&(this.loc=new rt(e,e.startLoc,e.endLoc)),e.options.ranges&&(this.range=[e.start,e.end])},C=T.prototype;function os(e,t){return t?Number.parseInt(e,8):Number.parseFloat(e.replace(/_/g,\"\"))}function pn(e){return\"function\"!=typeof BigInt?null:BigInt(e.replace(/_/g,\"\"))}C.next=function(e){!e&&this.type.keyword&&this.containsEsc&&this.raiseRecoverable(this.start,\"Escape sequence in keyword \"+this.type.keyword),this.options.onToken&&this.options.onToken(new Zt(this)),this.lastTokEnd=this.end,this.lastTokStart=this.start,this.lastTokEndLoc=this.endLoc,this.lastTokStartLoc=this.startLoc,this.nextToken()},C.getToken=function(){return this.next(),new Zt(this)},\"u\">typeof Symbol&&(C[Symbol.iterator]=function(){return{next:()=>{var e=this.getToken();return{done:e.type===u.eof,value:e}}}}),C.nextToken=function(){var e=this.curContext();return(e&&e.preserveSpace||this.skipSpace(),this.start=this.pos,this.options.locations&&(this.startLoc=this.curPosition()),this.pos>=this.input.length)?this.finishToken(u.eof):e.override?e.override(this):void this.readToken(this.fullCharCodeAtPos())},C.readToken=function(e){return ce(e,this.options.ecmaVersion>=6)||92===e?this.readWord():this.getTokenFromCode(e)},C.fullCharCodeAtPos=function(){var e=this.input.charCodeAt(this.pos);if(e<=55295||e>=56320)return e;var t=this.input.charCodeAt(this.pos+1);return t<=56319||t>=57344?e:(e<<10)+t-56613888},C.skipBlockComment=function(){var e=this.options.onComment&&this.curPosition(),t=this.pos,i=this.input.indexOf(\"*/\",this.pos+=2);if(-1===i&&this.raise(this.pos-2,\"Unterminated comment\"),this.pos=i+2,this.options.locations)for(var r=void 0,n=t;(r=Nr(this.input,n,this.pos))>-1;)++this.curLine,n=this.lineStart=r;this.options.onComment&&this.options.onComment(!0,this.input.slice(t+2,i),t,this.pos,e,this.curPosition())},C.skipLineComment=function(e){for(var t=this.pos,i=this.options.onComment&&this.curPosition(),r=this.input.charCodeAt(this.pos+=e);this.pos<this.input.length&&!we(r);)r=this.input.charCodeAt(++this.pos);this.options.onComment&&this.options.onComment(!1,this.input.slice(t+e,this.pos),t,this.pos,i,this.curPosition())},C.skipSpace=function(){e:for(;this.pos<this.input.length;){var e=this.input.charCodeAt(this.pos);switch(e){case 32:case 160:++this.pos;break;case 13:10===this.input.charCodeAt(this.pos+1)&&++this.pos;case 10:case 8232:case 8233:++this.pos,this.options.locations&&(++this.curLine,this.lineStart=this.pos);break;case 47:switch(this.input.charCodeAt(this.pos+1)){case 42:this.skipBlockComment();break;case 47:this.skipLineComment(2);break;default:break e}break;default:if(e>8&&e<14||e>=5760&&Mr.test(String.fromCharCode(e)))++this.pos;else break e}}},C.finishToken=function(e,t){this.end=this.pos,this.options.locations&&(this.endLoc=this.curPosition());var i=this.type;this.type=e,this.value=t,this.updateContext(i)},C.readToken_dot=function(){var e=this.input.charCodeAt(this.pos+1);if(e>=48&&e<=57)return this.readNumber(!0);var t=this.input.charCodeAt(this.pos+2);return this.options.ecmaVersion>=6&&46===e&&46===t?(this.pos+=3,this.finishToken(u.ellipsis)):(++this.pos,this.finishToken(u.dot))},C.readToken_slash=function(){var e=this.input.charCodeAt(this.pos+1);return this.exprAllowed?(++this.pos,this.readRegexp()):61===e?this.finishOp(u.assign,2):this.finishOp(u.slash,1)},C.readToken_mult_modulo_exp=function(e){var t=this.input.charCodeAt(this.pos+1),i=1,r=42===e?u.star:u.modulo;return this.options.ecmaVersion>=7&&42===e&&42===t&&(++i,r=u.starstar,t=this.input.charCodeAt(this.pos+2)),61===t?this.finishOp(u.assign,i+1):this.finishOp(r,i)},C.readToken_pipe_amp=function(e){var t=this.input.charCodeAt(this.pos+1);if(t===e)return this.options.ecmaVersion>=12&&61===this.input.charCodeAt(this.pos+2)?this.finishOp(u.assign,3):this.finishOp(124===e?u.logicalOR:u.logicalAND,2);return 61===t?this.finishOp(u.assign,2):this.finishOp(124===e?u.bitwiseOR:u.bitwiseAND,1)},C.readToken_caret=function(){return 61===this.input.charCodeAt(this.pos+1)?this.finishOp(u.assign,2):this.finishOp(u.bitwiseXOR,1)},C.readToken_plus_min=function(e){var t=this.input.charCodeAt(this.pos+1);return t===e?45===t&&!this.inModule&&62===this.input.charCodeAt(this.pos+2)&&(0===this.lastTokEnd||Y.test(this.input.slice(this.lastTokEnd,this.pos)))?(this.skipLineComment(3),this.skipSpace(),this.nextToken()):this.finishOp(u.incDec,2):61===t?this.finishOp(u.assign,2):this.finishOp(u.plusMin,1)},C.readToken_lt_gt=function(e){var t=this.input.charCodeAt(this.pos+1),i=1;return t===e?(i=62===e&&62===this.input.charCodeAt(this.pos+2)?3:2,61===this.input.charCodeAt(this.pos+i)?this.finishOp(u.assign,i+1):this.finishOp(u.bitShift,i)):33!==t||60!==e||this.inModule||45!==this.input.charCodeAt(this.pos+2)||45!==this.input.charCodeAt(this.pos+3)?(61===t&&(i=2),this.finishOp(u.relational,i)):(this.skipLineComment(4),this.skipSpace(),this.nextToken())},C.readToken_eq_excl=function(e){var t=this.input.charCodeAt(this.pos+1);return 61===t?this.finishOp(u.equality,61===this.input.charCodeAt(this.pos+2)?3:2):61===e&&62===t&&this.options.ecmaVersion>=6?(this.pos+=2,this.finishToken(u.arrow)):this.finishOp(61===e?u.eq:u.prefix,1)},C.readToken_question=function(){var e=this.options.ecmaVersion;if(e>=11){var t=this.input.charCodeAt(this.pos+1);if(46===t){var i=this.input.charCodeAt(this.pos+2);if(i<48||i>57)return this.finishOp(u.questionDot,2)}if(63===t)return e>=12&&61===this.input.charCodeAt(this.pos+2)?this.finishOp(u.assign,3):this.finishOp(u.coalesce,2)}return this.finishOp(u.question,1)},C.readToken_numberSign=function(){var e=this.options.ecmaVersion,t=35;if(e>=13&&(++this.pos,ce(t=this.fullCharCodeAtPos(),!0)||92===t))return this.finishToken(u.privateId,this.readWord1());this.raise(this.pos,\"Unexpected character '\"+fe(t)+\"'\")},C.getTokenFromCode=function(e){switch(e){case 46:return this.readToken_dot();case 40:return++this.pos,this.finishToken(u.parenL);case 41:return++this.pos,this.finishToken(u.parenR);case 59:return++this.pos,this.finishToken(u.semi);case 44:return++this.pos,this.finishToken(u.comma);case 91:return++this.pos,this.finishToken(u.bracketL);case 93:return++this.pos,this.finishToken(u.bracketR);case 123:return++this.pos,this.finishToken(u.braceL);case 125:return++this.pos,this.finishToken(u.braceR);case 58:return++this.pos,this.finishToken(u.colon);case 96:if(this.options.ecmaVersion<6)break;return++this.pos,this.finishToken(u.backQuote);case 48:var t=this.input.charCodeAt(this.pos+1);if(120===t||88===t)return this.readRadixNumber(16);if(this.options.ecmaVersion>=6){if(111===t||79===t)return this.readRadixNumber(8);if(98===t||66===t)return this.readRadixNumber(2)}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return this.readNumber(!1);case 34:case 39:return this.readString(e);case 47:return this.readToken_slash();case 37:case 42:return this.readToken_mult_modulo_exp(e);case 124:case 38:return this.readToken_pipe_amp(e);case 94:return this.readToken_caret();case 43:case 45:return this.readToken_plus_min(e);case 60:case 62:return this.readToken_lt_gt(e);case 61:case 33:return this.readToken_eq_excl(e);case 63:return this.readToken_question();case 126:return this.finishOp(u.prefix,1);case 35:return this.readToken_numberSign()}this.raise(this.pos,\"Unexpected character '\"+fe(e)+\"'\")},C.finishOp=function(e,t){var i=this.input.slice(this.pos,this.pos+t);return this.pos+=t,this.finishToken(e,i)},C.readRegexp=function(){for(var e,t,i=this.pos;;){this.pos>=this.input.length&&this.raise(i,\"Unterminated regular expression\");var r=this.input.charAt(this.pos);if(Y.test(r)&&this.raise(i,\"Unterminated regular expression\"),e)e=!1;else{if(\"[\"===r)t=!0;else if(\"]\"===r&&t)t=!1;else if(\"/\"===r&&!t)break;e=\"\\\\\"===r}++this.pos}var n=this.input.slice(i,this.pos);++this.pos;var s=this.pos,a=this.readWord1();this.containsEsc&&this.unexpected(s);var o=this.regexpState||(this.regexpState=new re(this));o.reset(i,n,a),this.validateRegExpFlags(o),this.validateRegExpPattern(o);var c=null;try{c=RegExp(n,a)}catch{}return this.finishToken(u.regexp,{pattern:n,flags:a,value:c})},C.readInt=function(e,t,i){for(var r=this.options.ecmaVersion>=12&&void 0===t,n=i&&48===this.input.charCodeAt(this.pos),s=this.pos,a=0,o=0,c=0,u=t??1/0;c<u;++c,++this.pos){var l=this.input.charCodeAt(this.pos),h=void 0;if(r&&95===l){n&&this.raiseRecoverable(this.pos,\"Numeric separator is not allowed in legacy octal numeric literals\"),95===o&&this.raiseRecoverable(this.pos,\"Numeric separator must be exactly one underscore\"),0===c&&this.raiseRecoverable(this.pos,\"Numeric separator is not allowed at the first of digits\"),o=l;continue}if((h=l>=97?l-97+10:l>=65?l-65+10:l>=48&&l<=57?l-48:1/0)>=e)break;o=l,a=a*e+h}return r&&95===o&&this.raiseRecoverable(this.pos-1,\"Numeric separator is not allowed at the last of digits\"),this.pos===s||null!=t&&this.pos-s!==t?null:a},C.readRadixNumber=function(e){var t=this.pos;this.pos+=2;var i=this.readInt(e);return null==i&&this.raise(this.start+2,\"Expected number in radix \"+e),this.options.ecmaVersion>=11&&110===this.input.charCodeAt(this.pos)?(i=pn(this.input.slice(t,this.pos)),++this.pos):ce(this.fullCharCodeAtPos())&&this.raise(this.pos,\"Identifier directly after number\"),this.finishToken(u.num,i)},C.readNumber=function(e){var t=this.pos;e||null!==this.readInt(10,void 0,!0)||this.raise(t,\"Invalid number\");var i=this.pos-t>=2&&48===this.input.charCodeAt(t);i&&this.strict&&this.raise(t,\"Invalid number\");var r=this.input.charCodeAt(this.pos);if(!i&&!e&&this.options.ecmaVersion>=11&&110===r){var n=pn(this.input.slice(t,this.pos));return++this.pos,ce(this.fullCharCodeAtPos())&&this.raise(this.pos,\"Identifier directly after number\"),this.finishToken(u.num,n)}i&&/[89]/.test(this.input.slice(t,this.pos))&&(i=!1),46!==r||i||(++this.pos,this.readInt(10),r=this.input.charCodeAt(this.pos)),69!==r&&101!==r||i||((43===(r=this.input.charCodeAt(++this.pos))||45===r)&&++this.pos,null===this.readInt(10)&&this.raise(t,\"Invalid number\")),ce(this.fullCharCodeAtPos())&&this.raise(this.pos,\"Identifier directly after number\");var s=os(this.input.slice(t,this.pos),i);return this.finishToken(u.num,s)},C.readCodePoint=function(){var e;if(123===this.input.charCodeAt(this.pos)){this.options.ecmaVersion<6&&this.unexpected();var t=++this.pos;e=this.readHexChar(this.input.indexOf(\"}\",this.pos)-this.pos),++this.pos,e>1114111&&this.invalidStringToken(t,\"Code point out of bounds\")}else e=this.readHexChar(4);return e},C.readString=function(e){for(var t=\"\",i=++this.pos;;){this.pos>=this.input.length&&this.raise(this.start,\"Unterminated string constant\");var r=this.input.charCodeAt(this.pos);if(r===e)break;92===r?(t+=this.input.slice(i,this.pos),t+=this.readEscapedChar(!1),i=this.pos):8232===r||8233===r?(this.options.ecmaVersion<10&&this.raise(this.start,\"Unterminated string constant\"),++this.pos,this.options.locations&&(this.curLine++,this.lineStart=this.pos)):(we(r)&&this.raise(this.start,\"Unterminated string constant\"),++this.pos)}return t+=this.input.slice(i,this.pos++),this.finishToken(u.string,t)};var fn={};C.tryReadTemplateToken=function(){this.inTemplateElement=!0;try{this.readTmplToken()}catch(e){if(e===fn)this.readInvalidTemplateToken();else throw e}this.inTemplateElement=!1},C.invalidStringToken=function(e,t){if(this.inTemplateElement&&this.options.ecmaVersion>=9)throw fn;this.raise(e,t)},C.readTmplToken=function(){for(var e=\"\",t=this.pos;;){this.pos>=this.input.length&&this.raise(this.start,\"Unterminated template\");var i=this.input.charCodeAt(this.pos);if(96===i||36===i&&123===this.input.charCodeAt(this.pos+1))return this.pos===this.start&&(this.type===u.template||this.type===u.invalidTemplate)?36===i?(this.pos+=2,this.finishToken(u.dollarBraceL)):(++this.pos,this.finishToken(u.backQuote)):(e+=this.input.slice(t,this.pos),this.finishToken(u.template,e));if(92===i)e+=this.input.slice(t,this.pos),e+=this.readEscapedChar(!0),t=this.pos;else if(we(i)){switch(e+=this.input.slice(t,this.pos),++this.pos,i){case 13:10===this.input.charCodeAt(this.pos)&&++this.pos;case 10:e+=`\n`;break;default:e+=String.fromCharCode(i)}this.options.locations&&(++this.curLine,this.lineStart=this.pos),t=this.pos}else++this.pos}},C.readInvalidTemplateToken=function(){for(;this.pos<this.input.length;this.pos++)switch(this.input[this.pos]){case\"\\\\\":++this.pos;break;case\"$\":if(\"{\"!==this.input[this.pos+1])break;case\"`\":return this.finishToken(u.invalidTemplate,this.input.slice(this.start,this.pos))}this.raise(this.start,\"Unterminated template\")},C.readEscapedChar=function(e){var t=this.input.charCodeAt(++this.pos);switch(++this.pos,t){case 110:return`\n`;case 114:return\"\\r\";case 120:return String.fromCharCode(this.readHexChar(2));case 117:return fe(this.readCodePoint());case 116:return\"\t\";case 98:return\"\\b\";case 118:return\"\\v\";case 102:return\"\\f\";case 13:10===this.input.charCodeAt(this.pos)&&++this.pos;case 10:return this.options.locations&&(this.lineStart=this.pos,++this.curLine),\"\";case 56:case 57:if(this.strict&&this.invalidStringToken(this.pos-1,\"Invalid escape sequence\"),e){var i=this.pos-1;this.invalidStringToken(i,\"Invalid escape sequence in template string\")}default:if(t>=48&&t<=55){var r=this.input.substr(this.pos-1,3).match(/^[0-7]+/)[0],n=Number.parseInt(r,8);return n>255&&(n=Number.parseInt(r=r.slice(0,-1),8)),this.pos+=r.length-1,t=this.input.charCodeAt(this.pos),(\"0\"!==r||56===t||57===t)&&(this.strict||e)&&this.invalidStringToken(this.pos-1-r.length,e?\"Octal literal in template string\":\"Octal literal in strict mode\"),String.fromCharCode(n)}return we(t)?\"\":String.fromCharCode(t)}},C.readHexChar=function(e){var t=this.pos,i=this.readInt(16,e);return null===i&&this.invalidStringToken(t,\"Bad character escape sequence\"),i},C.readWord1=function(){this.containsEsc=!1;for(var e=\"\",t=!0,i=this.pos,r=this.options.ecmaVersion>=6;this.pos<this.input.length;){var n=this.fullCharCodeAtPos();if(be(n,r))this.pos+=n<=65535?1:2;else if(92===n){this.containsEsc=!0,e+=this.input.slice(i,this.pos);var s=this.pos;117!==this.input.charCodeAt(++this.pos)&&this.invalidStringToken(this.pos,\"Expecting Unicode escape sequence \\\\uXXXX\"),++this.pos;var a=this.readCodePoint();(t?ce:be)(a,r)||this.invalidStringToken(s,\"Invalid Unicode escape\"),e+=fe(a),i=this.pos}else break;t=!1}return e+this.input.slice(i,this.pos)},C.readWord=function(){var e=this.readWord1(),t=u.name;return this.keywords.test(e)&&(t=Gt[e]),this.finishToken(t,e)};var cs=\"8.10.0\";function dn(e,t){return T.parse(e,t)}T.acorn={Parser:T,version:cs,defaultOptions:Wt,Position:Re,SourceLocation:rt,getLineInfo:Or,Node:at,TokenType:L,tokTypes:u,keywordTypes:Gt,TokContext:Z,tokContexts:R,isIdentifierChar:be,isIdentifierStart:ce,Token:Zt,isNewLine:we,lineBreak:Y,lineBreakG:Ma,nonASCIIwhitespace:Mr};var ti=globalThis.fetch,me=globalThis.WebSocket,us=globalThis.Request,mn=globalThis.Response,ge={prototype:{send:me.prototype.send},CLOSED:me.CLOSED,CLOSING:me.CLOSING,CONNECTING:me.CONNECTING,OPEN:me.OPEN},ls=20,hs=[101,204,205,304],ps=[301,302,303,307,308],ct=class extends Error{constructor(e,t){super(t.message||t.code),q(this,\"status\"),q(this,\"body\"),this.status=e,this.body=t}},ii=class{constructor(e,t){q(this,\"base\"),this.base=new URL(`./v${e}/`,t)}};function ye(e,t){let i=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(i>>16)<<16|65535&i}function fs(e,t){return e<<t|e>>>32-t}function ut(e,t,i,r,n,s){return ye(fs(ye(ye(t,e),ye(r,s)),n),i)}function D(e,t,i,r,n,s,a){return ut(t&i|~t&r,e,t,n,s,a)}function O(e,t,i,r,n,s,a){return ut(t&r|i&~r,e,t,n,s,a)}function V(e,t,i,r,n,s,a){return ut(t^i^r,e,t,n,s,a)}function F(e,t,i,r,n,s,a){return ut(i^(t|~r),e,t,n,s,a)}function ot(e,t){e[t>>5]|=128<<t%32,e[(t+64>>>9<<4)+14]=t;let i=1732584193,r=-271733879,n=-1732584194,s=271733878;for(let a=0;a<e.length;a+=16){let o=i,c=r,u=n,l=s;i=D(i,r,n,s,e[a],7,-680876936),s=D(s,i,r,n,e[a+1],12,-389564586),n=D(n,s,i,r,e[a+2],17,606105819),r=D(r,n,s,i,e[a+3],22,-1044525330),i=D(i,r,n,s,e[a+4],7,-176418897),s=D(s,i,r,n,e[a+5],12,1200080426),n=D(n,s,i,r,e[a+6],17,-1473231341),r=D(r,n,s,i,e[a+7],22,-45705983),i=D(i,r,n,s,e[a+8],7,1770035416),s=D(s,i,r,n,e[a+9],12,-1958414417),n=D(n,s,i,r,e[a+10],17,-42063),r=D(r,n,s,i,e[a+11],22,-1990404162),i=D(i,r,n,s,e[a+12],7,1804603682),s=D(s,i,r,n,e[a+13],12,-40341101),n=D(n,s,i,r,e[a+14],17,-1502002290),r=D(r,n,s,i,e[a+15],22,1236535329),i=O(i,r,n,s,e[a+1],5,-165796510),s=O(s,i,r,n,e[a+6],9,-1069501632),n=O(n,s,i,r,e[a+11],14,643717713),r=O(r,n,s,i,e[a],20,-373897302),i=O(i,r,n,s,e[a+5],5,-701558691),s=O(s,i,r,n,e[a+10],9,38016083),n=O(n,s,i,r,e[a+15],14,-660478335),r=O(r,n,s,i,e[a+4],20,-405537848),i=O(i,r,n,s,e[a+9],5,568446438),s=O(s,i,r,n,e[a+14],9,-1019803690),n=O(n,s,i,r,e[a+3],14,-187363961),r=O(r,n,s,i,e[a+8],20,1163531501),i=O(i,r,n,s,e[a+13],5,-1444681467),s=O(s,i,r,n,e[a+2],9,-51403784),n=O(n,s,i,r,e[a+7],14,1735328473),r=O(r,n,s,i,e[a+12],20,-1926607734),i=V(i,r,n,s,e[a+5],4,-378558),s=V(s,i,r,n,e[a+8],11,-2022574463),n=V(n,s,i,r,e[a+11],16,1839030562),r=V(r,n,s,i,e[a+14],23,-35309556),i=V(i,r,n,s,e[a+1],4,-1530992060),s=V(s,i,r,n,e[a+4],11,1272893353),n=V(n,s,i,r,e[a+7],16,-155497632),r=V(r,n,s,i,e[a+10],23,-1094730640),i=V(i,r,n,s,e[a+13],4,681279174),s=V(s,i,r,n,e[a],11,-358537222),n=V(n,s,i,r,e[a+3],16,-722521979),r=V(r,n,s,i,e[a+6],23,76029189),i=V(i,r,n,s,e[a+9],4,-640364487),s=V(s,i,r,n,e[a+12],11,-421815835),n=V(n,s,i,r,e[a+15],16,530742520),r=V(r,n,s,i,e[a+2],23,-995338651),i=F(i,r,n,s,e[a],6,-198630844),s=F(s,i,r,n,e[a+7],10,1126891415),n=F(n,s,i,r,e[a+14],15,-1416354905),r=F(r,n,s,i,e[a+5],21,-57434055),i=F(i,r,n,s,e[a+12],6,1700485571),s=F(s,i,r,n,e[a+3],10,-1894986606),n=F(n,s,i,r,e[a+10],15,-1051523),r=F(r,n,s,i,e[a+1],21,-2054922799),i=F(i,r,n,s,e[a+8],6,1873313359),s=F(s,i,r,n,e[a+15],10,-30611744),n=F(n,s,i,r,e[a+6],15,-1560198380),r=F(r,n,s,i,e[a+13],21,1309151649),i=F(i,r,n,s,e[a+4],6,-145523070),s=F(s,i,r,n,e[a+11],10,-1120210379),n=F(n,s,i,r,e[a+2],15,718787259),r=F(r,n,s,i,e[a+9],21,-343485551),i=ye(i,o),r=ye(r,c),n=ye(n,u),s=ye(s,l)}return[i,r,n,s]}function yn(e){let t=\"\",i=32*e.length;for(let r=0;r<i;r+=8)t+=String.fromCharCode(e[r>>5]>>>r%32&255);return t}function ri(e){let t=[],i=e.length>>2;for(let r=0;r<i;r+=1)t[r]=0;let n=8*e.length;for(let s=0;s<n;s+=8)t[s>>5]|=(255&e.charCodeAt(s/8))<<s%32;return t}function ds(e){return yn(ot(ri(e),8*e.length))}function ms(e,t){let i=ri(e),r=[],n=[];i.length>16&&(i=ot(i,8*e.length));for(let s=0;s<16;s+=1)r[s]=909522486^i[s],n[s]=1549556828^i[s];let a=ot(r.concat(ri(t)),512+8*t.length);return yn(ot(n.concat(a),640))}function gn(e){let t=\"0123456789abcdef\",i=\"\";for(let r=0;r<e.length;r+=1){let n=e.charCodeAt(r);i+=t.charAt(n>>>4&15)+t.charAt(15&n)}return i}function ni(e){return unescape(encodeURIComponent(e))}function xn(e){return ds(ni(e))}function ys(e){return gn(xn(e))}function _n(e,t){return ms(ni(e),ni(t))}function gs(e,t){return gn(_n(e,t))}function xs(e,t,i){return t?i?_n(t,e):gs(t,e):i?xn(e):ys(e)}var ei=3072;function _s(e){let t=new Headers(e);if(e.has(\"x-bare-headers\")){let i=e.get(\"x-bare-headers\");if(i.length>ei){t.delete(\"x-bare-headers\");let r=0;for(let n=0;n<i.length;n+=ei){let s=i.slice(n,n+ei),a=r++;t.set(`x-bare-headers-${a}`,`;${s}`)}}}return t}function bs(e){let t=new Headers(e),i=\"x-bare-headers\";if(e.has(`${i}-0`)){let r=[];for(let[n,s]of e){if(!n.startsWith(i))continue;if(!s.startsWith(\";\"))throw new ct(400,{code:\"INVALID_BARE_HEADER\",id:`request.headers.${n}`,message:\"Value didn't begin with semi-colon.\"});let a=Number.parseInt(n.slice(i.length+1));r[a]=s.slice(1),t.delete(n)}t.set(i,r.join(\"\"))}return t}var ai=class extends ii{constructor(e){super(3,e),q(this,\"ws\"),q(this,\"http\"),this.ws=new URL(this.base),this.http=new URL(this.base),\"https:\"===this.ws.protocol?this.ws.protocol=\"wss:\":this.ws.protocol=\"ws:\"}connect(e,t,i,r,n){let s=new me(this.ws),a=()=>{s.removeEventListener(\"close\",o),s.removeEventListener(\"message\",c)},o=()=>{a()},c=e=>{if(a(),\"string\"!=typeof e.data)throw TypeError(\"the first websocket message was not a text frame\");let t=JSON.parse(e.data);if(\"open\"!==t.type)throw TypeError(\"message was not of open type\");e.stopImmediatePropagation(),r({protocol:t.protocol,setCookies:t.setCookies}),n(ge.OPEN),s.dispatchEvent(new Event(\"open\"))};return s.addEventListener(\"close\",o),s.addEventListener(\"message\",c),s.addEventListener(\"open\",r=>{r.stopImmediatePropagation(),n(ge.CONNECTING),i().then(i=>ge.prototype.send.call(s,JSON.stringify({type:\"connect\",remote:e.toString(),protocols:t,headers:i,forwardHeaders:[]})))},{once:!0}),s}async request(e,t,i,r,n,s,a){if(r.protocol.startsWith(\"blob:\")){let o=await ti(r),c=new mn(o.body,o);return c.rawHeaders=Object.fromEntries(o.headers),c.rawResponse=o,c}let u={};if(t instanceof Headers)for(let[l,h]of t)u[l]=h;else for(let p in t)u[p]=t[p];let d={credentials:\"omit\",method:e,signal:a};\"only-if-cached\"!==n&&(d.cache=n),void 0!==i&&(d.body=i),void 0!==s&&(d.duplex=s),d.headers=this.createBareHeaders(r,u);let m=await ti(this.http+\"?cache=\"+xs(r.toString()),d),f=await this.readBareResponse(m),$=new mn(hs.includes(f.status)?void 0:m.body,{status:f.status,statusText:f.statusText??void 0,headers:new Headers(f.headers)});return $.rawHeaders=f.headers,$.rawResponse=m,$}async readBareResponse(e){if(!e.ok)throw new ct(e.status,await e.json());let t=bs(e.headers),i={},r=t.get(\"x-bare-status\");null!==r&&(i.status=Number.parseInt(r));let n=t.get(\"x-bare-status-text\");null!==n&&(i.statusText=n);let s=t.get(\"x-bare-headers\");return null!==s&&(i.headers=JSON.parse(s)),i}createBareHeaders(e,t,i=[],r=[],n=[]){let s=new Headers;for(let a of(s.set(\"x-bare-url\",e.toString()),s.set(\"x-bare-headers\",JSON.stringify(t)),i))s.append(\"x-bare-forward-headers\",a);for(let o of r)s.append(\"x-bare-pass-headers\",o);for(let c of n)s.append(\"x-bare-pass-status\",c.toString());return _s(s),s}},ws=\"!#$%&'*+-.0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ^_`abcdefghijklmnopqrstuvwxyz|~\";function vs(e){for(let t=0;t<e.length;t++){let i=e[t];if(!ws.includes(i))return!1}return!0}var Ss=[[\"v3\",ai]];async function bn(e,t){let i=await ti(e,{signal:t});if(!i.ok)throw Error(`Unable to fetch Bare meta: ${i.status} ${await i.text()}`);return await i.json()}var Es=Object.getOwnPropertyDescriptor(me.prototype,\"readyState\").get,Cs=[\"ws:\",\"wss:\"],De=class{constructor(e,t){q(this,\"manifest\"),q(this,\"client\"),q(this,\"server\"),q(this,\"working\"),q(this,\"onDemand\"),q(this,\"onDemandSignal\"),this.server=new URL(e),!t||t instanceof AbortSignal?(this.onDemand=!0,this.onDemandSignal=t):(this.onDemand=!1,this.loadManifest(t))}loadManifest(e){return this.manifest=e,this.client=this.getClient(),this.client}demand(){return this.onDemand?(this.working||(this.working=bn(this.server,this.onDemandSignal).then(e=>this.loadManifest(e)).catch(e=>{throw delete this.working,e})),this.working):this.client}getClient(){for(let[e,t]of Ss)if(this.manifest.versions.includes(e))return new t(this.server);throw Error(\"Unable to find compatible client version. Starting from v2.0.0, @tomphttp/bare-client only supports Bare servers v3+. For more information, see https://github.com/tomphttp/bare-client/\")}createWebSocket(e,t=[],i){if(!this.client)throw TypeError(\"You need to wait for the client to finish fetching the manifest before creating any WebSockets. Try caching the manifest data before making this request.\");try{e=new URL(e)}catch{throw new DOMException(`Faiiled to construct 'WebSocket': The URL '${e}' is invalid.`)}if(!Cs.includes(e.protocol))throw new DOMException(`Failed to construct 'WebSocket': The URL's scheme must be either 'ws' or 'wss'. '${e.protocol}' is not allowed.`);for(let r of(Array.isArray(t)||(t=[t]),t=t.map(String)))if(!vs(r))throw new DOMException(`Failed to construct 'WebSocket': The subprotocol '${r}' is invalid.`);let n=this.client.connect(e,t,async()=>{let t=\"function\"==typeof i.headers?await i.headers():i.headers||{},r=t instanceof Headers?Object.fromEntries(t):t;return r.Host=e.host,r.Pragma=\"no-cache\",r[\"Cache-Control\"]=\"no-cache\",r.Upgrade=\"websocket\",r.Connection=\"Upgrade\",r},e=>{s=e.protocol,i.setCookiesCallback&&i.setCookiesCallback(e.setCookies)},e=>{a=e},i.webSocketImpl||me),s=\"\",a=ge.CONNECTING,o=()=>{let e=Es.call(n);return e===ge.OPEN?a:e};i.readyStateHook?i.readyStateHook(n,o):Object.defineProperty(n,\"readyState\",{get:o,configurable:!0,enumerable:!0});let c=()=>{if(o()===ge.CONNECTING)return new DOMException(\"Failed to execute 'send' on 'WebSocket': Still in CONNECTING state.\")};i.sendErrorHook?i.sendErrorHook(n,c):n.send=function(...e){let t=c();if(t)throw t;ge.prototype.send.call(this,...e)},i.urlHook?i.urlHook(n,e):Object.defineProperty(n,\"url\",{get:()=>e.toString(),configurable:!0,enumerable:!0});let u=()=>s;return i.protocolHook?i.protocolHook(n,u):Object.defineProperty(n,\"protocol\",{get:u,configurable:!0,enumerable:!0}),n}async fetch(e,t){let i=ks(e)?new us(e,t):e,r=t?.headers||i.headers,n=r instanceof Headers?Object.fromEntries(r):r,s=t?.duplex,a=t?.body||i.body,o=new URL(i.url),c=await this.demand();for(let u=0;;u++){\"host\"in n?n.host=o.host:n.Host=o.host;let l=await c.request(i.method,n,a,o,i.cache,s,i.signal);l.finalURL=o.toString();let h=t?.redirect||i.redirect;if(!ps.includes(l.status))return l;switch(h){case\"follow\":{let p=l.headers.get(\"location\");if(ls>u&&null!==p){o=new URL(p,o);continue}throw TypeError(\"Failed to fetch\")}case\"error\":throw TypeError(\"Failed to fetch\");case\"manual\":return l}}}};function ks(e){return\"string\"==typeof e||e instanceof URL}async function wn(e,t){let i=await bn(e,t);return new De(e,i)}var Hs=Qe(vn(),1),Nn=Qe(En(),1),{stringify:Os}=JSON;if(!String.prototype.repeat)throw Error(\"String.prototype.repeat is undefined, see https://github.com/davidbonnet/astring#installation\");if(!String.prototype.endsWith)throw Error(\"String.prototype.endsWith is undefined, see https://github.com/davidbonnet/astring#installation\");var ht={\"||\":2,\"??\":3,\"&&\":4,\"|\":5,\"^\":6,\"&\":7,\"==\":8,\"!=\":8,\"===\":8,\"!==\":8,\"<\":9,\">\":9,\"<=\":9,\">=\":9,in:9,instanceof:9,\"<<\":10,\">>\":10,\">>>\":10,\"+\":11,\"-\":11,\"*\":12,\"%\":12,\"/\":12,\"**\":13},ee=17,Vs={ArrayExpression:20,TaggedTemplateExpression:20,ThisExpression:20,Identifier:20,PrivateIdentifier:20,Literal:18,TemplateLiteral:20,Super:20,SequenceExpression:20,MemberExpression:19,ChainExpression:19,CallExpression:19,NewExpression:19,ArrowFunctionExpression:ee,ClassExpression:ee,FunctionExpression:ee,ObjectExpression:ee,UpdateExpression:16,UnaryExpression:15,AwaitExpression:15,BinaryExpression:14,LogicalExpression:13,ConditionalExpression:4,AssignmentExpression:3,YieldExpression:2,RestElement:1};function Ce(e,t){let{generator:i}=e;if(e.write(\"(\"),null!=t&&t.length>0){i[t[0].type](t[0],e);let{length:r}=t;for(let n=1;n<r;n++){let s=t[n];e.write(\", \"),i[s.type](s,e)}}e.write(\")\")}function In(e,t,i,r){let n=e.expressionsPrecedence[t.type];if(n===ee)return!0;let s=e.expressionsPrecedence[i.type];return n!==s?!r&&15===n&&14===s&&\"**\"===i.operator||n<s:(13===n||14===n)&&(\"**\"===t.operator&&\"**\"===i.operator?!r:13===n&&13===s&&(\"??\"===t.operator||\"??\"===i.operator)||(r?ht[t.operator]<=ht[i.operator]:ht[t.operator]<ht[i.operator]))}function pt(e,t,i,r){let{generator:n}=e;In(e,t,i,r)?(e.write(\"(\"),n[t.type](t,e),e.write(\")\")):n[t.type](t,e)}function Fs(e,t,i,r){let n=t.split(`\n`),s=n.length-1;if(e.write(n[0].trim()),s>0){e.write(r);for(let a=1;a<s;a++)e.write(i+n[a].trim()+r);e.write(i+n[s].trim())}}function j(e,t,i,r){let{length:n}=t;for(let s=0;s<n;s++){let a=t[s];e.write(i),\"L\"===a.type[0]?e.write(\"// \"+a.value.trim()+`\n`,a):(e.write(\"/*\"),Fs(e,a.value,i,r),e.write(\"*/\"+r))}}function Bs(e){let t=e;for(;null!=t;){let{type:i}=t;if(\"C\"===i[0]&&\"a\"===i[1])return!0;if(\"M\"!==i[0]||\"e\"!==i[1]||\"m\"!==i[2])return!1;t=t.object}}function ui(e,t){let{generator:i}=e,{declarations:r}=t;e.write(t.kind+\" \");let{length:n}=r;if(n>0){i.VariableDeclarator(r[0],e);for(let s=1;s<n;s++)e.write(\", \"),i.VariableDeclarator(r[s],e)}}var Cn,kn,An,Ln,Pn,Rn,js,$s,li=class{constructor(e){let t=e??{};this.output=\"\",null!=t.output?(this.output=t.output,this.write=this.writeToStream):this.output=\"\",this.generator=null!=t.generator?t.generator:{Program(e,t){let i=t.indent.repeat(t.indentLevel),{lineEnd:r,writeComments:n}=t;n&&null!=e.comments&&j(t,e.comments,i,r);let s=e.body,{length:a}=s;for(let o=0;o<a;o++){let c=s[o];n&&null!=c.comments&&j(t,c.comments,i,r),t.write(i),this[c.type](c,t),t.write(r)}n&&null!=e.trailingComments&&j(t,e.trailingComments,i,r)},BlockStatement:Rn=function(e,t){let i=t.indent.repeat(t.indentLevel++),{lineEnd:r,writeComments:n}=t,s=i+t.indent;t.write(\"{\");let a=e.body;if(null!=a&&a.length>0){t.write(r),n&&null!=e.comments&&j(t,e.comments,s,r);let{length:o}=a;for(let c=0;c<o;c++){let u=a[c];n&&null!=u.comments&&j(t,u.comments,s,r),t.write(s),this[u.type](u,t),t.write(r)}t.write(i)}else n&&null!=e.comments&&(t.write(r),j(t,e.comments,s,r),t.write(i));n&&null!=e.trailingComments&&j(t,e.trailingComments,s,r),t.write(\"}\"),t.indentLevel--},ClassBody:Rn,StaticBlock(e,t){t.write(\"static \"),this.BlockStatement(e,t)},EmptyStatement(e,t){t.write(\";\")},ExpressionStatement(e,t){let i=t.expressionsPrecedence[e.expression.type];i===ee||3===i&&\"O\"===e.expression.left.type[0]?(t.write(\"(\"),this[e.expression.type](e.expression,t),t.write(\")\")):this[e.expression.type](e.expression,t),t.write(\";\")},IfStatement(e,t){t.write(\"if (\"),this[e.test.type](e.test,t),t.write(\") \"),this[e.consequent.type](e.consequent,t),null!=e.alternate&&(t.write(\" else \"),this[e.alternate.type](e.alternate,t))},LabeledStatement(e,t){this[e.label.type](e.label,t),t.write(\": \"),this[e.body.type](e.body,t)},BreakStatement(e,t){t.write(\"break\"),null!=e.label&&(t.write(\" \"),this[e.label.type](e.label,t)),t.write(\";\")},ContinueStatement(e,t){t.write(\"continue\"),null!=e.label&&(t.write(\" \"),this[e.label.type](e.label,t)),t.write(\";\")},WithStatement(e,t){t.write(\"with (\"),this[e.object.type](e.object,t),t.write(\") \"),this[e.body.type](e.body,t)},SwitchStatement(e,t){let i=t.indent.repeat(t.indentLevel++),{lineEnd:r,writeComments:n}=t;t.indentLevel++;let s=i+t.indent,a=s+t.indent;t.write(\"switch (\"),this[e.discriminant.type](e.discriminant,t),t.write(\") {\"+r);let{cases:o}=e,{length:c}=o;for(let u=0;u<c;u++){let l=o[u];n&&null!=l.comments&&j(t,l.comments,s,r),l.test?(t.write(s+\"case \"),this[l.test.type](l.test,t),t.write(\":\"+r)):t.write(s+\"default:\"+r);let{consequent:h}=l,{length:p}=h;for(let d=0;d<p;d++){let m=h[d];n&&null!=m.comments&&j(t,m.comments,a,r),t.write(a),this[m.type](m,t),t.write(r)}}t.indentLevel-=2,t.write(i+\"}\")},ReturnStatement(e,t){t.write(\"return\"),e.argument&&(t.write(\" \"),this[e.argument.type](e.argument,t)),t.write(\";\")},ThrowStatement(e,t){t.write(\"throw \"),this[e.argument.type](e.argument,t),t.write(\";\")},TryStatement(e,t){if(t.write(\"try \"),this[e.block.type](e.block,t),e.handler){let{handler:i}=e;null==i.param?t.write(\" catch \"):(t.write(\" catch (\"),this[i.param.type](i.param,t),t.write(\") \")),this[i.body.type](i.body,t)}e.finalizer&&(t.write(\" finally \"),this[e.finalizer.type](e.finalizer,t))},WhileStatement(e,t){t.write(\"while (\"),this[e.test.type](e.test,t),t.write(\") \"),this[e.body.type](e.body,t)},DoWhileStatement(e,t){t.write(\"do \"),this[e.body.type](e.body,t),t.write(\" while (\"),this[e.test.type](e.test,t),t.write(\");\")},ForStatement(e,t){if(t.write(\"for (\"),null!=e.init){let{init:i}=e;\"V\"===i.type[0]?ui(t,i):this[i.type](i,t)}t.write(\"; \"),e.test&&this[e.test.type](e.test,t),t.write(\"; \"),e.update&&this[e.update.type](e.update,t),t.write(\") \"),this[e.body.type](e.body,t)},ForInStatement:Cn=function(e,t){t.write(`for ${e.await?\"await \":\"\"}(`);let{left:i}=e;\"V\"===i.type[0]?ui(t,i):this[i.type](i,t),t.write(\"I\"===e.type[3]?\" in \":\" of \"),this[e.right.type](e.right,t),t.write(\") \"),this[e.body.type](e.body,t)},ForOfStatement:Cn,DebuggerStatement(e,t){t.write(\"debugger;\",e)},FunctionDeclaration:kn=function(e,t){t.write((e.async?\"async \":\"\")+(e.generator?\"function* \":\"function \")+(e.id?e.id.name:\"\"),e),Ce(t,e.params),t.write(\" \"),this[e.body.type](e.body,t)},FunctionExpression:kn,VariableDeclaration(e,t){ui(t,e),t.write(\";\")},VariableDeclarator(e,t){this[e.id.type](e.id,t),null!=e.init&&(t.write(\" = \"),this[e.init.type](e.init,t))},ClassDeclaration(e,t){if(t.write(\"class \"+(e.id?`${e.id.name} `:\"\"),e),e.superClass){t.write(\"extends \");let{superClass:i}=e,{type:r}=i,n=t.expressionsPrecedence[r];(\"C\"!==r[0]||\"l\"!==r[1]||\"E\"!==r[5])&&(n===ee||n<t.expressionsPrecedence.ClassExpression)?(t.write(\"(\"),this[e.superClass.type](i,t),t.write(\")\")):this[i.type](i,t),t.write(\" \")}this.ClassBody(e.body,t)},ImportDeclaration(e,t){t.write(\"import \");let{specifiers:i}=e,{length:r}=i,n=0;if(r>0){for(;n<r;){n>0&&t.write(\", \");let s=i[n],a=s.type[6];if(\"D\"===a)t.write(s.local.name,s),n++;else if(\"N\"===a)t.write(\"* as \"+s.local.name,s),n++;else break}if(n<r){for(t.write(\"{\");;){let o=i[n],{name:c}=o.imported;if(t.write(c,o),c!==o.local.name&&t.write(\" as \"+o.local.name),++n<r)t.write(\", \");else break}t.write(\"}\")}t.write(\" from \")}this.Literal(e.source,t),t.write(\";\")},ImportExpression(e,t){t.write(\"import(\"),this[e.source.type](e.source,t),t.write(\")\")},ExportDefaultDeclaration(e,t){t.write(\"export default \"),this[e.declaration.type](e.declaration,t),null!=t.expressionsPrecedence[e.declaration.type]&&\"F\"!==e.declaration.type[0]&&t.write(\";\")},ExportNamedDeclaration(e,t){if(t.write(\"export \"),e.declaration)this[e.declaration.type](e.declaration,t);else{t.write(\"{\");let{specifiers:i}=e,{length:r}=i;if(r>0)for(let n=0;;){let s=i[n],{name:a}=s.local;if(t.write(a,s),a!==s.exported.name&&t.write(\" as \"+s.exported.name),++n<r)t.write(\", \");else break}t.write(\"}\"),e.source&&(t.write(\" from \"),this.Literal(e.source,t)),t.write(\";\")}},ExportAllDeclaration(e,t){null!=e.exported?t.write(\"export * as \"+e.exported.name+\" from \"):t.write(\"export * from \"),this.Literal(e.source,t),t.write(\";\")},MethodDefinition(e,t){e.static&&t.write(\"static \");let i=e.kind[0];(\"g\"===i||\"s\"===i)&&t.write(e.kind+\" \"),e.value.async&&t.write(\"async \"),e.value.generator&&t.write(\"*\"),e.computed?(t.write(\"[\"),this[e.key.type](e.key,t),t.write(\"]\")):this[e.key.type](e.key,t),Ce(t,e.value.params),t.write(\" \"),this[e.value.body.type](e.value.body,t)},ClassExpression(e,t){this.ClassDeclaration(e,t)},ArrowFunctionExpression(e,t){t.write(e.async?\"async \":\"\",e);let{params:i}=e;null!=i&&(1===i.length&&\"I\"===i[0].type[0]?t.write(i[0].name,i[0]):Ce(t,e.params)),t.write(\" => \"),\"O\"===e.body.type[0]?(t.write(\"(\"),this.ObjectExpression(e.body,t),t.write(\")\")):this[e.body.type](e.body,t)},ThisExpression(e,t){t.write(\"this\",e)},Super(e,t){t.write(\"super\",e)},RestElement:An=function(e,t){t.write(\"...\"),this[e.argument.type](e.argument,t)},SpreadElement:An,YieldExpression(e,t){t.write(e.delegate?\"yield*\":\"yield\"),e.argument&&(t.write(\" \"),this[e.argument.type](e.argument,t))},AwaitExpression(e,t){t.write(\"await \",e),pt(t,e.argument,e)},TemplateLiteral(e,t){let{quasis:i,expressions:r}=e;t.write(\"`\");let{length:n}=r;for(let s=0;s<n;s++){let a=r[s],o=i[s];t.write(o.value.raw,o),t.write(\"${\"),this[a.type](a,t),t.write(\"}\")}let c=i[i.length-1];t.write(c.value.raw,c),t.write(\"`\")},TemplateElement(e,t){t.write(e.value.raw,e)},TaggedTemplateExpression(e,t){pt(t,e.tag,e),this[e.quasi.type](e.quasi,t)},ArrayExpression:Pn=function(e,t){if(t.write(\"[\"),e.elements.length>0){let{elements:i}=e,{length:r}=i;for(let n=0;;){let s=i[n];if(null!=s&&this[s.type](s,t),++n<r)t.write(\", \");else{null==s&&t.write(\", \");break}}}t.write(\"]\")},ArrayPattern:Pn,ObjectExpression(e,t){let i=t.indent.repeat(t.indentLevel++),{lineEnd:r,writeComments:n}=t,s=i+t.indent;if(t.write(\"{\"),e.properties.length>0){t.write(r),n&&null!=e.comments&&j(t,e.comments,s,r);let a=\",\"+r,{properties:o}=e,{length:c}=o;for(let u=0;;){let l=o[u];if(n&&null!=l.comments&&j(t,l.comments,s,r),t.write(s),this[l.type](l,t),++u<c)t.write(a);else break}t.write(r),n&&null!=e.trailingComments&&j(t,e.trailingComments,s,r),t.write(i+\"}\")}else n?null!=e.comments?(t.write(r),j(t,e.comments,s,r),null!=e.trailingComments&&j(t,e.trailingComments,s,r),t.write(i+\"}\")):null!=e.trailingComments?(t.write(r),j(t,e.trailingComments,s,r),t.write(i+\"}\")):t.write(\"}\"):t.write(\"}\");t.indentLevel--},Property(e,t){e.method||\"i\"!==e.kind[0]?this.MethodDefinition(e,t):(e.shorthand||(e.computed?(t.write(\"[\"),this[e.key.type](e.key,t),t.write(\"]\")):this[e.key.type](e.key,t),t.write(\": \")),this[e.value.type](e.value,t))},PropertyDefinition(e,t){if(e.static&&t.write(\"static \"),e.computed&&t.write(\"[\"),this[e.key.type](e.key,t),e.computed&&t.write(\"]\"),null==e.value){\"F\"!==e.key.type[0]&&t.write(\";\");return}t.write(\" = \"),this[e.value.type](e.value,t),t.write(\";\")},ObjectPattern(e,t){if(t.write(\"{\"),e.properties.length>0){let{properties:i}=e,{length:r}=i;for(let n=0;this[i[n].type](i[n],t),++n<r;)t.write(\", \")}t.write(\"}\")},SequenceExpression(e,t){Ce(t,e.expressions)},UnaryExpression(e,t){if(e.prefix){let{operator:i,argument:r,argument:{type:n}}=e;t.write(i);let s=In(t,r,e);!s&&(i.length>1||\"U\"===n[0]&&(\"n\"===n[1]||\"p\"===n[1])&&r.prefix&&r.operator[0]===i&&(\"+\"===i||\"-\"===i))&&t.write(\" \"),s?(t.write(i.length>1?\" (\":\"(\"),this[n](r,t),t.write(\")\")):this[n](r,t)}else this[e.argument.type](e.argument,t),t.write(e.operator)},UpdateExpression(e,t){e.prefix?(t.write(e.operator),this[e.argument.type](e.argument,t)):(this[e.argument.type](e.argument,t),t.write(e.operator))},AssignmentExpression(e,t){this[e.left.type](e.left,t),t.write(\" \"+e.operator+\" \"),this[e.right.type](e.right,t)},AssignmentPattern(e,t){this[e.left.type](e.left,t),t.write(\" = \"),this[e.right.type](e.right,t)},BinaryExpression:Ln=(e,t)=>{let i=\"in\"===e.operator;i&&t.write(\"(\"),pt(t,e.left,e,!1),t.write(\" \"+e.operator+\" \"),pt(t,e.right,e,!0),i&&t.write(\")\")},LogicalExpression:Ln,ConditionalExpression(e,t){let{test:i}=e,r=t.expressionsPrecedence[i.type];r===ee||r<=t.expressionsPrecedence.ConditionalExpression?(t.write(\"(\"),this[i.type](i,t),t.write(\")\")):this[i.type](i,t),t.write(\" ? \"),this[e.consequent.type](e.consequent,t),t.write(\" : \"),this[e.alternate.type](e.alternate,t)},NewExpression(e,t){t.write(\"new \");let i=t.expressionsPrecedence[e.callee.type];i===ee||i<t.expressionsPrecedence.CallExpression||Bs(e.callee)?(t.write(\"(\"),this[e.callee.type](e.callee,t),t.write(\")\")):this[e.callee.type](e.callee,t),Ce(t,e.arguments)},CallExpression(e,t){let i=t.expressionsPrecedence[e.callee.type];i===ee||i<t.expressionsPrecedence.CallExpression?(t.write(\"(\"),this[e.callee.type](e.callee,t),t.write(\")\")):this[e.callee.type](e.callee,t),e.optional&&t.write(\"?.\"),Ce(t,e.arguments)},ChainExpression(e,t){this[e.expression.type](e.expression,t)},MemberExpression(e,t){let i=t.expressionsPrecedence[e.object.type];i===ee||i<t.expressionsPrecedence.MemberExpression?(t.write(\"(\"),this[e.object.type](e.object,t),t.write(\")\")):this[e.object.type](e.object,t),e.computed?(e.optional&&t.write(\"?.\"),t.write(\"[\"),this[e.property.type](e.property,t),t.write(\"]\")):(e.optional?t.write(\"?.\"):t.write(\".\"),this[e.property.type](e.property,t))},MetaProperty(e,t){t.write(e.meta.name+\".\"+e.property.name,e)},Identifier(e,t){t.write(e.name,e)},PrivateIdentifier(e,t){t.write(`#${e.name}`,e)},Literal(e,t){null!=e.raw?t.write(e.raw,e):null!=e.regex?this.RegExpLiteral(e,t):null!=e.bigint?t.write(e.bigint+\"n\",e):t.write(Os(e.value),e)},RegExpLiteral(e,t){let{regex:i}=e;t.write(`/${i.pattern}/${i.flags}`,e)}},this.expressionsPrecedence=null!=t.expressionsPrecedence?t.expressionsPrecedence:Vs,this.indent=null!=t.indent?t.indent:\"  \",this.lineEnd=null!=t.lineEnd?t.lineEnd:`\n`,this.indentLevel=null!=t.startingIndentLevel?t.startingIndentLevel:0,this.writeComments=!!t.comments&&t.comments,null!=t.sourceMap&&(this.write=null==t.output?this.writeAndMap:this.writeToStreamAndMap,this.sourceMap=t.sourceMap,this.line=1,this.column=0,this.lineEndSize=this.lineEnd.split(`\n`).length-1,this.mapping={original:null,generated:this,name:void 0,source:t.sourceMap.file||t.sourceMap._file})}write(e){this.output+=e}writeToStream(e){this.output.write(e)}writeAndMap(e,t){this.output+=e,this.map(e,t)}writeToStreamAndMap(e,t){this.output.write(e),this.map(e,t)}map(e,t){if(null!=t){let{type:i}=t;if(\"L\"===i[0]&&\"n\"===i[2]){this.column=0,this.line++;return}if(null!=t.loc){let{mapping:r}=this;r.original=t.loc.start,r.name=t.name,this.sourceMap.addMapping(r)}if(\"T\"===i[0]&&\"E\"===i[8]||\"L\"===i[0]&&\"i\"===i[1]&&\"string\"==typeof t.value){let{length:n}=e,{column:s,line:a}=this;for(let o=0;o<n;o++)e[o]===`\n`?(s=0,a++):s++;this.column=s,this.line=a;return}}let{length:c}=e,{lineEnd:u}=this;c>0&&(this.lineEndSize>0&&(1===u.length?e[c-1]===u:e.endsWith(u))?(this.line+=this.lineEndSize,this.column=0):this.column+=c)}toString(){return this.output}};function Tn(e,t){let i=new li(t);return i.generator[e.type](e,i),i.output}var hi,Mn=class{constructor(e){this.mime=br,this.idb=Je,this.path=Us,this.acorn={parse:dn},this.bare={createBareClient:wn,BareClient:De},this.base64={encode:btoa,decode:atob},this.estree={generate:Tn},this.cookie=Hs,this.setCookieParser=Nn.parse,this.ctx=e}};function pi(e,t,i,r,n=\"\",s=!1,a=\"\"){if(self.__dynamic$config)var o=\"development\"==self.__dynamic$config.mode;else var o=!1;if(s){var c=[{nodeName:\"script\",tagName:\"script\",namespaceURI:\"http://www.w3.org/1999/xhtml\",childNodes:[],attrs:[{name:\"src\",value:e+(o?\"?\"+Math.floor(89999*Math.random()+1e4):\"\")},]},{nodeName:\"script\",tagName:\"script\",namespaceURI:\"http://www.w3.org/1999/xhtml\",childNodes:[],attrs:[{name:\"src\",value:t+(o?\"?\"+Math.floor(89999*Math.random()+1e4):\"\")},]},];return this.ctx.config.assets.files.inject&&c.unshift({nodeName:\"script\",tagName:\"script\",namespaceURI:\"http://www.w3.org/1999/xhtml\",childNodes:[],attrs:[{name:\"src\",value:this.ctx.config.assets.files.inject+(o?\"?\"+Math.floor(89999*Math.random()+1e4):\"\")},]}),r&&c.unshift({nodeName:\"script\",tagName:\"script\",namespaceURI:\"http://www.w3.org/1999/xhtml\",childNodes:[],attrs:[{name:\"src\",value:\"data:application/javascript;base64,\"+btoa(`self.__dynamic$cookies = atob(\"${btoa(r)}\");document.currentScript?.remove();`)},]}),n&&c.unshift({nodeName:\"script\",tagName:\"script\",namespaceURI:\"http://www.w3.org/1999/xhtml\",childNodes:[],attrs:[{name:\"src\",value:\"data:application/javascript;base64,\"+btoa(n+\";document.currentScript?.remove();\")},]}),a&&c.unshift({nodeName:\"script\",tagName:\"script\",namespaceURI:\"http://www.w3.org/1999/xhtml\",childNodes:[],attrs:[{name:\"src\",value:\"data:application/javascript;base64,\"+btoa(a+\";document.currentScript?.remove();\")},]}),c}var u=[`<script src=\"${t+(o?\"?\"+Math.floor(89999*Math.random()+1e4):\"\")}\"></script>`,`<script src=\"${e+(o?\"?\"+Math.floor(89999*Math.random()+1e4):\"\")}\"></script>`,];return this.ctx.config.assets.files.inject&&u.unshift(`<script src=\"${this.ctx.config.assets.files.inject+(o?\"?\"+Math.floor(89999*Math.random()+1e4):\"\")}\"></script>`),r&&u.unshift(`<script src=\"${\"data:application/javascript;base64,\"+btoa(`self.__dynamic$cookies = atob(\"${btoa(r)}\");document.currentScript?.remove();`)}\"></script>`),n&&u.unshift(`<script src=\"${\"data:application/javascript;base64,\"+btoa(n+\";document.currentScript?.remove();\")}\"></script>`),a&&u.unshift(`<script src=\"${\"data:application/javascript;base64,\"+btoa(a+\";document.currentScript?.remove();\")}\"></script>`),u}var Ve=class{constructor(e){this.generateHead=pi,this.config=[{elements:\"all\",tags:[\"style\"],action:\"css\"},{elements:[\"script\",\"iframe\",\"embed\",\"input\",\"track\",\"media\",\"source\",\"img\",\"a\",\"link\",\"area\",\"form\",\"object\",],tags:[\"src\",\"href\",\"action\",\"data\"],action:\"url\"},{elements:[\"source\",\"img\"],tags:[\"srcset\"],action:\"srcset\"},{elements:[\"script\",\"link\"],tags:[\"integrity\"],action:\"rewrite\",new:\"nointegrity\"},{elements:[\"script\",\"link\"],tags:[\"nonce\"],action:\"rewrite\",new:\"nononce\"},{elements:[\"meta\"],tags:[\"http-equiv\"],action:\"http-equiv\"},{elements:[\"iframe\"],tags:[\"srcdoc\"],action:\"html\"},{elements:[\"link\"],tags:[\"imagesrcset\"],action:\"srcset\"},{elements:\"all\",tags:[\"onclick\"],action:\"js\"},],this.ctx=e.ctx}generateRedirect(e){return`\n<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"${e}\">here</A>.\n</BODY></HTML>\n    `}iterate(e,t){!function i(r=e){for(var n=0;n<r.childNodes.length;n++)t(r.childNodes[n]),r.childNodes[n].childNodes&&r.childNodes[n].childNodes.length&&i(r.childNodes[n])}(e)}rewrite(e,t,i=[]){return Array.isArray(e)&&(e=e[0]),e&&((e=e.toString()).match(/<\\!DOCTYPE[^>]*>/gi)||(e=\"<!DOCTYPE html>\"+e),e.replace(/(<!DOCTYPE html>|<html(.*?)>)/im,`$1${i.join(\"\")}\n`).replace(/<(script|link)\\b[^>]*>/g,(e,t)=>e.replace(/\\snonce\\s*=\\s*\"[^\"]*\"/,e=>e.replace(\"nonce\",\"nononce\")).replace(/\\sintegrity\\s*=\\s*\"[^\"]*\"/,e=>e.replace(\"integrity\",\"nointegrity\"))))}},Fe=class{constructor(e){this.ctx=e.ctx}rewrite(e,t,i={}){return e&&e.toString().replace(/(?:@import\\s?|url\\(?)['\"]?(.*?)['\")]/gim,(...e)=>{try{return e[0].replace(e[3],this.ctx.url.encode(e[3],t))}catch{return e[0]}})}};function fi(e,t){\"object\"==typeof e&&t&&function e(t,i,r){if(!(\"object\"!=typeof t||!r)){for(let n in t.parent=i,r(t,i,r),t)\"parent\"!==n&&(Array.isArray(t[n])?t[n].forEach(i=>{i&&e(i,t,r)}):t[n]&&e(t[n],t,r));\"function\"==typeof t.iterateEnd&&t.iterateEnd()}}(e,null,t)}function di(e,t={},i,r){var n=this.ctx.modules.acorn.parse(e.toString(),{sourceType:t.module?\"module\":\"script\",allowImportExportEverywhere:!0,allowAwaitOutsideFunction:!0,allowReturnOutsideFunction:!0,ecmaVersion:\"latest\",preserveParens:!1,loose:!0,allowReserved:!0});return this.iterate(n,(e,n=null)=>{this.emit(e,e.type,n,i,r,t)}),e=this.ctx.modules.estree.generate(n)}function mi(e,t={}){if(\"string\"!=typeof e.name)return!1;if(!0!==e.__dynamic){if(![\"parent\",\"top\",\"postMessage\",\"opener\",\"window\",\"self\",\"globalThis\",\"parent\",\"location\",].includes(e.name))return!1;if(!(\"CallExpression\"==t.type&&t.callee==e)&&!(\"MemberExpression\"==t.type&&t.object!==e&&![\"document\",\"window\",\"self\",\"globalThis\"].includes(t.object.name))&&\"FunctionDeclaration\"!=t.type&&\"VariableDeclaration\"!=t.type&&!(\"VariableDeclarator\"==t.type&&t.id==e)&&\"LabeledStatement\"!=t.type&&!(\"Property\"==t.type&&t.key==e)&&!(\"ArrowFunctionExpression\"==t.type&&t.params.includes(e))&&!(\"FunctionExpression\"==t.type&&t.params.includes(e))&&!(\"FunctionExpression\"==t.type&&t.id==e)&&!(\"CatchClause\"==t.type&&t.param==e)&&\"ContinueStatement\"!=t.type&&\"BreakStatement\"!=t.type&&!(\"AssignmentExpression\"==t.type&&t.left==e)&&\"UpdateExpression\"!=t.type&&\"UpdateExpression\"!=t.type&&!(\"ForInStatement\"==t.type&&t.left==e)&&!(\"MethodDefinition\"==t.type&&t.key==e)&&!(\"AssignmentPattern\"==t.type&&t.left==e)&&\"NewExpression\"!=t.type&&t?.parent?.type!=\"NewExpression\"&&!(\"UnaryExpression\"==t.type&&t.argument==e)&&!(\"Property\"==t.type&&!0==t.shorthand&&t.value==e)){if(\"__dynamic\"==e.name)return e.name=\"undefined\";if(\"eval\"==e.name&&t.right!==e)return e.name=\"__dynamic$eval\";e.name=`dg$(${e.name})`}}}function ke(e,t={}){Object.entries({type:\"CallExpression\",callee:{type:\"MemberExpression\",object:{type:\"Identifier\",name:\"self\"},property:{type:\"Identifier\",name:\"__dynamic$message\"}},arguments:[e.object||e,{type:\"Identifier\",name:\"self\",__dynamic:!0},]}).forEach(([t,i])=>e[t]=i)}function yi(e,t={},i={}){if(e.object.name+=\"\",\"AssignmentExpression\"!==t.type&&t.left!==e){if(\"postMessage\"==e.property.value&&\"CallExpression\"==t.type&&t.callee==e||\"postMessage\"==e.object.value&&\"CallExpression\"==t.type&&t.callee==e)return ke(e,t);if((\"postMessage\"==e.property.name||\"postMessage\"==e.object.name)&&\"Super\"!==e.object.type){var r=e.object?.name;e.type=\"CallExpression\",e.callee={type:\"Identifier\",name:\"__dynamic$message\"},e.arguments=[{type:\"Identifier\",name:r},{type:\"Identifier\",name:\"self\",__dynamic:!0},],\"CallExpression\"==t.type&&(t.arguments=t.arguments);return}}if(\"eval\"==e.property.name&&(e.property.name=\"__dynamic$eval\"),\"eval\"==e.object.name&&(e.object.name=\"__dynamic$eval\"),\"worker\"!==i.destination&&(\"window\"==e.property.name&&\"top\"!=e.object.name&&(\"self\"==e.object.name||\"globalThis\"==e.object.name)&&\"NewExpression\"!==t.type&&(\"CallExpression\"!==t.type||\"CallExpression\"==t.type&&e!==t.callee)&&(e.property.name=\"__dynamic$window\"),\"top\"==e.object.name&&\"NewExpression\"!==t.type&&(\"CallExpression\"!==t.type||\"CallExpression\"==t.type&&e!==t.callee)&&(e.object.name=\"top.__dynamic$window\"),\"top\"==e.property.name&&(\"self\"==e.object.name||\"globalThis\"==e.object.name)&&\"NewExpression\"!==t.type&&(\"CallExpression\"!==t.type||\"CallExpression\"==t.type&&e!==t.callee)&&(e.property.name=\"top.__dynamic$window\"),\"NewExpression\"!==t.type&&(\"CallExpression\"!==t.type||\"CallExpression\"==t.type&&e!==t.callee)&&(\"window\"==e.object.name&&(e.object={type:\"CallExpression\",callee:{type:\"Identifier\",name:\"dg$\"},arguments:[e.object],__dynamic:!0}),\"parent\"==e.object.name&&(e.object={type:\"CallExpression\",callee:{type:\"Identifier\",name:\"dg$\"},arguments:[e.object],__dynamic:!0}),\"__dynamic\"==e.property.name&&(e.property.name=\"undefined\"),\"self\"==e.object.name&&(e.object={type:\"CallExpression\",callee:{type:\"Identifier\",name:\"dg$\"},arguments:[e.object],__dynamic:!0}),\"document\"==e.object.name&&(e.object={type:\"CallExpression\",callee:{type:\"Identifier\",name:\"dg$\"},arguments:[e.object],__dynamic:!0}),\"globalThis\"==e.object.name&&(e.object={type:\"CallExpression\",callee:{type:\"Identifier\",name:\"dg$\"},arguments:[e.object],__dynamic:!0})),\"location\"==e.object.name&&(e.object={type:\"CallExpression\",callee:{type:\"Identifier\",name:\"dg$\"},arguments:[e.object],__dynamic:!0}),\"location\"==e.property.name&&\"BinaryExpression\"!==t.type&&\"AssignmentExpression\"!==t.type)){e.property.__dynamic=!0,e.__dynamic=!0;let n=Object.assign({},e);e.type=\"CallExpression\",e.callee={type:\"Identifier\",name:\"dg$\",__dynamic:!0},e.arguments=[n],e.__dynamic=!0}e.computed&&\"worker\"!==i.destination&&(e.property={type:\"CallExpression\",callee:{type:\"Identifier\",name:\"dp$\"},arguments:[e.property],__dynamic:!0})}function gi(e,t={}){if(!(e.value instanceof String)||(\"__dynamic\"==e.value&&(e.value=\"undefined\"),![\"location\",\"parent\",\"top\",\"postMessage\"].includes(e.value)))return!1;\"postMessage\"==e.value&&\"AssignmentExpression\"!=t.type&&t.left!=e&&ke(e,t),\"location\"==e.value&&(e.value=\"__dynamic$location\"),\"__dynamic\"==e.value&&(e.value=\"undefined\"),\"eval\"==e.value&&(e.value=\"__dynamic$eval\")}function ft(e,t={}){e.__dynamic||e.arguments.length&&(e.arguments=[{type:\"CallExpression\",callee:{type:\"Identifier\",name:\"__dynamic$wrapEval\",__dynamic:!0},arguments:e.arguments,__dynamic:!0},],e.__dynamic=!0)}function xi(e,t={}){if(!(\"AssignmentExpression\"==t.type&&t.left==e)){if(\"Identifier\"==e.callee.type){if(\"postMessage\"==e.callee.name){e.callee.type=\"CallExpression\",e.callee.callee={type:\"Identifier\",name:\"__dynamic$message\"},e.callee.arguments=[{type:\"Identifier\",name:\"undefined\"},{type:\"Identifier\",name:\"self\",__dynamic:!0},];return}\"eval\"==e.callee.name&&ft(e)}if(\"MemberExpression\"==e.callee.type){if(\"postMessage\"==e.callee.property.name&&\"Super\"!==e.callee.object.type){let i=e.callee.object;e.callee.type=\"CallExpression\",e.callee.callee={type:\"Identifier\",name:\"__dynamic$message\"},e.callee.arguments=[i,{type:\"Identifier\",name:\"self\",__dynamic:!0},];return}\"eval\"==e.callee.object.name&&ft(e)}e.arguments.length>0&&e.arguments.length}}function _i(e,t={}){if(\"Identifier\"==e.left.type&&!0!==e.left.__dynamic&&\"location\"==e.left.name){var i=structuredClone(e.left),r=structuredClone(e.right);e.right.type=\"CallExpression\",e.right.callee={type:\"Identifier\",name:\"ds$\"},e.right.arguments=[i,r]}}function bi(e,t={}){\"ObjectPattern\"!=e.parent.type&&e.parent?.parent?.type!=\"AssignmentExpression\"&&(e.shorthand=!1)}function wi(e,t={},i={},r={}){if(\"Literal\"==e.type&&(\"ImportDeclaration\"==t.type||\"ExportNamedDeclaration\"==t.type||\"ExportAllDeclaration\"==t.type)){var n=e.value+\"\";e.value=i.url.encode(e.value,r.meta),e.raw=e.raw.replace(n,e.value),e.__dynamic=!0}\"ImportExpression\"==e.type&&(e.source={type:\"CallExpression\",callee:{type:\"Identifier\",name:\"__dynamic$import\"},arguments:[e.source,{type:\"Literal\",__dynamic:!0,value:i.meta.href},]},e.__dynamic=!0)}function vi(e,t={}){if(\"Identifier\"!==e.id.type)return!1;!0!==e.id.__dynamic&&e.id.name}function Ws(e,t,i={},r={},n={},s={}){if(!e.__dynamic){switch(t){case\"Identifier\":mi(e,i);break;case\"MemberExpression\":yi(e,i,s);break;case\"Literal\":gi(e,i);break;case\"CallExpression\":xi(e,i);break;case\"AssignmentExpression\":_i(e,i);break;case\"ThisExpression\":case\"CatchClause\":break;case\"Property\":bi(e,i);break;case\"VariableDeclarator\":vi(e,i)}wi(e,i,r,n)}}var Dn,Be,$e,On,Si,Vn=class{constructor(e){this.ctx=e,this.html=new Ve(this),this.srcset={encode:(e,t)=>e&&e.toString()?e.split(\", \").map(e=>e.split(\" \").map((e,i)=>0==i?t.url.encode(e,t.baseURL||t.meta):e).join(\" \")).join(\", \"):e,decode:e=>e},this.js=new class{constructor(e){this.iterate=fi,this.process=di,this.emit=Ws,this.ctx=e.ctx}rewrite(e,t={},i=!0,r={}){if(!e||e instanceof Object||(e=e.toString()).includes(\"/* dynamic.js */\"))return e;e=`/* dynamic.js */ \n\n${e}`;try{try{e=this.process(e,t,{module:!0,...this.ctx},r)}catch{e=this.process(e,t,{module:!1,...this.ctx},r)}}catch{}return i&&(e=`\n      if (typeof self !== undefined && typeof self.importScripts == 'function' && typeof self.__dynamic == 'undefined') importScripts('/assets/history/config.js?v=2025-04-15', '/assets/history/handler.js?v=2025-04-15'+Math.floor(Math.random()*(99999-10000)+10000));\n\n      ${e}`),e}}(this),this.css=new Fe(this),this.man=new class{constructor(e){this.config={rewrite:[[\"icons\",\"urlit\"],[\"name\",\" - Dynamic\"],[\"start_url\",\"url\"],[\"scope\",\"url\"],[\"short_name\",\" - Dynamic\"],[\"shortcuts\",\"urlev\"],],delete:[\"serviceworker\"]},this.ctx=e.ctx}rewrite(e,t){let i=JSON.parse(e);for(let r in this.config)if(\"rewrite\"==r)for(var[n,s]of this.config[r]){if(\"urlit\"==s&&i[n]){for(var a=0;a<i[n].length;a++)i[n][a].src=this.ctx.url.encode(i[n][a].src,t);continue}if(\"urlev\"==s&&i[n]){for(var a=0;a<i[n].length;a++)i[n][a].url=this.ctx.url.encode(i[n][a].url,t);continue}if(\"url\"==s&&i[n]){i[n]=this.ctx.url.encode(i[n],t);continue}\"url\"==s||\"urlit\"==s||\"urlev\"==s||(i[n]=i[n]+s)}else if(\"delete\"==r)for(var n of this.config[r])i[n]&&delete i[n];return JSON.stringify(i)}}(this)}};async function Fn(e){var t;if(\"GET\"===e.method){var i=new URL(e.url);t=i.searchParams.get(\"url\")}else{if(\"POST\"!==e.method)return new Response(\"Error: Invalid method\",{status:405});if(null===(t=(await e.formData()).get(\"url\"))){var i=new URL(e.url);t=i.searchParams.get(\"url\")}if(!t)return new Response(\"Error: Invalid or Unfound url\",{status:400})}return new Response(\"\",{status:301,headers:{location:location.origin+this.ctx.config.prefix+this.ctx.encoding.encode(t)}})}function Bn({url:e}){return!e.toString().substr(location.origin.length,(this.ctx.config.prefix+\"route\").length).startsWith(this.ctx.config.prefix+\"route\")}function Ei({url:e}){return!e.toString().substr(location.origin.length,this.ctx.config.prefix.length).startsWith(this.ctx.config.prefix)}async function Ci(e,t,i){for(let r in e){if(-1!==this.ctx.headers.csp.indexOf(r.toLowerCase())&&delete e[r],\"location\"==r.toLowerCase()){e[r]=this.ctx.url.encode(e[r],t);continue}if(\"set-cookie\"===r.toLowerCase()){for await(var n of(Array.isArray(e[r])?e[r]=e[r].map(e=>this.ctx.modules.setCookieParser(e,{decodeValues:!1})[0]):e[r]=this.ctx.modules.setCookieParser(e[r],{decodeValues:!1}),e[r]))await i.set(t.host,this.ctx.modules.cookie.serialize(n.name,n.value,{...n,encode:e=>e}));delete e[r];continue}}return new Headers(e)}function ki(e,t,i,r){let{referrer:n}=i;if([\"origin\",\"Origin\",\"host\",\"Host\",\"referer\",\"Referer\"].forEach(t=>{e[t]&&delete e[t]}),e.Origin=`${t.protocol}//${t.host}${t.port?\":\"+t.port:\"\"}`,e.Host=t.host+(t.port?\":\"+t.port:\"\"),e.Referer=t.href,\"strict-origin-when-cross-origin\"==i.referrerPolicy&&(e.Referer=`${t.protocol}//${t.host}/`),\"origin\"==i.referrerPolicy&&t.origin&&(n=t.origin+\"/\"),r){switch(i.credentials){case\"omit\":break;case\"same-origin\":i.client&&t.origin==i.client.__dynamic$location.origin&&(e.Cookie=r),i.client||(e.Cookie=r);break;case\"include\":e.Cookie=r}e.Cookie=r}if(n&&n!=location.origin+\"/\")try{e.Referer=this.ctx.url.decode(n),\"strict-origin-when-cross-origin\"==i.referrerPolicy&&(e.Referer=new URL(this.ctx.url.decode(n)).origin),e.Origin=new URL(this.ctx.url.decode(n)).origin}catch{}return i.client&&(e.Origin=i.client.__dynamic$location.origin,e.Referer=i.client.__dynamic$location.href,\"strict-origin-when-cross-origin\"==i.referrerPolicy&&(e.Referer=i.client.__dynamic$location.origin)),this.ctx.config.tab&&this.ctx.config.tab.ua&&(delete e[\"user-agent\"],delete e[\"User-Agent\"],e[\"user-agent\"]=this.ctx.config.tab.ua),e[\"sec-fetch-dest\"]=i.destination||\"empty\",e[\"sec-fetch-mode\"]=i.mode||\"cors\",e[\"sec-fetch-site\"]=i.client?i.client.__dynamic$location.origin==t.origin?i.client.__dynamic$location.port==t.port?\"same-origin\":\"same-site\":\"cross-origin\":\"none\",\"navigate\"==i.mode&&(e[\"sec-fetch-site\"]=\"same-origin\"),e[\"sec-fetch-user\"]=\"?1\",new Headers(e)}function Ai(e){return Object.assign(Object.create(Object.getPrototypeOf(e)),e)}function Li(e){try{if(new new Proxy(e,{construct:()=>({})}),!Object.getOwnPropertyNames(e).includes(\"arguments\"))throw Error(\"\");return!0}catch{return!1}}function Pi(e){return e.url.toString().substr(location.origin.length,e.url.toString().length).startsWith(self.__dynamic$config.assets.prefix)}async function Ri(e){let t;if(\"development\"!==self.__dynamic$config.mode){var i=await caches.open(\"__dynamic$files\");t=i&&await i.match(e.url)||await fetch(e)}else t=await fetch(e);let r=await t.blob();return(e.url.startsWith(location.origin+\"/assets/history/config.js?v=2025-04-15\")||e.url.startsWith(location.origin+\"/assets/history/client.js?v=2025-04-15\"))&&(r=new Blob([`${await r.text()}\nself.document?.currentScript?.remove();`,],{type:\"application/javascript\"})),new Response(r,{headers:t.headers,status:t.status,statusText:t.statusText})}async function Ii(e,t){}var je=class{constructor(e){this.rawHeaders={},this.headers=new Headers({}),this.status=200,this.statusText=\"OK\",this.body=e}async blob(){return this.body}async text(){return await this.body.text()}};function Ti(e){var t=this.ctx.encoding;return t=\"object\"==typeof this.ctx.config.encoding?{...t,...this.ctx.encoding}:{...this.ctx.encoding[this.ctx.config.encoding]},this.ctx.encoding={...this.ctx.encoding,...t},this.ctx.encoding}function Ni(e,t,i){if(!e.url.startsWith(\"http\"))return e.url;let r=e.url.toString();return e.url.startsWith(location.origin)&&(r=r.substr(self.location.origin.length)),r=new URL(r,new URL(t.__dynamic$location.href)).href,this.ctx.url.encode(r,i)}var Mi,$n=class{constructor(e){this.route=Fn,this.routePath=Bn,this.path=Ei,this.resHeader=Ci,this.reqHeader=ki,this.clone=Ai,this.class=Li,this.file=Pi,this.edit=Ri,this.error=Ii,this.encode=Ti,this.rewritePath=Ni,this.about=je,this.ctx=e}};function Di(e,t){if(!e)return e;if((e=new String(e).toString()).startsWith(\"about:blank\"))return location.origin+this.ctx.config.prefix+e;if(!e.match(this.ctx.regex.ProtocolRegex)&&e.match(/^([a-zA-Z0-9\\-]+)\\:\\/\\//g)||e.startsWith(\"chrome-extension://\"))return e;if(e.startsWith(\"javascript:\")&&!e.startsWith(\"javascript:__dynamic$eval\")){let i=new URL(e);return`javascript:__dynamic$eval(${JSON.stringify(i.pathname)})`}if(e.match(this.ctx.regex.WeirdRegex)){var r=this.ctx.regex.WeirdRegex.exec(e);r&&(e=r[2])}if(e.startsWith(location.origin+this.ctx.config.prefix)||e.startsWith(this.ctx.config.prefix)||e.startsWith(location.origin+this.ctx.config.assets.prefix+\"dynamic.\")||e.match(this.ctx.regex.BypassRegex))return e;if(e.match(this.ctx.regex.DataRegex)){try{var r=this.ctx.regex.DataRegex.exec(e);if(r){var[n,s,a,o,c]=r;c=\"base64\"==o?this.ctx.modules.base64.atob(decodeURIComponent(c)):decodeURIComponent(c),s&&(\"text/html\"==s?c=this.ctx.rewrite.html.rewrite(c,t,this.ctx.rewrite.html.generateHead(location.origin+\"/assets/history/client.js?v=2025-04-15\",location.origin+\"/assets/history/config.js?v=2025-04-15\",\"\",`window.__dynamic$url = \"${t.href}\"; window.__dynamic$parentURL = \"${location.href}\";`)):\"text/css\"==s?c=this.ctx.rewrite.css.rewrite(c,t):(\"text/javascript\"==s||\"application/javascript\"==s)&&(c=this.ctx.rewrite.js.rewrite(c,t))),c=\"base64\"==o?this.ctx.modules.base64.btoa(c):encodeURIComponent(c),e=a?o?`data:${s};${a};${o},${c}`:`data:${s};${a},${c}`:o?`data:${s};${o},${c}`:`data:${s},${c}`}}catch{}return e}return e=new String(e).toString(),t.href.match(this.ctx.regex.BypassRegex)&&(e=new URL(e,new URL((this.ctx.parent.__dynamic||this.ctx).meta.href)).href),e=new URL(e,t.href),(this.ctx._location?.origin||(\"null\"==location.origin?location.ancestorOrigins[0]:location.origin))+this.ctx.config.prefix+(this.ctx.encoding.encode(e.origin+e.pathname)+e.search+e.hash)}function Oi(e){if(!e||(e=new String(e).toString()).match(this.ctx.regex.BypassRegex))return e;var t=e.indexOf(this.ctx.config.prefix);if(-1==t)return e;try{if(t=(e=new URL(e,new URL(self.location.origin)).href).indexOf(this.ctx.config.prefix),\"about:blank\"==e.slice(t+this.ctx.config.prefix.length).trim())return\"about:blank\";var i=new URL(e).search+new URL(e).hash||\"\",r=new URL(this.ctx.encoding.decode(e.slice(t+this.ctx.config.prefix.length).replace(\"https://\",\"https:/\").replace(\"https:/\",\"https://\").split(\"?\")[0]))}catch{return e}return e=r.origin+r.pathname+i+(new URL(e).search?r.search.replace(\"?\",\"&\"):r.search)}var Vi,qs,Gs,zs,jn=class{constructor(e){this.encode=Di,this.decode=Oi,this.ctx=e}},Ue=class{constructor(e){this.BypassRegex=/^(#|about:|mailto:|blob:|javascript:)/g,this.DataRegex=/^data:([a-z\\/A-Z0-9\\-\\+]+);?(charset\\=[\\-A-Za-z0-9]+)?;?(base64)?[;,]*(.*)/g,this.WeirdRegex=/^([\\/A-Za-z0-9\\-%]+)(http[s]?:\\/\\/.*)/g,this.ctx=e}};function Fi(e){for(var t in e=new URL(e.href))this.ctx.meta[t]=e[t];return!0}var Bi,He=class{constructor(){}},Un=class extends He{constructor(e){super(),this.load=Fi,this.ctx=e}},Hn={csp:[\"cross-origin-embedder-policy\",\"cross-origin-opener-policy\",\"cross-origin-resource-policy\",\"content-security-policy\",\"content-security-policy-report-only\",\"expect-ct\",\"feature-policy\",\"origin-isolation\",\"strict-transport-security\",\"upgrade-insecure-requests\",\"x-content-type-options\",\"x-frame-options\",\"x-permitted-cross-domain-policies\",\"x-xss-protection\",],status:{empty:[204,101,205,304]},method:{body:[\"GET\",\"HEAD\"]}};function $i(e,t=\"\"){return\"text/css\"===(this.ctx.modules.mime.contentType(t||e.pathname)||\"text/css\").split(\";\")[0]}function ji(e,t=\"\",i=\"\"){let r;return t||this.ctx.modules.mime.contentType(e.pathname)!=e.pathname?\"text/html\"===(this.ctx.modules.mime.contentType(t||e.pathname)||\"text/html\").split(\";\")[0]||i.trim().match(/\\<\\!(doctype|DOCTYPE) html\\>/g):i.trim().match(/<(html|script|body)[^>]*>/g)&&(r=i.trim().indexOf((i.trim().match(/<(html|script|body)[^>]*>/g)||[])[0]))>-1&&r<100}function Ui(e,t=\"\"){if(e.pathname.endsWith(\".js\")&&\"text/plain\"==t)return!0;var i=(this.ctx.modules.mime.contentType(t||e.pathname)||\"application/javascript\").split(\";\")[0];return\"text/javascript\"==i||\"application/javascript\"==i||\"application/x-javascript\"==i}var Hi,Wn=class{constructor(e){this.html=ji,this.js=Ui,this.css=$i,this.ctx=e}};function dt(e,t=!0){let i=t=>{let i=e.__dynamic.util.clone(t);for(var r=0;r<t.length;r++)e.__dynamic.define(i,r,{value:(e.top.__dynamic$location||e.__dynamic$location).origin,configurable:!0,enumerable:!0,writable:!1});return e.__dynamic.define(i,\"length\",{value:t.length,configurable:!0,enumerable:!0,writable:!1}),i},r=e.location.ancestorOrigins||[],n=[e.Window,e.Location,e.WorkerLocation,e.Document].filter(e=>e);[...n,e.Object].forEach(e=>{delete e.prototype.__dynamic$location});let s={get:()=>e.__dynamic.location,set(t){if(t instanceof e.Location)return e.__dynamic.location=t;e.__dynamic.location.href=t},configurable:!0};try{var a=new URL(e.__dynamic$url||e.__dynamic.url.decode(e.location.pathname+e.location.search+e.location.hash))}catch{e.__dynamic$url=\"about:blank\";var a=new URL(\"about:blank\")}return e.__dynamic.property=a,e.__dynamic.meta.load(a),e.__dynamic.location=e.__dynamic.util.clone(e.location),[\"href\",\"host\",\"hash\",\"origin\",\"hostname\",\"port\",\"pathname\",\"protocol\",\"search\",].forEach(t=>{e.__dynamic.define(e.__dynamic.location,t,{get:()=>\"search\"==t&&e.location[t]+(e.location.search?a.search.replace(\"?\",\"&\"):a.search)||(\"hash\"==t?location[t]:a[t]),set(i){\"href\"===t?e.location[t]=e.__dynamic.url.encode(e.__dynamic.meta.href.replace(a[t],i),a):e.location[t]=i.toString()}})}),e.__dynamic.define(e.Object.prototype,\"__dynamic$location\",{get(){return this===e||this===e.__dynamic$window||this===e.document||this===e.__dynamic$document?this.__dynamic?.location:this.location},set(t){return this===e||this===e.__dynamic$window||this===e.document||this===e.__dynamic$document?this.__dynamic.location.href=t:this.location=t},configurable:!0}),[\"assign\",\"replace\",\"toString\",\"reload\"].forEach(t=>{e.__dynamic.define(e.__dynamic.location,t,{get:()=>\"toString\"==t?()=>a.href:new e.__dynamic.Function(\"arg\",`return window.location.${t}(arg?${\"reload\"!==t&&\"toString\"!==t?\"(self.__dynamic).url.encode(arg, new URL('\"+a.href+\"'))\":\"arg\"}:null)`),set:()=>null})}),r.length&&e.__dynamic.define(e.__dynamic.location,\"ancestorOrigins\",{get:()=>i(r),set:()=>null}),n.forEach(t=>{e.__dynamic.define(t.prototype,\"__dynamic$location\",s)}),e.__dynamic.hashchange||(e.__dynamic.hashchange=(e.addEventListener(\"hashchange\",e=>{}),!0)),e.__dynamic.location}function mt(e){e.__dynamic$get=t=>{var i=e.__dynamic.fire(\"get\",[t]);if(i)return i;try{return t==e.parent?e.parent.__dynamic$window:t==e.top?e.top.__dynamic$window:t==e.location||(e.Location||e.WorkerLocation)&&t instanceof(e.Location||e.WorkerLocation)?e.__dynamic$location:e.Document&&t instanceof e.Document?e.__dynamic$document:t==e?e.__dynamic$window:\"function\"==typeof t&&\"__d$Send\"==t.name?e.__dynamic$message(t.target,e):t}catch{return t}},e.__dynamic$property=e=>\"string\"!=typeof e?e:\"location\"==e?\"__dynamic$location\":\"eval\"==e?\"__dynamic$eval\":e,e.__dynamic$set=(t,i)=>t?e.__dynamic.url.encode(e.__dynamic.meta.href.replace(e.__dynamic.property.href,i),e.__dynamic.property):i,e.__dynamic$var=(e,t)=>window[t]=e,e.dg$=e.__dynamic$get,e.ds$=e.__dynamic$set,e.dp$=e.__dynamic$property,e.dv$=e.__dynamic$var,e.d$g_=e.__dynamic$get,e.d$s_=e.__dynamic$set,e.d$p_=e.__dynamic$property,e.d$v_=e.__dynamic$var}function yt(e){e.__dynamic.util.CreateDocumentProxy=t=>new Proxy(t,{get(i,r){let n=i[r];return\"location\"==r?t.defaultView?t.defaultView.__dynamic$location:e.__dynamic$location:\"documentURI\"==r&&t.defaultView||\"baseURI\"==r&&t.defaultView?t.defaultView.__dynamic.location.toString():n&&(\"function\"==typeof n&&n.toString==e.Object.toString?new Proxy(n,{apply:(i,r,s)=>((t.defaultView&&s[0]==t.defaultView.__dynamic$document||s[0]==e.__dynamic$document)&&(s[0]=t),n.apply(t,s))}):n)},set(e,i,r){try{try{t.defaultView.__dynamic?t.defaultView.__dynamic.Reflect.set(e,i,r):e[i]=r}catch{}return r||e[i]||!0}catch{return r||e[i]||!0}}}),e.__dynamic.util.CreateWindowProxy=t=>new Proxy(t,{get(i,r){let n=e.__dynamic.Reflect.get(i,r);if(Object.getOwnPropertyDescriptor(i,r)){var s=Object.getOwnPropertyDescriptor(i,r);if(s?.configurable===!1&&s?.writable===!1&&s?.hasOwnProperty(\"enumerable\"))return s?.value||s?.get?.call(i)}return\"__dynamic$self\"==r?t.window:\"location\"==r?t.__dynamic$location:\"parent\"==r?t.parent.__dynamic$window||t.parent:\"top\"==r?t.top.__dynamic?t.top.__dynamic$window:t.parent.__dynamic$window:\"self\"==r||\"globalThis\"==r?t.__dynamic$window:n&&(\"function\"==typeof n&&n.toString==e.Object.toString?new Proxy(n,{apply:(e,i,r)=>Reflect.apply(e,t,r)}):n)},set(i,r,n){try{var s=Object.getOwnPropertyDescriptor(i,r);if(s?.writable===!1&&s?.enumerable===!1)return!1;if(r.constructor==e.Symbol)return Reflect.set(i,r,n),i[r];if(i.hasOwnProperty(\"undefined\")&&i[r]+\"\"==r)return i[r]||n||!0;if(\"location\"==r)return t.__dynamic$location=n;if(i.hasOwnProperty(r)&&!i.propertyIsEnumerable(r)&&!s?.writable)return i[r];try{t.__dynamic?t.__dynamic.Reflect.set(i,r,n):i[r]=n}catch{}return i[r]||!0}catch{return i[r]||!0}}}),e.__dynamic.define(e,\"__dynamic$window\",{value:e.__dynamic.util.CreateWindowProxy(e),configurable:!1,enumerable:!1,writable:!1}),e.document&&e.__dynamic.define(e,\"__dynamic$document\",{value:e.__dynamic.util.CreateDocumentProxy(e.document),configurable:!1,enumerable:!1,writable:!1}),e.__dynamic$globalThis=e.__dynamic$window,e.__dynamic$self=e.__dynamic$window}function Wi(e){e.__dynamic.rewrite.dom=(t,i)=>{if(typeof e.DOMParser>\"u\"||!t)return t;var r=new e.DOMParser().parseFromString(t.toString(),\"text/html\").documentElement;return r.querySelectorAll(\"script\").forEach(t=>{!t.type||t.type&&\"text/javascript\"!==t.type&&\"application/javascript\"!==t.type&&\"application/x-javascript\"!==t.type?t.src&&(t.src=e.__dynamic.url.encode(t.getAttribute(\"src\"),i)):t.innerHTML&&(t.innerHTML=e.__dynamic.js.encode(t.innerHTML,{type:\"script\"},i,{}))}),r.querySelectorAll(\"link\").forEach(t=>{t.href&&\"stylesheet\"!==t.getAttribute(\"rel\")&&(t.href=e.__dynamic.url.encode(t.getAttribute(\"href\"),i))}),r.querySelectorAll(\"img\").forEach(t=>{t.src&&(t.src=e.__dynamic.url.encode(t.getAttribute(\"src\"),i)),t.srcset&&(t.srcset=e.__dynamic.rewrite.srcset.encode(t.getAttribute(\"srcset\"),e.__dynamic))}),r.querySelectorAll(\"a\").forEach(t=>{t.href&&(t.href=e.__dynamic.url.encode(t.getAttribute(\"href\"),i))}),r.querySelectorAll(\"style\").forEach(t=>{t.innerHTML&&(t.innerHTML=e.__dynamic.rewrite.css.rewrite(t.innerHTML,i))}),r.outerHTML}}function qi(e){let t=e=>new DOMParser().parseFromString(e,\"text/html\").body.innerHTML;if(e.__dynamic.elements.config.forEach(t=>{t.elements.forEach(i=>{t.tags.forEach(r=>{var n=Object.getOwnPropertyDescriptor(i.prototype,r);n||(n=Object.getOwnPropertyDescriptor(HTMLElement.prototype,r)),typeof i.prototype.setAttribute.__dynamic$target>\"u\"&&(i.prototype.setAttribute=e.__dynamic.wrap(i.prototype.setAttribute,function(t,...i){return this instanceof HTMLLinkElement&&e.__dynamic$icon&&\"href\"==i[0].toLowerCase()&&(\"icon\"==this.rel||\"shortcut icon\"==this.rel)?(i[1]=e.__dynamic$icon,Reflect.apply(t,this,i)):-1==e.__dynamic.elements.attributes.indexOf(i[0].toLowerCase())?Reflect.apply(t,this,i):\"srcset\"==i[0].toLowerCase()||\"imagesrcset\"==i[0].toLowerCase()?(this.dataset[`dynamic_${i[0]}`]=i[1],i[1]=e.__dynamic.rewrite.srcset.encode(i[1],e.__dynamic),Reflect.apply(t,this,i)):\"integrity\"==i[0].toLowerCase()||\"nonce\"==i[0].toLowerCase()?(this.dataset[`dynamic_${i[0]}`]=i[1],this.removeAttribute(i[0]),Reflect.apply(t,this,[\"nointegrity\",i[1]])):(this.dataset[`dynamic_${i[0]}`]=i[1],i[1]=e.__dynamic.url.encode(i[1],e.__dynamic.baseURL||e.__dynamic.meta),Reflect.apply(t,this,i))},\"setAttribute\"),i.prototype.setAttributeNS=e.__dynamic.wrap(i.prototype.setAttributeNS,function(t,...i){return this instanceof HTMLLinkElement&&e.__dynamic$icon&&\"href\"==i[1].toLowerCase()&&(\"icon\"==this.rel||\"shortcut icon\"==this.rel)?(i[2]=e.__dynamic$icon,Reflect.apply(t,this,i)):-1==e.__dynamic.elements.attributes.indexOf(i[1].toLowerCase())?Reflect.apply(t,this,i):\"srcset\"==i[1].toLowerCase()||\"imagesrcset\"==i[1].toLowerCase()?(this.dataset[`dynamic_${i[1]}`]=i[2],i[2]=e.__dynamic.rewrite.srcset.encode(i[2],e.__dynamic),Reflect.apply(t,this,i)):\"integrity\"==i[1].toLowerCase()||\"nonce\"==i[1].toLowerCase()?(this.dataset[`dynamic_${i[1]}`]=i[2],this.removeAttribute(i[1]),Reflect.apply(t,this,[\"nointegrity\",i[2]])):(this.dataset[`dynamic_${i[1]}`]=i[2],i[2]=e.__dynamic.url.encode(i[2],e.__dynamic.baseURL||e.__dynamic.meta),Reflect.apply(t,this,i))},\"setAttributeNS\"),i.prototype.getAttribute=e.__dynamic.wrap(i.prototype.getAttribute,function(e,...t){return this.dataset[`dynamic_${t[0]}`]?this.dataset[`dynamic_${t[0]}`]:Reflect.apply(e,this,t)},\"getAttribute\"),i.prototype.getAttributeNS=e.__dynamic.wrap(i.prototype.getAttributeNS,function(e,...t){return this.dataset[`dynamic_${t[1]}`]?this.dataset[`dynamic_${t[1]}`]:Reflect.apply(e,this,t)},\"getAttributeNS\")),e.__dynamic.define(i.prototype,r,{get(){if(\"window\"==t.action){let i=e.__dynamic.elements.contentWindow.get.call(this),s=!0;try{i.location.href}catch{s=!1}if(s&&(i.__dynamic||e.__dynamic.elements.client(i,e.__dynamic$config,decodeURIComponent(this.src))),\"contentDocument\"==r)return i.document;if(\"contentWindow\"==r)return s&&i.__dynamic$window||i}if(\"css\"==t.action)return n.get.call(this);try{return e.__dynamic.url.decode(n.get.call(this))}catch{}return n.get.call(this)},set(i){return i&&\"string\"==typeof i&&(i=i.toString()),\"href\"==r&&this instanceof HTMLLinkElement&&e.__dynamic$icon&&(\"icon\"==this.rel||\"shortcut icon\"==this.rel)&&(this.dataset[`dynamic_${r}`]=i,i=e.__dynamic$icon),\"html\"==t.action?(Promise.resolve(e.__dynamic.createBlobHandler(new Blob([i],{type:\"text/html\"}),this,i)).then(e=>{this.setAttribute(r,e)}),i):(\"srcset\"==t.action&&(i=e.__dynamic.rewrite.srcset.encode(i,e.__dynamic)),\"rewrite\"==t.action?(this.dataset[`dynamic_${r}`]=i,this.removeAttribute(r),this.setAttribute(t.new,i)):(\"css\"==t.action&&(i=e.__dynamic.rewrite.css.rewrite(i,e.__dynamic.meta)),\"url\"==t.action&&(i=e.__dynamic.url.encode(i,e.__dynamic.baseURL||e.__dynamic.meta)),this.dataset[`dynamic_${r}`]=i,n.set.call(this,i)))}})})})}),[\"innerHTML\",\"outerHTML\"].forEach(i=>{e.__dynamic.define(e.HTMLElement.prototype,i,{get(){return(this[\"__\"+i]||e.__dynamic.elements[i].get.call(this)).toString()},set(r){return this[\"__\"+i]=t(r),this instanceof e.HTMLTextAreaElement?e.__dynamic.elements[i].set.call(this,r):this instanceof e.HTMLScriptElement?e.__dynamic.elements[i].set.call(this,e.__dynamic.rewrite.js.rewrite(r,{type:\"script\"})):this instanceof e.HTMLStyleElement?e.__dynamic.elements[i].set.call(this,e.__dynamic.rewrite.css.rewrite(r,e.__dynamic.meta)):e.__dynamic.elements[i].set.call(this,e.__dynamic.rewrite.dom(r,e.__dynamic.meta))}})}),[\"MutationObserver\",\"ResizeObserver\",\"IntersectionObserver\"].forEach(t=>{e[t].prototype.observe=e.__dynamic.wrap(e[t].prototype.observe,function(t,...i){return i[0]==e.__dynamic$document&&(i[0]=e.document),Reflect.apply(t,this,i)},t+\".prototype.observe\")}),e.__dynamic.defines(e.HTMLAnchorElement.prototype,{pathname:e.__dynamic.elements.createGetter(\"pathname\"),origin:e.__dynamic.elements.createGetter(\"origin\"),host:e.__dynamic.elements.createGetter(\"host\"),hostname:e.__dynamic.elements.createGetter(\"hostname\"),port:e.__dynamic.elements.createGetter(\"port\"),protocol:e.__dynamic.elements.createGetter(\"protocol\"),search:e.__dynamic.elements.createGetter(\"search\"),hash:e.__dynamic.elements.createGetter(\"hash\"),toString:{get:function(){return this.__toString||(()=>this.href?new URL(this.href).toString():\"\")},set:function(e){this.__toString=e}}}),e.HTMLElement.prototype.insertAdjacentHTML=e.__dynamic.wrap(e.HTMLElement.prototype.insertAdjacentHTML,function(t,...i){return this instanceof e.HTMLStyleElement?Reflect.apply(t,this,[i[0],e.__dynamic.rewrite.css.rewrite(i[1],e.__dynamic.meta),]):this instanceof e.HTMLScriptElement?Reflect.apply(t,this,[i[0],e.__dynamic.rewrite.js.rewrite(i[1],{type:\"script\"},!1,e.__dynamic),]):this instanceof e.HTMLTextAreaElement?Reflect.apply(t,this,i):Reflect.apply(t,this,[i[0],e.__dynamic.rewrite.html.rewrite(i[1],e.__dynamic.meta),])},\"insertAdjacentHTML\"),[[e.Node,\"textContent\"],[e.HTMLElement,\"innerText\"],].forEach(([t,i])=>{var r=Object.getOwnPropertyDescriptor(t.prototype,i);function n(){return this[\"__\"+i]||r?.get&&r.get.call(this)}e.__dynamic.define(e.HTMLStyleElement.prototype,i,{get:n,set(t){return this[\"__\"+i]=t,r?.set&&r.set.call(this,e.__dynamic.rewrite.css.rewrite(t,e.__dynamic.meta))}}),e.__dynamic.define(e.HTMLScriptElement.prototype,i,{get:n,set(t){return this[\"__\"+i]=t,null!==this.type||\"application/javascript\"!==this.type||\"text/javascript\"!==this.type||\"application/x-javascript\"!==this.type?r?.set&&r.set.call(this,t):r?.set&&r.set.call(this,e.__dynamic.rewrite.js.rewrite(t,{type:\"script\"},!1,e.__dynamic))}})}),e.Text.prototype.toString=function(){return this.textContent},e.document.createElement=e.__dynamic.wrap(e.document.createElement,function(e,...t){var i=Reflect.apply(e,this,t);return i.rewritten=!0,\"iframe\"==t[0].toLowerCase()&&(i.src=\"about:blank\"),i},\"createElement\"),!document.querySelector('link[rel=\"icon\"], link[rel=\"shortcut icon\"]')){var i=document.createElement(\"link\");i.rel=\"icon\",i.href=(e.__dynamic$icon||\"/favicon.ico\")+\"?dynamic\",i.dataset.dynamic_hidden=\"true\",document.head.appendChild(i)}e.__dynamic.define(e.Attr.prototype,\"value\",{get(){return this.__value||e.__dynamic.elements.attrValue.get.call(this)},set(t){return this.__value=t,\"href\"==this.name||\"src\"==this.name?e.__dynamic.elements.attrValue.set.call(this,e.__dynamic.url.encode(t,e.__dynamic.meta)):\"style\"==this.name?e.__dynamic.elements.attrValue.set.call(this,e.__dynamic.rewrite.css.rewrite(t,e.__dynamic.meta)):\"onclick\"==this.name?e.__dynamic.elements.attrValue.set.call(this,e.__dynamic.rewrite.js.rewrite(t,{type:\"script\"},!1,e.__dynamic)):e.__dynamic.elements.attrValue.set.call(this,t)}})}function Gi(e){let t=e.XMLHttpRequest;e.Worker=new Proxy(e.Worker,{construct(i,r){if(r[0]){if(r[0]=r[0].toString(),r[0].trim().startsWith(`blob:${e.location.origin}`)){let n=new t;n.open(\"GET\",r[0],!1),n.send();let s=e.__dynamic.rewrite.js.rewrite(n.responseText,{type:\"worker\"},!0),a=new Blob([s],{type:\"application/javascript\"});r[0]=URL.createObjectURL(a)}else r[0]=e.__dynamic.url.encode(r[0],e.__dynamic.meta)}return Reflect.construct(i,r)}})}function zi(e){e.__dynamic$history=function(t,...i){i[2]&&(i[2]=e.__dynamic.url.encode(i[2],e.__dynamic.meta)),e.__dynamic.Reflect.apply(t,this,i),e.__dynamic.client.location(e,!0,!1)},e.History.prototype.pushState=e.__dynamic.wrap(e.History.prototype.pushState,e.__dynamic$history),e.History.prototype.replaceState=e.__dynamic.wrap(e.History.prototype.replaceState,e.__dynamic$history)}var Ks=\"!#$%&'*+-.0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ^_`abcdefghijklmnopqrstuvwxyz|~\",Xs=\"%\";function qn(e){e=e.toString();let t=\"\";for(let i=0;i<e.length;i++){let r=e[i];if(Ks.includes(r)&&!Xs.includes(r))t+=r;else{let n=r.charCodeAt();t+=\"%\"+n.toString(16).padStart(2,0)}}return t}function Ki(e){let t=()=>e.location.protocol.replace(\"http\",\"ws\")+\"//\"+new URL(e.__dynamic$config.bare.path+\"/v1/\",new URL(location.origin)).href.replace(/http(s?):\\/\\//g,\"\").replace(/\\/\\//g,\"/\"),i=Object.getOwnPropertyDescriptor(e.WebSocket.prototype,\"url\");e.__dynamic.define(e.WebSocket.prototype,\"url\",{get(){let t=i.get.call(this);return e.__dynamic.url.decode(t)},set:e=>!1}),e.WebSocket=e.__dynamic.wrap(e.WebSocket,(i,...r)=>{console.log(r);let n=new URL(r[0]),s={remote:{host:n.hostname,port:n.port||(\"wss:\"===n.protocol?\"443\":\"80\"),path:n.pathname+n.search,protocol:n.protocol},headers:{Host:n.hostname+(n.port?\":\"+n.port:\"\"),Origin:e.__dynamic$location.origin,Pragma:\"no-cache\",\"Cache-Control\":\"no-cache\",Upgrade:\"websocket\",Connection:\"Upgrade\"},forward_headers:[\"accept-encoding\",\"accept-language\",\"sec-websocket-extensions\",\"sec-websocket-key\",\"sec-websocket-version\",\"sec-websocket-accept\",]};return r[1]&&(s.headers[\"sec-websocket-protocol\"]=r[1].toString()),[t(),[\"bare\",qn(JSON.stringify(s))]]})}function Xi(e){e.Request=e.__dynamic.wrap(e.Request,(t,...i)=>{if(i[0]instanceof t){let r=Reflect.construct(t,i);return\"navigate\"===i[0].mode&&(r.mode=\"same-origin\"),r}return i[0]&&(i[0]=e.__dynamic.url.encode(i[0],e.__dynamic.meta)),i}),e.__dynamic.define(e.Request.prototype,\"url\",{get(){return e.__dynamic.url.decode(e.__dynamic.http.RequestURL.get.call(this))},set:e=>e}),e.fetch=e.__dynamic.wrap(e.fetch,(t,...i)=>e.Request&&(\"Request\"===i[0].constructor.name||i[0]instanceof e.Request)?(console.log(i[0]),Reflect.apply(t,e,i)):(i[0]&&e.__dynamic&&(i[0]=e.__dynamic.url.encode(i[0],e.__dynamic.meta)),Reflect.apply(t,e,i)),\"fetch\"),e.XMLHttpRequest.prototype.open=e.__dynamic.wrap(e.XMLHttpRequest.prototype.open,function(t,...i){return i[1]&&(i[1]=e.__dynamic.url.encode(i[1],e.__dynamic.meta)),!1===i[2]&&(i[2]=!0),Reflect.apply(t,this,i)},\"XMLHttpRequest.prototype.open\"),Object.defineProperty(e.XMLHttpRequest.prototype,\"responseURL\",{get(){return e.__dynamic.url.decode(e.__dynamic.http.XMLResponseURL.get.call(this))},set:e=>e}),Object.defineProperty(e.Response.prototype,\"url\",{get(){return e.__dynamic.url.decode(e.__dynamic.http.ResponseURL.get.call(this))},set:e=>e}),e.open=e.__dynamic.wrap(e.open,function(t,...i){\"\"!=i[0]&&i[0]&&(i[0]=e.__dynamic.url.encode(i[0],e.__dynamic.meta)),\"\"==i[0]&&(i[0]=\"about:blank\");let r=Reflect.apply(t,this,i);r.opener=e.__dynamic$window;try{\"about:\"===new URL(i[0]).protocol?r.__dynamic$url=\"about:srcdoc\":r.__dynamic$url=e.__dynamic.url.decode(i[0])}catch{r.__dynamic$url=\"about:srcdoc\"}return e.__dynamic.elements.client(r,e.__dynamic$config,r.__dynamic$url),r.__dynamic$window},\"window.open\"),e.__dynamic.define(e,\"__dynamic$import\",{get:()=>(t,i)=>{try{return e.__dynamic.url.encode(t,new URL(i))}catch{return e.__dynamic.url.encode(t,e.__dynamic.meta)}},set(){}})}function gt(e){let t=t=>\"Worker\"==t.constructor.name||\"MessagePort\"==t.constructor.name||\"DedicatedWorkerGlobalScope\"==e.constructor.name,i=e=>\"Window\"==e.constructor.name||\"global\"==e.constructor.name,r=(e,t)=>Object.keys(window||{}).map(e=>Number.parseInt(e)).filter(e=>isFinite(e)).map(e=>window[e]).filter(e=>e||!1).find(i=>{try{return i.name==e&&i.location.href==t}catch{return!1}});e.__dynamic$message=(r,n=top)=>(r||(r=e),function s(){var a=arguments;return t(r)||!i(r)?r.postMessage.call(r,...a):(r.__dynamic$self&&(r=r.__dynamic$self),(r._postMessage||r.postMessage).call(r,[a[0],n.__dynamic$location.origin,n.location.href,n.name,n!==e,],\"*\",a[2]||[]))}),\"Window\"==e.constructor.name&&(e.addEventListener&&(e.addEventListener=new Proxy(e.addEventListener,{apply(t,i,n){if(i==e.__dynamic$window&&(i=e),!n[1]||!n[0]||\"function\"!=typeof n[1])return Reflect.apply(t,i,n);if(\"message\"==n[0]){var s=n[1].bind({});n[1]=t=>s(function t(i){let n=e.__dynamic.util.clone(i),s;for(var a in i.source&&(s=r(i.data[3],i.data[2])||i.currentTarget),e.__dynamic.define(n,\"isTrusted\",{value:!0,writable:!1}),i.origin&&(Array.isArray(i.data)&&5==i.data.length?e.__dynamic.define(n,\"origin\",{value:i.data[1],writable:!1}):e.__dynamic.define(n,\"origin\",{value:i.origin,writable:!1})),i.data&&(Array.isArray(i.data)&&5==i.data.length?e.__dynamic.define(n,\"data\",{value:i.data[0],writable:!1}):e.__dynamic.define(n,\"data\",{value:i.data,writable:!1})),i.source&&(s?e.__dynamic.define(n,\"source\",{value:s?.__dynamic$window||s,writable:!0}):e.__dynamic.define(n,\"source\",{value:s||Array.isArray(i.data)&&3==i.data.length&&!0===i.data[2]?i.source:i.currentTarget,writable:!0})),i)\"isTrusted\"!==a&&\"origin\"!==a&&\"data\"!==a&&\"source\"!==a&&e.__dynamic.define(n,a,{value:i[a],writable:!1});return n}(t))}return Reflect.apply(t,i,n)}})),\"Window\"==e.constructor.name&&e.__dynamic.define(e,\"onmessage\",{get:()=>e._onmessage||null,set:t=>(e._onmessage&&e.removeEventListener(\"message\",e._onmessage),e.addEventListener(\"message\",t),e._onmessage=t)}))}function Qi(e){function t(t,...i){for(var r in i)i[r]=e.__dynamic.rewrite.dom(i[r],e.__dynamic.meta);return t.apply(this,i)}[\"write\",\"writeln\"].forEach(i=>{e.document[i]=e.__dynamic.wrap(e.document[i],t,`document.${i}`)})}function xt(e){e.importScripts=new Proxy(e.importScripts,{apply:(t,i,r)=>([...r].forEach((t,i)=>{r[i]=e.__dynamic.url.encode(t,e.__dynamic.meta)}),Reflect.apply(t,i,r))}),e.__dynamic.define(e.__dynamic,\"_location\",{value:e.location,writable:!0}),e.__dynamic.define(e.WorkerGlobalScope.prototype,\"location\",{get:()=>e.__dynamic.location,set:e=>e}),e.location=e.__dynamic.location}function _t(e){var t=e.Reflect.get.bind({}),i=e.Reflect.set.bind({});e.Reflect.set=e.__dynamic.wrap(e.Reflect.set,function(t,...r){return\"Window\"==r[0].constructor.name&&\"location\"==r[1]?(r[0].__dynamic$location=r[2],!0):\"Location\"==r[0].constructor.name?(e.__dynamic$location[r[1]]=r[2],!0):Reflect.apply(i,this,r)},\"Reflect.set\"),e.Reflect.get=e.__dynamic.wrap(e.Reflect.get,function(i,...r){if(\"object\"==typeof r[0]){if(\"Window\"==r[0].constructor.name){if(\"location\"==r[1])return r[0].__dynamic?r[0].__dynamic$location:Reflect.apply(t,this,r);if(r[0][r[1]]&&\"Window\"==r[0][r[1]].constructor.name)return r[0][r[1]].__dynamic$window}if(\"Location\"==r[0].constructor.name)return e.__dynamic$location[r[1]]}return Reflect.apply(t,this,r)},\"Reflect.get\"),e.__dynamic.Reflect={get:t,set:i,apply:e.Reflect.apply.bind({}),construct:e.Reflect.construct.bind({}),defineProperty:e.Reflect.defineProperty.bind({}),deleteProperty:e.Reflect.deleteProperty.bind({}),getOwnPropertyDescriptor:e.Reflect.getOwnPropertyDescriptor.bind({}),getPrototypeOf:e.Reflect.getPrototypeOf.bind({}),has:e.Reflect.has.bind({}),isExtensible:e.Reflect.isExtensible.bind({}),ownKeys:e.Reflect.ownKeys.bind({}),preventExtensions:e.Reflect.preventExtensions.bind({}),setPrototypeOf:e.Reflect.setPrototypeOf.bind({})}}function Yi(e){e.__dynamic.define(e.document,\"origin\",{value:e.__dynamic$location.origin,configurable:!1,enumerable:!1}),e.__dynamic.define(e.document,\"domain\",{value:e.__dynamic$location.hostname,configurable:!1,enumerable:!1}),[\"referrer\",\"URL\",\"documentURI\"].forEach(t=>{e.__dynamic.define(e.document,t,{value:e.__dynamic$location.toString(),configurable:!1,enumerable:!1})}),[e.document,e.HTMLElement.prototype].forEach(t=>{e.__dynamic.define(t,\"baseURI\",{get:()=>(e.__dynamic.baseURL||e.__dynamic$location).href})}),[\"getEntries\",\"getEntriesByName\",\"getEntriesByType\"].forEach(t=>{e.performance[t]=new Proxy(e.performance[t],{apply:(t,i,r)=>Reflect.apply(t,i,r).filter(t=>!t.name?.includes(e.location.origin+\"/assets/history/dynamic.\")).filter(t=>!t.name.includes(e.location.origin+e.__dynamic.config.prefix+\"caches/\")).map(t=>{if(t.name){var i=e.__dynamic.util.clone(t);for(var r in i.__defineGetter__(\"name\",function(){return this._name}),i.__defineSetter__(\"name\",function(e){this._name=e}),i.name=e.__dynamic.url.decode(t.name),e.__dynamic.define(i,\"name\",{get:void 0,set:void 0}),e.__dynamic.define(i,\"name\",{value:i._name,writable:!1}),delete i._name,t)if(\"name\"!=r){if(\"function\"==typeof t[r])var n=new Proxy(t[r],{apply(e,r,n){if(\"toJSON\"==e.name){var s={};for(var a in i)s[a]=i[a];return s}return Reflect.apply(e,t,n)}});else var n=t[r];Object.defineProperty(i,r,{value:n,writable:!0})}t=i}return t})})}),e.MouseEvent&&(e.MouseEvent.prototype.initMouseEvent=e.__dynamic.wrap(e.MouseEvent.prototype.initMouseEvent,function(t,...i){return i.length&&(i=i.map(t=>t==e.__dynamic$window?e:t)),Reflect.apply(t,this,i)})),e.KeyboardEvent&&(e.KeyboardEvent.prototype.initKeyboardEvent=e.__dynamic.wrap(e.KeyboardEvent.prototype.initKeyboardEvent,function(t,...i){return i.length&&(i=i.map(t=>t==e.__dynamic$window?e:t)),Reflect.apply(t,this,i)})),e.StorageEvent&&(e.StorageEvent.prototype.initStorageEvent=e.__dynamic.wrap(e.StorageEvent.prototype.initStorageEvent,function(t,...i){return i.length&&(i=i.map(t=>t==e.localStorage?e.__dynamic.storage.localStorage:t==e.sessionStorage?e.__dynamic.storage.sessionStorage:t)),Reflect.apply(t,this,i)})),e.Object.defineProperty=e.__dynamic.wrap(e.Object.defineProperty,function(e,...t){try{return Reflect.apply(e,this,t)}catch(i){i.toString().includes(\"Cannot redefine property:\")&&(t[0].__defined||(t[0].__defined={}),t[0].__defined[t[1]]=t[2])}}),\"https://www.google.com\"==e.__dynamic.meta.origin&&(e.setInterval=new Proxy(e.setInterval,{apply:(e,t,i)=>500==i[1]?null:Reflect.apply(e,t,i)}))}function Ji(e){e.Storage.prototype.setItem=e.__dynamic.wrap(e.Storage.prototype.setItem,function(t,...i){return i[0]&&(i[0]=\"__dynamic$\"+e.__dynamic$location.host+\"$\"+i[0].toString()),Reflect.apply(t,this,i)},\"Storage.prototype.setItem\"),e.Storage.prototype.getItem=e.__dynamic.wrap(e.Storage.prototype.getItem,function(t,...i){return i[0]&&(i[0]=\"__dynamic$\"+e.__dynamic$location.host+\"$\"+i[0].toString()),Reflect.apply(t,this,i)||null},\"Storage.prototype.getItem\"),e.Storage.prototype.removeItem=e.__dynamic.wrap(e.Storage.prototype.removeItem,function(t,...i){return i[0]&&(i[0]=\"__dynamic$\"+e.__dynamic$location.host+\"$\"+i[0].toString()),Reflect.apply(t,this,i)},\"Storage.prototype.removeItem\"),e.Storage.prototype.clear=e.__dynamic.wrap(e.Storage.prototype.clear,function(t,...i){for(var r=[],n=0;n<this.length;n++)t.call(this,n)?.startsWith(\"__dynamic$\"+e.__dynamic$location.host+\"$\")&&r.push(t.call(this,n)?.replace(\"__dynamic$\"+e.__dynamic$location.host+\"$\",\"\"));for(var s in r)t.call(this,r[s])},\"Storage.prototype.clear\"),e.Storage.prototype.key=e.__dynamic.wrap(e.Storage.prototype.key,function(t,...i){for(var r=[],n=0;n<this.length;n++)t.call(this,n)?.startsWith(\"__dynamic$\"+e.__dynamic$location.host+\"$\")&&r.push(t.call(this,n)?.replace(\"__dynamic$\"+e.__dynamic$location.host+\"$\",\"\"));return r[i[0]]?r[i[0]]:null},\"Storage.prototype.key\"),[\"localStorage\",\"sessionStorage\"].forEach(t=>{e[\"__dynamic$\"+t]=new Proxy(e[t],{get(i,r){if(\"length\"==r){for(var n=[],s=0;s<Object.keys(e.__dynamic.storage[t]).length;s++)Object.keys(e.__dynamic.storage[t])[s].startsWith(\"__dynamic$\"+e.__dynamic$location.host+\"$\")&&n.push(Object.keys(e.__dynamic.storage[t])[s].replace(\"__dynamic$\"+e.__dynamic$location.host+\"$\",\"\"));return n.length}return e.__dynamic.storage.methods.includes(r)?e.__dynamic.storage.cloned[t][r].bind(e.__dynamic.storage[t]):e.__dynamic.storage[t].getItem(\"__dynamic$\"+e.__dynamic$location.host+\"$\"+r.toString())},set:(i,r,n)=>(e.__dynamic.storage[t].setItem(\"__dynamic$\"+e.__dynamic$location.host+\"$\"+r.toString(),n),n||!0),deleteProperty:(i,r)=>e.__dynamic.storage[t].removeItem(\"__dynamic$\"+e.__dynamic$location.host+\"$\"+r.toString())}),delete e[t],e[t]=e[\"__dynamic$\"+t]})}function Zi(e){\"serviceWorker\"in e.navigator&&(e.__dynamic.sw=e.navigator.serviceWorker,delete e.navigator.serviceWorker,delete e.Navigator.prototype.serviceWorker),e.navigator.sendBeacon=e.__dynamic.wrap(e.navigator.sendBeacon,function(t,...i){return i[0]&&(i[0]=e.__dynamic.url.encode(i[0],e.__dynamic.meta)),Reflect.apply(t,this,i)},\"navigator.sendBeacon\")}var er=e=>e?e.split(\";\").map(e=>e.split(\"=\")).reduce((e,t)=>(e[t[0].trim()]=t[1].trim(),e),{}):{},We=(e=[])=>e.map(e=>`${e.name}=${e.value}`).join(\"; \");function tr(e){if(delete e.Document.prototype.cookie,e.__dynamic.define(e.document,\"cookie\",{get(){return e.__dynamic.fire(\"getCookies\",[e.__dynamic.location.host,e.__dynamic.cookie.str||\"\",])||(e.__dynamic.cookies.update(e.__dynamic.location.host),e.__dynamic.cookie.str||e.__dynamic.cookie.desc.get.call(this)||\"\")},set(t){var i=e.__dynamic.modules.setCookieParser.parse(t,{decodeValues:!1})[0],r=e.__dynamic.fire(\"setCookie\",[e.__dynamic.location.host,t,i,]);if(r)return r;i.name=i.name.replace(/^\\./g,\"\"),Promise.resolve(e.__dynamic.cookies.set(e.__dynamic.location.host,e.__dynamic.modules.cookie.serialize(i.name,i.value,{...i,encode:e=>e}))).then(async t=>{await e.__dynamic.cookies.update(e.__dynamic.location.host),e.__dynamic.cookie.str=await e.__dynamic.cookies.get(e.__dynamic.location.host)});var n=er(e.__dynamic.cookie.str||\"\");n[i.name]=i.value,e.__dynamic.cookie.str=We(Object.entries(n).map(e=>({name:e[0],value:e[1]})))}}),e.navigator.serviceWorker)try{e.navigator.serviceWorker.onmessage=({data:t})=>{if(t.host==e.__dynamic.location.host&&\"set-cookie\"==t.type){var i=e.__dynamic.modules.cookie.parse(t.val),r=er(e.__dynamic.cookie.str||\"\");r[Object.entries(i)[0][0]]=Object.entries(i)[0][1],e.__dynamic.cookie.str=We(Object.entries(r).map(e=>({name:e[0],value:e[1]})))}t.host==e.__dynamic.location.host&&\"cookies\"==t.type&&(e.__dynamic.cookie.str=t.cookies)}}catch{}}function ir(e){e.CSSStyleDeclaration.prototype._setProperty=e.CSSStyleDeclaration.prototype.setProperty,e.CSSStyleDeclaration.prototype.setProperty=e.__dynamic.wrap(e.CSSStyleDeclaration.prototype.setProperty,function(t,...i){return(\"background-image\"==i[0]||\"background\"==i[0]||\"backgroundImage\"==i[0])&&(i[1]=e.__dynamic.rewrite.css.rewrite(i[1],e.__dynamic.meta)),t.apply(this,i)},\"CSSStyleDeclaration.prototype.setProperty\"),e.__dynamic.define(e.CSSStyleDeclaration.prototype,\"background\",{get(){return this._background?this._background:this.getPropertyValue(\"background\")},set(t){return this._background=t,this._setProperty(\"background\",e.__dynamic.rewrite.css.rewrite(t,e.__dynamic.meta))}}),e.__dynamic.define(e.CSSStyleDeclaration.prototype,\"backgroundImage\",{get(){return this._backgroundImage?this._backgroundImage:this.getPropertyValue(\"background-image\")},set(t){return this._backgroundImage=t,this._setProperty(\"background-image\",e.__dynamic.rewrite.css.rewrite(t,e.__dynamic.meta))}}),e.__dynamic.define(e.CSSStyleDeclaration.prototype,\"background-image\",{get(){return this._backgroundImage?this._backgroundImage:this.getPropertyValue(\"background-image\")},set(t){return this._backgroundImage=t,this._setProperty(\"background-image\",e.__dynamic.rewrite.css.rewrite(t,e.__dynamic.meta))}})}function bt(e){e.__dynamic.createBlobHandler=async(t,i,r)=>{let n=(await e.__dynamic.sw.ready).active;e.__dynamic.sw.addEventListener(\"message\",({data:{url:t}})=>{t&&e.__dynamic.elements.iframeSrc.set.call(i,t)},{once:!0}),n.postMessage({type:\"createBlobHandler\",blob:t,url:e.__dynamic.modules.base64.encode(r.toString().split(\"\").slice(0,10)),location:e.__dynamic.location.href})}}var Gn=(e,t,i)=>((i=new MutationObserver(t=>{for(var i of t)e[i.type](i),document.dispatchEvent(new CustomEvent({attributes:\"attrChanged\",characterData:\"characterData\",childList:\"nodeChanged\"}[i.type],{detail:i}))})).observe(t,{subtree:!0,attributes:!0,childList:!0}),i);function wt(e,t){function i(e){if(!e.rewritten&&!(1!==e.nodeType&&3!==e.nodeType)){if((e=new Proxy(e,{get:(e,i)=>\"src\"==i||\"href\"==i||\"srcset\"==i||\"imageSrcset\"==i||\"data\"==i||\"action\"==i?t.elements.getAttribute.call(e,i.toLowerCase()):\"setAttribute\"==i||\"getAttribute\"==i||\"removeAttribute\"==i||\"hasAttribute\"==i||\"cloneNode\"==i||\"addEventListener\"==i?(...r)=>t.elements[i].call(e,...r):\"node\"==i?e:e[i],set:(e,i,r)=>(\"src\"==i||\"href\"==i||\"srcset\"==i||\"imageSrcset\"==i||\"data\"==i||\"action\"==i?t.elements.setAttribute.call(e,i.toLowerCase(),r):e[i]=r,!0)}))instanceof HTMLScriptElement&&(e.src&&(e.dataset.dynamic_src=e.src,e.src=t.url.encode(e.src,t.meta)),e.type&&e.textContent?.length?(\"application/javascript\"==e.type||\"text/javascript\"==e.type||\"application/x-javascript\"==e.type&&e.textContent?.length)&&(e.textContent=t.rewrite.js.rewrite(e.textContent,{type:\"script\"},!1,t)):!e.type&&e.textContent?.length&&(e.textContent=t.rewrite.js.rewrite(e.textContent,{type:\"script\"},!1,t))),e instanceof HTMLStyleElement&&e.textContent?.length&&(e.textContent=t.rewrite.css.rewrite(e.textContent,t.meta)),e instanceof HTMLIFrameElement&&(e.src&&(e.dataset.dynamic_src=e.src,e.src=t.url.encode(e.src,t.meta)),e.srcdoc)){e.dataset.dynamic_srcdoc=e.srcdoc;let i=new Blob([t.rewrite.html.rewrite(e.srcdoc,t.meta)],{type:\"text/html\"});e.src=URL.createObjectURL(i)}if(e instanceof HTMLLinkElement&&(\"stylesheet\"!==e.getAttribute(\"rel\")&&\"prefetch\"!==e.getAttribute(\"rel\")&&\"dns-prefetch\"!==e.getAttribute(\"rel\")?(e.href&&(e.dataset.dynamic_href=e.href,e.href=t.url.encode(e.href,t.meta)),e.imageSrcset&&(e.dataset.dynamic_imagesrcset=e.imageSrcset,e.imageSrcset=t.rewrite.srcset.encode(e.imageSrcset,t))):e.addEventListener(\"error\",i=>{if(e instanceof HTMLLinkElement)return e.href&&(e.dataset.dynamic_href=e.href,e.href=t.url.encode(e.href,t.meta)),e.imageSrcset&&(e.dataset.dynamic_imagesrcset=e.imageSrcset,e.imageSrcset=t.rewrite.srcset.encode(e.imageSrcset,t)),i.preventDefault(),!1},{once:!0})),e instanceof HTMLAnchorElement&&e.href&&(e.dataset.dynamic_href=e.href,e.href=t.url.encode(e.href,t.meta)),e instanceof HTMLFormElement&&e.action&&(e.dataset.dynamic_action=e.action,e.action=t.url.encode(e.action,t.meta)),e instanceof HTMLObjectElement&&e.data&&(e.dataset.dynamic_data=e.data,e.data=t.url.encode(e.data,t.meta)),e instanceof HTMLSourceElement&&(e.src&&(e.dataset.dynamic_src=e.src,e.src=t.url.encode(e.src,t.meta)),e.srcset&&(e.dataset.dynamic_srcset=e.srcset,e.srcset=t.rewrite.srcset.encode(e.srcset,t))),e instanceof HTMLImageElement&&(e.src&&(e.dataset.dynamic_src=e.src,e.src=t.url.encode(e.src,t.meta)),e.srcset&&(e.dataset.dynamic_srcset=e.srcset,e.srcset=t.rewrite.srcset.encode(e.srcset,t))),e instanceof HTMLAreaElement&&e.href&&(e.dataset.dynamic_href=e.href,e.href=t.url.encode(e.href,t.meta)),e instanceof HTMLBaseElement&&e.href&&(e.dataset.dynamic_href=e.href,e.href=t.url.encode(e.href,t.meta)),e instanceof HTMLInputElement&&e.src&&(e.dataset.dynamic_src=e.src,e.src=t.url.encode(e.src,t.meta)),e instanceof HTMLAudioElement&&e.src&&(e.dataset.dynamic_src=e.src,e.src=t.url.encode(e.src,t.meta)),e instanceof HTMLVideoElement&&e.src&&(e.dataset.dynamic_src=e.src,e.src=t.url.encode(e.src,t.meta)),e instanceof HTMLTrackElement&&e.src&&(e.dataset.dynamic_src=e.src,e.src=t.url.encode(e.src,t.meta)),e instanceof HTMLMediaElement&&e.src&&(e.dataset.dynamic_src=e.src,e.src=t.url.encode(e.src,t.meta)),e instanceof HTMLMetaElement&&e.httpEquiv){if(\"refresh\"==e.httpEquiv.toLowerCase()){var r=e.content.split(\";url=\")[0],n=e.content.split(\";url=\")[1];e.content=`${r};url=${t.url.encode(n,t.meta)}`}\"content-security-policy\"==e.httpEquiv.toLowerCase()&&e.remove()}return e instanceof HTMLElement&&(e.getAttribute(\"style\")&&e.setAttribute(\"style\",t.rewrite.css.rewrite(e.getAttribute(\"style\"),t.meta)),e.integrity&&(e.setAttribute(\"nointegrity\",e.integrity),e.removeAttribute(\"integrity\")),e.nonce&&(e.setAttribute(\"nononce\",e.nonce),e.removeAttribute(\"nonce\"))),e.rewritten=!0}}t||(t=e.__dynamic);let r=Gn({childList(e){for(let t of(i(e.target),e.addedNodes))if(t.childNodes)for(let r of t.childNodes)i(r);if(e.target.childNodes)for(var n of e.target.childNodes)i(n)},attributes(e){},characterData(e){}},e.document);e.document.addEventListener(\"DOMContentLoaded\",()=>{r.disconnect()},{once:!0})}function rr(e){e.__dynamic.eval=e.__dynamic.wrap(eval,function(t,...i){if(i.length){var r=i[0].toString();return r=e.__dynamic.rewrite.js.rewrite(r,{type:\"script\"},!1,e.__dynamic),t.apply(this,[r])}},\"eval\"),e.__dynamic.define(e.Object.prototype,\"__dynamic$eval\",{get(){return this===window?e.__dynamic.eval:this.eval},set:e=>e}),e.__dynamic$wrapEval=t=>arguments.length?e.__dynamic.fire(\"eval\",[e,t])||(t=e.__dynamic.rewrite.js.rewrite(t,{type:\"script\"},!1,e.__dynamic)):arguments[0]}function nr(e){var t=e.Function.prototype.toString;e.__dynamic.Function=e.Function.bind({}),e.__dynamic.define(e.Function.prototype,\"_toString\",{get:()=>t,set(){}});var i=function(){try{var e=Reflect.apply(t,this,[])}catch{return`function ${this.name}() { [native code] }`}return e.includes(\"[native code]\")?`function ${this.name}() { [native code] }`:e};e.__dynamic.define(e.Function.prototype,\"toString\",{get(){return this.__toString||i},set(e){this.__toString=e}}),e.Function=new Proxy(e.Function,{apply(t,i,r){var n=[...r],s=n.pop();return s=`(function anonymous(${n.toString()}) {${s}})`,s=e.__dynamic.rewrite.js.rewrite(s,{type:\"script\"},!1,e.__dynamic),e.eval(s)},construct(t,i){var r=[...i],n=r.pop();return n=`(function anonymous(${r.toString()}) {${n}})`,n=e.__dynamic.rewrite.js.rewrite(n,{type:\"script\"},!1,e.__dynamic),e.eval(n)}}),e.Function.prototype.apply=e.__dynamic.wrap(e.Function.prototype.apply,function(t,...i){return i[0]==e.__dynamic$window&&(i[0]=i[0].__dynamic$self),i[0]==e.__dynamic$document&&(i[0]=e.document),Reflect.apply(t,this,i)},\"Function.prototype.apply\"),e.Function.prototype.call=new Proxy(e.Function.prototype.call,{apply:(t,i,r)=>(r[0]==e.__dynamic$window&&(r[0]=r[0].__dynamic$self),r[0]==e.__dynamic$document&&(r[0]=e.document),Reflect.apply(t,i,r))}),e.Function.prototype.bind=e.__dynamic.wrap(e.Function.prototype.bind,function(t,...i){return i[0]==e.__dynamic$window&&(i[0]=i[0].__dynamic$self),i[0]==e.__dynamic$document&&(i[0]=e.document),t.apply(this,i)},\"Function.prototype.bind\")}function ar(e){}function sr(e){}var zn,qe=class{constructor(e){this.methods=[{name:\"get\",function:\"self\"},{name:\"func\",function:\"self\"},{name:\"location\",function:\"self\"},{name:\"mutation\",function:\"self\"},{name:\"dom\",function:\"self\"},{name:\"write\",function:\"self\"},{name:\"message\",function:\"self\"},{name:\"reflect\",function:\"self\"},{name:\"window\",function:\"self\"},{name:\"eval\",function:\"self\"},{name:\"attr\",function:\"self\"},{name:\"policy\",function:\"self\"},{name:\"worker\",function:\"self\"},{name:\"history\",function:\"self\"},{name:\"ws\",function:\"self\"},{name:\"cookie\",function:\"self\"},{name:\"fetch\",function:\"self\"},{name:\"niche\",function:\"self\"},{name:\"storage\",function:\"self\"},{name:\"style\",function:\"self\"},{name:\"rtc\",function:\"self\"},{name:\"blob\",function:\"self\"},{name:\"navigator\",function:\"self\"},],\"DedicatedWorkerGlobalScope\"==self.constructor.name||\"SharedWorkerGlobalScope\"==self.constructor.name?(this.message=gt,this.location=dt,this.window=yt,this.get=mt,this.reflect=_t,this.imports=xt,this.blob=bt,this.mutation=wt):(this.location=dt,this.get=mt,this.window=yt,this.attr=qi,this.worker=Gi,this.history=zi,this.ws=Ki,this.fetch=Xi,this.message=gt,this.policy=ar,this.write=Qi,this.imports=xt,this.reflect=_t,this.niche=Yi,this.storage=Ji,this.navigator=Zi,this.cookie=tr,this.style=ir,this.blob=bt,this.mutation=wt,this.eval=rr,this.func=nr,this.rtc=sr,this.dom=Wi),this.ctx=e}};function Qs(e,t){return e||(e=[]),e.find(e=>e.name==t.name)?e[e.findIndex(e=>e.name==t.name)]={name:t.name,value:t.value,expires:t.expires}:e.push({name:t.name,value:t.value,expires:t.expires}),e}var he={open:async()=>Bt(\"__dynamic$cookies\",1,{async upgrade(e){await e.createObjectStore(\"__dynamic$cookies\")}}),set:async(e,t,i)=>(t.domain&&(e=t.domain),e.startsWith(\".\")&&(e=e.slice(1)),t.expires&&new Date(t.expires)<new Date)?he.remove(e,t,i):(await (await i).put(\"__dynamic$cookies\",Qs(await (await i).get(\"__dynamic$cookies\",e),t),e),!0),async get(e,t){var i=e.replace(/^(.*\\.)?([^.]*\\..*)$/g,\"$2\"),r=await (await t).get(\"__dynamic$cookies\",e)||[];if(e!==i&&e!==\".\"+i){var n=await (await t).get(\"__dynamic$cookies\",i);if(n)for(var{name:s,value:a,expires:o}of n){if(o&&new Date(o)<=new Date){he.remove(e,n.find(e=>e.name==s&&e.value==a&&e.expires==o),t);continue}r.find(e=>e.name==s&&e.value==a)||r.push({name:s,value:a,expires:o||new Date(1e13)})}}return r},async remove(e,t,i){t.domain&&(e=t.domain),e.startsWith(\".\")&&(e=e.slice(1));var r=await (await i).get(\"__dynamic$cookies\",e);return!!r&&(await (await i).put(\"__dynamic$cookies\",r=r.filter(e=>e.name!==t.name),e),!0)},async update(e,t){var i=await (await t).get(\"__dynamic$cookies\",e.replace(/^(.*\\.)?([^.]*\\..*)$/g,\"$2\"));if(i){for(var{name:r,value:n,expires:s}of i)if(s&&new Date(s)<=new Date){he.remove(e,{name:r,value:n,expires:s},t);continue}}return i}},Ge=class{constructor(e){this.db=he,this.ctx=e}async get(e){this._db||(this._db=this.db.open());let t=await he.get(e,this._db);return We(t)}async set(e,t=\"\"){return t=this.ctx.modules.setCookieParser.parse(t,{decodeValues:!1})[0],this._db||(this._db=this.db.open()),await he.set(e,t,this._db)}async open(){await he.open()}async update(e){return this._db||(this._db=this.db.open()),await he.update(e,this._db)}},lr={};dr(lr,{aes:()=>po,base64:()=>mo,none:()=>fo,plain:()=>ho,xor:()=>lo});var xe=14,ne=8,ze=!1,Ys=e=>{try{return unescape(encodeURIComponent(e))}catch{throw\"Error on UTF-8 encode\"}},Js=e=>{try{return decodeURIComponent(escape(e))}catch{throw\"Bad Key\"}},Zs=e=>{var t,i,r=[];for(e.length<16&&(r=[t=16-e.length,t,t,t,t,t,t,t,t,t,t,t,t,t,t,t]),i=0;i<e.length;i++)r[i]=e[i];return r},Kn=(e,t)=>{var i,r,n=\"\";if(t){if((i=e[15])>16)throw\"Decryption error: Maybe bad key\";if(16===i)return\"\";for(r=0;r<16-i;r++)n+=String.fromCharCode(e[r])}else for(r=0;r<16;r++)n+=String.fromCharCode(e[r]);return n},or=(e,t)=>{var i,r=[];for(t||(e=Ys(e)),i=0;i<e.length;i++)r[i]=e.charCodeAt(i);return r},eo=e=>{var t,i=[];for(t=0;t<e;t++)i=i.concat(Math.floor(256*Math.random()));return i},Yn=(e,t)=>{var i,r=xe>=12?3:2,n=[],s=[],a=[],o=[],c=e.concat(t);for(a[0]=Qn(c),o=a[0],i=1;i<r;i++)a[i]=Qn(a[i-1].concat(c)),o=o.concat(a[i]);return{key:n=o.slice(0,4*ne),iv:s=o.slice(4*ne,4*ne+16)}},to=(e,t,i)=>{t=ta(t);var r,n=Math.ceil(e.length/16),s=[],a=[];for(r=0;r<n;r++)s[r]=Zs(e.slice(16*r,16*r+16));for(e.length%16==0&&(s.push([16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,]),n++),r=0;r<s.length;r++)s[r]=0===r?Pt(s[r],i):Pt(s[r],a[r-1]),a[r]=ro(s[r],t);return a},io=(e,t,i,r)=>{t=ta(t);var n,s=e.length/16,a=[],o=[],c=\"\";for(n=0;n<s;n++)a.push(e.slice(16*n,(n+1)*16));for(n=a.length-1;n>=0;n--)o[n]=no(a[n],t),o[n]=0===n?Pt(o[n],i):Pt(o[n],a[n-1]);for(n=0;n<s-1;n++)c+=Kn(o[n],!1);return c+=Kn(o[n],!0),r?c:Js(c)},ro=(e,t)=>{ze=!1;var i,r=Lt(e,t,0);for(i=1;i<xe+1;i++)r=Jn(r),r=Zn(r),i<xe&&(r=ea(r)),r=Lt(r,t,i);return r},no=(e,t)=>{ze=!0;var i,r=Lt(e,t,xe);for(i=xe-1;i>-1;i--)r=Zn(r),r=Jn(r),r=Lt(r,t,i),i>0&&(r=ea(r));return r},Jn=e=>{var t,i=ze?co:ur,r=[];for(t=0;t<16;t++)r[t]=i[e[t]];return r},Zn=e=>{var t,i=[],r=ze?[0,13,10,7,4,1,14,11,8,5,2,15,12,9,6,3]:[0,5,10,15,4,9,14,3,8,13,2,7,12,1,6,11];for(t=0;t<16;t++)i[t]=e[r[t]];return i},ea=e=>{var t,i=[];if(ze)for(t=0;t<4;t++)i[4*t]=At[e[4*t]]^Ct[e[1+4*t]]^kt[e[2+4*t]]^Et[e[3+4*t]],i[1+4*t]=Et[e[4*t]]^At[e[1+4*t]]^Ct[e[2+4*t]]^kt[e[3+4*t]],i[2+4*t]=kt[e[4*t]]^Et[e[1+4*t]]^At[e[2+4*t]]^Ct[e[3+4*t]],i[3+4*t]=Ct[e[4*t]]^kt[e[1+4*t]]^Et[e[2+4*t]]^At[e[3+4*t]];else for(t=0;t<4;t++)i[4*t]=vt[e[4*t]]^St[e[1+4*t]]^e[2+4*t]^e[3+4*t],i[1+4*t]=e[4*t]^vt[e[1+4*t]]^St[e[2+4*t]]^e[3+4*t],i[2+4*t]=e[4*t]^e[1+4*t]^vt[e[2+4*t]]^St[e[3+4*t]],i[3+4*t]=St[e[4*t]]^e[1+4*t]^e[2+4*t]^vt[e[3+4*t]];return i},Lt=(e,t,i)=>{var r,n=[];for(r=0;r<16;r++)n[r]=e[r]^t[i][r];return n},Pt=(e,t)=>{var i,r=[];for(i=0;i<16;i++)r[i]=e[i]^t[i];return r},ta=e=>{var t,i,r,n,s=[],a=[],o=[];for(t=0;t<ne;t++)i=[e[4*t],e[4*t+1],e[4*t+2],e[4*t+3]],s[t]=i;for(t=ne;t<4*(xe+1);t++){for(s[t]=[],r=0;r<4;r++)a[r]=s[t-1][r];for(t%ne==0?(a=Xn(ao(a)),a[0]^=uo[t/ne-1]):ne>6&&t%ne==4&&(a=Xn(a)),r=0;r<4;r++)s[t][r]=s[t-ne][r]^a[r]}for(t=0;t<xe+1;t++)for(o[t]=[],n=0;n<4;n++)o[t].push(s[4*t+n][0],s[4*t+n][1],s[4*t+n][2],s[4*t+n][3]);return o},Xn=e=>{for(var t=0;t<4;t++)e[t]=ur[e[t]];return e},ao=e=>{var t,i=e[0];for(t=0;t<3;t++)e[t]=e[t+1];return e[3]=i,e},cr=(e,t)=>{var i,r=[];for(i=0;i<e.length;i+=t)r[i/t]=Number.parseInt(e.substr(i,t),16);return r},so=e=>{var t,i=[];for(t=0;t<e.length;t++)i[e[t]]=t;return i},oo=(e,t)=>{var i,r;for(r=0,i=0;i<8;i++)r=(1&t)==1?r^e:r,e=e>127?283^e<<1:e<<1,t>>>=1;return r},Ae=e=>{var t,i=[];for(t=0;t<256;t++)i[t]=oo(e,t);return i},ur=cr(\"637c777bf26b6fc53001672bfed7ab76ca82c97dfa5947f0add4a2af9ca472c0b7fd9326363ff7cc34a5e5f171d8311504c723c31896059a071280e2eb27b27509832c1a1b6e5aa0523bd6b329e32f8453d100ed20fcb15b6acbbe394a4c58cfd0efaafb434d338545f9027f503c9fa851a3408f929d38f5bcb6da2110fff3d2cd0c13ec5f974417c4a77e3d645d197360814fdc222a908846eeb814de5e0bdbe0323a0a4906245cc2d3ac629195e479e7c8376d8dd54ea96c56f4ea657aae08ba78252e1ca6b4c6e8dd741f4bbd8b8a703eb5664803f60e613557b986c11d9ee1f8981169d98e949b1e87e9ce5528df8ca1890dbfe6426841992d0fb054bb16\",2),co=so(ur),uo=cr(\"01020408102040801b366cd8ab4d9a2f5ebc63c697356ad4b37dfaefc591\",2),vt=Ae(2),St=Ae(3),Et=Ae(9),Ct=Ae(11),kt=Ae(13),At=Ae(14),ia=(e,t,i)=>{var r,n=eo(8),s=Yn(or(t,i),n),a=s.key,o=s.iv,c=[[83,97,108,116,101,100,95,95].concat(n)];return e=or(e,i),r=c.concat(r=to(e,a,o)),na.encode(r)},ra=(e,t,i)=>{var r=na.decode(e),n=r.slice(8,16),s=Yn(or(t,i),n),a=s.key,o=s.iv;return e=io(r=r.slice(16,r.length),a,o,i)},Qn=e=>{function t(e,t){return e<<t|e>>>32-t}function i(e,t){var i,r,n,s,a;return n=2147483648&e,s=2147483648&t,i=1073741824&e,r=1073741824&t,a=(1073741823&e)+(1073741823&t),i&r?2147483648^a^n^s:i|r?1073741824&a?3221225472^a^n^s:1073741824^a^n^s:a^n^s}function r(e,t,i){return e&t|~e&i}function n(e,t,i){return e&i|t&~i}function s(e,t,i){return e^t^i}function a(e,t,i){return t^(e|~i)}function o(e,n,s,a,o,c,u){return e=i(e,i(i(r(n,s,a),o),u)),i(t(e,c),n)}function c(e,r,s,a,o,c,u){return e=i(e,i(i(n(r,s,a),o),u)),i(t(e,c),r)}function u(e,r,n,a,o,c,u){return e=i(e,i(i(s(r,n,a),o),u)),i(t(e,c),r)}function l(e,r,n,s,o,c,u){return e=i(e,i(i(a(r,n,s),o),u)),i(t(e,c),r)}function h(e){for(var t,i=e.length,r=i+8,n=((r-r%64)/64+1)*16,s=[],a=0,o=0;o<i;)t=(o-o%4)/4,a=o%4*8,s[t]=s[t]|e[o]<<a,o++;return t=(o-o%4)/4,a=o%4*8,s[t]=s[t]|128<<a,s[n-2]=i<<3,s[n-1]=i>>>29,s}function p(e){var t,i,r=[];for(i=0;i<=3;i++)t=e>>>8*i&255,r=r.concat(t);return r}var d,m,f,$,y,_,g,x,v,w=[],b=cr(\"67452301efcdab8998badcfe10325476d76aa478e8c7b756242070dbc1bdceeef57c0faf4787c62aa8304613fd469501698098d88b44f7afffff5bb1895cd7be6b901122fd987193a679438e49b40821f61e2562c040b340265e5a51e9b6c7aad62f105d02441453d8a1e681e7d3fbc821e1cde6c33707d6f4d50d87455a14eda9e3e905fcefa3f8676f02d98d2a4c8afffa39428771f6816d9d6122fde5380ca4beea444bdecfa9f6bb4b60bebfbc70289b7ec6eaa127fad4ef308504881d05d9d4d039e6db99e51fa27cf8c4ac5665f4292244432aff97ab9423a7fc93a039655b59c38f0ccc92ffeff47d85845dd16fa87e4ffe2ce6e0a30143144e0811a1f7537e82bd3af2352ad7d2bbeb86d391\",8);for(w=h(e),_=b[0],g=b[1],x=b[2],v=b[3],d=0;d<w.length;d+=16)m=_,f=g,$=x,y=v,_=o(_,g,x,v,w[d+0],7,b[4]),v=o(v,_,g,x,w[d+1],12,b[5]),x=o(x,v,_,g,w[d+2],17,b[6]),g=o(g,x,v,_,w[d+3],22,b[7]),_=o(_,g,x,v,w[d+4],7,b[8]),v=o(v,_,g,x,w[d+5],12,b[9]),x=o(x,v,_,g,w[d+6],17,b[10]),g=o(g,x,v,_,w[d+7],22,b[11]),_=o(_,g,x,v,w[d+8],7,b[12]),v=o(v,_,g,x,w[d+9],12,b[13]),x=o(x,v,_,g,w[d+10],17,b[14]),g=o(g,x,v,_,w[d+11],22,b[15]),_=o(_,g,x,v,w[d+12],7,b[16]),v=o(v,_,g,x,w[d+13],12,b[17]),x=o(x,v,_,g,w[d+14],17,b[18]),g=o(g,x,v,_,w[d+15],22,b[19]),_=c(_,g,x,v,w[d+1],5,b[20]),v=c(v,_,g,x,w[d+6],9,b[21]),x=c(x,v,_,g,w[d+11],14,b[22]),g=c(g,x,v,_,w[d+0],20,b[23]),_=c(_,g,x,v,w[d+5],5,b[24]),v=c(v,_,g,x,w[d+10],9,b[25]),x=c(x,v,_,g,w[d+15],14,b[26]),g=c(g,x,v,_,w[d+4],20,b[27]),_=c(_,g,x,v,w[d+9],5,b[28]),v=c(v,_,g,x,w[d+14],9,b[29]),x=c(x,v,_,g,w[d+3],14,b[30]),g=c(g,x,v,_,w[d+8],20,b[31]),_=c(_,g,x,v,w[d+13],5,b[32]),v=c(v,_,g,x,w[d+2],9,b[33]),x=c(x,v,_,g,w[d+7],14,b[34]),g=c(g,x,v,_,w[d+12],20,b[35]),_=u(_,g,x,v,w[d+5],4,b[36]),v=u(v,_,g,x,w[d+8],11,b[37]),x=u(x,v,_,g,w[d+11],16,b[38]),g=u(g,x,v,_,w[d+14],23,b[39]),_=u(_,g,x,v,w[d+1],4,b[40]),v=u(v,_,g,x,w[d+4],11,b[41]),x=u(x,v,_,g,w[d+7],16,b[42]),g=u(g,x,v,_,w[d+10],23,b[43]),_=u(_,g,x,v,w[d+13],4,b[44]),v=u(v,_,g,x,w[d+0],11,b[45]),x=u(x,v,_,g,w[d+3],16,b[46]),g=u(g,x,v,_,w[d+6],23,b[47]),_=u(_,g,x,v,w[d+9],4,b[48]),v=u(v,_,g,x,w[d+12],11,b[49]),x=u(x,v,_,g,w[d+15],16,b[50]),g=u(g,x,v,_,w[d+2],23,b[51]),_=l(_,g,x,v,w[d+0],6,b[52]),v=l(v,_,g,x,w[d+7],10,b[53]),x=l(x,v,_,g,w[d+14],15,b[54]),g=l(g,x,v,_,w[d+5],21,b[55]),_=l(_,g,x,v,w[d+12],6,b[56]),v=l(v,_,g,x,w[d+3],10,b[57]),x=l(x,v,_,g,w[d+10],15,b[58]),g=l(g,x,v,_,w[d+1],21,b[59]),_=l(_,g,x,v,w[d+8],6,b[60]),v=l(v,_,g,x,w[d+15],10,b[61]),x=l(x,v,_,g,w[d+6],15,b[62]),g=l(g,x,v,_,w[d+13],21,b[63]),_=l(_,g,x,v,w[d+4],6,b[64]),v=l(v,_,g,x,w[d+11],10,b[65]),x=l(x,v,_,g,w[d+2],15,b[66]),g=l(g,x,v,_,w[d+9],21,b[67]),_=i(_,m),g=i(g,f),x=i(x,$),v=i(v,y);return p(_).concat(p(g),p(x),p(v))},na=(()=>{var e=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\",t=e.split(\"\"),i=(e,i)=>{var r,n,s=[],a=\"\",o=Math.floor(16*e.length/3);for(r=0;r<16*e.length;r++)s.push(e[Math.floor(r/16)][r%16]);for(r=0;r<s.length;r+=3)a+=t[s[r]>>2],a+=t[(3&s[r])<<4|s[r+1]>>4],void 0!==s[r+1]?a+=t[(15&s[r+1])<<2|s[r+2]>>6]:a+=\"=\",void 0!==s[r+2]?a+=t[63&s[r+2]]:a+=\"=\";for(n=a.slice(0,64)+`\n`,r=1;r<Math.ceil(a.length/64);r++)n+=a.slice(64*r,64*r+64)+(Math.ceil(a.length/64)===r+1?\"\":`\n`);return n},r=t=>{t=t.replace(/\\n/g,\"\");var i,r=[],n=[],s=[];for(i=0;i<t.length;i+=4)n[0]=e.indexOf(t.charAt(i)),n[1]=e.indexOf(t.charAt(i+1)),n[2]=e.indexOf(t.charAt(i+2)),n[3]=e.indexOf(t.charAt(i+3)),s[0]=n[0]<<2|n[1]>>4,s[1]=(15&n[1])<<4|n[2]>>2,s[2]=(3&n[2])<<6|n[3],r.push(s[0],s[1],s[2]);return r.slice(0,r.length-r.length%16)};return\"function\"==typeof Array.indexOf&&(e=t),{encode:i,decode:r}})(),lo={encode:(e,t=2)=>e&&encodeURIComponent(e.split(\"\").map((e,i)=>i%t?String.fromCharCode(e.charCodeAt(0)^t):e).join(\"\")),decode:(e,t=2)=>e&&decodeURIComponent(e).split(\"\").map((e,i)=>i%t?String.fromCharCode(e.charCodeAt(0)^t):e).join(\"\")},ho={encode:e=>e&&encodeURIComponent(e),decode:e=>e&&decodeURIComponent(e)},po={encode:e=>e&&encodeURIComponent(ia(e,\"dynamic\").substring(10)),decode:e=>e&&ra(\"U2FsdGVkX1\"+decodeURIComponent(e),\"dynamic\")},fo={encode:e=>e,decode:e=>e},mo={encode:e=>e&&decodeURIComponent(btoa(e)),decode:e=>e&&atob(e)},Rt=class{constructor(e){this.modules=new Mn(this),this.util=new $n(this),this.meta=new Un(this),this.regex=new Ue(this),this.rewrite=new Vn(this),this.url=new jn(this),this.is=new Wn(this),this.cookies=new Ge(this),this.client=new qe(this),this.encoding=lr,this.headers=Hn,this.listeners=[],e&&!this.config&&(this.config=e),e&&this.util.encode(self)}on(e,t){this.listeners.push({event:e,cb:t})}fire(e,t){let i=!1;for(let r of this.listeners)r.event===e&&(t=(i=!0,r.cb(...t)));return i&&t?t:null}};function hr(e,t){t||(t=e.__dynamic),t.define=new e.Proxy(e.Object.defineProperty,{apply(e,t,i){try{return Reflect.apply(e,t,i)}catch{return i[2]}}}),t.defines=new e.Proxy(e.Object.defineProperties,{apply(e,t,i){try{return Reflect.apply(e,t,i)}catch{return i[1]}}}),e.parent&&(t.parent=e.parent),e.top&&(t.top=e.top),e.document&&(t.elements={attributes:[\"src\",\"href\",\"srcset\",\"action\",\"data\",\"integrity\",\"nonce\",\"imagesrcset\",],iframeSrc:Object.getOwnPropertyDescriptor(e.HTMLIFrameElement.prototype,\"src\"),contentWindow:Object.getOwnPropertyDescriptor(e.HTMLIFrameElement.prototype,\"contentWindow\"),innerHTML:Object.getOwnPropertyDescriptor(e.Element.prototype,\"innerHTML\"),outerHTML:Object.getOwnPropertyDescriptor(e.Element.prototype,\"outerHTML\"),attrValue:Object.getOwnPropertyDescriptor(e.Attr.prototype,\"value\"),setAttribute:e.Element.prototype.setAttribute,getAttribute:e.Element.prototype.getAttribute,removeAttribute:e.Element.prototype.removeAttribute,hasAttribute:e.Element.prototype.hasAttribute,cloneNode:e.Node.prototype.cloneNode,addEventListener:e.Node.prototype.addEventListener,config:[{elements:[e.HTMLScriptElement,e.HTMLIFrameElement,e.HTMLEmbedElement,e.HTMLInputElement,e.HTMLTrackElement,e.HTMLMediaElement,e.HTMLSourceElement,e.Image,e.HTMLImageElement,],tags:[\"src\"],action:\"url\"},{elements:[e.HTMLSourceElement,e.HTMLImageElement],tags:[\"srcset\"],action:\"srcset\"},{elements:[e.HTMLAnchorElement,e.HTMLLinkElement,e.HTMLAreaElement,e.SVGImageElement,e.HTMLBaseElement,],tags:[\"href\"],action:\"url\"},{elements:[e.HTMLIFrameElement],tags:[\"contentWindow\",\"contentDocument\"],action:\"window\"},{elements:[e.HTMLFormElement],tags:[\"action\"],action:\"url\"},{elements:[e.HTMLObjectElement],tags:[\"data\"],action:\"url\"},{elements:[e.HTMLScriptElement,e.HTMLLinkElement],tags:[\"integrity\"],action:\"rewrite\",new:\"nointegrity\"},{elements:[e.HTMLScriptElement,e.HTMLLinkElement],tags:[\"nonce\"],action:\"rewrite\",new:\"nononce\"},{elements:[e.HTMLIFrameElement],tags:[\"srcdoc\"],action:\"html\"},{elements:[e.HTMLElement],tags:[\"style\"],action:\"css\"},{elements:[e.HTMLLinkElement],tags:[\"imageSrcset\"],action:\"srcset\"},],createGetter:t=>({get(){return new URL(this.href||e.__dynamic$location.href)[t]},set(e){}}),client:It},e.__dynamic.baseURL=e.document?new URL(e.__dynamic.url.decode(e.document.baseURI)):null),e.document&&(t.cookie={str:e.__dynamic$cookie||\"\",desc:Object.getOwnPropertyDescriptor(e.Document.prototype,\"cookie\")}),e.XMLHttpRequest&&(t.http={XMLResponseURL:Object.getOwnPropertyDescriptor(e.XMLHttpRequest.prototype,\"responseURL\"),ResponseURL:Object.getOwnPropertyDescriptor(e.Response.prototype,\"url\"),RequestURL:Object.getOwnPropertyDescriptor(e.Request.prototype,\"url\"),XMLHttpRequest:e.XMLHttpRequest}),e.Storage&&(t.storage={localStorage:e.localStorage,sessionStorage:e.sessionStorage,keys:{localStorage:Object.keys(e.localStorage),sessionStorage:Object.keys(e.sessionStorage)},methods:[\"getItem\",\"setItem\",\"removeItem\",\"clear\",\"length\",\"keys\",\"values\",\"entries\",\"forEach\",\"hasOwnProperty\",\"toString\",\"toLocaleString\",\"valueOf\",\"isPrototypeOf\",\"propertyIsEnumerable\",\"constructor\",\"key\",]},t.storage.cloned={localStorage:t.util.clone(t.storage.localStorage),sessionStorage:t.util.clone(t.storage.sessionStorage)}),e.RTCPeerConnection&&(t.webrtc={endpoints:[\"stun:stun.webice.org\"]}),e.trustedTypes&&(t.trustedTypes={policy:e.trustedTypes.createPolicy(\"dynamic\",{createHTML:e=>e,createScript:e=>e,createScriptURL:e=>e,createURL:e=>e}),createScript:e.TrustedTypePolicy.prototype.createScript}),e.__dynamic$config.tab&&(e.document&&e.__dynamic$config.tab.title&&(document.title=e.__dynamic$config.tab.title,t.define(e.document,\"title\",{get:()=>e.__dynamic$config.tab.title,set:e=>e})),e.__dynamic$config.tab.icon&&(e.__dynamic$icon=e.__dynamic$config.tab.icon),e.Navigator&&e.__dynamic$config.tab.ua&&t.define(e.navigator,\"userAgent\",{get:()=>e.__dynamic$config.tab.ua,set(){}}))}function pr(e){e.__dynamic.wrap=(t,i,r)=>{if(t.__dynamic$target)return t;if(t.toString().includes(\"{ [native code] }\")&&!t.prototype){var n=i,s=t,a=function(...t){if(\"string\"==typeof r){var i=e.__dynamic.fire(r,this?[this,...t]:t);if(i)return i}return n.call(this,s,...t)},o=function(...e){return a.call(this,...e)};return e.__dynamic.define(o,\"name\",{value:t.name,writable:!1}),o.__dynamic$target=t,o.toString=()=>`function ${t.name}() { [native code] }`,o}try{let c=class extends t{constructor(...e){var n=[...e],s=i.call(t,t,...e);s&&(e=s),super(...e),r&&r(this,n)}};return Object.defineProperty(c,\"name\",{value:t.name,writable:!1}),c}catch{return t}}}function It(e,t={},i=\"\"){if(e.hasOwnProperty(\"__dynamic\"))return!1;e.hasOwnProperty(\"__dynamic$config\")||(e.__dynamic$config=t),e.parent?.__dynamic&&(e.__dynamic$bare=e.parent.__dynamic$bare);let r=new Rt(e.__dynamic$config);for(var n of(r.config.bare.path=\"string\"==typeof r.config.bare.path||r.config.bare.path instanceof URL?new URL(r.config.bare.path,e.location):r.config.bare.path.map(t=>new URL(t,e.location)),e.__dynamic$baseURL=i||e.__dynamic$url||r.url.decode(location.pathname+location.search+location.hash)||\"\",e.__dynamic=r,e.__dynamic.bare=new e.__dynamic.modules.bare.BareClient(e.__dynamic$config.bare.path,e.__dynamic$bare),e.__dynamic.meta.load(new URL(e.__dynamic$baseURL)),hr(e,null),pr(e),e.__dynamic.client.methods)){let s=n.name,a=Object.entries(e.__dynamic.client).find(e=>e[0]==s);\"mutation\"==s&&e.frameElement||\"self\"==n.function&&a[1](e)}return e}var Fl=It(self)})(); /*! Bundled license information:\n\ncookie/index.js:\n  (*!\n   * cookie\n   * Copyright(c) 2012-2014 Roman Shtylman\n   * Copyright(c) 2015 Douglas Christopher Wilson\n   * MIT Licensed\n   *)\n*/ "
  },
  {
    "path": "static/assets/history/config.js",
    "content": "self.__dynamic$config = {\n\tprefix: \"/a/q/\",\n\tencoding: \"xor\",\n\tmode: \"production\",\n\tlogLevel: 0,\n\tbare: {\n\t\tversion: 2,\n\t\tpath: \"/ca/\",\n\t},\n\ttab: {\n\t\ttitle: null,\n\t\ticon: null,\n\t\tua: \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.3\",\n\t},\n\tassets: {\n\t\tprefix: \"/assets/history/\",\n\t\tfiles: {\n\t\t\thandler: \"handler.js?v=2025-04-15\",\n\t\t\tclient: \"client.js?v=12\",\n\t\t\tworker: \"worker.js?v=12\",\n\t\t\tconfig: \"config.js?v=2025-04-15\",\n\t\t\tinject: \"\",\n\t\t},\n\t},\n\tblock: [],\n};\n"
  },
  {
    "path": "static/assets/history/handler.js",
    "content": "\"use strict\";(()=>{var aa=Object.create,Je=Object.defineProperty,sa=Object.getOwnPropertyDescriptor,oa=Object.getOwnPropertyNames,ca=Object.getPrototypeOf,ua=Object.prototype.hasOwnProperty,la=(e,t,i)=>t in e?Je(e,t,{enumerable:!0,configurable:!0,writable:!0,value:i}):e[t]=i,Nt=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),fr=(e,t)=>{for(var i in t)Je(e,i,{get:t[i],enumerable:!0})},ha=(e,t,i,r)=>{if(t&&\"object\"==typeof t||\"function\"==typeof t)for(let n of oa(t))!ua.call(e,n)&&n!==i&&Je(e,n,{get:()=>t[n],enumerable:!(r=sa(t,n))||r.enumerable});return e},Ze=(e,t,i)=>(i=null!=e?aa(ca(e)):{},ha(!t&&e&&e.__esModule?i:Je(i,\"default\",{value:e,enumerable:!0}),e)),q=(e,t,i)=>(la(e,\"symbol\"!=typeof t?t+\"\":t,i),i),Mt=Nt(((e,t)=>{function i(e){if(\"string\"!=typeof e)throw new TypeError(\"Path must be a string. Received \"+JSON.stringify(e))}function r(e,t){for(var i,r=\"\",n=0,s=-1,a=0,o=0;o<=e.length;++o){if(o<e.length)i=e.charCodeAt(o);else{if(47===i)break;i=47}if(47===i){if(s!==o-1&&1!==a)if(s!==o-1&&2===a){if(r.length<2||2!==n||46!==r.charCodeAt(r.length-1)||46!==r.charCodeAt(r.length-2))if(r.length>2){var c=r.lastIndexOf(\"/\");if(c!==r.length-1){-1===c?(r=\"\",n=0):n=(r=r.slice(0,c)).length-1-r.lastIndexOf(\"/\"),s=o,a=0;continue}}else if(2===r.length||1===r.length){r=\"\",n=0,s=o,a=0;continue}t&&(r.length>0?r+=\"/..\":r=\"..\",n=2)}else r.length>0?r+=\"/\"+e.slice(s+1,o):r=e.slice(s+1,o),n=o-s-1;s=o,a=0}else 46===i&&-1!==a?++a:a=-1}return r}var n={resolve:function(){for(var e,t=\"\",n=!1,s=arguments.length-1;s>=-1&&!n;s--){var a;s>=0?a=arguments[s]:(void 0===e&&(e=process.cwd()),a=e),i(a),0!==a.length&&(t=a+\"/\"+t,n=47===a.charCodeAt(0))}return t=r(t,!n),n?t.length>0?\"/\"+t:\"/\":t.length>0?t:\".\"},normalize:function(e){if(i(e),0===e.length)return\".\";var t=47===e.charCodeAt(0),n=47===e.charCodeAt(e.length-1);return 0===(e=r(e,!t)).length&&!t&&(e=\".\"),e.length>0&&n&&(e+=\"/\"),t?\"/\"+e:e},isAbsolute:function(e){return i(e),e.length>0&&47===e.charCodeAt(0)},join:function(){if(0===arguments.length)return\".\";for(var e,t=0;t<arguments.length;++t){var r=arguments[t];i(r),r.length>0&&(void 0===e?e=r:e+=\"/\"+r)}return void 0===e?\".\":n.normalize(e)},relative:function(e,t){if(i(e),i(t),e===t||(e=n.resolve(e))===(t=n.resolve(t)))return\"\";for(var r=1;r<e.length&&47===e.charCodeAt(r);++r);for(var s=e.length,a=s-r,o=1;o<t.length&&47===t.charCodeAt(o);++o);for(var c=t.length-o,l=a<c?a:c,p=-1,h=0;h<=l;++h){if(h===l){if(c>l){if(47===t.charCodeAt(o+h))return t.slice(o+h+1);if(0===h)return t.slice(o+h)}else a>l&&(47===e.charCodeAt(r+h)?p=h:0===h&&(p=0));break}var u=e.charCodeAt(r+h);if(u!==t.charCodeAt(o+h))break;47===u&&(p=h)}var d=\"\";for(h=r+p+1;h<=s;++h)(h===s||47===e.charCodeAt(h))&&(0===d.length?d+=\"..\":d+=\"/..\");return d.length>0?d+t.slice(o+p):(o+=p,47===t.charCodeAt(o)&&++o,t.slice(o))},_makeLong:function(e){return e},dirname:function(e){if(i(e),0===e.length)return\".\";for(var t=e.charCodeAt(0),r=47===t,n=-1,s=!0,a=e.length-1;a>=1;--a)if(47===(t=e.charCodeAt(a))){if(!s){n=a;break}}else s=!1;return-1===n?r?\"/\":\".\":r&&1===n?\"//\":e.slice(0,n)},basename:function(e,t){if(void 0!==t&&\"string\"!=typeof t)throw new TypeError('\"ext\" argument must be a string');i(e);var r,n=0,s=-1,a=!0;if(void 0!==t&&t.length>0&&t.length<=e.length){if(t.length===e.length&&t===e)return\"\";var o=t.length-1,c=-1;for(r=e.length-1;r>=0;--r){var l=e.charCodeAt(r);if(47===l){if(!a){n=r+1;break}}else-1===c&&(a=!1,c=r+1),o>=0&&(l===t.charCodeAt(o)?-1==--o&&(s=r):(o=-1,s=c))}return n===s?s=c:-1===s&&(s=e.length),e.slice(n,s)}for(r=e.length-1;r>=0;--r)if(47===e.charCodeAt(r)){if(!a){n=r+1;break}}else-1===s&&(a=!1,s=r+1);return-1===s?\"\":e.slice(n,s)},extname:function(e){i(e);for(var t=-1,r=0,n=-1,s=!0,a=0,o=e.length-1;o>=0;--o){var c=e.charCodeAt(o);if(47!==c)-1===n&&(s=!1,n=o+1),46===c?-1===t?t=o:1!==a&&(a=1):-1!==t&&(a=-1);else if(!s){r=o+1;break}}return-1===t||-1===n||0===a||1===a&&t===n-1&&t===r+1?\"\":e.slice(t,n)},format:function(e){if(null===e||\"object\"!=typeof e)throw new TypeError('The \"pathObject\" argument must be of type Object. Received type '+typeof e);return function(e,t){var i=t.dir||t.root,r=t.base||(t.name||\"\")+(t.ext||\"\");return i?i===t.root?i+r:i+e+r:r}(\"/\",e)},parse:function(e){i(e);var t={root:\"\",dir:\"\",base:\"\",ext:\"\",name:\"\"};if(0===e.length)return t;var r,n=e.charCodeAt(0),s=47===n;s?(t.root=\"/\",r=1):r=0;for(var a=-1,o=0,c=-1,l=!0,p=e.length-1,h=0;p>=r;--p)if(47!==(n=e.charCodeAt(p)))-1===c&&(l=!1,c=p+1),46===n?-1===a?a=p:1!==h&&(h=1):-1!==a&&(h=-1);else if(!l){o=p+1;break}return-1===a||-1===c||0===h||1===h&&a===c-1&&a===o+1?-1!==c&&(t.base=t.name=0===o&&s?e.slice(1,c):e.slice(o,c)):(0===o&&s?(t.name=e.slice(1,a),t.base=e.slice(1,c)):(t.name=e.slice(o,a),t.base=e.slice(o,c)),t.ext=e.slice(a,c)),o>0?t.dir=e.slice(0,o-1):s&&(t.dir=\"/\"),t},sep:\"/\",delimiter:\":\",win32:null,posix:null};n.posix=n,t.exports=n})),wn=Nt((e=>{e.parse=function(e,t){if(\"string\"!=typeof e)throw new TypeError(\"argument str must be a string\");for(var i={},n=(t||{}).decode||r,a=0;a<e.length;){var o=e.indexOf(\"=\",a);if(-1===o)break;var c=e.indexOf(\";\",a);if(-1===c)c=e.length;else if(c<o){a=e.lastIndexOf(\";\",o-1)+1;continue}var l=e.slice(a,o).trim();if(void 0===i[l]){var p=e.slice(o+1,c).trim();34===p.charCodeAt(0)&&(p=p.slice(1,-1)),i[l]=s(p,n)}a=c+1}return i},e.serialize=function(e,r,s){var a=s||{},o=a.encode||n;if(\"function\"!=typeof o)throw new TypeError(\"option encode is invalid\");if(!i.test(e))throw new TypeError(\"argument name is invalid\");var c=o(r);if(c&&!i.test(c))throw new TypeError(\"argument val is invalid\");var l=e+\"=\"+c;if(null!=a.maxAge){var p=a.maxAge-0;if(isNaN(p)||!isFinite(p))throw new TypeError(\"option maxAge is invalid\");l+=\"; Max-Age=\"+Math.floor(p)}if(a.domain){if(!i.test(a.domain))throw new TypeError(\"option domain is invalid\");l+=\"; Domain=\"+a.domain}if(a.path){if(!i.test(a.path))throw new TypeError(\"option path is invalid\");l+=\"; Path=\"+a.path}if(a.expires){var h=a.expires;if(!function(e){return\"[object Date]\"===t.call(e)||e instanceof Date}(h)||isNaN(h.valueOf()))throw new TypeError(\"option expires is invalid\");l+=\"; Expires=\"+h.toUTCString()}if(a.httpOnly&&(l+=\"; HttpOnly\"),a.secure&&(l+=\"; Secure\"),a.priority){switch(\"string\"==typeof a.priority?a.priority.toLowerCase():a.priority){case\"low\":l+=\"; Priority=Low\";break;case\"medium\":l+=\"; Priority=Medium\";break;case\"high\":l+=\"; Priority=High\";break;default:throw new TypeError(\"option priority is invalid\")}}if(a.sameSite){switch(\"string\"==typeof a.sameSite?a.sameSite.toLowerCase():a.sameSite){case!0:l+=\"; SameSite=Strict\";break;case\"lax\":l+=\"; SameSite=Lax\";break;case\"strict\":l+=\"; SameSite=Strict\";break;case\"none\":l+=\"; SameSite=None\";break;default:throw new TypeError(\"option sameSite is invalid\")}}return l};var t=Object.prototype.toString,i=/^[\\u0009\\u0020-\\u007e\\u0080-\\u00ff]+$/;function r(e){return-1!==e.indexOf(\"%\")?decodeURIComponent(e):e}function n(e){return encodeURIComponent(e)}function s(e,t){try{return t(e)}catch{return e}}})),Sn=Nt(((e,t)=>{var i={decodeValues:!0,map:!1,silent:!1};function r(e){return\"string\"==typeof e&&!!e.trim()}function n(e,t){var n=e.split(\";\").filter(r),s=function(e){var t=\"\",i=\"\",r=e.split(\"=\");return r.length>1?(t=r.shift(),i=r.join(\"=\")):i=e,{name:t,value:i}}(n.shift()),a=s.name,o=s.value;t=t?Object.assign({},i,t):i;try{o=t.decodeValues?decodeURIComponent(o):o}catch(e){console.error(\"set-cookie-parser encountered an error while decoding a cookie with value '\"+o+\"'. Set options.decodeValues to false to disable this feature.\",e)}var c={name:a,value:o};return n.forEach((function(e){var t=e.split(\"=\"),i=t.shift().trimLeft().toLowerCase(),r=t.join(\"=\");\"expires\"===i?c.expires=new Date(r):\"max-age\"===i?c.maxAge=parseInt(r,10):\"secure\"===i?c.secure=!0:\"httponly\"===i?c.httpOnly=!0:\"samesite\"===i?c.sameSite=r:c[i]=r})),c}function s(e,t){if(t=t?Object.assign({},i,t):i,!e)return t.map?{}:[];if(e.headers)if(\"function\"==typeof e.headers.getSetCookie)e=e.headers.getSetCookie();else if(e.headers[\"set-cookie\"])e=e.headers[\"set-cookie\"];else{var s=e.headers[Object.keys(e.headers).find((function(e){return\"set-cookie\"===e.toLowerCase()}))];!s&&e.headers.cookie&&!t.silent&&console.warn(\"Warning: set-cookie-parser appears to have been called on a request object. It is designed to parse Set-Cookie headers from responses, not Cookie headers from requests. Set the option {silent: true} to suppress this warning.\"),e=s}if(Array.isArray(e)||(e=[e]),(t=t?Object.assign({},i,t):i).map){return e.filter(r).reduce((function(e,i){var r=n(i,t);return e[r.name]=r,e}),{})}return e.filter(r).map((function(e){return n(e,t)}))}t.exports=s,t.exports.parse=s,t.exports.parseString=n,t.exports.splitCookiesString=function(e){if(Array.isArray(e))return e;if(\"string\"!=typeof e)return[];var t,i,r,n,s,a=[],o=0;function c(){for(;o<e.length&&/\\s/.test(e.charAt(o));)o+=1;return o<e.length}for(;o<e.length;){for(t=o,s=!1;c();)if(\",\"===(i=e.charAt(o))){for(r=o,o+=1,c(),n=o;o<e.length&&\"=\"!==(i=e.charAt(o))&&\";\"!==i&&\",\"!==i;)o+=1;o<e.length&&\"=\"===e.charAt(o)?(s=!0,o=n,a.push(e.substring(t,r)),t=o):o=r+1}else o+=1;(!s||o>=e.length)&&a.push(e.substring(t,e.length))}return a}})),gr=Ze(Mt()),et={\"application/ecmascript\":{source:\"apache\",compressible:!0,extensions:[\"ecma\"]},\"application/gzip\":{source:\"iana\",compressible:!1,extensions:[\"gz\"]},\"application/http\":{source:\"iana\"},\"application/javascript\":{source:\"apache\",charset:\"UTF-8\",compressible:!0,extensions:[\"js\"]},\"application/json\":{source:\"iana\",charset:\"UTF-8\",compressible:!0,extensions:[\"json\",\"map\"]},\"application/manifest+json\":{source:\"iana\",charset:\"UTF-8\",compressible:!0,extensions:[\"webmanifest\"]},\"application/marc\":{source:\"iana\",extensions:[\"mrc\"]},\"application/mp4\":{source:\"iana\",extensions:[\"mp4\",\"mpg4\",\"mp4s\",\"m4p\"]},\"application/ogg\":{source:\"iana\",compressible:!1,extensions:[\"ogx\"]},\"application/sql\":{source:\"iana\",extensions:[\"sql\"]},\"application/wasm\":{source:\"iana\",compressible:!0,extensions:[\"wasm\"]},\"application/x-bittorrent\":{source:\"apache\",extensions:[\"torrent\"]},\"application/x-gzip\":{source:\"apache\"},\"application/x-javascript\":{compressible:!0},\"application/x-web-app-manifest+json\":{compressible:!0,extensions:[\"webapp\"]},\"application/x-www-form-urlencoded\":{source:\"iana\",compressible:!0},\"application/xhtml+xml\":{source:\"iana\",compressible:!0,extensions:[\"xhtml\",\"xht\"]},\"application/xhtml-voice+xml\":{source:\"apache\",compressible:!0},\"application/xml\":{source:\"iana\",compressible:!0,extensions:[\"xml\",\"xsl\",\"xsd\",\"rng\"]},\"application/zip\":{source:\"iana\",compressible:!1,extensions:[\"zip\"]},\"application/zlib\":{source:\"iana\"},\"audio/midi\":{source:\"apache\",extensions:[\"mid\",\"midi\",\"kar\",\"rmi\"]},\"audio/mp3\":{compressible:!1,extensions:[\"mp3\"]},\"audio/mp4\":{source:\"iana\",compressible:!1,extensions:[\"m4a\",\"mp4a\"]},\"audio/mp4a-latm\":{source:\"iana\"},\"audio/mpa\":{source:\"iana\"},\"audio/mpa-robust\":{source:\"iana\"},\"audio/mpeg\":{source:\"iana\",compressible:!1,extensions:[\"mpga\",\"mp2\",\"mp2a\",\"mp3\",\"m2a\",\"m3a\"]},\"audio/ogg\":{source:\"iana\",compressible:!1,extensions:[\"oga\",\"ogg\",\"spx\",\"opus\"]},\"audio/red\":{source:\"iana\"},\"audio/rtx\":{source:\"iana\"},\"audio/scip\":{source:\"iana\"},\"audio/silk\":{source:\"apache\",extensions:[\"sil\"]},\"audio/smv\":{source:\"iana\"},\"audio/wav\":{compressible:!1,extensions:[\"wav\"]},\"audio/wave\":{compressible:!1,extensions:[\"wav\"]},\"audio/webm\":{source:\"apache\",compressible:!1,extensions:[\"weba\"]},\"audio/x-aac\":{source:\"apache\",compressible:!1,extensions:[\"aac\"]},\"audio/x-aiff\":{source:\"apache\",extensions:[\"aif\",\"aiff\",\"aifc\"]},\"audio/x-caf\":{source:\"apache\",compressible:!1,extensions:[\"caf\"]},\"audio/x-flac\":{source:\"apache\",extensions:[\"flac\"]},\"audio/x-m4a\":{source:\"nginx\",extensions:[\"m4a\"]},\"audio/x-matroska\":{source:\"apache\",extensions:[\"mka\"]},\"audio/x-mpegurl\":{source:\"apache\",extensions:[\"m3u\"]},\"audio/x-ms-wax\":{source:\"apache\",extensions:[\"wax\"]},\"audio/x-ms-wma\":{source:\"apache\",extensions:[\"wma\"]},\"audio/x-pn-realaudio\":{source:\"apache\",extensions:[\"ram\",\"ra\"]},\"audio/x-pn-realaudio-plugin\":{source:\"apache\",extensions:[\"rmp\"]},\"audio/x-realaudio\":{source:\"nginx\",extensions:[\"ra\"]},\"audio/x-tta\":{source:\"apache\"},\"audio/x-wav\":{source:\"apache\",extensions:[\"wav\"]},\"audio/xm\":{source:\"apache\",extensions:[\"xm\"]},\"font/collection\":{source:\"iana\",extensions:[\"ttc\"]},\"font/otf\":{source:\"iana\",compressible:!0,extensions:[\"otf\"]},\"font/sfnt\":{source:\"iana\"},\"font/ttf\":{source:\"iana\",compressible:!0,extensions:[\"ttf\"]},\"font/woff\":{source:\"iana\",extensions:[\"woff\"]},\"font/woff2\":{source:\"iana\",extensions:[\"woff2\"]},\"image/gif\":{source:\"iana\",compressible:!1,extensions:[\"gif\"]},\"image/heic\":{source:\"iana\",extensions:[\"heic\"]},\"image/heic-sequence\":{source:\"iana\",extensions:[\"heics\"]},\"image/heif\":{source:\"iana\",extensions:[\"heif\"]},\"image/jpeg\":{source:\"iana\",compressible:!1,extensions:[\"jpeg\",\"jpg\",\"jpe\"]},\"image/png\":{source:\"iana\",compressible:!1,extensions:[\"png\"]},\"image/svg+xml\":{source:\"iana\",compressible:!0,extensions:[\"svg\",\"svgz\"]},\"image/webp\":{source:\"iana\",extensions:[\"webp\"]},\"text/coffeescript\":{extensions:[\"coffee\",\"litcoffee\"]},\"text/css\":{source:\"iana\",charset:\"UTF-8\",compressible:!0,extensions:[\"css\"]},\"text/ecmascript\":{source:\"apache\"},\"text/html\":{source:\"iana\",compressible:!0,extensions:[\"html\",\"htm\",\"shtml\"]},\"text/jade\":{extensions:[\"jade\"]},\"text/javascript\":{source:\"iana\",charset:\"UTF-8\",compressible:!0,extensions:[\"js\",\"mjs\"]},\"text/markdown\":{source:\"iana\",compressible:!0,extensions:[\"md\",\"markdown\"]}},xr=/^\\s*([^;\\s]*)(?:;|\\s|$)/,fa=/^text\\//i,U={};function yr(e){if(!e||\"string\"!=typeof e)return!1;var t=xr.exec(e),i=t&&et[t[1].toLowerCase()];return i&&i.charset?i.charset:!(!t||!fa.test(t[1]))&&\"UTF-8\"}function da(e){if(!e||\"string\"!=typeof e)return!1;var t=-1===e.indexOf(\"/\")?U.lookup(e):e;if(!t)return!1;if(-1===t.indexOf(\"charset\")){var i=U.charset(t);i&&(t+=\"; charset=\"+i.toLowerCase())}return t}function ma(e){if(!e||\"string\"!=typeof e)return!1;var t=xr.exec(e),i=t&&U.extensions[t[1].toLowerCase()];return!(!i||!i.length)&&i[0]}function ya(e){if(!e||\"string\"!=typeof e)return!1;var t=(0,gr.extname)(\"x.\"+e).toLowerCase().substr(1);return t&&U.types[t]||!1}function ga(e,t){var i=[\"nginx\",\"apache\",void 0,\"iana\"];Object.keys(et).forEach((function(r){var n=et[r],s=n.extensions;if(s&&s.length){e[r]=s;for(var a=0;a<s.length;a++){var o=s[a];if(t[o]){var c=i.indexOf(et[t[o]].source),l=i.indexOf(n.source);if(\"application/octet-stream\"!==t[o]&&(c>l||c===l&&\"application/\"===t[o].substr(0,12)))continue}t[o]=r}}}))}U.charset=yr,U.charsets={lookup:yr},U.contentType=da,U.extension=ma,U.extensions=Object.create(null),U.lookup=ya,U.types=Object.create(null),ga(U.extensions,U.types);var _r=U,Us=Ze(Mt(),1),tt={};fr(tt,{deleteDB:()=>Ca,openDB:()=>$t,unwrap:()=>Pe,wrap:()=>G});var xa=(e,t)=>t.some((t=>e instanceof t)),br,wr;function _a(){return br||(br=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction])}function ba(){return wr||(wr=[IDBCursor.prototype.advance,IDBCursor.prototype.continue,IDBCursor.prototype.continuePrimaryKey])}var vr=new WeakMap,Ot=new WeakMap,Sr=new WeakMap,Dt=new WeakMap,Ft=new WeakMap;function wa(e){let t=new Promise(((t,i)=>{let r=()=>{e.removeEventListener(\"success\",n),e.removeEventListener(\"error\",s)},n=()=>{t(G(e.result)),r()},s=()=>{i(e.error),r()};e.addEventListener(\"success\",n),e.addEventListener(\"error\",s)}));return t.then((t=>{t instanceof IDBCursor&&vr.set(t,e)})).catch((()=>{})),Ft.set(t,e),t}function va(e){if(Ot.has(e))return;let t=new Promise(((t,i)=>{let r=()=>{e.removeEventListener(\"complete\",n),e.removeEventListener(\"error\",s),e.removeEventListener(\"abort\",s)},n=()=>{t(),r()},s=()=>{i(e.error||new DOMException(\"AbortError\",\"AbortError\")),r()};e.addEventListener(\"complete\",n),e.addEventListener(\"error\",s),e.addEventListener(\"abort\",s)}));Ot.set(e,t)}var Vt={get(e,t,i){if(e instanceof IDBTransaction){if(\"done\"===t)return Ot.get(e);if(\"objectStoreNames\"===t)return e.objectStoreNames||Sr.get(e);if(\"store\"===t)return i.objectStoreNames[1]?void 0:i.objectStore(i.objectStoreNames[0])}return G(e[t])},set:(e,t,i)=>(e[t]=i,!0),has:(e,t)=>e instanceof IDBTransaction&&(\"done\"===t||\"store\"===t)||t in e};function Er(e){Vt=e(Vt)}function Sa(e){return e!==IDBDatabase.prototype.transaction||\"objectStoreNames\"in IDBTransaction.prototype?ba().includes(e)?function(...t){return e.apply(Pe(this),t),G(vr.get(this))}:function(...t){return G(e.apply(Pe(this),t))}:function(t,...i){let r=e.call(Pe(this),t,...i);return Sr.set(r,t.sort?t.sort():[t]),G(r)}}function Ea(e){return\"function\"==typeof e?Sa(e):(e instanceof IDBTransaction&&va(e),xa(e,_a())?new Proxy(e,Vt):e)}function G(e){if(e instanceof IDBRequest)return wa(e);if(Dt.has(e))return Dt.get(e);let t=Ea(e);return t!==e&&(Dt.set(e,t),Ft.set(t,e)),t}var Pe=e=>Ft.get(e);function $t(e,t,{blocked:i,upgrade:r,blocking:n,terminated:s}={}){let a=indexedDB.open(e,t),o=G(a);return r&&a.addEventListener(\"upgradeneeded\",(e=>{r(G(a.result),e.oldVersion,e.newVersion,G(a.transaction),e)})),i&&a.addEventListener(\"blocked\",(e=>i(e.oldVersion,e.newVersion,e))),o.then((e=>{s&&e.addEventListener(\"close\",(()=>s())),n&&e.addEventListener(\"versionchange\",(e=>n(e.oldVersion,e.newVersion,e)))})).catch((()=>{})),o}function Ca(e,{blocked:t}={}){let i=indexedDB.deleteDatabase(e);return t&&i.addEventListener(\"blocked\",(e=>t(e.oldVersion,e))),G(i).then((()=>{}))}var ka=[\"get\",\"getKey\",\"getAll\",\"getAllKeys\",\"count\"],Aa=[\"put\",\"add\",\"delete\",\"clear\"],Bt=new Map;function Cr(e,t){if(!(e instanceof IDBDatabase)||t in e||\"string\"!=typeof t)return;if(Bt.get(t))return Bt.get(t);let i=t.replace(/FromIndex$/,\"\"),r=t!==i,n=Aa.includes(i);if(!(i in(r?IDBIndex:IDBObjectStore).prototype)||!n&&!ka.includes(i))return;let s=async function(e,...t){let s=this.transaction(e,n?\"readwrite\":\"readonly\"),a=s.store;return r&&(a=a.index(t.shift())),(await Promise.all([a[i](...t),n&&s.done]))[0]};return Bt.set(t,s),s}Er((e=>({...e,get:(t,i,r)=>Cr(t,i)||e.get(t,i,r),has:(t,i)=>!!Cr(t,i)||e.has(t,i)})));var La=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,370,1,81,2,71,10,50,3,123,2,54,14,32,10,3,1,11,3,46,10,8,0,46,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,3,0,158,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,10,1,2,0,49,6,4,4,14,9,5351,0,7,14,13835,9,87,9,39,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,4706,45,3,22,543,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,101,0,161,6,10,9,357,0,62,13,499,13,983,6,110,6,6,9,4759,9,787719,239],Rr=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,13,10,2,14,2,6,2,1,2,10,2,14,2,6,2,1,68,310,10,21,11,7,25,5,2,41,2,8,70,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,349,41,7,1,79,28,11,0,9,21,43,17,47,20,28,22,13,52,58,1,3,0,14,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,20,1,64,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,38,6,186,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,19,72,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,16,0,2,12,2,33,125,0,80,921,103,110,18,195,2637,96,16,1071,18,5,4026,582,8634,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,43,8,8936,3,2,6,2,1,2,290,16,0,30,2,3,0,15,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,1845,30,7,5,262,61,147,44,11,6,17,0,322,29,19,43,485,27,757,6,2,3,2,1,2,14,2,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42719,33,4153,7,221,3,5761,15,7472,3104,541,1507,4938,6,4191],Pa=\"‌‍·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࢘-࢟࣊-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍୕-ୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఄ఼ా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ೳഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ඁ-ඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ຼ່-໎໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜕ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠏-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᪿ-ᫎᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧ꠬ꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱ꣿ-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏０-９＿\",Ir=\"ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࡰ-ࢇࢉ-ࢎࢠ-ࣉऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౝౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೝೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜑᜟ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭌᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꟊꟐꟑꟓꟕ-ꟙꟲ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ﬀ-ﬆﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼＡ-Ｚａ-ｚｦ-ﾾￂ-ￇￊ-ￏￒ-ￗￚ-ￜ\",jt={3:\"abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile\",5:\"class enum extends super const export import\",6:\"enum\",strict:\"implements interface let package private protected public static yield\",strictBind:\"eval arguments\"},Ut=\"break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this\",Ra={5:Ut,\"5module\":Ut+\" export import\",6:Ut+\" const class extends export import super\"},Ia=/^in(stanceof)?$/,Ta=new RegExp(\"[\"+Ir+\"]\"),Na=new RegExp(\"[\"+Ir+Pa+\"]\");function Wt(e,t){for(var i=65536,r=0;r<t.length;r+=2){if((i+=t[r])>e)return!1;if((i+=t[r+1])>=e)return!0}return!1}function ce(e,t){return e<65?36===e:e<91||(e<97?95===e:e<123||(e<=65535?e>=170&&Ta.test(String.fromCharCode(e)):!1!==t&&Wt(e,Rr)))}function be(e,t){return e<48?36===e:e<58||!(e<65)&&(e<91||(e<97?95===e:e<123||(e<=65535?e>=170&&Na.test(String.fromCharCode(e)):!1!==t&&(Wt(e,Rr)||Wt(e,La)))))}var L=function(e,t){void 0===t&&(t={}),this.label=e,this.keyword=t.keyword,this.beforeExpr=!!t.beforeExpr,this.startsExpr=!!t.startsExpr,this.isLoop=!!t.isLoop,this.isAssign=!!t.isAssign,this.prefix=!!t.prefix,this.postfix=!!t.postfix,this.binop=t.binop||null,this.updateContext=null};function z(e,t){return new L(e,{beforeExpr:!0,binop:t})}var K={beforeExpr:!0},H={startsExpr:!0},zt={};function k(e,t){return void 0===t&&(t={}),t.keyword=e,zt[e]=new L(e,t)}var u={num:new L(\"num\",H),regexp:new L(\"regexp\",H),string:new L(\"string\",H),name:new L(\"name\",H),privateId:new L(\"privateId\",H),eof:new L(\"eof\"),bracketL:new L(\"[\",{beforeExpr:!0,startsExpr:!0}),bracketR:new L(\"]\"),braceL:new L(\"{\",{beforeExpr:!0,startsExpr:!0}),braceR:new L(\"}\"),parenL:new L(\"(\",{beforeExpr:!0,startsExpr:!0}),parenR:new L(\")\"),comma:new L(\",\",K),semi:new L(\";\",K),colon:new L(\":\",K),dot:new L(\".\"),question:new L(\"?\",K),questionDot:new L(\"?.\"),arrow:new L(\"=>\",K),template:new L(\"template\"),invalidTemplate:new L(\"invalidTemplate\"),ellipsis:new L(\"...\",K),backQuote:new L(\"`\",H),dollarBraceL:new L(\"${\",{beforeExpr:!0,startsExpr:!0}),eq:new L(\"=\",{beforeExpr:!0,isAssign:!0}),assign:new L(\"_=\",{beforeExpr:!0,isAssign:!0}),incDec:new L(\"++/--\",{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new L(\"!/~\",{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:z(\"||\",1),logicalAND:z(\"&&\",2),bitwiseOR:z(\"|\",3),bitwiseXOR:z(\"^\",4),bitwiseAND:z(\"&\",5),equality:z(\"==/!=/===/!==\",6),relational:z(\"</>/<=/>=\",7),bitShift:z(\"<</>>/>>>\",8),plusMin:new L(\"+/-\",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:z(\"%\",10),star:z(\"*\",10),slash:z(\"/\",10),starstar:new L(\"**\",{beforeExpr:!0}),coalesce:z(\"??\",1),_break:k(\"break\"),_case:k(\"case\",K),_catch:k(\"catch\"),_continue:k(\"continue\"),_debugger:k(\"debugger\"),_default:k(\"default\",K),_do:k(\"do\",{isLoop:!0,beforeExpr:!0}),_else:k(\"else\",K),_finally:k(\"finally\"),_for:k(\"for\",{isLoop:!0}),_function:k(\"function\",H),_if:k(\"if\"),_return:k(\"return\",K),_switch:k(\"switch\"),_throw:k(\"throw\",K),_try:k(\"try\"),_var:k(\"var\"),_const:k(\"const\"),_while:k(\"while\",{isLoop:!0}),_with:k(\"with\"),_new:k(\"new\",{beforeExpr:!0,startsExpr:!0}),_this:k(\"this\",H),_super:k(\"super\",H),_class:k(\"class\",H),_extends:k(\"extends\",K),_export:k(\"export\"),_import:k(\"import\",H),_null:k(\"null\",H),_true:k(\"true\",H),_false:k(\"false\",H),_in:k(\"in\",{beforeExpr:!0,binop:7}),_instanceof:k(\"instanceof\",{beforeExpr:!0,binop:7}),_typeof:k(\"typeof\",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:k(\"void\",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:k(\"delete\",{beforeExpr:!0,prefix:!0,startsExpr:!0})},Y=/\\r\\n?|\\n|\\u2028|\\u2029/,Ma=new RegExp(Y.source,\"g\");function we(e){return 10===e||13===e||8232===e||8233===e}function Tr(e,t,i){void 0===i&&(i=e.length);for(var r=t;r<i;r++){var n=e.charCodeAt(r);if(we(n))return r<i-1&&13===n&&10===e.charCodeAt(r+1)?r+2:r+1}return-1}var Nr=/[\\u1680\\u2000-\\u200a\\u202f\\u205f\\u3000\\ufeff]/,X=/(?:\\s|\\/\\/.*|\\/\\*[^]*?\\*\\/)*/g,Mr=Object.prototype,Da=Mr.hasOwnProperty,Oa=Mr.toString,Ne=Object.hasOwn||function(e,t){return Da.call(e,t)},kr=Array.isArray||function(e){return\"[object Array]\"===Oa.call(e)};function pe(e){return new RegExp(\"^(?:\"+e.replace(/ /g,\"|\")+\")$\")}function fe(e){return e<=65535?String.fromCharCode(e):(e-=65536,String.fromCharCode(55296+(e>>10),56320+(1023&e)))}var Va=/(?:[\\uD800-\\uDBFF](?![\\uDC00-\\uDFFF])|(?:[^\\uD800-\\uDBFF]|^)[\\uDC00-\\uDFFF])/,Ie=function(e,t){this.line=e,this.column=t};Ie.prototype.offset=function(e){return new Ie(this.line,this.column+e)};var st=function(e,t,i){this.start=t,this.end=i,null!==e.sourceFile&&(this.source=e.sourceFile)};function Dr(e,t){for(var i=1,r=0;;){var n=Tr(e,r,t);if(n<0)return new Ie(i,t-r);++i,r=n}}var qt={ecmaVersion:null,sourceType:\"script\",onInsertedSemicolon:null,onTrailingComma:null,allowReserved:null,allowReturnOutsideFunction:!1,allowImportExportEverywhere:!1,allowAwaitOutsideFunction:null,allowSuperOutsideMethod:null,allowHashBang:!1,checkPrivateFields:!0,locations:!1,onToken:null,onComment:null,ranges:!1,program:null,sourceFile:null,directSourceFile:null,preserveParens:!1},Ar=!1;function Fa(e){var t={};for(var i in qt)t[i]=e&&Ne(e,i)?e[i]:qt[i];if(\"latest\"===t.ecmaVersion?t.ecmaVersion=1e8:null==t.ecmaVersion?(!Ar&&\"object\"==typeof console&&console.warn&&(Ar=!0,console.warn(\"Since Acorn 8.0.0, options.ecmaVersion is required.\\nDefaulting to 2020, but this will stop working in the future.\")),t.ecmaVersion=11):t.ecmaVersion>=2015&&(t.ecmaVersion-=2009),null==t.allowReserved&&(t.allowReserved=t.ecmaVersion<5),(!e||null==e.allowHashBang)&&(t.allowHashBang=t.ecmaVersion>=14),kr(t.onToken)){var r=t.onToken;t.onToken=function(e){return r.push(e)}}return kr(t.onComment)&&(t.onComment=Ba(t,t.onComment)),t}function Ba(e,t){return function(i,r,n,s,a,o){var c={type:i?\"Block\":\"Line\",value:r,start:n,end:s};e.locations&&(c.loc=new st(this,a,o)),e.ranges&&(c.range=[n,s]),t.push(c)}}var Te=1,ve=2,Kt=4,Or=8,Vr=16,Fr=32,Xt=64,Br=128,Me=256,Qt=Te|ve|Me;function Yt(e,t){return ve|(e?Kt:0)|(t?Or:0)}var rt=0,Jt=1,le=2,$r=3,jr=4,Ur=5,T=function(e,t,i){this.options=e=Fa(e),this.sourceFile=e.sourceFile,this.keywords=pe(Ra[e.ecmaVersion>=6?6:\"module\"===e.sourceType?\"5module\":5]);var r=\"\";!0!==e.allowReserved&&(r=jt[e.ecmaVersion>=6?6:5===e.ecmaVersion?5:3],\"module\"===e.sourceType&&(r+=\" await\")),this.reservedWords=pe(r);var n=(r?r+\" \":\"\")+jt.strict;this.reservedWordsStrict=pe(n),this.reservedWordsStrictBind=pe(n+\" \"+jt.strictBind),this.input=String(t),this.containsEsc=!1,i?(this.pos=i,this.lineStart=this.input.lastIndexOf(\"\\n\",i-1)+1,this.curLine=this.input.slice(0,this.lineStart).split(Y).length):(this.pos=this.lineStart=0,this.curLine=1),this.type=u.eof,this.value=null,this.start=this.end=this.pos,this.startLoc=this.endLoc=this.curPosition(),this.lastTokEndLoc=this.lastTokStartLoc=null,this.lastTokStart=this.lastTokEnd=this.pos,this.context=this.initialContext(),this.exprAllowed=!0,this.inModule=\"module\"===e.sourceType,this.strict=this.inModule||this.strictDirective(this.pos),this.potentialArrowAt=-1,this.potentialArrowInForAwait=!1,this.yieldPos=this.awaitPos=this.awaitIdentPos=0,this.labels=[],this.undefinedExports=Object.create(null),0===this.pos&&e.allowHashBang&&\"#!\"===this.input.slice(0,2)&&this.skipLineComment(2),this.scopeStack=[],this.enterScope(Te),this.regexpState=null,this.privateNameStack=[]},ie={inFunction:{configurable:!0},inGenerator:{configurable:!0},inAsync:{configurable:!0},canAwait:{configurable:!0},allowSuper:{configurable:!0},allowDirectSuper:{configurable:!0},treatFunctionsAsVar:{configurable:!0},allowNewDotTarget:{configurable:!0},inClassStaticBlock:{configurable:!0}};T.prototype.parse=function(){var e=this.options.program||this.startNode();return this.nextToken(),this.parseTopLevel(e)},ie.inFunction.get=function(){return(this.currentVarScope().flags&ve)>0},ie.inGenerator.get=function(){return(this.currentVarScope().flags&Or)>0&&!this.currentVarScope().inClassFieldInit},ie.inAsync.get=function(){return(this.currentVarScope().flags&Kt)>0&&!this.currentVarScope().inClassFieldInit},ie.canAwait.get=function(){for(var e=this.scopeStack.length-1;e>=0;e--){var t=this.scopeStack[e];if(t.inClassFieldInit||t.flags&Me)return!1;if(t.flags&ve)return(t.flags&Kt)>0}return this.inModule&&this.options.ecmaVersion>=13||this.options.allowAwaitOutsideFunction},ie.allowSuper.get=function(){var e=this.currentThisScope(),t=e.flags,i=e.inClassFieldInit;return(t&Xt)>0||i||this.options.allowSuperOutsideMethod},ie.allowDirectSuper.get=function(){return(this.currentThisScope().flags&Br)>0},ie.treatFunctionsAsVar.get=function(){return this.treatFunctionsAsVarInScope(this.currentScope())},ie.allowNewDotTarget.get=function(){var e=this.currentThisScope(),t=e.flags,i=e.inClassFieldInit;return(t&(ve|Me))>0||i},ie.inClassStaticBlock.get=function(){return(this.currentVarScope().flags&Me)>0},T.extend=function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];for(var i=this,r=0;r<e.length;r++)i=e[r](i);return i},T.parse=function(e,t){return new this(t,e).parse()},T.parseExpressionAt=function(e,t,i){var r=new this(i,e,t);return r.nextToken(),r.parseExpression()},T.tokenizer=function(e,t){return new this(t,e)},Object.defineProperties(T.prototype,ie);var $=T.prototype,$a=/^(?:'((?:\\\\.|[^'\\\\])*?)'|\"((?:\\\\.|[^\"\\\\])*?)\")/;$.strictDirective=function(e){if(this.options.ecmaVersion<5)return!1;for(;;){X.lastIndex=e,e+=X.exec(this.input)[0].length;var t=$a.exec(this.input.slice(e));if(!t)return!1;if(\"use strict\"===(t[1]||t[2])){X.lastIndex=e+t[0].length;var i=X.exec(this.input),r=i.index+i[0].length,n=this.input.charAt(r);return\";\"===n||\"}\"===n||Y.test(i[0])&&!(/[(`.[+\\-/*%<>=,?^&]/.test(n)||\"!\"===n&&\"=\"===this.input.charAt(r+1))}e+=t[0].length,X.lastIndex=e,e+=X.exec(this.input)[0].length,\";\"===this.input[e]&&e++}},$.eat=function(e){return this.type===e&&(this.next(),!0)},$.isContextual=function(e){return this.type===u.name&&this.value===e&&!this.containsEsc},$.eatContextual=function(e){return!!this.isContextual(e)&&(this.next(),!0)},$.expectContextual=function(e){this.eatContextual(e)||this.unexpected()},$.canInsertSemicolon=function(){return this.type===u.eof||this.type===u.braceR||Y.test(this.input.slice(this.lastTokEnd,this.start))},$.insertSemicolon=function(){if(this.canInsertSemicolon())return this.options.onInsertedSemicolon&&this.options.onInsertedSemicolon(this.lastTokEnd,this.lastTokEndLoc),!0},$.semicolon=function(){!this.eat(u.semi)&&!this.insertSemicolon()&&this.unexpected()},$.afterTrailingComma=function(e,t){if(this.type===e)return this.options.onTrailingComma&&this.options.onTrailingComma(this.lastTokStart,this.lastTokStartLoc),t||this.next(),!0},$.expect=function(e){this.eat(e)||this.unexpected()},$.unexpected=function(e){this.raise(e??this.start,\"Unexpected token\")};var ot=function(){this.shorthandAssign=this.trailingComma=this.parenthesizedAssign=this.parenthesizedBind=this.doubleProto=-1};$.checkPatternErrors=function(e,t){if(e){e.trailingComma>-1&&this.raiseRecoverable(e.trailingComma,\"Comma is not permitted after the rest element\");var i=t?e.parenthesizedAssign:e.parenthesizedBind;i>-1&&this.raiseRecoverable(i,t?\"Assigning to rvalue\":\"Parenthesized pattern\")}},$.checkExpressionErrors=function(e,t){if(!e)return!1;var i=e.shorthandAssign,r=e.doubleProto;if(!t)return i>=0||r>=0;i>=0&&this.raise(i,\"Shorthand property assignments are valid only in destructuring patterns\"),r>=0&&this.raiseRecoverable(r,\"Redefinition of __proto__ property\")},$.checkYieldAwaitInDefaultParams=function(){this.yieldPos&&(!this.awaitPos||this.yieldPos<this.awaitPos)&&this.raise(this.yieldPos,\"Yield expression cannot be a default value\"),this.awaitPos&&this.raise(this.awaitPos,\"Await expression cannot be a default value\")},$.isSimpleAssignTarget=function(e){return\"ParenthesizedExpression\"===e.type?this.isSimpleAssignTarget(e.expression):\"Identifier\"===e.type||\"MemberExpression\"===e.type};var w=T.prototype;w.parseTopLevel=function(e){var t=Object.create(null);for(e.body||(e.body=[]);this.type!==u.eof;){var i=this.parseStatement(null,!0,t);e.body.push(i)}if(this.inModule)for(var r=0,n=Object.keys(this.undefinedExports);r<n.length;r+=1){var s=n[r];this.raiseRecoverable(this.undefinedExports[s].start,\"Export '\"+s+\"' is not defined\")}return this.adaptDirectivePrologue(e.body),this.next(),e.sourceType=this.options.sourceType,this.finishNode(e,\"Program\")};var Zt={kind:\"loop\"},ja={kind:\"switch\"};w.isLet=function(e){if(this.options.ecmaVersion<6||!this.isContextual(\"let\"))return!1;X.lastIndex=this.pos;var t=X.exec(this.input),i=this.pos+t[0].length,r=this.input.charCodeAt(i);if(91===r||92===r)return!0;if(e)return!1;if(123===r||r>55295&&r<56320)return!0;if(ce(r,!0)){for(var n=i+1;be(r=this.input.charCodeAt(n),!0);)++n;if(92===r||r>55295&&r<56320)return!0;var s=this.input.slice(i,n);if(!Ia.test(s))return!0}return!1},w.isAsyncFunction=function(){if(this.options.ecmaVersion<8||!this.isContextual(\"async\"))return!1;X.lastIndex=this.pos;var e,t=X.exec(this.input),i=this.pos+t[0].length;return!(Y.test(this.input.slice(this.pos,i))||\"function\"!==this.input.slice(i,i+8)||i+8!==this.input.length&&(be(e=this.input.charCodeAt(i+8))||e>55295&&e<56320))},w.parseStatement=function(e,t,i){var r,n=this.type,s=this.startNode();switch(this.isLet(e)&&(n=u._var,r=\"let\"),n){case u._break:case u._continue:return this.parseBreakContinueStatement(s,n.keyword);case u._debugger:return this.parseDebuggerStatement(s);case u._do:return this.parseDoStatement(s);case u._for:return this.parseForStatement(s);case u._function:return e&&(this.strict||\"if\"!==e&&\"label\"!==e)&&this.options.ecmaVersion>=6&&this.unexpected(),this.parseFunctionStatement(s,!1,!e);case u._class:return e&&this.unexpected(),this.parseClass(s,!0);case u._if:return this.parseIfStatement(s);case u._return:return this.parseReturnStatement(s);case u._switch:return this.parseSwitchStatement(s);case u._throw:return this.parseThrowStatement(s);case u._try:return this.parseTryStatement(s);case u._const:case u._var:return r=r||this.value,e&&\"var\"!==r&&this.unexpected(),this.parseVarStatement(s,r);case u._while:return this.parseWhileStatement(s);case u._with:return this.parseWithStatement(s);case u.braceL:return this.parseBlock(!0,s);case u.semi:return this.parseEmptyStatement(s);case u._export:case u._import:if(this.options.ecmaVersion>10&&n===u._import){X.lastIndex=this.pos;var a=X.exec(this.input),o=this.pos+a[0].length,c=this.input.charCodeAt(o);if(40===c||46===c)return this.parseExpressionStatement(s,this.parseExpression())}return this.options.allowImportExportEverywhere||(t||this.raise(this.start,\"'import' and 'export' may only appear at the top level\"),this.inModule||this.raise(this.start,\"'import' and 'export' may appear only with 'sourceType: module'\")),n===u._import?this.parseImport(s):this.parseExport(s,i);default:if(this.isAsyncFunction())return e&&this.unexpected(),this.next(),this.parseFunctionStatement(s,!0,!e);var l=this.value,p=this.parseExpression();return n===u.name&&\"Identifier\"===p.type&&this.eat(u.colon)?this.parseLabeledStatement(s,l,p,e):this.parseExpressionStatement(s,p)}},w.parseBreakContinueStatement=function(e,t){var i=\"break\"===t;this.next(),this.eat(u.semi)||this.insertSemicolon()?e.label=null:this.type!==u.name?this.unexpected():(e.label=this.parseIdent(),this.semicolon());for(var r=0;r<this.labels.length;++r){var n=this.labels[r];if((null==e.label||n.name===e.label.name)&&(null!=n.kind&&(i||\"loop\"===n.kind)||e.label&&i))break}return r===this.labels.length&&this.raise(e.start,\"Unsyntactic \"+t),this.finishNode(e,i?\"BreakStatement\":\"ContinueStatement\")},w.parseDebuggerStatement=function(e){return this.next(),this.semicolon(),this.finishNode(e,\"DebuggerStatement\")},w.parseDoStatement=function(e){return this.next(),this.labels.push(Zt),e.body=this.parseStatement(\"do\"),this.labels.pop(),this.expect(u._while),e.test=this.parseParenExpression(),this.options.ecmaVersion>=6?this.eat(u.semi):this.semicolon(),this.finishNode(e,\"DoWhileStatement\")},w.parseForStatement=function(e){this.next();var t=this.options.ecmaVersion>=9&&this.canAwait&&this.eatContextual(\"await\")?this.lastTokStart:-1;if(this.labels.push(Zt),this.enterScope(0),this.expect(u.parenL),this.type===u.semi)return t>-1&&this.unexpected(t),this.parseFor(e,null);var i=this.isLet();if(this.type===u._var||this.type===u._const||i){var r=this.startNode(),n=i?\"let\":this.value;return this.next(),this.parseVar(r,!0,n),this.finishNode(r,\"VariableDeclaration\"),(this.type===u._in||this.options.ecmaVersion>=6&&this.isContextual(\"of\"))&&1===r.declarations.length?(this.options.ecmaVersion>=9&&(this.type===u._in?t>-1&&this.unexpected(t):e.await=t>-1),this.parseForIn(e,r)):(t>-1&&this.unexpected(t),this.parseFor(e,r))}var s=this.isContextual(\"let\"),a=!1,o=new ot,c=this.parseExpression(!(t>-1)||\"await\",o);return this.type===u._in||(a=this.options.ecmaVersion>=6&&this.isContextual(\"of\"))?(this.options.ecmaVersion>=9&&(this.type===u._in?t>-1&&this.unexpected(t):e.await=t>-1),s&&a&&this.raise(c.start,\"The left-hand side of a for-of loop may not start with 'let'.\"),this.toAssignable(c,!1,o),this.checkLValPattern(c),this.parseForIn(e,c)):(this.checkExpressionErrors(o,!0),t>-1&&this.unexpected(t),this.parseFor(e,c))},w.parseFunctionStatement=function(e,t,i){return this.next(),this.parseFunction(e,Re|(i?0:Gt),!1,t)},w.parseIfStatement=function(e){return this.next(),e.test=this.parseParenExpression(),e.consequent=this.parseStatement(\"if\"),e.alternate=this.eat(u._else)?this.parseStatement(\"if\"):null,this.finishNode(e,\"IfStatement\")},w.parseReturnStatement=function(e){return!this.inFunction&&!this.options.allowReturnOutsideFunction&&this.raise(this.start,\"'return' outside of function\"),this.next(),this.eat(u.semi)||this.insertSemicolon()?e.argument=null:(e.argument=this.parseExpression(),this.semicolon()),this.finishNode(e,\"ReturnStatement\")},w.parseSwitchStatement=function(e){this.next(),e.discriminant=this.parseParenExpression(),e.cases=[],this.expect(u.braceL),this.labels.push(ja),this.enterScope(0);for(var t,i=!1;this.type!==u.braceR;)if(this.type===u._case||this.type===u._default){var r=this.type===u._case;t&&this.finishNode(t,\"SwitchCase\"),e.cases.push(t=this.startNode()),t.consequent=[],this.next(),r?t.test=this.parseExpression():(i&&this.raiseRecoverable(this.lastTokStart,\"Multiple default clauses\"),i=!0,t.test=null),this.expect(u.colon)}else t||this.unexpected(),t.consequent.push(this.parseStatement(null));return this.exitScope(),t&&this.finishNode(t,\"SwitchCase\"),this.next(),this.labels.pop(),this.finishNode(e,\"SwitchStatement\")},w.parseThrowStatement=function(e){return this.next(),Y.test(this.input.slice(this.lastTokEnd,this.start))&&this.raise(this.lastTokEnd,\"Illegal newline after throw\"),e.argument=this.parseExpression(),this.semicolon(),this.finishNode(e,\"ThrowStatement\")};var Ua=[];w.parseCatchClauseParam=function(){var e=this.parseBindingAtom(),t=\"Identifier\"===e.type;return this.enterScope(t?Fr:0),this.checkLValPattern(e,t?jr:le),this.expect(u.parenR),e},w.parseTryStatement=function(e){if(this.next(),e.block=this.parseBlock(),e.handler=null,this.type===u._catch){var t=this.startNode();this.next(),this.eat(u.parenL)?t.param=this.parseCatchClauseParam():(this.options.ecmaVersion<10&&this.unexpected(),t.param=null,this.enterScope(0)),t.body=this.parseBlock(!1),this.exitScope(),e.handler=this.finishNode(t,\"CatchClause\")}return e.finalizer=this.eat(u._finally)?this.parseBlock():null,!e.handler&&!e.finalizer&&this.raise(e.start,\"Missing catch or finally clause\"),this.finishNode(e,\"TryStatement\")},w.parseVarStatement=function(e,t,i){return this.next(),this.parseVar(e,!1,t,i),this.semicolon(),this.finishNode(e,\"VariableDeclaration\")},w.parseWhileStatement=function(e){return this.next(),e.test=this.parseParenExpression(),this.labels.push(Zt),e.body=this.parseStatement(\"while\"),this.labels.pop(),this.finishNode(e,\"WhileStatement\")},w.parseWithStatement=function(e){return this.strict&&this.raise(this.start,\"'with' in strict mode\"),this.next(),e.object=this.parseParenExpression(),e.body=this.parseStatement(\"with\"),this.finishNode(e,\"WithStatement\")},w.parseEmptyStatement=function(e){return this.next(),this.finishNode(e,\"EmptyStatement\")},w.parseLabeledStatement=function(e,t,i,r){for(var n=0,s=this.labels;n<s.length;n+=1){s[n].name===t&&this.raise(i.start,\"Label '\"+t+\"' is already declared\")}for(var a=this.type.isLoop?\"loop\":this.type===u._switch?\"switch\":null,o=this.labels.length-1;o>=0;o--){var c=this.labels[o];if(c.statementStart!==e.start)break;c.statementStart=this.start,c.kind=a}return this.labels.push({name:t,kind:a,statementStart:this.start}),e.body=this.parseStatement(r?-1===r.indexOf(\"label\")?r+\"label\":r:\"label\"),this.labels.pop(),e.label=i,this.finishNode(e,\"LabeledStatement\")},w.parseExpressionStatement=function(e,t){return e.expression=t,this.semicolon(),this.finishNode(e,\"ExpressionStatement\")},w.parseBlock=function(e,t,i){for(void 0===e&&(e=!0),void 0===t&&(t=this.startNode()),t.body=[],this.expect(u.braceL),e&&this.enterScope(0);this.type!==u.braceR;){var r=this.parseStatement(null);t.body.push(r)}return i&&(this.strict=!1),this.next(),e&&this.exitScope(),this.finishNode(t,\"BlockStatement\")},w.parseFor=function(e,t){return e.init=t,this.expect(u.semi),e.test=this.type===u.semi?null:this.parseExpression(),this.expect(u.semi),e.update=this.type===u.parenR?null:this.parseExpression(),this.expect(u.parenR),e.body=this.parseStatement(\"for\"),this.exitScope(),this.labels.pop(),this.finishNode(e,\"ForStatement\")},w.parseForIn=function(e,t){var i=this.type===u._in;return this.next(),\"VariableDeclaration\"===t.type&&null!=t.declarations[0].init&&(!i||this.options.ecmaVersion<8||this.strict||\"var\"!==t.kind||\"Identifier\"!==t.declarations[0].id.type)&&this.raise(t.start,(i?\"for-in\":\"for-of\")+\" loop variable declaration may not have an initializer\"),e.left=t,e.right=i?this.parseExpression():this.parseMaybeAssign(),this.expect(u.parenR),e.body=this.parseStatement(\"for\"),this.exitScope(),this.labels.pop(),this.finishNode(e,i?\"ForInStatement\":\"ForOfStatement\")},w.parseVar=function(e,t,i,r){for(e.declarations=[],e.kind=i;;){var n=this.startNode();if(this.parseVarId(n,i),this.eat(u.eq)?n.init=this.parseMaybeAssign(t):r||\"const\"!==i||this.type===u._in||this.options.ecmaVersion>=6&&this.isContextual(\"of\")?r||\"Identifier\"===n.id.type||t&&(this.type===u._in||this.isContextual(\"of\"))?n.init=null:this.raise(this.lastTokEnd,\"Complex binding patterns require an initialization value\"):this.unexpected(),e.declarations.push(this.finishNode(n,\"VariableDeclarator\")),!this.eat(u.comma))break}return e},w.parseVarId=function(e,t){e.id=this.parseBindingAtom(),this.checkLValPattern(e.id,\"var\"===t?Jt:le,!1)};var Re=1,Gt=2,Hr=4;function Ha(e,t){var i=t.key.name,r=e[i],n=\"true\";return\"MethodDefinition\"===t.type&&(\"get\"===t.kind||\"set\"===t.kind)&&(n=(t.static?\"s\":\"i\")+t.kind),\"iget\"===r&&\"iset\"===n||\"iset\"===r&&\"iget\"===n||\"sget\"===r&&\"sset\"===n||\"sset\"===r&&\"sget\"===n?(e[i]=\"true\",!1):!!r||(e[i]=n,!1)}function nt(e,t){var i=e.computed,r=e.key;return!i&&(\"Identifier\"===r.type&&r.name===t||\"Literal\"===r.type&&r.value===t)}w.parseFunction=function(e,t,i,r,n){this.initFunction(e),(this.options.ecmaVersion>=9||this.options.ecmaVersion>=6&&!r)&&(this.type===u.star&&t&Gt&&this.unexpected(),e.generator=this.eat(u.star)),this.options.ecmaVersion>=8&&(e.async=!!r),t&Re&&(e.id=t&Hr&&this.type!==u.name?null:this.parseIdent(),e.id&&!(t&Gt)&&this.checkLValSimple(e.id,this.strict||e.generator||e.async?this.treatFunctionsAsVar?Jt:le:$r));var s=this.yieldPos,a=this.awaitPos,o=this.awaitIdentPos;return this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(Yt(e.async,e.generator)),t&Re||(e.id=this.type===u.name?this.parseIdent():null),this.parseFunctionParams(e),this.parseFunctionBody(e,i,!1,n),this.yieldPos=s,this.awaitPos=a,this.awaitIdentPos=o,this.finishNode(e,t&Re?\"FunctionDeclaration\":\"FunctionExpression\")},w.parseFunctionParams=function(e){this.expect(u.parenL),e.params=this.parseBindingList(u.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams()},w.parseClass=function(e,t){this.next();var i=this.strict;this.strict=!0,this.parseClassId(e,t),this.parseClassSuper(e);var r=this.enterClassBody(),n=this.startNode(),s=!1;for(n.body=[],this.expect(u.braceL);this.type!==u.braceR;){var a=this.parseClassElement(null!==e.superClass);a&&(n.body.push(a),\"MethodDefinition\"===a.type&&\"constructor\"===a.kind?(s&&this.raiseRecoverable(a.start,\"Duplicate constructor in the same class\"),s=!0):a.key&&\"PrivateIdentifier\"===a.key.type&&Ha(r,a)&&this.raiseRecoverable(a.key.start,\"Identifier '#\"+a.key.name+\"' has already been declared\"))}return this.strict=i,this.next(),e.body=this.finishNode(n,\"ClassBody\"),this.exitClassBody(),this.finishNode(e,t?\"ClassDeclaration\":\"ClassExpression\")},w.parseClassElement=function(e){if(this.eat(u.semi))return null;var t=this.options.ecmaVersion,i=this.startNode(),r=\"\",n=!1,s=!1,a=\"method\",o=!1;if(this.eatContextual(\"static\")){if(t>=13&&this.eat(u.braceL))return this.parseClassStaticBlock(i),i;this.isClassElementNameStart()||this.type===u.star?o=!0:r=\"static\"}if(i.static=o,!r&&t>=8&&this.eatContextual(\"async\")&&(!this.isClassElementNameStart()&&this.type!==u.star||this.canInsertSemicolon()?r=\"async\":s=!0),!r&&(t>=9||!s)&&this.eat(u.star)&&(n=!0),!r&&!s&&!n){var c=this.value;(this.eatContextual(\"get\")||this.eatContextual(\"set\"))&&(this.isClassElementNameStart()?a=c:r=c)}if(r?(i.computed=!1,i.key=this.startNodeAt(this.lastTokStart,this.lastTokStartLoc),i.key.name=r,this.finishNode(i.key,\"Identifier\")):this.parseClassElementName(i),t<13||this.type===u.parenL||\"method\"!==a||n||s){var l=!i.static&&nt(i,\"constructor\"),p=l&&e;l&&\"method\"!==a&&this.raise(i.key.start,\"Constructor can't have get/set modifier\"),i.kind=l?\"constructor\":a,this.parseClassMethod(i,n,s,p)}else this.parseClassField(i);return i},w.isClassElementNameStart=function(){return this.type===u.name||this.type===u.privateId||this.type===u.num||this.type===u.string||this.type===u.bracketL||this.type.keyword},w.parseClassElementName=function(e){this.type===u.privateId?(\"constructor\"===this.value&&this.raise(this.start,\"Classes can't have an element named '#constructor'\"),e.computed=!1,e.key=this.parsePrivateIdent()):this.parsePropertyName(e)},w.parseClassMethod=function(e,t,i,r){var n=e.key;\"constructor\"===e.kind?(t&&this.raise(n.start,\"Constructor can't be a generator\"),i&&this.raise(n.start,\"Constructor can't be an async method\")):e.static&&nt(e,\"prototype\")&&this.raise(n.start,\"Classes may not have a static property named prototype\");var s=e.value=this.parseMethod(t,i,r);return\"get\"===e.kind&&0!==s.params.length&&this.raiseRecoverable(s.start,\"getter should have no params\"),\"set\"===e.kind&&1!==s.params.length&&this.raiseRecoverable(s.start,\"setter should have exactly one param\"),\"set\"===e.kind&&\"RestElement\"===s.params[0].type&&this.raiseRecoverable(s.params[0].start,\"Setter cannot use rest params\"),this.finishNode(e,\"MethodDefinition\")},w.parseClassField=function(e){if(nt(e,\"constructor\")?this.raise(e.key.start,\"Classes can't have a field named 'constructor'\"):e.static&&nt(e,\"prototype\")&&this.raise(e.key.start,\"Classes can't have a static field named 'prototype'\"),this.eat(u.eq)){var t=this.currentThisScope(),i=t.inClassFieldInit;t.inClassFieldInit=!0,e.value=this.parseMaybeAssign(),t.inClassFieldInit=i}else e.value=null;return this.semicolon(),this.finishNode(e,\"PropertyDefinition\")},w.parseClassStaticBlock=function(e){e.body=[];var t=this.labels;for(this.labels=[],this.enterScope(Me|Xt);this.type!==u.braceR;){var i=this.parseStatement(null);e.body.push(i)}return this.next(),this.exitScope(),this.labels=t,this.finishNode(e,\"StaticBlock\")},w.parseClassId=function(e,t){this.type===u.name?(e.id=this.parseIdent(),t&&this.checkLValSimple(e.id,le,!1)):(!0===t&&this.unexpected(),e.id=null)},w.parseClassSuper=function(e){e.superClass=this.eat(u._extends)?this.parseExprSubscripts(null,!1):null},w.enterClassBody=function(){var e={declared:Object.create(null),used:[]};return this.privateNameStack.push(e),e.declared},w.exitClassBody=function(){var e=this.privateNameStack.pop(),t=e.declared,i=e.used;if(this.options.checkPrivateFields)for(var r=this.privateNameStack.length,n=0===r?null:this.privateNameStack[r-1],s=0;s<i.length;++s){var a=i[s];Ne(t,a.name)||(n?n.used.push(a):this.raiseRecoverable(a.start,\"Private field '#\"+a.name+\"' must be declared in an enclosing class\"))}},w.parseExportAllDeclaration=function(e,t){return this.options.ecmaVersion>=11&&(this.eatContextual(\"as\")?(e.exported=this.parseModuleExportName(),this.checkExport(t,e.exported,this.lastTokStart)):e.exported=null),this.expectContextual(\"from\"),this.type!==u.string&&this.unexpected(),e.source=this.parseExprAtom(),this.semicolon(),this.finishNode(e,\"ExportAllDeclaration\")},w.parseExport=function(e,t){if(this.next(),this.eat(u.star))return this.parseExportAllDeclaration(e,t);if(this.eat(u._default))return this.checkExport(t,\"default\",this.lastTokStart),e.declaration=this.parseExportDefaultDeclaration(),this.finishNode(e,\"ExportDefaultDeclaration\");if(this.shouldParseExportStatement())e.declaration=this.parseExportDeclaration(e),\"VariableDeclaration\"===e.declaration.type?this.checkVariableExport(t,e.declaration.declarations):this.checkExport(t,e.declaration.id,e.declaration.id.start),e.specifiers=[],e.source=null;else{if(e.declaration=null,e.specifiers=this.parseExportSpecifiers(t),this.eatContextual(\"from\"))this.type!==u.string&&this.unexpected(),e.source=this.parseExprAtom();else{for(var i=0,r=e.specifiers;i<r.length;i+=1){var n=r[i];this.checkUnreserved(n.local),this.checkLocalExport(n.local),\"Literal\"===n.local.type&&this.raise(n.local.start,\"A string literal cannot be used as an exported binding without `from`.\")}e.source=null}this.semicolon()}return this.finishNode(e,\"ExportNamedDeclaration\")},w.parseExportDeclaration=function(e){return this.parseStatement(null)},w.parseExportDefaultDeclaration=function(){var e;if(this.type===u._function||(e=this.isAsyncFunction())){var t=this.startNode();return this.next(),e&&this.next(),this.parseFunction(t,Re|Hr,!1,e)}if(this.type===u._class){var i=this.startNode();return this.parseClass(i,\"nullableID\")}var r=this.parseMaybeAssign();return this.semicolon(),r},w.checkExport=function(e,t,i){e&&(\"string\"!=typeof t&&(t=\"Identifier\"===t.type?t.name:t.value),Ne(e,t)&&this.raiseRecoverable(i,\"Duplicate export '\"+t+\"'\"),e[t]=!0)},w.checkPatternExport=function(e,t){var i=t.type;if(\"Identifier\"===i)this.checkExport(e,t,t.start);else if(\"ObjectPattern\"===i)for(var r=0,n=t.properties;r<n.length;r+=1){var s=n[r];this.checkPatternExport(e,s)}else if(\"ArrayPattern\"===i)for(var a=0,o=t.elements;a<o.length;a+=1){var c=o[a];c&&this.checkPatternExport(e,c)}else\"Property\"===i?this.checkPatternExport(e,t.value):\"AssignmentPattern\"===i?this.checkPatternExport(e,t.left):\"RestElement\"===i?this.checkPatternExport(e,t.argument):\"ParenthesizedExpression\"===i&&this.checkPatternExport(e,t.expression)},w.checkVariableExport=function(e,t){if(e)for(var i=0,r=t;i<r.length;i+=1){var n=r[i];this.checkPatternExport(e,n.id)}},w.shouldParseExportStatement=function(){return\"var\"===this.type.keyword||\"const\"===this.type.keyword||\"class\"===this.type.keyword||\"function\"===this.type.keyword||this.isLet()||this.isAsyncFunction()},w.parseExportSpecifier=function(e){var t=this.startNode();return t.local=this.parseModuleExportName(),t.exported=this.eatContextual(\"as\")?this.parseModuleExportName():t.local,this.checkExport(e,t.exported,t.exported.start),this.finishNode(t,\"ExportSpecifier\")},w.parseExportSpecifiers=function(e){var t=[],i=!0;for(this.expect(u.braceL);!this.eat(u.braceR);){if(i)i=!1;else if(this.expect(u.comma),this.afterTrailingComma(u.braceR))break;t.push(this.parseExportSpecifier(e))}return t},w.parseImport=function(e){return this.next(),this.type===u.string?(e.specifiers=Ua,e.source=this.parseExprAtom()):(e.specifiers=this.parseImportSpecifiers(),this.expectContextual(\"from\"),e.source=this.type===u.string?this.parseExprAtom():this.unexpected()),this.semicolon(),this.finishNode(e,\"ImportDeclaration\")},w.parseImportSpecifier=function(){var e=this.startNode();return e.imported=this.parseModuleExportName(),this.eatContextual(\"as\")?e.local=this.parseIdent():(this.checkUnreserved(e.imported),e.local=e.imported),this.checkLValSimple(e.local,le),this.finishNode(e,\"ImportSpecifier\")},w.parseImportDefaultSpecifier=function(){var e=this.startNode();return e.local=this.parseIdent(),this.checkLValSimple(e.local,le),this.finishNode(e,\"ImportDefaultSpecifier\")},w.parseImportNamespaceSpecifier=function(){var e=this.startNode();return this.next(),this.expectContextual(\"as\"),e.local=this.parseIdent(),this.checkLValSimple(e.local,le),this.finishNode(e,\"ImportNamespaceSpecifier\")},w.parseImportSpecifiers=function(){var e=[],t=!0;if(this.type===u.name&&(e.push(this.parseImportDefaultSpecifier()),!this.eat(u.comma)))return e;if(this.type===u.star)return e.push(this.parseImportNamespaceSpecifier()),e;for(this.expect(u.braceL);!this.eat(u.braceR);){if(t)t=!1;else if(this.expect(u.comma),this.afterTrailingComma(u.braceR))break;e.push(this.parseImportSpecifier())}return e},w.parseModuleExportName=function(){if(this.options.ecmaVersion>=13&&this.type===u.string){var e=this.parseLiteral(this.value);return Va.test(e.value)&&this.raise(e.start,\"An export name cannot include a lone surrogate.\"),e}return this.parseIdent(!0)},w.adaptDirectivePrologue=function(e){for(var t=0;t<e.length&&this.isDirectiveCandidate(e[t]);++t)e[t].directive=e[t].expression.raw.slice(1,-1)},w.isDirectiveCandidate=function(e){return this.options.ecmaVersion>=5&&\"ExpressionStatement\"===e.type&&\"Literal\"===e.expression.type&&\"string\"==typeof e.expression.value&&('\"'===this.input[e.start]||\"'\"===this.input[e.start])};var J=T.prototype;J.toAssignable=function(e,t,i){if(this.options.ecmaVersion>=6&&e)switch(e.type){case\"Identifier\":this.inAsync&&\"await\"===e.name&&this.raise(e.start,\"Cannot use 'await' as identifier inside an async function\");break;case\"ObjectPattern\":case\"ArrayPattern\":case\"AssignmentPattern\":case\"RestElement\":break;case\"ObjectExpression\":e.type=\"ObjectPattern\",i&&this.checkPatternErrors(i,!0);for(var r=0,n=e.properties;r<n.length;r+=1){var s=n[r];this.toAssignable(s,t),\"RestElement\"===s.type&&(\"ArrayPattern\"===s.argument.type||\"ObjectPattern\"===s.argument.type)&&this.raise(s.argument.start,\"Unexpected token\")}break;case\"Property\":\"init\"!==e.kind&&this.raise(e.key.start,\"Object pattern can't contain getter or setter\"),this.toAssignable(e.value,t);break;case\"ArrayExpression\":e.type=\"ArrayPattern\",i&&this.checkPatternErrors(i,!0),this.toAssignableList(e.elements,t);break;case\"SpreadElement\":e.type=\"RestElement\",this.toAssignable(e.argument,t),\"AssignmentPattern\"===e.argument.type&&this.raise(e.argument.start,\"Rest elements cannot have a default value\");break;case\"AssignmentExpression\":\"=\"!==e.operator&&this.raise(e.left.end,\"Only '=' operator can be used for specifying default value.\"),e.type=\"AssignmentPattern\",delete e.operator,this.toAssignable(e.left,t);break;case\"ParenthesizedExpression\":this.toAssignable(e.expression,t,i);break;case\"ChainExpression\":this.raiseRecoverable(e.start,\"Optional chaining cannot appear in left-hand side\");break;case\"MemberExpression\":if(!t)break;default:this.raise(e.start,\"Assigning to rvalue\")}else i&&this.checkPatternErrors(i,!0);return e},J.toAssignableList=function(e,t){for(var i=e.length,r=0;r<i;r++){var n=e[r];n&&this.toAssignable(n,t)}if(i){var s=e[i-1];6===this.options.ecmaVersion&&t&&s&&\"RestElement\"===s.type&&\"Identifier\"!==s.argument.type&&this.unexpected(s.argument.start)}return e},J.parseSpread=function(e){var t=this.startNode();return this.next(),t.argument=this.parseMaybeAssign(!1,e),this.finishNode(t,\"SpreadElement\")},J.parseRestBinding=function(){var e=this.startNode();return this.next(),6===this.options.ecmaVersion&&this.type!==u.name&&this.unexpected(),e.argument=this.parseBindingAtom(),this.finishNode(e,\"RestElement\")},J.parseBindingAtom=function(){if(this.options.ecmaVersion>=6)switch(this.type){case u.bracketL:var e=this.startNode();return this.next(),e.elements=this.parseBindingList(u.bracketR,!0,!0),this.finishNode(e,\"ArrayPattern\");case u.braceL:return this.parseObj(!0)}return this.parseIdent()},J.parseBindingList=function(e,t,i,r){for(var n=[],s=!0;!this.eat(e);)if(s?s=!1:this.expect(u.comma),t&&this.type===u.comma)n.push(null);else{if(i&&this.afterTrailingComma(e))break;if(this.type===u.ellipsis){var a=this.parseRestBinding();this.parseBindingListItem(a),n.push(a),this.type===u.comma&&this.raiseRecoverable(this.start,\"Comma is not permitted after the rest element\"),this.expect(e);break}n.push(this.parseAssignableListItem(r))}return n},J.parseAssignableListItem=function(e){var t=this.parseMaybeDefault(this.start,this.startLoc);return this.parseBindingListItem(t),t},J.parseBindingListItem=function(e){return e},J.parseMaybeDefault=function(e,t,i){if(i=i||this.parseBindingAtom(),this.options.ecmaVersion<6||!this.eat(u.eq))return i;var r=this.startNodeAt(e,t);return r.left=i,r.right=this.parseMaybeAssign(),this.finishNode(r,\"AssignmentPattern\")},J.checkLValSimple=function(e,t,i){void 0===t&&(t=rt);var r=t!==rt;switch(e.type){case\"Identifier\":this.strict&&this.reservedWordsStrictBind.test(e.name)&&this.raiseRecoverable(e.start,(r?\"Binding \":\"Assigning to \")+e.name+\" in strict mode\"),r&&(t===le&&\"let\"===e.name&&this.raiseRecoverable(e.start,\"let is disallowed as a lexically bound name\"),i&&(Ne(i,e.name)&&this.raiseRecoverable(e.start,\"Argument name clash\"),i[e.name]=!0),t!==Ur&&this.declareName(e.name,t,e.start));break;case\"ChainExpression\":this.raiseRecoverable(e.start,\"Optional chaining cannot appear in left-hand side\");break;case\"MemberExpression\":r&&this.raiseRecoverable(e.start,\"Binding member expression\");break;case\"ParenthesizedExpression\":return r&&this.raiseRecoverable(e.start,\"Binding parenthesized expression\"),this.checkLValSimple(e.expression,t,i);default:this.raise(e.start,(r?\"Binding\":\"Assigning to\")+\" rvalue\")}},J.checkLValPattern=function(e,t,i){switch(void 0===t&&(t=rt),e.type){case\"ObjectPattern\":for(var r=0,n=e.properties;r<n.length;r+=1){var s=n[r];this.checkLValInnerPattern(s,t,i)}break;case\"ArrayPattern\":for(var a=0,o=e.elements;a<o.length;a+=1){var c=o[a];c&&this.checkLValInnerPattern(c,t,i)}break;default:this.checkLValSimple(e,t,i)}},J.checkLValInnerPattern=function(e,t,i){switch(void 0===t&&(t=rt),e.type){case\"Property\":this.checkLValInnerPattern(e.value,t,i);break;case\"AssignmentPattern\":this.checkLValPattern(e.left,t,i);break;case\"RestElement\":this.checkLValPattern(e.argument,t,i);break;default:this.checkLValPattern(e,t,i)}};var Z=function(e,t,i,r,n){this.token=e,this.isExpr=!!t,this.preserveSpace=!!i,this.override=r,this.generator=!!n},R={b_stat:new Z(\"{\",!1),b_expr:new Z(\"{\",!0),b_tmpl:new Z(\"${\",!1),p_stat:new Z(\"(\",!1),p_expr:new Z(\"(\",!0),q_tmpl:new Z(\"`\",!0,!0,(function(e){return e.tryReadTemplateToken()})),f_stat:new Z(\"function\",!1),f_expr:new Z(\"function\",!0),f_expr_gen:new Z(\"function\",!0,!1,null,!0),f_gen:new Z(\"function\",!1,!1,null,!0)},Se=T.prototype;Se.initialContext=function(){return[R.b_stat]},Se.curContext=function(){return this.context[this.context.length-1]},Se.braceIsBlock=function(e){var t=this.curContext();return t===R.f_expr||t===R.f_stat||(e!==u.colon||t!==R.b_stat&&t!==R.b_expr?e===u._return||e===u.name&&this.exprAllowed?Y.test(this.input.slice(this.lastTokEnd,this.start)):e===u._else||e===u.semi||e===u.eof||e===u.parenR||e===u.arrow||(e===u.braceL?t===R.b_stat:e!==u._var&&e!==u._const&&e!==u.name&&!this.exprAllowed):!t.isExpr)},Se.inGeneratorContext=function(){for(var e=this.context.length-1;e>=1;e--){var t=this.context[e];if(\"function\"===t.token)return t.generator}return!1},Se.updateContext=function(e){var t,i=this.type;i.keyword&&e===u.dot?this.exprAllowed=!1:(t=i.updateContext)?t.call(this,e):this.exprAllowed=i.beforeExpr},Se.overrideContext=function(e){this.curContext()!==e&&(this.context[this.context.length-1]=e)},u.parenR.updateContext=u.braceR.updateContext=function(){if(1!==this.context.length){var e=this.context.pop();e===R.b_stat&&\"function\"===this.curContext().token&&(e=this.context.pop()),this.exprAllowed=!e.isExpr}else this.exprAllowed=!0},u.braceL.updateContext=function(e){this.context.push(this.braceIsBlock(e)?R.b_stat:R.b_expr),this.exprAllowed=!0},u.dollarBraceL.updateContext=function(){this.context.push(R.b_tmpl),this.exprAllowed=!0},u.parenL.updateContext=function(e){var t=e===u._if||e===u._for||e===u._with||e===u._while;this.context.push(t?R.p_stat:R.p_expr),this.exprAllowed=!0},u.incDec.updateContext=function(){},u._function.updateContext=u._class.updateContext=function(e){!e.beforeExpr||e===u._else||e===u.semi&&this.curContext()!==R.p_stat||e===u._return&&Y.test(this.input.slice(this.lastTokEnd,this.start))||(e===u.colon||e===u.braceL)&&this.curContext()===R.b_stat?this.context.push(R.f_stat):this.context.push(R.f_expr),this.exprAllowed=!1},u.backQuote.updateContext=function(){this.curContext()===R.q_tmpl?this.context.pop():this.context.push(R.q_tmpl),this.exprAllowed=!1},u.star.updateContext=function(e){if(e===u._function){var t=this.context.length-1;this.context[t]===R.f_expr?this.context[t]=R.f_expr_gen:this.context[t]=R.f_gen}this.exprAllowed=!0},u.name.updateContext=function(e){var t=!1;this.options.ecmaVersion>=6&&e!==u.dot&&(\"of\"===this.value&&!this.exprAllowed||\"yield\"===this.value&&this.inGeneratorContext())&&(t=!0),this.exprAllowed=t};var v=T.prototype;function Wr(e){return\"MemberExpression\"===e.type&&\"PrivateIdentifier\"===e.property.type||\"ChainExpression\"===e.type&&Wr(e.expression)}v.checkPropClash=function(e,t,i){if(!(this.options.ecmaVersion>=9&&\"SpreadElement\"===e.type||this.options.ecmaVersion>=6&&(e.computed||e.method||e.shorthand))){var r,n=e.key;switch(n.type){case\"Identifier\":r=n.name;break;case\"Literal\":r=String(n.value);break;default:return}var s=e.kind;if(this.options.ecmaVersion>=6)return void(\"__proto__\"===r&&\"init\"===s&&(t.proto&&(i?i.doubleProto<0&&(i.doubleProto=n.start):this.raiseRecoverable(n.start,\"Redefinition of __proto__ property\")),t.proto=!0));var a=t[r=\"$\"+r];if(a)(\"init\"===s?this.strict&&a.init||a.get||a.set:a.init||a[s])&&this.raiseRecoverable(n.start,\"Redefinition of property\");else a=t[r]={init:!1,get:!1,set:!1};a[s]=!0}},v.parseExpression=function(e,t){var i=this.start,r=this.startLoc,n=this.parseMaybeAssign(e,t);if(this.type===u.comma){var s=this.startNodeAt(i,r);for(s.expressions=[n];this.eat(u.comma);)s.expressions.push(this.parseMaybeAssign(e,t));return this.finishNode(s,\"SequenceExpression\")}return n},v.parseMaybeAssign=function(e,t,i){if(this.isContextual(\"yield\")){if(this.inGenerator)return this.parseYield(e);this.exprAllowed=!1}var r=!1,n=-1,s=-1,a=-1;t?(n=t.parenthesizedAssign,s=t.trailingComma,a=t.doubleProto,t.parenthesizedAssign=t.trailingComma=-1):(t=new ot,r=!0);var o=this.start,c=this.startLoc;(this.type===u.parenL||this.type===u.name)&&(this.potentialArrowAt=this.start,this.potentialArrowInForAwait=\"await\"===e);var l=this.parseMaybeConditional(e,t);if(i&&(l=i.call(this,l,o,c)),this.type.isAssign){var p=this.startNodeAt(o,c);return p.operator=this.value,this.type===u.eq&&(l=this.toAssignable(l,!1,t)),r||(t.parenthesizedAssign=t.trailingComma=t.doubleProto=-1),t.shorthandAssign>=l.start&&(t.shorthandAssign=-1),this.type===u.eq?this.checkLValPattern(l):this.checkLValSimple(l),p.left=l,this.next(),p.right=this.parseMaybeAssign(e),a>-1&&(t.doubleProto=a),this.finishNode(p,\"AssignmentExpression\")}return r&&this.checkExpressionErrors(t,!0),n>-1&&(t.parenthesizedAssign=n),s>-1&&(t.trailingComma=s),l},v.parseMaybeConditional=function(e,t){var i=this.start,r=this.startLoc,n=this.parseExprOps(e,t);if(this.checkExpressionErrors(t))return n;if(this.eat(u.question)){var s=this.startNodeAt(i,r);return s.test=n,s.consequent=this.parseMaybeAssign(),this.expect(u.colon),s.alternate=this.parseMaybeAssign(e),this.finishNode(s,\"ConditionalExpression\")}return n},v.parseExprOps=function(e,t){var i=this.start,r=this.startLoc,n=this.parseMaybeUnary(t,!1,!1,e);return this.checkExpressionErrors(t)||n.start===i&&\"ArrowFunctionExpression\"===n.type?n:this.parseExprOp(n,i,r,-1,e)},v.parseExprOp=function(e,t,i,r,n){var s=this.type.binop;if(null!=s&&(!n||this.type!==u._in)&&s>r){var a=this.type===u.logicalOR||this.type===u.logicalAND,o=this.type===u.coalesce;o&&(s=u.logicalAND.binop);var c=this.value;this.next();var l=this.start,p=this.startLoc,h=this.parseExprOp(this.parseMaybeUnary(null,!1,!1,n),l,p,s,n),d=this.buildBinary(t,i,e,h,c,a||o);return(a&&this.type===u.coalesce||o&&(this.type===u.logicalOR||this.type===u.logicalAND))&&this.raiseRecoverable(this.start,\"Logical expressions and coalesce expressions cannot be mixed. Wrap either by parentheses\"),this.parseExprOp(d,t,i,r,n)}return e},v.buildBinary=function(e,t,i,r,n,s){\"PrivateIdentifier\"===r.type&&this.raise(r.start,\"Private identifier can only be left side of binary expression\");var a=this.startNodeAt(e,t);return a.left=i,a.operator=n,a.right=r,this.finishNode(a,s?\"LogicalExpression\":\"BinaryExpression\")},v.parseMaybeUnary=function(e,t,i,r){var n,s=this.start,a=this.startLoc;if(this.isContextual(\"await\")&&this.canAwait)n=this.parseAwait(r),t=!0;else if(this.type.prefix){var o=this.startNode(),c=this.type===u.incDec;o.operator=this.value,o.prefix=!0,this.next(),o.argument=this.parseMaybeUnary(null,!0,c,r),this.checkExpressionErrors(e,!0),c?this.checkLValSimple(o.argument):this.strict&&\"delete\"===o.operator&&\"Identifier\"===o.argument.type?this.raiseRecoverable(o.start,\"Deleting local variable in strict mode\"):\"delete\"===o.operator&&Wr(o.argument)?this.raiseRecoverable(o.start,\"Private fields can not be deleted\"):t=!0,n=this.finishNode(o,c?\"UpdateExpression\":\"UnaryExpression\")}else if(t||this.type!==u.privateId){if(n=this.parseExprSubscripts(e,r),this.checkExpressionErrors(e))return n;for(;this.type.postfix&&!this.canInsertSemicolon();){var l=this.startNodeAt(s,a);l.operator=this.value,l.prefix=!1,l.argument=n,this.checkLValSimple(n),this.next(),n=this.finishNode(l,\"UpdateExpression\")}}else(r||0===this.privateNameStack.length)&&this.options.checkPrivateFields&&this.unexpected(),n=this.parsePrivateIdent(),this.type!==u._in&&this.unexpected();return i||!this.eat(u.starstar)?n:t?void this.unexpected(this.lastTokStart):this.buildBinary(s,a,n,this.parseMaybeUnary(null,!1,!1,r),\"**\",!1)},v.parseExprSubscripts=function(e,t){var i=this.start,r=this.startLoc,n=this.parseExprAtom(e,t);if(\"ArrowFunctionExpression\"===n.type&&\")\"!==this.input.slice(this.lastTokStart,this.lastTokEnd))return n;var s=this.parseSubscripts(n,i,r,!1,t);return e&&\"MemberExpression\"===s.type&&(e.parenthesizedAssign>=s.start&&(e.parenthesizedAssign=-1),e.parenthesizedBind>=s.start&&(e.parenthesizedBind=-1),e.trailingComma>=s.start&&(e.trailingComma=-1)),s},v.parseSubscripts=function(e,t,i,r,n){for(var s=this.options.ecmaVersion>=8&&\"Identifier\"===e.type&&\"async\"===e.name&&this.lastTokEnd===e.end&&!this.canInsertSemicolon()&&e.end-e.start==5&&this.potentialArrowAt===e.start,a=!1;;){var o=this.parseSubscript(e,t,i,r,s,a,n);if(o.optional&&(a=!0),o===e||\"ArrowFunctionExpression\"===o.type){if(a){var c=this.startNodeAt(t,i);c.expression=o,o=this.finishNode(c,\"ChainExpression\")}return o}e=o}},v.shouldParseAsyncArrow=function(){return!this.canInsertSemicolon()&&this.eat(u.arrow)},v.parseSubscriptAsyncArrow=function(e,t,i,r){return this.parseArrowExpression(this.startNodeAt(e,t),i,!0,r)},v.parseSubscript=function(e,t,i,r,n,s,a){var o=this.options.ecmaVersion>=11,c=o&&this.eat(u.questionDot);r&&c&&this.raise(this.lastTokStart,\"Optional chaining cannot appear in the callee of new expressions\");var l=this.eat(u.bracketL);if(l||c&&this.type!==u.parenL&&this.type!==u.backQuote||this.eat(u.dot)){var p=this.startNodeAt(t,i);p.object=e,l?(p.property=this.parseExpression(),this.expect(u.bracketR)):this.type===u.privateId&&\"Super\"!==e.type?p.property=this.parsePrivateIdent():p.property=this.parseIdent(\"never\"!==this.options.allowReserved),p.computed=!!l,o&&(p.optional=c),e=this.finishNode(p,\"MemberExpression\")}else if(!r&&this.eat(u.parenL)){var h=new ot,d=this.yieldPos,m=this.awaitPos,f=this.awaitIdentPos;this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0;var y=this.parseExprList(u.parenR,this.options.ecmaVersion>=8,!1,h);if(n&&!c&&this.shouldParseAsyncArrow())return this.checkPatternErrors(h,!1),this.checkYieldAwaitInDefaultParams(),this.awaitIdentPos>0&&this.raise(this.awaitIdentPos,\"Cannot use 'await' as identifier inside an async function\"),this.yieldPos=d,this.awaitPos=m,this.awaitIdentPos=f,this.parseSubscriptAsyncArrow(t,i,y,a);this.checkExpressionErrors(h,!0),this.yieldPos=d||this.yieldPos,this.awaitPos=m||this.awaitPos,this.awaitIdentPos=f||this.awaitIdentPos;var g=this.startNodeAt(t,i);g.callee=e,g.arguments=y,o&&(g.optional=c),e=this.finishNode(g,\"CallExpression\")}else if(this.type===u.backQuote){(c||s)&&this.raise(this.start,\"Optional chaining cannot appear in the tag of tagged template expressions\");var _=this.startNodeAt(t,i);_.tag=e,_.quasi=this.parseTemplate({isTagged:!0}),e=this.finishNode(_,\"TaggedTemplateExpression\")}return e},v.parseExprAtom=function(e,t,i){this.type===u.slash&&this.readRegexp();var r,n=this.potentialArrowAt===this.start;switch(this.type){case u._super:return this.allowSuper||this.raise(this.start,\"'super' keyword outside a method\"),r=this.startNode(),this.next(),this.type===u.parenL&&!this.allowDirectSuper&&this.raise(r.start,\"super() call outside constructor of a subclass\"),this.type!==u.dot&&this.type!==u.bracketL&&this.type!==u.parenL&&this.unexpected(),this.finishNode(r,\"Super\");case u._this:return r=this.startNode(),this.next(),this.finishNode(r,\"ThisExpression\");case u.name:var s=this.start,a=this.startLoc,o=this.containsEsc,c=this.parseIdent(!1);if(this.options.ecmaVersion>=8&&!o&&\"async\"===c.name&&!this.canInsertSemicolon()&&this.eat(u._function))return this.overrideContext(R.f_expr),this.parseFunction(this.startNodeAt(s,a),0,!1,!0,t);if(n&&!this.canInsertSemicolon()){if(this.eat(u.arrow))return this.parseArrowExpression(this.startNodeAt(s,a),[c],!1,t);if(this.options.ecmaVersion>=8&&\"async\"===c.name&&this.type===u.name&&!o&&(!this.potentialArrowInForAwait||\"of\"!==this.value||this.containsEsc))return c=this.parseIdent(!1),(this.canInsertSemicolon()||!this.eat(u.arrow))&&this.unexpected(),this.parseArrowExpression(this.startNodeAt(s,a),[c],!0,t)}return c;case u.regexp:var l=this.value;return(r=this.parseLiteral(l.value)).regex={pattern:l.pattern,flags:l.flags},r;case u.num:case u.string:return this.parseLiteral(this.value);case u._null:case u._true:case u._false:return(r=this.startNode()).value=this.type===u._null?null:this.type===u._true,r.raw=this.type.keyword,this.next(),this.finishNode(r,\"Literal\");case u.parenL:var p=this.start,h=this.parseParenAndDistinguishExpression(n,t);return e&&(e.parenthesizedAssign<0&&!this.isSimpleAssignTarget(h)&&(e.parenthesizedAssign=p),e.parenthesizedBind<0&&(e.parenthesizedBind=p)),h;case u.bracketL:return r=this.startNode(),this.next(),r.elements=this.parseExprList(u.bracketR,!0,!0,e),this.finishNode(r,\"ArrayExpression\");case u.braceL:return this.overrideContext(R.b_expr),this.parseObj(!1,e);case u._function:return r=this.startNode(),this.next(),this.parseFunction(r,0);case u._class:return this.parseClass(this.startNode(),!1);case u._new:return this.parseNew();case u.backQuote:return this.parseTemplate();case u._import:return this.options.ecmaVersion>=11?this.parseExprImport(i):this.unexpected();default:return this.parseExprAtomDefault()}},v.parseExprAtomDefault=function(){this.unexpected()},v.parseExprImport=function(e){var t=this.startNode();this.containsEsc&&this.raiseRecoverable(this.start,\"Escape sequence in keyword import\");var i=this.parseIdent(!0);return this.type!==u.parenL||e?this.type===u.dot?(t.meta=i,this.parseImportMeta(t)):void this.unexpected():this.parseDynamicImport(t)},v.parseDynamicImport=function(e){if(this.next(),e.source=this.parseMaybeAssign(),!this.eat(u.parenR)){var t=this.start;this.eat(u.comma)&&this.eat(u.parenR)?this.raiseRecoverable(t,\"Trailing comma is not allowed in import()\"):this.unexpected(t)}return this.finishNode(e,\"ImportExpression\")},v.parseImportMeta=function(e){this.next();var t=this.containsEsc;return e.property=this.parseIdent(!0),\"meta\"!==e.property.name&&this.raiseRecoverable(e.property.start,\"The only valid meta property for import is 'import.meta'\"),t&&this.raiseRecoverable(e.start,\"'import.meta' must not contain escaped characters\"),\"module\"!==this.options.sourceType&&!this.options.allowImportExportEverywhere&&this.raiseRecoverable(e.start,\"Cannot use 'import.meta' outside a module\"),this.finishNode(e,\"MetaProperty\")},v.parseLiteral=function(e){var t=this.startNode();return t.value=e,t.raw=this.input.slice(this.start,this.end),110===t.raw.charCodeAt(t.raw.length-1)&&(t.bigint=t.raw.slice(0,-1).replace(/_/g,\"\")),this.next(),this.finishNode(t,\"Literal\")},v.parseParenExpression=function(){this.expect(u.parenL);var e=this.parseExpression();return this.expect(u.parenR),e},v.shouldParseArrow=function(e){return!this.canInsertSemicolon()},v.parseParenAndDistinguishExpression=function(e,t){var i,r=this.start,n=this.startLoc,s=this.options.ecmaVersion>=8;if(this.options.ecmaVersion>=6){this.next();var a,o=this.start,c=this.startLoc,l=[],p=!0,h=!1,d=new ot,m=this.yieldPos,f=this.awaitPos;for(this.yieldPos=0,this.awaitPos=0;this.type!==u.parenR;){if(p?p=!1:this.expect(u.comma),s&&this.afterTrailingComma(u.parenR,!0)){h=!0;break}if(this.type===u.ellipsis){a=this.start,l.push(this.parseParenItem(this.parseRestBinding())),this.type===u.comma&&this.raiseRecoverable(this.start,\"Comma is not permitted after the rest element\");break}l.push(this.parseMaybeAssign(!1,d,this.parseParenItem))}var y=this.lastTokEnd,g=this.lastTokEndLoc;if(this.expect(u.parenR),e&&this.shouldParseArrow(l)&&this.eat(u.arrow))return this.checkPatternErrors(d,!1),this.checkYieldAwaitInDefaultParams(),this.yieldPos=m,this.awaitPos=f,this.parseParenArrowList(r,n,l,t);(!l.length||h)&&this.unexpected(this.lastTokStart),a&&this.unexpected(a),this.checkExpressionErrors(d,!0),this.yieldPos=m||this.yieldPos,this.awaitPos=f||this.awaitPos,l.length>1?((i=this.startNodeAt(o,c)).expressions=l,this.finishNodeAt(i,\"SequenceExpression\",y,g)):i=l[0]}else i=this.parseParenExpression();if(this.options.preserveParens){var _=this.startNodeAt(r,n);return _.expression=i,this.finishNode(_,\"ParenthesizedExpression\")}return i},v.parseParenItem=function(e){return e},v.parseParenArrowList=function(e,t,i,r){return this.parseArrowExpression(this.startNodeAt(e,t),i,!1,r)};var Wa=[];v.parseNew=function(){this.containsEsc&&this.raiseRecoverable(this.start,\"Escape sequence in keyword new\");var e=this.startNode(),t=this.parseIdent(!0);if(this.options.ecmaVersion>=6&&this.eat(u.dot)){e.meta=t;var i=this.containsEsc;return e.property=this.parseIdent(!0),\"target\"!==e.property.name&&this.raiseRecoverable(e.property.start,\"The only valid meta property for new is 'new.target'\"),i&&this.raiseRecoverable(e.start,\"'new.target' must not contain escaped characters\"),this.allowNewDotTarget||this.raiseRecoverable(e.start,\"'new.target' can only be used in functions and class static block\"),this.finishNode(e,\"MetaProperty\")}var r=this.start,n=this.startLoc;return e.callee=this.parseSubscripts(this.parseExprAtom(null,!1,!0),r,n,!0,!1),this.eat(u.parenL)?e.arguments=this.parseExprList(u.parenR,this.options.ecmaVersion>=8,!1):e.arguments=Wa,this.finishNode(e,\"NewExpression\")},v.parseTemplateElement=function(e){var t=e.isTagged,i=this.startNode();return this.type===u.invalidTemplate?(t||this.raiseRecoverable(this.start,\"Bad escape sequence in untagged template literal\"),i.value={raw:this.value,cooked:null}):i.value={raw:this.input.slice(this.start,this.end).replace(/\\r\\n?/g,\"\\n\"),cooked:this.value},this.next(),i.tail=this.type===u.backQuote,this.finishNode(i,\"TemplateElement\")},v.parseTemplate=function(e){void 0===e&&(e={});var t=e.isTagged;void 0===t&&(t=!1);var i=this.startNode();this.next(),i.expressions=[];var r=this.parseTemplateElement({isTagged:t});for(i.quasis=[r];!r.tail;)this.type===u.eof&&this.raise(this.pos,\"Unterminated template literal\"),this.expect(u.dollarBraceL),i.expressions.push(this.parseExpression()),this.expect(u.braceR),i.quasis.push(r=this.parseTemplateElement({isTagged:t}));return this.next(),this.finishNode(i,\"TemplateLiteral\")},v.isAsyncProp=function(e){return!e.computed&&\"Identifier\"===e.key.type&&\"async\"===e.key.name&&(this.type===u.name||this.type===u.num||this.type===u.string||this.type===u.bracketL||this.type.keyword||this.options.ecmaVersion>=9&&this.type===u.star)&&!Y.test(this.input.slice(this.lastTokEnd,this.start))},v.parseObj=function(e,t){var i=this.startNode(),r=!0,n={};for(i.properties=[],this.next();!this.eat(u.braceR);){if(r)r=!1;else if(this.expect(u.comma),this.options.ecmaVersion>=5&&this.afterTrailingComma(u.braceR))break;var s=this.parseProperty(e,t);e||this.checkPropClash(s,n,t),i.properties.push(s)}return this.finishNode(i,e?\"ObjectPattern\":\"ObjectExpression\")},v.parseProperty=function(e,t){var i,r,n,s,a=this.startNode();if(this.options.ecmaVersion>=9&&this.eat(u.ellipsis))return e?(a.argument=this.parseIdent(!1),this.type===u.comma&&this.raiseRecoverable(this.start,\"Comma is not permitted after the rest element\"),this.finishNode(a,\"RestElement\")):(a.argument=this.parseMaybeAssign(!1,t),this.type===u.comma&&t&&t.trailingComma<0&&(t.trailingComma=this.start),this.finishNode(a,\"SpreadElement\"));this.options.ecmaVersion>=6&&(a.method=!1,a.shorthand=!1,(e||t)&&(n=this.start,s=this.startLoc),e||(i=this.eat(u.star)));var o=this.containsEsc;return this.parsePropertyName(a),!e&&!o&&this.options.ecmaVersion>=8&&!i&&this.isAsyncProp(a)?(r=!0,i=this.options.ecmaVersion>=9&&this.eat(u.star),this.parsePropertyName(a)):r=!1,this.parsePropertyValue(a,e,i,r,n,s,t,o),this.finishNode(a,\"Property\")},v.parseGetterSetter=function(e){e.kind=e.key.name,this.parsePropertyName(e),e.value=this.parseMethod(!1);var t=\"get\"===e.kind?0:1;if(e.value.params.length!==t){var i=e.value.start;\"get\"===e.kind?this.raiseRecoverable(i,\"getter should have no params\"):this.raiseRecoverable(i,\"setter should have exactly one param\")}else\"set\"===e.kind&&\"RestElement\"===e.value.params[0].type&&this.raiseRecoverable(e.value.params[0].start,\"Setter cannot use rest params\")},v.parsePropertyValue=function(e,t,i,r,n,s,a,o){(i||r)&&this.type===u.colon&&this.unexpected(),this.eat(u.colon)?(e.value=t?this.parseMaybeDefault(this.start,this.startLoc):this.parseMaybeAssign(!1,a),e.kind=\"init\"):this.options.ecmaVersion>=6&&this.type===u.parenL?(t&&this.unexpected(),e.kind=\"init\",e.method=!0,e.value=this.parseMethod(i,r)):t||o||!(this.options.ecmaVersion>=5)||e.computed||\"Identifier\"!==e.key.type||\"get\"!==e.key.name&&\"set\"!==e.key.name||this.type===u.comma||this.type===u.braceR||this.type===u.eq?this.options.ecmaVersion>=6&&!e.computed&&\"Identifier\"===e.key.type?((i||r)&&this.unexpected(),this.checkUnreserved(e.key),\"await\"===e.key.name&&!this.awaitIdentPos&&(this.awaitIdentPos=n),e.kind=\"init\",t?e.value=this.parseMaybeDefault(n,s,this.copyNode(e.key)):this.type===u.eq&&a?(a.shorthandAssign<0&&(a.shorthandAssign=this.start),e.value=this.parseMaybeDefault(n,s,this.copyNode(e.key))):e.value=this.copyNode(e.key),e.shorthand=!0):this.unexpected():((i||r)&&this.unexpected(),this.parseGetterSetter(e))},v.parsePropertyName=function(e){if(this.options.ecmaVersion>=6){if(this.eat(u.bracketL))return e.computed=!0,e.key=this.parseMaybeAssign(),this.expect(u.bracketR),e.key;e.computed=!1}return e.key=this.type===u.num||this.type===u.string?this.parseExprAtom():this.parseIdent(\"never\"!==this.options.allowReserved)},v.initFunction=function(e){e.id=null,this.options.ecmaVersion>=6&&(e.generator=e.expression=!1),this.options.ecmaVersion>=8&&(e.async=!1)},v.parseMethod=function(e,t,i){var r=this.startNode(),n=this.yieldPos,s=this.awaitPos,a=this.awaitIdentPos;return this.initFunction(r),this.options.ecmaVersion>=6&&(r.generator=e),this.options.ecmaVersion>=8&&(r.async=!!t),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(Yt(t,r.generator)|Xt|(i?Br:0)),this.expect(u.parenL),r.params=this.parseBindingList(u.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams(),this.parseFunctionBody(r,!1,!0,!1),this.yieldPos=n,this.awaitPos=s,this.awaitIdentPos=a,this.finishNode(r,\"FunctionExpression\")},v.parseArrowExpression=function(e,t,i,r){var n=this.yieldPos,s=this.awaitPos,a=this.awaitIdentPos;return this.enterScope(Yt(i,!1)|Vr),this.initFunction(e),this.options.ecmaVersion>=8&&(e.async=!!i),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,e.params=this.toAssignableList(t,!0),this.parseFunctionBody(e,!0,!1,r),this.yieldPos=n,this.awaitPos=s,this.awaitIdentPos=a,this.finishNode(e,\"ArrowFunctionExpression\")},v.parseFunctionBody=function(e,t,i,r){var n=t&&this.type!==u.braceL,s=this.strict,a=!1;if(n)e.body=this.parseMaybeAssign(r),e.expression=!0,this.checkParams(e,!1);else{var o=this.options.ecmaVersion>=7&&!this.isSimpleParamList(e.params);(!s||o)&&((a=this.strictDirective(this.end))&&o&&this.raiseRecoverable(e.start,\"Illegal 'use strict' directive in function with non-simple parameter list\"));var c=this.labels;this.labels=[],a&&(this.strict=!0),this.checkParams(e,!s&&!a&&!t&&!i&&this.isSimpleParamList(e.params)),this.strict&&e.id&&this.checkLValSimple(e.id,Ur),e.body=this.parseBlock(!1,void 0,a&&!s),e.expression=!1,this.adaptDirectivePrologue(e.body.body),this.labels=c}this.exitScope()},v.isSimpleParamList=function(e){for(var t=0,i=e;t<i.length;t+=1){if(\"Identifier\"!==i[t].type)return!1}return!0},v.checkParams=function(e,t){for(var i=Object.create(null),r=0,n=e.params;r<n.length;r+=1){var s=n[r];this.checkLValInnerPattern(s,Jt,t?null:i)}},v.parseExprList=function(e,t,i,r){for(var n=[],s=!0;!this.eat(e);){if(s)s=!1;else if(this.expect(u.comma),t&&this.afterTrailingComma(e))break;var a=void 0;i&&this.type===u.comma?a=null:this.type===u.ellipsis?(a=this.parseSpread(r),r&&this.type===u.comma&&r.trailingComma<0&&(r.trailingComma=this.start)):a=this.parseMaybeAssign(!1,r),n.push(a)}return n},v.checkUnreserved=function(e){var t=e.start,i=e.end,r=e.name;(this.inGenerator&&\"yield\"===r&&this.raiseRecoverable(t,\"Cannot use 'yield' as identifier inside a generator\"),this.inAsync&&\"await\"===r&&this.raiseRecoverable(t,\"Cannot use 'await' as identifier inside an async function\"),this.currentThisScope().inClassFieldInit&&\"arguments\"===r&&this.raiseRecoverable(t,\"Cannot use 'arguments' in class field initializer\"),this.inClassStaticBlock&&(\"arguments\"===r||\"await\"===r)&&this.raise(t,\"Cannot use \"+r+\" in class static initialization block\"),this.keywords.test(r)&&this.raise(t,\"Unexpected keyword '\"+r+\"'\"),this.options.ecmaVersion<6&&-1!==this.input.slice(t,i).indexOf(\"\\\\\"))||(this.strict?this.reservedWordsStrict:this.reservedWords).test(r)&&(!this.inAsync&&\"await\"===r&&this.raiseRecoverable(t,\"Cannot use keyword 'await' outside an async function\"),this.raiseRecoverable(t,\"The keyword '\"+r+\"' is reserved\"))},v.parseIdent=function(e){var t=this.parseIdentNode();return this.next(!!e),this.finishNode(t,\"Identifier\"),e||(this.checkUnreserved(t),\"await\"===t.name&&!this.awaitIdentPos&&(this.awaitIdentPos=t.start)),t},v.parseIdentNode=function(){var e=this.startNode();return this.type===u.name?e.name=this.value:this.type.keyword?(e.name=this.type.keyword,(\"class\"===e.name||\"function\"===e.name)&&(this.lastTokEnd!==this.lastTokStart+1||46!==this.input.charCodeAt(this.lastTokStart))&&this.context.pop()):this.unexpected(),e},v.parsePrivateIdent=function(){var e=this.startNode();return this.type===u.privateId?e.name=this.value:this.unexpected(),this.next(),this.finishNode(e,\"PrivateIdentifier\"),this.options.checkPrivateFields&&(0===this.privateNameStack.length?this.raise(e.start,\"Private field '#\"+e.name+\"' must be declared in an enclosing class\"):this.privateNameStack[this.privateNameStack.length-1].used.push(e)),e},v.parseYield=function(e){this.yieldPos||(this.yieldPos=this.start);var t=this.startNode();return this.next(),this.type===u.semi||this.canInsertSemicolon()||this.type!==u.star&&!this.type.startsExpr?(t.delegate=!1,t.argument=null):(t.delegate=this.eat(u.star),t.argument=this.parseMaybeAssign(e)),this.finishNode(t,\"YieldExpression\")},v.parseAwait=function(e){this.awaitPos||(this.awaitPos=this.start);var t=this.startNode();return this.next(),t.argument=this.parseMaybeUnary(null,!0,!1,e),this.finishNode(t,\"AwaitExpression\")};var at=T.prototype;at.raise=function(e,t){var i=Dr(this.input,e);t+=\" (\"+i.line+\":\"+i.column+\")\";var r=new SyntaxError(t);throw r.pos=e,r.loc=i,r.raisedAt=this.pos,r},at.raiseRecoverable=at.raise,at.curPosition=function(){if(this.options.locations)return new Ie(this.curLine,this.pos-this.lineStart)};var de=T.prototype,qa=function(e){this.flags=e,this.var=[],this.lexical=[],this.functions=[],this.inClassFieldInit=!1};de.enterScope=function(e){this.scopeStack.push(new qa(e))},de.exitScope=function(){this.scopeStack.pop()},de.treatFunctionsAsVarInScope=function(e){return e.flags&ve||!this.inModule&&e.flags&Te},de.declareName=function(e,t,i){var r=!1;if(t===le){var n=this.currentScope();r=n.lexical.indexOf(e)>-1||n.functions.indexOf(e)>-1||n.var.indexOf(e)>-1,n.lexical.push(e),this.inModule&&n.flags&Te&&delete this.undefinedExports[e]}else if(t===jr){this.currentScope().lexical.push(e)}else if(t===$r){var s=this.currentScope();r=this.treatFunctionsAsVar?s.lexical.indexOf(e)>-1:s.lexical.indexOf(e)>-1||s.var.indexOf(e)>-1,s.functions.push(e)}else for(var a=this.scopeStack.length-1;a>=0;--a){var o=this.scopeStack[a];if(o.lexical.indexOf(e)>-1&&!(o.flags&Fr&&o.lexical[0]===e)||!this.treatFunctionsAsVarInScope(o)&&o.functions.indexOf(e)>-1){r=!0;break}if(o.var.push(e),this.inModule&&o.flags&Te&&delete this.undefinedExports[e],o.flags&Qt)break}r&&this.raiseRecoverable(i,\"Identifier '\"+e+\"' has already been declared\")},de.checkLocalExport=function(e){-1===this.scopeStack[0].lexical.indexOf(e.name)&&-1===this.scopeStack[0].var.indexOf(e.name)&&(this.undefinedExports[e.name]=e)},de.currentScope=function(){return this.scopeStack[this.scopeStack.length-1]},de.currentVarScope=function(){for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e];if(t.flags&Qt)return t}},de.currentThisScope=function(){for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e];if(t.flags&Qt&&!(t.flags&Vr))return t}};var ct=function(e,t,i){this.type=\"\",this.start=t,this.end=0,e.options.locations&&(this.loc=new st(e,i)),e.options.directSourceFile&&(this.sourceFile=e.options.directSourceFile),e.options.ranges&&(this.range=[t,0])},De=T.prototype;function qr(e,t,i,r){return e.type=t,e.end=i,this.options.locations&&(e.loc.end=r),this.options.ranges&&(e.range[1]=i),e}De.startNode=function(){return new ct(this,this.start,this.startLoc)},De.startNodeAt=function(e,t){return new ct(this,e,t)},De.finishNode=function(e,t){return qr.call(this,e,t,this.lastTokEnd,this.lastTokEndLoc)},De.finishNodeAt=function(e,t,i,r){return qr.call(this,e,t,i,r)},De.copyNode=function(e){var t=new ct(this,e.start,this.startLoc);for(var i in e)t[i]=e[i];return t};var Gr=\"ASCII ASCII_Hex_Digit AHex Alphabetic Alpha Any Assigned Bidi_Control Bidi_C Bidi_Mirrored Bidi_M Case_Ignorable CI Cased Changes_When_Casefolded CWCF Changes_When_Casemapped CWCM Changes_When_Lowercased CWL Changes_When_NFKC_Casefolded CWKCF Changes_When_Titlecased CWT Changes_When_Uppercased CWU Dash Default_Ignorable_Code_Point DI Deprecated Dep Diacritic Dia Emoji Emoji_Component Emoji_Modifier Emoji_Modifier_Base Emoji_Presentation Extender Ext Grapheme_Base Gr_Base Grapheme_Extend Gr_Ext Hex_Digit Hex IDS_Binary_Operator IDSB IDS_Trinary_Operator IDST ID_Continue IDC ID_Start IDS Ideographic Ideo Join_Control Join_C Logical_Order_Exception LOE Lowercase Lower Math Noncharacter_Code_Point NChar Pattern_Syntax Pat_Syn Pattern_White_Space Pat_WS Quotation_Mark QMark Radical Regional_Indicator RI Sentence_Terminal STerm Soft_Dotted SD Terminal_Punctuation Term Unified_Ideograph UIdeo Uppercase Upper Variation_Selector VS White_Space space XID_Continue XIDC XID_Start XIDS\",zr=Gr+\" Extended_Pictographic\",Kr=zr,Xr=Kr+\" EBase EComp EMod EPres ExtPict\",Qr=Xr,Ga=Qr,za={9:Gr,10:zr,11:Kr,12:Xr,13:Qr,14:Ga},Ka=\"Basic_Emoji Emoji_Keycap_Sequence RGI_Emoji_Modifier_Sequence RGI_Emoji_Flag_Sequence RGI_Emoji_Tag_Sequence RGI_Emoji_ZWJ_Sequence RGI_Emoji\",Xa={9:\"\",10:\"\",11:\"\",12:\"\",13:\"\",14:Ka},Lr=\"Cased_Letter LC Close_Punctuation Pe Connector_Punctuation Pc Control Cc cntrl Currency_Symbol Sc Dash_Punctuation Pd Decimal_Number Nd digit Enclosing_Mark Me Final_Punctuation Pf Format Cf Initial_Punctuation Pi Letter L Letter_Number Nl Line_Separator Zl Lowercase_Letter Ll Mark M Combining_Mark Math_Symbol Sm Modifier_Letter Lm Modifier_Symbol Sk Nonspacing_Mark Mn Number N Open_Punctuation Ps Other C Other_Letter Lo Other_Number No Other_Punctuation Po Other_Symbol So Paragraph_Separator Zp Private_Use Co Punctuation P punct Separator Z Space_Separator Zs Spacing_Mark Mc Surrogate Cs Symbol S Titlecase_Letter Lt Unassigned Cn Uppercase_Letter Lu\",Yr=\"Adlam Adlm Ahom Anatolian_Hieroglyphs Hluw Arabic Arab Armenian Armn Avestan Avst Balinese Bali Bamum Bamu Bassa_Vah Bass Batak Batk Bengali Beng Bhaiksuki Bhks Bopomofo Bopo Brahmi Brah Braille Brai Buginese Bugi Buhid Buhd Canadian_Aboriginal Cans Carian Cari Caucasian_Albanian Aghb Chakma Cakm Cham Cham Cherokee Cher Common Zyyy Coptic Copt Qaac Cuneiform Xsux Cypriot Cprt Cyrillic Cyrl Deseret Dsrt Devanagari Deva Duployan Dupl Egyptian_Hieroglyphs Egyp Elbasan Elba Ethiopic Ethi Georgian Geor Glagolitic Glag Gothic Goth Grantha Gran Greek Grek Gujarati Gujr Gurmukhi Guru Han Hani Hangul Hang Hanunoo Hano Hatran Hatr Hebrew Hebr Hiragana Hira Imperial_Aramaic Armi Inherited Zinh Qaai Inscriptional_Pahlavi Phli Inscriptional_Parthian Prti Javanese Java Kaithi Kthi Kannada Knda Katakana Kana Kayah_Li Kali Kharoshthi Khar Khmer Khmr Khojki Khoj Khudawadi Sind Lao Laoo Latin Latn Lepcha Lepc Limbu Limb Linear_A Lina Linear_B Linb Lisu Lisu Lycian Lyci Lydian Lydi Mahajani Mahj Malayalam Mlym Mandaic Mand Manichaean Mani Marchen Marc Masaram_Gondi Gonm Meetei_Mayek Mtei Mende_Kikakui Mend Meroitic_Cursive Merc Meroitic_Hieroglyphs Mero Miao Plrd Modi Mongolian Mong Mro Mroo Multani Mult Myanmar Mymr Nabataean Nbat New_Tai_Lue Talu Newa Newa Nko Nkoo Nushu Nshu Ogham Ogam Ol_Chiki Olck Old_Hungarian Hung Old_Italic Ital Old_North_Arabian Narb Old_Permic Perm Old_Persian Xpeo Old_South_Arabian Sarb Old_Turkic Orkh Oriya Orya Osage Osge Osmanya Osma Pahawh_Hmong Hmng Palmyrene Palm Pau_Cin_Hau Pauc Phags_Pa Phag Phoenician Phnx Psalter_Pahlavi Phlp Rejang Rjng Runic Runr Samaritan Samr Saurashtra Saur Sharada Shrd Shavian Shaw Siddham Sidd SignWriting Sgnw Sinhala Sinh Sora_Sompeng Sora Soyombo Soyo Sundanese Sund Syloti_Nagri Sylo Syriac Syrc Tagalog Tglg Tagbanwa Tagb Tai_Le Tale Tai_Tham Lana Tai_Viet Tavt Takri Takr Tamil Taml Tangut Tang Telugu Telu Thaana Thaa Thai Thai Tibetan Tibt Tifinagh Tfng Tirhuta Tirh Ugaritic Ugar Vai Vaii Warang_Citi Wara Yi Yiii Zanabazar_Square Zanb\",Jr=Yr+\" Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd\",Zr=Jr+\" Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho\",en=Zr+\" Chorasmian Chrs Diak Dives_Akuru Khitan_Small_Script Kits Yezi Yezidi\",tn=en+\" Cypro_Minoan Cpmn Old_Uyghur Ougr Tangsa Tnsa Toto Vithkuqi Vith\",Qa=tn+\" Hrkt Katakana_Or_Hiragana Kawi Nag_Mundari Nagm Unknown Zzzz\",Ya={9:Yr,10:Jr,11:Zr,12:en,13:tn,14:Qa},rn={};function Ja(e){var t=rn[e]={binary:pe(za[e]+\" \"+Lr),binaryOfStrings:pe(Xa[e]),nonBinary:{General_Category:pe(Lr),Script:pe(Ya[e])}};t.nonBinary.Script_Extensions=t.nonBinary.Script,t.nonBinary.gc=t.nonBinary.General_Category,t.nonBinary.sc=t.nonBinary.Script,t.nonBinary.scx=t.nonBinary.Script_Extensions}for(it=0,Ht=[9,10,11,12,13,14];it<Ht.length;it+=1)Pr=Ht[it],Ja(Pr);var Pr,it,Ht,b=T.prototype,re=function(e){this.parser=e,this.validFlags=\"gim\"+(e.options.ecmaVersion>=6?\"uy\":\"\")+(e.options.ecmaVersion>=9?\"s\":\"\")+(e.options.ecmaVersion>=13?\"d\":\"\")+(e.options.ecmaVersion>=15?\"v\":\"\"),this.unicodeProperties=rn[e.options.ecmaVersion>=14?14:e.options.ecmaVersion],this.source=\"\",this.flags=\"\",this.start=0,this.switchU=!1,this.switchV=!1,this.switchN=!1,this.pos=0,this.lastIntValue=0,this.lastStringValue=\"\",this.lastAssertionIsQuantifiable=!1,this.numCapturingParens=0,this.maxBackReference=0,this.groupNames=[],this.backReferenceNames=[]};function nn(e){return 36===e||e>=40&&e<=43||46===e||63===e||e>=91&&e<=94||e>=123&&e<=125}function Za(e){return ce(e,!0)||36===e||95===e}function es(e){return be(e,!0)||36===e||95===e||8204===e||8205===e}function an(e){return e>=65&&e<=90||e>=97&&e<=122}function ts(e){return e>=0&&e<=1114111}re.prototype.reset=function(e,t,i){var r=-1!==i.indexOf(\"v\"),n=-1!==i.indexOf(\"u\");this.start=0|e,this.source=t+\"\",this.flags=i,r&&this.parser.options.ecmaVersion>=15?(this.switchU=!0,this.switchV=!0,this.switchN=!0):(this.switchU=n&&this.parser.options.ecmaVersion>=6,this.switchV=!1,this.switchN=n&&this.parser.options.ecmaVersion>=9)},re.prototype.raise=function(e){this.parser.raiseRecoverable(this.start,\"Invalid regular expression: /\"+this.source+\"/: \"+e)},re.prototype.at=function(e,t){void 0===t&&(t=!1);var i=this.source,r=i.length;if(e>=r)return-1;var n=i.charCodeAt(e);if(!t&&!this.switchU||n<=55295||n>=57344||e+1>=r)return n;var s=i.charCodeAt(e+1);return s>=56320&&s<=57343?(n<<10)+s-56613888:n},re.prototype.nextIndex=function(e,t){void 0===t&&(t=!1);var i=this.source,r=i.length;if(e>=r)return r;var n,s=i.charCodeAt(e);return!t&&!this.switchU||s<=55295||s>=57344||e+1>=r||(n=i.charCodeAt(e+1))<56320||n>57343?e+1:e+2},re.prototype.current=function(e){return void 0===e&&(e=!1),this.at(this.pos,e)},re.prototype.lookahead=function(e){return void 0===e&&(e=!1),this.at(this.nextIndex(this.pos,e),e)},re.prototype.advance=function(e){void 0===e&&(e=!1),this.pos=this.nextIndex(this.pos,e)},re.prototype.eat=function(e,t){return void 0===t&&(t=!1),this.current(t)===e&&(this.advance(t),!0)},re.prototype.eatChars=function(e,t){void 0===t&&(t=!1);for(var i=this.pos,r=0,n=e;r<n.length;r+=1){var s=n[r],a=this.at(i,t);if(-1===a||a!==s)return!1;i=this.nextIndex(i,t)}return this.pos=i,!0},b.validateRegExpFlags=function(e){for(var t=e.validFlags,i=e.flags,r=!1,n=!1,s=0;s<i.length;s++){var a=i.charAt(s);-1===t.indexOf(a)&&this.raise(e.start,\"Invalid regular expression flag\"),i.indexOf(a,s+1)>-1&&this.raise(e.start,\"Duplicate regular expression flag\"),\"u\"===a&&(r=!0),\"v\"===a&&(n=!0)}this.options.ecmaVersion>=15&&r&&n&&this.raise(e.start,\"Invalid regular expression flag\")},b.validateRegExpPattern=function(e){this.regexp_pattern(e),!e.switchN&&this.options.ecmaVersion>=9&&e.groupNames.length>0&&(e.switchN=!0,this.regexp_pattern(e))},b.regexp_pattern=function(e){e.pos=0,e.lastIntValue=0,e.lastStringValue=\"\",e.lastAssertionIsQuantifiable=!1,e.numCapturingParens=0,e.maxBackReference=0,e.groupNames.length=0,e.backReferenceNames.length=0,this.regexp_disjunction(e),e.pos!==e.source.length&&(e.eat(41)&&e.raise(\"Unmatched ')'\"),(e.eat(93)||e.eat(125))&&e.raise(\"Lone quantifier brackets\")),e.maxBackReference>e.numCapturingParens&&e.raise(\"Invalid escape\");for(var t=0,i=e.backReferenceNames;t<i.length;t+=1){var r=i[t];-1===e.groupNames.indexOf(r)&&e.raise(\"Invalid named capture referenced\")}},b.regexp_disjunction=function(e){for(this.regexp_alternative(e);e.eat(124);)this.regexp_alternative(e);this.regexp_eatQuantifier(e,!0)&&e.raise(\"Nothing to repeat\"),e.eat(123)&&e.raise(\"Lone quantifier brackets\")},b.regexp_alternative=function(e){for(;e.pos<e.source.length&&this.regexp_eatTerm(e););},b.regexp_eatTerm=function(e){return this.regexp_eatAssertion(e)?(e.lastAssertionIsQuantifiable&&this.regexp_eatQuantifier(e)&&e.switchU&&e.raise(\"Invalid quantifier\"),!0):!!(e.switchU?this.regexp_eatAtom(e):this.regexp_eatExtendedAtom(e))&&(this.regexp_eatQuantifier(e),!0)},b.regexp_eatAssertion=function(e){var t=e.pos;if(e.lastAssertionIsQuantifiable=!1,e.eat(94)||e.eat(36))return!0;if(e.eat(92)){if(e.eat(66)||e.eat(98))return!0;e.pos=t}if(e.eat(40)&&e.eat(63)){var i=!1;if(this.options.ecmaVersion>=9&&(i=e.eat(60)),e.eat(61)||e.eat(33))return this.regexp_disjunction(e),e.eat(41)||e.raise(\"Unterminated group\"),e.lastAssertionIsQuantifiable=!i,!0}return e.pos=t,!1},b.regexp_eatQuantifier=function(e,t){return void 0===t&&(t=!1),!!this.regexp_eatQuantifierPrefix(e,t)&&(e.eat(63),!0)},b.regexp_eatQuantifierPrefix=function(e,t){return e.eat(42)||e.eat(43)||e.eat(63)||this.regexp_eatBracedQuantifier(e,t)},b.regexp_eatBracedQuantifier=function(e,t){var i=e.pos;if(e.eat(123)){var r=0,n=-1;if(this.regexp_eatDecimalDigits(e)&&(r=e.lastIntValue,e.eat(44)&&this.regexp_eatDecimalDigits(e)&&(n=e.lastIntValue),e.eat(125)))return-1!==n&&n<r&&!t&&e.raise(\"numbers out of order in {} quantifier\"),!0;e.switchU&&!t&&e.raise(\"Incomplete quantifier\"),e.pos=i}return!1},b.regexp_eatAtom=function(e){return this.regexp_eatPatternCharacters(e)||e.eat(46)||this.regexp_eatReverseSolidusAtomEscape(e)||this.regexp_eatCharacterClass(e)||this.regexp_eatUncapturingGroup(e)||this.regexp_eatCapturingGroup(e)},b.regexp_eatReverseSolidusAtomEscape=function(e){var t=e.pos;if(e.eat(92)){if(this.regexp_eatAtomEscape(e))return!0;e.pos=t}return!1},b.regexp_eatUncapturingGroup=function(e){var t=e.pos;if(e.eat(40)){if(e.eat(63)&&e.eat(58)){if(this.regexp_disjunction(e),e.eat(41))return!0;e.raise(\"Unterminated group\")}e.pos=t}return!1},b.regexp_eatCapturingGroup=function(e){if(e.eat(40)){if(this.options.ecmaVersion>=9?this.regexp_groupSpecifier(e):63===e.current()&&e.raise(\"Invalid group\"),this.regexp_disjunction(e),e.eat(41))return e.numCapturingParens+=1,!0;e.raise(\"Unterminated group\")}return!1},b.regexp_eatExtendedAtom=function(e){return e.eat(46)||this.regexp_eatReverseSolidusAtomEscape(e)||this.regexp_eatCharacterClass(e)||this.regexp_eatUncapturingGroup(e)||this.regexp_eatCapturingGroup(e)||this.regexp_eatInvalidBracedQuantifier(e)||this.regexp_eatExtendedPatternCharacter(e)},b.regexp_eatInvalidBracedQuantifier=function(e){return this.regexp_eatBracedQuantifier(e,!0)&&e.raise(\"Nothing to repeat\"),!1},b.regexp_eatSyntaxCharacter=function(e){var t=e.current();return!!nn(t)&&(e.lastIntValue=t,e.advance(),!0)},b.regexp_eatPatternCharacters=function(e){for(var t=e.pos,i=0;-1!==(i=e.current())&&!nn(i);)e.advance();return e.pos!==t},b.regexp_eatExtendedPatternCharacter=function(e){var t=e.current();return!(-1===t||36===t||t>=40&&t<=43||46===t||63===t||91===t||94===t||124===t)&&(e.advance(),!0)},b.regexp_groupSpecifier=function(e){if(e.eat(63)){if(this.regexp_eatGroupName(e))return-1!==e.groupNames.indexOf(e.lastStringValue)&&e.raise(\"Duplicate capture group name\"),void e.groupNames.push(e.lastStringValue);e.raise(\"Invalid group\")}},b.regexp_eatGroupName=function(e){if(e.lastStringValue=\"\",e.eat(60)){if(this.regexp_eatRegExpIdentifierName(e)&&e.eat(62))return!0;e.raise(\"Invalid capture group name\")}return!1},b.regexp_eatRegExpIdentifierName=function(e){if(e.lastStringValue=\"\",this.regexp_eatRegExpIdentifierStart(e)){for(e.lastStringValue+=fe(e.lastIntValue);this.regexp_eatRegExpIdentifierPart(e);)e.lastStringValue+=fe(e.lastIntValue);return!0}return!1},b.regexp_eatRegExpIdentifierStart=function(e){var t=e.pos,i=this.options.ecmaVersion>=11,r=e.current(i);return e.advance(i),92===r&&this.regexp_eatRegExpUnicodeEscapeSequence(e,i)&&(r=e.lastIntValue),Za(r)?(e.lastIntValue=r,!0):(e.pos=t,!1)},b.regexp_eatRegExpIdentifierPart=function(e){var t=e.pos,i=this.options.ecmaVersion>=11,r=e.current(i);return e.advance(i),92===r&&this.regexp_eatRegExpUnicodeEscapeSequence(e,i)&&(r=e.lastIntValue),es(r)?(e.lastIntValue=r,!0):(e.pos=t,!1)},b.regexp_eatAtomEscape=function(e){return!!(this.regexp_eatBackReference(e)||this.regexp_eatCharacterClassEscape(e)||this.regexp_eatCharacterEscape(e)||e.switchN&&this.regexp_eatKGroupName(e))||(e.switchU&&(99===e.current()&&e.raise(\"Invalid unicode escape\"),e.raise(\"Invalid escape\")),!1)},b.regexp_eatBackReference=function(e){var t=e.pos;if(this.regexp_eatDecimalEscape(e)){var i=e.lastIntValue;if(e.switchU)return i>e.maxBackReference&&(e.maxBackReference=i),!0;if(i<=e.numCapturingParens)return!0;e.pos=t}return!1},b.regexp_eatKGroupName=function(e){if(e.eat(107)){if(this.regexp_eatGroupName(e))return e.backReferenceNames.push(e.lastStringValue),!0;e.raise(\"Invalid named reference\")}return!1},b.regexp_eatCharacterEscape=function(e){return this.regexp_eatControlEscape(e)||this.regexp_eatCControlLetter(e)||this.regexp_eatZero(e)||this.regexp_eatHexEscapeSequence(e)||this.regexp_eatRegExpUnicodeEscapeSequence(e,!1)||!e.switchU&&this.regexp_eatLegacyOctalEscapeSequence(e)||this.regexp_eatIdentityEscape(e)},b.regexp_eatCControlLetter=function(e){var t=e.pos;if(e.eat(99)){if(this.regexp_eatControlLetter(e))return!0;e.pos=t}return!1},b.regexp_eatZero=function(e){return 48===e.current()&&!ut(e.lookahead())&&(e.lastIntValue=0,e.advance(),!0)},b.regexp_eatControlEscape=function(e){var t=e.current();return 116===t?(e.lastIntValue=9,e.advance(),!0):110===t?(e.lastIntValue=10,e.advance(),!0):118===t?(e.lastIntValue=11,e.advance(),!0):102===t?(e.lastIntValue=12,e.advance(),!0):114===t&&(e.lastIntValue=13,e.advance(),!0)},b.regexp_eatControlLetter=function(e){var t=e.current();return!!an(t)&&(e.lastIntValue=t%32,e.advance(),!0)},b.regexp_eatRegExpUnicodeEscapeSequence=function(e,t){void 0===t&&(t=!1);var i=e.pos,r=t||e.switchU;if(e.eat(117)){if(this.regexp_eatFixedHexDigits(e,4)){var n=e.lastIntValue;if(r&&n>=55296&&n<=56319){var s=e.pos;if(e.eat(92)&&e.eat(117)&&this.regexp_eatFixedHexDigits(e,4)){var a=e.lastIntValue;if(a>=56320&&a<=57343)return e.lastIntValue=1024*(n-55296)+(a-56320)+65536,!0}e.pos=s,e.lastIntValue=n}return!0}if(r&&e.eat(123)&&this.regexp_eatHexDigits(e)&&e.eat(125)&&ts(e.lastIntValue))return!0;r&&e.raise(\"Invalid unicode escape\"),e.pos=i}return!1},b.regexp_eatIdentityEscape=function(e){if(e.switchU)return!!this.regexp_eatSyntaxCharacter(e)||!!e.eat(47)&&(e.lastIntValue=47,!0);var t=e.current();return!(99===t||e.switchN&&107===t)&&(e.lastIntValue=t,e.advance(),!0)},b.regexp_eatDecimalEscape=function(e){e.lastIntValue=0;var t=e.current();if(t>=49&&t<=57){do{e.lastIntValue=10*e.lastIntValue+(t-48),e.advance()}while((t=e.current())>=48&&t<=57);return!0}return!1};var sn=0,ue=1,Q=2;function is(e){return 100===e||68===e||115===e||83===e||119===e||87===e}function on(e){return an(e)||95===e}function rs(e){return on(e)||ut(e)}function ns(e){return 33===e||e>=35&&e<=38||e>=42&&e<=44||46===e||e>=58&&e<=64||94===e||96===e||126===e}function as(e){return 40===e||41===e||45===e||47===e||e>=91&&e<=93||e>=123&&e<=125}function ss(e){return 33===e||35===e||37===e||38===e||44===e||45===e||e>=58&&e<=62||64===e||96===e||126===e}function ut(e){return e>=48&&e<=57}function cn(e){return e>=48&&e<=57||e>=65&&e<=70||e>=97&&e<=102}function un(e){return e>=65&&e<=70?e-65+10:e>=97&&e<=102?e-97+10:e-48}function ln(e){return e>=48&&e<=55}b.regexp_eatCharacterClassEscape=function(e){var t=e.current();if(is(t))return e.lastIntValue=-1,e.advance(),ue;var i=!1;if(e.switchU&&this.options.ecmaVersion>=9&&((i=80===t)||112===t)){var r;if(e.lastIntValue=-1,e.advance(),e.eat(123)&&(r=this.regexp_eatUnicodePropertyValueExpression(e))&&e.eat(125))return i&&r===Q&&e.raise(\"Invalid property name\"),r;e.raise(\"Invalid property name\")}return sn},b.regexp_eatUnicodePropertyValueExpression=function(e){var t=e.pos;if(this.regexp_eatUnicodePropertyName(e)&&e.eat(61)){var i=e.lastStringValue;if(this.regexp_eatUnicodePropertyValue(e)){var r=e.lastStringValue;return this.regexp_validateUnicodePropertyNameAndValue(e,i,r),ue}}if(e.pos=t,this.regexp_eatLoneUnicodePropertyNameOrValue(e)){var n=e.lastStringValue;return this.regexp_validateUnicodePropertyNameOrValue(e,n)}return sn},b.regexp_validateUnicodePropertyNameAndValue=function(e,t,i){Ne(e.unicodeProperties.nonBinary,t)||e.raise(\"Invalid property name\"),e.unicodeProperties.nonBinary[t].test(i)||e.raise(\"Invalid property value\")},b.regexp_validateUnicodePropertyNameOrValue=function(e,t){return e.unicodeProperties.binary.test(t)?ue:e.switchV&&e.unicodeProperties.binaryOfStrings.test(t)?Q:void e.raise(\"Invalid property name\")},b.regexp_eatUnicodePropertyName=function(e){var t=0;for(e.lastStringValue=\"\";on(t=e.current());)e.lastStringValue+=fe(t),e.advance();return\"\"!==e.lastStringValue},b.regexp_eatUnicodePropertyValue=function(e){var t=0;for(e.lastStringValue=\"\";rs(t=e.current());)e.lastStringValue+=fe(t),e.advance();return\"\"!==e.lastStringValue},b.regexp_eatLoneUnicodePropertyNameOrValue=function(e){return this.regexp_eatUnicodePropertyValue(e)},b.regexp_eatCharacterClass=function(e){if(e.eat(91)){var t=e.eat(94),i=this.regexp_classContents(e);return e.eat(93)||e.raise(\"Unterminated character class\"),t&&i===Q&&e.raise(\"Negated character class may contain strings\"),!0}return!1},b.regexp_classContents=function(e){return 93===e.current()?ue:e.switchV?this.regexp_classSetExpression(e):(this.regexp_nonEmptyClassRanges(e),ue)},b.regexp_nonEmptyClassRanges=function(e){for(;this.regexp_eatClassAtom(e);){var t=e.lastIntValue;if(e.eat(45)&&this.regexp_eatClassAtom(e)){var i=e.lastIntValue;e.switchU&&(-1===t||-1===i)&&e.raise(\"Invalid character class\"),-1!==t&&-1!==i&&t>i&&e.raise(\"Range out of order in character class\")}}},b.regexp_eatClassAtom=function(e){var t=e.pos;if(e.eat(92)){if(this.regexp_eatClassEscape(e))return!0;if(e.switchU){var i=e.current();(99===i||ln(i))&&e.raise(\"Invalid class escape\"),e.raise(\"Invalid escape\")}e.pos=t}var r=e.current();return 93!==r&&(e.lastIntValue=r,e.advance(),!0)},b.regexp_eatClassEscape=function(e){var t=e.pos;if(e.eat(98))return e.lastIntValue=8,!0;if(e.switchU&&e.eat(45))return e.lastIntValue=45,!0;if(!e.switchU&&e.eat(99)){if(this.regexp_eatClassControlLetter(e))return!0;e.pos=t}return this.regexp_eatCharacterClassEscape(e)||this.regexp_eatCharacterEscape(e)},b.regexp_classSetExpression=function(e){var t,i=ue;if(!this.regexp_eatClassSetRange(e))if(t=this.regexp_eatClassSetOperand(e)){t===Q&&(i=Q);for(var r=e.pos;e.eatChars([38,38]);)38!==e.current()&&(t=this.regexp_eatClassSetOperand(e))?t!==Q&&(i=ue):e.raise(\"Invalid character in character class\");if(r!==e.pos)return i;for(;e.eatChars([45,45]);)this.regexp_eatClassSetOperand(e)||e.raise(\"Invalid character in character class\");if(r!==e.pos)return i}else e.raise(\"Invalid character in character class\");for(;;)if(!this.regexp_eatClassSetRange(e)){if(!(t=this.regexp_eatClassSetOperand(e)))return i;t===Q&&(i=Q)}},b.regexp_eatClassSetRange=function(e){var t=e.pos;if(this.regexp_eatClassSetCharacter(e)){var i=e.lastIntValue;if(e.eat(45)&&this.regexp_eatClassSetCharacter(e)){var r=e.lastIntValue;return-1!==i&&-1!==r&&i>r&&e.raise(\"Range out of order in character class\"),!0}e.pos=t}return!1},b.regexp_eatClassSetOperand=function(e){return this.regexp_eatClassSetCharacter(e)?ue:this.regexp_eatClassStringDisjunction(e)||this.regexp_eatNestedClass(e)},b.regexp_eatNestedClass=function(e){var t=e.pos;if(e.eat(91)){var i=e.eat(94),r=this.regexp_classContents(e);if(e.eat(93))return i&&r===Q&&e.raise(\"Negated character class may contain strings\"),r;e.pos=t}if(e.eat(92)){var n=this.regexp_eatCharacterClassEscape(e);if(n)return n;e.pos=t}return null},b.regexp_eatClassStringDisjunction=function(e){var t=e.pos;if(e.eatChars([92,113])){if(e.eat(123)){var i=this.regexp_classStringDisjunctionContents(e);if(e.eat(125))return i}else e.raise(\"Invalid escape\");e.pos=t}return null},b.regexp_classStringDisjunctionContents=function(e){for(var t=this.regexp_classString(e);e.eat(124);)this.regexp_classString(e)===Q&&(t=Q);return t},b.regexp_classString=function(e){for(var t=0;this.regexp_eatClassSetCharacter(e);)t++;return 1===t?ue:Q},b.regexp_eatClassSetCharacter=function(e){var t=e.pos;if(e.eat(92))return!(!this.regexp_eatCharacterEscape(e)&&!this.regexp_eatClassSetReservedPunctuator(e))||(e.eat(98)?(e.lastIntValue=8,!0):(e.pos=t,!1));var i=e.current();return!(i<0||i===e.lookahead()&&ns(i)||as(i))&&(e.advance(),e.lastIntValue=i,!0)},b.regexp_eatClassSetReservedPunctuator=function(e){var t=e.current();return!!ss(t)&&(e.lastIntValue=t,e.advance(),!0)},b.regexp_eatClassControlLetter=function(e){var t=e.current();return!(!ut(t)&&95!==t)&&(e.lastIntValue=t%32,e.advance(),!0)},b.regexp_eatHexEscapeSequence=function(e){var t=e.pos;if(e.eat(120)){if(this.regexp_eatFixedHexDigits(e,2))return!0;e.switchU&&e.raise(\"Invalid escape\"),e.pos=t}return!1},b.regexp_eatDecimalDigits=function(e){var t=e.pos,i=0;for(e.lastIntValue=0;ut(i=e.current());)e.lastIntValue=10*e.lastIntValue+(i-48),e.advance();return e.pos!==t},b.regexp_eatHexDigits=function(e){var t=e.pos,i=0;for(e.lastIntValue=0;cn(i=e.current());)e.lastIntValue=16*e.lastIntValue+un(i),e.advance();return e.pos!==t},b.regexp_eatLegacyOctalEscapeSequence=function(e){if(this.regexp_eatOctalDigit(e)){var t=e.lastIntValue;if(this.regexp_eatOctalDigit(e)){var i=e.lastIntValue;t<=3&&this.regexp_eatOctalDigit(e)?e.lastIntValue=64*t+8*i+e.lastIntValue:e.lastIntValue=8*t+i}else e.lastIntValue=t;return!0}return!1},b.regexp_eatOctalDigit=function(e){var t=e.current();return ln(t)?(e.lastIntValue=t-48,e.advance(),!0):(e.lastIntValue=0,!1)},b.regexp_eatFixedHexDigits=function(e,t){var i=e.pos;e.lastIntValue=0;for(var r=0;r<t;++r){var n=e.current();if(!cn(n))return e.pos=i,!1;e.lastIntValue=16*e.lastIntValue+un(n),e.advance()}return!0};var ei=function(e){this.type=e.type,this.value=e.value,this.start=e.start,this.end=e.end,e.options.locations&&(this.loc=new st(e,e.startLoc,e.endLoc)),e.options.ranges&&(this.range=[e.start,e.end])},C=T.prototype;function os(e,t){return t?parseInt(e,8):parseFloat(e.replace(/_/g,\"\"))}function hn(e){return\"function\"!=typeof BigInt?null:BigInt(e.replace(/_/g,\"\"))}C.next=function(e){!e&&this.type.keyword&&this.containsEsc&&this.raiseRecoverable(this.start,\"Escape sequence in keyword \"+this.type.keyword),this.options.onToken&&this.options.onToken(new ei(this)),this.lastTokEnd=this.end,this.lastTokStart=this.start,this.lastTokEndLoc=this.endLoc,this.lastTokStartLoc=this.startLoc,this.nextToken()},C.getToken=function(){return this.next(),new ei(this)},typeof Symbol<\"u\"&&(C[Symbol.iterator]=function(){var e=this;return{next:function(){var t=e.getToken();return{done:t.type===u.eof,value:t}}}}),C.nextToken=function(){var e=this.curContext();return(!e||!e.preserveSpace)&&this.skipSpace(),this.start=this.pos,this.options.locations&&(this.startLoc=this.curPosition()),this.pos>=this.input.length?this.finishToken(u.eof):e.override?e.override(this):void this.readToken(this.fullCharCodeAtPos())},C.readToken=function(e){return ce(e,this.options.ecmaVersion>=6)||92===e?this.readWord():this.getTokenFromCode(e)},C.fullCharCodeAtPos=function(){var e=this.input.charCodeAt(this.pos);if(e<=55295||e>=56320)return e;var t=this.input.charCodeAt(this.pos+1);return t<=56319||t>=57344?e:(e<<10)+t-56613888},C.skipBlockComment=function(){var e=this.options.onComment&&this.curPosition(),t=this.pos,i=this.input.indexOf(\"*/\",this.pos+=2);if(-1===i&&this.raise(this.pos-2,\"Unterminated comment\"),this.pos=i+2,this.options.locations)for(var r=void 0,n=t;(r=Tr(this.input,n,this.pos))>-1;)++this.curLine,n=this.lineStart=r;this.options.onComment&&this.options.onComment(!0,this.input.slice(t+2,i),t,this.pos,e,this.curPosition())},C.skipLineComment=function(e){for(var t=this.pos,i=this.options.onComment&&this.curPosition(),r=this.input.charCodeAt(this.pos+=e);this.pos<this.input.length&&!we(r);)r=this.input.charCodeAt(++this.pos);this.options.onComment&&this.options.onComment(!1,this.input.slice(t+e,this.pos),t,this.pos,i,this.curPosition())},C.skipSpace=function(){e:for(;this.pos<this.input.length;){var e=this.input.charCodeAt(this.pos);switch(e){case 32:case 160:++this.pos;break;case 13:10===this.input.charCodeAt(this.pos+1)&&++this.pos;case 10:case 8232:case 8233:++this.pos,this.options.locations&&(++this.curLine,this.lineStart=this.pos);break;case 47:switch(this.input.charCodeAt(this.pos+1)){case 42:this.skipBlockComment();break;case 47:this.skipLineComment(2);break;default:break e}break;default:if(!(e>8&&e<14||e>=5760&&Nr.test(String.fromCharCode(e))))break e;++this.pos}}},C.finishToken=function(e,t){this.end=this.pos,this.options.locations&&(this.endLoc=this.curPosition());var i=this.type;this.type=e,this.value=t,this.updateContext(i)},C.readToken_dot=function(){var e=this.input.charCodeAt(this.pos+1);if(e>=48&&e<=57)return this.readNumber(!0);var t=this.input.charCodeAt(this.pos+2);return this.options.ecmaVersion>=6&&46===e&&46===t?(this.pos+=3,this.finishToken(u.ellipsis)):(++this.pos,this.finishToken(u.dot))},C.readToken_slash=function(){var e=this.input.charCodeAt(this.pos+1);return this.exprAllowed?(++this.pos,this.readRegexp()):61===e?this.finishOp(u.assign,2):this.finishOp(u.slash,1)},C.readToken_mult_modulo_exp=function(e){var t=this.input.charCodeAt(this.pos+1),i=1,r=42===e?u.star:u.modulo;return this.options.ecmaVersion>=7&&42===e&&42===t&&(++i,r=u.starstar,t=this.input.charCodeAt(this.pos+2)),61===t?this.finishOp(u.assign,i+1):this.finishOp(r,i)},C.readToken_pipe_amp=function(e){var t=this.input.charCodeAt(this.pos+1);if(t===e){if(this.options.ecmaVersion>=12)if(61===this.input.charCodeAt(this.pos+2))return this.finishOp(u.assign,3);return this.finishOp(124===e?u.logicalOR:u.logicalAND,2)}return 61===t?this.finishOp(u.assign,2):this.finishOp(124===e?u.bitwiseOR:u.bitwiseAND,1)},C.readToken_caret=function(){return 61===this.input.charCodeAt(this.pos+1)?this.finishOp(u.assign,2):this.finishOp(u.bitwiseXOR,1)},C.readToken_plus_min=function(e){var t=this.input.charCodeAt(this.pos+1);return t===e?45!==t||this.inModule||62!==this.input.charCodeAt(this.pos+2)||0!==this.lastTokEnd&&!Y.test(this.input.slice(this.lastTokEnd,this.pos))?this.finishOp(u.incDec,2):(this.skipLineComment(3),this.skipSpace(),this.nextToken()):61===t?this.finishOp(u.assign,2):this.finishOp(u.plusMin,1)},C.readToken_lt_gt=function(e){var t=this.input.charCodeAt(this.pos+1),i=1;return t===e?(i=62===e&&62===this.input.charCodeAt(this.pos+2)?3:2,61===this.input.charCodeAt(this.pos+i)?this.finishOp(u.assign,i+1):this.finishOp(u.bitShift,i)):33!==t||60!==e||this.inModule||45!==this.input.charCodeAt(this.pos+2)||45!==this.input.charCodeAt(this.pos+3)?(61===t&&(i=2),this.finishOp(u.relational,i)):(this.skipLineComment(4),this.skipSpace(),this.nextToken())},C.readToken_eq_excl=function(e){var t=this.input.charCodeAt(this.pos+1);return 61===t?this.finishOp(u.equality,61===this.input.charCodeAt(this.pos+2)?3:2):61===e&&62===t&&this.options.ecmaVersion>=6?(this.pos+=2,this.finishToken(u.arrow)):this.finishOp(61===e?u.eq:u.prefix,1)},C.readToken_question=function(){var e=this.options.ecmaVersion;if(e>=11){var t=this.input.charCodeAt(this.pos+1);if(46===t){var i=this.input.charCodeAt(this.pos+2);if(i<48||i>57)return this.finishOp(u.questionDot,2)}if(63===t){if(e>=12)if(61===this.input.charCodeAt(this.pos+2))return this.finishOp(u.assign,3);return this.finishOp(u.coalesce,2)}}return this.finishOp(u.question,1)},C.readToken_numberSign=function(){var e=35;if(this.options.ecmaVersion>=13&&(++this.pos,ce(e=this.fullCharCodeAtPos(),!0)||92===e))return this.finishToken(u.privateId,this.readWord1());this.raise(this.pos,\"Unexpected character '\"+fe(e)+\"'\")},C.getTokenFromCode=function(e){switch(e){case 46:return this.readToken_dot();case 40:return++this.pos,this.finishToken(u.parenL);case 41:return++this.pos,this.finishToken(u.parenR);case 59:return++this.pos,this.finishToken(u.semi);case 44:return++this.pos,this.finishToken(u.comma);case 91:return++this.pos,this.finishToken(u.bracketL);case 93:return++this.pos,this.finishToken(u.bracketR);case 123:return++this.pos,this.finishToken(u.braceL);case 125:return++this.pos,this.finishToken(u.braceR);case 58:return++this.pos,this.finishToken(u.colon);case 96:if(this.options.ecmaVersion<6)break;return++this.pos,this.finishToken(u.backQuote);case 48:var t=this.input.charCodeAt(this.pos+1);if(120===t||88===t)return this.readRadixNumber(16);if(this.options.ecmaVersion>=6){if(111===t||79===t)return this.readRadixNumber(8);if(98===t||66===t)return this.readRadixNumber(2)}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return this.readNumber(!1);case 34:case 39:return this.readString(e);case 47:return this.readToken_slash();case 37:case 42:return this.readToken_mult_modulo_exp(e);case 124:case 38:return this.readToken_pipe_amp(e);case 94:return this.readToken_caret();case 43:case 45:return this.readToken_plus_min(e);case 60:case 62:return this.readToken_lt_gt(e);case 61:case 33:return this.readToken_eq_excl(e);case 63:return this.readToken_question();case 126:return this.finishOp(u.prefix,1);case 35:return this.readToken_numberSign()}this.raise(this.pos,\"Unexpected character '\"+fe(e)+\"'\")},C.finishOp=function(e,t){var i=this.input.slice(this.pos,this.pos+t);return this.pos+=t,this.finishToken(e,i)},C.readRegexp=function(){for(var e,t,i=this.pos;;){this.pos>=this.input.length&&this.raise(i,\"Unterminated regular expression\");var r=this.input.charAt(this.pos);if(Y.test(r)&&this.raise(i,\"Unterminated regular expression\"),e)e=!1;else{if(\"[\"===r)t=!0;else if(\"]\"===r&&t)t=!1;else if(\"/\"===r&&!t)break;e=\"\\\\\"===r}++this.pos}var n=this.input.slice(i,this.pos);++this.pos;var s=this.pos,a=this.readWord1();this.containsEsc&&this.unexpected(s);var o=this.regexpState||(this.regexpState=new re(this));o.reset(i,n,a),this.validateRegExpFlags(o),this.validateRegExpPattern(o);var c=null;try{c=new RegExp(n,a)}catch{}return this.finishToken(u.regexp,{pattern:n,flags:a,value:c})},C.readInt=function(e,t,i){for(var r=this.options.ecmaVersion>=12&&void 0===t,n=i&&48===this.input.charCodeAt(this.pos),s=this.pos,a=0,o=0,c=0,l=t??1/0;c<l;++c,++this.pos){var p=this.input.charCodeAt(this.pos),h=void 0;if(r&&95===p)n&&this.raiseRecoverable(this.pos,\"Numeric separator is not allowed in legacy octal numeric literals\"),95===o&&this.raiseRecoverable(this.pos,\"Numeric separator must be exactly one underscore\"),0===c&&this.raiseRecoverable(this.pos,\"Numeric separator is not allowed at the first of digits\"),o=p;else{if((h=p>=97?p-97+10:p>=65?p-65+10:p>=48&&p<=57?p-48:1/0)>=e)break;o=p,a=a*e+h}}return r&&95===o&&this.raiseRecoverable(this.pos-1,\"Numeric separator is not allowed at the last of digits\"),this.pos===s||null!=t&&this.pos-s!==t?null:a},C.readRadixNumber=function(e){var t=this.pos;this.pos+=2;var i=this.readInt(e);return null==i&&this.raise(this.start+2,\"Expected number in radix \"+e),this.options.ecmaVersion>=11&&110===this.input.charCodeAt(this.pos)?(i=hn(this.input.slice(t,this.pos)),++this.pos):ce(this.fullCharCodeAtPos())&&this.raise(this.pos,\"Identifier directly after number\"),this.finishToken(u.num,i)},C.readNumber=function(e){var t=this.pos;!e&&null===this.readInt(10,void 0,!0)&&this.raise(t,\"Invalid number\");var i=this.pos-t>=2&&48===this.input.charCodeAt(t);i&&this.strict&&this.raise(t,\"Invalid number\");var r=this.input.charCodeAt(this.pos);if(!i&&!e&&this.options.ecmaVersion>=11&&110===r){var n=hn(this.input.slice(t,this.pos));return++this.pos,ce(this.fullCharCodeAtPos())&&this.raise(this.pos,\"Identifier directly after number\"),this.finishToken(u.num,n)}i&&/[89]/.test(this.input.slice(t,this.pos))&&(i=!1),46===r&&!i&&(++this.pos,this.readInt(10),r=this.input.charCodeAt(this.pos)),(69===r||101===r)&&!i&&((43===(r=this.input.charCodeAt(++this.pos))||45===r)&&++this.pos,null===this.readInt(10)&&this.raise(t,\"Invalid number\")),ce(this.fullCharCodeAtPos())&&this.raise(this.pos,\"Identifier directly after number\");var s=os(this.input.slice(t,this.pos),i);return this.finishToken(u.num,s)},C.readCodePoint=function(){var e;if(123===this.input.charCodeAt(this.pos)){this.options.ecmaVersion<6&&this.unexpected();var t=++this.pos;e=this.readHexChar(this.input.indexOf(\"}\",this.pos)-this.pos),++this.pos,e>1114111&&this.invalidStringToken(t,\"Code point out of bounds\")}else e=this.readHexChar(4);return e},C.readString=function(e){for(var t=\"\",i=++this.pos;;){this.pos>=this.input.length&&this.raise(this.start,\"Unterminated string constant\");var r=this.input.charCodeAt(this.pos);if(r===e)break;92===r?(t+=this.input.slice(i,this.pos),t+=this.readEscapedChar(!1),i=this.pos):8232===r||8233===r?(this.options.ecmaVersion<10&&this.raise(this.start,\"Unterminated string constant\"),++this.pos,this.options.locations&&(this.curLine++,this.lineStart=this.pos)):(we(r)&&this.raise(this.start,\"Unterminated string constant\"),++this.pos)}return t+=this.input.slice(i,this.pos++),this.finishToken(u.string,t)};var pn={};C.tryReadTemplateToken=function(){this.inTemplateElement=!0;try{this.readTmplToken()}catch(e){if(e!==pn)throw e;this.readInvalidTemplateToken()}this.inTemplateElement=!1},C.invalidStringToken=function(e,t){if(this.inTemplateElement&&this.options.ecmaVersion>=9)throw pn;this.raise(e,t)},C.readTmplToken=function(){for(var e=\"\",t=this.pos;;){this.pos>=this.input.length&&this.raise(this.start,\"Unterminated template\");var i=this.input.charCodeAt(this.pos);if(96===i||36===i&&123===this.input.charCodeAt(this.pos+1))return this.pos!==this.start||this.type!==u.template&&this.type!==u.invalidTemplate?(e+=this.input.slice(t,this.pos),this.finishToken(u.template,e)):36===i?(this.pos+=2,this.finishToken(u.dollarBraceL)):(++this.pos,this.finishToken(u.backQuote));if(92===i)e+=this.input.slice(t,this.pos),e+=this.readEscapedChar(!0),t=this.pos;else if(we(i)){switch(e+=this.input.slice(t,this.pos),++this.pos,i){case 13:10===this.input.charCodeAt(this.pos)&&++this.pos;case 10:e+=\"\\n\";break;default:e+=String.fromCharCode(i)}this.options.locations&&(++this.curLine,this.lineStart=this.pos),t=this.pos}else++this.pos}},C.readInvalidTemplateToken=function(){for(;this.pos<this.input.length;this.pos++)switch(this.input[this.pos]){case\"\\\\\":++this.pos;break;case\"$\":if(\"{\"!==this.input[this.pos+1])break;case\"`\":return this.finishToken(u.invalidTemplate,this.input.slice(this.start,this.pos))}this.raise(this.start,\"Unterminated template\")},C.readEscapedChar=function(e){var t=this.input.charCodeAt(++this.pos);switch(++this.pos,t){case 110:return\"\\n\";case 114:return\"\\r\";case 120:return String.fromCharCode(this.readHexChar(2));case 117:return fe(this.readCodePoint());case 116:return\"\\t\";case 98:return\"\\b\";case 118:return\"\\v\";case 102:return\"\\f\";case 13:10===this.input.charCodeAt(this.pos)&&++this.pos;case 10:return this.options.locations&&(this.lineStart=this.pos,++this.curLine),\"\";case 56:case 57:if(this.strict&&this.invalidStringToken(this.pos-1,\"Invalid escape sequence\"),e){var i=this.pos-1;this.invalidStringToken(i,\"Invalid escape sequence in template string\")}default:if(t>=48&&t<=55){var r=this.input.substr(this.pos-1,3).match(/^[0-7]+/)[0],n=parseInt(r,8);return n>255&&(r=r.slice(0,-1),n=parseInt(r,8)),this.pos+=r.length-1,t=this.input.charCodeAt(this.pos),(\"0\"!==r||56===t||57===t)&&(this.strict||e)&&this.invalidStringToken(this.pos-1-r.length,e?\"Octal literal in template string\":\"Octal literal in strict mode\"),String.fromCharCode(n)}return we(t)?\"\":String.fromCharCode(t)}},C.readHexChar=function(e){var t=this.pos,i=this.readInt(16,e);return null===i&&this.invalidStringToken(t,\"Bad character escape sequence\"),i},C.readWord1=function(){this.containsEsc=!1;for(var e=\"\",t=!0,i=this.pos,r=this.options.ecmaVersion>=6;this.pos<this.input.length;){var n=this.fullCharCodeAtPos();if(be(n,r))this.pos+=n<=65535?1:2;else{if(92!==n)break;this.containsEsc=!0,e+=this.input.slice(i,this.pos);var s=this.pos;117!==this.input.charCodeAt(++this.pos)&&this.invalidStringToken(this.pos,\"Expecting Unicode escape sequence \\\\uXXXX\"),++this.pos;var a=this.readCodePoint();(t?ce:be)(a,r)||this.invalidStringToken(s,\"Invalid Unicode escape\"),e+=fe(a),i=this.pos}t=!1}return e+this.input.slice(i,this.pos)},C.readWord=function(){var e=this.readWord1(),t=u.name;return this.keywords.test(e)&&(t=zt[e]),this.finishToken(t,e)};var cs=\"8.10.0\";function fn(e,t){return T.parse(e,t)}T.acorn={Parser:T,version:cs,defaultOptions:qt,Position:Ie,SourceLocation:st,getLineInfo:Dr,Node:ct,TokenType:L,tokTypes:u,keywordTypes:zt,TokContext:Z,tokContexts:R,isIdentifierChar:be,isIdentifierStart:ce,Token:ei,isNewLine:we,lineBreak:Y,lineBreakG:Ma,nonASCIIwhitespace:Nr};var ii=globalThis.fetch,me=globalThis.WebSocket,us=globalThis.Request,dn=globalThis.Response,ge={prototype:{send:me.prototype.send},CLOSED:me.CLOSED,CLOSING:me.CLOSING,CONNECTING:me.CONNECTING,OPEN:me.OPEN},ls=20,hs=[101,204,205,304],ps=[301,302,303,307,308],ht=class extends Error{constructor(e,t){super(t.message||t.code),q(this,\"status\"),q(this,\"body\"),this.status=e,this.body=t}},ri=class{constructor(e,t){q(this,\"base\"),this.base=new URL(`./v${e}/`,t)}};function ye(e,t){let i=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(i>>16)<<16|65535&i}function fs(e,t){return e<<t|e>>>32-t}function pt(e,t,i,r,n,s){return ye(fs(ye(ye(t,e),ye(r,s)),n),i)}function D(e,t,i,r,n,s,a){return pt(t&i|~t&r,e,t,n,s,a)}function O(e,t,i,r,n,s,a){return pt(t&r|i&~r,e,t,n,s,a)}function V(e,t,i,r,n,s,a){return pt(t^i^r,e,t,n,s,a)}function F(e,t,i,r,n,s,a){return pt(i^(t|~r),e,t,n,s,a)}function lt(e,t){e[t>>5]|=128<<t%32,e[14+(t+64>>>9<<4)]=t;let i=1732584193,r=-271733879,n=-1732584194,s=271733878;for(let t=0;t<e.length;t+=16){let a=i,o=r,c=n,l=s;i=D(i,r,n,s,e[t],7,-680876936),s=D(s,i,r,n,e[t+1],12,-389564586),n=D(n,s,i,r,e[t+2],17,606105819),r=D(r,n,s,i,e[t+3],22,-1044525330),i=D(i,r,n,s,e[t+4],7,-176418897),s=D(s,i,r,n,e[t+5],12,1200080426),n=D(n,s,i,r,e[t+6],17,-1473231341),r=D(r,n,s,i,e[t+7],22,-45705983),i=D(i,r,n,s,e[t+8],7,1770035416),s=D(s,i,r,n,e[t+9],12,-1958414417),n=D(n,s,i,r,e[t+10],17,-42063),r=D(r,n,s,i,e[t+11],22,-1990404162),i=D(i,r,n,s,e[t+12],7,1804603682),s=D(s,i,r,n,e[t+13],12,-40341101),n=D(n,s,i,r,e[t+14],17,-1502002290),r=D(r,n,s,i,e[t+15],22,1236535329),i=O(i,r,n,s,e[t+1],5,-165796510),s=O(s,i,r,n,e[t+6],9,-1069501632),n=O(n,s,i,r,e[t+11],14,643717713),r=O(r,n,s,i,e[t],20,-373897302),i=O(i,r,n,s,e[t+5],5,-701558691),s=O(s,i,r,n,e[t+10],9,38016083),n=O(n,s,i,r,e[t+15],14,-660478335),r=O(r,n,s,i,e[t+4],20,-405537848),i=O(i,r,n,s,e[t+9],5,568446438),s=O(s,i,r,n,e[t+14],9,-1019803690),n=O(n,s,i,r,e[t+3],14,-187363961),r=O(r,n,s,i,e[t+8],20,1163531501),i=O(i,r,n,s,e[t+13],5,-1444681467),s=O(s,i,r,n,e[t+2],9,-51403784),n=O(n,s,i,r,e[t+7],14,1735328473),r=O(r,n,s,i,e[t+12],20,-1926607734),i=V(i,r,n,s,e[t+5],4,-378558),s=V(s,i,r,n,e[t+8],11,-2022574463),n=V(n,s,i,r,e[t+11],16,1839030562),r=V(r,n,s,i,e[t+14],23,-35309556),i=V(i,r,n,s,e[t+1],4,-1530992060),s=V(s,i,r,n,e[t+4],11,1272893353),n=V(n,s,i,r,e[t+7],16,-155497632),r=V(r,n,s,i,e[t+10],23,-1094730640),i=V(i,r,n,s,e[t+13],4,681279174),s=V(s,i,r,n,e[t],11,-358537222),n=V(n,s,i,r,e[t+3],16,-722521979),r=V(r,n,s,i,e[t+6],23,76029189),i=V(i,r,n,s,e[t+9],4,-640364487),s=V(s,i,r,n,e[t+12],11,-421815835),n=V(n,s,i,r,e[t+15],16,530742520),r=V(r,n,s,i,e[t+2],23,-995338651),i=F(i,r,n,s,e[t],6,-198630844),s=F(s,i,r,n,e[t+7],10,1126891415),n=F(n,s,i,r,e[t+14],15,-1416354905),r=F(r,n,s,i,e[t+5],21,-57434055),i=F(i,r,n,s,e[t+12],6,1700485571),s=F(s,i,r,n,e[t+3],10,-1894986606),n=F(n,s,i,r,e[t+10],15,-1051523),r=F(r,n,s,i,e[t+1],21,-2054922799),i=F(i,r,n,s,e[t+8],6,1873313359),s=F(s,i,r,n,e[t+15],10,-30611744),n=F(n,s,i,r,e[t+6],15,-1560198380),r=F(r,n,s,i,e[t+13],21,1309151649),i=F(i,r,n,s,e[t+4],6,-145523070),s=F(s,i,r,n,e[t+11],10,-1120210379),n=F(n,s,i,r,e[t+2],15,718787259),r=F(r,n,s,i,e[t+9],21,-343485551),i=ye(i,a),r=ye(r,o),n=ye(n,c),s=ye(s,l)}return[i,r,n,s]}function mn(e){let t=\"\",i=32*e.length;for(let r=0;r<i;r+=8)t+=String.fromCharCode(e[r>>5]>>>r%32&255);return t}function ni(e){let t=[],i=e.length>>2;for(let e=0;e<i;e+=1)t[e]=0;let r=8*e.length;for(let i=0;i<r;i+=8)t[i>>5]|=(255&e.charCodeAt(i/8))<<i%32;return t}function ds(e){return mn(lt(ni(e),8*e.length))}function ms(e,t){let i=ni(e),r=[],n=[];i.length>16&&(i=lt(i,8*e.length));for(let e=0;e<16;e+=1)r[e]=909522486^i[e],n[e]=1549556828^i[e];let s=lt(r.concat(ni(t)),512+8*t.length);return mn(lt(n.concat(s),640))}function yn(e){let t=\"0123456789abcdef\",i=\"\";for(let r=0;r<e.length;r+=1){let n=e.charCodeAt(r);i+=t.charAt(n>>>4&15)+t.charAt(15&n)}return i}function ai(e){return unescape(encodeURIComponent(e))}function gn(e){return ds(ai(e))}function ys(e){return yn(gn(e))}function xn(e,t){return ms(ai(e),ai(t))}function gs(e,t){return yn(xn(e,t))}function xs(e,t,i){return t?i?xn(t,e):gs(t,e):i?gn(e):ys(e)}var ti=3072;function _s(e){let t=new Headers(e);if(e.has(\"x-bare-headers\")){let i=e.get(\"x-bare-headers\");if(i.length>ti){t.delete(\"x-bare-headers\");let e=0;for(let r=0;r<i.length;r+=ti){let n=i.slice(r,r+ti),s=e++;t.set(`x-bare-headers-${s}`,`;${n}`)}}}return t}function bs(e){let t=new Headers(e),i=\"x-bare-headers\";if(e.has(`${i}-0`)){let r=[];for(let[n,s]of e){if(!n.startsWith(i))continue;if(!s.startsWith(\";\"))throw new ht(400,{code:\"INVALID_BARE_HEADER\",id:`request.headers.${n}`,message:\"Value didn't begin with semi-colon.\"});r[parseInt(n.slice(15))]=s.slice(1),t.delete(n)}t.set(i,r.join(\"\"))}return t}var si=class extends ri{constructor(e){super(3,e),q(this,\"ws\"),q(this,\"http\"),this.ws=new URL(this.base),this.http=new URL(this.base),\"https:\"===this.ws.protocol?this.ws.protocol=\"wss:\":this.ws.protocol=\"ws:\"}connect(e,t,i,r,n){let s=new me(this.ws),a=()=>{s.removeEventListener(\"close\",o),s.removeEventListener(\"message\",c)},o=()=>{a()},c=e=>{if(a(),\"string\"!=typeof e.data)throw new TypeError(\"the first websocket message was not a text frame\");let t=JSON.parse(e.data);if(\"open\"!==t.type)throw new TypeError(\"message was not of open type\");e.stopImmediatePropagation(),r({protocol:t.protocol,setCookies:t.setCookies}),n(ge.OPEN),s.dispatchEvent(new Event(\"open\"))};return s.addEventListener(\"close\",o),s.addEventListener(\"message\",c),s.addEventListener(\"open\",(r=>{r.stopImmediatePropagation(),n(ge.CONNECTING),i().then((i=>ge.prototype.send.call(s,JSON.stringify({type:\"connect\",remote:e.toString(),protocols:t,headers:i,forwardHeaders:[]}))))}),{once:!0}),s}async request(e,t,i,r,n,s,a){if(r.protocol.startsWith(\"blob:\")){let e=await ii(r),t=new dn(e.body,e);return t.rawHeaders=Object.fromEntries(e.headers),t.rawResponse=e,t}let o={};if(t instanceof Headers)for(let[e,i]of t)o[e]=i;else for(let e in t)o[e]=t[e];let c={credentials:\"omit\",method:e,signal:a};\"only-if-cached\"!==n&&(c.cache=n),void 0!==i&&(c.body=i),void 0!==s&&(c.duplex=s),c.headers=this.createBareHeaders(r,o);let l=await ii(this.http+\"?cache=\"+xs(r.toString()),c),p=await this.readBareResponse(l),h=new dn(hs.includes(p.status)?void 0:l.body,{status:p.status,statusText:p.statusText??void 0,headers:new Headers(p.headers)});return h.rawHeaders=p.headers,h.rawResponse=l,h}async readBareResponse(e){if(!e.ok)throw new ht(e.status,await e.json());let t=bs(e.headers),i={},r=t.get(\"x-bare-status\");null!==r&&(i.status=parseInt(r));let n=t.get(\"x-bare-status-text\");null!==n&&(i.statusText=n);let s=t.get(\"x-bare-headers\");return null!==s&&(i.headers=JSON.parse(s)),i}createBareHeaders(e,t,i=[],r=[],n=[]){let s=new Headers;s.set(\"x-bare-url\",e.toString()),s.set(\"x-bare-headers\",JSON.stringify(t));for(let e of i)s.append(\"x-bare-forward-headers\",e);for(let e of r)s.append(\"x-bare-pass-headers\",e);for(let e of n)s.append(\"x-bare-pass-status\",e.toString());return _s(s),s}},ws=\"!#$%&'*+-.0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ^_`abcdefghijklmnopqrstuvwxyz|~\";function vs(e){for(let t=0;t<e.length;t++){let i=e[t];if(!ws.includes(i))return!1}return!0}var Ss=[[\"v3\",si]];async function _n(e,t){let i=await ii(e,{signal:t});if(!i.ok)throw new Error(`Unable to fetch Bare meta: ${i.status} ${await i.text()}`);return await i.json()}var Es=Object.getOwnPropertyDescriptor(me.prototype,\"readyState\").get,Cs=[\"ws:\",\"wss:\"],Oe=class{constructor(e,t){q(this,\"manifest\"),q(this,\"client\"),q(this,\"server\"),q(this,\"working\"),q(this,\"onDemand\"),q(this,\"onDemandSignal\"),this.server=new URL(e),!t||t instanceof AbortSignal?(this.onDemand=!0,this.onDemandSignal=t):(this.onDemand=!1,this.loadManifest(t))}loadManifest(e){return this.manifest=e,this.client=this.getClient(),this.client}demand(){return this.onDemand?(this.working||(this.working=_n(this.server,this.onDemandSignal).then((e=>this.loadManifest(e))).catch((e=>{throw delete this.working,e}))),this.working):this.client}getClient(){for(let[e,t]of Ss)if(this.manifest.versions.includes(e))return new t(this.server);throw new Error(\"Unable to find compatible client version. Starting from v2.0.0, @tomphttp/bare-client only supports Bare servers v3+. For more information, see https://github.com/tomphttp/bare-client/\")}createWebSocket(e,t=[],i){if(!this.client)throw new TypeError(\"You need to wait for the client to finish fetching the manifest before creating any WebSockets. Try caching the manifest data before making this request.\");try{e=new URL(e)}catch{throw new DOMException(`Faiiled to construct 'WebSocket': The URL '${e}' is invalid.`)}if(!Cs.includes(e.protocol))throw new DOMException(`Failed to construct 'WebSocket': The URL's scheme must be either 'ws' or 'wss'. '${e.protocol}' is not allowed.`);Array.isArray(t)||(t=[t]),t=t.map(String);for(let e of t)if(!vs(e))throw new DOMException(`Failed to construct 'WebSocket': The subprotocol '${e}' is invalid.`);let r=this.client.connect(e,t,(async()=>{let t=\"function\"==typeof i.headers?await i.headers():i.headers||{},r=t instanceof Headers?Object.fromEntries(t):t;return r.Host=e.host,r.Pragma=\"no-cache\",r[\"Cache-Control\"]=\"no-cache\",r.Upgrade=\"websocket\",r.Connection=\"Upgrade\",r}),(e=>{n=e.protocol,i.setCookiesCallback&&i.setCookiesCallback(e.setCookies)}),(e=>{s=e}),i.webSocketImpl||me),n=\"\",s=ge.CONNECTING,a=()=>{let e=Es.call(r);return e===ge.OPEN?s:e};i.readyStateHook?i.readyStateHook(r,a):Object.defineProperty(r,\"readyState\",{get:a,configurable:!0,enumerable:!0});let o=()=>{if(a()===ge.CONNECTING)return new DOMException(\"Failed to execute 'send' on 'WebSocket': Still in CONNECTING state.\")};i.sendErrorHook?i.sendErrorHook(r,o):r.send=function(...e){let t=o();if(t)throw t;ge.prototype.send.call(this,...e)},i.urlHook?i.urlHook(r,e):Object.defineProperty(r,\"url\",{get:()=>e.toString(),configurable:!0,enumerable:!0});let c=()=>n;return i.protocolHook?i.protocolHook(r,c):Object.defineProperty(r,\"protocol\",{get:c,configurable:!0,enumerable:!0}),r}async fetch(e,t){let i=ks(e)?new us(e,t):e,r=t?.headers||i.headers,n=r instanceof Headers?Object.fromEntries(r):r,s=t?.duplex,a=t?.body||i.body,o=new URL(i.url),c=await this.demand();for(let e=0;;e++){\"host\"in n?n.host=o.host:n.Host=o.host;let r=await c.request(i.method,n,a,o,i.cache,s,i.signal);r.finalURL=o.toString();let l=t?.redirect||i.redirect;if(!ps.includes(r.status))return r;switch(l){case\"follow\":{let t=r.headers.get(\"location\");if(ls>e&&null!==t){o=new URL(t,o);continue}throw new TypeError(\"Failed to fetch\")}case\"error\":throw new TypeError(\"Failed to fetch\");case\"manual\":return r}}}};function ks(e){return\"string\"==typeof e||e instanceof URL}async function bn(e,t){let i=await _n(e,t);return new Oe(e,i)}var Hs=Ze(wn(),1),Tn=Ze(Sn(),1),{stringify:Os}=JSON;if(!String.prototype.repeat)throw new Error(\"String.prototype.repeat is undefined, see https://github.com/davidbonnet/astring#installation\");if(!String.prototype.endsWith)throw new Error(\"String.prototype.endsWith is undefined, see https://github.com/davidbonnet/astring#installation\");var dt={\"||\":2,\"??\":3,\"&&\":4,\"|\":5,\"^\":6,\"&\":7,\"==\":8,\"!=\":8,\"===\":8,\"!==\":8,\"<\":9,\">\":9,\"<=\":9,\">=\":9,in:9,instanceof:9,\"<<\":10,\">>\":10,\">>>\":10,\"+\":11,\"-\":11,\"*\":12,\"%\":12,\"/\":12,\"**\":13},ee=17,Vs={ArrayExpression:20,TaggedTemplateExpression:20,ThisExpression:20,Identifier:20,PrivateIdentifier:20,Literal:18,TemplateLiteral:20,Super:20,SequenceExpression:20,MemberExpression:19,ChainExpression:19,CallExpression:19,NewExpression:19,ArrowFunctionExpression:ee,ClassExpression:ee,FunctionExpression:ee,ObjectExpression:ee,UpdateExpression:16,UnaryExpression:15,AwaitExpression:15,BinaryExpression:14,LogicalExpression:13,ConditionalExpression:4,AssignmentExpression:3,YieldExpression:2,RestElement:1};function Ce(e,t){let{generator:i}=e;if(e.write(\"(\"),null!=t&&t.length>0){i[t[0].type](t[0],e);let{length:r}=t;for(let n=1;n<r;n++){let r=t[n];e.write(\", \"),i[r.type](r,e)}}e.write(\")\")}function Rn(e,t,i,r){let n=e.expressionsPrecedence[t.type];if(n===ee)return!0;let s=e.expressionsPrecedence[i.type];return n!==s?!r&&15===n&&14===s&&\"**\"===i.operator||n<s:(13===n||14===n)&&(\"**\"===t.operator&&\"**\"===i.operator?!r:13===n&&13===s&&(\"??\"===t.operator||\"??\"===i.operator)||(r?dt[t.operator]<=dt[i.operator]:dt[t.operator]<dt[i.operator]))}function mt(e,t,i,r){let{generator:n}=e;Rn(e,t,i,r)?(e.write(\"(\"),n[t.type](t,e),e.write(\")\")):n[t.type](t,e)}function Fs(e,t,i,r){let n=t.split(\"\\n\"),s=n.length-1;if(e.write(n[0].trim()),s>0){e.write(r);for(let t=1;t<s;t++)e.write(i+n[t].trim()+r);e.write(i+n[s].trim())}}function j(e,t,i,r){let{length:n}=t;for(let s=0;s<n;s++){let n=t[s];e.write(i),\"L\"===n.type[0]?e.write(\"// \"+n.value.trim()+\"\\n\",n):(e.write(\"/*\"),Fs(e,n.value,i,r),e.write(\"*/\"+r))}}function Bs(e){let t=e;for(;null!=t;){let{type:e}=t;if(\"C\"===e[0]&&\"a\"===e[1])return!0;if(\"M\"!==e[0]||\"e\"!==e[1]||\"m\"!==e[2])return!1;t=t.object}}function li(e,t){let{generator:i}=e,{declarations:r}=t;e.write(t.kind+\" \");let{length:n}=r;if(n>0){i.VariableDeclarator(r[0],e);for(let t=1;t<n;t++)e.write(\", \"),i.VariableDeclarator(r[t],e)}}var En,Cn,kn,An,Ln,Pn,$s={Program(e,t){let i=t.indent.repeat(t.indentLevel),{lineEnd:r,writeComments:n}=t;n&&null!=e.comments&&j(t,e.comments,i,r);let s=e.body,{length:a}=s;for(let e=0;e<a;e++){let a=s[e];n&&null!=a.comments&&j(t,a.comments,i,r),t.write(i),this[a.type](a,t),t.write(r)}n&&null!=e.trailingComments&&j(t,e.trailingComments,i,r)},BlockStatement:Pn=function(e,t){let i=t.indent.repeat(t.indentLevel++),{lineEnd:r,writeComments:n}=t,s=i+t.indent;t.write(\"{\");let a=e.body;if(null!=a&&a.length>0){t.write(r),n&&null!=e.comments&&j(t,e.comments,s,r);let{length:o}=a;for(let e=0;e<o;e++){let i=a[e];n&&null!=i.comments&&j(t,i.comments,s,r),t.write(s),this[i.type](i,t),t.write(r)}t.write(i)}else n&&null!=e.comments&&(t.write(r),j(t,e.comments,s,r),t.write(i));n&&null!=e.trailingComments&&j(t,e.trailingComments,s,r),t.write(\"}\"),t.indentLevel--},ClassBody:Pn,StaticBlock(e,t){t.write(\"static \"),this.BlockStatement(e,t)},EmptyStatement(e,t){t.write(\";\")},ExpressionStatement(e,t){let i=t.expressionsPrecedence[e.expression.type];i===ee||3===i&&\"O\"===e.expression.left.type[0]?(t.write(\"(\"),this[e.expression.type](e.expression,t),t.write(\")\")):this[e.expression.type](e.expression,t),t.write(\";\")},IfStatement(e,t){t.write(\"if (\"),this[e.test.type](e.test,t),t.write(\") \"),this[e.consequent.type](e.consequent,t),null!=e.alternate&&(t.write(\" else \"),this[e.alternate.type](e.alternate,t))},LabeledStatement(e,t){this[e.label.type](e.label,t),t.write(\": \"),this[e.body.type](e.body,t)},BreakStatement(e,t){t.write(\"break\"),null!=e.label&&(t.write(\" \"),this[e.label.type](e.label,t)),t.write(\";\")},ContinueStatement(e,t){t.write(\"continue\"),null!=e.label&&(t.write(\" \"),this[e.label.type](e.label,t)),t.write(\";\")},WithStatement(e,t){t.write(\"with (\"),this[e.object.type](e.object,t),t.write(\") \"),this[e.body.type](e.body,t)},SwitchStatement(e,t){let i=t.indent.repeat(t.indentLevel++),{lineEnd:r,writeComments:n}=t;t.indentLevel++;let s=i+t.indent,a=s+t.indent;t.write(\"switch (\"),this[e.discriminant.type](e.discriminant,t),t.write(\") {\"+r);let{cases:o}=e,{length:c}=o;for(let e=0;e<c;e++){let i=o[e];n&&null!=i.comments&&j(t,i.comments,s,r),i.test?(t.write(s+\"case \"),this[i.test.type](i.test,t),t.write(\":\"+r)):t.write(s+\"default:\"+r);let{consequent:c}=i,{length:l}=c;for(let e=0;e<l;e++){let i=c[e];n&&null!=i.comments&&j(t,i.comments,a,r),t.write(a),this[i.type](i,t),t.write(r)}}t.indentLevel-=2,t.write(i+\"}\")},ReturnStatement(e,t){t.write(\"return\"),e.argument&&(t.write(\" \"),this[e.argument.type](e.argument,t)),t.write(\";\")},ThrowStatement(e,t){t.write(\"throw \"),this[e.argument.type](e.argument,t),t.write(\";\")},TryStatement(e,t){if(t.write(\"try \"),this[e.block.type](e.block,t),e.handler){let{handler:i}=e;null==i.param?t.write(\" catch \"):(t.write(\" catch (\"),this[i.param.type](i.param,t),t.write(\") \")),this[i.body.type](i.body,t)}e.finalizer&&(t.write(\" finally \"),this[e.finalizer.type](e.finalizer,t))},WhileStatement(e,t){t.write(\"while (\"),this[e.test.type](e.test,t),t.write(\") \"),this[e.body.type](e.body,t)},DoWhileStatement(e,t){t.write(\"do \"),this[e.body.type](e.body,t),t.write(\" while (\"),this[e.test.type](e.test,t),t.write(\");\")},ForStatement(e,t){if(t.write(\"for (\"),null!=e.init){let{init:i}=e;\"V\"===i.type[0]?li(t,i):this[i.type](i,t)}t.write(\"; \"),e.test&&this[e.test.type](e.test,t),t.write(\"; \"),e.update&&this[e.update.type](e.update,t),t.write(\") \"),this[e.body.type](e.body,t)},ForInStatement:En=function(e,t){t.write(`for ${e.await?\"await \":\"\"}(`);let{left:i}=e;\"V\"===i.type[0]?li(t,i):this[i.type](i,t),t.write(\"I\"===e.type[3]?\" in \":\" of \"),this[e.right.type](e.right,t),t.write(\") \"),this[e.body.type](e.body,t)},ForOfStatement:En,DebuggerStatement(e,t){t.write(\"debugger;\",e)},FunctionDeclaration:Cn=function(e,t){t.write((e.async?\"async \":\"\")+(e.generator?\"function* \":\"function \")+(e.id?e.id.name:\"\"),e),Ce(t,e.params),t.write(\" \"),this[e.body.type](e.body,t)},FunctionExpression:Cn,VariableDeclaration(e,t){li(t,e),t.write(\";\")},VariableDeclarator(e,t){this[e.id.type](e.id,t),null!=e.init&&(t.write(\" = \"),this[e.init.type](e.init,t))},ClassDeclaration(e,t){if(t.write(\"class \"+(e.id?`${e.id.name} `:\"\"),e),e.superClass){t.write(\"extends \");let{superClass:i}=e,{type:r}=i,n=t.expressionsPrecedence[r];\"C\"===r[0]&&\"l\"===r[1]&&\"E\"===r[5]||!(n===ee||n<t.expressionsPrecedence.ClassExpression)?this[i.type](i,t):(t.write(\"(\"),this[e.superClass.type](i,t),t.write(\")\")),t.write(\" \")}this.ClassBody(e.body,t)},ImportDeclaration(e,t){t.write(\"import \");let{specifiers:i}=e,{length:r}=i,n=0;if(r>0){for(;n<r;){n>0&&t.write(\", \");let e=i[n],r=e.type[6];if(\"D\"===r)t.write(e.local.name,e),n++;else{if(\"N\"!==r)break;t.write(\"* as \"+e.local.name,e),n++}}if(n<r){for(t.write(\"{\");;){let e=i[n],{name:s}=e.imported;if(t.write(s,e),s!==e.local.name&&t.write(\" as \"+e.local.name),!(++n<r))break;t.write(\", \")}t.write(\"}\")}t.write(\" from \")}this.Literal(e.source,t),t.write(\";\")},ImportExpression(e,t){t.write(\"import(\"),this[e.source.type](e.source,t),t.write(\")\")},ExportDefaultDeclaration(e,t){t.write(\"export default \"),this[e.declaration.type](e.declaration,t),null!=t.expressionsPrecedence[e.declaration.type]&&\"F\"!==e.declaration.type[0]&&t.write(\";\")},ExportNamedDeclaration(e,t){if(t.write(\"export \"),e.declaration)this[e.declaration.type](e.declaration,t);else{t.write(\"{\");let{specifiers:i}=e,{length:r}=i;if(r>0)for(let e=0;;){let n=i[e],{name:s}=n.local;if(t.write(s,n),s!==n.exported.name&&t.write(\" as \"+n.exported.name),!(++e<r))break;t.write(\", \")}t.write(\"}\"),e.source&&(t.write(\" from \"),this.Literal(e.source,t)),t.write(\";\")}},ExportAllDeclaration(e,t){null!=e.exported?t.write(\"export * as \"+e.exported.name+\" from \"):t.write(\"export * from \"),this.Literal(e.source,t),t.write(\";\")},MethodDefinition(e,t){e.static&&t.write(\"static \");let i=e.kind[0];(\"g\"===i||\"s\"===i)&&t.write(e.kind+\" \"),e.value.async&&t.write(\"async \"),e.value.generator&&t.write(\"*\"),e.computed?(t.write(\"[\"),this[e.key.type](e.key,t),t.write(\"]\")):this[e.key.type](e.key,t),Ce(t,e.value.params),t.write(\" \"),this[e.value.body.type](e.value.body,t)},ClassExpression(e,t){this.ClassDeclaration(e,t)},ArrowFunctionExpression(e,t){t.write(e.async?\"async \":\"\",e);let{params:i}=e;null!=i&&(1===i.length&&\"I\"===i[0].type[0]?t.write(i[0].name,i[0]):Ce(t,e.params)),t.write(\" => \"),\"O\"===e.body.type[0]?(t.write(\"(\"),this.ObjectExpression(e.body,t),t.write(\")\")):this[e.body.type](e.body,t)},ThisExpression(e,t){t.write(\"this\",e)},Super(e,t){t.write(\"super\",e)},RestElement:kn=function(e,t){t.write(\"...\"),this[e.argument.type](e.argument,t)},SpreadElement:kn,YieldExpression(e,t){t.write(e.delegate?\"yield*\":\"yield\"),e.argument&&(t.write(\" \"),this[e.argument.type](e.argument,t))},AwaitExpression(e,t){t.write(\"await \",e),mt(t,e.argument,e)},TemplateLiteral(e,t){let{quasis:i,expressions:r}=e;t.write(\"`\");let{length:n}=r;for(let e=0;e<n;e++){let n=r[e],s=i[e];t.write(s.value.raw,s),t.write(\"${\"),this[n.type](n,t),t.write(\"}\")}let s=i[i.length-1];t.write(s.value.raw,s),t.write(\"`\")},TemplateElement(e,t){t.write(e.value.raw,e)},TaggedTemplateExpression(e,t){mt(t,e.tag,e),this[e.quasi.type](e.quasi,t)},ArrayExpression:Ln=function(e,t){if(t.write(\"[\"),e.elements.length>0){let{elements:i}=e,{length:r}=i;for(let e=0;;){let n=i[e];if(null!=n&&this[n.type](n,t),!(++e<r)){null==n&&t.write(\", \");break}t.write(\", \")}}t.write(\"]\")},ArrayPattern:Ln,ObjectExpression(e,t){let i=t.indent.repeat(t.indentLevel++),{lineEnd:r,writeComments:n}=t,s=i+t.indent;if(t.write(\"{\"),e.properties.length>0){t.write(r),n&&null!=e.comments&&j(t,e.comments,s,r);let a=\",\"+r,{properties:o}=e,{length:c}=o;for(let e=0;;){let i=o[e];if(n&&null!=i.comments&&j(t,i.comments,s,r),t.write(s),this[i.type](i,t),!(++e<c))break;t.write(a)}t.write(r),n&&null!=e.trailingComments&&j(t,e.trailingComments,s,r),t.write(i+\"}\")}else n?null!=e.comments?(t.write(r),j(t,e.comments,s,r),null!=e.trailingComments&&j(t,e.trailingComments,s,r),t.write(i+\"}\")):null!=e.trailingComments?(t.write(r),j(t,e.trailingComments,s,r),t.write(i+\"}\")):t.write(\"}\"):t.write(\"}\");t.indentLevel--},Property(e,t){e.method||\"i\"!==e.kind[0]?this.MethodDefinition(e,t):(e.shorthand||(e.computed?(t.write(\"[\"),this[e.key.type](e.key,t),t.write(\"]\")):this[e.key.type](e.key,t),t.write(\": \")),this[e.value.type](e.value,t))},PropertyDefinition(e,t){e.static&&t.write(\"static \"),e.computed&&t.write(\"[\"),this[e.key.type](e.key,t),e.computed&&t.write(\"]\"),null!=e.value?(t.write(\" = \"),this[e.value.type](e.value,t),t.write(\";\")):\"F\"!==e.key.type[0]&&t.write(\";\")},ObjectPattern(e,t){if(t.write(\"{\"),e.properties.length>0){let{properties:i}=e,{length:r}=i;for(let e=0;this[i[e].type](i[e],t),++e<r;)t.write(\", \")}t.write(\"}\")},SequenceExpression(e,t){Ce(t,e.expressions)},UnaryExpression(e,t){if(e.prefix){let{operator:i,argument:r,argument:{type:n}}=e;t.write(i);let s=Rn(t,r,e);!s&&(i.length>1||\"U\"===n[0]&&(\"n\"===n[1]||\"p\"===n[1])&&r.prefix&&r.operator[0]===i&&(\"+\"===i||\"-\"===i))&&t.write(\" \"),s?(t.write(i.length>1?\" (\":\"(\"),this[n](r,t),t.write(\")\")):this[n](r,t)}else this[e.argument.type](e.argument,t),t.write(e.operator)},UpdateExpression(e,t){e.prefix?(t.write(e.operator),this[e.argument.type](e.argument,t)):(this[e.argument.type](e.argument,t),t.write(e.operator))},AssignmentExpression(e,t){this[e.left.type](e.left,t),t.write(\" \"+e.operator+\" \"),this[e.right.type](e.right,t)},AssignmentPattern(e,t){this[e.left.type](e.left,t),t.write(\" = \"),this[e.right.type](e.right,t)},BinaryExpression:An=function(e,t){let i=\"in\"===e.operator;i&&t.write(\"(\"),mt(t,e.left,e,!1),t.write(\" \"+e.operator+\" \"),mt(t,e.right,e,!0),i&&t.write(\")\")},LogicalExpression:An,ConditionalExpression(e,t){let{test:i}=e,r=t.expressionsPrecedence[i.type];r===ee||r<=t.expressionsPrecedence.ConditionalExpression?(t.write(\"(\"),this[i.type](i,t),t.write(\")\")):this[i.type](i,t),t.write(\" ? \"),this[e.consequent.type](e.consequent,t),t.write(\" : \"),this[e.alternate.type](e.alternate,t)},NewExpression(e,t){t.write(\"new \");let i=t.expressionsPrecedence[e.callee.type];i===ee||i<t.expressionsPrecedence.CallExpression||Bs(e.callee)?(t.write(\"(\"),this[e.callee.type](e.callee,t),t.write(\")\")):this[e.callee.type](e.callee,t),Ce(t,e.arguments)},CallExpression(e,t){let i=t.expressionsPrecedence[e.callee.type];i===ee||i<t.expressionsPrecedence.CallExpression?(t.write(\"(\"),this[e.callee.type](e.callee,t),t.write(\")\")):this[e.callee.type](e.callee,t),e.optional&&t.write(\"?.\"),Ce(t,e.arguments)},ChainExpression(e,t){this[e.expression.type](e.expression,t)},MemberExpression(e,t){let i=t.expressionsPrecedence[e.object.type];i===ee||i<t.expressionsPrecedence.MemberExpression?(t.write(\"(\"),this[e.object.type](e.object,t),t.write(\")\")):this[e.object.type](e.object,t),e.computed?(e.optional&&t.write(\"?.\"),t.write(\"[\"),this[e.property.type](e.property,t),t.write(\"]\")):(e.optional?t.write(\"?.\"):t.write(\".\"),this[e.property.type](e.property,t))},MetaProperty(e,t){t.write(e.meta.name+\".\"+e.property.name,e)},Identifier(e,t){t.write(e.name,e)},PrivateIdentifier(e,t){t.write(`#${e.name}`,e)},Literal(e,t){null!=e.raw?t.write(e.raw,e):null!=e.regex?this.RegExpLiteral(e,t):null!=e.bigint?t.write(e.bigint+\"n\",e):t.write(Os(e.value),e)},RegExpLiteral(e,t){let{regex:i}=e;t.write(`/${i.pattern}/${i.flags}`,e)}},js={},hi=class{constructor(e){let t=e??js;this.output=\"\",null!=t.output?(this.output=t.output,this.write=this.writeToStream):this.output=\"\",this.generator=null!=t.generator?t.generator:$s,this.expressionsPrecedence=null!=t.expressionsPrecedence?t.expressionsPrecedence:Vs,this.indent=null!=t.indent?t.indent:\"  \",this.lineEnd=null!=t.lineEnd?t.lineEnd:\"\\n\",this.indentLevel=null!=t.startingIndentLevel?t.startingIndentLevel:0,this.writeComments=!!t.comments&&t.comments,null!=t.sourceMap&&(this.write=null==t.output?this.writeAndMap:this.writeToStreamAndMap,this.sourceMap=t.sourceMap,this.line=1,this.column=0,this.lineEndSize=this.lineEnd.split(\"\\n\").length-1,this.mapping={original:null,generated:this,name:void 0,source:t.sourceMap.file||t.sourceMap._file})}write(e){this.output+=e}writeToStream(e){this.output.write(e)}writeAndMap(e,t){this.output+=e,this.map(e,t)}writeToStreamAndMap(e,t){this.output.write(e),this.map(e,t)}map(e,t){if(null!=t){let{type:i}=t;if(\"L\"===i[0]&&\"n\"===i[2])return this.column=0,void this.line++;if(null!=t.loc){let{mapping:e}=this;e.original=t.loc.start,e.name=t.name,this.sourceMap.addMapping(e)}if(\"T\"===i[0]&&\"E\"===i[8]||\"L\"===i[0]&&\"i\"===i[1]&&\"string\"==typeof t.value){let{length:t}=e,{column:i,line:r}=this;for(let n=0;n<t;n++)\"\\n\"===e[n]?(i=0,r++):i++;return this.column=i,void(this.line=r)}}let{length:i}=e,{lineEnd:r}=this;i>0&&(this.lineEndSize>0&&(1===r.length?e[i-1]===r:e.endsWith(r))?(this.line+=this.lineEndSize,this.column=0):this.column+=i)}toString(){return this.output}};function In(e,t){let i=new hi(t);return i.generator[e.type](e,i),i.output}var pi=class{constructor(e){this.mime=_r,this.idb=tt,this.path=Us,this.acorn={parse:fn},this.bare={createBareClient:bn,BareClient:Oe},this.base64={encode:btoa,decode:atob},this.estree={generate:In},this.cookie=Hs,this.setCookieParser=Tn.parse,this.ctx=e}},Nn=pi;function fi(e,t,i,r,n=\"\",s=!1,a=\"\"){if(self.__dynamic$config)var o=\"development\"==self.__dynamic$config.mode;else o=!1;if(s){var c=[{nodeName:\"script\",tagName:\"script\",namespaceURI:\"http://www.w3.org/1999/xhtml\",childNodes:[],attrs:[{name:\"src\",value:e+(o?\"?\"+Math.floor(89999*Math.random()+1e4):\"\")}]},{nodeName:\"script\",tagName:\"script\",namespaceURI:\"http://www.w3.org/1999/xhtml\",childNodes:[],attrs:[{name:\"src\",value:t+(o?\"?\"+Math.floor(89999*Math.random()+1e4):\"\")}]}];return this.ctx.config.assets.files.inject&&c.unshift({nodeName:\"script\",tagName:\"script\",namespaceURI:\"http://www.w3.org/1999/xhtml\",childNodes:[],attrs:[{name:\"src\",value:this.ctx.config.assets.files.inject+(o?\"?\"+Math.floor(89999*Math.random()+1e4):\"\")}]}),r&&c.unshift({nodeName:\"script\",tagName:\"script\",namespaceURI:\"http://www.w3.org/1999/xhtml\",childNodes:[],attrs:[{name:\"src\",value:\"data:application/javascript;base64,\"+btoa(`self.__dynamic$cookies = atob(\"${btoa(r)}\");document.currentScript?.remove();`)}]}),n&&c.unshift({nodeName:\"script\",tagName:\"script\",namespaceURI:\"http://www.w3.org/1999/xhtml\",childNodes:[],attrs:[{name:\"src\",value:\"data:application/javascript;base64,\"+btoa(n+\";document.currentScript?.remove();\")}]}),a&&c.unshift({nodeName:\"script\",tagName:\"script\",namespaceURI:\"http://www.w3.org/1999/xhtml\",childNodes:[],attrs:[{name:\"src\",value:\"data:application/javascript;base64,\"+btoa(a+\";document.currentScript?.remove();\")}]}),c}var l=[`<script src=\"${t+(o?\"?\"+Math.floor(89999*Math.random()+1e4):\"\")}\"><\\/script>`,`<script src=\"${e+(o?\"?\"+Math.floor(89999*Math.random()+1e4):\"\")}\"><\\/script>`];return this.ctx.config.assets.files.inject&&l.unshift(`<script src=\"${this.ctx.config.assets.files.inject+(o?\"?\"+Math.floor(89999*Math.random()+1e4):\"\")}\"><\\/script>`),r&&l.unshift(`<script src=\"${\"data:application/javascript;base64,\"+btoa(`self.__dynamic$cookies = atob(\"${btoa(r)}\");document.currentScript?.remove();`)}\"><\\/script>`),n&&l.unshift(`<script src=\"${\"data:application/javascript;base64,\"+btoa(n+\";document.currentScript?.remove();\")}\"><\\/script>`),a&&l.unshift(`<script src=\"${\"data:application/javascript;base64,\"+btoa(a+\";document.currentScript?.remove();\")}\"><\\/script>`),l}var Fe=class{constructor(e){this.generateHead=fi,this.config=[{elements:\"all\",tags:[\"style\"],action:\"css\"},{elements:[\"script\",\"iframe\",\"embed\",\"input\",\"track\",\"media\",\"source\",\"img\",\"a\",\"link\",\"area\",\"form\",\"object\"],tags:[\"src\",\"href\",\"action\",\"data\"],action:\"url\"},{elements:[\"source\",\"img\"],tags:[\"srcset\"],action:\"srcset\"},{elements:[\"script\",\"link\"],tags:[\"integrity\"],action:\"rewrite\",new:\"nointegrity\"},{elements:[\"script\",\"link\"],tags:[\"nonce\"],action:\"rewrite\",new:\"nononce\"},{elements:[\"meta\"],tags:[\"http-equiv\"],action:\"http-equiv\"},{elements:[\"iframe\"],tags:[\"srcdoc\"],action:\"html\"},{elements:[\"link\"],tags:[\"imagesrcset\"],action:\"srcset\"},{elements:\"all\",tags:[\"onclick\"],action:\"js\"}],this.ctx=e.ctx}generateRedirect(e){return`\\n<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\\n<TITLE>301 Moved</TITLE></HEAD><BODY>\\n<H1>301 Moved</H1>\\nThe document has moved\\n<A HREF=\"${e}\">here</A>.\\n</BODY></HTML>\\n    `}iterate(e,t){!function i(r=e){for(var n=0;n<r.childNodes.length;n++)t(r.childNodes[n]),r.childNodes[n].childNodes&&r.childNodes[n].childNodes.length&&i(r.childNodes[n])}(e)}rewrite(e,t,i=[]){return Array.isArray(e)&&(e=e[0]),e&&((e=e.toString()).match(/<\\!DOCTYPE[^>]*>/gi)||(e=\"<!DOCTYPE html>\"+e),e.replace(/(<!DOCTYPE html>|<html(.*?)>)/im,`$1${i.join(\"\")}\\n`).replace(/<(script|link)\\b[^>]*>/g,((e,t)=>e.replace(/\\snonce\\s*=\\s*\"[^\"]*\"/,(e=>e.replace(\"nonce\",\"nononce\"))).replace(/\\sintegrity\\s*=\\s*\"[^\"]*\"/,(e=>e.replace(\"integrity\",\"nointegrity\"))))))}},Be=class{constructor(e){this.ctx=e.ctx}rewrite(e,t,i={}){return e&&e.toString().replace(/(?:@import\\s?|url\\(?)['\"]?(.*?)['\")]/gim,((...e)=>{try{return e[0].replace(e[3],this.ctx.url.encode(e[3],t))}catch{return e[0]}}))}};function di(e,t){\"object\"==typeof e&&t&&function e(t,i,r){if(\"object\"==typeof t&&r){t.parent=i,r(t,i,r);for(let i in t)\"parent\"!==i&&(Array.isArray(t[i])?t[i].forEach((i=>{i&&e(i,t,r)})):t[i]&&e(t[i],t,r));\"function\"==typeof t.iterateEnd&&t.iterateEnd()}}(e,null,t)}function mi(e,t={},i,r){var n=this.ctx.modules.acorn.parse(e.toString(),{sourceType:t.module?\"module\":\"script\",allowImportExportEverywhere:!0,allowAwaitOutsideFunction:!0,allowReturnOutsideFunction:!0,ecmaVersion:\"latest\",preserveParens:!1,loose:!0,allowReserved:!0});return this.iterate(n,((e,n=null)=>{this.emit(e,e.type,n,i,r,t)})),e=this.ctx.modules.estree.generate(n)}function yi(e,t={}){if(\"string\"!=typeof e.name)return!1;if(!0!==e.__dynamic){if(![\"parent\",\"top\",\"postMessage\",\"opener\",\"window\",\"self\",\"globalThis\",\"parent\",\"location\"].includes(e.name))return!1;if((\"CallExpression\"!=t.type||t.callee!=e)&&(\"MemberExpression\"!=t.type||t.object===e||[\"document\",\"window\",\"self\",\"globalThis\"].includes(t.object.name))&&\"FunctionDeclaration\"!=t.type&&\"VariableDeclaration\"!=t.type&&(\"VariableDeclarator\"!=t.type||t.id!=e)&&\"LabeledStatement\"!=t.type&&(\"Property\"!=t.type||t.key!=e)&&(\"ArrowFunctionExpression\"!=t.type||!t.params.includes(e))&&(\"FunctionExpression\"!=t.type||!t.params.includes(e))&&(\"FunctionExpression\"!=t.type||t.id!=e)&&(\"CatchClause\"!=t.type||t.param!=e)&&\"ContinueStatement\"!=t.type&&\"BreakStatement\"!=t.type&&(\"AssignmentExpression\"!=t.type||t.left!=e)&&\"UpdateExpression\"!=t.type&&\"UpdateExpression\"!=t.type&&(\"ForInStatement\"!=t.type||t.left!=e)&&(\"MethodDefinition\"!=t.type||t.key!=e)&&(\"AssignmentPattern\"!=t.type||t.left!=e)&&\"NewExpression\"!=t.type&&\"NewExpression\"!=t?.parent?.type&&(\"UnaryExpression\"!=t.type||t.argument!=e)&&(\"Property\"!=t.type||1!=t.shorthand||t.value!=e)){if(\"__dynamic\"==e.name)return e.name=\"undefined\";if(\"eval\"==e.name&&t.right!==e)return e.name=\"__dynamic$eval\";e.name=`dg$(${e.name})`}}}function ke(e,t={}){Object.entries({type:\"CallExpression\",callee:{type:\"MemberExpression\",object:{type:\"Identifier\",name:\"self\"},property:{type:\"Identifier\",name:\"__dynamic$message\"}},arguments:[e.object||e,{type:\"Identifier\",name:\"self\",__dynamic:!0}]}).forEach((([t,i])=>e[t]=i))}function gi(e,t={},i={}){if(e.object.name+=\"\",\"AssignmentExpression\"!==t.type&&t.left!==e){if(\"postMessage\"==e.property.value&&\"CallExpression\"==t.type&&t.callee==e)return ke(e,t);if(\"postMessage\"==e.object.value&&\"CallExpression\"==t.type&&t.callee==e)return ke(e,t);if((\"postMessage\"==e.property.name||\"postMessage\"==e.object.name)&&\"Super\"!==e.object.type){var r=e.object?.name;return e.type=\"CallExpression\",e.callee={type:\"Identifier\",name:\"__dynamic$message\"},e.arguments=[{type:\"Identifier\",name:r},{type:\"Identifier\",name:\"self\",__dynamic:!0}],void(\"CallExpression\"==t.type&&(t.arguments=t.arguments))}}if(\"eval\"==e.property.name&&(e.property.name=\"__dynamic$eval\"),\"eval\"==e.object.name&&(e.object.name=\"__dynamic$eval\"),\"worker\"!==i.destination&&(\"window\"==e.property.name&&\"top\"!=e.object.name&&(\"self\"==e.object.name||\"globalThis\"==e.object.name)&&\"NewExpression\"!==t.type&&(\"CallExpression\"!==t.type||\"CallExpression\"==t.type&&e!==t.callee)&&(e.property.name=\"__dynamic$window\"),\"top\"==e.object.name&&\"NewExpression\"!==t.type&&(\"CallExpression\"!==t.type||\"CallExpression\"==t.type&&e!==t.callee)&&(e.object.name=\"top.__dynamic$window\"),\"top\"==e.property.name&&(\"self\"==e.object.name||\"globalThis\"==e.object.name)&&\"NewExpression\"!==t.type&&(\"CallExpression\"!==t.type||\"CallExpression\"==t.type&&e!==t.callee)&&(e.property.name=\"top.__dynamic$window\"),\"NewExpression\"!==t.type&&(\"CallExpression\"!==t.type||\"CallExpression\"==t.type&&e!==t.callee)&&(\"window\"==e.object.name&&(e.object={type:\"CallExpression\",callee:{type:\"Identifier\",name:\"dg$\"},arguments:[e.object],__dynamic:!0}),\"parent\"==e.object.name&&(e.object={type:\"CallExpression\",callee:{type:\"Identifier\",name:\"dg$\"},arguments:[e.object],__dynamic:!0}),\"__dynamic\"==e.property.name&&(e.property.name=\"undefined\"),\"self\"==e.object.name&&(e.object={type:\"CallExpression\",callee:{type:\"Identifier\",name:\"dg$\"},arguments:[e.object],__dynamic:!0}),\"document\"==e.object.name&&(e.object={type:\"CallExpression\",callee:{type:\"Identifier\",name:\"dg$\"},arguments:[e.object],__dynamic:!0}),\"globalThis\"==e.object.name&&(e.object={type:\"CallExpression\",callee:{type:\"Identifier\",name:\"dg$\"},arguments:[e.object],__dynamic:!0})),\"location\"==e.object.name&&(e.object={type:\"CallExpression\",callee:{type:\"Identifier\",name:\"dg$\"},arguments:[e.object],__dynamic:!0}),\"location\"==e.property.name&&\"BinaryExpression\"!==t.type&&\"AssignmentExpression\"!==t.type)){e.property.__dynamic=!0,e.__dynamic=!0;let t=Object.assign({},e);e.type=\"CallExpression\",e.callee={type:\"Identifier\",name:\"dg$\",__dynamic:!0},e.arguments=[t],e.__dynamic=!0}e.computed&&\"worker\"!==i.destination&&(e.property={type:\"CallExpression\",callee:{type:\"Identifier\",name:\"dp$\"},arguments:[e.property],__dynamic:!0})}function xi(e,t={}){if(!(e.value instanceof String&&(\"__dynamic\"==e.value&&(e.value=\"undefined\"),[\"location\",\"parent\",\"top\",\"postMessage\"].includes(e.value))))return!1;\"postMessage\"==e.value&&\"AssignmentExpression\"!=t.type&&t.left!=e&&ke(e,t),\"location\"==e.value&&(e.value=\"__dynamic$location\"),\"__dynamic\"==e.value&&(e.value=\"undefined\"),\"eval\"==e.value&&(e.value=\"__dynamic$eval\")}function yt(e,t={}){e.__dynamic||e.arguments.length&&(e.arguments=[{type:\"CallExpression\",callee:{type:\"Identifier\",name:\"__dynamic$wrapEval\",__dynamic:!0},arguments:e.arguments,__dynamic:!0}],e.__dynamic=!0)}function _i(e,t={}){if(\"AssignmentExpression\"!=t.type||t.left!=e){if(\"Identifier\"==e.callee.type){if(\"postMessage\"==e.callee.name){let t=\"undefined\";return e.callee.type=\"CallExpression\",e.callee.callee={type:\"Identifier\",name:\"__dynamic$message\"},void(e.callee.arguments=[{type:\"Identifier\",name:t},{type:\"Identifier\",name:\"self\",__dynamic:!0}])}\"eval\"==e.callee.name&&yt(e)}if(\"MemberExpression\"==e.callee.type){if(\"postMessage\"==e.callee.property.name&&\"Super\"!==e.callee.object.type){let t=e.callee.object;return e.callee.type=\"CallExpression\",e.callee.callee={type:\"Identifier\",name:\"__dynamic$message\"},void(e.callee.arguments=[t,{type:\"Identifier\",name:\"self\",__dynamic:!0}])}\"eval\"==e.callee.object.name&&yt(e)}e.arguments.length>0&&e.arguments.length}}function bi(e,t={}){if(\"Identifier\"==e.left.type){if(!0===e.left.__dynamic)return;if(\"location\"==e.left.name){var i=structuredClone(e.left),r=structuredClone(e.right);e.right.type=\"CallExpression\",e.right.callee={type:\"Identifier\",name:\"ds$\"},e.right.arguments=[i,r]}}}function wi(e,t={}){\"ObjectPattern\"!=e.parent.type&&\"AssignmentExpression\"!=e.parent?.parent?.type&&(e.shorthand=!1)}function vi(e,t={},i={},r={}){if(\"Literal\"==e.type&&(\"ImportDeclaration\"==t.type||\"ExportNamedDeclaration\"==t.type||\"ExportAllDeclaration\"==t.type)){var n=e.value+\"\";e.value=i.url.encode(e.value,r.meta),e.raw=e.raw.replace(n,e.value),e.__dynamic=!0}\"ImportExpression\"==e.type&&(e.source={type:\"CallExpression\",callee:{type:\"Identifier\",name:\"__dynamic$import\"},arguments:[e.source,{type:\"Literal\",__dynamic:!0,value:i.meta.href}]},e.__dynamic=!0)}function Si(e,t={}){if(\"Identifier\"!==e.id.type)return!1;!0!==e.id.__dynamic&&e.id.name}function Ws(e,t,i={},r={},n={},s={}){if(!e.__dynamic){switch(t){case\"Identifier\":yi(e,i);break;case\"MemberExpression\":gi(e,i,s);break;case\"Literal\":xi(e,i);break;case\"CallExpression\":_i(e,i);break;case\"AssignmentExpression\":bi(e,i);break;case\"ThisExpression\":case\"CatchClause\":default:break;case\"Property\":wi(e,i);break;case\"VariableDeclarator\":Si(e,i)}vi(e,i,r,n)}}var Mn=Ws,$e=class{constructor(e){this.iterate=di,this.process=mi,this.emit=Mn,this.ctx=e.ctx}rewrite(e,t={},i=!0,r={}){if(!e||e instanceof Object||(e=e.toString()).includes(\"/* dynamic.js */\"))return e;e=`/* dynamic.js */ \\n\\n${e}`;try{try{e=this.process(e,t,{module:!0,...this.ctx},r)}catch{e=this.process(e,t,{module:!1,...this.ctx},r)}}catch{}return i&&(e=`\\n      if (typeof self !== undefined && typeof self.importScripts == 'function' && typeof self.__dynamic == 'undefined') importScripts('/assets/history/config.js?v=2025-04-15', '/assets/history/handler.js?v=2025-04-15'+Math.floor(Math.random()*(99999-10000)+10000));\\n\\n      ${e}`),e}},je=class{constructor(e){this.config={rewrite:[[\"icons\",\"urlit\"],[\"name\",\" - Dynamic\"],[\"start_url\",\"url\"],[\"scope\",\"url\"],[\"short_name\",\" - Dynamic\"],[\"shortcuts\",\"urlev\"]],delete:[\"serviceworker\"]},this.ctx=e.ctx}rewrite(e,t){let i=JSON.parse(e);for(let e in this.config)if(\"rewrite\"==e)for(var[r,n]of this.config[e])if(\"urlit\"==n&&i[r])for(var s=0;s<i[r].length;s++)i[r][s].src=this.ctx.url.encode(i[r][s].src,t);else if(\"urlev\"==n&&i[r])for(s=0;s<i[r].length;s++)i[r][s].url=this.ctx.url.encode(i[r][s].url,t);else\"url\"==n&&i[r]?i[r]=this.ctx.url.encode(i[r],t):\"url\"==n||\"urlit\"==n||\"urlev\"==n||(i[r]=i[r]+n);else if(\"delete\"==e)for(var r of this.config[e])i[r]&&delete i[r];return JSON.stringify(i)}},Dn={encode:(e,t)=>e&&e.toString()?e.split(\", \").map((e=>e.split(\" \").map(((e,i)=>0==i?t.url.encode(e,t.baseURL||t.meta):e)).join(\" \"))).join(\", \"):e,decode:e=>e},Ei=class{constructor(e){this.ctx=e,this.html=new Fe(this),this.srcset=Dn,this.js=new $e(this),this.css=new Be(this),this.man=new je(this)}},On=Ei;async function Vn(e){var t;if(\"GET\"===e.method){t=new URL(e.url).searchParams.get(\"url\")}else{if(\"POST\"!==e.method)return new Response(\"Error: Invalid method\",{status:405});null===(t=(await e.formData()).get(\"url\"))&&(t=new URL(e.url).searchParams.get(\"url\"));if(!t)return new Response(\"Error: Invalid or Unfound url\",{status:400})}return new Response(\"\",{status:301,headers:{location:location.origin+this.ctx.config.prefix+this.ctx.encoding.encode(t)}})}function Fn({url:e}){return!e.toString().substr(location.origin.length,(this.ctx.config.prefix+\"route\").length).startsWith(this.ctx.config.prefix+\"route\")}function Ci({url:e}){return!e.toString().substr(location.origin.length,this.ctx.config.prefix.length).startsWith(this.ctx.config.prefix)}async function ki(e,t,i){for(let n in e)if(-1!==this.ctx.headers.csp.indexOf(n.toLowerCase())&&delete e[n],\"location\"!=n.toLowerCase())if(\"set-cookie\"!==n.toLowerCase());else{for await(var r of(Array.isArray(e[n])?e[n]=e[n].map((e=>this.ctx.modules.setCookieParser(e,{decodeValues:!1})[0])):e[n]=this.ctx.modules.setCookieParser(e[n],{decodeValues:!1}),e[n]))await i.set(t.host,this.ctx.modules.cookie.serialize(r.name,r.value,{...r,encode:e=>e}));delete e[n]}else e[n]=this.ctx.url.encode(e[n],t);return new Headers(e)}function Ai(e,t,i,r){let{referrer:n}=i;if([\"origin\",\"Origin\",\"host\",\"Host\",\"referer\",\"Referer\"].forEach((t=>{e[t]&&delete e[t]})),e.Origin=`${t.protocol}//${t.host}${t.port?\":\"+t.port:\"\"}`,e.Host=t.host+(t.port?\":\"+t.port:\"\"),e.Referer=t.href,\"strict-origin-when-cross-origin\"==i.referrerPolicy&&(e.Referer=`${t.protocol}//${t.host}/`),\"origin\"==i.referrerPolicy&&t.origin&&(n=t.origin+\"/\"),r){switch(i.credentials){case\"omit\":default:break;case\"same-origin\":i.client&&t.origin==i.client.__dynamic$location.origin&&(e.Cookie=r),i.client||(e.Cookie=r);break;case\"include\":e.Cookie=r}e.Cookie=r}if(n&&n!=location.origin+\"/\")try{e.Referer=this.ctx.url.decode(n),\"strict-origin-when-cross-origin\"==i.referrerPolicy&&(e.Referer=new URL(this.ctx.url.decode(n)).origin),e.Origin=new URL(this.ctx.url.decode(n)).origin}catch{}return i.client&&(e.Origin=i.client.__dynamic$location.origin,e.Referer=i.client.__dynamic$location.href,\"strict-origin-when-cross-origin\"==i.referrerPolicy&&(e.Referer=i.client.__dynamic$location.origin)),this.ctx.config.tab&&this.ctx.config.tab.ua&&(delete e[\"user-agent\"],delete e[\"User-Agent\"],e[\"user-agent\"]=this.ctx.config.tab.ua),e[\"sec-fetch-dest\"]=i.destination||\"empty\",e[\"sec-fetch-mode\"]=i.mode||\"cors\",e[\"sec-fetch-site\"]=i.client?i.client.__dynamic$location.origin==t.origin?i.client.__dynamic$location.port==t.port?\"same-origin\":\"same-site\":\"cross-origin\":\"none\",\"navigate\"==i.mode&&(e[\"sec-fetch-site\"]=\"same-origin\"),e[\"sec-fetch-user\"]=\"?1\",new Headers(e)}function Li(e){return Object.assign(Object.create(Object.getPrototypeOf(e)),e)}function Pi(e){try{if(new new Proxy(e,{construct:()=>({})}),!Object.getOwnPropertyNames(e).includes(\"arguments\"))throw new Error(\"\");return!0}catch{return!1}}function Ri(e){return e.url.toString().substr(location.origin.length,e.url.toString().length).startsWith(self.__dynamic$config.assets.prefix)}async function Ii(e){let t;if(\"development\"!==self.__dynamic$config.mode){var i=await caches.open(\"__dynamic$files\");t=i&&await i.match(e.url)||await fetch(e)}else t=await fetch(e);let r=await t.blob();return(e.url.startsWith(location.origin+\"/assets/history/config.js?v=2025-04-15\")||e.url.startsWith(location.origin+\"/assets/history/client.js?v=2025-04-15\"))&&(r=new Blob([`${await r.text()}\\nself.document?.currentScript?.remove();`],{type:\"application/javascript\"})),new Response(r,{headers:t.headers,status:t.status,statusText:t.statusText})}async function Ti(e,t){}var Ue=class{constructor(e){this.rawHeaders={},this.headers=new Headers({}),this.status=200,this.statusText=\"OK\",this.body=e}async blob(){return this.body}async text(){return await this.body.text()}};function Ni(e){var t=this.ctx.encoding;return t=\"object\"==typeof this.ctx.config.encoding?{...t,...this.ctx.encoding}:{...this.ctx.encoding[this.ctx.config.encoding]},this.ctx.encoding={...this.ctx.encoding,...t},this.ctx.encoding}function Mi(e,t,i){if(!e.url.startsWith(\"http\"))return e.url;let r=e.url.toString();return e.url.startsWith(location.origin)&&(r=r.substr(self.location.origin.length)),r=new URL(r,new URL(t.__dynamic$location.href)).href,this.ctx.url.encode(r,i)}var Di=class{constructor(e){this.route=Vn,this.routePath=Fn,this.path=Ci,this.resHeader=ki,this.reqHeader=Ai,this.clone=Li,this.class=Pi,this.file=Ri,this.edit=Ii,this.error=Ti,this.encode=Ni,this.rewritePath=Mi,this.about=Ue,this.ctx=e}},Bn=Di;function Oi(e,t){if(!e)return e;if((e=new String(e).toString()).startsWith(\"about:blank\"))return location.origin+this.ctx.config.prefix+e;if(!e.match(this.ctx.regex.ProtocolRegex)&&e.match(/^([a-zA-Z0-9\\-]+)\\:\\/\\//g)||e.startsWith(\"chrome-extension://\"))return e;if(e.startsWith(\"javascript:\")&&!e.startsWith(\"javascript:__dynamic$eval\")){let t=new URL(e);return`javascript:__dynamic$eval(${JSON.stringify(t.pathname)})`}e.match(this.ctx.regex.WeirdRegex)&&((i=this.ctx.regex.WeirdRegex.exec(e))&&(e=i[2]));if(e.startsWith(location.origin+this.ctx.config.prefix)||e.startsWith(this.ctx.config.prefix)||e.startsWith(location.origin+this.ctx.config.assets.prefix+\"dynamic.\")||e.match(this.ctx.regex.BypassRegex))return e;if(e.match(this.ctx.regex.DataRegex)){try{var i;if(i=this.ctx.regex.DataRegex.exec(e)){var[r,n,s,a,o]=i;o=\"base64\"==a?this.ctx.modules.base64.atob(decodeURIComponent(o)):decodeURIComponent(o),n&&(\"text/html\"==n?o=this.ctx.rewrite.html.rewrite(o,t,this.ctx.rewrite.html.generateHead(location.origin+\"/assets/history/client.js?v=2025-04-15\",location.origin+\"/assets/history/config.js?v=2025-04-15\",\"\",`window.__dynamic$url = \"${t.href}\"; window.__dynamic$parentURL = \"${location.href}\";`)):\"text/css\"==n?o=this.ctx.rewrite.css.rewrite(o,t):(\"text/javascript\"==n||\"application/javascript\"==n)&&(o=this.ctx.rewrite.js.rewrite(o,t))),o=\"base64\"==a?this.ctx.modules.base64.btoa(o):encodeURIComponent(o),e=s?a?`data:${n};${s};${a},${o}`:`data:${n};${s},${o}`:a?`data:${n};${a},${o}`:`data:${n},${o}`}}catch{}return e}return e=new String(e).toString(),t.href.match(this.ctx.regex.BypassRegex)&&(e=new URL(e,new URL((this.ctx.parent.__dynamic||this.ctx).meta.href)).href),e=new URL(e,t.href),(this.ctx._location?.origin||(\"null\"==location.origin?location.ancestorOrigins[0]:location.origin))+this.ctx.config.prefix+(this.ctx.encoding.encode(e.origin+e.pathname)+e.search+e.hash)}function Vi(e){if(!e||(e=new String(e).toString()).match(this.ctx.regex.BypassRegex))return e;var t=e.indexOf(this.ctx.config.prefix);if(-1==t)return e;try{if(t=(e=new URL(e,new URL(self.location.origin)).href).indexOf(this.ctx.config.prefix),\"about:blank\"==e.slice(t+this.ctx.config.prefix.length).trim())return\"about:blank\";var i=new URL(e).search+new URL(e).hash||\"\",r=new URL(this.ctx.encoding.decode(e.slice(t+this.ctx.config.prefix.length).replace(\"https://\",\"https:/\").replace(\"https:/\",\"https://\").split(\"?\")[0]))}catch{return e}return e=r.origin+r.pathname+i+(new URL(e).search?r.search.replace(\"?\",\"&\"):r.search)}var Fi=class{constructor(e){this.encode=Oi,this.decode=Vi,this.ctx=e}},$n=Fi,qs=/^(#|about:|mailto:|blob:|javascript:)/g,Gs=/^data:([a-z\\/A-Z0-9\\-\\+]+);?(charset\\=[\\-A-Za-z0-9]+)?;?(base64)?[;,]*(.*)/g,zs=/^([\\/A-Za-z0-9\\-%]+)(http[s]?:\\/\\/.*)/g,He=class{constructor(e){this.BypassRegex=qs,this.DataRegex=Gs,this.WeirdRegex=zs,this.ctx=e}};function Bi(e){for(var t in e=new URL(e.href))this.ctx.meta[t]=e[t];return!0}var We=class{constructor(){}},$i=class extends We{constructor(e){super(),this.load=Bi,this.ctx=e}},jn=$i,Un={csp:[\"cross-origin-embedder-policy\",\"cross-origin-opener-policy\",\"cross-origin-resource-policy\",\"content-security-policy\",\"content-security-policy-report-only\",\"expect-ct\",\"feature-policy\",\"origin-isolation\",\"strict-transport-security\",\"upgrade-insecure-requests\",\"x-content-type-options\",\"x-frame-options\",\"x-permitted-cross-domain-policies\",\"x-xss-protection\"],status:{empty:[204,101,205,304]},method:{body:[\"GET\",\"HEAD\"]}};function ji(e,t=\"\"){return\"text/css\"===(this.ctx.modules.mime.contentType(t||e.pathname)||\"text/css\").split(\";\")[0]}function Ui(e,t=\"\",i=\"\"){let r;return t||this.ctx.modules.mime.contentType(e.pathname)!=e.pathname?\"text/html\"===(this.ctx.modules.mime.contentType(t||e.pathname)||\"text/html\").split(\";\")[0]||i.trim().match(/\\<\\!(doctype|DOCTYPE) html\\>/g):i.trim().match(/<(html|script|body)[^>]*>/g)&&(r=i.trim().indexOf((i.trim().match(/<(html|script|body)[^>]*>/g)||[])[0]),r>-1&&r<100)}function Hi(e,t=\"\"){if(e.pathname.endsWith(\".js\")&&\"text/plain\"==t)return!0;var i=(this.ctx.modules.mime.contentType(t||e.pathname)||\"application/javascript\").split(\";\")[0];return\"text/javascript\"==i||\"application/javascript\"==i||\"application/x-javascript\"==i}var Wi=class{constructor(e){this.html=Ui,this.js=Hi,this.css=ji,this.ctx=e}},Hn=Wi;function gt(e,t=!0){let i=e.location.ancestorOrigins||[],r=[e.Window,e.Location,e.WorkerLocation,e.Document].filter((e=>e));[...r,e.Object].forEach((e=>{delete e.prototype.__dynamic$location}));let n={get:()=>e.__dynamic.location,set(t){if(t instanceof e.Location)return e.__dynamic.location=t;e.__dynamic.location.href=t},configurable:!0};try{var s=new URL(e.__dynamic$url||e.__dynamic.url.decode(e.location.pathname+e.location.search+e.location.hash))}catch{e.__dynamic$url=\"about:blank\";s=new URL(\"about:blank\")}return e.__dynamic.property=s,e.__dynamic.meta.load(s),e.__dynamic.location=e.__dynamic.util.clone(e.location),[\"href\",\"host\",\"hash\",\"origin\",\"hostname\",\"port\",\"pathname\",\"protocol\",\"search\"].forEach((t=>{e.__dynamic.define(e.__dynamic.location,t,{get:()=>\"search\"==t&&e.location[t]+(e.location.search?s.search.replace(\"?\",\"&\"):s.search)||(\"hash\"==t?location[t]:s[t]),set:i=>{e.location[t]=\"href\"===t?e.__dynamic.url.encode(e.__dynamic.meta.href.replace(s[t],i),s):i.toString()}})})),e.__dynamic.define(e.Object.prototype,\"__dynamic$location\",{get(){return this===e||this===e.__dynamic$window||this===e.document||this===e.__dynamic$document?this.__dynamic?.location:this.location},set(t){return this===e||this===e.__dynamic$window||this===e.document||this===e.__dynamic$document?this.__dynamic.location.href=t:this.location=t},configurable:!0}),[\"assign\",\"replace\",\"toString\",\"reload\"].forEach((t=>{e.__dynamic.define(e.__dynamic.location,t,{get:()=>\"toString\"==t?()=>s.href:new e.__dynamic.Function(\"arg\",`return window.location.${t}(arg?${\"reload\"!==t&&\"toString\"!==t?\"(self.__dynamic).url.encode(arg, new URL('\"+s.href+\"'))\":\"arg\"}:null)`),set:()=>null})})),i.length&&e.__dynamic.define(e.__dynamic.location,\"ancestorOrigins\",{get:()=>(t=>{let i=e.__dynamic.util.clone(t);for(var r=0;r<t.length;r++)e.__dynamic.define(i,r,{value:(e.top.__dynamic$location||e.__dynamic$location).origin,configurable:!0,enumerable:!0,writable:!1});return e.__dynamic.define(i,\"length\",{value:t.length,configurable:!0,enumerable:!0,writable:!1}),i})(i),set:()=>null}),r.forEach((t=>{e.__dynamic.define(t.prototype,\"__dynamic$location\",n)})),e.__dynamic.hashchange||(e.__dynamic.hashchange=(e.addEventListener(\"hashchange\",(e=>{})),!0)),e.__dynamic.location}function xt(e){e.__dynamic$get=function(t){var i=e.__dynamic.fire(\"get\",[t]);if(i)return i;try{return t==e.parent?e.parent.__dynamic$window:t==e.top?e.top.__dynamic$window:t==e.location||(e.Location||e.WorkerLocation)&&t instanceof(e.Location||e.WorkerLocation)?e.__dynamic$location:e.Document&&t instanceof e.Document?e.__dynamic$document:t==e?e.__dynamic$window:\"function\"==typeof t&&\"__d$Send\"==t.name?e.__dynamic$message(t.target,e):t}catch{return t}},e.__dynamic$property=function(e){return\"string\"!=typeof e?e:\"location\"==e?\"__dynamic$location\":\"eval\"==e?\"__dynamic$eval\":e},e.__dynamic$set=function(t,i){return t?e.__dynamic.url.encode(e.__dynamic.meta.href.replace(e.__dynamic.property.href,i),e.__dynamic.property):i},e.__dynamic$var=function(e,t){return window[t]=e},e.dg$=e.__dynamic$get,e.ds$=e.__dynamic$set,e.dp$=e.__dynamic$property,e.dv$=e.__dynamic$var,e.d$g_=e.__dynamic$get,e.d$s_=e.__dynamic$set,e.d$p_=e.__dynamic$property,e.d$v_=e.__dynamic$var}function _t(e){e.__dynamic.util.CreateDocumentProxy=function(t){return new Proxy(t,{get(i,r){let n=i[r];return\"location\"==r?t.defaultView?t.defaultView.__dynamic$location:e.__dynamic$location:\"documentURI\"==r&&t.defaultView||\"baseURI\"==r&&t.defaultView?t.defaultView.__dynamic.location.toString():n&&(\"function\"==typeof n&&n.toString==e.Object.toString?new Proxy(n,{apply:(i,r,s)=>((t.defaultView&&s[0]==t.defaultView.__dynamic$document||s[0]==e.__dynamic$document)&&(s[0]=t),n.apply(t,s))}):n)},set(e,i,r){try{try{t.defaultView.__dynamic?t.defaultView.__dynamic.Reflect.set(e,i,r):e[i]=r}catch{return r||e[i]||!0}return r||e[i]||!0}catch{return r||e[i]||!0}}})},e.__dynamic.util.CreateWindowProxy=function(t){return new Proxy(t,{get(i,r){let n=e.__dynamic.Reflect.get(i,r);if(Object.getOwnPropertyDescriptor(i,r)){var s=Object.getOwnPropertyDescriptor(i,r);if(!1===s?.configurable&&!1===s?.writable&&s?.hasOwnProperty(\"enumerable\"))return s?.value||s?.get?.call(i)}return\"__dynamic$self\"==r?t.window:\"location\"==r?t.__dynamic$location:\"parent\"==r?t.parent.__dynamic$window||t.parent:\"top\"==r?t.top.__dynamic?t.top.__dynamic$window:t.parent.__dynamic$window:\"self\"==r||\"globalThis\"==r?t.__dynamic$window:n&&(\"function\"==typeof n&&n.toString==e.Object.toString?new Proxy(n,{apply:(e,i,r)=>Reflect.apply(e,t,r)}):n)},set(i,r,n){try{var s=Object.getOwnPropertyDescriptor(i,r);if(!1===s?.writable&&!1===s?.enumerable)return!1;if(r.constructor==e.Symbol)return Reflect.set(i,r,n),i[r];if(i.hasOwnProperty(\"undefined\")&&i[r]+\"\"==r)return i[r]||n||!0;if(\"location\"==r)return t.__dynamic$location=n;if(i.hasOwnProperty(r)&&!i.propertyIsEnumerable(r)&&!s?.writable)return i[r];try{t.__dynamic?t.__dynamic.Reflect.set(i,r,n):i[r]=n}catch{return i[r]||!0}return i[r]||!0}catch{return i[r]||!0}}})},e.__dynamic.define(e,\"__dynamic$window\",{value:e.__dynamic.util.CreateWindowProxy(e),configurable:!1,enumerable:!1,writable:!1}),e.document&&e.__dynamic.define(e,\"__dynamic$document\",{value:e.__dynamic.util.CreateDocumentProxy(e.document),configurable:!1,enumerable:!1,writable:!1}),e.__dynamic$globalThis=e.__dynamic$window,e.__dynamic$self=e.__dynamic$window}function qi(e){e.__dynamic.rewrite.dom=function(t,i){if(typeof e.DOMParser>\"u\"||!t)return t;var r=(new e.DOMParser).parseFromString(t.toString(),\"text/html\").documentElement;return r.querySelectorAll(\"script\").forEach((function(t){!t.type||t.type&&\"text/javascript\"!==t.type&&\"application/javascript\"!==t.type&&\"application/x-javascript\"!==t.type?t.src&&(t.src=e.__dynamic.url.encode(t.getAttribute(\"src\"),i)):t.innerHTML&&(t.innerHTML=e.__dynamic.js.encode(t.innerHTML,{type:\"script\"},i,{}))})),r.querySelectorAll(\"link\").forEach((function(t){t.href&&\"stylesheet\"!==t.getAttribute(\"rel\")&&(t.href=e.__dynamic.url.encode(t.getAttribute(\"href\"),i))})),r.querySelectorAll(\"img\").forEach((function(t){t.src&&(t.src=e.__dynamic.url.encode(t.getAttribute(\"src\"),i)),t.srcset&&(t.srcset=e.__dynamic.rewrite.srcset.encode(t.getAttribute(\"srcset\"),e.__dynamic))})),r.querySelectorAll(\"a\").forEach((function(t){t.href&&(t.href=e.__dynamic.url.encode(t.getAttribute(\"href\"),i))})),r.querySelectorAll(\"style\").forEach((function(t){t.innerHTML&&(t.innerHTML=e.__dynamic.rewrite.css.rewrite(t.innerHTML,i))})),r.outerHTML}}function Gi(e){if(e.__dynamic.elements.config.forEach((t=>{t.elements.forEach((i=>{t.tags.forEach((r=>{var n=Object.getOwnPropertyDescriptor(i.prototype,r);n||(n=Object.getOwnPropertyDescriptor(HTMLElement.prototype,r)),typeof i.prototype.setAttribute.__dynamic$target>\"u\"&&(i.prototype.setAttribute=e.__dynamic.wrap(i.prototype.setAttribute,(function(t,...i){return this instanceof HTMLLinkElement&&e.__dynamic$icon&&\"href\"==i[0].toLowerCase()&&(\"icon\"==this.rel||\"shortcut icon\"==this.rel)?(i[1]=e.__dynamic$icon,Reflect.apply(t,this,i)):-1==e.__dynamic.elements.attributes.indexOf(i[0].toLowerCase())?Reflect.apply(t,this,i):\"srcset\"==i[0].toLowerCase()||\"imagesrcset\"==i[0].toLowerCase()?(this.dataset[`dynamic_${i[0]}`]=i[1],i[1]=e.__dynamic.rewrite.srcset.encode(i[1],e.__dynamic),Reflect.apply(t,this,i)):\"integrity\"==i[0].toLowerCase()||\"nonce\"==i[0].toLowerCase()?(this.dataset[`dynamic_${i[0]}`]=i[1],this.removeAttribute(i[0]),Reflect.apply(t,this,[\"nointegrity\",i[1]])):(this.dataset[`dynamic_${i[0]}`]=i[1],i[1]=e.__dynamic.url.encode(i[1],e.__dynamic.baseURL||e.__dynamic.meta),Reflect.apply(t,this,i))}),\"setAttribute\"),i.prototype.setAttributeNS=e.__dynamic.wrap(i.prototype.setAttributeNS,(function(t,...i){return this instanceof HTMLLinkElement&&e.__dynamic$icon&&\"href\"==i[1].toLowerCase()&&(\"icon\"==this.rel||\"shortcut icon\"==this.rel)?(i[2]=e.__dynamic$icon,Reflect.apply(t,this,i)):-1==e.__dynamic.elements.attributes.indexOf(i[1].toLowerCase())?Reflect.apply(t,this,i):\"srcset\"==i[1].toLowerCase()||\"imagesrcset\"==i[1].toLowerCase()?(this.dataset[`dynamic_${i[1]}`]=i[2],i[2]=e.__dynamic.rewrite.srcset.encode(i[2],e.__dynamic),Reflect.apply(t,this,i)):\"integrity\"==i[1].toLowerCase()||\"nonce\"==i[1].toLowerCase()?(this.dataset[`dynamic_${i[1]}`]=i[2],this.removeAttribute(i[1]),Reflect.apply(t,this,[\"nointegrity\",i[2]])):(this.dataset[`dynamic_${i[1]}`]=i[2],i[2]=e.__dynamic.url.encode(i[2],e.__dynamic.baseURL||e.__dynamic.meta),Reflect.apply(t,this,i))}),\"setAttributeNS\"),i.prototype.getAttribute=e.__dynamic.wrap(i.prototype.getAttribute,(function(e,...t){return this.dataset[`dynamic_${t[0]}`]?this.dataset[`dynamic_${t[0]}`]:Reflect.apply(e,this,t)}),\"getAttribute\"),i.prototype.getAttributeNS=e.__dynamic.wrap(i.prototype.getAttributeNS,(function(e,...t){return this.dataset[`dynamic_${t[1]}`]?this.dataset[`dynamic_${t[1]}`]:Reflect.apply(e,this,t)}),\"getAttributeNS\")),e.__dynamic.define(i.prototype,r,{get(){if(\"window\"==t.action){let t=e.__dynamic.elements.contentWindow.get.call(this),i=!0;try{t.location.href}catch{i=!1}if(i&&(t.__dynamic||e.__dynamic.elements.client(t,e.__dynamic$config,decodeURIComponent(this.src))),\"contentDocument\"==r)return t.document;if(\"contentWindow\"==r)return i&&t.__dynamic$window||t}if(\"css\"==t.action)return n.get.call(this);try{return e.__dynamic.url.decode(n.get.call(this))}catch{}return n.get.call(this)},set(i){return i&&\"string\"==typeof i&&(i=i.toString()),\"href\"==r&&this instanceof HTMLLinkElement&&e.__dynamic$icon&&(\"icon\"==this.rel||\"shortcut icon\"==this.rel)&&(this.dataset[`dynamic_${r}`]=i,i=e.__dynamic$icon),\"html\"==t.action?(Promise.resolve(e.__dynamic.createBlobHandler(new Blob([i],{type:\"text/html\"}),this,i)).then((e=>{this.setAttribute(r,e)})),i):(\"srcset\"==t.action&&(i=e.__dynamic.rewrite.srcset.encode(i,e.__dynamic)),\"rewrite\"==t.action?(this.dataset[`dynamic_${r}`]=i,this.removeAttribute(r),this.setAttribute(t.new,i)):(\"css\"==t.action&&(i=e.__dynamic.rewrite.css.rewrite(i,e.__dynamic.meta)),\"url\"==t.action&&(i=e.__dynamic.url.encode(i,e.__dynamic.baseURL||e.__dynamic.meta)),this.dataset[`dynamic_${r}`]=i,n.set.call(this,i)))}})}))}))})),[\"innerHTML\",\"outerHTML\"].forEach((t=>{e.__dynamic.define(e.HTMLElement.prototype,t,{get(){return(this[\"__\"+t]||e.__dynamic.elements[t].get.call(this)).toString()},set(i){return this[\"__\"+t]=(e=>(new DOMParser).parseFromString(e,\"text/html\").body.innerHTML)(i),this instanceof e.HTMLTextAreaElement?e.__dynamic.elements[t].set.call(this,i):this instanceof e.HTMLScriptElement?e.__dynamic.elements[t].set.call(this,e.__dynamic.rewrite.js.rewrite(i,{type:\"script\"})):this instanceof e.HTMLStyleElement?e.__dynamic.elements[t].set.call(this,e.__dynamic.rewrite.css.rewrite(i,e.__dynamic.meta)):e.__dynamic.elements[t].set.call(this,e.__dynamic.rewrite.dom(i,e.__dynamic.meta))}})})),[\"MutationObserver\",\"ResizeObserver\",\"IntersectionObserver\"].forEach((t=>{e[t].prototype.observe=e.__dynamic.wrap(e[t].prototype.observe,(function(t,...i){return i[0]==e.__dynamic$document&&(i[0]=e.document),Reflect.apply(t,this,i)}),t+\".prototype.observe\")})),e.__dynamic.defines(e.HTMLAnchorElement.prototype,{pathname:e.__dynamic.elements.createGetter(\"pathname\"),origin:e.__dynamic.elements.createGetter(\"origin\"),host:e.__dynamic.elements.createGetter(\"host\"),hostname:e.__dynamic.elements.createGetter(\"hostname\"),port:e.__dynamic.elements.createGetter(\"port\"),protocol:e.__dynamic.elements.createGetter(\"protocol\"),search:e.__dynamic.elements.createGetter(\"search\"),hash:e.__dynamic.elements.createGetter(\"hash\"),toString:{get:function(){return this.__toString||(()=>this.href?new URL(this.href).toString():\"\")},set:function(e){this.__toString=e}}}),e.HTMLElement.prototype.insertAdjacentHTML=e.__dynamic.wrap(e.HTMLElement.prototype.insertAdjacentHTML,(function(t,...i){return this instanceof e.HTMLStyleElement?Reflect.apply(t,this,[i[0],e.__dynamic.rewrite.css.rewrite(i[1],e.__dynamic.meta)]):this instanceof e.HTMLScriptElement?Reflect.apply(t,this,[i[0],e.__dynamic.rewrite.js.rewrite(i[1],{type:\"script\"},!1,e.__dynamic)]):this instanceof e.HTMLTextAreaElement?Reflect.apply(t,this,i):Reflect.apply(t,this,[i[0],e.__dynamic.rewrite.html.rewrite(i[1],e.__dynamic.meta)])}),\"insertAdjacentHTML\"),[[e.Node,\"textContent\"],[e.HTMLElement,\"innerText\"]].forEach((([t,i])=>{var r=Object.getOwnPropertyDescriptor(t.prototype,i);function n(){return this[\"__\"+i]||r?.get&&r.get.call(this)}e.__dynamic.define(e.HTMLStyleElement.prototype,i,{get:n,set(t){return this[\"__\"+i]=t,r?.set&&r.set.call(this,e.__dynamic.rewrite.css.rewrite(t,e.__dynamic.meta))}}),e.__dynamic.define(e.HTMLScriptElement.prototype,i,{get:n,set(t){return this[\"__\"+i]=t,null!==this.type||\"application/javascript\"!==this.type||\"text/javascript\"!==this.type||\"application/x-javascript\"!==this.type?r?.set&&r.set.call(this,t):r?.set&&r.set.call(this,e.__dynamic.rewrite.js.rewrite(t,{type:\"script\"},!1,e.__dynamic))}})})),e.Text.prototype.toString=function(){return this.textContent},e.document.createElement=e.__dynamic.wrap(e.document.createElement,(function(e,...t){var i=Reflect.apply(e,this,t);return i.rewritten=!0,\"iframe\"==t[0].toLowerCase()&&(i.src=\"about:blank\"),i}),\"createElement\"),!document.querySelector('link[rel=\"icon\"], link[rel=\"shortcut icon\"]')){var t=document.createElement(\"link\");t.rel=\"icon\",t.href=(e.__dynamic$icon||\"/favicon.ico\")+\"?dynamic\",t.dataset.dynamic_hidden=\"true\",document.head.appendChild(t)}e.__dynamic.define(e.Attr.prototype,\"value\",{get(){return this.__value||e.__dynamic.elements.attrValue.get.call(this)},set(t){return this.__value=t,\"href\"==this.name||\"src\"==this.name?e.__dynamic.elements.attrValue.set.call(this,e.__dynamic.url.encode(t,e.__dynamic.meta)):\"style\"==this.name?e.__dynamic.elements.attrValue.set.call(this,e.__dynamic.rewrite.css.rewrite(t,e.__dynamic.meta)):\"onclick\"==this.name?e.__dynamic.elements.attrValue.set.call(this,e.__dynamic.rewrite.js.rewrite(t,{type:\"script\"},!1,e.__dynamic)):e.__dynamic.elements.attrValue.set.call(this,t)}})}function zi(e){let t=e.XMLHttpRequest;e.Worker=new Proxy(e.Worker,{construct(i,r){if(r[0])if(r[0]=r[0].toString(),r[0].trim().startsWith(`blob:${e.location.origin}`)){let i=new t;i.open(\"GET\",r[0],!1),i.send();let n=e.__dynamic.rewrite.js.rewrite(i.responseText,{type:\"worker\"},!0),s=new Blob([n],{type:\"application/javascript\"});r[0]=URL.createObjectURL(s)}else r[0]=e.__dynamic.url.encode(r[0],e.__dynamic.meta);return Reflect.construct(i,r)}})}function Ki(e){e.__dynamic$history=function(t,...i){i[2]&&(i[2]=e.__dynamic.url.encode(i[2],e.__dynamic.meta)),e.__dynamic.Reflect.apply(t,this,i),e.__dynamic.client.location(e,!0,!1)},e.History.prototype.pushState=e.__dynamic.wrap(e.History.prototype.pushState,e.__dynamic$history),e.History.prototype.replaceState=e.__dynamic.wrap(e.History.prototype.replaceState,e.__dynamic$history)}var Ks=\"!#$%&'*+-.0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ^_`abcdefghijklmnopqrstuvwxyz|~\",Xs=\"%\";function Wn(e){e=e.toString();let t=\"\";for(let i=0;i<e.length;i++){let r=e[i];if(Ks.includes(r)&&!Xs.includes(r))t+=r;else{t+=\"%\"+r.charCodeAt().toString(16).padStart(2,0)}}return t}function Xi(e){let t=Object.getOwnPropertyDescriptor(e.WebSocket.prototype,\"url\");e.__dynamic.define(e.WebSocket.prototype,\"url\",{get(){let i=t.get.call(this);return e.__dynamic.url.decode(i)},set:e=>!1}),e.WebSocket=e.__dynamic.wrap(e.WebSocket,((t,...i)=>{console.log(i);let r=new URL(i[0]),n={remote:{host:r.hostname,port:r.port||(\"wss:\"===r.protocol?\"443\":\"80\"),path:r.pathname+r.search,protocol:r.protocol},headers:{Host:r.hostname+(r.port?\":\"+r.port:\"\"),Origin:e.__dynamic$location.origin,Pragma:\"no-cache\",\"Cache-Control\":\"no-cache\",Upgrade:\"websocket\",Connection:\"Upgrade\"},forward_headers:[\"accept-encoding\",\"accept-language\",\"sec-websocket-extensions\",\"sec-websocket-key\",\"sec-websocket-version\",\"sec-websocket-accept\"]};return i[1]&&(n.headers[\"sec-websocket-protocol\"]=i[1].toString()),[e.location.protocol.replace(\"http\",\"ws\")+\"//\"+new URL((e.__dynamic$config.bare.path+\"/\"||\"/ca/\")+\"v1/\",new URL(location.origin)).href.replace(/http(s?):\\/\\//g,\"\").replace(/\\/\\//g,\"/\"),[\"bare\",Wn(JSON.stringify(n))]]}))}function Qi(e){e.Request=e.__dynamic.wrap(e.Request,(function(t,...i){if(i[0]instanceof t){let e=Reflect.construct(t,i);return\"navigate\"===i[0].mode&&(e.mode=\"same-origin\"),e}return i[0]&&(i[0]=e.__dynamic.url.encode(i[0],e.__dynamic.meta)),i})),e.__dynamic.define(e.Request.prototype,\"url\",{get(){return e.__dynamic.url.decode(e.__dynamic.http.RequestURL.get.call(this))},set:e=>e}),e.fetch=e.__dynamic.wrap(e.fetch,(function(t,...i){return e.Request&&(\"Request\"===i[0].constructor.name||i[0]instanceof e.Request)?(console.log(i[0]),Reflect.apply(t,e,i)):(i[0]&&e.__dynamic&&(i[0]=e.__dynamic.url.encode(i[0],e.__dynamic.meta)),Reflect.apply(t,e,i))}),\"fetch\"),e.XMLHttpRequest.prototype.open=e.__dynamic.wrap(e.XMLHttpRequest.prototype.open,(function(t,...i){return i[1]&&(i[1]=e.__dynamic.url.encode(i[1],e.__dynamic.meta)),!1===i[2]&&(i[2]=!0),Reflect.apply(t,this,i)}),\"XMLHttpRequest.prototype.open\"),Object.defineProperty(e.XMLHttpRequest.prototype,\"responseURL\",{get(){return e.__dynamic.url.decode(e.__dynamic.http.XMLResponseURL.get.call(this))},set:e=>e}),Object.defineProperty(e.Response.prototype,\"url\",{get(){return e.__dynamic.url.decode(e.__dynamic.http.ResponseURL.get.call(this))},set:e=>e}),e.open=e.__dynamic.wrap(e.open,(function(t,...i){\"\"!=i[0]&&i[0]&&(i[0]=e.__dynamic.url.encode(i[0],e.__dynamic.meta)),\"\"==i[0]&&(i[0]=\"about:blank\");let r=Reflect.apply(t,this,i);r.opener=e.__dynamic$window;try{\"about:\"===new URL(i[0]).protocol?r.__dynamic$url=\"about:srcdoc\":r.__dynamic$url=e.__dynamic.url.decode(i[0])}catch{r.__dynamic$url=\"about:srcdoc\"}return e.__dynamic.elements.client(r,e.__dynamic$config,r.__dynamic$url),r.__dynamic$window}),\"window.open\"),e.__dynamic.define(e,\"__dynamic$import\",{get:()=>function(t,i){try{return e.__dynamic.url.encode(t,new URL(i))}catch{return e.__dynamic.url.encode(t,e.__dynamic.meta)}},set:()=>{}})}function bt(e){e.__dynamic$message=function(t,i=top){return t||(t=e),function(){var r=arguments;return(t=>\"Worker\"==t.constructor.name||\"MessagePort\"==t.constructor.name||\"DedicatedWorkerGlobalScope\"==e.constructor.name)(t)||!(e=>\"Window\"==e.constructor.name||\"global\"==e.constructor.name)(t)?t.postMessage.call(t,...r):(t.__dynamic$self&&(t=t.__dynamic$self),(t._postMessage||t.postMessage).call(t,[r[0],i.__dynamic$location.origin,i.location.href,i.name,i!==e],\"*\",r[2]||[]))}},\"Window\"==e.constructor.name&&(e.addEventListener&&(e.addEventListener=new Proxy(e.addEventListener,{apply(t,i,r){if(i==e.__dynamic$window&&(i=e),!r[1]||!r[0]||\"function\"!=typeof r[1])return Reflect.apply(t,i,r);if(\"message\"==r[0]){var n=r[1].bind({});r[1]=function(t){return n(function(t){let i,r=e.__dynamic.util.clone(t);for(var n in t.source&&(i=((e,t)=>Object.keys(window||{}).map((e=>parseInt(e))).filter((e=>isFinite(e))).map((e=>window[e])).filter((e=>e||!1)).find((i=>{try{return i.name==e&&i.location.href==t}catch{return!1}})))(t.data[3],t.data[2])||t.currentTarget),e.__dynamic.define(r,\"isTrusted\",{value:!0,writable:!1}),t.origin&&(Array.isArray(t.data)&&5==t.data.length?e.__dynamic.define(r,\"origin\",{value:t.data[1],writable:!1}):e.__dynamic.define(r,\"origin\",{value:t.origin,writable:!1})),t.data&&(Array.isArray(t.data)&&5==t.data.length?e.__dynamic.define(r,\"data\",{value:t.data[0],writable:!1}):e.__dynamic.define(r,\"data\",{value:t.data,writable:!1})),t.source&&(i?e.__dynamic.define(r,\"source\",{value:i?.__dynamic$window||i,writable:!0}):e.__dynamic.define(r,\"source\",{value:i||Array.isArray(t.data)&&3==t.data.length&&!0===t.data[2]?t.source:t.currentTarget,writable:!0})),t)\"isTrusted\"!==n&&\"origin\"!==n&&\"data\"!==n&&\"source\"!==n&&e.__dynamic.define(r,n,{value:t[n],writable:!1});return r}(t))}}return Reflect.apply(t,i,r)}})),\"Window\"==e.constructor.name&&e.__dynamic.define(e,\"onmessage\",{get:()=>e._onmessage||null,set:t=>(e._onmessage&&e.removeEventListener(\"message\",e._onmessage),e.addEventListener(\"message\",t),e._onmessage=t)}))}function Yi(e){function t(t,...i){for(var r in i)i[r]=e.__dynamic.rewrite.dom(i[r],e.__dynamic.meta);return t.apply(this,i)}[\"write\",\"writeln\"].forEach((i=>{e.document[i]=e.__dynamic.wrap(e.document[i],t,`document.${i}`)}))}function wt(e){e.importScripts=new Proxy(e.importScripts,{apply:(t,i,r)=>([...r].forEach(((t,i)=>{r[i]=e.__dynamic.url.encode(t,e.__dynamic.meta)})),Reflect.apply(t,i,r))}),e.__dynamic.define(e.__dynamic,\"_location\",{value:e.location,writable:!0}),e.__dynamic.define(e.WorkerGlobalScope.prototype,\"location\",{get:()=>e.__dynamic.location,set:e=>e}),e.location=e.__dynamic.location}function vt(e){var t=e.Reflect.get.bind({}),i=e.Reflect.set.bind({});e.Reflect.set=e.__dynamic.wrap(e.Reflect.set,(function(t,...r){return\"Window\"==r[0].constructor.name&&\"location\"==r[1]?(r[0].__dynamic$location=r[2],!0):\"Location\"==r[0].constructor.name?(e.__dynamic$location[r[1]]=r[2],!0):Reflect.apply(i,this,r)}),\"Reflect.set\"),e.Reflect.get=e.__dynamic.wrap(e.Reflect.get,(function(i,...r){if(\"object\"==typeof r[0]){if(\"Window\"==r[0].constructor.name){if(\"location\"==r[1])return r[0].__dynamic?r[0].__dynamic$location:Reflect.apply(t,this,r);if(r[0][r[1]]&&\"Window\"==r[0][r[1]].constructor.name)return r[0][r[1]].__dynamic$window}if(\"Location\"==r[0].constructor.name)return e.__dynamic$location[r[1]]}return Reflect.apply(t,this,r)}),\"Reflect.get\"),e.__dynamic.Reflect={get:t,set:i,apply:e.Reflect.apply.bind({}),construct:e.Reflect.construct.bind({}),defineProperty:e.Reflect.defineProperty.bind({}),deleteProperty:e.Reflect.deleteProperty.bind({}),getOwnPropertyDescriptor:e.Reflect.getOwnPropertyDescriptor.bind({}),getPrototypeOf:e.Reflect.getPrototypeOf.bind({}),has:e.Reflect.has.bind({}),isExtensible:e.Reflect.isExtensible.bind({}),ownKeys:e.Reflect.ownKeys.bind({}),preventExtensions:e.Reflect.preventExtensions.bind({}),setPrototypeOf:e.Reflect.setPrototypeOf.bind({})}}function Ji(e){e.__dynamic.define(e.document,\"origin\",{value:e.__dynamic$location.origin,configurable:!1,enumerable:!1}),e.__dynamic.define(e.document,\"domain\",{value:e.__dynamic$location.hostname,configurable:!1,enumerable:!1}),[\"referrer\",\"URL\",\"documentURI\"].forEach((t=>{e.__dynamic.define(e.document,t,{value:e.__dynamic$location.toString(),configurable:!1,enumerable:!1})})),[e.document,e.HTMLElement.prototype].forEach((t=>{e.__dynamic.define(t,\"baseURI\",{get:()=>(e.__dynamic.baseURL||e.__dynamic$location).href})})),[\"getEntries\",\"getEntriesByName\",\"getEntriesByType\"].forEach((t=>{e.performance[t]=new Proxy(e.performance[t],{apply:(t,i,r)=>Reflect.apply(t,i,r).filter((t=>!t.name?.includes(e.location.origin+\"/assets/history/dynamic.\"))).filter((t=>!t.name.includes(e.location.origin+e.__dynamic.config.prefix+\"caches/\"))).map((t=>{if(t.name){var i=e.__dynamic.util.clone(t);for(var r in i.__defineGetter__(\"name\",(function(){return this._name})),i.__defineSetter__(\"name\",(function(e){this._name=e})),i.name=e.__dynamic.url.decode(t.name),e.__dynamic.define(i,\"name\",{get:void 0,set:void 0}),e.__dynamic.define(i,\"name\",{value:i._name,writable:!1}),delete i._name,t)if(\"name\"!=r){if(\"function\"==typeof t[r])var n=new Proxy(t[r],{apply(e,r,n){if(\"toJSON\"==e.name){var s={};for(var a in i)s[a]=i[a];return s}return Reflect.apply(e,t,n)}});else n=t[r];Object.defineProperty(i,r,{value:n,writable:!0})}t=i}return t}))})})),e.MouseEvent&&(e.MouseEvent.prototype.initMouseEvent=e.__dynamic.wrap(e.MouseEvent.prototype.initMouseEvent,(function(t,...i){return i.length&&(i=i.map((t=>t==e.__dynamic$window?e:t))),Reflect.apply(t,this,i)}))),e.KeyboardEvent&&(e.KeyboardEvent.prototype.initKeyboardEvent=e.__dynamic.wrap(e.KeyboardEvent.prototype.initKeyboardEvent,(function(t,...i){return i.length&&(i=i.map((t=>t==e.__dynamic$window?e:t))),Reflect.apply(t,this,i)}))),e.StorageEvent&&(e.StorageEvent.prototype.initStorageEvent=e.__dynamic.wrap(e.StorageEvent.prototype.initStorageEvent,(function(t,...i){return i.length&&(i=i.map((t=>t==e.localStorage?e.__dynamic.storage.localStorage:t==e.sessionStorage?e.__dynamic.storage.sessionStorage:t))),Reflect.apply(t,this,i)}))),e.Object.defineProperty=e.__dynamic.wrap(e.Object.defineProperty,(function(e,...t){try{return Reflect.apply(e,this,t)}catch(e){e.toString().includes(\"Cannot redefine property:\")&&(t[0].__defined||(t[0].__defined={}),t[0].__defined[t[1]]=t[2])}})),\"https://www.google.com\"==e.__dynamic.meta.origin&&(e.setInterval=new Proxy(e.setInterval,{apply:(e,t,i)=>500==i[1]?null:Reflect.apply(e,t,i)}))}function Zi(e){e.Storage.prototype.setItem=e.__dynamic.wrap(e.Storage.prototype.setItem,(function(t,...i){return i[0]&&(i[0]=\"__dynamic$\"+e.__dynamic$location.host+\"$\"+i[0].toString()),Reflect.apply(t,this,i)}),\"Storage.prototype.setItem\"),e.Storage.prototype.getItem=e.__dynamic.wrap(e.Storage.prototype.getItem,(function(t,...i){return i[0]&&(i[0]=\"__dynamic$\"+e.__dynamic$location.host+\"$\"+i[0].toString()),Reflect.apply(t,this,i)||null}),\"Storage.prototype.getItem\"),e.Storage.prototype.removeItem=e.__dynamic.wrap(e.Storage.prototype.removeItem,(function(t,...i){return i[0]&&(i[0]=\"__dynamic$\"+e.__dynamic$location.host+\"$\"+i[0].toString()),Reflect.apply(t,this,i)}),\"Storage.prototype.removeItem\"),e.Storage.prototype.clear=e.__dynamic.wrap(e.Storage.prototype.clear,(function(t,...i){for(var r=[],n=0;n<this.length;n++)t.call(this,n)?.startsWith(\"__dynamic$\"+e.__dynamic$location.host+\"$\")&&r.push(t.call(this,n)?.replace(\"__dynamic$\"+e.__dynamic$location.host+\"$\",\"\"));for(var s in r)t.call(this,r[s])}),\"Storage.prototype.clear\"),e.Storage.prototype.key=e.__dynamic.wrap(e.Storage.prototype.key,(function(t,...i){for(var r=[],n=0;n<this.length;n++)t.call(this,n)?.startsWith(\"__dynamic$\"+e.__dynamic$location.host+\"$\")&&r.push(t.call(this,n)?.replace(\"__dynamic$\"+e.__dynamic$location.host+\"$\",\"\"));return r[i[0]]?r[i[0]]:null}),\"Storage.prototype.key\"),[\"localStorage\",\"sessionStorage\"].forEach((t=>{e[\"__dynamic$\"+t]=new Proxy(e[t],{get(i,r){if(\"length\"==r){for(var n=[],s=0;s<Object.keys(e.__dynamic.storage[t]).length;s++)Object.keys(e.__dynamic.storage[t])[s].startsWith(\"__dynamic$\"+e.__dynamic$location.host+\"$\")&&n.push(Object.keys(e.__dynamic.storage[t])[s].replace(\"__dynamic$\"+e.__dynamic$location.host+\"$\",\"\"));return n.length}return e.__dynamic.storage.methods.includes(r)?e.__dynamic.storage.cloned[t][r].bind(e.__dynamic.storage[t]):e.__dynamic.storage[t].getItem(\"__dynamic$\"+e.__dynamic$location.host+\"$\"+r.toString())},set:(i,r,n)=>(e.__dynamic.storage[t].setItem(\"__dynamic$\"+e.__dynamic$location.host+\"$\"+r.toString(),n),n||!0),deleteProperty:(i,r)=>e.__dynamic.storage[t].removeItem(\"__dynamic$\"+e.__dynamic$location.host+\"$\"+r.toString())}),delete e[t],e[t]=e[\"__dynamic$\"+t]}))}function er(e){\"serviceWorker\"in e.navigator&&(e.__dynamic.sw=e.navigator.serviceWorker,delete e.navigator.serviceWorker,delete e.Navigator.prototype.serviceWorker),e.navigator.sendBeacon=e.__dynamic.wrap(e.navigator.sendBeacon,(function(t,...i){return i[0]&&(i[0]=e.__dynamic.url.encode(i[0],e.__dynamic.meta)),Reflect.apply(t,this,i)}),\"navigator.sendBeacon\")}var tr=e=>e?e.split(\";\").map((e=>e.split(\"=\"))).reduce(((e,t)=>(e[t[0].trim()]=t[1].trim(),e)),{}):{},qe=(e=[])=>e.map((e=>`${e.name}=${e.value}`)).join(\"; \");function ir(e){if(delete e.Document.prototype.cookie,e.__dynamic.define(e.document,\"cookie\",{get(){return e.__dynamic.fire(\"getCookies\",[e.__dynamic.location.host,e.__dynamic.cookie.str||\"\"])||(e.__dynamic.cookies.update(e.__dynamic.location.host),e.__dynamic.cookie.str||e.__dynamic.cookie.desc.get.call(this)||\"\")},set(t){var i=e.__dynamic.modules.setCookieParser.parse(t,{decodeValues:!1})[0],r=e.__dynamic.fire(\"setCookie\",[e.__dynamic.location.host,t,i]);if(r)return r;i.name=i.name.replace(/^\\./g,\"\"),Promise.resolve(e.__dynamic.cookies.set(e.__dynamic.location.host,e.__dynamic.modules.cookie.serialize(i.name,i.value,{...i,encode:e=>e}))).then((async t=>{await e.__dynamic.cookies.update(e.__dynamic.location.host),e.__dynamic.cookie.str=await e.__dynamic.cookies.get(e.__dynamic.location.host)}));var n=tr(e.__dynamic.cookie.str||\"\");n[i.name]=i.value,e.__dynamic.cookie.str=qe(Object.entries(n).map((e=>({name:e[0],value:e[1]}))))}}),e.navigator.serviceWorker)try{e.navigator.serviceWorker.onmessage=({data:t})=>{if(t.host==e.__dynamic.location.host&&\"set-cookie\"==t.type){var i=e.__dynamic.modules.cookie.parse(t.val),r=tr(e.__dynamic.cookie.str||\"\");r[Object.entries(i)[0][0]]=Object.entries(i)[0][1],e.__dynamic.cookie.str=qe(Object.entries(r).map((e=>({name:e[0],value:e[1]}))))}t.host==e.__dynamic.location.host&&\"cookies\"==t.type&&(e.__dynamic.cookie.str=t.cookies)}}catch{}}function rr(e){e.CSSStyleDeclaration.prototype._setProperty=e.CSSStyleDeclaration.prototype.setProperty,e.CSSStyleDeclaration.prototype.setProperty=e.__dynamic.wrap(e.CSSStyleDeclaration.prototype.setProperty,(function(t,...i){return(\"background-image\"==i[0]||\"background\"==i[0]||\"backgroundImage\"==i[0])&&(i[1]=e.__dynamic.rewrite.css.rewrite(i[1],e.__dynamic.meta)),t.apply(this,i)}),\"CSSStyleDeclaration.prototype.setProperty\"),e.__dynamic.define(e.CSSStyleDeclaration.prototype,\"background\",{get(){return this._background?this._background:this.getPropertyValue(\"background\")},set(t){return this._background=t,this._setProperty(\"background\",e.__dynamic.rewrite.css.rewrite(t,e.__dynamic.meta))}}),e.__dynamic.define(e.CSSStyleDeclaration.prototype,\"backgroundImage\",{get(){return this._backgroundImage?this._backgroundImage:this.getPropertyValue(\"background-image\")},set(t){return this._backgroundImage=t,this._setProperty(\"background-image\",e.__dynamic.rewrite.css.rewrite(t,e.__dynamic.meta))}}),e.__dynamic.define(e.CSSStyleDeclaration.prototype,\"background-image\",{get(){return this._backgroundImage?this._backgroundImage:this.getPropertyValue(\"background-image\")},set(t){return this._backgroundImage=t,this._setProperty(\"background-image\",e.__dynamic.rewrite.css.rewrite(t,e.__dynamic.meta))}})}function St(e){e.__dynamic.createBlobHandler=async function(t,i,r){let n=(await e.__dynamic.sw.ready).active;e.__dynamic.sw.addEventListener(\"message\",(({data:{url:t}})=>{t&&e.__dynamic.elements.iframeSrc.set.call(i,t)}),{once:!0}),n.postMessage({type:\"createBlobHandler\",blob:t,url:e.__dynamic.modules.base64.encode(r.toString().split(\"\").slice(0,10)),location:e.__dynamic.location.href})}}var qn=(e,t,i)=>((i=new MutationObserver((function(t){for(var i of t)e[i.type](i),document.dispatchEvent(new CustomEvent({attributes:\"attrChanged\",characterData:\"characterData\",childList:\"nodeChanged\"}[i.type],{detail:i}))}))).observe(t,{subtree:!0,attributes:!0,childList:!0}),i);function Et(e,t){function i(e){if(!e.rewritten&&(1===e.nodeType||3===e.nodeType)){if((e=new Proxy(e,{get:(e,i)=>\"src\"==i||\"href\"==i||\"srcset\"==i||\"imageSrcset\"==i||\"data\"==i||\"action\"==i?t.elements.getAttribute.call(e,i.toLowerCase()):\"setAttribute\"==i||\"getAttribute\"==i||\"removeAttribute\"==i||\"hasAttribute\"==i||\"cloneNode\"==i||\"addEventListener\"==i?(...r)=>t.elements[i].call(e,...r):\"node\"==i?e:e[i],set:(e,i,r)=>(\"src\"==i||\"href\"==i||\"srcset\"==i||\"imageSrcset\"==i||\"data\"==i||\"action\"==i?t.elements.setAttribute.call(e,i.toLowerCase(),r):e[i]=r,!0)}))instanceof HTMLScriptElement&&(e.src&&(e.dataset.dynamic_src=e.src,e.src=t.url.encode(e.src,t.meta)),e.type&&e.textContent?.length?(\"application/javascript\"==e.type||\"text/javascript\"==e.type||\"application/x-javascript\"==e.type&&e.textContent?.length)&&(e.textContent=t.rewrite.js.rewrite(e.textContent,{type:\"script\"},!1,t)):!e.type&&e.textContent?.length&&(e.textContent=t.rewrite.js.rewrite(e.textContent,{type:\"script\"},!1,t))),e instanceof HTMLStyleElement&&e.textContent?.length&&(e.textContent=t.rewrite.css.rewrite(e.textContent,t.meta)),e instanceof HTMLIFrameElement&&(e.src&&(e.dataset.dynamic_src=e.src,e.src=t.url.encode(e.src,t.meta)),e.srcdoc)){e.dataset.dynamic_srcdoc=e.srcdoc;let i=new Blob([t.rewrite.html.rewrite(e.srcdoc,t.meta)],{type:\"text/html\"});e.src=URL.createObjectURL(i)}if(e instanceof HTMLLinkElement&&(\"stylesheet\"!==e.getAttribute(\"rel\")&&\"prefetch\"!==e.getAttribute(\"rel\")&&\"dns-prefetch\"!==e.getAttribute(\"rel\")?(e.href&&(e.dataset.dynamic_href=e.href,e.href=t.url.encode(e.href,t.meta)),e.imageSrcset&&(e.dataset.dynamic_imagesrcset=e.imageSrcset,e.imageSrcset=t.rewrite.srcset.encode(e.imageSrcset,t))):e.addEventListener(\"error\",(i=>{if(e instanceof HTMLLinkElement)return e.href&&(e.dataset.dynamic_href=e.href,e.href=t.url.encode(e.href,t.meta)),e.imageSrcset&&(e.dataset.dynamic_imagesrcset=e.imageSrcset,e.imageSrcset=t.rewrite.srcset.encode(e.imageSrcset,t)),i.preventDefault(),!1}),{once:!0})),e instanceof HTMLAnchorElement&&e.href&&(e.dataset.dynamic_href=e.href,e.href=t.url.encode(e.href,t.meta)),e instanceof HTMLFormElement&&e.action&&(e.dataset.dynamic_action=e.action,e.action=t.url.encode(e.action,t.meta)),e instanceof HTMLObjectElement&&e.data&&(e.dataset.dynamic_data=e.data,e.data=t.url.encode(e.data,t.meta)),e instanceof HTMLSourceElement&&(e.src&&(e.dataset.dynamic_src=e.src,e.src=t.url.encode(e.src,t.meta)),e.srcset&&(e.dataset.dynamic_srcset=e.srcset,e.srcset=t.rewrite.srcset.encode(e.srcset,t))),e instanceof HTMLImageElement&&(e.src&&(e.dataset.dynamic_src=e.src,e.src=t.url.encode(e.src,t.meta)),e.srcset&&(e.dataset.dynamic_srcset=e.srcset,e.srcset=t.rewrite.srcset.encode(e.srcset,t))),e instanceof HTMLAreaElement&&e.href&&(e.dataset.dynamic_href=e.href,e.href=t.url.encode(e.href,t.meta)),e instanceof HTMLBaseElement&&e.href&&(e.dataset.dynamic_href=e.href,e.href=t.url.encode(e.href,t.meta)),e instanceof HTMLInputElement&&e.src&&(e.dataset.dynamic_src=e.src,e.src=t.url.encode(e.src,t.meta)),e instanceof HTMLAudioElement&&e.src&&(e.dataset.dynamic_src=e.src,e.src=t.url.encode(e.src,t.meta)),e instanceof HTMLVideoElement&&e.src&&(e.dataset.dynamic_src=e.src,e.src=t.url.encode(e.src,t.meta)),e instanceof HTMLTrackElement&&e.src&&(e.dataset.dynamic_src=e.src,e.src=t.url.encode(e.src,t.meta)),e instanceof HTMLMediaElement&&e.src&&(e.dataset.dynamic_src=e.src,e.src=t.url.encode(e.src,t.meta)),e instanceof HTMLMetaElement&&e.httpEquiv){if(\"refresh\"==e.httpEquiv.toLowerCase()){var i=e.content.split(\";url=\")[0],r=e.content.split(\";url=\")[1];e.content=`${i};url=${t.url.encode(r,t.meta)}`}\"content-security-policy\"==e.httpEquiv.toLowerCase()&&e.remove()}return e instanceof HTMLElement&&(e.getAttribute(\"style\")&&e.setAttribute(\"style\",t.rewrite.css.rewrite(e.getAttribute(\"style\"),t.meta)),e.integrity&&(e.setAttribute(\"nointegrity\",e.integrity),e.removeAttribute(\"integrity\")),e.nonce&&(e.setAttribute(\"nononce\",e.nonce),e.removeAttribute(\"nonce\"))),e.rewritten=!0}}t||(t=e.__dynamic);let r=qn({childList(e){i(e.target);for(let t of e.addedNodes)if(t.childNodes)for(let e of t.childNodes)i(e);if(e.target.childNodes)for(var t of e.target.childNodes)i(t)},attributes(e){},characterData(e){}},e.document);e.document.addEventListener(\"DOMContentLoaded\",(function(){r.disconnect()}),{once:!0})}function nr(e){e.__dynamic.eval=e.__dynamic.wrap(eval,(function(t,...i){if(i.length){var r=i[0].toString();return r=e.__dynamic.rewrite.js.rewrite(r,{type:\"script\"},!1,e.__dynamic),t.apply(this,[r])}}),\"eval\"),e.__dynamic.define(e.Object.prototype,\"__dynamic$eval\",{get(){return this===window?e.__dynamic.eval:this.eval},set:e=>e}),e.__dynamic$wrapEval=function(t){return arguments.length?e.__dynamic.fire(\"eval\",[e,t])||(t=e.__dynamic.rewrite.js.rewrite(t,{type:\"script\"},!1,e.__dynamic)):arguments[0]}}function ar(e){var t=e.Function.prototype.toString;e.__dynamic.Function=e.Function.bind({}),e.__dynamic.define(e.Function.prototype,\"_toString\",{get:()=>t,set:()=>{}});var i=function(){try{var e=Reflect.apply(t,this,[])}catch{return`function ${this.name}() { [native code] }`}return e.includes(\"[native code]\")?`function ${this.name}() { [native code] }`:e};e.__dynamic.define(e.Function.prototype,\"toString\",{get(){return this.__toString||i},set(e){this.__toString=e}}),e.Function=new Proxy(e.Function,{apply(t,i,r){var n=[...r],s=n.pop();return s=`(function anonymous(${n.toString()}) {${s}})`,s=e.__dynamic.rewrite.js.rewrite(s,{type:\"script\"},!1,e.__dynamic),e.eval(s)},construct(t,i){var r=[...i],n=r.pop();return n=`(function anonymous(${r.toString()}) {${n}})`,n=e.__dynamic.rewrite.js.rewrite(n,{type:\"script\"},!1,e.__dynamic),e.eval(n)}}),e.Function.prototype.apply=e.__dynamic.wrap(e.Function.prototype.apply,(function(t,...i){return i[0]==e.__dynamic$window&&(i[0]=i[0].__dynamic$self),i[0]==e.__dynamic$document&&(i[0]=e.document),Reflect.apply(t,this,i)}),\"Function.prototype.apply\"),e.Function.prototype.call=new Proxy(e.Function.prototype.call,{apply:(t,i,r)=>(r[0]==e.__dynamic$window&&(r[0]=r[0].__dynamic$self),r[0]==e.__dynamic$document&&(r[0]=e.document),Reflect.apply(t,i,r))}),e.Function.prototype.bind=e.__dynamic.wrap(e.Function.prototype.bind,(function(t,...i){return i[0]==e.__dynamic$window&&(i[0]=i[0].__dynamic$self),i[0]==e.__dynamic$document&&(i[0]=e.document),t.apply(this,i)}),\"Function.prototype.bind\")}function sr(e){}function or(e){}var Gn=[{name:\"get\",function:\"self\"},{name:\"func\",function:\"self\"},{name:\"location\",function:\"self\"},{name:\"mutation\",function:\"self\"},{name:\"dom\",function:\"self\"},{name:\"write\",function:\"self\"},{name:\"message\",function:\"self\"},{name:\"reflect\",function:\"self\"},{name:\"window\",function:\"self\"},{name:\"eval\",function:\"self\"},{name:\"attr\",function:\"self\"},{name:\"policy\",function:\"self\"},{name:\"worker\",function:\"self\"},{name:\"history\",function:\"self\"},{name:\"ws\",function:\"self\"},{name:\"cookie\",function:\"self\"},{name:\"fetch\",function:\"self\"},{name:\"niche\",function:\"self\"},{name:\"storage\",function:\"self\"},{name:\"style\",function:\"self\"},{name:\"rtc\",function:\"self\"},{name:\"blob\",function:\"self\"},{name:\"navigator\",function:\"self\"}],Ge=class{constructor(e){this.methods=Gn,\"DedicatedWorkerGlobalScope\"==self.constructor.name||\"SharedWorkerGlobalScope\"==self.constructor.name?(this.message=bt,this.location=gt,this.window=_t,this.get=xt,this.reflect=vt,this.imports=wt,this.blob=St,this.mutation=Et):(this.location=gt,this.get=xt,this.window=_t,this.attr=Gi,this.worker=zi,this.history=Ki,this.ws=Xi,this.fetch=Qi,this.message=bt,this.policy=sr,this.write=Yi,this.imports=wt,this.reflect=vt,this.niche=Ji,this.storage=Zi,this.navigator=er,this.cookie=ir,this.style=rr,this.blob=St,this.mutation=Et,this.eval=nr,this.func=ar,this.rtc=or,this.dom=qi),this.ctx=e}};function Qs(e,t){return e||(e=[]),e.find((e=>e.name==t.name))?e[e.findIndex((e=>e.name==t.name))]={name:t.name,value:t.value,expires:t.expires}:e.push({name:t.name,value:t.value,expires:t.expires}),e}var he={open:async()=>$t(\"__dynamic$cookies\",1,{async upgrade(e){await e.createObjectStore(\"__dynamic$cookies\")}}),set:async(e,t,i)=>{if((t.domain&&(e=t.domain),e.startsWith(\".\")&&(e=e.slice(1)),t.expires)&&new Date(t.expires)<new Date)return he.remove(e,t,i);return await(await i).put(\"__dynamic$cookies\",Qs(await(await i).get(\"__dynamic$cookies\",e),t),e),!0},get:async(e,t)=>{var i=e.replace(/^(.*\\.)?([^.]*\\..*)$/g,\"$2\"),r=await(await t).get(\"__dynamic$cookies\",e)||[];if(e!==i&&e!==\".\"+i){var n=await(await t).get(\"__dynamic$cookies\",i);if(n)for(var{name:s,value:a,expires:o}of n){if(o)if(new Date(o)<=new Date){he.remove(e,n.find((e=>e.name==s&&e.value==a&&e.expires==o)),t);continue}r.find((e=>e.name==s&&e.value==a))||r.push({name:s,value:a,expires:o||new Date(1e13)})}}return r},remove:async(e,t,i)=>{t.domain&&(e=t.domain),e.startsWith(\".\")&&(e=e.slice(1));var r=await(await i).get(\"__dynamic$cookies\",e);return!!r&&(r=r.filter((e=>e.name!==t.name)),await(await i).put(\"__dynamic$cookies\",r,e),!0)},update:async(e,t)=>{var i=e.replace(/^(.*\\.)?([^.]*\\..*)$/g,\"$2\"),r=await(await t).get(\"__dynamic$cookies\",i);if(r)for(var{name:n,value:s,expires:a}of r)if(a){if(new Date(a)<=new Date){he.remove(e,{name:n,value:s,expires:a},t);continue}}return r}},ze=class{constructor(e){this.db=he,this.ctx=e}async get(e){this._db||(this._db=this.db.open());let t=await he.get(e,this._db);return qe(t)}async set(e,t=\"\"){return t=this.ctx.modules.setCookieParser.parse(t,{decodeValues:!1})[0],this._db||(this._db=this.db.open()),await he.set(e,t,this._db)}async open(){await he.open()}async update(e){return this._db||(this._db=this.db.open()),await he.update(e,this._db)}},hr={};fr(hr,{aes:()=>po,base64:()=>mo,none:()=>fo,plain:()=>ho,xor:()=>lo});var xe=14,ne=8,Ke=!1,Ys=function(e){try{return unescape(encodeURIComponent(e))}catch{throw\"Error on UTF-8 encode\"}},Js=function(e){try{return decodeURIComponent(escape(e))}catch{throw\"Bad Key\"}},Zs=function(e){var t,i,r=[];for(e.length<16&&(r=[t=16-e.length,t,t,t,t,t,t,t,t,t,t,t,t,t,t,t]),i=0;i<e.length;i++)r[i]=e[i];return r},zn=function(e,t){var i,r,n=\"\";if(t){if((i=e[15])>16)throw\"Decryption error: Maybe bad key\";if(16===i)return\"\";for(r=0;r<16-i;r++)n+=String.fromCharCode(e[r])}else for(r=0;r<16;r++)n+=String.fromCharCode(e[r]);return n},cr=function(e,t){var i,r=[];for(t||(e=Ys(e)),i=0;i<e.length;i++)r[i]=e.charCodeAt(i);return r},eo=function(e){var t,i=[];for(t=0;t<e;t++)i=i.concat(Math.floor(256*Math.random()));return i},Qn=function(e,t){var i,r=xe>=12?3:2,n=[],s=[],a=e.concat(t);for(n[0]=Xn(a),s=n[0],i=1;i<r;i++)n[i]=Xn(n[i-1].concat(a)),s=s.concat(n[i]);return{key:s.slice(0,4*ne),iv:s.slice(4*ne,4*ne+16)}},to=function(e,t,i){t=ea(t);var r,n=Math.ceil(e.length/16),s=[],a=[];for(r=0;r<n;r++)s[r]=Zs(e.slice(16*r,16*r+16));for(e.length%16==0&&(s.push([16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16]),n++),r=0;r<s.length;r++)s[r]=Tt(s[r],0===r?i:a[r-1]),a[r]=ro(s[r],t);return a},io=function(e,t,i,r){t=ea(t);var n,s=e.length/16,a=[],o=[],c=\"\";for(n=0;n<s;n++)a.push(e.slice(16*n,16*(n+1)));for(n=a.length-1;n>=0;n--)o[n]=no(a[n],t),o[n]=Tt(o[n],0===n?i:a[n-1]);for(n=0;n<s-1;n++)c+=zn(o[n],!1);return c+=zn(o[n],!0),r?c:Js(c)},ro=function(e,t){Ke=!1;var i,r=It(e,t,0);for(i=1;i<xe+1;i++)r=Yn(r),r=Jn(r),i<xe&&(r=Zn(r)),r=It(r,t,i);return r},no=function(e,t){Ke=!0;var i,r=It(e,t,xe);for(i=xe-1;i>-1;i--)r=Jn(r),r=Yn(r),r=It(r,t,i),i>0&&(r=Zn(r));return r},Yn=function(e){var t,i=Ke?co:lr,r=[];for(t=0;t<16;t++)r[t]=i[e[t]];return r},Jn=function(e){var t,i=[],r=Ke?[0,13,10,7,4,1,14,11,8,5,2,15,12,9,6,3]:[0,5,10,15,4,9,14,3,8,13,2,7,12,1,6,11];for(t=0;t<16;t++)i[t]=e[r[t]];return i},Zn=function(e){var t,i=[];if(Ke)for(t=0;t<4;t++)i[4*t]=Rt[e[4*t]]^Lt[e[1+4*t]]^Pt[e[2+4*t]]^At[e[3+4*t]],i[1+4*t]=At[e[4*t]]^Rt[e[1+4*t]]^Lt[e[2+4*t]]^Pt[e[3+4*t]],i[2+4*t]=Pt[e[4*t]]^At[e[1+4*t]]^Rt[e[2+4*t]]^Lt[e[3+4*t]],i[3+4*t]=Lt[e[4*t]]^Pt[e[1+4*t]]^At[e[2+4*t]]^Rt[e[3+4*t]];else for(t=0;t<4;t++)i[4*t]=Ct[e[4*t]]^kt[e[1+4*t]]^e[2+4*t]^e[3+4*t],i[1+4*t]=e[4*t]^Ct[e[1+4*t]]^kt[e[2+4*t]]^e[3+4*t],i[2+4*t]=e[4*t]^e[1+4*t]^Ct[e[2+4*t]]^kt[e[3+4*t]],i[3+4*t]=kt[e[4*t]]^e[1+4*t]^e[2+4*t]^Ct[e[3+4*t]];return i},It=function(e,t,i){var r,n=[];for(r=0;r<16;r++)n[r]=e[r]^t[i][r];return n},Tt=function(e,t){var i,r=[];for(i=0;i<16;i++)r[i]=e[i]^t[i];return r},ea=function(e){var t,i,r,n,s=[],a=[],o=[];for(t=0;t<ne;t++)i=[e[4*t],e[4*t+1],e[4*t+2],e[4*t+3]],s[t]=i;for(t=ne;t<4*(xe+1);t++){for(s[t]=[],r=0;r<4;r++)a[r]=s[t-1][r];for(t%ne==0?(a=Kn(ao(a)))[0]^=uo[t/ne-1]:ne>6&&t%ne==4&&(a=Kn(a)),r=0;r<4;r++)s[t][r]=s[t-ne][r]^a[r]}for(t=0;t<xe+1;t++)for(o[t]=[],n=0;n<4;n++)o[t].push(s[4*t+n][0],s[4*t+n][1],s[4*t+n][2],s[4*t+n][3]);return o},Kn=function(e){for(var t=0;t<4;t++)e[t]=lr[e[t]];return e},ao=function(e){var t,i=e[0];for(t=0;t<3;t++)e[t]=e[t+1];return e[3]=i,e},ur=function(e,t){var i,r=[];for(i=0;i<e.length;i+=t)r[i/t]=parseInt(e.substr(i,t),16);return r},so=function(e){var t,i=[];for(t=0;t<e.length;t++)i[e[t]]=t;return i},oo=function(e,t){var i,r;for(r=0,i=0;i<8;i++)r=1==(1&t)?r^e:r,e=e>127?283^e<<1:e<<1,t>>>=1;return r},Ae=function(e){var t,i=[];for(t=0;t<256;t++)i[t]=oo(e,t);return i},lr=ur(\"637c777bf26b6fc53001672bfed7ab76ca82c97dfa5947f0add4a2af9ca472c0b7fd9326363ff7cc34a5e5f171d8311504c723c31896059a071280e2eb27b27509832c1a1b6e5aa0523bd6b329e32f8453d100ed20fcb15b6acbbe394a4c58cfd0efaafb434d338545f9027f503c9fa851a3408f929d38f5bcb6da2110fff3d2cd0c13ec5f974417c4a77e3d645d197360814fdc222a908846eeb814de5e0bdbe0323a0a4906245cc2d3ac629195e479e7c8376d8dd54ea96c56f4ea657aae08ba78252e1ca6b4c6e8dd741f4bbd8b8a703eb5664803f60e613557b986c11d9ee1f8981169d98e949b1e87e9ce5528df8ca1890dbfe6426841992d0fb054bb16\",2),co=so(lr),uo=ur(\"01020408102040801b366cd8ab4d9a2f5ebc63c697356ad4b37dfaefc591\",2),Ct=Ae(2),kt=Ae(3),At=Ae(9),Lt=Ae(11),Pt=Ae(13),Rt=Ae(14),ta=function(e,t,i){var r,n=eo(8),s=Qn(cr(t,i),n),a=s.key,o=s.iv,c=[[83,97,108,116,101,100,95,95].concat(n)];return e=cr(e,i),r=to(e,a,o),r=c.concat(r),ra.encode(r)},ia=function(e,t,i){var r=ra.decode(e),n=r.slice(8,16),s=Qn(cr(t,i),n),a=s.key,o=s.iv;return r=r.slice(16,r.length),e=io(r,a,o,i)},Xn=function(e){function t(e,t){return e<<t|e>>>32-t}function i(e,t){var i,r,n,s,a;return n=2147483648&e,s=2147483648&t,a=(1073741823&e)+(1073741823&t),(i=1073741824&e)&(r=1073741824&t)?2147483648^a^n^s:i|r?1073741824&a?3221225472^a^n^s:1073741824^a^n^s:a^n^s}function r(e,r,n,s,a,o,c){return e=i(e,i(i(function(e,t,i){return e&t|~e&i}(r,n,s),a),c)),i(t(e,o),r)}function n(e,r,n,s,a,o,c){return e=i(e,i(i(function(e,t,i){return e&i|t&~i}(r,n,s),a),c)),i(t(e,o),r)}function s(e,r,n,s,a,o,c){return e=i(e,i(i(function(e,t,i){return e^t^i}(r,n,s),a),c)),i(t(e,o),r)}function a(e,r,n,s,a,o,c){return e=i(e,i(i(function(e,t,i){return t^(e|~i)}(r,n,s),a),c)),i(t(e,o),r)}function o(e){var t,i,r=[];for(i=0;i<=3;i++)t=e>>>8*i&255,r=r.concat(t);return r}var c,l,p,h,u,d,m,f,y,g,_=ur(\"67452301efcdab8998badcfe10325476d76aa478e8c7b756242070dbc1bdceeef57c0faf4787c62aa8304613fd469501698098d88b44f7afffff5bb1895cd7be6b901122fd987193a679438e49b40821f61e2562c040b340265e5a51e9b6c7aad62f105d02441453d8a1e681e7d3fbc821e1cde6c33707d6f4d50d87455a14eda9e3e905fcefa3f8676f02d98d2a4c8afffa39428771f6816d9d6122fde5380ca4beea444bdecfa9f6bb4b60bebfbc70289b7ec6eaa127fad4ef308504881d05d9d4d039e6db99e51fa27cf8c4ac5665f4292244432aff97ab9423a7fc93a039655b59c38f0ccc92ffeff47d85845dd16fa87e4ffe2ce6e0a30143144e0811a1f7537e82bd3af2352ad7d2bbeb86d391\",8);for(c=function(e){for(var t,i=e.length,r=i+8,n=16*((r-r%64)/64+1),s=[],a=0,o=0;o<i;)a=o%4*8,s[t=(o-o%4)/4]=s[t]|e[o]<<a,o++;return a=o%4*8,s[t=(o-o%4)/4]=s[t]|128<<a,s[n-2]=i<<3,s[n-1]=i>>>29,s}(e),m=_[0],f=_[1],y=_[2],g=_[3],l=0;l<c.length;l+=16)p=m,h=f,u=y,d=g,m=r(m,f,y,g,c[l+0],7,_[4]),g=r(g,m,f,y,c[l+1],12,_[5]),y=r(y,g,m,f,c[l+2],17,_[6]),f=r(f,y,g,m,c[l+3],22,_[7]),m=r(m,f,y,g,c[l+4],7,_[8]),g=r(g,m,f,y,c[l+5],12,_[9]),y=r(y,g,m,f,c[l+6],17,_[10]),f=r(f,y,g,m,c[l+7],22,_[11]),m=r(m,f,y,g,c[l+8],7,_[12]),g=r(g,m,f,y,c[l+9],12,_[13]),y=r(y,g,m,f,c[l+10],17,_[14]),f=r(f,y,g,m,c[l+11],22,_[15]),m=r(m,f,y,g,c[l+12],7,_[16]),g=r(g,m,f,y,c[l+13],12,_[17]),y=r(y,g,m,f,c[l+14],17,_[18]),m=n(m,f=r(f,y,g,m,c[l+15],22,_[19]),y,g,c[l+1],5,_[20]),g=n(g,m,f,y,c[l+6],9,_[21]),y=n(y,g,m,f,c[l+11],14,_[22]),f=n(f,y,g,m,c[l+0],20,_[23]),m=n(m,f,y,g,c[l+5],5,_[24]),g=n(g,m,f,y,c[l+10],9,_[25]),y=n(y,g,m,f,c[l+15],14,_[26]),f=n(f,y,g,m,c[l+4],20,_[27]),m=n(m,f,y,g,c[l+9],5,_[28]),g=n(g,m,f,y,c[l+14],9,_[29]),y=n(y,g,m,f,c[l+3],14,_[30]),f=n(f,y,g,m,c[l+8],20,_[31]),m=n(m,f,y,g,c[l+13],5,_[32]),g=n(g,m,f,y,c[l+2],9,_[33]),y=n(y,g,m,f,c[l+7],14,_[34]),m=s(m,f=n(f,y,g,m,c[l+12],20,_[35]),y,g,c[l+5],4,_[36]),g=s(g,m,f,y,c[l+8],11,_[37]),y=s(y,g,m,f,c[l+11],16,_[38]),f=s(f,y,g,m,c[l+14],23,_[39]),m=s(m,f,y,g,c[l+1],4,_[40]),g=s(g,m,f,y,c[l+4],11,_[41]),y=s(y,g,m,f,c[l+7],16,_[42]),f=s(f,y,g,m,c[l+10],23,_[43]),m=s(m,f,y,g,c[l+13],4,_[44]),g=s(g,m,f,y,c[l+0],11,_[45]),y=s(y,g,m,f,c[l+3],16,_[46]),f=s(f,y,g,m,c[l+6],23,_[47]),m=s(m,f,y,g,c[l+9],4,_[48]),g=s(g,m,f,y,c[l+12],11,_[49]),y=s(y,g,m,f,c[l+15],16,_[50]),m=a(m,f=s(f,y,g,m,c[l+2],23,_[51]),y,g,c[l+0],6,_[52]),g=a(g,m,f,y,c[l+7],10,_[53]),y=a(y,g,m,f,c[l+14],15,_[54]),f=a(f,y,g,m,c[l+5],21,_[55]),m=a(m,f,y,g,c[l+12],6,_[56]),g=a(g,m,f,y,c[l+3],10,_[57]),y=a(y,g,m,f,c[l+10],15,_[58]),f=a(f,y,g,m,c[l+1],21,_[59]),m=a(m,f,y,g,c[l+8],6,_[60]),g=a(g,m,f,y,c[l+15],10,_[61]),y=a(y,g,m,f,c[l+6],15,_[62]),f=a(f,y,g,m,c[l+13],21,_[63]),m=a(m,f,y,g,c[l+4],6,_[64]),g=a(g,m,f,y,c[l+11],10,_[65]),y=a(y,g,m,f,c[l+2],15,_[66]),f=a(f,y,g,m,c[l+9],21,_[67]),m=i(m,p),f=i(f,h),y=i(y,u),g=i(g,d);return o(m).concat(o(f),o(y),o(g))},ra=(e=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\",t=e.split(\"\"),\"function\"==typeof Array.indexOf&&(e=t),{encode:function(e,i){var r,n,s=[],a=\"\";for(Math.floor(16*e.length/3),r=0;r<16*e.length;r++)s.push(e[Math.floor(r/16)][r%16]);for(r=0;r<s.length;r+=3)a+=t[s[r]>>2],a+=t[(3&s[r])<<4|s[r+1]>>4],void 0!==s[r+1]?a+=t[(15&s[r+1])<<2|s[r+2]>>6]:a+=\"=\",void 0!==s[r+2]?a+=t[63&s[r+2]]:a+=\"=\";for(n=a.slice(0,64)+\"\\n\",r=1;r<Math.ceil(a.length/64);r++)n+=a.slice(64*r,64*r+64)+(Math.ceil(a.length/64)===r+1?\"\":\"\\n\");return n},decode:function(t){t=t.replace(/\\n/g,\"\");var i,r=[],n=[],s=[];for(i=0;i<t.length;i+=4)n[0]=e.indexOf(t.charAt(i)),n[1]=e.indexOf(t.charAt(i+1)),n[2]=e.indexOf(t.charAt(i+2)),n[3]=e.indexOf(t.charAt(i+3)),s[0]=n[0]<<2|n[1]>>4,s[1]=(15&n[1])<<4|n[2]>>2,s[2]=(3&n[2])<<6|n[3],r.push(s[0],s[1],s[2]);return r=r.slice(0,r.length-r.length%16)}}),e,t,lo={encode:(e,t=2)=>e&&encodeURIComponent(e.split(\"\").map(((e,i)=>i%t?String.fromCharCode(e.charCodeAt(0)^t):e)).join(\"\")),decode:(e,t=2)=>e&&decodeURIComponent(e).split(\"\").map(((e,i)=>i%t?String.fromCharCode(e.charCodeAt(0)^t):e)).join(\"\")},ho={encode:e=>e&&encodeURIComponent(e),decode:e=>e&&decodeURIComponent(e)},po={encode:e=>e&&encodeURIComponent(ta(e,\"dynamic\").substring(10)),decode:e=>e&&ia(\"U2FsdGVkX1\"+decodeURIComponent(e),\"dynamic\")},fo={encode:e=>e,decode:e=>e},mo={encode:e=>e&&decodeURIComponent(btoa(e)),decode:e=>e&&atob(e)},Le=class{constructor(e){this.modules=new Nn(this),this.util=new Bn(this),this.meta=new jn(this),this.regex=new He(this),this.rewrite=new On(this),this.url=new $n(this),this.is=new Hn(this),this.cookies=new ze(this),this.client=new Ge(this),this.encoding=hr,this.headers=Un,this.listeners=[],e&&!this.config&&(this.config=e),e&&this.util.encode(self)}on(e,t){this.listeners.push({event:e,cb:t})}fire(e,t){let i=!1;for(let r of this.listeners)r.event===e&&(i=!0,t=r.cb(...t));return i&&t?t:null}};function Xe(e){e.__dynamic.wrap=function(t,i,r){if(t.__dynamic$target)return t;if(t.toString().includes(\"{ [native code] }\")&&!t.prototype){var n=i,s=t,a=function(...t){if(\"string\"==typeof r){var i=e.__dynamic.fire(r,this?[this,...t]:t);if(i)return i}return n.call(this,s,...t)},o=function(...e){return a.call(this,...e)};return e.__dynamic.define(o,\"name\",{value:t.name,writable:!1}),o.__dynamic$target=t,o.toString=()=>`function ${t.name}() { [native code] }`,o}try{let e=class extends t{constructor(...e){var n=[...e],s=i.call(t,t,...e);s&&(e=s),super(...e),r&&r(this,n)}};return Object.defineProperty(e,\"name\",{value:t.name,writable:!1}),e}catch{return t}}}function na(e,t={},i=\"\"){if(e.hasOwnProperty(\"__dynamic\"))return!1;e.hasOwnProperty(\"__dynamic$config\")||(e.__dynamic$config=t),e.parent?.__dynamic&&(e.__dynamic$bare=e.parent.__dynamic$bare);let r=new Le(e.__dynamic$config);for(var n of(r.config.bare.path=\"string\"==typeof r.config.bare.path||r.config.bare.path instanceof URL?new URL(r.config.bare.path,e.location):r.config.bare.path.map((t=>new URL(t,e.location))),e.__dynamic$baseURL=i||e.__dynamic$url||r.url.decode(location.pathname+location.search+location.hash)||\"\",e.__dynamic=r,e.__dynamic.bare=new e.__dynamic.modules.bare.BareClient(e.__dynamic$config.bare.path,e.__dynamic$bare),e.__dynamic.meta.load(new URL(e.__dynamic$baseURL)),Qe(e,null),Xe(e),e.__dynamic.client.methods)){let t=n.name,i=Object.entries(e.__dynamic.client).find((e=>e[0]==t));\"mutation\"==t&&e.frameElement||\"self\"==n.function&&i[1](e)}return e}function Qe(e,t){t||(t=e.__dynamic),t.define=new e.Proxy(e.Object.defineProperty,{apply(e,t,i){try{return Reflect.apply(e,t,i)}catch{return i[2]}}}),t.defines=new e.Proxy(e.Object.defineProperties,{apply(e,t,i){try{return Reflect.apply(e,t,i)}catch{return i[1]}}}),e.parent&&(t.parent=e.parent),e.top&&(t.top=e.top),e.document&&(t.elements={attributes:[\"src\",\"href\",\"srcset\",\"action\",\"data\",\"integrity\",\"nonce\",\"imagesrcset\"],iframeSrc:Object.getOwnPropertyDescriptor(e.HTMLIFrameElement.prototype,\"src\"),contentWindow:Object.getOwnPropertyDescriptor(e.HTMLIFrameElement.prototype,\"contentWindow\"),innerHTML:Object.getOwnPropertyDescriptor(e.Element.prototype,\"innerHTML\"),outerHTML:Object.getOwnPropertyDescriptor(e.Element.prototype,\"outerHTML\"),attrValue:Object.getOwnPropertyDescriptor(e.Attr.prototype,\"value\"),setAttribute:e.Element.prototype.setAttribute,getAttribute:e.Element.prototype.getAttribute,removeAttribute:e.Element.prototype.removeAttribute,hasAttribute:e.Element.prototype.hasAttribute,cloneNode:e.Node.prototype.cloneNode,addEventListener:e.Node.prototype.addEventListener,config:[{elements:[e.HTMLScriptElement,e.HTMLIFrameElement,e.HTMLEmbedElement,e.HTMLInputElement,e.HTMLTrackElement,e.HTMLMediaElement,e.HTMLSourceElement,e.Image,e.HTMLImageElement],tags:[\"src\"],action:\"url\"},{elements:[e.HTMLSourceElement,e.HTMLImageElement],tags:[\"srcset\"],action:\"srcset\"},{elements:[e.HTMLAnchorElement,e.HTMLLinkElement,e.HTMLAreaElement,e.SVGImageElement,e.HTMLBaseElement],tags:[\"href\"],action:\"url\"},{elements:[e.HTMLIFrameElement],tags:[\"contentWindow\",\"contentDocument\"],action:\"window\"},{elements:[e.HTMLFormElement],tags:[\"action\"],action:\"url\"},{elements:[e.HTMLObjectElement],tags:[\"data\"],action:\"url\"},{elements:[e.HTMLScriptElement,e.HTMLLinkElement],tags:[\"integrity\"],action:\"rewrite\",new:\"nointegrity\"},{elements:[e.HTMLScriptElement,e.HTMLLinkElement],tags:[\"nonce\"],action:\"rewrite\",new:\"nononce\"},{elements:[e.HTMLIFrameElement],tags:[\"srcdoc\"],action:\"html\"},{elements:[e.HTMLElement],tags:[\"style\"],action:\"css\"},{elements:[e.HTMLLinkElement],tags:[\"imageSrcset\"],action:\"srcset\"}],createGetter:t=>({get(){return new URL(this.href||e.__dynamic$location.href)[t]},set(e){}}),client:na},e.__dynamic.baseURL=e.document?new URL(e.__dynamic.url.decode(e.document.baseURI)):null),e.document&&(t.cookie={str:e.__dynamic$cookie||\"\",desc:Object.getOwnPropertyDescriptor(e.Document.prototype,\"cookie\")}),e.XMLHttpRequest&&(t.http={XMLResponseURL:Object.getOwnPropertyDescriptor(e.XMLHttpRequest.prototype,\"responseURL\"),ResponseURL:Object.getOwnPropertyDescriptor(e.Response.prototype,\"url\"),RequestURL:Object.getOwnPropertyDescriptor(e.Request.prototype,\"url\"),XMLHttpRequest:e.XMLHttpRequest}),e.Storage&&(t.storage={localStorage:e.localStorage,sessionStorage:e.sessionStorage,keys:{localStorage:Object.keys(e.localStorage),sessionStorage:Object.keys(e.sessionStorage)},methods:[\"getItem\",\"setItem\",\"removeItem\",\"clear\",\"length\",\"keys\",\"values\",\"entries\",\"forEach\",\"hasOwnProperty\",\"toString\",\"toLocaleString\",\"valueOf\",\"isPrototypeOf\",\"propertyIsEnumerable\",\"constructor\",\"key\"]},t.storage.cloned={localStorage:t.util.clone(t.storage.localStorage),sessionStorage:t.util.clone(t.storage.sessionStorage)}),e.RTCPeerConnection&&(t.webrtc={endpoints:[\"stun:stun.webice.org\"]}),e.trustedTypes&&(t.trustedTypes={policy:e.trustedTypes.createPolicy(\"dynamic\",{createHTML:e=>e,createScript:e=>e,createScriptURL:e=>e,createURL:e=>e}),createScript:e.TrustedTypePolicy.prototype.createScript}),e.__dynamic$config.tab&&(e.document&&e.__dynamic$config.tab.title&&(document.title=e.__dynamic$config.tab.title,t.define(e.document,\"title\",{get:()=>e.__dynamic$config.tab.title,set:e=>e})),e.__dynamic$config.tab.icon&&(e.__dynamic$icon=e.__dynamic$config.tab.icon),e.Navigator&&e.__dynamic$config.tab.ua&&t.define(e.navigator,\"userAgent\",{get:()=>e.__dynamic$config.tab.ua,set(){}}))}importScripts(\"/assets/history/config.js?v=2025-04-15\"),function(e){let t=new Le(e.__dynamic$config);e.__dynamic=t;let i=t.url.decode(location.pathname);t.meta.load(new URL(i)),Qe(e,null),Xe(e),t.client.message(e),t.client.location(e,!1),t.client.window(e),t.client.get(e),t.client.reflect(e),t.client.imports(e),t.client.blob(e)}(self)})();\n/*! Bundled license information:\n\ncookie/index.js:\n  (*!\n   * cookie\n   * Copyright(c) 2012-2014 Roman Shtylman\n   * Copyright(c) 2015 Douglas Christopher Wilson\n   * MIT Licensed\n   *)\n*/"
  },
  {
    "path": "static/assets/history/html.js",
    "content": "\"use strict\";(()=>{var e={encode:(e,t)=>e&&e.toString()?e.split(\", \").map((e=>e.split(\" \").map(((e,s)=>0==s?t.url.encode(e,t.baseURL||t.meta):e)).join(\" \"))).join(\", \"):e,decode:e=>e},t=class{constructor(e,t){this.Original=null,this.Original=e;var s=this;this.Original.attribs=new Proxy(this.Original.attribs||{},{set:(e,t,a)=>{var r=e[t]=a;return s.Original.attrs=Object.keys(e).map((t=>({name:t,value:e[t]+\"\"}))),r||r+\" \"},deleteProperty:(e,t)=>{var a=delete e[t];return s.Original.attrs=Object.keys(e).map((t=>({name:t,value:e[t]}))),a}}),this.ctx=t}getAttribute(e){return!!this.Original.attribs&&(typeof this.Original.attribs[e]>\"u\"?null:this.Original.attribs[e].trim())}setAttribute(e,t){return!!this.Original.attribs&&(this.Original.attribs[e]=t)}removeAttribute(e){return!!this.Original.attribs&&delete this.Original.attribs[e]}hasAttribute(e){return!!this.Original.attribs&&this.Original.attribs.hasOwnProperty(e)}};function s(e,t,s,a,r=\"\",i=!1,n=\"\"){if(self.__dynamic$config)var o=\"development\"==self.__dynamic$config.mode;else o=!1;if(i){var c=[{nodeName:\"script\",tagName:\"script\",namespaceURI:\"http://www.w3.org/1999/xhtml\",childNodes:[],attrs:[{name:\"src\",value:e+(o?\"?\"+Math.floor(89999*Math.random()+1e4):\"\")}]},{nodeName:\"script\",tagName:\"script\",namespaceURI:\"http://www.w3.org/1999/xhtml\",childNodes:[],attrs:[{name:\"src\",value:t+(o?\"?\"+Math.floor(89999*Math.random()+1e4):\"\")}]}];return this.ctx.config.assets.files.inject&&c.unshift({nodeName:\"script\",tagName:\"script\",namespaceURI:\"http://www.w3.org/1999/xhtml\",childNodes:[],attrs:[{name:\"src\",value:this.ctx.config.assets.files.inject+(o?\"?\"+Math.floor(89999*Math.random()+1e4):\"\")}]}),a&&c.unshift({nodeName:\"script\",tagName:\"script\",namespaceURI:\"http://www.w3.org/1999/xhtml\",childNodes:[],attrs:[{name:\"src\",value:\"data:application/javascript;base64,\"+btoa(`self.__dynamic$cookies = atob(\"${btoa(a)}\");document.currentScript?.remove();`)}]}),r&&c.unshift({nodeName:\"script\",tagName:\"script\",namespaceURI:\"http://www.w3.org/1999/xhtml\",childNodes:[],attrs:[{name:\"src\",value:\"data:application/javascript;base64,\"+btoa(r+\";document.currentScript?.remove();\")}]}),n&&c.unshift({nodeName:\"script\",tagName:\"script\",namespaceURI:\"http://www.w3.org/1999/xhtml\",childNodes:[],attrs:[{name:\"src\",value:\"data:application/javascript;base64,\"+btoa(n+\";document.currentScript?.remove();\")}]}),c}var E=[`<script src=\"${t+(o?\"?\"+Math.floor(89999*Math.random()+1e4):\"\")}\"><\\/script>`,`<script src=\"${e+(o?\"?\"+Math.floor(89999*Math.random()+1e4):\"\")}\"><\\/script>`];return this.ctx.config.assets.files.inject&&E.unshift(`<script src=\"${this.ctx.config.assets.files.inject+(o?\"?\"+Math.floor(89999*Math.random()+1e4):\"\")}\"><\\/script>`),a&&E.unshift(`<script src=\"${\"data:application/javascript;base64,\"+btoa(`self.__dynamic$cookies = atob(\"${btoa(a)}\");document.currentScript?.remove();`)}\"><\\/script>`),r&&E.unshift(`<script src=\"${\"data:application/javascript;base64,\"+btoa(r+\";document.currentScript?.remove();\")}\"><\\/script>`),n&&E.unshift(`<script src=\"${\"data:application/javascript;base64,\"+btoa(n+\";document.currentScript?.remove();\")}\"><\\/script>`),E}var a,r,i=new Set([65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111]),n=\"�\";(r=a=a||(a={}))[r.EOF=-1]=\"EOF\",r[r.NULL=0]=\"NULL\",r[r.TABULATION=9]=\"TABULATION\",r[r.CARRIAGE_RETURN=13]=\"CARRIAGE_RETURN\",r[r.LINE_FEED=10]=\"LINE_FEED\",r[r.FORM_FEED=12]=\"FORM_FEED\",r[r.SPACE=32]=\"SPACE\",r[r.EXCLAMATION_MARK=33]=\"EXCLAMATION_MARK\",r[r.QUOTATION_MARK=34]=\"QUOTATION_MARK\",r[r.NUMBER_SIGN=35]=\"NUMBER_SIGN\",r[r.AMPERSAND=38]=\"AMPERSAND\",r[r.APOSTROPHE=39]=\"APOSTROPHE\",r[r.HYPHEN_MINUS=45]=\"HYPHEN_MINUS\",r[r.SOLIDUS=47]=\"SOLIDUS\",r[r.DIGIT_0=48]=\"DIGIT_0\",r[r.DIGIT_9=57]=\"DIGIT_9\",r[r.SEMICOLON=59]=\"SEMICOLON\",r[r.LESS_THAN_SIGN=60]=\"LESS_THAN_SIGN\",r[r.EQUALS_SIGN=61]=\"EQUALS_SIGN\",r[r.GREATER_THAN_SIGN=62]=\"GREATER_THAN_SIGN\",r[r.QUESTION_MARK=63]=\"QUESTION_MARK\",r[r.LATIN_CAPITAL_A=65]=\"LATIN_CAPITAL_A\",r[r.LATIN_CAPITAL_F=70]=\"LATIN_CAPITAL_F\",r[r.LATIN_CAPITAL_X=88]=\"LATIN_CAPITAL_X\",r[r.LATIN_CAPITAL_Z=90]=\"LATIN_CAPITAL_Z\",r[r.RIGHT_SQUARE_BRACKET=93]=\"RIGHT_SQUARE_BRACKET\",r[r.GRAVE_ACCENT=96]=\"GRAVE_ACCENT\",r[r.LATIN_SMALL_A=97]=\"LATIN_SMALL_A\",r[r.LATIN_SMALL_F=102]=\"LATIN_SMALL_F\",r[r.LATIN_SMALL_X=120]=\"LATIN_SMALL_X\",r[r.LATIN_SMALL_Z=122]=\"LATIN_SMALL_Z\",r[r.REPLACEMENT_CHARACTER=65533]=\"REPLACEMENT_CHARACTER\";var o,c=\"--\",E=\"[CDATA[\",T=\"doctype\",h=\"script\",l=\"public\",A=\"system\";function _(e){return e>=55296&&e<=57343}function m(e){return 32!==e&&10!==e&&13!==e&&9!==e&&12!==e&&e>=1&&e<=31||e>=127&&e<=159}function d(e){return e>=64976&&e<=65007||i.has(e)}!function(e){e.controlCharacterInInputStream=\"control-character-in-input-stream\",e.noncharacterInInputStream=\"noncharacter-in-input-stream\",e.surrogateInInputStream=\"surrogate-in-input-stream\",e.nonVoidHtmlElementStartTagWithTrailingSolidus=\"non-void-html-element-start-tag-with-trailing-solidus\",e.endTagWithAttributes=\"end-tag-with-attributes\",e.endTagWithTrailingSolidus=\"end-tag-with-trailing-solidus\",e.unexpectedSolidusInTag=\"unexpected-solidus-in-tag\",e.unexpectedNullCharacter=\"unexpected-null-character\",e.unexpectedQuestionMarkInsteadOfTagName=\"unexpected-question-mark-instead-of-tag-name\",e.invalidFirstCharacterOfTagName=\"invalid-first-character-of-tag-name\",e.unexpectedEqualsSignBeforeAttributeName=\"unexpected-equals-sign-before-attribute-name\",e.missingEndTagName=\"missing-end-tag-name\",e.unexpectedCharacterInAttributeName=\"unexpected-character-in-attribute-name\",e.unknownNamedCharacterReference=\"unknown-named-character-reference\",e.missingSemicolonAfterCharacterReference=\"missing-semicolon-after-character-reference\",e.unexpectedCharacterAfterDoctypeSystemIdentifier=\"unexpected-character-after-doctype-system-identifier\",e.unexpectedCharacterInUnquotedAttributeValue=\"unexpected-character-in-unquoted-attribute-value\",e.eofBeforeTagName=\"eof-before-tag-name\",e.eofInTag=\"eof-in-tag\",e.missingAttributeValue=\"missing-attribute-value\",e.missingWhitespaceBetweenAttributes=\"missing-whitespace-between-attributes\",e.missingWhitespaceAfterDoctypePublicKeyword=\"missing-whitespace-after-doctype-public-keyword\",e.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers=\"missing-whitespace-between-doctype-public-and-system-identifiers\",e.missingWhitespaceAfterDoctypeSystemKeyword=\"missing-whitespace-after-doctype-system-keyword\",e.missingQuoteBeforeDoctypePublicIdentifier=\"missing-quote-before-doctype-public-identifier\",e.missingQuoteBeforeDoctypeSystemIdentifier=\"missing-quote-before-doctype-system-identifier\",e.missingDoctypePublicIdentifier=\"missing-doctype-public-identifier\",e.missingDoctypeSystemIdentifier=\"missing-doctype-system-identifier\",e.abruptDoctypePublicIdentifier=\"abrupt-doctype-public-identifier\",e.abruptDoctypeSystemIdentifier=\"abrupt-doctype-system-identifier\",e.cdataInHtmlContent=\"cdata-in-html-content\",e.incorrectlyOpenedComment=\"incorrectly-opened-comment\",e.eofInScriptHtmlCommentLikeText=\"eof-in-script-html-comment-like-text\",e.eofInDoctype=\"eof-in-doctype\",e.nestedComment=\"nested-comment\",e.abruptClosingOfEmptyComment=\"abrupt-closing-of-empty-comment\",e.eofInComment=\"eof-in-comment\",e.incorrectlyClosedComment=\"incorrectly-closed-comment\",e.eofInCdata=\"eof-in-cdata\",e.absenceOfDigitsInNumericCharacterReference=\"absence-of-digits-in-numeric-character-reference\",e.nullCharacterReference=\"null-character-reference\",e.surrogateCharacterReference=\"surrogate-character-reference\",e.characterReferenceOutsideUnicodeRange=\"character-reference-outside-unicode-range\",e.controlCharacterReference=\"control-character-reference\",e.noncharacterCharacterReference=\"noncharacter-character-reference\",e.missingWhitespaceBeforeDoctypeName=\"missing-whitespace-before-doctype-name\",e.missingDoctypeName=\"missing-doctype-name\",e.invalidCharacterSequenceAfterDoctypeName=\"invalid-character-sequence-after-doctype-name\",e.duplicateAttribute=\"duplicate-attribute\",e.nonConformingDoctype=\"non-conforming-doctype\",e.missingDoctype=\"missing-doctype\",e.misplacedDoctype=\"misplaced-doctype\",e.endTagWithoutMatchingOpenElement=\"end-tag-without-matching-open-element\",e.closingOfElementWithOpenChildElements=\"closing-of-element-with-open-child-elements\",e.disallowedContentInNoscriptInHead=\"disallowed-content-in-noscript-in-head\",e.openElementsLeftAfterEof=\"open-elements-left-after-eof\",e.abandonedHeadElementChild=\"abandoned-head-element-child\",e.misplacedStartTagForHeadElement=\"misplaced-start-tag-for-head-element\",e.nestedNoscriptInHead=\"nested-noscript-in-head\",e.eofInElementThatCanContainOnlyText=\"eof-in-element-that-can-contain-only-text\"}(o=o||(o={}));var p,u=class{constructor(e){this.handler=e,this.html=\"\",this.pos=-1,this.lastGapPos=-2,this.gapStack=[],this.skipNextNewLine=!1,this.lastChunkWritten=!1,this.endOfChunkHit=!1,this.bufferWaterline=65536,this.isEol=!1,this.lineStartPos=0,this.droppedBufferSize=0,this.line=1,this.lastErrOffset=-1}get col(){return this.pos-this.lineStartPos+ +(this.lastGapPos!==this.pos)}get offset(){return this.droppedBufferSize+this.pos}getError(e){let{line:t,col:s,offset:a}=this;return{code:e,startLine:t,endLine:t,startCol:s,endCol:s,startOffset:a,endOffset:a}}_err(e){this.handler.onParseError&&this.lastErrOffset!==this.offset&&(this.lastErrOffset=this.offset,this.handler.onParseError(this.getError(e)))}_addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}_processSurrogate(e){if(this.pos!==this.html.length-1){let t=this.html.charCodeAt(this.pos+1);if(function(e){return e>=56320&&e<=57343}(t))return this.pos++,this._addGap(),function(e,t){return 1024*(e-55296)+9216+t}(e,t)}else if(!this.lastChunkWritten)return this.endOfChunkHit=!0,a.EOF;return this._err(o.surrogateInInputStream),e}willDropParsedChunk(){return this.pos>this.bufferWaterline}dropParsedChunk(){this.willDropParsedChunk()&&(this.html=this.html.substring(this.pos),this.lineStartPos-=this.pos,this.droppedBufferSize+=this.pos,this.pos=0,this.lastGapPos=-2,this.gapStack.length=0)}write(e,t){this.html.length>0?this.html+=e:this.html=e,this.endOfChunkHit=!1,this.lastChunkWritten=t}insertHtmlAtCurrentPos(e){this.html=this.html.substring(0,this.pos+1)+e+this.html.substring(this.pos+1),this.endOfChunkHit=!1}startsWith(e,t){if(this.pos+e.length>this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,!1;if(t)return this.html.startsWith(e,this.pos);for(let t=0;t<e.length;t++)if((32|this.html.charCodeAt(this.pos+t))!==e.charCodeAt(t))return!1;return!0}peek(e){let t=this.pos+e;if(t>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,a.EOF;let s=this.html.charCodeAt(t);return s===a.CARRIAGE_RETURN?a.LINE_FEED:s}advance(){if(this.pos++,this.isEol&&(this.isEol=!1,this.line++,this.lineStartPos=this.pos),this.pos>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,a.EOF;let e=this.html.charCodeAt(this.pos);return e===a.CARRIAGE_RETURN?(this.isEol=!0,this.skipNextNewLine=!0,a.LINE_FEED):e===a.LINE_FEED&&(this.isEol=!0,this.skipNextNewLine)?(this.line--,this.skipNextNewLine=!1,this._addGap(),this.advance()):(this.skipNextNewLine=!1,_(e)&&(e=this._processSurrogate(e)),null===this.handler.onParseError||e>31&&e<127||e===a.LINE_FEED||e===a.CARRIAGE_RETURN||e>159&&e<64976||this._checkForProblematicCharacters(e),e)}_checkForProblematicCharacters(e){m(e)?this._err(o.controlCharacterInInputStream):d(e)&&this._err(o.noncharacterInInputStream)}retreat(e){for(this.pos-=e;this.pos<this.lastGapPos;)this.lastGapPos=this.gapStack.pop(),this.pos--;this.isEol=!1}};function N(e,t){for(let s=e.attrs.length-1;s>=0;s--)if(e.attrs[s].name===t)return e.attrs[s].value;return null}!function(e){e[e.CHARACTER=0]=\"CHARACTER\",e[e.NULL_CHARACTER=1]=\"NULL_CHARACTER\",e[e.WHITESPACE_CHARACTER=2]=\"WHITESPACE_CHARACTER\",e[e.START_TAG=3]=\"START_TAG\",e[e.END_TAG=4]=\"END_TAG\",e[e.COMMENT=5]=\"COMMENT\",e[e.DOCTYPE=6]=\"DOCTYPE\",e[e.EOF=7]=\"EOF\",e[e.HIBERNATION=8]=\"HIBERNATION\"}(p=p||(p={}));var I,C,R=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\\0\\0\\0\\0\\0\\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\\\bfms¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTǇǋǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\\0\\0\\0͔͂\\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\\0\\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\\0\\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\\0ц\\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\\0\\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\\0\\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\\0ֿ\\0\\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\\0ࣃbleBracket;柦nǔࣈ\\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻\"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\\0စbleBracket;柧nǔည\\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\\0\\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉ǲኀ\\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\\0ጬጱ\\0\\0\\0\\0\\0ጸጽ፷ᎅ\\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻ǲᕔ\\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\\0ᖰᖶᖿ\\0\\0\\0\\0ᗆᗛᗫᙟ᙭\\0ᚕ᚛ᚲᚹ\\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\\0\\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\\0\\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\\0ᠳƲᠯ\\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\\0᧨ᨑᨕᨲ\\0ᨷᩐ\\0\\0᪴\\0\\0᫁\\0\\0ᬡᬮ᭍᭒\\0᯽\\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\\0\\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\\0\\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\\0\\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\\0\\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\\0\\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\\0\\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤĳạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\\0\\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\\0ᾞ\\0ᾡᾧ\\0\\0ῆῌ\\0ΐ\\0ῦῪ \\0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ﬃɩᾹ\\0\\0᾽g;耀ﬀig;耀ﬄ;쀀𝔣lig;耀ﬁlig;쀀fjƀaltῙ῜ῡt;晭ig;耀ﬂns;斱of;䆒ǰ΅\\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒α‚‰‸⁅⁈\\0⁐β•‥‧‪‬\\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\\0‶;慔;慖ʴ‾⁁\\0\\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\\0⊪\\0⊸⋅⋎\\0⋕⋳\\0\\0⋸⌢⍧⍢⍿\\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\\0⒪\\0⒱\\0\\0\\0\\0\\0⒵Ⓔ\\0ⓆⓈⓍ\\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସǳ⧟\\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\\0\\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0ⴭ\\0ⴸⵈⵠⵥ⵲ⶄᬇ\\0\\0ⶍⶫ\\0ⷈⷎ\\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗǈⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\\0\\0⵼\\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\\0⹽\\0⺀⺝\\0⺢⺹\\0\\0⻋ຜ\\0⼓\\0\\0⼫⾼\\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\\0\\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\\0㍺㎤\\0\\0㏬㏰\\0㐨㑈㑚㒭㒱㓊㓱\\0㘖\\0\\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\\0\\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\\0㙾㛂\\0\\0\\0\\0\\0㛛㜃\\0㜉㝬\\0\\0\\0㞇ɲ㙖\\0\\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼ǲ㚋\\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\\0\\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\\0\\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\\0㪋\\0㪐㪛\\0\\0㪝㪨㪫㪯\\0\\0㫃㫎\\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split(\"\").map((e=>e.charCodeAt(0)))),S=new Uint16Array(\"Ȁaglq\\t\u0015\u0018\u001bɭ\u000f\\0\\0\u0012p;䀦os;䀧t;䀾t;䀼uot;䀢\".split(\"\").map((e=>e.charCodeAt(0)))),D=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),O=null!==(I=String.fromCodePoint)&&void 0!==I?I:function(e){let t=\"\";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+=String.fromCharCode(e),t};!function(e){e[e.NUM=35]=\"NUM\",e[e.SEMI=59]=\"SEMI\",e[e.EQUALS=61]=\"EQUALS\",e[e.ZERO=48]=\"ZERO\",e[e.NINE=57]=\"NINE\",e[e.LOWER_A=97]=\"LOWER_A\",e[e.LOWER_F=102]=\"LOWER_F\",e[e.LOWER_X=120]=\"LOWER_X\",e[e.LOWER_Z=122]=\"LOWER_Z\",e[e.UPPER_A=65]=\"UPPER_A\",e[e.UPPER_F=70]=\"UPPER_F\",e[e.UPPER_Z=90]=\"UPPER_Z\"}(C||(C={}));var f,L,g;function M(e){return e>=C.ZERO&&e<=C.NINE}function k(e){return e>=C.UPPER_A&&e<=C.UPPER_F||e>=C.LOWER_A&&e<=C.LOWER_F}function P(e){return e===C.EQUALS||function(e){return e>=C.UPPER_A&&e<=C.UPPER_Z||e>=C.LOWER_A&&e<=C.LOWER_Z||M(e)}(e)}!function(e){e[e.VALUE_LENGTH=49152]=\"VALUE_LENGTH\",e[e.BRANCH_LENGTH=16256]=\"BRANCH_LENGTH\",e[e.JUMP_TABLE=127]=\"JUMP_TABLE\"}(f||(f={})),function(e){e[e.EntityStart=0]=\"EntityStart\",e[e.NumericStart=1]=\"NumericStart\",e[e.NumericDecimal=2]=\"NumericDecimal\",e[e.NumericHex=3]=\"NumericHex\",e[e.NamedEntity=4]=\"NamedEntity\"}(L||(L={})),function(e){e[e.Legacy=0]=\"Legacy\",e[e.Strict=1]=\"Strict\",e[e.Attribute=2]=\"Attribute\"}(g||(g={}));var b=class{constructor(e,t,s){this.decodeTree=e,this.emitCodePoint=t,this.errors=s,this.state=L.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=g.Strict}startEntity(e){this.decodeMode=e,this.state=L.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(e,t){switch(this.state){case L.EntityStart:return e.charCodeAt(t)===C.NUM?(this.state=L.NumericStart,this.consumed+=1,this.stateNumericStart(e,t+1)):(this.state=L.NamedEntity,this.stateNamedEntity(e,t));case L.NumericStart:return this.stateNumericStart(e,t);case L.NumericDecimal:return this.stateNumericDecimal(e,t);case L.NumericHex:return this.stateNumericHex(e,t);case L.NamedEntity:return this.stateNamedEntity(e,t)}}stateNumericStart(e,t){return t>=e.length?-1:(32|e.charCodeAt(t))===C.LOWER_X?(this.state=L.NumericHex,this.consumed+=1,this.stateNumericHex(e,t+1)):(this.state=L.NumericDecimal,this.stateNumericDecimal(e,t))}addToNumericResult(e,t,s,a){if(t!==s){let r=s-t;this.result=this.result*Math.pow(a,r)+parseInt(e.substr(t,r),a),this.consumed+=r}}stateNumericHex(e,t){let s=t;for(;t<e.length;){let a=e.charCodeAt(t);if(!M(a)&&!k(a))return this.addToNumericResult(e,s,t,16),this.emitNumericEntity(a,3);t+=1}return this.addToNumericResult(e,s,t,16),-1}stateNumericDecimal(e,t){let s=t;for(;t<e.length;){let a=e.charCodeAt(t);if(!M(a))return this.addToNumericResult(e,s,t,10),this.emitNumericEntity(a,2);t+=1}return this.addToNumericResult(e,s,t,10),-1}emitNumericEntity(e,t){var s;if(this.consumed<=t)return null===(s=this.errors)||void 0===s||s.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(e===C.SEMI)this.consumed+=1;else if(this.decodeMode===g.Strict)return 0;return this.emitCodePoint(function(e){var t;return e>=55296&&e<=57343||e>1114111?65533:null!==(t=D.get(e))&&void 0!==t?t:e}(this.result),this.consumed),this.errors&&(e!==C.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(e,t){let{decodeTree:s}=this,a=s[this.treeIndex],r=(a&f.VALUE_LENGTH)>>14;for(;t<e.length;t++,this.excess++){let i=e.charCodeAt(t);if(this.treeIndex=H(s,a,this.treeIndex+Math.max(1,r),i),this.treeIndex<0)return 0===this.result||this.decodeMode===g.Attribute&&(0===r||P(i))?0:this.emitNotTerminatedNamedEntity();if(a=s[this.treeIndex],r=(a&f.VALUE_LENGTH)>>14,0!==r){if(i===C.SEMI)return this.emitNamedEntityData(this.treeIndex,r,this.consumed+this.excess);this.decodeMode!==g.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var e;let{result:t,decodeTree:s}=this,a=(s[t]&f.VALUE_LENGTH)>>14;return this.emitNamedEntityData(t,a,this.consumed),null===(e=this.errors)||void 0===e||e.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(e,t,s){let{decodeTree:a}=this;return this.emitCodePoint(1===t?a[e]&~f.VALUE_LENGTH:a[e+1],s),3===t&&this.emitCodePoint(a[e+2],s),s}end(){var e;switch(this.state){case L.NamedEntity:return 0===this.result||this.decodeMode===g.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case L.NumericDecimal:return this.emitNumericEntity(0,2);case L.NumericHex:return this.emitNumericEntity(0,3);case L.NumericStart:return null===(e=this.errors)||void 0===e||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case L.EntityStart:return 0}}};function B(e){let t=\"\",s=new b(e,(e=>t+=O(e)));return function(e,a){let r=0,i=0;for(;(i=e.indexOf(\"&\",i))>=0;){t+=e.slice(r,i),s.startEntity(a);let n=s.write(e,i+1);if(n<0){r=i+s.end();break}r=i+n,i=0===n?r+1:r}let n=t+e.slice(r);return t=\"\",n}}function H(e,t,s,a){let r=(t&f.BRANCH_LENGTH)>>7,i=t&f.JUMP_TABLE;if(0===r)return 0!==i&&a===i?s:-1;if(i){let t=a-i;return t<0||t>=r?-1:e[s+t]-1}let n=s,o=n+r-1;for(;n<=o;){let t=n+o>>>1,s=e[t];if(s<a)n=t+1;else{if(!(s>a))return e[t+r];o=t-1}}return-1}var U,F,y,G,w;B(R),B(S);!function(e){e.HTML=\"http://www.w3.org/1999/xhtml\",e.MATHML=\"http://www.w3.org/1998/Math/MathML\",e.SVG=\"http://www.w3.org/2000/svg\",e.XLINK=\"http://www.w3.org/1999/xlink\",e.XML=\"http://www.w3.org/XML/1998/namespace\",e.XMLNS=\"http://www.w3.org/2000/xmlns/\"}(U=U||(U={})),function(e){e.TYPE=\"type\",e.ACTION=\"action\",e.ENCODING=\"encoding\",e.PROMPT=\"prompt\",e.NAME=\"name\",e.COLOR=\"color\",e.FACE=\"face\",e.SIZE=\"size\"}(F=F||(F={})),function(e){e.NO_QUIRKS=\"no-quirks\",e.QUIRKS=\"quirks\",e.LIMITED_QUIRKS=\"limited-quirks\"}(y=y||(y={})),function(e){e.A=\"a\",e.ADDRESS=\"address\",e.ANNOTATION_XML=\"annotation-xml\",e.APPLET=\"applet\",e.AREA=\"area\",e.ARTICLE=\"article\",e.ASIDE=\"aside\",e.B=\"b\",e.BASE=\"base\",e.BASEFONT=\"basefont\",e.BGSOUND=\"bgsound\",e.BIG=\"big\",e.BLOCKQUOTE=\"blockquote\",e.BODY=\"body\",e.BR=\"br\",e.BUTTON=\"button\",e.CAPTION=\"caption\",e.CENTER=\"center\",e.CODE=\"code\",e.COL=\"col\",e.COLGROUP=\"colgroup\",e.DD=\"dd\",e.DESC=\"desc\",e.DETAILS=\"details\",e.DIALOG=\"dialog\",e.DIR=\"dir\",e.DIV=\"div\",e.DL=\"dl\",e.DT=\"dt\",e.EM=\"em\",e.EMBED=\"embed\",e.FIELDSET=\"fieldset\",e.FIGCAPTION=\"figcaption\",e.FIGURE=\"figure\",e.FONT=\"font\",e.FOOTER=\"footer\",e.FOREIGN_OBJECT=\"foreignObject\",e.FORM=\"form\",e.FRAME=\"frame\",e.FRAMESET=\"frameset\",e.H1=\"h1\",e.H2=\"h2\",e.H3=\"h3\",e.H4=\"h4\",e.H5=\"h5\",e.H6=\"h6\",e.HEAD=\"head\",e.HEADER=\"header\",e.HGROUP=\"hgroup\",e.HR=\"hr\",e.HTML=\"html\",e.I=\"i\",e.IMG=\"img\",e.IMAGE=\"image\",e.INPUT=\"input\",e.IFRAME=\"iframe\",e.KEYGEN=\"keygen\",e.LABEL=\"label\",e.LI=\"li\",e.LINK=\"link\",e.LISTING=\"listing\",e.MAIN=\"main\",e.MALIGNMARK=\"malignmark\",e.MARQUEE=\"marquee\",e.MATH=\"math\",e.MENU=\"menu\",e.META=\"meta\",e.MGLYPH=\"mglyph\",e.MI=\"mi\",e.MO=\"mo\",e.MN=\"mn\",e.MS=\"ms\",e.MTEXT=\"mtext\",e.NAV=\"nav\",e.NOBR=\"nobr\",e.NOFRAMES=\"noframes\",e.NOEMBED=\"noembed\",e.NOSCRIPT=\"noscript\",e.OBJECT=\"object\",e.OL=\"ol\",e.OPTGROUP=\"optgroup\",e.OPTION=\"option\",e.P=\"p\",e.PARAM=\"param\",e.PLAINTEXT=\"plaintext\",e.PRE=\"pre\",e.RB=\"rb\",e.RP=\"rp\",e.RT=\"rt\",e.RTC=\"rtc\",e.RUBY=\"ruby\",e.S=\"s\",e.SCRIPT=\"script\",e.SECTION=\"section\",e.SELECT=\"select\",e.SOURCE=\"source\",e.SMALL=\"small\",e.SPAN=\"span\",e.STRIKE=\"strike\",e.STRONG=\"strong\",e.STYLE=\"style\",e.SUB=\"sub\",e.SUMMARY=\"summary\",e.SUP=\"sup\",e.TABLE=\"table\",e.TBODY=\"tbody\",e.TEMPLATE=\"template\",e.TEXTAREA=\"textarea\",e.TFOOT=\"tfoot\",e.TD=\"td\",e.TH=\"th\",e.THEAD=\"thead\",e.TITLE=\"title\",e.TR=\"tr\",e.TRACK=\"track\",e.TT=\"tt\",e.U=\"u\",e.UL=\"ul\",e.SVG=\"svg\",e.VAR=\"var\",e.WBR=\"wbr\",e.XMP=\"xmp\"}(G=G||(G={})),function(e){e[e.UNKNOWN=0]=\"UNKNOWN\",e[e.A=1]=\"A\",e[e.ADDRESS=2]=\"ADDRESS\",e[e.ANNOTATION_XML=3]=\"ANNOTATION_XML\",e[e.APPLET=4]=\"APPLET\",e[e.AREA=5]=\"AREA\",e[e.ARTICLE=6]=\"ARTICLE\",e[e.ASIDE=7]=\"ASIDE\",e[e.B=8]=\"B\",e[e.BASE=9]=\"BASE\",e[e.BASEFONT=10]=\"BASEFONT\",e[e.BGSOUND=11]=\"BGSOUND\",e[e.BIG=12]=\"BIG\",e[e.BLOCKQUOTE=13]=\"BLOCKQUOTE\",e[e.BODY=14]=\"BODY\",e[e.BR=15]=\"BR\",e[e.BUTTON=16]=\"BUTTON\",e[e.CAPTION=17]=\"CAPTION\",e[e.CENTER=18]=\"CENTER\",e[e.CODE=19]=\"CODE\",e[e.COL=20]=\"COL\",e[e.COLGROUP=21]=\"COLGROUP\",e[e.DD=22]=\"DD\",e[e.DESC=23]=\"DESC\",e[e.DETAILS=24]=\"DETAILS\",e[e.DIALOG=25]=\"DIALOG\",e[e.DIR=26]=\"DIR\",e[e.DIV=27]=\"DIV\",e[e.DL=28]=\"DL\",e[e.DT=29]=\"DT\",e[e.EM=30]=\"EM\",e[e.EMBED=31]=\"EMBED\",e[e.FIELDSET=32]=\"FIELDSET\",e[e.FIGCAPTION=33]=\"FIGCAPTION\",e[e.FIGURE=34]=\"FIGURE\",e[e.FONT=35]=\"FONT\",e[e.FOOTER=36]=\"FOOTER\",e[e.FOREIGN_OBJECT=37]=\"FOREIGN_OBJECT\",e[e.FORM=38]=\"FORM\",e[e.FRAME=39]=\"FRAME\",e[e.FRAMESET=40]=\"FRAMESET\",e[e.H1=41]=\"H1\",e[e.H2=42]=\"H2\",e[e.H3=43]=\"H3\",e[e.H4=44]=\"H4\",e[e.H5=45]=\"H5\",e[e.H6=46]=\"H6\",e[e.HEAD=47]=\"HEAD\",e[e.HEADER=48]=\"HEADER\",e[e.HGROUP=49]=\"HGROUP\",e[e.HR=50]=\"HR\",e[e.HTML=51]=\"HTML\",e[e.I=52]=\"I\",e[e.IMG=53]=\"IMG\",e[e.IMAGE=54]=\"IMAGE\",e[e.INPUT=55]=\"INPUT\",e[e.IFRAME=56]=\"IFRAME\",e[e.KEYGEN=57]=\"KEYGEN\",e[e.LABEL=58]=\"LABEL\",e[e.LI=59]=\"LI\",e[e.LINK=60]=\"LINK\",e[e.LISTING=61]=\"LISTING\",e[e.MAIN=62]=\"MAIN\",e[e.MALIGNMARK=63]=\"MALIGNMARK\",e[e.MARQUEE=64]=\"MARQUEE\",e[e.MATH=65]=\"MATH\",e[e.MENU=66]=\"MENU\",e[e.META=67]=\"META\",e[e.MGLYPH=68]=\"MGLYPH\",e[e.MI=69]=\"MI\",e[e.MO=70]=\"MO\",e[e.MN=71]=\"MN\",e[e.MS=72]=\"MS\",e[e.MTEXT=73]=\"MTEXT\",e[e.NAV=74]=\"NAV\",e[e.NOBR=75]=\"NOBR\",e[e.NOFRAMES=76]=\"NOFRAMES\",e[e.NOEMBED=77]=\"NOEMBED\",e[e.NOSCRIPT=78]=\"NOSCRIPT\",e[e.OBJECT=79]=\"OBJECT\",e[e.OL=80]=\"OL\",e[e.OPTGROUP=81]=\"OPTGROUP\",e[e.OPTION=82]=\"OPTION\",e[e.P=83]=\"P\",e[e.PARAM=84]=\"PARAM\",e[e.PLAINTEXT=85]=\"PLAINTEXT\",e[e.PRE=86]=\"PRE\",e[e.RB=87]=\"RB\",e[e.RP=88]=\"RP\",e[e.RT=89]=\"RT\",e[e.RTC=90]=\"RTC\",e[e.RUBY=91]=\"RUBY\",e[e.S=92]=\"S\",e[e.SCRIPT=93]=\"SCRIPT\",e[e.SECTION=94]=\"SECTION\",e[e.SELECT=95]=\"SELECT\",e[e.SOURCE=96]=\"SOURCE\",e[e.SMALL=97]=\"SMALL\",e[e.SPAN=98]=\"SPAN\",e[e.STRIKE=99]=\"STRIKE\",e[e.STRONG=100]=\"STRONG\",e[e.STYLE=101]=\"STYLE\",e[e.SUB=102]=\"SUB\",e[e.SUMMARY=103]=\"SUMMARY\",e[e.SUP=104]=\"SUP\",e[e.TABLE=105]=\"TABLE\",e[e.TBODY=106]=\"TBODY\",e[e.TEMPLATE=107]=\"TEMPLATE\",e[e.TEXTAREA=108]=\"TEXTAREA\",e[e.TFOOT=109]=\"TFOOT\",e[e.TD=110]=\"TD\",e[e.TH=111]=\"TH\",e[e.THEAD=112]=\"THEAD\",e[e.TITLE=113]=\"TITLE\",e[e.TR=114]=\"TR\",e[e.TRACK=115]=\"TRACK\",e[e.TT=116]=\"TT\",e[e.U=117]=\"U\",e[e.UL=118]=\"UL\",e[e.SVG=119]=\"SVG\",e[e.VAR=120]=\"VAR\",e[e.WBR=121]=\"WBR\",e[e.XMP=122]=\"XMP\"}(w=w||(w={}));var x=new Map([[G.A,w.A],[G.ADDRESS,w.ADDRESS],[G.ANNOTATION_XML,w.ANNOTATION_XML],[G.APPLET,w.APPLET],[G.AREA,w.AREA],[G.ARTICLE,w.ARTICLE],[G.ASIDE,w.ASIDE],[G.B,w.B],[G.BASE,w.BASE],[G.BASEFONT,w.BASEFONT],[G.BGSOUND,w.BGSOUND],[G.BIG,w.BIG],[G.BLOCKQUOTE,w.BLOCKQUOTE],[G.BODY,w.BODY],[G.BR,w.BR],[G.BUTTON,w.BUTTON],[G.CAPTION,w.CAPTION],[G.CENTER,w.CENTER],[G.CODE,w.CODE],[G.COL,w.COL],[G.COLGROUP,w.COLGROUP],[G.DD,w.DD],[G.DESC,w.DESC],[G.DETAILS,w.DETAILS],[G.DIALOG,w.DIALOG],[G.DIR,w.DIR],[G.DIV,w.DIV],[G.DL,w.DL],[G.DT,w.DT],[G.EM,w.EM],[G.EMBED,w.EMBED],[G.FIELDSET,w.FIELDSET],[G.FIGCAPTION,w.FIGCAPTION],[G.FIGURE,w.FIGURE],[G.FONT,w.FONT],[G.FOOTER,w.FOOTER],[G.FOREIGN_OBJECT,w.FOREIGN_OBJECT],[G.FORM,w.FORM],[G.FRAME,w.FRAME],[G.FRAMESET,w.FRAMESET],[G.H1,w.H1],[G.H2,w.H2],[G.H3,w.H3],[G.H4,w.H4],[G.H5,w.H5],[G.H6,w.H6],[G.HEAD,w.HEAD],[G.HEADER,w.HEADER],[G.HGROUP,w.HGROUP],[G.HR,w.HR],[G.HTML,w.HTML],[G.I,w.I],[G.IMG,w.IMG],[G.IMAGE,w.IMAGE],[G.INPUT,w.INPUT],[G.IFRAME,w.IFRAME],[G.KEYGEN,w.KEYGEN],[G.LABEL,w.LABEL],[G.LI,w.LI],[G.LINK,w.LINK],[G.LISTING,w.LISTING],[G.MAIN,w.MAIN],[G.MALIGNMARK,w.MALIGNMARK],[G.MARQUEE,w.MARQUEE],[G.MATH,w.MATH],[G.MENU,w.MENU],[G.META,w.META],[G.MGLYPH,w.MGLYPH],[G.MI,w.MI],[G.MO,w.MO],[G.MN,w.MN],[G.MS,w.MS],[G.MTEXT,w.MTEXT],[G.NAV,w.NAV],[G.NOBR,w.NOBR],[G.NOFRAMES,w.NOFRAMES],[G.NOEMBED,w.NOEMBED],[G.NOSCRIPT,w.NOSCRIPT],[G.OBJECT,w.OBJECT],[G.OL,w.OL],[G.OPTGROUP,w.OPTGROUP],[G.OPTION,w.OPTION],[G.P,w.P],[G.PARAM,w.PARAM],[G.PLAINTEXT,w.PLAINTEXT],[G.PRE,w.PRE],[G.RB,w.RB],[G.RP,w.RP],[G.RT,w.RT],[G.RTC,w.RTC],[G.RUBY,w.RUBY],[G.S,w.S],[G.SCRIPT,w.SCRIPT],[G.SECTION,w.SECTION],[G.SELECT,w.SELECT],[G.SOURCE,w.SOURCE],[G.SMALL,w.SMALL],[G.SPAN,w.SPAN],[G.STRIKE,w.STRIKE],[G.STRONG,w.STRONG],[G.STYLE,w.STYLE],[G.SUB,w.SUB],[G.SUMMARY,w.SUMMARY],[G.SUP,w.SUP],[G.TABLE,w.TABLE],[G.TBODY,w.TBODY],[G.TEMPLATE,w.TEMPLATE],[G.TEXTAREA,w.TEXTAREA],[G.TFOOT,w.TFOOT],[G.TD,w.TD],[G.TH,w.TH],[G.THEAD,w.THEAD],[G.TITLE,w.TITLE],[G.TR,w.TR],[G.TRACK,w.TRACK],[G.TT,w.TT],[G.U,w.U],[G.UL,w.UL],[G.SVG,w.SVG],[G.VAR,w.VAR],[G.WBR,w.WBR],[G.XMP,w.XMP]]);function v(e){var t;return null!==(t=x.get(e))&&void 0!==t?t:w.UNKNOWN}var Y=w,Q={[U.HTML]:new Set([Y.ADDRESS,Y.APPLET,Y.AREA,Y.ARTICLE,Y.ASIDE,Y.BASE,Y.BASEFONT,Y.BGSOUND,Y.BLOCKQUOTE,Y.BODY,Y.BR,Y.BUTTON,Y.CAPTION,Y.CENTER,Y.COL,Y.COLGROUP,Y.DD,Y.DETAILS,Y.DIR,Y.DIV,Y.DL,Y.DT,Y.EMBED,Y.FIELDSET,Y.FIGCAPTION,Y.FIGURE,Y.FOOTER,Y.FORM,Y.FRAME,Y.FRAMESET,Y.H1,Y.H2,Y.H3,Y.H4,Y.H5,Y.H6,Y.HEAD,Y.HEADER,Y.HGROUP,Y.HR,Y.HTML,Y.IFRAME,Y.IMG,Y.INPUT,Y.LI,Y.LINK,Y.LISTING,Y.MAIN,Y.MARQUEE,Y.MENU,Y.META,Y.NAV,Y.NOEMBED,Y.NOFRAMES,Y.NOSCRIPT,Y.OBJECT,Y.OL,Y.P,Y.PARAM,Y.PLAINTEXT,Y.PRE,Y.SCRIPT,Y.SECTION,Y.SELECT,Y.SOURCE,Y.STYLE,Y.SUMMARY,Y.TABLE,Y.TBODY,Y.TD,Y.TEMPLATE,Y.TEXTAREA,Y.TFOOT,Y.TH,Y.THEAD,Y.TITLE,Y.TR,Y.TRACK,Y.UL,Y.WBR,Y.XMP]),[U.MATHML]:new Set([Y.MI,Y.MO,Y.MN,Y.MS,Y.MTEXT,Y.ANNOTATION_XML]),[U.SVG]:new Set([Y.TITLE,Y.FOREIGN_OBJECT,Y.DESC]),[U.XLINK]:new Set,[U.XML]:new Set,[U.XMLNS]:new Set};function q(e){return e===Y.H1||e===Y.H2||e===Y.H3||e===Y.H4||e===Y.H5||e===Y.H6}var W=new Set([G.STYLE,G.SCRIPT,G.XMP,G.IFRAME,G.NOEMBED,G.NOFRAMES,G.PLAINTEXT]);var X,K=new Map([[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);!function(e){e[e.DATA=0]=\"DATA\",e[e.RCDATA=1]=\"RCDATA\",e[e.RAWTEXT=2]=\"RAWTEXT\",e[e.SCRIPT_DATA=3]=\"SCRIPT_DATA\",e[e.PLAINTEXT=4]=\"PLAINTEXT\",e[e.TAG_OPEN=5]=\"TAG_OPEN\",e[e.END_TAG_OPEN=6]=\"END_TAG_OPEN\",e[e.TAG_NAME=7]=\"TAG_NAME\",e[e.RCDATA_LESS_THAN_SIGN=8]=\"RCDATA_LESS_THAN_SIGN\",e[e.RCDATA_END_TAG_OPEN=9]=\"RCDATA_END_TAG_OPEN\",e[e.RCDATA_END_TAG_NAME=10]=\"RCDATA_END_TAG_NAME\",e[e.RAWTEXT_LESS_THAN_SIGN=11]=\"RAWTEXT_LESS_THAN_SIGN\",e[e.RAWTEXT_END_TAG_OPEN=12]=\"RAWTEXT_END_TAG_OPEN\",e[e.RAWTEXT_END_TAG_NAME=13]=\"RAWTEXT_END_TAG_NAME\",e[e.SCRIPT_DATA_LESS_THAN_SIGN=14]=\"SCRIPT_DATA_LESS_THAN_SIGN\",e[e.SCRIPT_DATA_END_TAG_OPEN=15]=\"SCRIPT_DATA_END_TAG_OPEN\",e[e.SCRIPT_DATA_END_TAG_NAME=16]=\"SCRIPT_DATA_END_TAG_NAME\",e[e.SCRIPT_DATA_ESCAPE_START=17]=\"SCRIPT_DATA_ESCAPE_START\",e[e.SCRIPT_DATA_ESCAPE_START_DASH=18]=\"SCRIPT_DATA_ESCAPE_START_DASH\",e[e.SCRIPT_DATA_ESCAPED=19]=\"SCRIPT_DATA_ESCAPED\",e[e.SCRIPT_DATA_ESCAPED_DASH=20]=\"SCRIPT_DATA_ESCAPED_DASH\",e[e.SCRIPT_DATA_ESCAPED_DASH_DASH=21]=\"SCRIPT_DATA_ESCAPED_DASH_DASH\",e[e.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN=22]=\"SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN\",e[e.SCRIPT_DATA_ESCAPED_END_TAG_OPEN=23]=\"SCRIPT_DATA_ESCAPED_END_TAG_OPEN\",e[e.SCRIPT_DATA_ESCAPED_END_TAG_NAME=24]=\"SCRIPT_DATA_ESCAPED_END_TAG_NAME\",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_START=25]=\"SCRIPT_DATA_DOUBLE_ESCAPE_START\",e[e.SCRIPT_DATA_DOUBLE_ESCAPED=26]=\"SCRIPT_DATA_DOUBLE_ESCAPED\",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH=27]=\"SCRIPT_DATA_DOUBLE_ESCAPED_DASH\",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH=28]=\"SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH\",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN=29]=\"SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN\",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_END=30]=\"SCRIPT_DATA_DOUBLE_ESCAPE_END\",e[e.BEFORE_ATTRIBUTE_NAME=31]=\"BEFORE_ATTRIBUTE_NAME\",e[e.ATTRIBUTE_NAME=32]=\"ATTRIBUTE_NAME\",e[e.AFTER_ATTRIBUTE_NAME=33]=\"AFTER_ATTRIBUTE_NAME\",e[e.BEFORE_ATTRIBUTE_VALUE=34]=\"BEFORE_ATTRIBUTE_VALUE\",e[e.ATTRIBUTE_VALUE_DOUBLE_QUOTED=35]=\"ATTRIBUTE_VALUE_DOUBLE_QUOTED\",e[e.ATTRIBUTE_VALUE_SINGLE_QUOTED=36]=\"ATTRIBUTE_VALUE_SINGLE_QUOTED\",e[e.ATTRIBUTE_VALUE_UNQUOTED=37]=\"ATTRIBUTE_VALUE_UNQUOTED\",e[e.AFTER_ATTRIBUTE_VALUE_QUOTED=38]=\"AFTER_ATTRIBUTE_VALUE_QUOTED\",e[e.SELF_CLOSING_START_TAG=39]=\"SELF_CLOSING_START_TAG\",e[e.BOGUS_COMMENT=40]=\"BOGUS_COMMENT\",e[e.MARKUP_DECLARATION_OPEN=41]=\"MARKUP_DECLARATION_OPEN\",e[e.COMMENT_START=42]=\"COMMENT_START\",e[e.COMMENT_START_DASH=43]=\"COMMENT_START_DASH\",e[e.COMMENT=44]=\"COMMENT\",e[e.COMMENT_LESS_THAN_SIGN=45]=\"COMMENT_LESS_THAN_SIGN\",e[e.COMMENT_LESS_THAN_SIGN_BANG=46]=\"COMMENT_LESS_THAN_SIGN_BANG\",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH=47]=\"COMMENT_LESS_THAN_SIGN_BANG_DASH\",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH=48]=\"COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH\",e[e.COMMENT_END_DASH=49]=\"COMMENT_END_DASH\",e[e.COMMENT_END=50]=\"COMMENT_END\",e[e.COMMENT_END_BANG=51]=\"COMMENT_END_BANG\",e[e.DOCTYPE=52]=\"DOCTYPE\",e[e.BEFORE_DOCTYPE_NAME=53]=\"BEFORE_DOCTYPE_NAME\",e[e.DOCTYPE_NAME=54]=\"DOCTYPE_NAME\",e[e.AFTER_DOCTYPE_NAME=55]=\"AFTER_DOCTYPE_NAME\",e[e.AFTER_DOCTYPE_PUBLIC_KEYWORD=56]=\"AFTER_DOCTYPE_PUBLIC_KEYWORD\",e[e.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER=57]=\"BEFORE_DOCTYPE_PUBLIC_IDENTIFIER\",e[e.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED=58]=\"DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED\",e[e.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED=59]=\"DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED\",e[e.AFTER_DOCTYPE_PUBLIC_IDENTIFIER=60]=\"AFTER_DOCTYPE_PUBLIC_IDENTIFIER\",e[e.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS=61]=\"BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS\",e[e.AFTER_DOCTYPE_SYSTEM_KEYWORD=62]=\"AFTER_DOCTYPE_SYSTEM_KEYWORD\",e[e.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER=63]=\"BEFORE_DOCTYPE_SYSTEM_IDENTIFIER\",e[e.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED=64]=\"DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED\",e[e.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED=65]=\"DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED\",e[e.AFTER_DOCTYPE_SYSTEM_IDENTIFIER=66]=\"AFTER_DOCTYPE_SYSTEM_IDENTIFIER\",e[e.BOGUS_DOCTYPE=67]=\"BOGUS_DOCTYPE\",e[e.CDATA_SECTION=68]=\"CDATA_SECTION\",e[e.CDATA_SECTION_BRACKET=69]=\"CDATA_SECTION_BRACKET\",e[e.CDATA_SECTION_END=70]=\"CDATA_SECTION_END\",e[e.CHARACTER_REFERENCE=71]=\"CHARACTER_REFERENCE\",e[e.NAMED_CHARACTER_REFERENCE=72]=\"NAMED_CHARACTER_REFERENCE\",e[e.AMBIGUOUS_AMPERSAND=73]=\"AMBIGUOUS_AMPERSAND\",e[e.NUMERIC_CHARACTER_REFERENCE=74]=\"NUMERIC_CHARACTER_REFERENCE\",e[e.HEXADEMICAL_CHARACTER_REFERENCE_START=75]=\"HEXADEMICAL_CHARACTER_REFERENCE_START\",e[e.HEXADEMICAL_CHARACTER_REFERENCE=76]=\"HEXADEMICAL_CHARACTER_REFERENCE\",e[e.DECIMAL_CHARACTER_REFERENCE=77]=\"DECIMAL_CHARACTER_REFERENCE\",e[e.NUMERIC_CHARACTER_REFERENCE_END=78]=\"NUMERIC_CHARACTER_REFERENCE_END\"}(X||(X={}));var V={DATA:X.DATA,RCDATA:X.RCDATA,RAWTEXT:X.RAWTEXT,SCRIPT_DATA:X.SCRIPT_DATA,PLAINTEXT:X.PLAINTEXT,CDATA_SECTION:X.CDATA_SECTION};function j(e){return e>=a.DIGIT_0&&e<=a.DIGIT_9}function z(e){return e>=a.LATIN_CAPITAL_A&&e<=a.LATIN_CAPITAL_Z}function $(e){return function(e){return e>=a.LATIN_SMALL_A&&e<=a.LATIN_SMALL_Z}(e)||z(e)}function J(e){return $(e)||j(e)}function Z(e){return e>=a.LATIN_CAPITAL_A&&e<=a.LATIN_CAPITAL_F}function ee(e){return e>=a.LATIN_SMALL_A&&e<=a.LATIN_SMALL_F}function te(e){return e+32}function se(e){return e===a.SPACE||e===a.LINE_FEED||e===a.TABULATION||e===a.FORM_FEED}function ae(e){return e===a.EQUALS_SIGN||J(e)}function re(e){return se(e)||e===a.SOLIDUS||e===a.GREATER_THAN_SIGN}var ie,ne=class{constructor(e,t){this.options=e,this.handler=t,this.paused=!1,this.inLoop=!1,this.inForeignNode=!1,this.lastStartTagName=\"\",this.active=!1,this.state=X.DATA,this.returnState=X.DATA,this.charRefCode=-1,this.consumedAfterSnapshot=-1,this.currentCharacterToken=null,this.currentToken=null,this.currentAttr={name:\"\",value:\"\"},this.preprocessor=new u(t),this.currentLocation=this.getCurrentLocation(-1)}_err(e){var t,s;null===(s=(t=this.handler).onParseError)||void 0===s||s.call(t,this.preprocessor.getError(e))}getCurrentLocation(e){return this.options.sourceCodeLocationInfo?{startLine:this.preprocessor.line,startCol:this.preprocessor.col-e,startOffset:this.preprocessor.offset-e,endLine:-1,endCol:-1,endOffset:-1}:null}_runParsingLoop(){if(!this.inLoop){for(this.inLoop=!0;this.active&&!this.paused;){this.consumedAfterSnapshot=0;let e=this._consume();this._ensureHibernation()||this._callState(e)}this.inLoop=!1}}pause(){this.paused=!0}resume(e){if(!this.paused)throw new Error(\"Parser was already resumed\");this.paused=!1,!this.inLoop&&(this._runParsingLoop(),this.paused||e?.())}write(e,t,s){this.active=!0,this.preprocessor.write(e,t),this._runParsingLoop(),this.paused||s?.()}insertHtmlAtCurrentPos(e){this.active=!0,this.preprocessor.insertHtmlAtCurrentPos(e),this._runParsingLoop()}_ensureHibernation(){return!!this.preprocessor.endOfChunkHit&&(this._unconsume(this.consumedAfterSnapshot),this.active=!1,!0)}_consume(){return this.consumedAfterSnapshot++,this.preprocessor.advance()}_unconsume(e){this.consumedAfterSnapshot-=e,this.preprocessor.retreat(e)}_reconsumeInState(e,t){this.state=e,this._callState(t)}_advanceBy(e){this.consumedAfterSnapshot+=e;for(let t=0;t<e;t++)this.preprocessor.advance()}_consumeSequenceIfMatch(e,t){return!!this.preprocessor.startsWith(e,t)&&(this._advanceBy(e.length-1),!0)}_createStartTagToken(){this.currentToken={type:p.START_TAG,tagName:\"\",tagID:w.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(1)}}_createEndTagToken(){this.currentToken={type:p.END_TAG,tagName:\"\",tagID:w.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(2)}}_createCommentToken(e){this.currentToken={type:p.COMMENT,data:\"\",location:this.getCurrentLocation(e)}}_createDoctypeToken(e){this.currentToken={type:p.DOCTYPE,name:e,forceQuirks:!1,publicId:null,systemId:null,location:this.currentLocation}}_createCharacterToken(e,t){this.currentCharacterToken={type:e,chars:t,location:this.currentLocation}}_createAttr(e){this.currentAttr={name:e,value:\"\"},this.currentLocation=this.getCurrentLocation(0)}_leaveAttrName(){var e,t;let s=this.currentToken;if(null===N(s,this.currentAttr.name)){if(s.attrs.push(this.currentAttr),s.location&&this.currentLocation){(null!==(e=(t=s.location).attrs)&&void 0!==e?e:t.attrs=Object.create(null))[this.currentAttr.name]=this.currentLocation,this._leaveAttrValue()}}else this._err(o.duplicateAttribute)}_leaveAttrValue(){this.currentLocation&&(this.currentLocation.endLine=this.preprocessor.line,this.currentLocation.endCol=this.preprocessor.col,this.currentLocation.endOffset=this.preprocessor.offset)}prepareToken(e){this._emitCurrentCharacterToken(e.location),this.currentToken=null,e.location&&(e.location.endLine=this.preprocessor.line,e.location.endCol=this.preprocessor.col+1,e.location.endOffset=this.preprocessor.offset+1),this.currentLocation=this.getCurrentLocation(-1)}emitCurrentTagToken(){let e=this.currentToken;this.prepareToken(e),e.tagID=v(e.tagName),e.type===p.START_TAG?(this.lastStartTagName=e.tagName,this.handler.onStartTag(e)):(e.attrs.length>0&&this._err(o.endTagWithAttributes),e.selfClosing&&this._err(o.endTagWithTrailingSolidus),this.handler.onEndTag(e)),this.preprocessor.dropParsedChunk()}emitCurrentComment(e){this.prepareToken(e),this.handler.onComment(e),this.preprocessor.dropParsedChunk()}emitCurrentDoctype(e){this.prepareToken(e),this.handler.onDoctype(e),this.preprocessor.dropParsedChunk()}_emitCurrentCharacterToken(e){if(this.currentCharacterToken){switch(e&&this.currentCharacterToken.location&&(this.currentCharacterToken.location.endLine=e.startLine,this.currentCharacterToken.location.endCol=e.startCol,this.currentCharacterToken.location.endOffset=e.startOffset),this.currentCharacterToken.type){case p.CHARACTER:this.handler.onCharacter(this.currentCharacterToken);break;case p.NULL_CHARACTER:this.handler.onNullCharacter(this.currentCharacterToken);break;case p.WHITESPACE_CHARACTER:this.handler.onWhitespaceCharacter(this.currentCharacterToken)}this.currentCharacterToken=null}}_emitEOFToken(){let e=this.getCurrentLocation(0);e&&(e.endLine=e.startLine,e.endCol=e.startCol,e.endOffset=e.startOffset),this._emitCurrentCharacterToken(e),this.handler.onEof({type:p.EOF,location:e}),this.active=!1}_appendCharToCurrentCharacterToken(e,t){if(this.currentCharacterToken){if(this.currentCharacterToken.type===e)return void(this.currentCharacterToken.chars+=t);this.currentLocation=this.getCurrentLocation(0),this._emitCurrentCharacterToken(this.currentLocation),this.preprocessor.dropParsedChunk()}this._createCharacterToken(e,t)}_emitCodePoint(e){let t=se(e)?p.WHITESPACE_CHARACTER:e===a.NULL?p.NULL_CHARACTER:p.CHARACTER;this._appendCharToCurrentCharacterToken(t,String.fromCodePoint(e))}_emitChars(e){this._appendCharToCurrentCharacterToken(p.CHARACTER,e)}_matchNamedCharacterReference(e){let t=null,s=0,r=!1;for(let i=0,n=R[0];i>=0&&(i=H(R,n,i+1,e),!(i<0));e=this._consume()){s+=1,n=R[i];let o=n&f.VALUE_LENGTH;if(o){let n=(o>>14)-1;if(e!==a.SEMICOLON&&this._isCharacterReferenceInAttribute()&&ae(this.preprocessor.peek(1))?(t=[a.AMPERSAND],i+=n):(t=0===n?[R[i]&~f.VALUE_LENGTH]:1===n?[R[++i]]:[R[++i],R[++i]],s=0,r=e!==a.SEMICOLON),0===n){this._consume();break}}}return this._unconsume(s),r&&!this.preprocessor.endOfChunkHit&&this._err(o.missingSemicolonAfterCharacterReference),this._unconsume(1),t}_isCharacterReferenceInAttribute(){return this.returnState===X.ATTRIBUTE_VALUE_DOUBLE_QUOTED||this.returnState===X.ATTRIBUTE_VALUE_SINGLE_QUOTED||this.returnState===X.ATTRIBUTE_VALUE_UNQUOTED}_flushCodePointConsumedAsCharacterReference(e){this._isCharacterReferenceInAttribute()?this.currentAttr.value+=String.fromCodePoint(e):this._emitCodePoint(e)}_callState(e){switch(this.state){case X.DATA:this._stateData(e);break;case X.RCDATA:this._stateRcdata(e);break;case X.RAWTEXT:this._stateRawtext(e);break;case X.SCRIPT_DATA:this._stateScriptData(e);break;case X.PLAINTEXT:this._statePlaintext(e);break;case X.TAG_OPEN:this._stateTagOpen(e);break;case X.END_TAG_OPEN:this._stateEndTagOpen(e);break;case X.TAG_NAME:this._stateTagName(e);break;case X.RCDATA_LESS_THAN_SIGN:this._stateRcdataLessThanSign(e);break;case X.RCDATA_END_TAG_OPEN:this._stateRcdataEndTagOpen(e);break;case X.RCDATA_END_TAG_NAME:this._stateRcdataEndTagName(e);break;case X.RAWTEXT_LESS_THAN_SIGN:this._stateRawtextLessThanSign(e);break;case X.RAWTEXT_END_TAG_OPEN:this._stateRawtextEndTagOpen(e);break;case X.RAWTEXT_END_TAG_NAME:this._stateRawtextEndTagName(e);break;case X.SCRIPT_DATA_LESS_THAN_SIGN:this._stateScriptDataLessThanSign(e);break;case X.SCRIPT_DATA_END_TAG_OPEN:this._stateScriptDataEndTagOpen(e);break;case X.SCRIPT_DATA_END_TAG_NAME:this._stateScriptDataEndTagName(e);break;case X.SCRIPT_DATA_ESCAPE_START:this._stateScriptDataEscapeStart(e);break;case X.SCRIPT_DATA_ESCAPE_START_DASH:this._stateScriptDataEscapeStartDash(e);break;case X.SCRIPT_DATA_ESCAPED:this._stateScriptDataEscaped(e);break;case X.SCRIPT_DATA_ESCAPED_DASH:this._stateScriptDataEscapedDash(e);break;case X.SCRIPT_DATA_ESCAPED_DASH_DASH:this._stateScriptDataEscapedDashDash(e);break;case X.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN:this._stateScriptDataEscapedLessThanSign(e);break;case X.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:this._stateScriptDataEscapedEndTagOpen(e);break;case X.SCRIPT_DATA_ESCAPED_END_TAG_NAME:this._stateScriptDataEscapedEndTagName(e);break;case X.SCRIPT_DATA_DOUBLE_ESCAPE_START:this._stateScriptDataDoubleEscapeStart(e);break;case X.SCRIPT_DATA_DOUBLE_ESCAPED:this._stateScriptDataDoubleEscaped(e);break;case X.SCRIPT_DATA_DOUBLE_ESCAPED_DASH:this._stateScriptDataDoubleEscapedDash(e);break;case X.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH:this._stateScriptDataDoubleEscapedDashDash(e);break;case X.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN:this._stateScriptDataDoubleEscapedLessThanSign(e);break;case X.SCRIPT_DATA_DOUBLE_ESCAPE_END:this._stateScriptDataDoubleEscapeEnd(e);break;case X.BEFORE_ATTRIBUTE_NAME:this._stateBeforeAttributeName(e);break;case X.ATTRIBUTE_NAME:this._stateAttributeName(e);break;case X.AFTER_ATTRIBUTE_NAME:this._stateAfterAttributeName(e);break;case X.BEFORE_ATTRIBUTE_VALUE:this._stateBeforeAttributeValue(e);break;case X.ATTRIBUTE_VALUE_DOUBLE_QUOTED:this._stateAttributeValueDoubleQuoted(e);break;case X.ATTRIBUTE_VALUE_SINGLE_QUOTED:this._stateAttributeValueSingleQuoted(e);break;case X.ATTRIBUTE_VALUE_UNQUOTED:this._stateAttributeValueUnquoted(e);break;case X.AFTER_ATTRIBUTE_VALUE_QUOTED:this._stateAfterAttributeValueQuoted(e);break;case X.SELF_CLOSING_START_TAG:this._stateSelfClosingStartTag(e);break;case X.BOGUS_COMMENT:this._stateBogusComment(e);break;case X.MARKUP_DECLARATION_OPEN:this._stateMarkupDeclarationOpen(e);break;case X.COMMENT_START:this._stateCommentStart(e);break;case X.COMMENT_START_DASH:this._stateCommentStartDash(e);break;case X.COMMENT:this._stateComment(e);break;case X.COMMENT_LESS_THAN_SIGN:this._stateCommentLessThanSign(e);break;case X.COMMENT_LESS_THAN_SIGN_BANG:this._stateCommentLessThanSignBang(e);break;case X.COMMENT_LESS_THAN_SIGN_BANG_DASH:this._stateCommentLessThanSignBangDash(e);break;case X.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:this._stateCommentLessThanSignBangDashDash(e);break;case X.COMMENT_END_DASH:this._stateCommentEndDash(e);break;case X.COMMENT_END:this._stateCommentEnd(e);break;case X.COMMENT_END_BANG:this._stateCommentEndBang(e);break;case X.DOCTYPE:this._stateDoctype(e);break;case X.BEFORE_DOCTYPE_NAME:this._stateBeforeDoctypeName(e);break;case X.DOCTYPE_NAME:this._stateDoctypeName(e);break;case X.AFTER_DOCTYPE_NAME:this._stateAfterDoctypeName(e);break;case X.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._stateAfterDoctypePublicKeyword(e);break;case X.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER:this._stateBeforeDoctypePublicIdentifier(e);break;case X.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED:this._stateDoctypePublicIdentifierDoubleQuoted(e);break;case X.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED:this._stateDoctypePublicIdentifierSingleQuoted(e);break;case X.AFTER_DOCTYPE_PUBLIC_IDENTIFIER:this._stateAfterDoctypePublicIdentifier(e);break;case X.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS:this._stateBetweenDoctypePublicAndSystemIdentifiers(e);break;case X.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._stateAfterDoctypeSystemKeyword(e);break;case X.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER:this._stateBeforeDoctypeSystemIdentifier(e);break;case X.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED:this._stateDoctypeSystemIdentifierDoubleQuoted(e);break;case X.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED:this._stateDoctypeSystemIdentifierSingleQuoted(e);break;case X.AFTER_DOCTYPE_SYSTEM_IDENTIFIER:this._stateAfterDoctypeSystemIdentifier(e);break;case X.BOGUS_DOCTYPE:this._stateBogusDoctype(e);break;case X.CDATA_SECTION:this._stateCdataSection(e);break;case X.CDATA_SECTION_BRACKET:this._stateCdataSectionBracket(e);break;case X.CDATA_SECTION_END:this._stateCdataSectionEnd(e);break;case X.CHARACTER_REFERENCE:this._stateCharacterReference(e);break;case X.NAMED_CHARACTER_REFERENCE:this._stateNamedCharacterReference(e);break;case X.AMBIGUOUS_AMPERSAND:this._stateAmbiguousAmpersand(e);break;case X.NUMERIC_CHARACTER_REFERENCE:this._stateNumericCharacterReference(e);break;case X.HEXADEMICAL_CHARACTER_REFERENCE_START:this._stateHexademicalCharacterReferenceStart(e);break;case X.HEXADEMICAL_CHARACTER_REFERENCE:this._stateHexademicalCharacterReference(e);break;case X.DECIMAL_CHARACTER_REFERENCE:this._stateDecimalCharacterReference(e);break;case X.NUMERIC_CHARACTER_REFERENCE_END:this._stateNumericCharacterReferenceEnd(e);break;default:throw new Error(\"Unknown state\")}}_stateData(e){switch(e){case a.LESS_THAN_SIGN:this.state=X.TAG_OPEN;break;case a.AMPERSAND:this.returnState=X.DATA,this.state=X.CHARACTER_REFERENCE;break;case a.NULL:this._err(o.unexpectedNullCharacter),this._emitCodePoint(e);break;case a.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateRcdata(e){switch(e){case a.AMPERSAND:this.returnState=X.RCDATA,this.state=X.CHARACTER_REFERENCE;break;case a.LESS_THAN_SIGN:this.state=X.RCDATA_LESS_THAN_SIGN;break;case a.NULL:this._err(o.unexpectedNullCharacter),this._emitChars(n);break;case a.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateRawtext(e){switch(e){case a.LESS_THAN_SIGN:this.state=X.RAWTEXT_LESS_THAN_SIGN;break;case a.NULL:this._err(o.unexpectedNullCharacter),this._emitChars(n);break;case a.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateScriptData(e){switch(e){case a.LESS_THAN_SIGN:this.state=X.SCRIPT_DATA_LESS_THAN_SIGN;break;case a.NULL:this._err(o.unexpectedNullCharacter),this._emitChars(n);break;case a.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_statePlaintext(e){switch(e){case a.NULL:this._err(o.unexpectedNullCharacter),this._emitChars(n);break;case a.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateTagOpen(e){if($(e))this._createStartTagToken(),this.state=X.TAG_NAME,this._stateTagName(e);else switch(e){case a.EXCLAMATION_MARK:this.state=X.MARKUP_DECLARATION_OPEN;break;case a.SOLIDUS:this.state=X.END_TAG_OPEN;break;case a.QUESTION_MARK:this._err(o.unexpectedQuestionMarkInsteadOfTagName),this._createCommentToken(1),this.state=X.BOGUS_COMMENT,this._stateBogusComment(e);break;case a.EOF:this._err(o.eofBeforeTagName),this._emitChars(\"<\"),this._emitEOFToken();break;default:this._err(o.invalidFirstCharacterOfTagName),this._emitChars(\"<\"),this.state=X.DATA,this._stateData(e)}}_stateEndTagOpen(e){if($(e))this._createEndTagToken(),this.state=X.TAG_NAME,this._stateTagName(e);else switch(e){case a.GREATER_THAN_SIGN:this._err(o.missingEndTagName),this.state=X.DATA;break;case a.EOF:this._err(o.eofBeforeTagName),this._emitChars(\"</\"),this._emitEOFToken();break;default:this._err(o.invalidFirstCharacterOfTagName),this._createCommentToken(2),this.state=X.BOGUS_COMMENT,this._stateBogusComment(e)}}_stateTagName(e){let t=this.currentToken;switch(e){case a.SPACE:case a.LINE_FEED:case a.TABULATION:case a.FORM_FEED:this.state=X.BEFORE_ATTRIBUTE_NAME;break;case a.SOLIDUS:this.state=X.SELF_CLOSING_START_TAG;break;case a.GREATER_THAN_SIGN:this.state=X.DATA,this.emitCurrentTagToken();break;case a.NULL:this._err(o.unexpectedNullCharacter),t.tagName+=n;break;case a.EOF:this._err(o.eofInTag),this._emitEOFToken();break;default:t.tagName+=String.fromCodePoint(z(e)?te(e):e)}}_stateRcdataLessThanSign(e){e===a.SOLIDUS?this.state=X.RCDATA_END_TAG_OPEN:(this._emitChars(\"<\"),this.state=X.RCDATA,this._stateRcdata(e))}_stateRcdataEndTagOpen(e){$(e)?(this.state=X.RCDATA_END_TAG_NAME,this._stateRcdataEndTagName(e)):(this._emitChars(\"</\"),this.state=X.RCDATA,this._stateRcdata(e))}handleSpecialEndTag(e){if(!this.preprocessor.startsWith(this.lastStartTagName,!1))return!this._ensureHibernation();switch(this._createEndTagToken(),this.currentToken.tagName=this.lastStartTagName,this.preprocessor.peek(this.lastStartTagName.length)){case a.SPACE:case a.LINE_FEED:case a.TABULATION:case a.FORM_FEED:return this._advanceBy(this.lastStartTagName.length),this.state=X.BEFORE_ATTRIBUTE_NAME,!1;case a.SOLIDUS:return this._advanceBy(this.lastStartTagName.length),this.state=X.SELF_CLOSING_START_TAG,!1;case a.GREATER_THAN_SIGN:return this._advanceBy(this.lastStartTagName.length),this.emitCurrentTagToken(),this.state=X.DATA,!1;default:return!this._ensureHibernation()}}_stateRcdataEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars(\"</\"),this.state=X.RCDATA,this._stateRcdata(e))}_stateRawtextLessThanSign(e){e===a.SOLIDUS?this.state=X.RAWTEXT_END_TAG_OPEN:(this._emitChars(\"<\"),this.state=X.RAWTEXT,this._stateRawtext(e))}_stateRawtextEndTagOpen(e){$(e)?(this.state=X.RAWTEXT_END_TAG_NAME,this._stateRawtextEndTagName(e)):(this._emitChars(\"</\"),this.state=X.RAWTEXT,this._stateRawtext(e))}_stateRawtextEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars(\"</\"),this.state=X.RAWTEXT,this._stateRawtext(e))}_stateScriptDataLessThanSign(e){switch(e){case a.SOLIDUS:this.state=X.SCRIPT_DATA_END_TAG_OPEN;break;case a.EXCLAMATION_MARK:this.state=X.SCRIPT_DATA_ESCAPE_START,this._emitChars(\"<!\");break;default:this._emitChars(\"<\"),this.state=X.SCRIPT_DATA,this._stateScriptData(e)}}_stateScriptDataEndTagOpen(e){$(e)?(this.state=X.SCRIPT_DATA_END_TAG_NAME,this._stateScriptDataEndTagName(e)):(this._emitChars(\"</\"),this.state=X.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars(\"</\"),this.state=X.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEscapeStart(e){e===a.HYPHEN_MINUS?(this.state=X.SCRIPT_DATA_ESCAPE_START_DASH,this._emitChars(\"-\")):(this.state=X.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEscapeStartDash(e){e===a.HYPHEN_MINUS?(this.state=X.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars(\"-\")):(this.state=X.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEscaped(e){switch(e){case a.HYPHEN_MINUS:this.state=X.SCRIPT_DATA_ESCAPED_DASH,this._emitChars(\"-\");break;case a.LESS_THAN_SIGN:this.state=X.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break;case a.NULL:this._err(o.unexpectedNullCharacter),this._emitChars(n);break;case a.EOF:this._err(o.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateScriptDataEscapedDash(e){switch(e){case a.HYPHEN_MINUS:this.state=X.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars(\"-\");break;case a.LESS_THAN_SIGN:this.state=X.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break;case a.NULL:this._err(o.unexpectedNullCharacter),this.state=X.SCRIPT_DATA_ESCAPED,this._emitChars(n);break;case a.EOF:this._err(o.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=X.SCRIPT_DATA_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataEscapedDashDash(e){switch(e){case a.HYPHEN_MINUS:this._emitChars(\"-\");break;case a.LESS_THAN_SIGN:this.state=X.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break;case a.GREATER_THAN_SIGN:this.state=X.SCRIPT_DATA,this._emitChars(\">\");break;case a.NULL:this._err(o.unexpectedNullCharacter),this.state=X.SCRIPT_DATA_ESCAPED,this._emitChars(n);break;case a.EOF:this._err(o.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=X.SCRIPT_DATA_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataEscapedLessThanSign(e){e===a.SOLIDUS?this.state=X.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:$(e)?(this._emitChars(\"<\"),this.state=X.SCRIPT_DATA_DOUBLE_ESCAPE_START,this._stateScriptDataDoubleEscapeStart(e)):(this._emitChars(\"<\"),this.state=X.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataEscapedEndTagOpen(e){$(e)?(this.state=X.SCRIPT_DATA_ESCAPED_END_TAG_NAME,this._stateScriptDataEscapedEndTagName(e)):(this._emitChars(\"</\"),this.state=X.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataEscapedEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars(\"</\"),this.state=X.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataDoubleEscapeStart(e){if(this.preprocessor.startsWith(h,!1)&&re(this.preprocessor.peek(h.length))){this._emitCodePoint(e);for(let e=0;e<h.length;e++)this._emitCodePoint(this._consume());this.state=X.SCRIPT_DATA_DOUBLE_ESCAPED}else this._ensureHibernation()||(this.state=X.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataDoubleEscaped(e){switch(e){case a.HYPHEN_MINUS:this.state=X.SCRIPT_DATA_DOUBLE_ESCAPED_DASH,this._emitChars(\"-\");break;case a.LESS_THAN_SIGN:this.state=X.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars(\"<\");break;case a.NULL:this._err(o.unexpectedNullCharacter),this._emitChars(n);break;case a.EOF:this._err(o.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateScriptDataDoubleEscapedDash(e){switch(e){case a.HYPHEN_MINUS:this.state=X.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH,this._emitChars(\"-\");break;case a.LESS_THAN_SIGN:this.state=X.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars(\"<\");break;case a.NULL:this._err(o.unexpectedNullCharacter),this.state=X.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(n);break;case a.EOF:this._err(o.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=X.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataDoubleEscapedDashDash(e){switch(e){case a.HYPHEN_MINUS:this._emitChars(\"-\");break;case a.LESS_THAN_SIGN:this.state=X.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars(\"<\");break;case a.GREATER_THAN_SIGN:this.state=X.SCRIPT_DATA,this._emitChars(\">\");break;case a.NULL:this._err(o.unexpectedNullCharacter),this.state=X.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(n);break;case a.EOF:this._err(o.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=X.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataDoubleEscapedLessThanSign(e){e===a.SOLIDUS?(this.state=X.SCRIPT_DATA_DOUBLE_ESCAPE_END,this._emitChars(\"/\")):(this.state=X.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(e))}_stateScriptDataDoubleEscapeEnd(e){if(this.preprocessor.startsWith(h,!1)&&re(this.preprocessor.peek(h.length))){this._emitCodePoint(e);for(let e=0;e<h.length;e++)this._emitCodePoint(this._consume());this.state=X.SCRIPT_DATA_ESCAPED}else this._ensureHibernation()||(this.state=X.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(e))}_stateBeforeAttributeName(e){switch(e){case a.SPACE:case a.LINE_FEED:case a.TABULATION:case a.FORM_FEED:break;case a.SOLIDUS:case a.GREATER_THAN_SIGN:case a.EOF:this.state=X.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(e);break;case a.EQUALS_SIGN:this._err(o.unexpectedEqualsSignBeforeAttributeName),this._createAttr(\"=\"),this.state=X.ATTRIBUTE_NAME;break;default:this._createAttr(\"\"),this.state=X.ATTRIBUTE_NAME,this._stateAttributeName(e)}}_stateAttributeName(e){switch(e){case a.SPACE:case a.LINE_FEED:case a.TABULATION:case a.FORM_FEED:case a.SOLIDUS:case a.GREATER_THAN_SIGN:case a.EOF:this._leaveAttrName(),this.state=X.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(e);break;case a.EQUALS_SIGN:this._leaveAttrName(),this.state=X.BEFORE_ATTRIBUTE_VALUE;break;case a.QUOTATION_MARK:case a.APOSTROPHE:case a.LESS_THAN_SIGN:this._err(o.unexpectedCharacterInAttributeName),this.currentAttr.name+=String.fromCodePoint(e);break;case a.NULL:this._err(o.unexpectedNullCharacter),this.currentAttr.name+=n;break;default:this.currentAttr.name+=String.fromCodePoint(z(e)?te(e):e)}}_stateAfterAttributeName(e){switch(e){case a.SPACE:case a.LINE_FEED:case a.TABULATION:case a.FORM_FEED:break;case a.SOLIDUS:this.state=X.SELF_CLOSING_START_TAG;break;case a.EQUALS_SIGN:this.state=X.BEFORE_ATTRIBUTE_VALUE;break;case a.GREATER_THAN_SIGN:this.state=X.DATA,this.emitCurrentTagToken();break;case a.EOF:this._err(o.eofInTag),this._emitEOFToken();break;default:this._createAttr(\"\"),this.state=X.ATTRIBUTE_NAME,this._stateAttributeName(e)}}_stateBeforeAttributeValue(e){switch(e){case a.SPACE:case a.LINE_FEED:case a.TABULATION:case a.FORM_FEED:break;case a.QUOTATION_MARK:this.state=X.ATTRIBUTE_VALUE_DOUBLE_QUOTED;break;case a.APOSTROPHE:this.state=X.ATTRIBUTE_VALUE_SINGLE_QUOTED;break;case a.GREATER_THAN_SIGN:this._err(o.missingAttributeValue),this.state=X.DATA,this.emitCurrentTagToken();break;default:this.state=X.ATTRIBUTE_VALUE_UNQUOTED,this._stateAttributeValueUnquoted(e)}}_stateAttributeValueDoubleQuoted(e){switch(e){case a.QUOTATION_MARK:this.state=X.AFTER_ATTRIBUTE_VALUE_QUOTED;break;case a.AMPERSAND:this.returnState=X.ATTRIBUTE_VALUE_DOUBLE_QUOTED,this.state=X.CHARACTER_REFERENCE;break;case a.NULL:this._err(o.unexpectedNullCharacter),this.currentAttr.value+=n;break;case a.EOF:this._err(o.eofInTag),this._emitEOFToken();break;default:this.currentAttr.value+=String.fromCodePoint(e)}}_stateAttributeValueSingleQuoted(e){switch(e){case a.APOSTROPHE:this.state=X.AFTER_ATTRIBUTE_VALUE_QUOTED;break;case a.AMPERSAND:this.returnState=X.ATTRIBUTE_VALUE_SINGLE_QUOTED,this.state=X.CHARACTER_REFERENCE;break;case a.NULL:this._err(o.unexpectedNullCharacter),this.currentAttr.value+=n;break;case a.EOF:this._err(o.eofInTag),this._emitEOFToken();break;default:this.currentAttr.value+=String.fromCodePoint(e)}}_stateAttributeValueUnquoted(e){switch(e){case a.SPACE:case a.LINE_FEED:case a.TABULATION:case a.FORM_FEED:this._leaveAttrValue(),this.state=X.BEFORE_ATTRIBUTE_NAME;break;case a.AMPERSAND:this.returnState=X.ATTRIBUTE_VALUE_UNQUOTED,this.state=X.CHARACTER_REFERENCE;break;case a.GREATER_THAN_SIGN:this._leaveAttrValue(),this.state=X.DATA,this.emitCurrentTagToken();break;case a.NULL:this._err(o.unexpectedNullCharacter),this.currentAttr.value+=n;break;case a.QUOTATION_MARK:case a.APOSTROPHE:case a.LESS_THAN_SIGN:case a.EQUALS_SIGN:case a.GRAVE_ACCENT:this._err(o.unexpectedCharacterInUnquotedAttributeValue),this.currentAttr.value+=String.fromCodePoint(e);break;case a.EOF:this._err(o.eofInTag),this._emitEOFToken();break;default:this.currentAttr.value+=String.fromCodePoint(e)}}_stateAfterAttributeValueQuoted(e){switch(e){case a.SPACE:case a.LINE_FEED:case a.TABULATION:case a.FORM_FEED:this._leaveAttrValue(),this.state=X.BEFORE_ATTRIBUTE_NAME;break;case a.SOLIDUS:this._leaveAttrValue(),this.state=X.SELF_CLOSING_START_TAG;break;case a.GREATER_THAN_SIGN:this._leaveAttrValue(),this.state=X.DATA,this.emitCurrentTagToken();break;case a.EOF:this._err(o.eofInTag),this._emitEOFToken();break;default:this._err(o.missingWhitespaceBetweenAttributes),this.state=X.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(e)}}_stateSelfClosingStartTag(e){switch(e){case a.GREATER_THAN_SIGN:this.currentToken.selfClosing=!0,this.state=X.DATA,this.emitCurrentTagToken();break;case a.EOF:this._err(o.eofInTag),this._emitEOFToken();break;default:this._err(o.unexpectedSolidusInTag),this.state=X.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(e)}}_stateBogusComment(e){let t=this.currentToken;switch(e){case a.GREATER_THAN_SIGN:this.state=X.DATA,this.emitCurrentComment(t);break;case a.EOF:this.emitCurrentComment(t),this._emitEOFToken();break;case a.NULL:this._err(o.unexpectedNullCharacter),t.data+=n;break;default:t.data+=String.fromCodePoint(e)}}_stateMarkupDeclarationOpen(e){this._consumeSequenceIfMatch(c,!0)?(this._createCommentToken(c.length+1),this.state=X.COMMENT_START):this._consumeSequenceIfMatch(T,!1)?(this.currentLocation=this.getCurrentLocation(T.length+1),this.state=X.DOCTYPE):this._consumeSequenceIfMatch(E,!0)?this.inForeignNode?this.state=X.CDATA_SECTION:(this._err(o.cdataInHtmlContent),this._createCommentToken(E.length+1),this.currentToken.data=\"[CDATA[\",this.state=X.BOGUS_COMMENT):this._ensureHibernation()||(this._err(o.incorrectlyOpenedComment),this._createCommentToken(2),this.state=X.BOGUS_COMMENT,this._stateBogusComment(e))}_stateCommentStart(e){switch(e){case a.HYPHEN_MINUS:this.state=X.COMMENT_START_DASH;break;case a.GREATER_THAN_SIGN:{this._err(o.abruptClosingOfEmptyComment),this.state=X.DATA;let e=this.currentToken;this.emitCurrentComment(e);break}default:this.state=X.COMMENT,this._stateComment(e)}}_stateCommentStartDash(e){let t=this.currentToken;switch(e){case a.HYPHEN_MINUS:this.state=X.COMMENT_END;break;case a.GREATER_THAN_SIGN:this._err(o.abruptClosingOfEmptyComment),this.state=X.DATA,this.emitCurrentComment(t);break;case a.EOF:this._err(o.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+=\"-\",this.state=X.COMMENT,this._stateComment(e)}}_stateComment(e){let t=this.currentToken;switch(e){case a.HYPHEN_MINUS:this.state=X.COMMENT_END_DASH;break;case a.LESS_THAN_SIGN:t.data+=\"<\",this.state=X.COMMENT_LESS_THAN_SIGN;break;case a.NULL:this._err(o.unexpectedNullCharacter),t.data+=n;break;case a.EOF:this._err(o.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+=String.fromCodePoint(e)}}_stateCommentLessThanSign(e){let t=this.currentToken;switch(e){case a.EXCLAMATION_MARK:t.data+=\"!\",this.state=X.COMMENT_LESS_THAN_SIGN_BANG;break;case a.LESS_THAN_SIGN:t.data+=\"<\";break;default:this.state=X.COMMENT,this._stateComment(e)}}_stateCommentLessThanSignBang(e){e===a.HYPHEN_MINUS?this.state=X.COMMENT_LESS_THAN_SIGN_BANG_DASH:(this.state=X.COMMENT,this._stateComment(e))}_stateCommentLessThanSignBangDash(e){e===a.HYPHEN_MINUS?this.state=X.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:(this.state=X.COMMENT_END_DASH,this._stateCommentEndDash(e))}_stateCommentLessThanSignBangDashDash(e){e!==a.GREATER_THAN_SIGN&&e!==a.EOF&&this._err(o.nestedComment),this.state=X.COMMENT_END,this._stateCommentEnd(e)}_stateCommentEndDash(e){let t=this.currentToken;switch(e){case a.HYPHEN_MINUS:this.state=X.COMMENT_END;break;case a.EOF:this._err(o.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+=\"-\",this.state=X.COMMENT,this._stateComment(e)}}_stateCommentEnd(e){let t=this.currentToken;switch(e){case a.GREATER_THAN_SIGN:this.state=X.DATA,this.emitCurrentComment(t);break;case a.EXCLAMATION_MARK:this.state=X.COMMENT_END_BANG;break;case a.HYPHEN_MINUS:t.data+=\"-\";break;case a.EOF:this._err(o.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+=\"--\",this.state=X.COMMENT,this._stateComment(e)}}_stateCommentEndBang(e){let t=this.currentToken;switch(e){case a.HYPHEN_MINUS:t.data+=\"--!\",this.state=X.COMMENT_END_DASH;break;case a.GREATER_THAN_SIGN:this._err(o.incorrectlyClosedComment),this.state=X.DATA,this.emitCurrentComment(t);break;case a.EOF:this._err(o.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+=\"--!\",this.state=X.COMMENT,this._stateComment(e)}}_stateDoctype(e){switch(e){case a.SPACE:case a.LINE_FEED:case a.TABULATION:case a.FORM_FEED:this.state=X.BEFORE_DOCTYPE_NAME;break;case a.GREATER_THAN_SIGN:this.state=X.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(e);break;case a.EOF:{this._err(o.eofInDoctype),this._createDoctypeToken(null);let e=this.currentToken;e.forceQuirks=!0,this.emitCurrentDoctype(e),this._emitEOFToken();break}default:this._err(o.missingWhitespaceBeforeDoctypeName),this.state=X.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(e)}}_stateBeforeDoctypeName(e){if(z(e))this._createDoctypeToken(String.fromCharCode(te(e))),this.state=X.DOCTYPE_NAME;else switch(e){case a.SPACE:case a.LINE_FEED:case a.TABULATION:case a.FORM_FEED:break;case a.NULL:this._err(o.unexpectedNullCharacter),this._createDoctypeToken(n),this.state=X.DOCTYPE_NAME;break;case a.GREATER_THAN_SIGN:{this._err(o.missingDoctypeName),this._createDoctypeToken(null);let e=this.currentToken;e.forceQuirks=!0,this.emitCurrentDoctype(e),this.state=X.DATA;break}case a.EOF:{this._err(o.eofInDoctype),this._createDoctypeToken(null);let e=this.currentToken;e.forceQuirks=!0,this.emitCurrentDoctype(e),this._emitEOFToken();break}default:this._createDoctypeToken(String.fromCodePoint(e)),this.state=X.DOCTYPE_NAME}}_stateDoctypeName(e){let t=this.currentToken;switch(e){case a.SPACE:case a.LINE_FEED:case a.TABULATION:case a.FORM_FEED:this.state=X.AFTER_DOCTYPE_NAME;break;case a.GREATER_THAN_SIGN:this.state=X.DATA,this.emitCurrentDoctype(t);break;case a.NULL:this._err(o.unexpectedNullCharacter),t.name+=n;break;case a.EOF:this._err(o.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.name+=String.fromCodePoint(z(e)?te(e):e)}}_stateAfterDoctypeName(e){let t=this.currentToken;switch(e){case a.SPACE:case a.LINE_FEED:case a.TABULATION:case a.FORM_FEED:break;case a.GREATER_THAN_SIGN:this.state=X.DATA,this.emitCurrentDoctype(t);break;case a.EOF:this._err(o.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._consumeSequenceIfMatch(l,!1)?this.state=X.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._consumeSequenceIfMatch(A,!1)?this.state=X.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._ensureHibernation()||(this._err(o.invalidCharacterSequenceAfterDoctypeName),t.forceQuirks=!0,this.state=X.BOGUS_DOCTYPE,this._stateBogusDoctype(e))}}_stateAfterDoctypePublicKeyword(e){let t=this.currentToken;switch(e){case a.SPACE:case a.LINE_FEED:case a.TABULATION:case a.FORM_FEED:this.state=X.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER;break;case a.QUOTATION_MARK:this._err(o.missingWhitespaceAfterDoctypePublicKeyword),t.publicId=\"\",this.state=X.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break;case a.APOSTROPHE:this._err(o.missingWhitespaceAfterDoctypePublicKeyword),t.publicId=\"\",this.state=X.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break;case a.GREATER_THAN_SIGN:this._err(o.missingDoctypePublicIdentifier),t.forceQuirks=!0,this.state=X.DATA,this.emitCurrentDoctype(t);break;case a.EOF:this._err(o.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(o.missingQuoteBeforeDoctypePublicIdentifier),t.forceQuirks=!0,this.state=X.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBeforeDoctypePublicIdentifier(e){let t=this.currentToken;switch(e){case a.SPACE:case a.LINE_FEED:case a.TABULATION:case a.FORM_FEED:break;case a.QUOTATION_MARK:t.publicId=\"\",this.state=X.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break;case a.APOSTROPHE:t.publicId=\"\",this.state=X.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break;case a.GREATER_THAN_SIGN:this._err(o.missingDoctypePublicIdentifier),t.forceQuirks=!0,this.state=X.DATA,this.emitCurrentDoctype(t);break;case a.EOF:this._err(o.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(o.missingQuoteBeforeDoctypePublicIdentifier),t.forceQuirks=!0,this.state=X.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateDoctypePublicIdentifierDoubleQuoted(e){let t=this.currentToken;switch(e){case a.QUOTATION_MARK:this.state=X.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break;case a.NULL:this._err(o.unexpectedNullCharacter),t.publicId+=n;break;case a.GREATER_THAN_SIGN:this._err(o.abruptDoctypePublicIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=X.DATA;break;case a.EOF:this._err(o.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.publicId+=String.fromCodePoint(e)}}_stateDoctypePublicIdentifierSingleQuoted(e){let t=this.currentToken;switch(e){case a.APOSTROPHE:this.state=X.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break;case a.NULL:this._err(o.unexpectedNullCharacter),t.publicId+=n;break;case a.GREATER_THAN_SIGN:this._err(o.abruptDoctypePublicIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=X.DATA;break;case a.EOF:this._err(o.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.publicId+=String.fromCodePoint(e)}}_stateAfterDoctypePublicIdentifier(e){let t=this.currentToken;switch(e){case a.SPACE:case a.LINE_FEED:case a.TABULATION:case a.FORM_FEED:this.state=X.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS;break;case a.GREATER_THAN_SIGN:this.state=X.DATA,this.emitCurrentDoctype(t);break;case a.QUOTATION_MARK:this._err(o.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),t.systemId=\"\",this.state=X.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case a.APOSTROPHE:this._err(o.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),t.systemId=\"\",this.state=X.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case a.EOF:this._err(o.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(o.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=X.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBetweenDoctypePublicAndSystemIdentifiers(e){let t=this.currentToken;switch(e){case a.SPACE:case a.LINE_FEED:case a.TABULATION:case a.FORM_FEED:break;case a.GREATER_THAN_SIGN:this.emitCurrentDoctype(t),this.state=X.DATA;break;case a.QUOTATION_MARK:t.systemId=\"\",this.state=X.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case a.APOSTROPHE:t.systemId=\"\",this.state=X.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case a.EOF:this._err(o.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(o.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=X.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateAfterDoctypeSystemKeyword(e){let t=this.currentToken;switch(e){case a.SPACE:case a.LINE_FEED:case a.TABULATION:case a.FORM_FEED:this.state=X.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER;break;case a.QUOTATION_MARK:this._err(o.missingWhitespaceAfterDoctypeSystemKeyword),t.systemId=\"\",this.state=X.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case a.APOSTROPHE:this._err(o.missingWhitespaceAfterDoctypeSystemKeyword),t.systemId=\"\",this.state=X.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case a.GREATER_THAN_SIGN:this._err(o.missingDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=X.DATA,this.emitCurrentDoctype(t);break;case a.EOF:this._err(o.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(o.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=X.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBeforeDoctypeSystemIdentifier(e){let t=this.currentToken;switch(e){case a.SPACE:case a.LINE_FEED:case a.TABULATION:case a.FORM_FEED:break;case a.QUOTATION_MARK:t.systemId=\"\",this.state=X.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case a.APOSTROPHE:t.systemId=\"\",this.state=X.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case a.GREATER_THAN_SIGN:this._err(o.missingDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=X.DATA,this.emitCurrentDoctype(t);break;case a.EOF:this._err(o.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(o.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=X.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateDoctypeSystemIdentifierDoubleQuoted(e){let t=this.currentToken;switch(e){case a.QUOTATION_MARK:this.state=X.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break;case a.NULL:this._err(o.unexpectedNullCharacter),t.systemId+=n;break;case a.GREATER_THAN_SIGN:this._err(o.abruptDoctypeSystemIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=X.DATA;break;case a.EOF:this._err(o.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.systemId+=String.fromCodePoint(e)}}_stateDoctypeSystemIdentifierSingleQuoted(e){let t=this.currentToken;switch(e){case a.APOSTROPHE:this.state=X.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break;case a.NULL:this._err(o.unexpectedNullCharacter),t.systemId+=n;break;case a.GREATER_THAN_SIGN:this._err(o.abruptDoctypeSystemIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=X.DATA;break;case a.EOF:this._err(o.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.systemId+=String.fromCodePoint(e)}}_stateAfterDoctypeSystemIdentifier(e){let t=this.currentToken;switch(e){case a.SPACE:case a.LINE_FEED:case a.TABULATION:case a.FORM_FEED:break;case a.GREATER_THAN_SIGN:this.emitCurrentDoctype(t),this.state=X.DATA;break;case a.EOF:this._err(o.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(o.unexpectedCharacterAfterDoctypeSystemIdentifier),this.state=X.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBogusDoctype(e){let t=this.currentToken;switch(e){case a.GREATER_THAN_SIGN:this.emitCurrentDoctype(t),this.state=X.DATA;break;case a.NULL:this._err(o.unexpectedNullCharacter);break;case a.EOF:this.emitCurrentDoctype(t),this._emitEOFToken()}}_stateCdataSection(e){switch(e){case a.RIGHT_SQUARE_BRACKET:this.state=X.CDATA_SECTION_BRACKET;break;case a.EOF:this._err(o.eofInCdata),this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateCdataSectionBracket(e){e===a.RIGHT_SQUARE_BRACKET?this.state=X.CDATA_SECTION_END:(this._emitChars(\"]\"),this.state=X.CDATA_SECTION,this._stateCdataSection(e))}_stateCdataSectionEnd(e){switch(e){case a.GREATER_THAN_SIGN:this.state=X.DATA;break;case a.RIGHT_SQUARE_BRACKET:this._emitChars(\"]\");break;default:this._emitChars(\"]]\"),this.state=X.CDATA_SECTION,this._stateCdataSection(e)}}_stateCharacterReference(e){e===a.NUMBER_SIGN?this.state=X.NUMERIC_CHARACTER_REFERENCE:J(e)?(this.state=X.NAMED_CHARACTER_REFERENCE,this._stateNamedCharacterReference(e)):(this._flushCodePointConsumedAsCharacterReference(a.AMPERSAND),this._reconsumeInState(this.returnState,e))}_stateNamedCharacterReference(e){let t=this._matchNamedCharacterReference(e);if(!this._ensureHibernation())if(t){for(let e=0;e<t.length;e++)this._flushCodePointConsumedAsCharacterReference(t[e]);this.state=this.returnState}else this._flushCodePointConsumedAsCharacterReference(a.AMPERSAND),this.state=X.AMBIGUOUS_AMPERSAND}_stateAmbiguousAmpersand(e){J(e)?this._flushCodePointConsumedAsCharacterReference(e):(e===a.SEMICOLON&&this._err(o.unknownNamedCharacterReference),this._reconsumeInState(this.returnState,e))}_stateNumericCharacterReference(e){this.charRefCode=0,e===a.LATIN_SMALL_X||e===a.LATIN_CAPITAL_X?this.state=X.HEXADEMICAL_CHARACTER_REFERENCE_START:j(e)?(this.state=X.DECIMAL_CHARACTER_REFERENCE,this._stateDecimalCharacterReference(e)):(this._err(o.absenceOfDigitsInNumericCharacterReference),this._flushCodePointConsumedAsCharacterReference(a.AMPERSAND),this._flushCodePointConsumedAsCharacterReference(a.NUMBER_SIGN),this._reconsumeInState(this.returnState,e))}_stateHexademicalCharacterReferenceStart(e){!function(e){return j(e)||Z(e)||ee(e)}(e)?(this._err(o.absenceOfDigitsInNumericCharacterReference),this._flushCodePointConsumedAsCharacterReference(a.AMPERSAND),this._flushCodePointConsumedAsCharacterReference(a.NUMBER_SIGN),this._unconsume(2),this.state=this.returnState):(this.state=X.HEXADEMICAL_CHARACTER_REFERENCE,this._stateHexademicalCharacterReference(e))}_stateHexademicalCharacterReference(e){Z(e)?this.charRefCode=16*this.charRefCode+e-55:ee(e)?this.charRefCode=16*this.charRefCode+e-87:j(e)?this.charRefCode=16*this.charRefCode+e-48:e===a.SEMICOLON?this.state=X.NUMERIC_CHARACTER_REFERENCE_END:(this._err(o.missingSemicolonAfterCharacterReference),this.state=X.NUMERIC_CHARACTER_REFERENCE_END,this._stateNumericCharacterReferenceEnd(e))}_stateDecimalCharacterReference(e){j(e)?this.charRefCode=10*this.charRefCode+e-48:e===a.SEMICOLON?this.state=X.NUMERIC_CHARACTER_REFERENCE_END:(this._err(o.missingSemicolonAfterCharacterReference),this.state=X.NUMERIC_CHARACTER_REFERENCE_END,this._stateNumericCharacterReferenceEnd(e))}_stateNumericCharacterReferenceEnd(e){if(this.charRefCode===a.NULL)this._err(o.nullCharacterReference),this.charRefCode=a.REPLACEMENT_CHARACTER;else if(this.charRefCode>1114111)this._err(o.characterReferenceOutsideUnicodeRange),this.charRefCode=a.REPLACEMENT_CHARACTER;else if(_(this.charRefCode))this._err(o.surrogateCharacterReference),this.charRefCode=a.REPLACEMENT_CHARACTER;else if(d(this.charRefCode))this._err(o.noncharacterCharacterReference);else if(m(this.charRefCode)||this.charRefCode===a.CARRIAGE_RETURN){this._err(o.controlCharacterReference);let e=K.get(this.charRefCode);void 0!==e&&(this.charRefCode=e)}this._flushCodePointConsumedAsCharacterReference(this.charRefCode),this._reconsumeInState(this.returnState,e)}},oe=new Set([w.DD,w.DT,w.LI,w.OPTGROUP,w.OPTION,w.P,w.RB,w.RP,w.RT,w.RTC]),ce=new Set([...oe,w.CAPTION,w.COLGROUP,w.TBODY,w.TD,w.TFOOT,w.TH,w.THEAD,w.TR]),Ee=new Map([[w.APPLET,U.HTML],[w.CAPTION,U.HTML],[w.HTML,U.HTML],[w.MARQUEE,U.HTML],[w.OBJECT,U.HTML],[w.TABLE,U.HTML],[w.TD,U.HTML],[w.TEMPLATE,U.HTML],[w.TH,U.HTML],[w.ANNOTATION_XML,U.MATHML],[w.MI,U.MATHML],[w.MN,U.MATHML],[w.MO,U.MATHML],[w.MS,U.MATHML],[w.MTEXT,U.MATHML],[w.DESC,U.SVG],[w.FOREIGN_OBJECT,U.SVG],[w.TITLE,U.SVG]]),Te=[w.H1,w.H2,w.H3,w.H4,w.H5,w.H6],he=[w.TR,w.TEMPLATE,w.HTML],le=[w.TBODY,w.TFOOT,w.THEAD,w.TEMPLATE,w.HTML],Ae=[w.TABLE,w.TEMPLATE,w.HTML],_e=[w.TD,w.TH],me=class{get currentTmplContentOrNode(){return this._isInTemplate()?this.treeAdapter.getTemplateContent(this.current):this.current}constructor(e,t,s){this.treeAdapter=t,this.handler=s,this.items=[],this.tagIDs=[],this.stackTop=-1,this.tmplCount=0,this.currentTagId=w.UNKNOWN,this.current=e}_indexOf(e){return this.items.lastIndexOf(e,this.stackTop)}_isInTemplate(){return this.currentTagId===w.TEMPLATE&&this.treeAdapter.getNamespaceURI(this.current)===U.HTML}_updateCurrentElement(){this.current=this.items[this.stackTop],this.currentTagId=this.tagIDs[this.stackTop]}push(e,t){this.stackTop++,this.items[this.stackTop]=e,this.current=e,this.tagIDs[this.stackTop]=t,this.currentTagId=t,this._isInTemplate()&&this.tmplCount++,this.handler.onItemPush(e,t,!0)}pop(){let e=this.current;this.tmplCount>0&&this._isInTemplate()&&this.tmplCount--,this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(e,!0)}replace(e,t){let s=this._indexOf(e);this.items[s]=t,s===this.stackTop&&(this.current=t)}insertAfter(e,t,s){let a=this._indexOf(e)+1;this.items.splice(a,0,t),this.tagIDs.splice(a,0,s),this.stackTop++,a===this.stackTop&&this._updateCurrentElement(),this.handler.onItemPush(this.current,this.currentTagId,a===this.stackTop)}popUntilTagNamePopped(e){let t=this.stackTop+1;do{t=this.tagIDs.lastIndexOf(e,t-1)}while(t>0&&this.treeAdapter.getNamespaceURI(this.items[t])!==U.HTML);this.shortenToLength(t<0?0:t)}shortenToLength(e){for(;this.stackTop>=e;){let t=this.current;this.tmplCount>0&&this._isInTemplate()&&(this.tmplCount-=1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(t,this.stackTop<e)}}popUntilElementPopped(e){let t=this._indexOf(e);this.shortenToLength(t<0?0:t)}popUntilPopped(e,t){let s=this._indexOfTagNames(e,t);this.shortenToLength(s<0?0:s)}popUntilNumberedHeaderPopped(){this.popUntilPopped(Te,U.HTML)}popUntilTableCellPopped(){this.popUntilPopped(_e,U.HTML)}popAllUpToHtmlElement(){this.tmplCount=0,this.shortenToLength(1)}_indexOfTagNames(e,t){for(let s=this.stackTop;s>=0;s--)if(e.includes(this.tagIDs[s])&&this.treeAdapter.getNamespaceURI(this.items[s])===t)return s;return-1}clearBackTo(e,t){let s=this._indexOfTagNames(e,t);this.shortenToLength(s+1)}clearBackToTableContext(){this.clearBackTo(Ae,U.HTML)}clearBackToTableBodyContext(){this.clearBackTo(le,U.HTML)}clearBackToTableRowContext(){this.clearBackTo(he,U.HTML)}remove(e){let t=this._indexOf(e);t>=0&&(t===this.stackTop?this.pop():(this.items.splice(t,1),this.tagIDs.splice(t,1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(e,!1)))}tryPeekProperlyNestedBodyElement(){return this.stackTop>=1&&this.tagIDs[1]===w.BODY?this.items[1]:null}contains(e){return this._indexOf(e)>-1}getCommonAncestor(e){let t=this._indexOf(e)-1;return t>=0?this.items[t]:null}isRootHtmlElementCurrent(){return 0===this.stackTop&&this.tagIDs[0]===w.HTML}hasInScope(e){for(let t=this.stackTop;t>=0;t--){let s=this.tagIDs[t],a=this.treeAdapter.getNamespaceURI(this.items[t]);if(s===e&&a===U.HTML)return!0;if(Ee.get(s)===a)return!1}return!0}hasNumberedHeaderInScope(){for(let e=this.stackTop;e>=0;e--){let t=this.tagIDs[e],s=this.treeAdapter.getNamespaceURI(this.items[e]);if(q(t)&&s===U.HTML)return!0;if(Ee.get(t)===s)return!1}return!0}hasInListItemScope(e){for(let t=this.stackTop;t>=0;t--){let s=this.tagIDs[t],a=this.treeAdapter.getNamespaceURI(this.items[t]);if(s===e&&a===U.HTML)return!0;if((s===w.UL||s===w.OL)&&a===U.HTML||Ee.get(s)===a)return!1}return!0}hasInButtonScope(e){for(let t=this.stackTop;t>=0;t--){let s=this.tagIDs[t],a=this.treeAdapter.getNamespaceURI(this.items[t]);if(s===e&&a===U.HTML)return!0;if(s===w.BUTTON&&a===U.HTML||Ee.get(s)===a)return!1}return!0}hasInTableScope(e){for(let t=this.stackTop;t>=0;t--){let s=this.tagIDs[t];if(this.treeAdapter.getNamespaceURI(this.items[t])===U.HTML){if(s===e)return!0;if(s===w.TABLE||s===w.TEMPLATE||s===w.HTML)return!1}}return!0}hasTableBodyContextInTableScope(){for(let e=this.stackTop;e>=0;e--){let t=this.tagIDs[e];if(this.treeAdapter.getNamespaceURI(this.items[e])===U.HTML){if(t===w.TBODY||t===w.THEAD||t===w.TFOOT)return!0;if(t===w.TABLE||t===w.HTML)return!1}}return!0}hasInSelectScope(e){for(let t=this.stackTop;t>=0;t--){let s=this.tagIDs[t];if(this.treeAdapter.getNamespaceURI(this.items[t])===U.HTML){if(s===e)return!0;if(s!==w.OPTION&&s!==w.OPTGROUP)return!1}}return!0}generateImpliedEndTags(){for(;oe.has(this.currentTagId);)this.pop()}generateImpliedEndTagsThoroughly(){for(;ce.has(this.currentTagId);)this.pop()}generateImpliedEndTagsWithExclusion(e){for(;this.currentTagId!==e&&ce.has(this.currentTagId);)this.pop()}};!function(e){e[e.Marker=0]=\"Marker\",e[e.Element=1]=\"Element\"}(ie=ie||(ie={}));var de={type:ie.Marker},pe=class{constructor(e){this.treeAdapter=e,this.entries=[],this.bookmark=null}_getNoahArkConditionCandidates(e,t){let s=[],a=t.length,r=this.treeAdapter.getTagName(e),i=this.treeAdapter.getNamespaceURI(e);for(let e=0;e<this.entries.length;e++){let t=this.entries[e];if(t.type===ie.Marker)break;let{element:n}=t;if(this.treeAdapter.getTagName(n)===r&&this.treeAdapter.getNamespaceURI(n)===i){let t=this.treeAdapter.getAttrList(n);t.length===a&&s.push({idx:e,attrs:t})}}return s}_ensureNoahArkCondition(e){if(this.entries.length<3)return;let t=this.treeAdapter.getAttrList(e),s=this._getNoahArkConditionCandidates(e,t);if(s.length<3)return;let a=new Map(t.map((e=>[e.name,e.value]))),r=0;for(let e=0;e<s.length;e++){let t=s[e];t.attrs.every((e=>a.get(e.name)===e.value))&&(r+=1,r>=3&&this.entries.splice(t.idx,1))}}insertMarker(){this.entries.unshift(de)}pushElement(e,t){this._ensureNoahArkCondition(e),this.entries.unshift({type:ie.Element,element:e,token:t})}insertElementAfterBookmark(e,t){let s=this.entries.indexOf(this.bookmark);this.entries.splice(s,0,{type:ie.Element,element:e,token:t})}removeEntry(e){let t=this.entries.indexOf(e);t>=0&&this.entries.splice(t,1)}clearToLastMarker(){let e=this.entries.indexOf(de);e>=0?this.entries.splice(0,e+1):this.entries.length=0}getElementEntryInScopeWithTagName(e){let t=this.entries.find((t=>t.type===ie.Marker||this.treeAdapter.getTagName(t.element)===e));return t&&t.type===ie.Element?t:null}getElementEntry(e){return this.entries.find((t=>t.type===ie.Element&&t.element===e))}};function ue(e){return{nodeName:\"#text\",value:e,parentNode:null}}var Ne={createDocument:()=>({nodeName:\"#document\",mode:y.NO_QUIRKS,childNodes:[]}),createDocumentFragment:()=>({nodeName:\"#document-fragment\",childNodes:[]}),createElement:(e,t,s)=>({nodeName:e,tagName:e,attrs:s,namespaceURI:t,childNodes:[],parentNode:null}),createCommentNode:e=>({nodeName:\"#comment\",data:e,parentNode:null}),appendChild(e,t){e.childNodes.push(t),t.parentNode=e},insertBefore(e,t,s){let a=e.childNodes.indexOf(s);e.childNodes.splice(a,0,t),t.parentNode=e},setTemplateContent(e,t){e.content=t},getTemplateContent:e=>e.content,setDocumentType(e,t,s,a){let r=e.childNodes.find((e=>\"#documentType\"===e.nodeName));if(r)r.name=t,r.publicId=s,r.systemId=a;else{let r={nodeName:\"#documentType\",name:t,publicId:s,systemId:a,parentNode:null};Ne.appendChild(e,r)}},setDocumentMode(e,t){e.mode=t},getDocumentMode:e=>e.mode,detachNode(e){if(e.parentNode){let t=e.parentNode.childNodes.indexOf(e);e.parentNode.childNodes.splice(t,1),e.parentNode=null}},insertText(e,t){if(e.childNodes.length>0){let s=e.childNodes[e.childNodes.length-1];if(Ne.isTextNode(s))return void(s.value+=t)}Ne.appendChild(e,ue(t))},insertTextBefore(e,t,s){let a=e.childNodes[e.childNodes.indexOf(s)-1];a&&Ne.isTextNode(a)?a.value+=t:Ne.insertBefore(e,ue(t),s)},adoptAttributes(e,t){let s=new Set(e.attrs.map((e=>e.name)));for(let a=0;a<t.length;a++)s.has(t[a].name)||e.attrs.push(t[a])},getFirstChild:e=>e.childNodes[0],getChildNodes:e=>e.childNodes,getParentNode:e=>e.parentNode,getAttrList:e=>e.attrs,getTagName:e=>e.tagName,getNamespaceURI:e=>e.namespaceURI,getTextNodeContent:e=>e.value,getCommentNodeContent:e=>e.data,getDocumentTypeNodeName:e=>e.name,getDocumentTypeNodePublicId:e=>e.publicId,getDocumentTypeNodeSystemId:e=>e.systemId,isTextNode:e=>\"#text\"===e.nodeName,isCommentNode:e=>\"#comment\"===e.nodeName,isDocumentTypeNode:e=>\"#documentType\"===e.nodeName,isElementNode:e=>Object.prototype.hasOwnProperty.call(e,\"tagName\"),setNodeSourceCodeLocation(e,t){e.sourceCodeLocation=t},getNodeSourceCodeLocation:e=>e.sourceCodeLocation,updateNodeSourceCodeLocation(e,t){e.sourceCodeLocation={...e.sourceCodeLocation,...t}}},Ie=\"html\",Ce=\"about:legacy-compat\",Re=\"http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd\",Se=[\"+//silmaril//dtd html pro v0r11 19970101//\",\"-//as//dtd html 3.0 aswedit + extensions//\",\"-//advasoft ltd//dtd html 3.0 aswedit + extensions//\",\"-//ietf//dtd html 2.0 level 1//\",\"-//ietf//dtd html 2.0 level 2//\",\"-//ietf//dtd html 2.0 strict level 1//\",\"-//ietf//dtd html 2.0 strict level 2//\",\"-//ietf//dtd html 2.0 strict//\",\"-//ietf//dtd html 2.0//\",\"-//ietf//dtd html 2.1e//\",\"-//ietf//dtd html 3.0//\",\"-//ietf//dtd html 3.2 final//\",\"-//ietf//dtd html 3.2//\",\"-//ietf//dtd html 3//\",\"-//ietf//dtd html level 0//\",\"-//ietf//dtd html level 1//\",\"-//ietf//dtd html level 2//\",\"-//ietf//dtd html level 3//\",\"-//ietf//dtd html strict level 0//\",\"-//ietf//dtd html strict level 1//\",\"-//ietf//dtd html strict level 2//\",\"-//ietf//dtd html strict level 3//\",\"-//ietf//dtd html strict//\",\"-//ietf//dtd html//\",\"-//metrius//dtd metrius presentational//\",\"-//microsoft//dtd internet explorer 2.0 html strict//\",\"-//microsoft//dtd internet explorer 2.0 html//\",\"-//microsoft//dtd internet explorer 2.0 tables//\",\"-//microsoft//dtd internet explorer 3.0 html strict//\",\"-//microsoft//dtd internet explorer 3.0 html//\",\"-//microsoft//dtd internet explorer 3.0 tables//\",\"-//netscape comm. corp.//dtd html//\",\"-//netscape comm. corp.//dtd strict html//\",\"-//o'reilly and associates//dtd html 2.0//\",\"-//o'reilly and associates//dtd html extended 1.0//\",\"-//o'reilly and associates//dtd html extended relaxed 1.0//\",\"-//sq//dtd html 2.0 hotmetal + extensions//\",\"-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//\",\"-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//\",\"-//spyglass//dtd html 2.0 extended//\",\"-//sun microsystems corp.//dtd hotjava html//\",\"-//sun microsystems corp.//dtd hotjava strict html//\",\"-//w3c//dtd html 3 1995-03-24//\",\"-//w3c//dtd html 3.2 draft//\",\"-//w3c//dtd html 3.2 final//\",\"-//w3c//dtd html 3.2//\",\"-//w3c//dtd html 3.2s draft//\",\"-//w3c//dtd html 4.0 frameset//\",\"-//w3c//dtd html 4.0 transitional//\",\"-//w3c//dtd html experimental 19960712//\",\"-//w3c//dtd html experimental 970421//\",\"-//w3c//dtd w3 html//\",\"-//w3o//dtd w3 html 3.0//\",\"-//webtechs//dtd mozilla html 2.0//\",\"-//webtechs//dtd mozilla html//\"],De=[...Se,\"-//w3c//dtd html 4.01 frameset//\",\"-//w3c//dtd html 4.01 transitional//\"],Oe=new Set([\"-//w3o//dtd w3 html strict 3.0//en//\",\"-/w3c/dtd html 4.0 transitional/en\",\"html\"]),fe=[\"-//w3c//dtd xhtml 1.0 frameset//\",\"-//w3c//dtd xhtml 1.0 transitional//\"],Le=[...fe,\"-//w3c//dtd html 4.01 frameset//\",\"-//w3c//dtd html 4.01 transitional//\"];function ge(e,t){return t.some((t=>e.startsWith(t)))}var Me={TEXT_HTML:\"text/html\",APPLICATION_XML:\"application/xhtml+xml\"},ke=\"definitionurl\",Pe=\"definitionURL\",be=new Map([\"attributeName\",\"attributeType\",\"baseFrequency\",\"baseProfile\",\"calcMode\",\"clipPathUnits\",\"diffuseConstant\",\"edgeMode\",\"filterUnits\",\"glyphRef\",\"gradientTransform\",\"gradientUnits\",\"kernelMatrix\",\"kernelUnitLength\",\"keyPoints\",\"keySplines\",\"keyTimes\",\"lengthAdjust\",\"limitingConeAngle\",\"markerHeight\",\"markerUnits\",\"markerWidth\",\"maskContentUnits\",\"maskUnits\",\"numOctaves\",\"pathLength\",\"patternContentUnits\",\"patternTransform\",\"patternUnits\",\"pointsAtX\",\"pointsAtY\",\"pointsAtZ\",\"preserveAlpha\",\"preserveAspectRatio\",\"primitiveUnits\",\"refX\",\"refY\",\"repeatCount\",\"repeatDur\",\"requiredExtensions\",\"requiredFeatures\",\"specularConstant\",\"specularExponent\",\"spreadMethod\",\"startOffset\",\"stdDeviation\",\"stitchTiles\",\"surfaceScale\",\"systemLanguage\",\"tableValues\",\"targetX\",\"targetY\",\"textLength\",\"viewBox\",\"viewTarget\",\"xChannelSelector\",\"yChannelSelector\",\"zoomAndPan\"].map((e=>[e.toLowerCase(),e]))),Be=new Map([[\"xlink:actuate\",{prefix:\"xlink\",name:\"actuate\",namespace:U.XLINK}],[\"xlink:arcrole\",{prefix:\"xlink\",name:\"arcrole\",namespace:U.XLINK}],[\"xlink:href\",{prefix:\"xlink\",name:\"href\",namespace:U.XLINK}],[\"xlink:role\",{prefix:\"xlink\",name:\"role\",namespace:U.XLINK}],[\"xlink:show\",{prefix:\"xlink\",name:\"show\",namespace:U.XLINK}],[\"xlink:title\",{prefix:\"xlink\",name:\"title\",namespace:U.XLINK}],[\"xlink:type\",{prefix:\"xlink\",name:\"type\",namespace:U.XLINK}],[\"xml:base\",{prefix:\"xml\",name:\"base\",namespace:U.XML}],[\"xml:lang\",{prefix:\"xml\",name:\"lang\",namespace:U.XML}],[\"xml:space\",{prefix:\"xml\",name:\"space\",namespace:U.XML}],[\"xmlns\",{prefix:\"\",name:\"xmlns\",namespace:U.XMLNS}],[\"xmlns:xlink\",{prefix:\"xmlns\",name:\"xlink\",namespace:U.XMLNS}]]),He=new Map([\"altGlyph\",\"altGlyphDef\",\"altGlyphItem\",\"animateColor\",\"animateMotion\",\"animateTransform\",\"clipPath\",\"feBlend\",\"feColorMatrix\",\"feComponentTransfer\",\"feComposite\",\"feConvolveMatrix\",\"feDiffuseLighting\",\"feDisplacementMap\",\"feDistantLight\",\"feFlood\",\"feFuncA\",\"feFuncB\",\"feFuncG\",\"feFuncR\",\"feGaussianBlur\",\"feImage\",\"feMerge\",\"feMergeNode\",\"feMorphology\",\"feOffset\",\"fePointLight\",\"feSpecularLighting\",\"feSpotLight\",\"feTile\",\"feTurbulence\",\"foreignObject\",\"glyphRef\",\"linearGradient\",\"radialGradient\",\"textPath\"].map((e=>[e.toLowerCase(),e]))),Ue=new Set([w.B,w.BIG,w.BLOCKQUOTE,w.BODY,w.BR,w.CENTER,w.CODE,w.DD,w.DIV,w.DL,w.DT,w.EM,w.EMBED,w.H1,w.H2,w.H3,w.H4,w.H5,w.H6,w.HEAD,w.HR,w.I,w.IMG,w.LI,w.LISTING,w.MENU,w.META,w.NOBR,w.OL,w.P,w.PRE,w.RUBY,w.S,w.SMALL,w.SPAN,w.STRONG,w.STRIKE,w.SUB,w.SUP,w.TABLE,w.TT,w.U,w.UL,w.VAR]);function Fe(e){for(let t=0;t<e.attrs.length;t++)if(e.attrs[t].name===ke){e.attrs[t].name=Pe;break}}function ye(e){for(let t=0;t<e.attrs.length;t++){let s=be.get(e.attrs[t].name);null!=s&&(e.attrs[t].name=s)}}function Ge(e){for(let t=0;t<e.attrs.length;t++){let s=Be.get(e.attrs[t].name);s&&(e.attrs[t].prefix=s.prefix,e.attrs[t].name=s.name,e.attrs[t].namespace=s.namespace)}}function we(e,t,s,a){return(!a||a===U.HTML)&&function(e,t,s){if(t===U.MATHML&&e===w.ANNOTATION_XML)for(let e=0;e<s.length;e++)if(s[e].name===F.ENCODING){let t=s[e].value.toLowerCase();return t===Me.TEXT_HTML||t===Me.APPLICATION_XML}return t===U.SVG&&(e===w.FOREIGN_OBJECT||e===w.DESC||e===w.TITLE)}(e,t,s)||(!a||a===U.MATHML)&&function(e,t){return t===U.MATHML&&(e===w.MI||e===w.MO||e===w.MN||e===w.MS||e===w.MTEXT)}(e,t)}var xe,ve=\"hidden\",Ye=8,Qe=3;!function(e){e[e.INITIAL=0]=\"INITIAL\",e[e.BEFORE_HTML=1]=\"BEFORE_HTML\",e[e.BEFORE_HEAD=2]=\"BEFORE_HEAD\",e[e.IN_HEAD=3]=\"IN_HEAD\",e[e.IN_HEAD_NO_SCRIPT=4]=\"IN_HEAD_NO_SCRIPT\",e[e.AFTER_HEAD=5]=\"AFTER_HEAD\",e[e.IN_BODY=6]=\"IN_BODY\",e[e.TEXT=7]=\"TEXT\",e[e.IN_TABLE=8]=\"IN_TABLE\",e[e.IN_TABLE_TEXT=9]=\"IN_TABLE_TEXT\",e[e.IN_CAPTION=10]=\"IN_CAPTION\",e[e.IN_COLUMN_GROUP=11]=\"IN_COLUMN_GROUP\",e[e.IN_TABLE_BODY=12]=\"IN_TABLE_BODY\",e[e.IN_ROW=13]=\"IN_ROW\",e[e.IN_CELL=14]=\"IN_CELL\",e[e.IN_SELECT=15]=\"IN_SELECT\",e[e.IN_SELECT_IN_TABLE=16]=\"IN_SELECT_IN_TABLE\",e[e.IN_TEMPLATE=17]=\"IN_TEMPLATE\",e[e.AFTER_BODY=18]=\"AFTER_BODY\",e[e.IN_FRAMESET=19]=\"IN_FRAMESET\",e[e.AFTER_FRAMESET=20]=\"AFTER_FRAMESET\",e[e.AFTER_AFTER_BODY=21]=\"AFTER_AFTER_BODY\",e[e.AFTER_AFTER_FRAMESET=22]=\"AFTER_AFTER_FRAMESET\"}(xe||(xe={}));var qe={startLine:-1,startCol:-1,startOffset:-1,endLine:-1,endCol:-1,endOffset:-1},We=new Set([w.TABLE,w.TBODY,w.TFOOT,w.THEAD,w.TR]),Xe={scriptingEnabled:!0,sourceCodeLocationInfo:!1,treeAdapter:Ne,onParseError:null},Ke=class{constructor(e,t,s=null,a=null){this.fragmentContext=s,this.scriptHandler=a,this.currentToken=null,this.stopped=!1,this.insertionMode=xe.INITIAL,this.originalInsertionMode=xe.INITIAL,this.headElement=null,this.formElement=null,this.currentNotInHTML=!1,this.tmplInsertionModeStack=[],this.pendingCharacterTokens=[],this.hasNonWhitespacePendingCharacterToken=!1,this.framesetOk=!0,this.skipNextNewLine=!1,this.fosterParentingEnabled=!1,this.options={...Xe,...e},this.treeAdapter=this.options.treeAdapter,this.onParseError=this.options.onParseError,this.onParseError&&(this.options.sourceCodeLocationInfo=!0),this.document=t??this.treeAdapter.createDocument(),this.tokenizer=new ne(this.options,this),this.activeFormattingElements=new pe(this.treeAdapter),this.fragmentContextID=s?v(this.treeAdapter.getTagName(s)):w.UNKNOWN,this._setContextModes(s??this.document,this.fragmentContextID),this.openElements=new me(this.document,this.treeAdapter,this)}static parse(e,t){let s=new this(t);return s.tokenizer.write(e,!0),s.document}static getFragmentParser(e,t){let s={...Xe,...t};e??(e=s.treeAdapter.createElement(G.TEMPLATE,U.HTML,[]));let a=s.treeAdapter.createElement(\"documentmock\",U.HTML,[]),r=new this(s,a,e);return r.fragmentContextID===w.TEMPLATE&&r.tmplInsertionModeStack.unshift(xe.IN_TEMPLATE),r._initTokenizerForFragmentParsing(),r._insertFakeRootElement(),r._resetInsertionMode(),r._findFormInFragmentContext(),r}getFragment(){let e=this.treeAdapter.getFirstChild(this.document),t=this.treeAdapter.createDocumentFragment();return this._adoptNodes(e,t),t}_err(e,t,s){var a;if(!this.onParseError)return;let r=null!==(a=e.location)&&void 0!==a?a:qe,i={code:t,startLine:r.startLine,startCol:r.startCol,startOffset:r.startOffset,endLine:s?r.startLine:r.endLine,endCol:s?r.startCol:r.endCol,endOffset:s?r.startOffset:r.endOffset};this.onParseError(i)}onItemPush(e,t,s){var a,r;null===(r=(a=this.treeAdapter).onItemPush)||void 0===r||r.call(a,e),s&&this.openElements.stackTop>0&&this._setContextModes(e,t)}onItemPop(e,t){var s,a;if(this.options.sourceCodeLocationInfo&&this._setEndLocation(e,this.currentToken),null===(a=(s=this.treeAdapter).onItemPop)||void 0===a||a.call(s,e,this.openElements.current),t){let e,t;0===this.openElements.stackTop&&this.fragmentContext?(e=this.fragmentContext,t=this.fragmentContextID):({current:e,currentTagId:t}=this.openElements),this._setContextModes(e,t)}}_setContextModes(e,t){let s=e===this.document||this.treeAdapter.getNamespaceURI(e)===U.HTML;this.currentNotInHTML=!s,this.tokenizer.inForeignNode=!s&&!this._isIntegrationPoint(t,e)}_switchToTextParsing(e,t){this._insertElement(e,U.HTML),this.tokenizer.state=t,this.originalInsertionMode=this.insertionMode,this.insertionMode=xe.TEXT}switchToPlaintextParsing(){this.insertionMode=xe.TEXT,this.originalInsertionMode=xe.IN_BODY,this.tokenizer.state=V.PLAINTEXT}_getAdjustedCurrentElement(){return 0===this.openElements.stackTop&&this.fragmentContext?this.fragmentContext:this.openElements.current}_findFormInFragmentContext(){let e=this.fragmentContext;for(;e;){if(this.treeAdapter.getTagName(e)===G.FORM){this.formElement=e;break}e=this.treeAdapter.getParentNode(e)}}_initTokenizerForFragmentParsing(){if(this.fragmentContext&&this.treeAdapter.getNamespaceURI(this.fragmentContext)===U.HTML)switch(this.fragmentContextID){case w.TITLE:case w.TEXTAREA:this.tokenizer.state=V.RCDATA;break;case w.STYLE:case w.XMP:case w.IFRAME:case w.NOEMBED:case w.NOFRAMES:case w.NOSCRIPT:this.tokenizer.state=V.RAWTEXT;break;case w.SCRIPT:this.tokenizer.state=V.SCRIPT_DATA;break;case w.PLAINTEXT:this.tokenizer.state=V.PLAINTEXT}}_setDocumentType(e){let t=e.name||\"\",s=e.publicId||\"\",a=e.systemId||\"\";if(this.treeAdapter.setDocumentType(this.document,t,s,a),e.location){let t=this.treeAdapter.getChildNodes(this.document).find((e=>this.treeAdapter.isDocumentTypeNode(e)));t&&this.treeAdapter.setNodeSourceCodeLocation(t,e.location)}}_attachElementToTree(e,t){if(this.options.sourceCodeLocationInfo){let s=t&&{...t,startTag:t};this.treeAdapter.setNodeSourceCodeLocation(e,s)}if(this._shouldFosterParentOnInsertion())this._fosterParentElement(e);else{let t=this.openElements.currentTmplContentOrNode;this.treeAdapter.appendChild(t,e)}}_appendElement(e,t){let s=this.treeAdapter.createElement(e.tagName,t,e.attrs);this._attachElementToTree(s,e.location)}_insertElement(e,t){let s=this.treeAdapter.createElement(e.tagName,t,e.attrs);this._attachElementToTree(s,e.location),this.openElements.push(s,e.tagID)}_insertFakeElement(e,t){let s=this.treeAdapter.createElement(e,U.HTML,[]);this._attachElementToTree(s,null),this.openElements.push(s,t)}_insertTemplate(e){let t=this.treeAdapter.createElement(e.tagName,U.HTML,e.attrs),s=this.treeAdapter.createDocumentFragment();this.treeAdapter.setTemplateContent(t,s),this._attachElementToTree(t,e.location),this.openElements.push(t,e.tagID),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(s,null)}_insertFakeRootElement(){let e=this.treeAdapter.createElement(G.HTML,U.HTML,[]);this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(e,null),this.treeAdapter.appendChild(this.openElements.current,e),this.openElements.push(e,w.HTML)}_appendCommentNode(e,t){let s=this.treeAdapter.createCommentNode(e.data);this.treeAdapter.appendChild(t,s),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(s,e.location)}_insertCharacters(e){let t,s;if(this._shouldFosterParentOnInsertion()?(({parent:t,beforeElement:s}=this._findFosterParentingLocation()),s?this.treeAdapter.insertTextBefore(t,e.chars,s):this.treeAdapter.insertText(t,e.chars)):(t=this.openElements.currentTmplContentOrNode,this.treeAdapter.insertText(t,e.chars)),!e.location)return;let a=this.treeAdapter.getChildNodes(t),r=s?a.lastIndexOf(s):a.length,i=a[r-1];if(this.treeAdapter.getNodeSourceCodeLocation(i)){let{endLine:t,endCol:s,endOffset:a}=e.location;this.treeAdapter.updateNodeSourceCodeLocation(i,{endLine:t,endCol:s,endOffset:a})}else this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(i,e.location)}_adoptNodes(e,t){for(let s=this.treeAdapter.getFirstChild(e);s;s=this.treeAdapter.getFirstChild(e))this.treeAdapter.detachNode(s),this.treeAdapter.appendChild(t,s)}_setEndLocation(e,t){if(this.treeAdapter.getNodeSourceCodeLocation(e)&&t.location){let s=t.location,a=this.treeAdapter.getTagName(e),r=t.type===p.END_TAG&&a===t.tagName?{endTag:{...s},endLine:s.endLine,endCol:s.endCol,endOffset:s.endOffset}:{endLine:s.startLine,endCol:s.startCol,endOffset:s.startOffset};this.treeAdapter.updateNodeSourceCodeLocation(e,r)}}shouldProcessStartTagTokenInForeignContent(e){if(!this.currentNotInHTML)return!1;let t,s;return 0===this.openElements.stackTop&&this.fragmentContext?(t=this.fragmentContext,s=this.fragmentContextID):({current:t,currentTagId:s}=this.openElements),(e.tagID!==w.SVG||this.treeAdapter.getTagName(t)!==G.ANNOTATION_XML||this.treeAdapter.getNamespaceURI(t)!==U.MATHML)&&(this.tokenizer.inForeignNode||(e.tagID===w.MGLYPH||e.tagID===w.MALIGNMARK)&&!this._isIntegrationPoint(s,t,U.HTML))}_processToken(e){switch(e.type){case p.CHARACTER:this.onCharacter(e);break;case p.NULL_CHARACTER:this.onNullCharacter(e);break;case p.COMMENT:this.onComment(e);break;case p.DOCTYPE:this.onDoctype(e);break;case p.START_TAG:this._processStartTag(e);break;case p.END_TAG:this.onEndTag(e);break;case p.EOF:this.onEof(e);break;case p.WHITESPACE_CHARACTER:this.onWhitespaceCharacter(e)}}_isIntegrationPoint(e,t,s){return we(e,this.treeAdapter.getNamespaceURI(t),this.treeAdapter.getAttrList(t),s)}_reconstructActiveFormattingElements(){let e=this.activeFormattingElements.entries.length;if(e){let t=this.activeFormattingElements.entries.findIndex((e=>e.type===ie.Marker||this.openElements.contains(e.element)));for(let s=t<0?e-1:t-1;s>=0;s--){let e=this.activeFormattingElements.entries[s];this._insertElement(e.token,this.treeAdapter.getNamespaceURI(e.element)),e.element=this.openElements.current}}}_closeTableCell(){this.openElements.generateImpliedEndTags(),this.openElements.popUntilTableCellPopped(),this.activeFormattingElements.clearToLastMarker(),this.insertionMode=xe.IN_ROW}_closePElement(){this.openElements.generateImpliedEndTagsWithExclusion(w.P),this.openElements.popUntilTagNamePopped(w.P)}_resetInsertionMode(){for(let e=this.openElements.stackTop;e>=0;e--)switch(0===e&&this.fragmentContext?this.fragmentContextID:this.openElements.tagIDs[e]){case w.TR:return void(this.insertionMode=xe.IN_ROW);case w.TBODY:case w.THEAD:case w.TFOOT:return void(this.insertionMode=xe.IN_TABLE_BODY);case w.CAPTION:return void(this.insertionMode=xe.IN_CAPTION);case w.COLGROUP:return void(this.insertionMode=xe.IN_COLUMN_GROUP);case w.TABLE:return void(this.insertionMode=xe.IN_TABLE);case w.BODY:return void(this.insertionMode=xe.IN_BODY);case w.FRAMESET:return void(this.insertionMode=xe.IN_FRAMESET);case w.SELECT:return void this._resetInsertionModeForSelect(e);case w.TEMPLATE:return void(this.insertionMode=this.tmplInsertionModeStack[0]);case w.HTML:return void(this.insertionMode=this.headElement?xe.AFTER_HEAD:xe.BEFORE_HEAD);case w.TD:case w.TH:if(e>0)return void(this.insertionMode=xe.IN_CELL);break;case w.HEAD:if(e>0)return void(this.insertionMode=xe.IN_HEAD)}this.insertionMode=xe.IN_BODY}_resetInsertionModeForSelect(e){if(e>0)for(let t=e-1;t>0;t--){let e=this.openElements.tagIDs[t];if(e===w.TEMPLATE)break;if(e===w.TABLE)return void(this.insertionMode=xe.IN_SELECT_IN_TABLE)}this.insertionMode=xe.IN_SELECT}_isElementCausesFosterParenting(e){return We.has(e)}_shouldFosterParentOnInsertion(){return this.fosterParentingEnabled&&this._isElementCausesFosterParenting(this.openElements.currentTagId)}_findFosterParentingLocation(){for(let e=this.openElements.stackTop;e>=0;e--){let t=this.openElements.items[e];switch(this.openElements.tagIDs[e]){case w.TEMPLATE:if(this.treeAdapter.getNamespaceURI(t)===U.HTML)return{parent:this.treeAdapter.getTemplateContent(t),beforeElement:null};break;case w.TABLE:{let s=this.treeAdapter.getParentNode(t);return s?{parent:s,beforeElement:t}:{parent:this.openElements.items[e-1],beforeElement:null}}}}return{parent:this.openElements.items[0],beforeElement:null}}_fosterParentElement(e){let t=this._findFosterParentingLocation();t.beforeElement?this.treeAdapter.insertBefore(t.parent,e,t.beforeElement):this.treeAdapter.appendChild(t.parent,e)}_isSpecialElement(e,t){let s=this.treeAdapter.getNamespaceURI(e);return Q[s].has(t)}onCharacter(e){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode)!function(e,t){e._insertCharacters(t),e.framesetOk=!1}(this,e);else switch(this.insertionMode){case xe.INITIAL:at(this,e);break;case xe.BEFORE_HTML:rt(this,e);break;case xe.BEFORE_HEAD:it(this,e);break;case xe.IN_HEAD:ct(this,e);break;case xe.IN_HEAD_NO_SCRIPT:Et(this,e);break;case xe.AFTER_HEAD:Tt(this,e);break;case xe.IN_BODY:case xe.IN_CAPTION:case xe.IN_CELL:case xe.IN_TEMPLATE:At(this,e);break;case xe.TEXT:case xe.IN_SELECT:case xe.IN_SELECT_IN_TABLE:this._insertCharacters(e);break;case xe.IN_TABLE:case xe.IN_TABLE_BODY:case xe.IN_ROW:Rt(this,e);break;case xe.IN_TABLE_TEXT:Lt(this,e);break;case xe.IN_COLUMN_GROUP:Pt(this,e);break;case xe.AFTER_BODY:xt(this,e);break;case xe.AFTER_AFTER_BODY:vt(this,e)}}onNullCharacter(e){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode)!function(e,t){t.chars=n,e._insertCharacters(t)}(this,e);else switch(this.insertionMode){case xe.INITIAL:at(this,e);break;case xe.BEFORE_HTML:rt(this,e);break;case xe.BEFORE_HEAD:it(this,e);break;case xe.IN_HEAD:ct(this,e);break;case xe.IN_HEAD_NO_SCRIPT:Et(this,e);break;case xe.AFTER_HEAD:Tt(this,e);break;case xe.TEXT:this._insertCharacters(e);break;case xe.IN_TABLE:case xe.IN_TABLE_BODY:case xe.IN_ROW:Rt(this,e);break;case xe.IN_COLUMN_GROUP:Pt(this,e);break;case xe.AFTER_BODY:xt(this,e);break;case xe.AFTER_AFTER_BODY:vt(this,e)}}onComment(e){if(this.skipNextNewLine=!1,this.currentNotInHTML)tt(this,e);else switch(this.insertionMode){case xe.INITIAL:case xe.BEFORE_HTML:case xe.BEFORE_HEAD:case xe.IN_HEAD:case xe.IN_HEAD_NO_SCRIPT:case xe.AFTER_HEAD:case xe.IN_BODY:case xe.IN_TABLE:case xe.IN_CAPTION:case xe.IN_COLUMN_GROUP:case xe.IN_TABLE_BODY:case xe.IN_ROW:case xe.IN_CELL:case xe.IN_SELECT:case xe.IN_SELECT_IN_TABLE:case xe.IN_TEMPLATE:case xe.IN_FRAMESET:case xe.AFTER_FRAMESET:tt(this,e);break;case xe.IN_TABLE_TEXT:gt(this,e);break;case xe.AFTER_BODY:!function(e,t){e._appendCommentNode(t,e.openElements.items[0])}(this,e);break;case xe.AFTER_AFTER_BODY:case xe.AFTER_AFTER_FRAMESET:!function(e,t){e._appendCommentNode(t,e.document)}(this,e)}}onDoctype(e){switch(this.skipNextNewLine=!1,this.insertionMode){case xe.INITIAL:!function(e,t){e._setDocumentType(t);let s=t.forceQuirks?y.QUIRKS:function(e){if(e.name!==Ie)return y.QUIRKS;let{systemId:t}=e;if(t&&t.toLowerCase()===Re)return y.QUIRKS;let{publicId:s}=e;if(null!==s){if(s=s.toLowerCase(),Oe.has(s))return y.QUIRKS;let e=null===t?De:Se;if(ge(s,e))return y.QUIRKS;if(e=null===t?fe:Le,ge(s,e))return y.LIMITED_QUIRKS}return y.NO_QUIRKS}(t);(function(e){return e.name===Ie&&null===e.publicId&&(null===e.systemId||e.systemId===Ce)})(t)||e._err(t,o.nonConformingDoctype),e.treeAdapter.setDocumentMode(e.document,s),e.insertionMode=xe.BEFORE_HTML}(this,e);break;case xe.BEFORE_HEAD:case xe.IN_HEAD:case xe.IN_HEAD_NO_SCRIPT:case xe.AFTER_HEAD:this._err(e,o.misplacedDoctype);break;case xe.IN_TABLE_TEXT:gt(this,e)}}onStartTag(e){this.skipNextNewLine=!1,this.currentToken=e,this._processStartTag(e),e.selfClosing&&!e.ackSelfClosing&&this._err(e,o.nonVoidHtmlElementStartTagWithTrailingSolidus)}_processStartTag(e){this.shouldProcessStartTagTokenInForeignContent(e)?function(e,t){if(function(e){let t=e.tagID;return t===w.FONT&&e.attrs.some((({name:e})=>e===F.COLOR||e===F.SIZE||e===F.FACE))||Ue.has(t)}(t))Yt(e),e._startTagOutsideForeignContent(t);else{let s=e._getAdjustedCurrentElement(),a=e.treeAdapter.getNamespaceURI(s);a===U.MATHML?Fe(t):a===U.SVG&&(function(e){let t=He.get(e.tagName);null!=t&&(e.tagName=t,e.tagID=v(e.tagName))}(t),ye(t)),Ge(t),t.selfClosing?e._appendElement(t,a):e._insertElement(t,a),t.ackSelfClosing=!0}}(this,e):this._startTagOutsideForeignContent(e)}_startTagOutsideForeignContent(e){switch(this.insertionMode){case xe.INITIAL:at(this,e);break;case xe.BEFORE_HTML:!function(e,t){t.tagID===w.HTML?(e._insertElement(t,U.HTML),e.insertionMode=xe.BEFORE_HEAD):rt(e,t)}(this,e);break;case xe.BEFORE_HEAD:!function(e,t){switch(t.tagID){case w.HTML:ut(e,t);break;case w.HEAD:e._insertElement(t,U.HTML),e.headElement=e.openElements.current,e.insertionMode=xe.IN_HEAD;break;default:it(e,t)}}(this,e);break;case xe.IN_HEAD:nt(this,e);break;case xe.IN_HEAD_NO_SCRIPT:!function(e,t){switch(t.tagID){case w.HTML:ut(e,t);break;case w.BASEFONT:case w.BGSOUND:case w.HEAD:case w.LINK:case w.META:case w.NOFRAMES:case w.STYLE:nt(e,t);break;case w.NOSCRIPT:e._err(t,o.nestedNoscriptInHead);break;default:Et(e,t)}}(this,e);break;case xe.AFTER_HEAD:!function(e,t){switch(t.tagID){case w.HTML:ut(e,t);break;case w.BODY:e._insertElement(t,U.HTML),e.framesetOk=!1,e.insertionMode=xe.IN_BODY;break;case w.FRAMESET:e._insertElement(t,U.HTML),e.insertionMode=xe.IN_FRAMESET;break;case w.BASE:case w.BASEFONT:case w.BGSOUND:case w.LINK:case w.META:case w.NOFRAMES:case w.SCRIPT:case w.STYLE:case w.TEMPLATE:case w.TITLE:e._err(t,o.abandonedHeadElementChild),e.openElements.push(e.headElement,w.HEAD),nt(e,t),e.openElements.remove(e.headElement);break;case w.HEAD:e._err(t,o.misplacedStartTagForHeadElement);break;default:Tt(e,t)}}(this,e);break;case xe.IN_BODY:ut(this,e);break;case xe.IN_TABLE:St(this,e);break;case xe.IN_TABLE_TEXT:gt(this,e);break;case xe.IN_CAPTION:!function(e,t){let s=t.tagID;Mt.has(s)?e.openElements.hasInTableScope(w.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(w.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=xe.IN_TABLE,St(e,t)):ut(e,t)}(this,e);break;case xe.IN_COLUMN_GROUP:kt(this,e);break;case xe.IN_TABLE_BODY:bt(this,e);break;case xe.IN_ROW:Ht(this,e);break;case xe.IN_CELL:!function(e,t){let s=t.tagID;Mt.has(s)?(e.openElements.hasInTableScope(w.TD)||e.openElements.hasInTableScope(w.TH))&&(e._closeTableCell(),Ht(e,t)):ut(e,t)}(this,e);break;case xe.IN_SELECT:Ft(this,e);break;case xe.IN_SELECT_IN_TABLE:!function(e,t){let s=t.tagID;s===w.CAPTION||s===w.TABLE||s===w.TBODY||s===w.TFOOT||s===w.THEAD||s===w.TR||s===w.TD||s===w.TH?(e.openElements.popUntilTagNamePopped(w.SELECT),e._resetInsertionMode(),e._processStartTag(t)):Ft(e,t)}(this,e);break;case xe.IN_TEMPLATE:!function(e,t){switch(t.tagID){case w.BASE:case w.BASEFONT:case w.BGSOUND:case w.LINK:case w.META:case w.NOFRAMES:case w.SCRIPT:case w.STYLE:case w.TEMPLATE:case w.TITLE:nt(e,t);break;case w.CAPTION:case w.COLGROUP:case w.TBODY:case w.TFOOT:case w.THEAD:e.tmplInsertionModeStack[0]=xe.IN_TABLE,e.insertionMode=xe.IN_TABLE,St(e,t);break;case w.COL:e.tmplInsertionModeStack[0]=xe.IN_COLUMN_GROUP,e.insertionMode=xe.IN_COLUMN_GROUP,kt(e,t);break;case w.TR:e.tmplInsertionModeStack[0]=xe.IN_TABLE_BODY,e.insertionMode=xe.IN_TABLE_BODY,bt(e,t);break;case w.TD:case w.TH:e.tmplInsertionModeStack[0]=xe.IN_ROW,e.insertionMode=xe.IN_ROW,Ht(e,t);break;default:e.tmplInsertionModeStack[0]=xe.IN_BODY,e.insertionMode=xe.IN_BODY,ut(e,t)}}(this,e);break;case xe.AFTER_BODY:!function(e,t){t.tagID===w.HTML?ut(e,t):xt(e,t)}(this,e);break;case xe.IN_FRAMESET:!function(e,t){switch(t.tagID){case w.HTML:ut(e,t);break;case w.FRAMESET:e._insertElement(t,U.HTML);break;case w.FRAME:e._appendElement(t,U.HTML),t.ackSelfClosing=!0;break;case w.NOFRAMES:nt(e,t)}}(this,e);break;case xe.AFTER_FRAMESET:!function(e,t){switch(t.tagID){case w.HTML:ut(e,t);break;case w.NOFRAMES:nt(e,t)}}(this,e);break;case xe.AFTER_AFTER_BODY:!function(e,t){t.tagID===w.HTML?ut(e,t):vt(e,t)}(this,e);break;case xe.AFTER_AFTER_FRAMESET:!function(e,t){switch(t.tagID){case w.HTML:ut(e,t);break;case w.NOFRAMES:nt(e,t)}}(this,e)}}onEndTag(e){this.skipNextNewLine=!1,this.currentToken=e,this.currentNotInHTML?function(e,t){if(t.tagID===w.P||t.tagID===w.BR)return Yt(e),void e._endTagOutsideForeignContent(t);for(let s=e.openElements.stackTop;s>0;s--){let a=e.openElements.items[s];if(e.treeAdapter.getNamespaceURI(a)===U.HTML){e._endTagOutsideForeignContent(t);break}let r=e.treeAdapter.getTagName(a);if(r.toLowerCase()===t.tagName){t.tagName=r,e.openElements.shortenToLength(s);break}}}(this,e):this._endTagOutsideForeignContent(e)}_endTagOutsideForeignContent(e){switch(this.insertionMode){case xe.INITIAL:at(this,e);break;case xe.BEFORE_HTML:!function(e,t){let s=t.tagID;(s===w.HTML||s===w.HEAD||s===w.BODY||s===w.BR)&&rt(e,t)}(this,e);break;case xe.BEFORE_HEAD:!function(e,t){let s=t.tagID;s===w.HEAD||s===w.BODY||s===w.HTML||s===w.BR?it(e,t):e._err(t,o.endTagWithoutMatchingOpenElement)}(this,e);break;case xe.IN_HEAD:!function(e,t){switch(t.tagID){case w.HEAD:e.openElements.pop(),e.insertionMode=xe.AFTER_HEAD;break;case w.BODY:case w.BR:case w.HTML:ct(e,t);break;case w.TEMPLATE:ot(e,t);break;default:e._err(t,o.endTagWithoutMatchingOpenElement)}}(this,e);break;case xe.IN_HEAD_NO_SCRIPT:!function(e,t){switch(t.tagID){case w.NOSCRIPT:e.openElements.pop(),e.insertionMode=xe.IN_HEAD;break;case w.BR:Et(e,t);break;default:e._err(t,o.endTagWithoutMatchingOpenElement)}}(this,e);break;case xe.AFTER_HEAD:!function(e,t){switch(t.tagID){case w.BODY:case w.HTML:case w.BR:Tt(e,t);break;case w.TEMPLATE:ot(e,t);break;default:e._err(t,o.endTagWithoutMatchingOpenElement)}}(this,e);break;case xe.IN_BODY:It(this,e);break;case xe.TEXT:!function(e,t){var s;t.tagID===w.SCRIPT&&(null===(s=e.scriptHandler)||void 0===s||s.call(e,e.openElements.current)),e.openElements.pop(),e.insertionMode=e.originalInsertionMode}(this,e);break;case xe.IN_TABLE:Dt(this,e);break;case xe.IN_TABLE_TEXT:gt(this,e);break;case xe.IN_CAPTION:!function(e,t){let s=t.tagID;switch(s){case w.CAPTION:case w.TABLE:e.openElements.hasInTableScope(w.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(w.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=xe.IN_TABLE,s===w.TABLE&&Dt(e,t));break;case w.BODY:case w.COL:case w.COLGROUP:case w.HTML:case w.TBODY:case w.TD:case w.TFOOT:case w.TH:case w.THEAD:case w.TR:break;default:It(e,t)}}(this,e);break;case xe.IN_COLUMN_GROUP:!function(e,t){switch(t.tagID){case w.COLGROUP:e.openElements.currentTagId===w.COLGROUP&&(e.openElements.pop(),e.insertionMode=xe.IN_TABLE);break;case w.TEMPLATE:ot(e,t);break;case w.COL:break;default:Pt(e,t)}}(this,e);break;case xe.IN_TABLE_BODY:Bt(this,e);break;case xe.IN_ROW:Ut(this,e);break;case xe.IN_CELL:!function(e,t){let s=t.tagID;switch(s){case w.TD:case w.TH:e.openElements.hasInTableScope(s)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(s),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=xe.IN_ROW);break;case w.TABLE:case w.TBODY:case w.TFOOT:case w.THEAD:case w.TR:e.openElements.hasInTableScope(s)&&(e._closeTableCell(),Ut(e,t));break;case w.BODY:case w.CAPTION:case w.COL:case w.COLGROUP:case w.HTML:break;default:It(e,t)}}(this,e);break;case xe.IN_SELECT:yt(this,e);break;case xe.IN_SELECT_IN_TABLE:!function(e,t){let s=t.tagID;s===w.CAPTION||s===w.TABLE||s===w.TBODY||s===w.TFOOT||s===w.THEAD||s===w.TR||s===w.TD||s===w.TH?e.openElements.hasInTableScope(s)&&(e.openElements.popUntilTagNamePopped(w.SELECT),e._resetInsertionMode(),e.onEndTag(t)):yt(e,t)}(this,e);break;case xe.IN_TEMPLATE:!function(e,t){t.tagID===w.TEMPLATE&&ot(e,t)}(this,e);break;case xe.AFTER_BODY:wt(this,e);break;case xe.IN_FRAMESET:!function(e,t){t.tagID===w.FRAMESET&&!e.openElements.isRootHtmlElementCurrent()&&(e.openElements.pop(),!e.fragmentContext&&e.openElements.currentTagId!==w.FRAMESET&&(e.insertionMode=xe.AFTER_FRAMESET))}(this,e);break;case xe.AFTER_FRAMESET:!function(e,t){t.tagID===w.HTML&&(e.insertionMode=xe.AFTER_AFTER_FRAMESET)}(this,e);break;case xe.AFTER_AFTER_BODY:vt(this,e)}}onEof(e){switch(this.insertionMode){case xe.INITIAL:at(this,e);break;case xe.BEFORE_HTML:rt(this,e);break;case xe.BEFORE_HEAD:it(this,e);break;case xe.IN_HEAD:ct(this,e);break;case xe.IN_HEAD_NO_SCRIPT:Et(this,e);break;case xe.AFTER_HEAD:Tt(this,e);break;case xe.IN_BODY:case xe.IN_TABLE:case xe.IN_CAPTION:case xe.IN_COLUMN_GROUP:case xe.IN_TABLE_BODY:case xe.IN_ROW:case xe.IN_CELL:case xe.IN_SELECT:case xe.IN_SELECT_IN_TABLE:Ct(this,e);break;case xe.TEXT:!function(e,t){e._err(t,o.eofInElementThatCanContainOnlyText),e.openElements.pop(),e.insertionMode=e.originalInsertionMode,e.onEof(t)}(this,e);break;case xe.IN_TABLE_TEXT:gt(this,e);break;case xe.IN_TEMPLATE:Gt(this,e);break;case xe.AFTER_BODY:case xe.IN_FRAMESET:case xe.AFTER_FRAMESET:case xe.AFTER_AFTER_BODY:case xe.AFTER_AFTER_FRAMESET:st(this,e)}}onWhitespaceCharacter(e){if(this.skipNextNewLine&&(this.skipNextNewLine=!1,e.chars.charCodeAt(0)===a.LINE_FEED)){if(1===e.chars.length)return;e.chars=e.chars.substr(1)}if(this.tokenizer.inForeignNode)this._insertCharacters(e);else switch(this.insertionMode){case xe.IN_HEAD:case xe.IN_HEAD_NO_SCRIPT:case xe.AFTER_HEAD:case xe.TEXT:case xe.IN_COLUMN_GROUP:case xe.IN_SELECT:case xe.IN_SELECT_IN_TABLE:case xe.IN_FRAMESET:case xe.AFTER_FRAMESET:this._insertCharacters(e);break;case xe.IN_BODY:case xe.IN_CAPTION:case xe.IN_CELL:case xe.IN_TEMPLATE:case xe.AFTER_BODY:case xe.AFTER_AFTER_BODY:case xe.AFTER_AFTER_FRAMESET:lt(this,e);break;case xe.IN_TABLE:case xe.IN_TABLE_BODY:case xe.IN_ROW:Rt(this,e);break;case xe.IN_TABLE_TEXT:ft(this,e)}}};function Ve(e,t){let s=e.activeFormattingElements.getElementEntryInScopeWithTagName(t.tagName);return s?e.openElements.contains(s.element)?e.openElements.hasInScope(t.tagID)||(s=null):(e.activeFormattingElements.removeEntry(s),s=null):Nt(e,t),s}function je(e,t){let s=null,a=e.openElements.stackTop;for(;a>=0;a--){let r=e.openElements.items[a];if(r===t.element)break;e._isSpecialElement(r,e.openElements.tagIDs[a])&&(s=r)}return s||(e.openElements.shortenToLength(a<0?0:a),e.activeFormattingElements.removeEntry(t)),s}function ze(e,t,s){let a=t,r=e.openElements.getCommonAncestor(t);for(let i=0,n=r;n!==s;i++,n=r){r=e.openElements.getCommonAncestor(n);let s=e.activeFormattingElements.getElementEntry(n),o=s&&i>=Qe;!s||o?(o&&e.activeFormattingElements.removeEntry(s),e.openElements.remove(n)):(n=$e(e,s),a===t&&(e.activeFormattingElements.bookmark=s),e.treeAdapter.detachNode(a),e.treeAdapter.appendChild(n,a),a=n)}return a}function $e(e,t){let s=e.treeAdapter.getNamespaceURI(t.element),a=e.treeAdapter.createElement(t.token.tagName,s,t.token.attrs);return e.openElements.replace(t.element,a),t.element=a,a}function Je(e,t,s){let a=v(e.treeAdapter.getTagName(t));if(e._isElementCausesFosterParenting(a))e._fosterParentElement(s);else{let r=e.treeAdapter.getNamespaceURI(t);a===w.TEMPLATE&&r===U.HTML&&(t=e.treeAdapter.getTemplateContent(t)),e.treeAdapter.appendChild(t,s)}}function Ze(e,t,s){let a=e.treeAdapter.getNamespaceURI(s.element),{token:r}=s,i=e.treeAdapter.createElement(r.tagName,a,r.attrs);e._adoptNodes(t,i),e.treeAdapter.appendChild(t,i),e.activeFormattingElements.insertElementAfterBookmark(i,r),e.activeFormattingElements.removeEntry(s),e.openElements.remove(s.element),e.openElements.insertAfter(t,i,r.tagID)}function et(e,t){for(let s=0;s<Ye;s++){let s=Ve(e,t);if(!s)break;let a=je(e,s);if(!a)break;e.activeFormattingElements.bookmark=s;let r=ze(e,a,s.element),i=e.openElements.getCommonAncestor(s.element);e.treeAdapter.detachNode(r),i&&Je(e,i,r),Ze(e,a,s)}}function tt(e,t){e._appendCommentNode(t,e.openElements.currentTmplContentOrNode)}function st(e,t){if(e.stopped=!0,t.location){let s=e.fragmentContext?0:2;for(let a=e.openElements.stackTop;a>=s;a--)e._setEndLocation(e.openElements.items[a],t);if(!e.fragmentContext&&e.openElements.stackTop>=0){let s=e.openElements.items[0],a=e.treeAdapter.getNodeSourceCodeLocation(s);if(a&&!a.endTag&&(e._setEndLocation(s,t),e.openElements.stackTop>=1)){let s=e.openElements.items[1],a=e.treeAdapter.getNodeSourceCodeLocation(s);a&&!a.endTag&&e._setEndLocation(s,t)}}}}function at(e,t){e._err(t,o.missingDoctype,!0),e.treeAdapter.setDocumentMode(e.document,y.QUIRKS),e.insertionMode=xe.BEFORE_HTML,e._processToken(t)}function rt(e,t){e._insertFakeRootElement(),e.insertionMode=xe.BEFORE_HEAD,e._processToken(t)}function it(e,t){e._insertFakeElement(G.HEAD,w.HEAD),e.headElement=e.openElements.current,e.insertionMode=xe.IN_HEAD,e._processToken(t)}function nt(e,t){switch(t.tagID){case w.HTML:ut(e,t);break;case w.BASE:case w.BASEFONT:case w.BGSOUND:case w.LINK:case w.META:e._appendElement(t,U.HTML),t.ackSelfClosing=!0;break;case w.TITLE:e._switchToTextParsing(t,V.RCDATA);break;case w.NOSCRIPT:e.options.scriptingEnabled?e._switchToTextParsing(t,V.RAWTEXT):(e._insertElement(t,U.HTML),e.insertionMode=xe.IN_HEAD_NO_SCRIPT);break;case w.NOFRAMES:case w.STYLE:e._switchToTextParsing(t,V.RAWTEXT);break;case w.SCRIPT:e._switchToTextParsing(t,V.SCRIPT_DATA);break;case w.TEMPLATE:e._insertTemplate(t),e.activeFormattingElements.insertMarker(),e.framesetOk=!1,e.insertionMode=xe.IN_TEMPLATE,e.tmplInsertionModeStack.unshift(xe.IN_TEMPLATE);break;case w.HEAD:e._err(t,o.misplacedStartTagForHeadElement);break;default:ct(e,t)}}function ot(e,t){e.openElements.tmplCount>0?(e.openElements.generateImpliedEndTagsThoroughly(),e.openElements.currentTagId!==w.TEMPLATE&&e._err(t,o.closingOfElementWithOpenChildElements),e.openElements.popUntilTagNamePopped(w.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode()):e._err(t,o.endTagWithoutMatchingOpenElement)}function ct(e,t){e.openElements.pop(),e.insertionMode=xe.AFTER_HEAD,e._processToken(t)}function Et(e,t){let s=t.type===p.EOF?o.openElementsLeftAfterEof:o.disallowedContentInNoscriptInHead;e._err(t,s),e.openElements.pop(),e.insertionMode=xe.IN_HEAD,e._processToken(t)}function Tt(e,t){e._insertFakeElement(G.BODY,w.BODY),e.insertionMode=xe.IN_BODY,ht(e,t)}function ht(e,t){switch(t.type){case p.CHARACTER:At(e,t);break;case p.WHITESPACE_CHARACTER:lt(e,t);break;case p.COMMENT:tt(e,t);break;case p.START_TAG:ut(e,t);break;case p.END_TAG:It(e,t);break;case p.EOF:Ct(e,t)}}function lt(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t)}function At(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t),e.framesetOk=!1}function _t(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,U.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}function mt(e){let t=N(e,F.TYPE);return null!=t&&t.toLowerCase()===ve}function dt(e,t){e._switchToTextParsing(t,V.RAWTEXT)}function pt(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,U.HTML)}function ut(e,t){switch(t.tagID){case w.I:case w.S:case w.B:case w.U:case w.EM:case w.TT:case w.BIG:case w.CODE:case w.FONT:case w.SMALL:case w.STRIKE:case w.STRONG:!function(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,U.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}(e,t);break;case w.A:!function(e,t){let s=e.activeFormattingElements.getElementEntryInScopeWithTagName(G.A);s&&(et(e,t),e.openElements.remove(s.element),e.activeFormattingElements.removeEntry(s)),e._reconstructActiveFormattingElements(),e._insertElement(t,U.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}(e,t);break;case w.H1:case w.H2:case w.H3:case w.H4:case w.H5:case w.H6:!function(e,t){e.openElements.hasInButtonScope(w.P)&&e._closePElement(),q(e.openElements.currentTagId)&&e.openElements.pop(),e._insertElement(t,U.HTML)}(e,t);break;case w.P:case w.DL:case w.OL:case w.UL:case w.DIV:case w.DIR:case w.NAV:case w.MAIN:case w.MENU:case w.ASIDE:case w.CENTER:case w.FIGURE:case w.FOOTER:case w.HEADER:case w.HGROUP:case w.DIALOG:case w.DETAILS:case w.ADDRESS:case w.ARTICLE:case w.SECTION:case w.SUMMARY:case w.FIELDSET:case w.BLOCKQUOTE:case w.FIGCAPTION:!function(e,t){e.openElements.hasInButtonScope(w.P)&&e._closePElement(),e._insertElement(t,U.HTML)}(e,t);break;case w.LI:case w.DD:case w.DT:!function(e,t){e.framesetOk=!1;let s=t.tagID;for(let t=e.openElements.stackTop;t>=0;t--){let a=e.openElements.tagIDs[t];if(s===w.LI&&a===w.LI||(s===w.DD||s===w.DT)&&(a===w.DD||a===w.DT)){e.openElements.generateImpliedEndTagsWithExclusion(a),e.openElements.popUntilTagNamePopped(a);break}if(a!==w.ADDRESS&&a!==w.DIV&&a!==w.P&&e._isSpecialElement(e.openElements.items[t],a))break}e.openElements.hasInButtonScope(w.P)&&e._closePElement(),e._insertElement(t,U.HTML)}(e,t);break;case w.BR:case w.IMG:case w.WBR:case w.AREA:case w.EMBED:case w.KEYGEN:_t(e,t);break;case w.HR:!function(e,t){e.openElements.hasInButtonScope(w.P)&&e._closePElement(),e._appendElement(t,U.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}(e,t);break;case w.RB:case w.RTC:!function(e,t){e.openElements.hasInScope(w.RUBY)&&e.openElements.generateImpliedEndTags(),e._insertElement(t,U.HTML)}(e,t);break;case w.RT:case w.RP:!function(e,t){e.openElements.hasInScope(w.RUBY)&&e.openElements.generateImpliedEndTagsWithExclusion(w.RTC),e._insertElement(t,U.HTML)}(e,t);break;case w.PRE:case w.LISTING:!function(e,t){e.openElements.hasInButtonScope(w.P)&&e._closePElement(),e._insertElement(t,U.HTML),e.skipNextNewLine=!0,e.framesetOk=!1}(e,t);break;case w.XMP:!function(e,t){e.openElements.hasInButtonScope(w.P)&&e._closePElement(),e._reconstructActiveFormattingElements(),e.framesetOk=!1,e._switchToTextParsing(t,V.RAWTEXT)}(e,t);break;case w.SVG:!function(e,t){e._reconstructActiveFormattingElements(),ye(t),Ge(t),t.selfClosing?e._appendElement(t,U.SVG):e._insertElement(t,U.SVG),t.ackSelfClosing=!0}(e,t);break;case w.HTML:!function(e,t){0===e.openElements.tmplCount&&e.treeAdapter.adoptAttributes(e.openElements.items[0],t.attrs)}(e,t);break;case w.BASE:case w.LINK:case w.META:case w.STYLE:case w.TITLE:case w.SCRIPT:case w.BGSOUND:case w.BASEFONT:case w.TEMPLATE:nt(e,t);break;case w.BODY:!function(e,t){let s=e.openElements.tryPeekProperlyNestedBodyElement();s&&0===e.openElements.tmplCount&&(e.framesetOk=!1,e.treeAdapter.adoptAttributes(s,t.attrs))}(e,t);break;case w.FORM:!function(e,t){let s=e.openElements.tmplCount>0;(!e.formElement||s)&&(e.openElements.hasInButtonScope(w.P)&&e._closePElement(),e._insertElement(t,U.HTML),s||(e.formElement=e.openElements.current))}(e,t);break;case w.NOBR:!function(e,t){e._reconstructActiveFormattingElements(),e.openElements.hasInScope(w.NOBR)&&(et(e,t),e._reconstructActiveFormattingElements()),e._insertElement(t,U.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}(e,t);break;case w.MATH:!function(e,t){e._reconstructActiveFormattingElements(),Fe(t),Ge(t),t.selfClosing?e._appendElement(t,U.MATHML):e._insertElement(t,U.MATHML),t.ackSelfClosing=!0}(e,t);break;case w.TABLE:!function(e,t){e.treeAdapter.getDocumentMode(e.document)!==y.QUIRKS&&e.openElements.hasInButtonScope(w.P)&&e._closePElement(),e._insertElement(t,U.HTML),e.framesetOk=!1,e.insertionMode=xe.IN_TABLE}(e,t);break;case w.INPUT:!function(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,U.HTML),mt(t)||(e.framesetOk=!1),t.ackSelfClosing=!0}(e,t);break;case w.PARAM:case w.TRACK:case w.SOURCE:!function(e,t){e._appendElement(t,U.HTML),t.ackSelfClosing=!0}(e,t);break;case w.IMAGE:!function(e,t){t.tagName=G.IMG,t.tagID=w.IMG,_t(e,t)}(e,t);break;case w.BUTTON:!function(e,t){e.openElements.hasInScope(w.BUTTON)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(w.BUTTON)),e._reconstructActiveFormattingElements(),e._insertElement(t,U.HTML),e.framesetOk=!1}(e,t);break;case w.APPLET:case w.OBJECT:case w.MARQUEE:!function(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,U.HTML),e.activeFormattingElements.insertMarker(),e.framesetOk=!1}(e,t);break;case w.IFRAME:!function(e,t){e.framesetOk=!1,e._switchToTextParsing(t,V.RAWTEXT)}(e,t);break;case w.SELECT:!function(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,U.HTML),e.framesetOk=!1,e.insertionMode=e.insertionMode===xe.IN_TABLE||e.insertionMode===xe.IN_CAPTION||e.insertionMode===xe.IN_TABLE_BODY||e.insertionMode===xe.IN_ROW||e.insertionMode===xe.IN_CELL?xe.IN_SELECT_IN_TABLE:xe.IN_SELECT}(e,t);break;case w.OPTION:case w.OPTGROUP:!function(e,t){e.openElements.currentTagId===w.OPTION&&e.openElements.pop(),e._reconstructActiveFormattingElements(),e._insertElement(t,U.HTML)}(e,t);break;case w.NOEMBED:dt(e,t);break;case w.FRAMESET:!function(e,t){let s=e.openElements.tryPeekProperlyNestedBodyElement();e.framesetOk&&s&&(e.treeAdapter.detachNode(s),e.openElements.popAllUpToHtmlElement(),e._insertElement(t,U.HTML),e.insertionMode=xe.IN_FRAMESET)}(e,t);break;case w.TEXTAREA:!function(e,t){e._insertElement(t,U.HTML),e.skipNextNewLine=!0,e.tokenizer.state=V.RCDATA,e.originalInsertionMode=e.insertionMode,e.framesetOk=!1,e.insertionMode=xe.TEXT}(e,t);break;case w.NOSCRIPT:e.options.scriptingEnabled?dt(e,t):pt(e,t);break;case w.PLAINTEXT:!function(e,t){e.openElements.hasInButtonScope(w.P)&&e._closePElement(),e._insertElement(t,U.HTML),e.tokenizer.state=V.PLAINTEXT}(e,t);break;case w.COL:case w.TH:case w.TD:case w.TR:case w.HEAD:case w.FRAME:case w.TBODY:case w.TFOOT:case w.THEAD:case w.CAPTION:case w.COLGROUP:break;default:pt(e,t)}}function Nt(e,t){let s=t.tagName,a=t.tagID;for(let t=e.openElements.stackTop;t>0;t--){let r=e.openElements.items[t],i=e.openElements.tagIDs[t];if(a===i&&(a!==w.UNKNOWN||e.treeAdapter.getTagName(r)===s)){e.openElements.generateImpliedEndTagsWithExclusion(a),e.openElements.stackTop>=t&&e.openElements.shortenToLength(t);break}if(e._isSpecialElement(r,i))break}}function It(e,t){switch(t.tagID){case w.A:case w.B:case w.I:case w.S:case w.U:case w.EM:case w.TT:case w.BIG:case w.CODE:case w.FONT:case w.NOBR:case w.SMALL:case w.STRIKE:case w.STRONG:et(e,t);break;case w.P:!function(e){e.openElements.hasInButtonScope(w.P)||e._insertFakeElement(G.P,w.P),e._closePElement()}(e);break;case w.DL:case w.UL:case w.OL:case w.DIR:case w.DIV:case w.NAV:case w.PRE:case w.MAIN:case w.MENU:case w.ASIDE:case w.BUTTON:case w.CENTER:case w.FIGURE:case w.FOOTER:case w.HEADER:case w.HGROUP:case w.DIALOG:case w.ADDRESS:case w.ARTICLE:case w.DETAILS:case w.SECTION:case w.SUMMARY:case w.LISTING:case w.FIELDSET:case w.BLOCKQUOTE:case w.FIGCAPTION:!function(e,t){let s=t.tagID;e.openElements.hasInScope(s)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(s))}(e,t);break;case w.LI:!function(e){e.openElements.hasInListItemScope(w.LI)&&(e.openElements.generateImpliedEndTagsWithExclusion(w.LI),e.openElements.popUntilTagNamePopped(w.LI))}(e);break;case w.DD:case w.DT:!function(e,t){let s=t.tagID;e.openElements.hasInScope(s)&&(e.openElements.generateImpliedEndTagsWithExclusion(s),e.openElements.popUntilTagNamePopped(s))}(e,t);break;case w.H1:case w.H2:case w.H3:case w.H4:case w.H5:case w.H6:!function(e){e.openElements.hasNumberedHeaderInScope()&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilNumberedHeaderPopped())}(e);break;case w.BR:!function(e){e._reconstructActiveFormattingElements(),e._insertFakeElement(G.BR,w.BR),e.openElements.pop(),e.framesetOk=!1}(e);break;case w.BODY:!function(e,t){if(e.openElements.hasInScope(w.BODY)&&(e.insertionMode=xe.AFTER_BODY,e.options.sourceCodeLocationInfo)){let s=e.openElements.tryPeekProperlyNestedBodyElement();s&&e._setEndLocation(s,t)}}(e,t);break;case w.HTML:!function(e,t){e.openElements.hasInScope(w.BODY)&&(e.insertionMode=xe.AFTER_BODY,wt(e,t))}(e,t);break;case w.FORM:!function(e){let t=e.openElements.tmplCount>0,{formElement:s}=e;t||(e.formElement=null),(s||t)&&e.openElements.hasInScope(w.FORM)&&(e.openElements.generateImpliedEndTags(),t?e.openElements.popUntilTagNamePopped(w.FORM):s&&e.openElements.remove(s))}(e);break;case w.APPLET:case w.OBJECT:case w.MARQUEE:!function(e,t){let s=t.tagID;e.openElements.hasInScope(s)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(s),e.activeFormattingElements.clearToLastMarker())}(e,t);break;case w.TEMPLATE:ot(e,t);break;default:Nt(e,t)}}function Ct(e,t){e.tmplInsertionModeStack.length>0?Gt(e,t):st(e,t)}function Rt(e,t){if(We.has(e.openElements.currentTagId))switch(e.pendingCharacterTokens.length=0,e.hasNonWhitespacePendingCharacterToken=!1,e.originalInsertionMode=e.insertionMode,e.insertionMode=xe.IN_TABLE_TEXT,t.type){case p.CHARACTER:Lt(e,t);break;case p.WHITESPACE_CHARACTER:ft(e,t)}else Ot(e,t)}function St(e,t){switch(t.tagID){case w.TD:case w.TH:case w.TR:!function(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(G.TBODY,w.TBODY),e.insertionMode=xe.IN_TABLE_BODY,bt(e,t)}(e,t);break;case w.STYLE:case w.SCRIPT:case w.TEMPLATE:nt(e,t);break;case w.COL:!function(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(G.COLGROUP,w.COLGROUP),e.insertionMode=xe.IN_COLUMN_GROUP,kt(e,t)}(e,t);break;case w.FORM:!function(e,t){!e.formElement&&0===e.openElements.tmplCount&&(e._insertElement(t,U.HTML),e.formElement=e.openElements.current,e.openElements.pop())}(e,t);break;case w.TABLE:!function(e,t){e.openElements.hasInTableScope(w.TABLE)&&(e.openElements.popUntilTagNamePopped(w.TABLE),e._resetInsertionMode(),e._processStartTag(t))}(e,t);break;case w.TBODY:case w.TFOOT:case w.THEAD:!function(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,U.HTML),e.insertionMode=xe.IN_TABLE_BODY}(e,t);break;case w.INPUT:!function(e,t){mt(t)?e._appendElement(t,U.HTML):Ot(e,t),t.ackSelfClosing=!0}(e,t);break;case w.CAPTION:!function(e,t){e.openElements.clearBackToTableContext(),e.activeFormattingElements.insertMarker(),e._insertElement(t,U.HTML),e.insertionMode=xe.IN_CAPTION}(e,t);break;case w.COLGROUP:!function(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,U.HTML),e.insertionMode=xe.IN_COLUMN_GROUP}(e,t);break;default:Ot(e,t)}}function Dt(e,t){switch(t.tagID){case w.TABLE:e.openElements.hasInTableScope(w.TABLE)&&(e.openElements.popUntilTagNamePopped(w.TABLE),e._resetInsertionMode());break;case w.TEMPLATE:ot(e,t);break;case w.BODY:case w.CAPTION:case w.COL:case w.COLGROUP:case w.HTML:case w.TBODY:case w.TD:case w.TFOOT:case w.TH:case w.THEAD:case w.TR:break;default:Ot(e,t)}}function Ot(e,t){let s=e.fosterParentingEnabled;e.fosterParentingEnabled=!0,ht(e,t),e.fosterParentingEnabled=s}function ft(e,t){e.pendingCharacterTokens.push(t)}function Lt(e,t){e.pendingCharacterTokens.push(t),e.hasNonWhitespacePendingCharacterToken=!0}function gt(e,t){let s=0;if(e.hasNonWhitespacePendingCharacterToken)for(;s<e.pendingCharacterTokens.length;s++)Ot(e,e.pendingCharacterTokens[s]);else for(;s<e.pendingCharacterTokens.length;s++)e._insertCharacters(e.pendingCharacterTokens[s]);e.insertionMode=e.originalInsertionMode,e._processToken(t)}var Mt=new Set([w.CAPTION,w.COL,w.COLGROUP,w.TBODY,w.TD,w.TFOOT,w.TH,w.THEAD,w.TR]);function kt(e,t){switch(t.tagID){case w.HTML:ut(e,t);break;case w.COL:e._appendElement(t,U.HTML),t.ackSelfClosing=!0;break;case w.TEMPLATE:nt(e,t);break;default:Pt(e,t)}}function Pt(e,t){e.openElements.currentTagId===w.COLGROUP&&(e.openElements.pop(),e.insertionMode=xe.IN_TABLE,e._processToken(t))}function bt(e,t){switch(t.tagID){case w.TR:e.openElements.clearBackToTableBodyContext(),e._insertElement(t,U.HTML),e.insertionMode=xe.IN_ROW;break;case w.TH:case w.TD:e.openElements.clearBackToTableBodyContext(),e._insertFakeElement(G.TR,w.TR),e.insertionMode=xe.IN_ROW,Ht(e,t);break;case w.CAPTION:case w.COL:case w.COLGROUP:case w.TBODY:case w.TFOOT:case w.THEAD:e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=xe.IN_TABLE,St(e,t));break;default:St(e,t)}}function Bt(e,t){let s=t.tagID;switch(t.tagID){case w.TBODY:case w.TFOOT:case w.THEAD:e.openElements.hasInTableScope(s)&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=xe.IN_TABLE);break;case w.TABLE:e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=xe.IN_TABLE,Dt(e,t));break;case w.BODY:case w.CAPTION:case w.COL:case w.COLGROUP:case w.HTML:case w.TD:case w.TH:case w.TR:break;default:Dt(e,t)}}function Ht(e,t){switch(t.tagID){case w.TH:case w.TD:e.openElements.clearBackToTableRowContext(),e._insertElement(t,U.HTML),e.insertionMode=xe.IN_CELL,e.activeFormattingElements.insertMarker();break;case w.CAPTION:case w.COL:case w.COLGROUP:case w.TBODY:case w.TFOOT:case w.THEAD:case w.TR:e.openElements.hasInTableScope(w.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=xe.IN_TABLE_BODY,bt(e,t));break;default:St(e,t)}}function Ut(e,t){switch(t.tagID){case w.TR:e.openElements.hasInTableScope(w.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=xe.IN_TABLE_BODY);break;case w.TABLE:e.openElements.hasInTableScope(w.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=xe.IN_TABLE_BODY,Bt(e,t));break;case w.TBODY:case w.TFOOT:case w.THEAD:(e.openElements.hasInTableScope(t.tagID)||e.openElements.hasInTableScope(w.TR))&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=xe.IN_TABLE_BODY,Bt(e,t));break;case w.BODY:case w.CAPTION:case w.COL:case w.COLGROUP:case w.HTML:case w.TD:case w.TH:break;default:Dt(e,t)}}function Ft(e,t){switch(t.tagID){case w.HTML:ut(e,t);break;case w.OPTION:e.openElements.currentTagId===w.OPTION&&e.openElements.pop(),e._insertElement(t,U.HTML);break;case w.OPTGROUP:e.openElements.currentTagId===w.OPTION&&e.openElements.pop(),e.openElements.currentTagId===w.OPTGROUP&&e.openElements.pop(),e._insertElement(t,U.HTML);break;case w.INPUT:case w.KEYGEN:case w.TEXTAREA:case w.SELECT:e.openElements.hasInSelectScope(w.SELECT)&&(e.openElements.popUntilTagNamePopped(w.SELECT),e._resetInsertionMode(),t.tagID!==w.SELECT&&e._processStartTag(t));break;case w.SCRIPT:case w.TEMPLATE:nt(e,t)}}function yt(e,t){switch(t.tagID){case w.OPTGROUP:e.openElements.stackTop>0&&e.openElements.currentTagId===w.OPTION&&e.openElements.tagIDs[e.openElements.stackTop-1]===w.OPTGROUP&&e.openElements.pop(),e.openElements.currentTagId===w.OPTGROUP&&e.openElements.pop();break;case w.OPTION:e.openElements.currentTagId===w.OPTION&&e.openElements.pop();break;case w.SELECT:e.openElements.hasInSelectScope(w.SELECT)&&(e.openElements.popUntilTagNamePopped(w.SELECT),e._resetInsertionMode());break;case w.TEMPLATE:ot(e,t)}}function Gt(e,t){e.openElements.tmplCount>0?(e.openElements.popUntilTagNamePopped(w.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode(),e.onEof(t)):st(e,t)}function wt(e,t){var s;if(t.tagID===w.HTML){if(e.fragmentContext||(e.insertionMode=xe.AFTER_AFTER_BODY),e.options.sourceCodeLocationInfo&&e.openElements.tagIDs[0]===w.HTML){e._setEndLocation(e.openElements.items[0],t);let a=e.openElements.items[1];a&&(null===(s=e.treeAdapter.getNodeSourceCodeLocation(a))||void 0===s||!s.endTag)&&e._setEndLocation(a,t)}}else xt(e,t)}function xt(e,t){e.insertionMode=xe.IN_BODY,ht(e,t)}function vt(e,t){e.insertionMode=xe.IN_BODY,ht(e,t)}function Yt(e){for(;e.treeAdapter.getNamespaceURI(e.openElements.current)!==U.HTML&&!e._isIntegrationPoint(e.openElements.currentTagId,e.openElements.current);)e.openElements.pop()}var Qt=new Map([[34,\"&quot;\"],[38,\"&amp;\"],[39,\"&apos;\"],[60,\"&lt;\"],[62,\"&gt;\"]]);String.prototype.codePointAt;function qt(e,t){return function(s){let a,r=0,i=\"\";for(;a=e.exec(s);)r!==a.index&&(i+=s.substring(r,a.index)),i+=t.get(a[0].charCodeAt(0)),r=a.index+1;return i+s.substring(r)}}qt(/[&<>'\"]/g,Qt);var Wt=qt(/[\"&\\u00A0]/g,new Map([[34,\"&quot;\"],[38,\"&amp;\"],[160,\"&nbsp;\"]])),Xt=qt(/[&<>\\u00A0]/g,new Map([[38,\"&amp;\"],[60,\"&lt;\"],[62,\"&gt;\"],[160,\"&nbsp;\"]])),Kt=new Set([G.AREA,G.BASE,G.BASEFONT,G.BGSOUND,G.BR,G.COL,G.EMBED,G.FRAME,G.HR,G.IMG,G.INPUT,G.KEYGEN,G.LINK,G.META,G.PARAM,G.SOURCE,G.TRACK,G.WBR]);function Vt(e,t){return t.treeAdapter.isElementNode(e)&&t.treeAdapter.getNamespaceURI(e)===U.HTML&&Kt.has(t.treeAdapter.getTagName(e))}var jt={treeAdapter:Ne,scriptingEnabled:!0};function zt(e,t){let s=\"\",a=t.treeAdapter.isElementNode(e)&&t.treeAdapter.getTagName(e)===G.TEMPLATE&&t.treeAdapter.getNamespaceURI(e)===U.HTML?t.treeAdapter.getTemplateContent(e):e,r=t.treeAdapter.getChildNodes(a);if(r)for(let e of r)s+=$t(e,t);return s}function $t(e,t){return t.treeAdapter.isElementNode(e)?function(e,t){let s=t.treeAdapter.getTagName(e);return`<${s}${function(e,{treeAdapter:t}){let s=\"\";for(let a of t.getAttrList(e)){if(s+=\" \",a.namespace)switch(a.namespace){case U.XML:s+=`xml:${a.name}`;break;case U.XMLNS:\"xmlns\"!==a.name&&(s+=\"xmlns:\"),s+=a.name;break;case U.XLINK:s+=`xlink:${a.name}`;break;default:s+=`${a.prefix}:${a.name}`}else s+=a.name;s+=`=\"${Wt(a.value)}\"`}return s}(e,t)}>${Vt(e,t)?\"\":`${zt(e,t)}</${s}>`}`}(e,t):t.treeAdapter.isTextNode(e)?function(e,t){let{treeAdapter:s}=t,a=s.getTextNodeContent(e),r=s.getParentNode(e),i=r&&s.isElementNode(r)&&s.getTagName(r);return i&&s.getNamespaceURI(r)===U.HTML&&function(e,t){return W.has(e)||t&&e===G.NOSCRIPT}(i,t.scriptingEnabled)?a:Xt(a)}(e,t):t.treeAdapter.isCommentNode(e)?function(e,{treeAdapter:t}){return`\\x3c!--${t.getCommentNodeContent(e)}--\\x3e`}(e,t):t.treeAdapter.isDocumentTypeNode(e)?function(e,{treeAdapter:t}){return`<!DOCTYPE ${t.getDocumentTypeNodeName(e)}>`}(e,t):\"\"}self.html=class{constructor(e){this.generateHead=s,this.config=[{elements:\"all\",tags:[\"style\"],action:\"css\"},{elements:[\"script\",\"iframe\",\"embed\",\"input\",\"track\",\"media\",\"source\",\"img\"],tags:[\"src\"],action:\"url\"},{elements:[\"source\",\"img\"],tags:[\"srcset\"],action:\"srcset\"},{elements:[\"a\",\"link\",\"area\"],tags:[\"href\"],action:\"url\"},{elements:[\"form\"],tags:[\"action\"],action:\"url\"},{elements:[\"object\"],tags:[\"data\"],action:\"url\"},{elements:[\"script\",\"link\"],tags:[\"integrity\"],action:\"rewrite\",new:\"nointegrity\"},{elements:[\"script\",\"link\"],tags:[\"nonce\"],action:\"rewrite\",new:\"nononce\"},{elements:[\"meta\"],tags:[\"http-equiv\"],action:\"http-equiv\"},{elements:[\"iframe\"],tags:[\"srcdoc\"],action:\"html\"},{elements:[\"link\"],tags:[\"imagesrcset\"],action:\"srcset\"},{elements:\"all\",tags:[\"onclick\"],action:\"js\"}],this.ctx=e.ctx}generateRedirect(e){return`\\n<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\\n<TITLE>301 Moved</TITLE></HEAD><BODY>\\n<H1>301 Moved</H1>\\nThe document has moved\\n<A HREF=\"${e}\">here</A>.\\n</BODY></HTML>\\n    `}iterate(e,t){!function s(a=e){for(var r=0;r<a.childNodes.length;r++)t(a.childNodes[r]),a.childNodes[r].childNodes&&a.childNodes[r].childNodes.length&&s(a.childNodes[r])}(e)}rewrite(s,a,r=[]){let i=this;if(Array.isArray(s)&&(s=s[0]),!s||!(s=s.toString()).match(/<(html|script|style)[^>]*>/g)&&s.match(/<\\!DOCTYPE[^>]*>/gi))return s;var n=function(e,t){return Ke.parse(e,t)}(s,{}),o=[];if(this.iterate(n,(e=>o.push(e))),(o=o.map((e=>(e.attribs={},e.attrs&&e.attrs.map((({name:t,value:s})=>e.attribs[t]=s)),e)))).find((e=>\"base\"==e.nodeName)))var c=new URL(o.find((e=>\"base\"==e.nodeName)).attribs.href,new URL(a.href)).href;else c=a.href;for(var E of(c=new URL(c),o)){var T=new t(E,i.ctx);for(var h of(\"base\"==E.nodeName&&(T.setAttribute(\"data-dynamic_href\",T.getAttribute(\"href\")),T.setAttribute(\"href\",this.ctx.url.encode(T.getAttribute(\"href\"),a))),\"script\"==E.nodeName&&(\"about:blank\"==a.href&&(E.attribs.defer=\"true\"),!T.getAttribute(\"src\")&&\"application/json\"!==T.getAttribute(\"type\")&&E.childNodes.forEach((e=>\"#text\"!==e.nodeName?e:T.getAttribute(\"type\")&&\"application/javascript\"!==T.getAttribute(\"type\")&&\"text/javascript\"!==T.getAttribute(\"type\")&&\"module\"!==T.getAttribute(\"type\")?d:void(e.value=i.ctx.rewrite.js.rewrite(e.value,{type:\"script\"},!1,i.ctx))))),\"style\"==E.nodeName&&E.childNodes.forEach((e=>{if(\"#text\"!==e.nodeName)return d;e.value=i.ctx.rewrite.css.rewrite(e.value,c)})),i.config))if(\"all\"===h.elements||h.elements.indexOf(E.nodeName)>-1)for(var l of h.tags)if(T.hasAttribute(l)&&T.getAttribute(l)){if(\"link\"==E.tagName&&(\"icon\"==T.getAttribute(\"rel\")||\"shortcut icon\"==T.getAttribute(\"rel\"))&&this.ctx.config.tab?.icon){T.setAttribute(`data-dynamic_${l}`,T.getAttribute(l)),T.setAttribute(\"href\",this.ctx.url.encode(this.ctx.config.tab.icon,c));continue}if(\"url\"===h.action){if(T.setAttribute(`data-dynamic_${l}`,T.getAttribute(l)),!T.getAttribute(l).match(i.ctx.regex.ProtocolRegex)&&T.getAttribute(l).match(/^([a-zA-Z0-9\\-]+)\\:\\/\\//g))continue;T.setAttribute(l,i.ctx.url.encode(T.getAttribute(l),c))}else if(\"srcset\"===h.action)T.setAttribute(`data-dynamic_${l}`,T.getAttribute(l)),T.setAttribute(l,e.encode(T.getAttribute(l),i.ctx));else if(\"rewrite\"===h.action)T.setAttribute(h.new,T.getAttribute(l)),T.removeAttribute(l);else if(\"html\"===h.action){T.setAttribute(`data-dynamic_${l}`,T.getAttribute(l)),T.removeAttribute(l);let e=new Blob([i.ctx.rewrite.html.rewrite(T.getAttribute(l),c)],{type:\"text/html\"});T.setAttribute(\"src\",URL.createObjectURL(e))}else if(\"http-equiv\"===h.action){let e=T.getAttribute(\"content\");switch(T.getAttribute(\"http-equiv\").toLowerCase()){case\"refresh\":var A=e.split(\"url=\")[0].split(\";\")[0],_=e.split(\"url=\")[1];T.setAttribute(\"content\",`${A};url=${i.ctx.url.encode(_,c)}`);break;case\"content-security-policy\":T.removeAttribute(\"content\"),T.removeAttribute(\"http-equiv\")}}else\"css\"===h.action?(T.setAttribute(`data-dynamic_${l}`,T.getAttribute(l)),T.setAttribute(l,i.ctx.rewrite.css.rewrite(T.getAttribute(l),c))):\"delete\"===h.action?T.removeAttribute(l):\"js\"===h.action&&T.setAttribute(l,i.ctx.rewrite.js.rewrite(T.getAttribute(l),{type:\"script\"},!1,i.ctx))}}if(r&&n.childNodes.length&&r.length)for(var m=n.childNodes.find((e=>\"html\"==e.nodeName)),d=0;d<r.length;d++)m?m.childNodes.unshift(r[d]):n.childNodes.unshift(r[d]);return s=function(e,t){let s={...jt,...t};return Vt(e,s)?\"\":zt(e,s)}(n),s}}})();"
  },
  {
    "path": "static/assets/history/worker.js",
    "content": "\"use strict\";(()=>{var e,t,i,s=Object.create,r=Object.defineProperty,n=Object.getOwnPropertyDescriptor,a=Object.getOwnPropertyNames,o=Object.getPrototypeOf,c=Object.prototype.hasOwnProperty,h=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),l=(e,t)=>{for(var i in t)r(e,i,{get:t[i],enumerable:!0})},p=(e,t,i)=>(i=null!=e?s(o(e)):{},((e,t,i,s)=>{if(t&&\"object\"==typeof t||\"function\"==typeof t)for(let o of a(t))!c.call(e,o)&&o!==i&&r(e,o,{get:()=>t[o],enumerable:!(s=n(t,o))||s.enumerable});return e})(!t&&e&&e.__esModule?i:r(i,\"default\",{value:e,enumerable:!0}),e)),u=(e,t,i)=>(((e,t,i)=>{t in e?r(e,t,{enumerable:!0,configurable:!0,writable:!0,value:i}):e[t]=i})(e,\"symbol\"!=typeof t?t+\"\":t,i),i),d=h(((e,t)=>{function i(e){if(\"string\"!=typeof e)throw new TypeError(\"Path must be a string. Received \"+JSON.stringify(e))}function s(e,t){for(var i,s=\"\",r=0,n=-1,a=0,o=0;o<=e.length;++o){if(o<e.length)i=e.charCodeAt(o);else{if(47===i)break;i=47}if(47===i){if(n!==o-1&&1!==a)if(n!==o-1&&2===a){if(s.length<2||2!==r||46!==s.charCodeAt(s.length-1)||46!==s.charCodeAt(s.length-2))if(s.length>2){var c=s.lastIndexOf(\"/\");if(c!==s.length-1){-1===c?(s=\"\",r=0):r=(s=s.slice(0,c)).length-1-s.lastIndexOf(\"/\"),n=o,a=0;continue}}else if(2===s.length||1===s.length){s=\"\",r=0,n=o,a=0;continue}t&&(s.length>0?s+=\"/..\":s=\"..\",r=2)}else s.length>0?s+=\"/\"+e.slice(n+1,o):s=e.slice(n+1,o),r=o-n-1;n=o,a=0}else 46===i&&-1!==a?++a:a=-1}return s}var r={resolve:function(){for(var e,t=\"\",r=!1,n=arguments.length-1;n>=-1&&!r;n--){var a;n>=0?a=arguments[n]:(void 0===e&&(e=process.cwd()),a=e),i(a),0!==a.length&&(t=a+\"/\"+t,r=47===a.charCodeAt(0))}return t=s(t,!r),r?t.length>0?\"/\"+t:\"/\":t.length>0?t:\".\"},normalize:function(e){if(i(e),0===e.length)return\".\";var t=47===e.charCodeAt(0),r=47===e.charCodeAt(e.length-1);return 0===(e=s(e,!t)).length&&!t&&(e=\".\"),e.length>0&&r&&(e+=\"/\"),t?\"/\"+e:e},isAbsolute:function(e){return i(e),e.length>0&&47===e.charCodeAt(0)},join:function(){if(0===arguments.length)return\".\";for(var e,t=0;t<arguments.length;++t){var s=arguments[t];i(s),s.length>0&&(void 0===e?e=s:e+=\"/\"+s)}return void 0===e?\".\":r.normalize(e)},relative:function(e,t){if(i(e),i(t),e===t||(e=r.resolve(e))===(t=r.resolve(t)))return\"\";for(var s=1;s<e.length&&47===e.charCodeAt(s);++s);for(var n=e.length,a=n-s,o=1;o<t.length&&47===t.charCodeAt(o);++o);for(var c=t.length-o,h=a<c?a:c,l=-1,p=0;p<=h;++p){if(p===h){if(c>h){if(47===t.charCodeAt(o+p))return t.slice(o+p+1);if(0===p)return t.slice(o+p)}else a>h&&(47===e.charCodeAt(s+p)?l=p:0===p&&(l=0));break}var u=e.charCodeAt(s+p);if(u!==t.charCodeAt(o+p))break;47===u&&(l=p)}var d=\"\";for(p=s+l+1;p<=n;++p)(p===n||47===e.charCodeAt(p))&&(0===d.length?d+=\"..\":d+=\"/..\");return d.length>0?d+t.slice(o+l):(o+=l,47===t.charCodeAt(o)&&++o,t.slice(o))},_makeLong:function(e){return e},dirname:function(e){if(i(e),0===e.length)return\".\";for(var t=e.charCodeAt(0),s=47===t,r=-1,n=!0,a=e.length-1;a>=1;--a)if(47===(t=e.charCodeAt(a))){if(!n){r=a;break}}else n=!1;return-1===r?s?\"/\":\".\":s&&1===r?\"//\":e.slice(0,r)},basename:function(e,t){if(void 0!==t&&\"string\"!=typeof t)throw new TypeError('\"ext\" argument must be a string');i(e);var s,r=0,n=-1,a=!0;if(void 0!==t&&t.length>0&&t.length<=e.length){if(t.length===e.length&&t===e)return\"\";var o=t.length-1,c=-1;for(s=e.length-1;s>=0;--s){var h=e.charCodeAt(s);if(47===h){if(!a){r=s+1;break}}else-1===c&&(a=!1,c=s+1),o>=0&&(h===t.charCodeAt(o)?-1==--o&&(n=s):(o=-1,n=c))}return r===n?n=c:-1===n&&(n=e.length),e.slice(r,n)}for(s=e.length-1;s>=0;--s)if(47===e.charCodeAt(s)){if(!a){r=s+1;break}}else-1===n&&(a=!1,n=s+1);return-1===n?\"\":e.slice(r,n)},extname:function(e){i(e);for(var t=-1,s=0,r=-1,n=!0,a=0,o=e.length-1;o>=0;--o){var c=e.charCodeAt(o);if(47!==c)-1===r&&(n=!1,r=o+1),46===c?-1===t?t=o:1!==a&&(a=1):-1!==t&&(a=-1);else if(!n){s=o+1;break}}return-1===t||-1===r||0===a||1===a&&t===r-1&&t===s+1?\"\":e.slice(t,r)},format:function(e){if(null===e||\"object\"!=typeof e)throw new TypeError('The \"pathObject\" argument must be of type Object. Received type '+typeof e);return function(e,t){var i=t.dir||t.root,s=t.base||(t.name||\"\")+(t.ext||\"\");return i?i===t.root?i+s:i+e+s:s}(\"/\",e)},parse:function(e){i(e);var t={root:\"\",dir:\"\",base:\"\",ext:\"\",name:\"\"};if(0===e.length)return t;var s,r=e.charCodeAt(0),n=47===r;n?(t.root=\"/\",s=1):s=0;for(var a=-1,o=0,c=-1,h=!0,l=e.length-1,p=0;l>=s;--l)if(47!==(r=e.charCodeAt(l)))-1===c&&(h=!1,c=l+1),46===r?-1===a?a=l:1!==p&&(p=1):-1!==a&&(p=-1);else if(!h){o=l+1;break}return-1===a||-1===c||0===p||1===p&&a===c-1&&a===o+1?-1!==c&&(t.base=t.name=0===o&&n?e.slice(1,c):e.slice(o,c)):(0===o&&n?(t.name=e.slice(1,a),t.base=e.slice(1,c)):(t.name=e.slice(o,a),t.base=e.slice(o,c)),t.ext=e.slice(a,c)),o>0?t.dir=e.slice(0,o-1):n&&(t.dir=\"/\"),t},sep:\"/\",delimiter:\":\",win32:null,posix:null};r.posix=r,t.exports=r})),f=h((e=>{e.parse=function(e,t){if(\"string\"!=typeof e)throw new TypeError(\"argument str must be a string\");for(var i={},r=(t||{}).decode||s,a=0;a<e.length;){var o=e.indexOf(\"=\",a);if(-1===o)break;var c=e.indexOf(\";\",a);if(-1===c)c=e.length;else if(c<o){a=e.lastIndexOf(\";\",o-1)+1;continue}var h=e.slice(a,o).trim();if(void 0===i[h]){var l=e.slice(o+1,c).trim();34===l.charCodeAt(0)&&(l=l.slice(1,-1)),i[h]=n(l,r)}a=c+1}return i},e.serialize=function(e,s,n){var a=n||{},o=a.encode||r;if(\"function\"!=typeof o)throw new TypeError(\"option encode is invalid\");if(!i.test(e))throw new TypeError(\"argument name is invalid\");var c=o(s);if(c&&!i.test(c))throw new TypeError(\"argument val is invalid\");var h=e+\"=\"+c;if(null!=a.maxAge){var l=a.maxAge-0;if(isNaN(l)||!isFinite(l))throw new TypeError(\"option maxAge is invalid\");h+=\"; Max-Age=\"+Math.floor(l)}if(a.domain){if(!i.test(a.domain))throw new TypeError(\"option domain is invalid\");h+=\"; Domain=\"+a.domain}if(a.path){if(!i.test(a.path))throw new TypeError(\"option path is invalid\");h+=\"; Path=\"+a.path}if(a.expires){var p=a.expires;if(!function(e){return\"[object Date]\"===t.call(e)||e instanceof Date}(p)||isNaN(p.valueOf()))throw new TypeError(\"option expires is invalid\");h+=\"; Expires=\"+p.toUTCString()}if(a.httpOnly&&(h+=\"; HttpOnly\"),a.secure&&(h+=\"; Secure\"),a.priority){switch(\"string\"==typeof a.priority?a.priority.toLowerCase():a.priority){case\"low\":h+=\"; Priority=Low\";break;case\"medium\":h+=\"; Priority=Medium\";break;case\"high\":h+=\"; Priority=High\";break;default:throw new TypeError(\"option priority is invalid\")}}if(a.sameSite){switch(\"string\"==typeof a.sameSite?a.sameSite.toLowerCase():a.sameSite){case!0:h+=\"; SameSite=Strict\";break;case\"lax\":h+=\"; SameSite=Lax\";break;case\"strict\":h+=\"; SameSite=Strict\";break;case\"none\":h+=\"; SameSite=None\";break;default:throw new TypeError(\"option sameSite is invalid\")}}return h};var t=Object.prototype.toString,i=/^[\\u0009\\u0020-\\u007e\\u0080-\\u00ff]+$/;function s(e){return-1!==e.indexOf(\"%\")?decodeURIComponent(e):e}function r(e){return encodeURIComponent(e)}function n(e,t){try{return t(e)}catch{return e}}})),m=h(((e,t)=>{var i={decodeValues:!0,map:!1,silent:!1};function s(e){return\"string\"==typeof e&&!!e.trim()}function r(e,t){var r=e.split(\";\").filter(s),n=function(e){var t=\"\",i=\"\",s=e.split(\"=\");return s.length>1?(t=s.shift(),i=s.join(\"=\")):i=e,{name:t,value:i}}(r.shift()),a=n.name,o=n.value;t=t?Object.assign({},i,t):i;try{o=t.decodeValues?decodeURIComponent(o):o}catch(e){console.error(\"set-cookie-parser encountered an error while decoding a cookie with value '\"+o+\"'. Set options.decodeValues to false to disable this feature.\",e)}var c={name:a,value:o};return r.forEach((function(e){var t=e.split(\"=\"),i=t.shift().trimLeft().toLowerCase(),s=t.join(\"=\");\"expires\"===i?c.expires=new Date(s):\"max-age\"===i?c.maxAge=parseInt(s,10):\"secure\"===i?c.secure=!0:\"httponly\"===i?c.httpOnly=!0:\"samesite\"===i?c.sameSite=s:c[i]=s})),c}function n(e,t){if(t=t?Object.assign({},i,t):i,!e)return t.map?{}:[];if(e.headers)if(\"function\"==typeof e.headers.getSetCookie)e=e.headers.getSetCookie();else if(e.headers[\"set-cookie\"])e=e.headers[\"set-cookie\"];else{var n=e.headers[Object.keys(e.headers).find((function(e){return\"set-cookie\"===e.toLowerCase()}))];!n&&e.headers.cookie&&!t.silent&&console.warn(\"Warning: set-cookie-parser appears to have been called on a request object. It is designed to parse Set-Cookie headers from responses, not Cookie headers from requests. Set the option {silent: true} to suppress this warning.\"),e=n}if(Array.isArray(e)||(e=[e]),(t=t?Object.assign({},i,t):i).map){return e.filter(s).reduce((function(e,i){var s=r(i,t);return e[s.name]=s,e}),{})}return e.filter(s).map((function(e){return r(e,t)}))}t.exports=n,t.exports.parse=n,t.exports.parseString=r,t.exports.splitCookiesString=function(e){if(Array.isArray(e))return e;if(\"string\"!=typeof e)return[];var t,i,s,r,n,a=[],o=0;function c(){for(;o<e.length&&/\\s/.test(e.charAt(o));)o+=1;return o<e.length}for(;o<e.length;){for(t=o,n=!1;c();)if(\",\"===(i=e.charAt(o))){for(s=o,o+=1,c(),r=o;o<e.length&&\"=\"!==(i=e.charAt(o))&&\";\"!==i&&\",\"!==i;)o+=1;o<e.length&&\"=\"===e.charAt(o)?(n=!0,o=r,a.push(e.substring(t,s)),t=o):o=s+1}else o+=1;(!n||o>=e.length)&&a.push(e.substring(t,e.length))}return a}})),g=p(d()),x={\"application/ecmascript\":{source:\"apache\",compressible:!0,extensions:[\"ecma\"]},\"application/gzip\":{source:\"iana\",compressible:!1,extensions:[\"gz\"]},\"application/http\":{source:\"iana\"},\"application/javascript\":{source:\"apache\",charset:\"UTF-8\",compressible:!0,extensions:[\"js\"]},\"application/json\":{source:\"iana\",charset:\"UTF-8\",compressible:!0,extensions:[\"json\",\"map\"]},\"application/manifest+json\":{source:\"iana\",charset:\"UTF-8\",compressible:!0,extensions:[\"webmanifest\"]},\"application/marc\":{source:\"iana\",extensions:[\"mrc\"]},\"application/mp4\":{source:\"iana\",extensions:[\"mp4\",\"mpg4\",\"mp4s\",\"m4p\"]},\"application/ogg\":{source:\"iana\",compressible:!1,extensions:[\"ogx\"]},\"application/sql\":{source:\"iana\",extensions:[\"sql\"]},\"application/wasm\":{source:\"iana\",compressible:!0,extensions:[\"wasm\"]},\"application/x-bittorrent\":{source:\"apache\",extensions:[\"torrent\"]},\"application/x-gzip\":{source:\"apache\"},\"application/x-javascript\":{compressible:!0},\"application/x-web-app-manifest+json\":{compressible:!0,extensions:[\"webapp\"]},\"application/x-www-form-urlencoded\":{source:\"iana\",compressible:!0},\"application/xhtml+xml\":{source:\"iana\",compressible:!0,extensions:[\"xhtml\",\"xht\"]},\"application/xhtml-voice+xml\":{source:\"apache\",compressible:!0},\"application/xml\":{source:\"iana\",compressible:!0,extensions:[\"xml\",\"xsl\",\"xsd\",\"rng\"]},\"application/zip\":{source:\"iana\",compressible:!1,extensions:[\"zip\"]},\"application/zlib\":{source:\"iana\"},\"audio/midi\":{source:\"apache\",extensions:[\"mid\",\"midi\",\"kar\",\"rmi\"]},\"audio/mp3\":{compressible:!1,extensions:[\"mp3\"]},\"audio/mp4\":{source:\"iana\",compressible:!1,extensions:[\"m4a\",\"mp4a\"]},\"audio/mp4a-latm\":{source:\"iana\"},\"audio/mpa\":{source:\"iana\"},\"audio/mpa-robust\":{source:\"iana\"},\"audio/mpeg\":{source:\"iana\",compressible:!1,extensions:[\"mpga\",\"mp2\",\"mp2a\",\"mp3\",\"m2a\",\"m3a\"]},\"audio/ogg\":{source:\"iana\",compressible:!1,extensions:[\"oga\",\"ogg\",\"spx\",\"opus\"]},\"audio/red\":{source:\"iana\"},\"audio/rtx\":{source:\"iana\"},\"audio/scip\":{source:\"iana\"},\"audio/silk\":{source:\"apache\",extensions:[\"sil\"]},\"audio/smv\":{source:\"iana\"},\"audio/wav\":{compressible:!1,extensions:[\"wav\"]},\"audio/wave\":{compressible:!1,extensions:[\"wav\"]},\"audio/webm\":{source:\"apache\",compressible:!1,extensions:[\"weba\"]},\"audio/x-aac\":{source:\"apache\",compressible:!1,extensions:[\"aac\"]},\"audio/x-aiff\":{source:\"apache\",extensions:[\"aif\",\"aiff\",\"aifc\"]},\"audio/x-caf\":{source:\"apache\",compressible:!1,extensions:[\"caf\"]},\"audio/x-flac\":{source:\"apache\",extensions:[\"flac\"]},\"audio/x-m4a\":{source:\"nginx\",extensions:[\"m4a\"]},\"audio/x-matroska\":{source:\"apache\",extensions:[\"mka\"]},\"audio/x-mpegurl\":{source:\"apache\",extensions:[\"m3u\"]},\"audio/x-ms-wax\":{source:\"apache\",extensions:[\"wax\"]},\"audio/x-ms-wma\":{source:\"apache\",extensions:[\"wma\"]},\"audio/x-pn-realaudio\":{source:\"apache\",extensions:[\"ram\",\"ra\"]},\"audio/x-pn-realaudio-plugin\":{source:\"apache\",extensions:[\"rmp\"]},\"audio/x-realaudio\":{source:\"nginx\",extensions:[\"ra\"]},\"audio/x-tta\":{source:\"apache\"},\"audio/x-wav\":{source:\"apache\",extensions:[\"wav\"]},\"audio/xm\":{source:\"apache\",extensions:[\"xm\"]},\"font/collection\":{source:\"iana\",extensions:[\"ttc\"]},\"font/otf\":{source:\"iana\",compressible:!0,extensions:[\"otf\"]},\"font/sfnt\":{source:\"iana\"},\"font/ttf\":{source:\"iana\",compressible:!0,extensions:[\"ttf\"]},\"font/woff\":{source:\"iana\",extensions:[\"woff\"]},\"font/woff2\":{source:\"iana\",extensions:[\"woff2\"]},\"image/gif\":{source:\"iana\",compressible:!1,extensions:[\"gif\"]},\"image/heic\":{source:\"iana\",extensions:[\"heic\"]},\"image/heic-sequence\":{source:\"iana\",extensions:[\"heics\"]},\"image/heif\":{source:\"iana\",extensions:[\"heif\"]},\"image/jpeg\":{source:\"iana\",compressible:!1,extensions:[\"jpeg\",\"jpg\",\"jpe\"]},\"image/png\":{source:\"iana\",compressible:!1,extensions:[\"png\"]},\"image/svg+xml\":{source:\"iana\",compressible:!0,extensions:[\"svg\",\"svgz\"]},\"image/webp\":{source:\"iana\",extensions:[\"webp\"]},\"text/coffeescript\":{extensions:[\"coffee\",\"litcoffee\"]},\"text/css\":{source:\"iana\",charset:\"UTF-8\",compressible:!0,extensions:[\"css\"]},\"text/ecmascript\":{source:\"apache\"},\"text/html\":{source:\"iana\",compressible:!0,extensions:[\"html\",\"htm\",\"shtml\"]},\"text/jade\":{extensions:[\"jade\"]},\"text/javascript\":{source:\"iana\",charset:\"UTF-8\",compressible:!0,extensions:[\"js\",\"mjs\"]},\"text/markdown\":{source:\"iana\",compressible:!0,extensions:[\"md\",\"markdown\"]}},y=/^\\s*([^;\\s]*)(?:;|\\s|$)/,v=/^text\\//i,w={};function b(e){if(!e||\"string\"!=typeof e)return!1;var t=y.exec(e),i=t&&x[t[1].toLowerCase()];return i&&i.charset?i.charset:!(!t||!v.test(t[1]))&&\"UTF-8\"}w.charset=b,w.charsets={lookup:b},w.contentType=function(e){if(!e||\"string\"!=typeof e)return!1;var t=-1===e.indexOf(\"/\")?w.lookup(e):e;if(!t)return!1;if(-1===t.indexOf(\"charset\")){var i=w.charset(t);i&&(t+=\"; charset=\"+i.toLowerCase())}return t},w.extension=function(e){if(!e||\"string\"!=typeof e)return!1;var t=y.exec(e),i=t&&w.extensions[t[1].toLowerCase()];return!(!i||!i.length)&&i[0]},w.extensions=Object.create(null),w.lookup=function(e){if(!e||\"string\"!=typeof e)return!1;var t=(0,g.extname)(\"x.\"+e).toLowerCase().substr(1);return t&&w.types[t]||!1},w.types=Object.create(null),e=w.extensions,t=w.types,i=[\"nginx\",\"apache\",void 0,\"iana\"],Object.keys(x).forEach((function(s){var r=x[s],n=r.extensions;if(n&&n.length){e[s]=n;for(var a=0;a<n.length;a++){var o=n[a];if(t[o]){var c=i.indexOf(x[t[o]].source),h=i.indexOf(r.source);if(\"application/octet-stream\"!==t[o]&&(c>h||c===h&&\"application/\"===t[o].substr(0,12)))continue}t[o]=s}}}));var _=w,k=p(d(),1),C={};l(C,{deleteDB:()=>B,openDB:()=>M,unwrap:()=>j,wrap:()=>D});var E,S,I=(e,t)=>t.some((t=>e instanceof t));var A=new WeakMap,P=new WeakMap,N=new WeakMap,L=new WeakMap,T=new WeakMap;var R={get(e,t,i){if(e instanceof IDBTransaction){if(\"done\"===t)return P.get(e);if(\"objectStoreNames\"===t)return e.objectStoreNames||N.get(e);if(\"store\"===t)return i.objectStoreNames[1]?void 0:i.objectStore(i.objectStoreNames[0])}return D(e[t])},set:(e,t,i)=>(e[t]=i,!0),has:(e,t)=>e instanceof IDBTransaction&&(\"done\"===t||\"store\"===t)||t in e};function V(e){return e!==IDBDatabase.prototype.transaction||\"objectStoreNames\"in IDBTransaction.prototype?(S||(S=[IDBCursor.prototype.advance,IDBCursor.prototype.continue,IDBCursor.prototype.continuePrimaryKey])).includes(e)?function(...t){return e.apply(j(this),t),D(A.get(this))}:function(...t){return D(e.apply(j(this),t))}:function(t,...i){let s=e.call(j(this),t,...i);return N.set(s,t.sort?t.sort():[t]),D(s)}}function O(e){return\"function\"==typeof e?V(e):(e instanceof IDBTransaction&&function(e){if(P.has(e))return;let t=new Promise(((t,i)=>{let s=()=>{e.removeEventListener(\"complete\",r),e.removeEventListener(\"error\",n),e.removeEventListener(\"abort\",n)},r=()=>{t(),s()},n=()=>{i(e.error||new DOMException(\"AbortError\",\"AbortError\")),s()};e.addEventListener(\"complete\",r),e.addEventListener(\"error\",n),e.addEventListener(\"abort\",n)}));P.set(e,t)}(e),I(e,E||(E=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction]))?new Proxy(e,R):e)}function D(e){if(e instanceof IDBRequest)return function(e){let t=new Promise(((t,i)=>{let s=()=>{e.removeEventListener(\"success\",r),e.removeEventListener(\"error\",n)},r=()=>{t(D(e.result)),s()},n=()=>{i(e.error),s()};e.addEventListener(\"success\",r),e.addEventListener(\"error\",n)}));return t.then((t=>{t instanceof IDBCursor&&A.set(t,e)})).catch((()=>{})),T.set(t,e),t}(e);if(L.has(e))return L.get(e);let t=O(e);return t!==e&&(L.set(e,t),T.set(t,e)),t}var j=e=>T.get(e);function M(e,t,{blocked:i,upgrade:s,blocking:r,terminated:n}={}){let a=indexedDB.open(e,t),o=D(a);return s&&a.addEventListener(\"upgradeneeded\",(e=>{s(D(a.result),e.oldVersion,e.newVersion,D(a.transaction),e)})),i&&a.addEventListener(\"blocked\",(e=>i(e.oldVersion,e.newVersion,e))),o.then((e=>{n&&e.addEventListener(\"close\",(()=>n())),r&&e.addEventListener(\"versionchange\",(e=>r(e.oldVersion,e.newVersion,e)))})).catch((()=>{})),o}function B(e,{blocked:t}={}){let i=indexedDB.deleteDatabase(e);return t&&i.addEventListener(\"blocked\",(e=>t(e.oldVersion,e))),D(i).then((()=>{}))}var U=[\"get\",\"getKey\",\"getAll\",\"getAllKeys\",\"count\"],$=[\"put\",\"add\",\"delete\",\"clear\"],F=new Map;function H(e,t){if(!(e instanceof IDBDatabase)||t in e||\"string\"!=typeof t)return;if(F.get(t))return F.get(t);let i=t.replace(/FromIndex$/,\"\"),s=t!==i,r=$.includes(i);if(!(i in(s?IDBIndex:IDBObjectStore).prototype)||!r&&!U.includes(i))return;let n=async function(e,...t){let n=this.transaction(e,r?\"readwrite\":\"readonly\"),a=n.store;return s&&(a=a.index(t.shift())),(await Promise.all([a[i](...t),r&&n.done]))[0]};return F.set(t,n),n}!function(e){R=e(R)}((e=>({...e,get:(t,i,s)=>H(t,i)||e.get(t,i,s),has:(t,i)=>!!H(t,i)||e.has(t,i)})));var W=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,370,1,81,2,71,10,50,3,123,2,54,14,32,10,3,1,11,3,46,10,8,0,46,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,3,0,158,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,10,1,2,0,49,6,4,4,14,9,5351,0,7,14,13835,9,87,9,39,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,4706,45,3,22,543,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,101,0,161,6,10,9,357,0,62,13,499,13,983,6,110,6,6,9,4759,9,787719,239],q=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,13,10,2,14,2,6,2,1,2,10,2,14,2,6,2,1,68,310,10,21,11,7,25,5,2,41,2,8,70,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,349,41,7,1,79,28,11,0,9,21,43,17,47,20,28,22,13,52,58,1,3,0,14,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,20,1,64,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,38,6,186,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,19,72,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,16,0,2,12,2,33,125,0,80,921,103,110,18,195,2637,96,16,1071,18,5,4026,582,8634,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,43,8,8936,3,2,6,2,1,2,290,16,0,30,2,3,0,15,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,1845,30,7,5,262,61,147,44,11,6,17,0,322,29,19,43,485,27,757,6,2,3,2,1,2,14,2,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42719,33,4153,7,221,3,5761,15,7472,3104,541,1507,4938,6,4191],G=\"ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࡰ-ࢇࢉ-ࢎࢠ-ࣉऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౝౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೝೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜑᜟ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭌᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꟊꟐꟑꟓꟕ-ꟙꟲ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ﬀ-ﬆﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼＡ-Ｚａ-ｚｦ-ﾾￂ-ￇￊ-ￏￒ-ￗￚ-ￜ\",z={3:\"abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile\",5:\"class enum extends super const export import\",6:\"enum\",strict:\"implements interface let package private protected public static yield\",strictBind:\"eval arguments\"},K=\"break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this\",Q={5:K,\"5module\":K+\" export import\",6:K+\" const class extends export import super\"},Y=/^in(stanceof)?$/,J=new RegExp(\"[\"+G+\"]\"),Z=new RegExp(\"[\"+G+\"‌‍·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࢘-࢟࣊-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍୕-ୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఄ఼ా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ೳഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ඁ-ඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ຼ່-໎໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜕ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠏-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᪿ-ᫎᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧ꠬ꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱ꣿ-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏０-９＿]\");function X(e,t){for(var i=65536,s=0;s<t.length;s+=2){if((i+=t[s])>e)return!1;if((i+=t[s+1])>=e)return!0}return!1}function ee(e,t){return e<65?36===e:e<91||(e<97?95===e:e<123||(e<=65535?e>=170&&J.test(String.fromCharCode(e)):!1!==t&&X(e,q)))}function te(e,t){return e<48?36===e:e<58||!(e<65)&&(e<91||(e<97?95===e:e<123||(e<=65535?e>=170&&Z.test(String.fromCharCode(e)):!1!==t&&(X(e,q)||X(e,W)))))}var ie=function(e,t){void 0===t&&(t={}),this.label=e,this.keyword=t.keyword,this.beforeExpr=!!t.beforeExpr,this.startsExpr=!!t.startsExpr,this.isLoop=!!t.isLoop,this.isAssign=!!t.isAssign,this.prefix=!!t.prefix,this.postfix=!!t.postfix,this.binop=t.binop||null,this.updateContext=null};function se(e,t){return new ie(e,{beforeExpr:!0,binop:t})}var re={beforeExpr:!0},ne={startsExpr:!0},ae={};function oe(e,t){return void 0===t&&(t={}),t.keyword=e,ae[e]=new ie(e,t)}var ce={num:new ie(\"num\",ne),regexp:new ie(\"regexp\",ne),string:new ie(\"string\",ne),name:new ie(\"name\",ne),privateId:new ie(\"privateId\",ne),eof:new ie(\"eof\"),bracketL:new ie(\"[\",{beforeExpr:!0,startsExpr:!0}),bracketR:new ie(\"]\"),braceL:new ie(\"{\",{beforeExpr:!0,startsExpr:!0}),braceR:new ie(\"}\"),parenL:new ie(\"(\",{beforeExpr:!0,startsExpr:!0}),parenR:new ie(\")\"),comma:new ie(\",\",re),semi:new ie(\";\",re),colon:new ie(\":\",re),dot:new ie(\".\"),question:new ie(\"?\",re),questionDot:new ie(\"?.\"),arrow:new ie(\"=>\",re),template:new ie(\"template\"),invalidTemplate:new ie(\"invalidTemplate\"),ellipsis:new ie(\"...\",re),backQuote:new ie(\"`\",ne),dollarBraceL:new ie(\"${\",{beforeExpr:!0,startsExpr:!0}),eq:new ie(\"=\",{beforeExpr:!0,isAssign:!0}),assign:new ie(\"_=\",{beforeExpr:!0,isAssign:!0}),incDec:new ie(\"++/--\",{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new ie(\"!/~\",{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:se(\"||\",1),logicalAND:se(\"&&\",2),bitwiseOR:se(\"|\",3),bitwiseXOR:se(\"^\",4),bitwiseAND:se(\"&\",5),equality:se(\"==/!=/===/!==\",6),relational:se(\"</>/<=/>=\",7),bitShift:se(\"<</>>/>>>\",8),plusMin:new ie(\"+/-\",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:se(\"%\",10),star:se(\"*\",10),slash:se(\"/\",10),starstar:new ie(\"**\",{beforeExpr:!0}),coalesce:se(\"??\",1),_break:oe(\"break\"),_case:oe(\"case\",re),_catch:oe(\"catch\"),_continue:oe(\"continue\"),_debugger:oe(\"debugger\"),_default:oe(\"default\",re),_do:oe(\"do\",{isLoop:!0,beforeExpr:!0}),_else:oe(\"else\",re),_finally:oe(\"finally\"),_for:oe(\"for\",{isLoop:!0}),_function:oe(\"function\",ne),_if:oe(\"if\"),_return:oe(\"return\",re),_switch:oe(\"switch\"),_throw:oe(\"throw\",re),_try:oe(\"try\"),_var:oe(\"var\"),_const:oe(\"const\"),_while:oe(\"while\",{isLoop:!0}),_with:oe(\"with\"),_new:oe(\"new\",{beforeExpr:!0,startsExpr:!0}),_this:oe(\"this\",ne),_super:oe(\"super\",ne),_class:oe(\"class\",ne),_extends:oe(\"extends\",re),_export:oe(\"export\"),_import:oe(\"import\",ne),_null:oe(\"null\",ne),_true:oe(\"true\",ne),_false:oe(\"false\",ne),_in:oe(\"in\",{beforeExpr:!0,binop:7}),_instanceof:oe(\"instanceof\",{beforeExpr:!0,binop:7}),_typeof:oe(\"typeof\",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:oe(\"void\",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:oe(\"delete\",{beforeExpr:!0,prefix:!0,startsExpr:!0})},he=/\\r\\n?|\\n|\\u2028|\\u2029/,le=new RegExp(he.source,\"g\");function pe(e){return 10===e||13===e||8232===e||8233===e}function ue(e,t,i){void 0===i&&(i=e.length);for(var s=t;s<i;s++){var r=e.charCodeAt(s);if(pe(r))return s<i-1&&13===r&&10===e.charCodeAt(s+1)?s+2:s+1}return-1}var de=/[\\u1680\\u2000-\\u200a\\u202f\\u205f\\u3000\\ufeff]/,fe=/(?:\\s|\\/\\/.*|\\/\\*[^]*?\\*\\/)*/g,me=Object.prototype,ge=me.hasOwnProperty,xe=me.toString,ye=Object.hasOwn||function(e,t){return ge.call(e,t)},ve=Array.isArray||function(e){return\"[object Array]\"===xe.call(e)};function we(e){return new RegExp(\"^(?:\"+e.replace(/ /g,\"|\")+\")$\")}function be(e){return e<=65535?String.fromCharCode(e):(e-=65536,String.fromCharCode(55296+(e>>10),56320+(1023&e)))}var _e=/(?:[\\uD800-\\uDBFF](?![\\uDC00-\\uDFFF])|(?:[^\\uD800-\\uDBFF]|^)[\\uDC00-\\uDFFF])/,ke=function(e,t){this.line=e,this.column=t};ke.prototype.offset=function(e){return new ke(this.line,this.column+e)};var Ce=function(e,t,i){this.start=t,this.end=i,null!==e.sourceFile&&(this.source=e.sourceFile)};function Ee(e,t){for(var i=1,s=0;;){var r=ue(e,s,t);if(r<0)return new ke(i,t-s);++i,s=r}}var Se={ecmaVersion:null,sourceType:\"script\",onInsertedSemicolon:null,onTrailingComma:null,allowReserved:null,allowReturnOutsideFunction:!1,allowImportExportEverywhere:!1,allowAwaitOutsideFunction:null,allowSuperOutsideMethod:null,allowHashBang:!1,checkPrivateFields:!0,locations:!1,onToken:null,onComment:null,ranges:!1,program:null,sourceFile:null,directSourceFile:null,preserveParens:!1},Ie=!1;function Ae(e){var t={};for(var i in Se)t[i]=e&&ye(e,i)?e[i]:Se[i];if(\"latest\"===t.ecmaVersion?t.ecmaVersion=1e8:null==t.ecmaVersion?(!Ie&&\"object\"==typeof console&&console.warn&&(Ie=!0,console.warn(\"Since Acorn 8.0.0, options.ecmaVersion is required.\\nDefaulting to 2020, but this will stop working in the future.\")),t.ecmaVersion=11):t.ecmaVersion>=2015&&(t.ecmaVersion-=2009),null==t.allowReserved&&(t.allowReserved=t.ecmaVersion<5),(!e||null==e.allowHashBang)&&(t.allowHashBang=t.ecmaVersion>=14),ve(t.onToken)){var s=t.onToken;t.onToken=function(e){return s.push(e)}}return ve(t.onComment)&&(t.onComment=function(e,t){return function(i,s,r,n,a,o){var c={type:i?\"Block\":\"Line\",value:s,start:r,end:n};e.locations&&(c.loc=new Ce(this,a,o)),e.ranges&&(c.range=[r,n]),t.push(c)}}(t,t.onComment)),t}var Pe=256;function Ne(e,t){return 2|(e?4:0)|(t?8:0)}var Le=function(e,t,i){this.options=e=Ae(e),this.sourceFile=e.sourceFile,this.keywords=we(Q[e.ecmaVersion>=6?6:\"module\"===e.sourceType?\"5module\":5]);var s=\"\";!0!==e.allowReserved&&(s=z[e.ecmaVersion>=6?6:5===e.ecmaVersion?5:3],\"module\"===e.sourceType&&(s+=\" await\")),this.reservedWords=we(s);var r=(s?s+\" \":\"\")+z.strict;this.reservedWordsStrict=we(r),this.reservedWordsStrictBind=we(r+\" \"+z.strictBind),this.input=String(t),this.containsEsc=!1,i?(this.pos=i,this.lineStart=this.input.lastIndexOf(\"\\n\",i-1)+1,this.curLine=this.input.slice(0,this.lineStart).split(he).length):(this.pos=this.lineStart=0,this.curLine=1),this.type=ce.eof,this.value=null,this.start=this.end=this.pos,this.startLoc=this.endLoc=this.curPosition(),this.lastTokEndLoc=this.lastTokStartLoc=null,this.lastTokStart=this.lastTokEnd=this.pos,this.context=this.initialContext(),this.exprAllowed=!0,this.inModule=\"module\"===e.sourceType,this.strict=this.inModule||this.strictDirective(this.pos),this.potentialArrowAt=-1,this.potentialArrowInForAwait=!1,this.yieldPos=this.awaitPos=this.awaitIdentPos=0,this.labels=[],this.undefinedExports=Object.create(null),0===this.pos&&e.allowHashBang&&\"#!\"===this.input.slice(0,2)&&this.skipLineComment(2),this.scopeStack=[],this.enterScope(1),this.regexpState=null,this.privateNameStack=[]},Te={inFunction:{configurable:!0},inGenerator:{configurable:!0},inAsync:{configurable:!0},canAwait:{configurable:!0},allowSuper:{configurable:!0},allowDirectSuper:{configurable:!0},treatFunctionsAsVar:{configurable:!0},allowNewDotTarget:{configurable:!0},inClassStaticBlock:{configurable:!0}};Le.prototype.parse=function(){var e=this.options.program||this.startNode();return this.nextToken(),this.parseTopLevel(e)},Te.inFunction.get=function(){return(2&this.currentVarScope().flags)>0},Te.inGenerator.get=function(){return(8&this.currentVarScope().flags)>0&&!this.currentVarScope().inClassFieldInit},Te.inAsync.get=function(){return(4&this.currentVarScope().flags)>0&&!this.currentVarScope().inClassFieldInit},Te.canAwait.get=function(){for(var e=this.scopeStack.length-1;e>=0;e--){var t=this.scopeStack[e];if(t.inClassFieldInit||t.flags&Pe)return!1;if(2&t.flags)return(4&t.flags)>0}return this.inModule&&this.options.ecmaVersion>=13||this.options.allowAwaitOutsideFunction},Te.allowSuper.get=function(){var e=this.currentThisScope(),t=e.flags,i=e.inClassFieldInit;return(64&t)>0||i||this.options.allowSuperOutsideMethod},Te.allowDirectSuper.get=function(){return(128&this.currentThisScope().flags)>0},Te.treatFunctionsAsVar.get=function(){return this.treatFunctionsAsVarInScope(this.currentScope())},Te.allowNewDotTarget.get=function(){var e=this.currentThisScope(),t=e.flags,i=e.inClassFieldInit;return(258&t)>0||i},Te.inClassStaticBlock.get=function(){return(this.currentVarScope().flags&Pe)>0},Le.extend=function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];for(var i=this,s=0;s<e.length;s++)i=e[s](i);return i},Le.parse=function(e,t){return new this(t,e).parse()},Le.parseExpressionAt=function(e,t,i){var s=new this(i,e,t);return s.nextToken(),s.parseExpression()},Le.tokenizer=function(e,t){return new this(t,e)},Object.defineProperties(Le.prototype,Te);var Re=Le.prototype,Ve=/^(?:'((?:\\\\.|[^'\\\\])*?)'|\"((?:\\\\.|[^\"\\\\])*?)\")/;Re.strictDirective=function(e){if(this.options.ecmaVersion<5)return!1;for(;;){fe.lastIndex=e,e+=fe.exec(this.input)[0].length;var t=Ve.exec(this.input.slice(e));if(!t)return!1;if(\"use strict\"===(t[1]||t[2])){fe.lastIndex=e+t[0].length;var i=fe.exec(this.input),s=i.index+i[0].length,r=this.input.charAt(s);return\";\"===r||\"}\"===r||he.test(i[0])&&!(/[(`.[+\\-/*%<>=,?^&]/.test(r)||\"!\"===r&&\"=\"===this.input.charAt(s+1))}e+=t[0].length,fe.lastIndex=e,e+=fe.exec(this.input)[0].length,\";\"===this.input[e]&&e++}},Re.eat=function(e){return this.type===e&&(this.next(),!0)},Re.isContextual=function(e){return this.type===ce.name&&this.value===e&&!this.containsEsc},Re.eatContextual=function(e){return!!this.isContextual(e)&&(this.next(),!0)},Re.expectContextual=function(e){this.eatContextual(e)||this.unexpected()},Re.canInsertSemicolon=function(){return this.type===ce.eof||this.type===ce.braceR||he.test(this.input.slice(this.lastTokEnd,this.start))},Re.insertSemicolon=function(){if(this.canInsertSemicolon())return this.options.onInsertedSemicolon&&this.options.onInsertedSemicolon(this.lastTokEnd,this.lastTokEndLoc),!0},Re.semicolon=function(){!this.eat(ce.semi)&&!this.insertSemicolon()&&this.unexpected()},Re.afterTrailingComma=function(e,t){if(this.type===e)return this.options.onTrailingComma&&this.options.onTrailingComma(this.lastTokStart,this.lastTokStartLoc),t||this.next(),!0},Re.expect=function(e){this.eat(e)||this.unexpected()},Re.unexpected=function(e){this.raise(e??this.start,\"Unexpected token\")};var Oe=function(){this.shorthandAssign=this.trailingComma=this.parenthesizedAssign=this.parenthesizedBind=this.doubleProto=-1};Re.checkPatternErrors=function(e,t){if(e){e.trailingComma>-1&&this.raiseRecoverable(e.trailingComma,\"Comma is not permitted after the rest element\");var i=t?e.parenthesizedAssign:e.parenthesizedBind;i>-1&&this.raiseRecoverable(i,t?\"Assigning to rvalue\":\"Parenthesized pattern\")}},Re.checkExpressionErrors=function(e,t){if(!e)return!1;var i=e.shorthandAssign,s=e.doubleProto;if(!t)return i>=0||s>=0;i>=0&&this.raise(i,\"Shorthand property assignments are valid only in destructuring patterns\"),s>=0&&this.raiseRecoverable(s,\"Redefinition of __proto__ property\")},Re.checkYieldAwaitInDefaultParams=function(){this.yieldPos&&(!this.awaitPos||this.yieldPos<this.awaitPos)&&this.raise(this.yieldPos,\"Yield expression cannot be a default value\"),this.awaitPos&&this.raise(this.awaitPos,\"Await expression cannot be a default value\")},Re.isSimpleAssignTarget=function(e){return\"ParenthesizedExpression\"===e.type?this.isSimpleAssignTarget(e.expression):\"Identifier\"===e.type||\"MemberExpression\"===e.type};var De=Le.prototype;De.parseTopLevel=function(e){var t=Object.create(null);for(e.body||(e.body=[]);this.type!==ce.eof;){var i=this.parseStatement(null,!0,t);e.body.push(i)}if(this.inModule)for(var s=0,r=Object.keys(this.undefinedExports);s<r.length;s+=1){var n=r[s];this.raiseRecoverable(this.undefinedExports[n].start,\"Export '\"+n+\"' is not defined\")}return this.adaptDirectivePrologue(e.body),this.next(),e.sourceType=this.options.sourceType,this.finishNode(e,\"Program\")};var je={kind:\"loop\"},Me={kind:\"switch\"};De.isLet=function(e){if(this.options.ecmaVersion<6||!this.isContextual(\"let\"))return!1;fe.lastIndex=this.pos;var t=fe.exec(this.input),i=this.pos+t[0].length,s=this.input.charCodeAt(i);if(91===s||92===s)return!0;if(e)return!1;if(123===s||s>55295&&s<56320)return!0;if(ee(s,!0)){for(var r=i+1;te(s=this.input.charCodeAt(r),!0);)++r;if(92===s||s>55295&&s<56320)return!0;var n=this.input.slice(i,r);if(!Y.test(n))return!0}return!1},De.isAsyncFunction=function(){if(this.options.ecmaVersion<8||!this.isContextual(\"async\"))return!1;fe.lastIndex=this.pos;var e,t=fe.exec(this.input),i=this.pos+t[0].length;return!(he.test(this.input.slice(this.pos,i))||\"function\"!==this.input.slice(i,i+8)||i+8!==this.input.length&&(te(e=this.input.charCodeAt(i+8))||e>55295&&e<56320))},De.parseStatement=function(e,t,i){var s,r=this.type,n=this.startNode();switch(this.isLet(e)&&(r=ce._var,s=\"let\"),r){case ce._break:case ce._continue:return this.parseBreakContinueStatement(n,r.keyword);case ce._debugger:return this.parseDebuggerStatement(n);case ce._do:return this.parseDoStatement(n);case ce._for:return this.parseForStatement(n);case ce._function:return e&&(this.strict||\"if\"!==e&&\"label\"!==e)&&this.options.ecmaVersion>=6&&this.unexpected(),this.parseFunctionStatement(n,!1,!e);case ce._class:return e&&this.unexpected(),this.parseClass(n,!0);case ce._if:return this.parseIfStatement(n);case ce._return:return this.parseReturnStatement(n);case ce._switch:return this.parseSwitchStatement(n);case ce._throw:return this.parseThrowStatement(n);case ce._try:return this.parseTryStatement(n);case ce._const:case ce._var:return s=s||this.value,e&&\"var\"!==s&&this.unexpected(),this.parseVarStatement(n,s);case ce._while:return this.parseWhileStatement(n);case ce._with:return this.parseWithStatement(n);case ce.braceL:return this.parseBlock(!0,n);case ce.semi:return this.parseEmptyStatement(n);case ce._export:case ce._import:if(this.options.ecmaVersion>10&&r===ce._import){fe.lastIndex=this.pos;var a=fe.exec(this.input),o=this.pos+a[0].length,c=this.input.charCodeAt(o);if(40===c||46===c)return this.parseExpressionStatement(n,this.parseExpression())}return this.options.allowImportExportEverywhere||(t||this.raise(this.start,\"'import' and 'export' may only appear at the top level\"),this.inModule||this.raise(this.start,\"'import' and 'export' may appear only with 'sourceType: module'\")),r===ce._import?this.parseImport(n):this.parseExport(n,i);default:if(this.isAsyncFunction())return e&&this.unexpected(),this.next(),this.parseFunctionStatement(n,!0,!e);var h=this.value,l=this.parseExpression();return r===ce.name&&\"Identifier\"===l.type&&this.eat(ce.colon)?this.parseLabeledStatement(n,h,l,e):this.parseExpressionStatement(n,l)}},De.parseBreakContinueStatement=function(e,t){var i=\"break\"===t;this.next(),this.eat(ce.semi)||this.insertSemicolon()?e.label=null:this.type!==ce.name?this.unexpected():(e.label=this.parseIdent(),this.semicolon());for(var s=0;s<this.labels.length;++s){var r=this.labels[s];if((null==e.label||r.name===e.label.name)&&(null!=r.kind&&(i||\"loop\"===r.kind)||e.label&&i))break}return s===this.labels.length&&this.raise(e.start,\"Unsyntactic \"+t),this.finishNode(e,i?\"BreakStatement\":\"ContinueStatement\")},De.parseDebuggerStatement=function(e){return this.next(),this.semicolon(),this.finishNode(e,\"DebuggerStatement\")},De.parseDoStatement=function(e){return this.next(),this.labels.push(je),e.body=this.parseStatement(\"do\"),this.labels.pop(),this.expect(ce._while),e.test=this.parseParenExpression(),this.options.ecmaVersion>=6?this.eat(ce.semi):this.semicolon(),this.finishNode(e,\"DoWhileStatement\")},De.parseForStatement=function(e){this.next();var t=this.options.ecmaVersion>=9&&this.canAwait&&this.eatContextual(\"await\")?this.lastTokStart:-1;if(this.labels.push(je),this.enterScope(0),this.expect(ce.parenL),this.type===ce.semi)return t>-1&&this.unexpected(t),this.parseFor(e,null);var i=this.isLet();if(this.type===ce._var||this.type===ce._const||i){var s=this.startNode(),r=i?\"let\":this.value;return this.next(),this.parseVar(s,!0,r),this.finishNode(s,\"VariableDeclaration\"),(this.type===ce._in||this.options.ecmaVersion>=6&&this.isContextual(\"of\"))&&1===s.declarations.length?(this.options.ecmaVersion>=9&&(this.type===ce._in?t>-1&&this.unexpected(t):e.await=t>-1),this.parseForIn(e,s)):(t>-1&&this.unexpected(t),this.parseFor(e,s))}var n=this.isContextual(\"let\"),a=!1,o=new Oe,c=this.parseExpression(!(t>-1)||\"await\",o);return this.type===ce._in||(a=this.options.ecmaVersion>=6&&this.isContextual(\"of\"))?(this.options.ecmaVersion>=9&&(this.type===ce._in?t>-1&&this.unexpected(t):e.await=t>-1),n&&a&&this.raise(c.start,\"The left-hand side of a for-of loop may not start with 'let'.\"),this.toAssignable(c,!1,o),this.checkLValPattern(c),this.parseForIn(e,c)):(this.checkExpressionErrors(o,!0),t>-1&&this.unexpected(t),this.parseFor(e,c))},De.parseFunctionStatement=function(e,t,i){return this.next(),this.parseFunction(e,Ue|(i?0:$e),!1,t)},De.parseIfStatement=function(e){return this.next(),e.test=this.parseParenExpression(),e.consequent=this.parseStatement(\"if\"),e.alternate=this.eat(ce._else)?this.parseStatement(\"if\"):null,this.finishNode(e,\"IfStatement\")},De.parseReturnStatement=function(e){return!this.inFunction&&!this.options.allowReturnOutsideFunction&&this.raise(this.start,\"'return' outside of function\"),this.next(),this.eat(ce.semi)||this.insertSemicolon()?e.argument=null:(e.argument=this.parseExpression(),this.semicolon()),this.finishNode(e,\"ReturnStatement\")},De.parseSwitchStatement=function(e){this.next(),e.discriminant=this.parseParenExpression(),e.cases=[],this.expect(ce.braceL),this.labels.push(Me),this.enterScope(0);for(var t,i=!1;this.type!==ce.braceR;)if(this.type===ce._case||this.type===ce._default){var s=this.type===ce._case;t&&this.finishNode(t,\"SwitchCase\"),e.cases.push(t=this.startNode()),t.consequent=[],this.next(),s?t.test=this.parseExpression():(i&&this.raiseRecoverable(this.lastTokStart,\"Multiple default clauses\"),i=!0,t.test=null),this.expect(ce.colon)}else t||this.unexpected(),t.consequent.push(this.parseStatement(null));return this.exitScope(),t&&this.finishNode(t,\"SwitchCase\"),this.next(),this.labels.pop(),this.finishNode(e,\"SwitchStatement\")},De.parseThrowStatement=function(e){return this.next(),he.test(this.input.slice(this.lastTokEnd,this.start))&&this.raise(this.lastTokEnd,\"Illegal newline after throw\"),e.argument=this.parseExpression(),this.semicolon(),this.finishNode(e,\"ThrowStatement\")};var Be=[];De.parseCatchClauseParam=function(){var e=this.parseBindingAtom(),t=\"Identifier\"===e.type;return this.enterScope(t?32:0),this.checkLValPattern(e,t?4:2),this.expect(ce.parenR),e},De.parseTryStatement=function(e){if(this.next(),e.block=this.parseBlock(),e.handler=null,this.type===ce._catch){var t=this.startNode();this.next(),this.eat(ce.parenL)?t.param=this.parseCatchClauseParam():(this.options.ecmaVersion<10&&this.unexpected(),t.param=null,this.enterScope(0)),t.body=this.parseBlock(!1),this.exitScope(),e.handler=this.finishNode(t,\"CatchClause\")}return e.finalizer=this.eat(ce._finally)?this.parseBlock():null,!e.handler&&!e.finalizer&&this.raise(e.start,\"Missing catch or finally clause\"),this.finishNode(e,\"TryStatement\")},De.parseVarStatement=function(e,t,i){return this.next(),this.parseVar(e,!1,t,i),this.semicolon(),this.finishNode(e,\"VariableDeclaration\")},De.parseWhileStatement=function(e){return this.next(),e.test=this.parseParenExpression(),this.labels.push(je),e.body=this.parseStatement(\"while\"),this.labels.pop(),this.finishNode(e,\"WhileStatement\")},De.parseWithStatement=function(e){return this.strict&&this.raise(this.start,\"'with' in strict mode\"),this.next(),e.object=this.parseParenExpression(),e.body=this.parseStatement(\"with\"),this.finishNode(e,\"WithStatement\")},De.parseEmptyStatement=function(e){return this.next(),this.finishNode(e,\"EmptyStatement\")},De.parseLabeledStatement=function(e,t,i,s){for(var r=0,n=this.labels;r<n.length;r+=1){n[r].name===t&&this.raise(i.start,\"Label '\"+t+\"' is already declared\")}for(var a=this.type.isLoop?\"loop\":this.type===ce._switch?\"switch\":null,o=this.labels.length-1;o>=0;o--){var c=this.labels[o];if(c.statementStart!==e.start)break;c.statementStart=this.start,c.kind=a}return this.labels.push({name:t,kind:a,statementStart:this.start}),e.body=this.parseStatement(s?-1===s.indexOf(\"label\")?s+\"label\":s:\"label\"),this.labels.pop(),e.label=i,this.finishNode(e,\"LabeledStatement\")},De.parseExpressionStatement=function(e,t){return e.expression=t,this.semicolon(),this.finishNode(e,\"ExpressionStatement\")},De.parseBlock=function(e,t,i){for(void 0===e&&(e=!0),void 0===t&&(t=this.startNode()),t.body=[],this.expect(ce.braceL),e&&this.enterScope(0);this.type!==ce.braceR;){var s=this.parseStatement(null);t.body.push(s)}return i&&(this.strict=!1),this.next(),e&&this.exitScope(),this.finishNode(t,\"BlockStatement\")},De.parseFor=function(e,t){return e.init=t,this.expect(ce.semi),e.test=this.type===ce.semi?null:this.parseExpression(),this.expect(ce.semi),e.update=this.type===ce.parenR?null:this.parseExpression(),this.expect(ce.parenR),e.body=this.parseStatement(\"for\"),this.exitScope(),this.labels.pop(),this.finishNode(e,\"ForStatement\")},De.parseForIn=function(e,t){var i=this.type===ce._in;return this.next(),\"VariableDeclaration\"===t.type&&null!=t.declarations[0].init&&(!i||this.options.ecmaVersion<8||this.strict||\"var\"!==t.kind||\"Identifier\"!==t.declarations[0].id.type)&&this.raise(t.start,(i?\"for-in\":\"for-of\")+\" loop variable declaration may not have an initializer\"),e.left=t,e.right=i?this.parseExpression():this.parseMaybeAssign(),this.expect(ce.parenR),e.body=this.parseStatement(\"for\"),this.exitScope(),this.labels.pop(),this.finishNode(e,i?\"ForInStatement\":\"ForOfStatement\")},De.parseVar=function(e,t,i,s){for(e.declarations=[],e.kind=i;;){var r=this.startNode();if(this.parseVarId(r,i),this.eat(ce.eq)?r.init=this.parseMaybeAssign(t):s||\"const\"!==i||this.type===ce._in||this.options.ecmaVersion>=6&&this.isContextual(\"of\")?s||\"Identifier\"===r.id.type||t&&(this.type===ce._in||this.isContextual(\"of\"))?r.init=null:this.raise(this.lastTokEnd,\"Complex binding patterns require an initialization value\"):this.unexpected(),e.declarations.push(this.finishNode(r,\"VariableDeclarator\")),!this.eat(ce.comma))break}return e},De.parseVarId=function(e,t){e.id=this.parseBindingAtom(),this.checkLValPattern(e.id,\"var\"===t?1:2,!1)};var Ue=1,$e=2;function Fe(e,t){var i=t.key.name,s=e[i],r=\"true\";return\"MethodDefinition\"===t.type&&(\"get\"===t.kind||\"set\"===t.kind)&&(r=(t.static?\"s\":\"i\")+t.kind),\"iget\"===s&&\"iset\"===r||\"iset\"===s&&\"iget\"===r||\"sget\"===s&&\"sset\"===r||\"sset\"===s&&\"sget\"===r?(e[i]=\"true\",!1):!!s||(e[i]=r,!1)}function He(e,t){var i=e.computed,s=e.key;return!i&&(\"Identifier\"===s.type&&s.name===t||\"Literal\"===s.type&&s.value===t)}De.parseFunction=function(e,t,i,s,r){this.initFunction(e),(this.options.ecmaVersion>=9||this.options.ecmaVersion>=6&&!s)&&(this.type===ce.star&&t&$e&&this.unexpected(),e.generator=this.eat(ce.star)),this.options.ecmaVersion>=8&&(e.async=!!s),t&Ue&&(e.id=4&t&&this.type!==ce.name?null:this.parseIdent(),e.id&&!(t&$e)&&this.checkLValSimple(e.id,this.strict||e.generator||e.async?this.treatFunctionsAsVar?1:2:3));var n=this.yieldPos,a=this.awaitPos,o=this.awaitIdentPos;return this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(Ne(e.async,e.generator)),t&Ue||(e.id=this.type===ce.name?this.parseIdent():null),this.parseFunctionParams(e),this.parseFunctionBody(e,i,!1,r),this.yieldPos=n,this.awaitPos=a,this.awaitIdentPos=o,this.finishNode(e,t&Ue?\"FunctionDeclaration\":\"FunctionExpression\")},De.parseFunctionParams=function(e){this.expect(ce.parenL),e.params=this.parseBindingList(ce.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams()},De.parseClass=function(e,t){this.next();var i=this.strict;this.strict=!0,this.parseClassId(e,t),this.parseClassSuper(e);var s=this.enterClassBody(),r=this.startNode(),n=!1;for(r.body=[],this.expect(ce.braceL);this.type!==ce.braceR;){var a=this.parseClassElement(null!==e.superClass);a&&(r.body.push(a),\"MethodDefinition\"===a.type&&\"constructor\"===a.kind?(n&&this.raiseRecoverable(a.start,\"Duplicate constructor in the same class\"),n=!0):a.key&&\"PrivateIdentifier\"===a.key.type&&Fe(s,a)&&this.raiseRecoverable(a.key.start,\"Identifier '#\"+a.key.name+\"' has already been declared\"))}return this.strict=i,this.next(),e.body=this.finishNode(r,\"ClassBody\"),this.exitClassBody(),this.finishNode(e,t?\"ClassDeclaration\":\"ClassExpression\")},De.parseClassElement=function(e){if(this.eat(ce.semi))return null;var t=this.options.ecmaVersion,i=this.startNode(),s=\"\",r=!1,n=!1,a=\"method\",o=!1;if(this.eatContextual(\"static\")){if(t>=13&&this.eat(ce.braceL))return this.parseClassStaticBlock(i),i;this.isClassElementNameStart()||this.type===ce.star?o=!0:s=\"static\"}if(i.static=o,!s&&t>=8&&this.eatContextual(\"async\")&&(!this.isClassElementNameStart()&&this.type!==ce.star||this.canInsertSemicolon()?s=\"async\":n=!0),!s&&(t>=9||!n)&&this.eat(ce.star)&&(r=!0),!s&&!n&&!r){var c=this.value;(this.eatContextual(\"get\")||this.eatContextual(\"set\"))&&(this.isClassElementNameStart()?a=c:s=c)}if(s?(i.computed=!1,i.key=this.startNodeAt(this.lastTokStart,this.lastTokStartLoc),i.key.name=s,this.finishNode(i.key,\"Identifier\")):this.parseClassElementName(i),t<13||this.type===ce.parenL||\"method\"!==a||r||n){var h=!i.static&&He(i,\"constructor\"),l=h&&e;h&&\"method\"!==a&&this.raise(i.key.start,\"Constructor can't have get/set modifier\"),i.kind=h?\"constructor\":a,this.parseClassMethod(i,r,n,l)}else this.parseClassField(i);return i},De.isClassElementNameStart=function(){return this.type===ce.name||this.type===ce.privateId||this.type===ce.num||this.type===ce.string||this.type===ce.bracketL||this.type.keyword},De.parseClassElementName=function(e){this.type===ce.privateId?(\"constructor\"===this.value&&this.raise(this.start,\"Classes can't have an element named '#constructor'\"),e.computed=!1,e.key=this.parsePrivateIdent()):this.parsePropertyName(e)},De.parseClassMethod=function(e,t,i,s){var r=e.key;\"constructor\"===e.kind?(t&&this.raise(r.start,\"Constructor can't be a generator\"),i&&this.raise(r.start,\"Constructor can't be an async method\")):e.static&&He(e,\"prototype\")&&this.raise(r.start,\"Classes may not have a static property named prototype\");var n=e.value=this.parseMethod(t,i,s);return\"get\"===e.kind&&0!==n.params.length&&this.raiseRecoverable(n.start,\"getter should have no params\"),\"set\"===e.kind&&1!==n.params.length&&this.raiseRecoverable(n.start,\"setter should have exactly one param\"),\"set\"===e.kind&&\"RestElement\"===n.params[0].type&&this.raiseRecoverable(n.params[0].start,\"Setter cannot use rest params\"),this.finishNode(e,\"MethodDefinition\")},De.parseClassField=function(e){if(He(e,\"constructor\")?this.raise(e.key.start,\"Classes can't have a field named 'constructor'\"):e.static&&He(e,\"prototype\")&&this.raise(e.key.start,\"Classes can't have a static field named 'prototype'\"),this.eat(ce.eq)){var t=this.currentThisScope(),i=t.inClassFieldInit;t.inClassFieldInit=!0,e.value=this.parseMaybeAssign(),t.inClassFieldInit=i}else e.value=null;return this.semicolon(),this.finishNode(e,\"PropertyDefinition\")},De.parseClassStaticBlock=function(e){e.body=[];var t=this.labels;for(this.labels=[],this.enterScope(320);this.type!==ce.braceR;){var i=this.parseStatement(null);e.body.push(i)}return this.next(),this.exitScope(),this.labels=t,this.finishNode(e,\"StaticBlock\")},De.parseClassId=function(e,t){this.type===ce.name?(e.id=this.parseIdent(),t&&this.checkLValSimple(e.id,2,!1)):(!0===t&&this.unexpected(),e.id=null)},De.parseClassSuper=function(e){e.superClass=this.eat(ce._extends)?this.parseExprSubscripts(null,!1):null},De.enterClassBody=function(){var e={declared:Object.create(null),used:[]};return this.privateNameStack.push(e),e.declared},De.exitClassBody=function(){var e=this.privateNameStack.pop(),t=e.declared,i=e.used;if(this.options.checkPrivateFields)for(var s=this.privateNameStack.length,r=0===s?null:this.privateNameStack[s-1],n=0;n<i.length;++n){var a=i[n];ye(t,a.name)||(r?r.used.push(a):this.raiseRecoverable(a.start,\"Private field '#\"+a.name+\"' must be declared in an enclosing class\"))}},De.parseExportAllDeclaration=function(e,t){return this.options.ecmaVersion>=11&&(this.eatContextual(\"as\")?(e.exported=this.parseModuleExportName(),this.checkExport(t,e.exported,this.lastTokStart)):e.exported=null),this.expectContextual(\"from\"),this.type!==ce.string&&this.unexpected(),e.source=this.parseExprAtom(),this.semicolon(),this.finishNode(e,\"ExportAllDeclaration\")},De.parseExport=function(e,t){if(this.next(),this.eat(ce.star))return this.parseExportAllDeclaration(e,t);if(this.eat(ce._default))return this.checkExport(t,\"default\",this.lastTokStart),e.declaration=this.parseExportDefaultDeclaration(),this.finishNode(e,\"ExportDefaultDeclaration\");if(this.shouldParseExportStatement())e.declaration=this.parseExportDeclaration(e),\"VariableDeclaration\"===e.declaration.type?this.checkVariableExport(t,e.declaration.declarations):this.checkExport(t,e.declaration.id,e.declaration.id.start),e.specifiers=[],e.source=null;else{if(e.declaration=null,e.specifiers=this.parseExportSpecifiers(t),this.eatContextual(\"from\"))this.type!==ce.string&&this.unexpected(),e.source=this.parseExprAtom();else{for(var i=0,s=e.specifiers;i<s.length;i+=1){var r=s[i];this.checkUnreserved(r.local),this.checkLocalExport(r.local),\"Literal\"===r.local.type&&this.raise(r.local.start,\"A string literal cannot be used as an exported binding without `from`.\")}e.source=null}this.semicolon()}return this.finishNode(e,\"ExportNamedDeclaration\")},De.parseExportDeclaration=function(e){return this.parseStatement(null)},De.parseExportDefaultDeclaration=function(){var e;if(this.type===ce._function||(e=this.isAsyncFunction())){var t=this.startNode();return this.next(),e&&this.next(),this.parseFunction(t,4|Ue,!1,e)}if(this.type===ce._class){var i=this.startNode();return this.parseClass(i,\"nullableID\")}var s=this.parseMaybeAssign();return this.semicolon(),s},De.checkExport=function(e,t,i){e&&(\"string\"!=typeof t&&(t=\"Identifier\"===t.type?t.name:t.value),ye(e,t)&&this.raiseRecoverable(i,\"Duplicate export '\"+t+\"'\"),e[t]=!0)},De.checkPatternExport=function(e,t){var i=t.type;if(\"Identifier\"===i)this.checkExport(e,t,t.start);else if(\"ObjectPattern\"===i)for(var s=0,r=t.properties;s<r.length;s+=1){var n=r[s];this.checkPatternExport(e,n)}else if(\"ArrayPattern\"===i)for(var a=0,o=t.elements;a<o.length;a+=1){var c=o[a];c&&this.checkPatternExport(e,c)}else\"Property\"===i?this.checkPatternExport(e,t.value):\"AssignmentPattern\"===i?this.checkPatternExport(e,t.left):\"RestElement\"===i?this.checkPatternExport(e,t.argument):\"ParenthesizedExpression\"===i&&this.checkPatternExport(e,t.expression)},De.checkVariableExport=function(e,t){if(e)for(var i=0,s=t;i<s.length;i+=1){var r=s[i];this.checkPatternExport(e,r.id)}},De.shouldParseExportStatement=function(){return\"var\"===this.type.keyword||\"const\"===this.type.keyword||\"class\"===this.type.keyword||\"function\"===this.type.keyword||this.isLet()||this.isAsyncFunction()},De.parseExportSpecifier=function(e){var t=this.startNode();return t.local=this.parseModuleExportName(),t.exported=this.eatContextual(\"as\")?this.parseModuleExportName():t.local,this.checkExport(e,t.exported,t.exported.start),this.finishNode(t,\"ExportSpecifier\")},De.parseExportSpecifiers=function(e){var t=[],i=!0;for(this.expect(ce.braceL);!this.eat(ce.braceR);){if(i)i=!1;else if(this.expect(ce.comma),this.afterTrailingComma(ce.braceR))break;t.push(this.parseExportSpecifier(e))}return t},De.parseImport=function(e){return this.next(),this.type===ce.string?(e.specifiers=Be,e.source=this.parseExprAtom()):(e.specifiers=this.parseImportSpecifiers(),this.expectContextual(\"from\"),e.source=this.type===ce.string?this.parseExprAtom():this.unexpected()),this.semicolon(),this.finishNode(e,\"ImportDeclaration\")},De.parseImportSpecifier=function(){var e=this.startNode();return e.imported=this.parseModuleExportName(),this.eatContextual(\"as\")?e.local=this.parseIdent():(this.checkUnreserved(e.imported),e.local=e.imported),this.checkLValSimple(e.local,2),this.finishNode(e,\"ImportSpecifier\")},De.parseImportDefaultSpecifier=function(){var e=this.startNode();return e.local=this.parseIdent(),this.checkLValSimple(e.local,2),this.finishNode(e,\"ImportDefaultSpecifier\")},De.parseImportNamespaceSpecifier=function(){var e=this.startNode();return this.next(),this.expectContextual(\"as\"),e.local=this.parseIdent(),this.checkLValSimple(e.local,2),this.finishNode(e,\"ImportNamespaceSpecifier\")},De.parseImportSpecifiers=function(){var e=[],t=!0;if(this.type===ce.name&&(e.push(this.parseImportDefaultSpecifier()),!this.eat(ce.comma)))return e;if(this.type===ce.star)return e.push(this.parseImportNamespaceSpecifier()),e;for(this.expect(ce.braceL);!this.eat(ce.braceR);){if(t)t=!1;else if(this.expect(ce.comma),this.afterTrailingComma(ce.braceR))break;e.push(this.parseImportSpecifier())}return e},De.parseModuleExportName=function(){if(this.options.ecmaVersion>=13&&this.type===ce.string){var e=this.parseLiteral(this.value);return _e.test(e.value)&&this.raise(e.start,\"An export name cannot include a lone surrogate.\"),e}return this.parseIdent(!0)},De.adaptDirectivePrologue=function(e){for(var t=0;t<e.length&&this.isDirectiveCandidate(e[t]);++t)e[t].directive=e[t].expression.raw.slice(1,-1)},De.isDirectiveCandidate=function(e){return this.options.ecmaVersion>=5&&\"ExpressionStatement\"===e.type&&\"Literal\"===e.expression.type&&\"string\"==typeof e.expression.value&&('\"'===this.input[e.start]||\"'\"===this.input[e.start])};var We=Le.prototype;We.toAssignable=function(e,t,i){if(this.options.ecmaVersion>=6&&e)switch(e.type){case\"Identifier\":this.inAsync&&\"await\"===e.name&&this.raise(e.start,\"Cannot use 'await' as identifier inside an async function\");break;case\"ObjectPattern\":case\"ArrayPattern\":case\"AssignmentPattern\":case\"RestElement\":break;case\"ObjectExpression\":e.type=\"ObjectPattern\",i&&this.checkPatternErrors(i,!0);for(var s=0,r=e.properties;s<r.length;s+=1){var n=r[s];this.toAssignable(n,t),\"RestElement\"===n.type&&(\"ArrayPattern\"===n.argument.type||\"ObjectPattern\"===n.argument.type)&&this.raise(n.argument.start,\"Unexpected token\")}break;case\"Property\":\"init\"!==e.kind&&this.raise(e.key.start,\"Object pattern can't contain getter or setter\"),this.toAssignable(e.value,t);break;case\"ArrayExpression\":e.type=\"ArrayPattern\",i&&this.checkPatternErrors(i,!0),this.toAssignableList(e.elements,t);break;case\"SpreadElement\":e.type=\"RestElement\",this.toAssignable(e.argument,t),\"AssignmentPattern\"===e.argument.type&&this.raise(e.argument.start,\"Rest elements cannot have a default value\");break;case\"AssignmentExpression\":\"=\"!==e.operator&&this.raise(e.left.end,\"Only '=' operator can be used for specifying default value.\"),e.type=\"AssignmentPattern\",delete e.operator,this.toAssignable(e.left,t);break;case\"ParenthesizedExpression\":this.toAssignable(e.expression,t,i);break;case\"ChainExpression\":this.raiseRecoverable(e.start,\"Optional chaining cannot appear in left-hand side\");break;case\"MemberExpression\":if(!t)break;default:this.raise(e.start,\"Assigning to rvalue\")}else i&&this.checkPatternErrors(i,!0);return e},We.toAssignableList=function(e,t){for(var i=e.length,s=0;s<i;s++){var r=e[s];r&&this.toAssignable(r,t)}if(i){var n=e[i-1];6===this.options.ecmaVersion&&t&&n&&\"RestElement\"===n.type&&\"Identifier\"!==n.argument.type&&this.unexpected(n.argument.start)}return e},We.parseSpread=function(e){var t=this.startNode();return this.next(),t.argument=this.parseMaybeAssign(!1,e),this.finishNode(t,\"SpreadElement\")},We.parseRestBinding=function(){var e=this.startNode();return this.next(),6===this.options.ecmaVersion&&this.type!==ce.name&&this.unexpected(),e.argument=this.parseBindingAtom(),this.finishNode(e,\"RestElement\")},We.parseBindingAtom=function(){if(this.options.ecmaVersion>=6)switch(this.type){case ce.bracketL:var e=this.startNode();return this.next(),e.elements=this.parseBindingList(ce.bracketR,!0,!0),this.finishNode(e,\"ArrayPattern\");case ce.braceL:return this.parseObj(!0)}return this.parseIdent()},We.parseBindingList=function(e,t,i,s){for(var r=[],n=!0;!this.eat(e);)if(n?n=!1:this.expect(ce.comma),t&&this.type===ce.comma)r.push(null);else{if(i&&this.afterTrailingComma(e))break;if(this.type===ce.ellipsis){var a=this.parseRestBinding();this.parseBindingListItem(a),r.push(a),this.type===ce.comma&&this.raiseRecoverable(this.start,\"Comma is not permitted after the rest element\"),this.expect(e);break}r.push(this.parseAssignableListItem(s))}return r},We.parseAssignableListItem=function(e){var t=this.parseMaybeDefault(this.start,this.startLoc);return this.parseBindingListItem(t),t},We.parseBindingListItem=function(e){return e},We.parseMaybeDefault=function(e,t,i){if(i=i||this.parseBindingAtom(),this.options.ecmaVersion<6||!this.eat(ce.eq))return i;var s=this.startNodeAt(e,t);return s.left=i,s.right=this.parseMaybeAssign(),this.finishNode(s,\"AssignmentPattern\")},We.checkLValSimple=function(e,t,i){void 0===t&&(t=0);var s=0!==t;switch(e.type){case\"Identifier\":this.strict&&this.reservedWordsStrictBind.test(e.name)&&this.raiseRecoverable(e.start,(s?\"Binding \":\"Assigning to \")+e.name+\" in strict mode\"),s&&(2===t&&\"let\"===e.name&&this.raiseRecoverable(e.start,\"let is disallowed as a lexically bound name\"),i&&(ye(i,e.name)&&this.raiseRecoverable(e.start,\"Argument name clash\"),i[e.name]=!0),5!==t&&this.declareName(e.name,t,e.start));break;case\"ChainExpression\":this.raiseRecoverable(e.start,\"Optional chaining cannot appear in left-hand side\");break;case\"MemberExpression\":s&&this.raiseRecoverable(e.start,\"Binding member expression\");break;case\"ParenthesizedExpression\":return s&&this.raiseRecoverable(e.start,\"Binding parenthesized expression\"),this.checkLValSimple(e.expression,t,i);default:this.raise(e.start,(s?\"Binding\":\"Assigning to\")+\" rvalue\")}},We.checkLValPattern=function(e,t,i){switch(void 0===t&&(t=0),e.type){case\"ObjectPattern\":for(var s=0,r=e.properties;s<r.length;s+=1){var n=r[s];this.checkLValInnerPattern(n,t,i)}break;case\"ArrayPattern\":for(var a=0,o=e.elements;a<o.length;a+=1){var c=o[a];c&&this.checkLValInnerPattern(c,t,i)}break;default:this.checkLValSimple(e,t,i)}},We.checkLValInnerPattern=function(e,t,i){switch(void 0===t&&(t=0),e.type){case\"Property\":this.checkLValInnerPattern(e.value,t,i);break;case\"AssignmentPattern\":this.checkLValPattern(e.left,t,i);break;case\"RestElement\":this.checkLValPattern(e.argument,t,i);break;default:this.checkLValPattern(e,t,i)}};var qe=function(e,t,i,s,r){this.token=e,this.isExpr=!!t,this.preserveSpace=!!i,this.override=s,this.generator=!!r},Ge={b_stat:new qe(\"{\",!1),b_expr:new qe(\"{\",!0),b_tmpl:new qe(\"${\",!1),p_stat:new qe(\"(\",!1),p_expr:new qe(\"(\",!0),q_tmpl:new qe(\"`\",!0,!0,(function(e){return e.tryReadTemplateToken()})),f_stat:new qe(\"function\",!1),f_expr:new qe(\"function\",!0),f_expr_gen:new qe(\"function\",!0,!1,null,!0),f_gen:new qe(\"function\",!1,!1,null,!0)},ze=Le.prototype;ze.initialContext=function(){return[Ge.b_stat]},ze.curContext=function(){return this.context[this.context.length-1]},ze.braceIsBlock=function(e){var t=this.curContext();return t===Ge.f_expr||t===Ge.f_stat||(e!==ce.colon||t!==Ge.b_stat&&t!==Ge.b_expr?e===ce._return||e===ce.name&&this.exprAllowed?he.test(this.input.slice(this.lastTokEnd,this.start)):e===ce._else||e===ce.semi||e===ce.eof||e===ce.parenR||e===ce.arrow||(e===ce.braceL?t===Ge.b_stat:e!==ce._var&&e!==ce._const&&e!==ce.name&&!this.exprAllowed):!t.isExpr)},ze.inGeneratorContext=function(){for(var e=this.context.length-1;e>=1;e--){var t=this.context[e];if(\"function\"===t.token)return t.generator}return!1},ze.updateContext=function(e){var t,i=this.type;i.keyword&&e===ce.dot?this.exprAllowed=!1:(t=i.updateContext)?t.call(this,e):this.exprAllowed=i.beforeExpr},ze.overrideContext=function(e){this.curContext()!==e&&(this.context[this.context.length-1]=e)},ce.parenR.updateContext=ce.braceR.updateContext=function(){if(1!==this.context.length){var e=this.context.pop();e===Ge.b_stat&&\"function\"===this.curContext().token&&(e=this.context.pop()),this.exprAllowed=!e.isExpr}else this.exprAllowed=!0},ce.braceL.updateContext=function(e){this.context.push(this.braceIsBlock(e)?Ge.b_stat:Ge.b_expr),this.exprAllowed=!0},ce.dollarBraceL.updateContext=function(){this.context.push(Ge.b_tmpl),this.exprAllowed=!0},ce.parenL.updateContext=function(e){var t=e===ce._if||e===ce._for||e===ce._with||e===ce._while;this.context.push(t?Ge.p_stat:Ge.p_expr),this.exprAllowed=!0},ce.incDec.updateContext=function(){},ce._function.updateContext=ce._class.updateContext=function(e){!e.beforeExpr||e===ce._else||e===ce.semi&&this.curContext()!==Ge.p_stat||e===ce._return&&he.test(this.input.slice(this.lastTokEnd,this.start))||(e===ce.colon||e===ce.braceL)&&this.curContext()===Ge.b_stat?this.context.push(Ge.f_stat):this.context.push(Ge.f_expr),this.exprAllowed=!1},ce.backQuote.updateContext=function(){this.curContext()===Ge.q_tmpl?this.context.pop():this.context.push(Ge.q_tmpl),this.exprAllowed=!1},ce.star.updateContext=function(e){if(e===ce._function){var t=this.context.length-1;this.context[t]===Ge.f_expr?this.context[t]=Ge.f_expr_gen:this.context[t]=Ge.f_gen}this.exprAllowed=!0},ce.name.updateContext=function(e){var t=!1;this.options.ecmaVersion>=6&&e!==ce.dot&&(\"of\"===this.value&&!this.exprAllowed||\"yield\"===this.value&&this.inGeneratorContext())&&(t=!0),this.exprAllowed=t};var Ke=Le.prototype;function Qe(e){return\"MemberExpression\"===e.type&&\"PrivateIdentifier\"===e.property.type||\"ChainExpression\"===e.type&&Qe(e.expression)}Ke.checkPropClash=function(e,t,i){if(!(this.options.ecmaVersion>=9&&\"SpreadElement\"===e.type||this.options.ecmaVersion>=6&&(e.computed||e.method||e.shorthand))){var s,r=e.key;switch(r.type){case\"Identifier\":s=r.name;break;case\"Literal\":s=String(r.value);break;default:return}var n=e.kind;if(this.options.ecmaVersion>=6)return void(\"__proto__\"===s&&\"init\"===n&&(t.proto&&(i?i.doubleProto<0&&(i.doubleProto=r.start):this.raiseRecoverable(r.start,\"Redefinition of __proto__ property\")),t.proto=!0));var a=t[s=\"$\"+s];if(a)(\"init\"===n?this.strict&&a.init||a.get||a.set:a.init||a[n])&&this.raiseRecoverable(r.start,\"Redefinition of property\");else a=t[s]={init:!1,get:!1,set:!1};a[n]=!0}},Ke.parseExpression=function(e,t){var i=this.start,s=this.startLoc,r=this.parseMaybeAssign(e,t);if(this.type===ce.comma){var n=this.startNodeAt(i,s);for(n.expressions=[r];this.eat(ce.comma);)n.expressions.push(this.parseMaybeAssign(e,t));return this.finishNode(n,\"SequenceExpression\")}return r},Ke.parseMaybeAssign=function(e,t,i){if(this.isContextual(\"yield\")){if(this.inGenerator)return this.parseYield(e);this.exprAllowed=!1}var s=!1,r=-1,n=-1,a=-1;t?(r=t.parenthesizedAssign,n=t.trailingComma,a=t.doubleProto,t.parenthesizedAssign=t.trailingComma=-1):(t=new Oe,s=!0);var o=this.start,c=this.startLoc;(this.type===ce.parenL||this.type===ce.name)&&(this.potentialArrowAt=this.start,this.potentialArrowInForAwait=\"await\"===e);var h=this.parseMaybeConditional(e,t);if(i&&(h=i.call(this,h,o,c)),this.type.isAssign){var l=this.startNodeAt(o,c);return l.operator=this.value,this.type===ce.eq&&(h=this.toAssignable(h,!1,t)),s||(t.parenthesizedAssign=t.trailingComma=t.doubleProto=-1),t.shorthandAssign>=h.start&&(t.shorthandAssign=-1),this.type===ce.eq?this.checkLValPattern(h):this.checkLValSimple(h),l.left=h,this.next(),l.right=this.parseMaybeAssign(e),a>-1&&(t.doubleProto=a),this.finishNode(l,\"AssignmentExpression\")}return s&&this.checkExpressionErrors(t,!0),r>-1&&(t.parenthesizedAssign=r),n>-1&&(t.trailingComma=n),h},Ke.parseMaybeConditional=function(e,t){var i=this.start,s=this.startLoc,r=this.parseExprOps(e,t);if(this.checkExpressionErrors(t))return r;if(this.eat(ce.question)){var n=this.startNodeAt(i,s);return n.test=r,n.consequent=this.parseMaybeAssign(),this.expect(ce.colon),n.alternate=this.parseMaybeAssign(e),this.finishNode(n,\"ConditionalExpression\")}return r},Ke.parseExprOps=function(e,t){var i=this.start,s=this.startLoc,r=this.parseMaybeUnary(t,!1,!1,e);return this.checkExpressionErrors(t)||r.start===i&&\"ArrowFunctionExpression\"===r.type?r:this.parseExprOp(r,i,s,-1,e)},Ke.parseExprOp=function(e,t,i,s,r){var n=this.type.binop;if(null!=n&&(!r||this.type!==ce._in)&&n>s){var a=this.type===ce.logicalOR||this.type===ce.logicalAND,o=this.type===ce.coalesce;o&&(n=ce.logicalAND.binop);var c=this.value;this.next();var h=this.start,l=this.startLoc,p=this.parseExprOp(this.parseMaybeUnary(null,!1,!1,r),h,l,n,r),u=this.buildBinary(t,i,e,p,c,a||o);return(a&&this.type===ce.coalesce||o&&(this.type===ce.logicalOR||this.type===ce.logicalAND))&&this.raiseRecoverable(this.start,\"Logical expressions and coalesce expressions cannot be mixed. Wrap either by parentheses\"),this.parseExprOp(u,t,i,s,r)}return e},Ke.buildBinary=function(e,t,i,s,r,n){\"PrivateIdentifier\"===s.type&&this.raise(s.start,\"Private identifier can only be left side of binary expression\");var a=this.startNodeAt(e,t);return a.left=i,a.operator=r,a.right=s,this.finishNode(a,n?\"LogicalExpression\":\"BinaryExpression\")},Ke.parseMaybeUnary=function(e,t,i,s){var r,n=this.start,a=this.startLoc;if(this.isContextual(\"await\")&&this.canAwait)r=this.parseAwait(s),t=!0;else if(this.type.prefix){var o=this.startNode(),c=this.type===ce.incDec;o.operator=this.value,o.prefix=!0,this.next(),o.argument=this.parseMaybeUnary(null,!0,c,s),this.checkExpressionErrors(e,!0),c?this.checkLValSimple(o.argument):this.strict&&\"delete\"===o.operator&&\"Identifier\"===o.argument.type?this.raiseRecoverable(o.start,\"Deleting local variable in strict mode\"):\"delete\"===o.operator&&Qe(o.argument)?this.raiseRecoverable(o.start,\"Private fields can not be deleted\"):t=!0,r=this.finishNode(o,c?\"UpdateExpression\":\"UnaryExpression\")}else if(t||this.type!==ce.privateId){if(r=this.parseExprSubscripts(e,s),this.checkExpressionErrors(e))return r;for(;this.type.postfix&&!this.canInsertSemicolon();){var h=this.startNodeAt(n,a);h.operator=this.value,h.prefix=!1,h.argument=r,this.checkLValSimple(r),this.next(),r=this.finishNode(h,\"UpdateExpression\")}}else(s||0===this.privateNameStack.length)&&this.options.checkPrivateFields&&this.unexpected(),r=this.parsePrivateIdent(),this.type!==ce._in&&this.unexpected();return i||!this.eat(ce.starstar)?r:t?void this.unexpected(this.lastTokStart):this.buildBinary(n,a,r,this.parseMaybeUnary(null,!1,!1,s),\"**\",!1)},Ke.parseExprSubscripts=function(e,t){var i=this.start,s=this.startLoc,r=this.parseExprAtom(e,t);if(\"ArrowFunctionExpression\"===r.type&&\")\"!==this.input.slice(this.lastTokStart,this.lastTokEnd))return r;var n=this.parseSubscripts(r,i,s,!1,t);return e&&\"MemberExpression\"===n.type&&(e.parenthesizedAssign>=n.start&&(e.parenthesizedAssign=-1),e.parenthesizedBind>=n.start&&(e.parenthesizedBind=-1),e.trailingComma>=n.start&&(e.trailingComma=-1)),n},Ke.parseSubscripts=function(e,t,i,s,r){for(var n=this.options.ecmaVersion>=8&&\"Identifier\"===e.type&&\"async\"===e.name&&this.lastTokEnd===e.end&&!this.canInsertSemicolon()&&e.end-e.start==5&&this.potentialArrowAt===e.start,a=!1;;){var o=this.parseSubscript(e,t,i,s,n,a,r);if(o.optional&&(a=!0),o===e||\"ArrowFunctionExpression\"===o.type){if(a){var c=this.startNodeAt(t,i);c.expression=o,o=this.finishNode(c,\"ChainExpression\")}return o}e=o}},Ke.shouldParseAsyncArrow=function(){return!this.canInsertSemicolon()&&this.eat(ce.arrow)},Ke.parseSubscriptAsyncArrow=function(e,t,i,s){return this.parseArrowExpression(this.startNodeAt(e,t),i,!0,s)},Ke.parseSubscript=function(e,t,i,s,r,n,a){var o=this.options.ecmaVersion>=11,c=o&&this.eat(ce.questionDot);s&&c&&this.raise(this.lastTokStart,\"Optional chaining cannot appear in the callee of new expressions\");var h=this.eat(ce.bracketL);if(h||c&&this.type!==ce.parenL&&this.type!==ce.backQuote||this.eat(ce.dot)){var l=this.startNodeAt(t,i);l.object=e,h?(l.property=this.parseExpression(),this.expect(ce.bracketR)):this.type===ce.privateId&&\"Super\"!==e.type?l.property=this.parsePrivateIdent():l.property=this.parseIdent(\"never\"!==this.options.allowReserved),l.computed=!!h,o&&(l.optional=c),e=this.finishNode(l,\"MemberExpression\")}else if(!s&&this.eat(ce.parenL)){var p=new Oe,u=this.yieldPos,d=this.awaitPos,f=this.awaitIdentPos;this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0;var m=this.parseExprList(ce.parenR,this.options.ecmaVersion>=8,!1,p);if(r&&!c&&this.shouldParseAsyncArrow())return this.checkPatternErrors(p,!1),this.checkYieldAwaitInDefaultParams(),this.awaitIdentPos>0&&this.raise(this.awaitIdentPos,\"Cannot use 'await' as identifier inside an async function\"),this.yieldPos=u,this.awaitPos=d,this.awaitIdentPos=f,this.parseSubscriptAsyncArrow(t,i,m,a);this.checkExpressionErrors(p,!0),this.yieldPos=u||this.yieldPos,this.awaitPos=d||this.awaitPos,this.awaitIdentPos=f||this.awaitIdentPos;var g=this.startNodeAt(t,i);g.callee=e,g.arguments=m,o&&(g.optional=c),e=this.finishNode(g,\"CallExpression\")}else if(this.type===ce.backQuote){(c||n)&&this.raise(this.start,\"Optional chaining cannot appear in the tag of tagged template expressions\");var x=this.startNodeAt(t,i);x.tag=e,x.quasi=this.parseTemplate({isTagged:!0}),e=this.finishNode(x,\"TaggedTemplateExpression\")}return e},Ke.parseExprAtom=function(e,t,i){this.type===ce.slash&&this.readRegexp();var s,r=this.potentialArrowAt===this.start;switch(this.type){case ce._super:return this.allowSuper||this.raise(this.start,\"'super' keyword outside a method\"),s=this.startNode(),this.next(),this.type===ce.parenL&&!this.allowDirectSuper&&this.raise(s.start,\"super() call outside constructor of a subclass\"),this.type!==ce.dot&&this.type!==ce.bracketL&&this.type!==ce.parenL&&this.unexpected(),this.finishNode(s,\"Super\");case ce._this:return s=this.startNode(),this.next(),this.finishNode(s,\"ThisExpression\");case ce.name:var n=this.start,a=this.startLoc,o=this.containsEsc,c=this.parseIdent(!1);if(this.options.ecmaVersion>=8&&!o&&\"async\"===c.name&&!this.canInsertSemicolon()&&this.eat(ce._function))return this.overrideContext(Ge.f_expr),this.parseFunction(this.startNodeAt(n,a),0,!1,!0,t);if(r&&!this.canInsertSemicolon()){if(this.eat(ce.arrow))return this.parseArrowExpression(this.startNodeAt(n,a),[c],!1,t);if(this.options.ecmaVersion>=8&&\"async\"===c.name&&this.type===ce.name&&!o&&(!this.potentialArrowInForAwait||\"of\"!==this.value||this.containsEsc))return c=this.parseIdent(!1),(this.canInsertSemicolon()||!this.eat(ce.arrow))&&this.unexpected(),this.parseArrowExpression(this.startNodeAt(n,a),[c],!0,t)}return c;case ce.regexp:var h=this.value;return(s=this.parseLiteral(h.value)).regex={pattern:h.pattern,flags:h.flags},s;case ce.num:case ce.string:return this.parseLiteral(this.value);case ce._null:case ce._true:case ce._false:return(s=this.startNode()).value=this.type===ce._null?null:this.type===ce._true,s.raw=this.type.keyword,this.next(),this.finishNode(s,\"Literal\");case ce.parenL:var l=this.start,p=this.parseParenAndDistinguishExpression(r,t);return e&&(e.parenthesizedAssign<0&&!this.isSimpleAssignTarget(p)&&(e.parenthesizedAssign=l),e.parenthesizedBind<0&&(e.parenthesizedBind=l)),p;case ce.bracketL:return s=this.startNode(),this.next(),s.elements=this.parseExprList(ce.bracketR,!0,!0,e),this.finishNode(s,\"ArrayExpression\");case ce.braceL:return this.overrideContext(Ge.b_expr),this.parseObj(!1,e);case ce._function:return s=this.startNode(),this.next(),this.parseFunction(s,0);case ce._class:return this.parseClass(this.startNode(),!1);case ce._new:return this.parseNew();case ce.backQuote:return this.parseTemplate();case ce._import:return this.options.ecmaVersion>=11?this.parseExprImport(i):this.unexpected();default:return this.parseExprAtomDefault()}},Ke.parseExprAtomDefault=function(){this.unexpected()},Ke.parseExprImport=function(e){var t=this.startNode();this.containsEsc&&this.raiseRecoverable(this.start,\"Escape sequence in keyword import\");var i=this.parseIdent(!0);return this.type!==ce.parenL||e?this.type===ce.dot?(t.meta=i,this.parseImportMeta(t)):void this.unexpected():this.parseDynamicImport(t)},Ke.parseDynamicImport=function(e){if(this.next(),e.source=this.parseMaybeAssign(),!this.eat(ce.parenR)){var t=this.start;this.eat(ce.comma)&&this.eat(ce.parenR)?this.raiseRecoverable(t,\"Trailing comma is not allowed in import()\"):this.unexpected(t)}return this.finishNode(e,\"ImportExpression\")},Ke.parseImportMeta=function(e){this.next();var t=this.containsEsc;return e.property=this.parseIdent(!0),\"meta\"!==e.property.name&&this.raiseRecoverable(e.property.start,\"The only valid meta property for import is 'import.meta'\"),t&&this.raiseRecoverable(e.start,\"'import.meta' must not contain escaped characters\"),\"module\"!==this.options.sourceType&&!this.options.allowImportExportEverywhere&&this.raiseRecoverable(e.start,\"Cannot use 'import.meta' outside a module\"),this.finishNode(e,\"MetaProperty\")},Ke.parseLiteral=function(e){var t=this.startNode();return t.value=e,t.raw=this.input.slice(this.start,this.end),110===t.raw.charCodeAt(t.raw.length-1)&&(t.bigint=t.raw.slice(0,-1).replace(/_/g,\"\")),this.next(),this.finishNode(t,\"Literal\")},Ke.parseParenExpression=function(){this.expect(ce.parenL);var e=this.parseExpression();return this.expect(ce.parenR),e},Ke.shouldParseArrow=function(e){return!this.canInsertSemicolon()},Ke.parseParenAndDistinguishExpression=function(e,t){var i,s=this.start,r=this.startLoc,n=this.options.ecmaVersion>=8;if(this.options.ecmaVersion>=6){this.next();var a,o=this.start,c=this.startLoc,h=[],l=!0,p=!1,u=new Oe,d=this.yieldPos,f=this.awaitPos;for(this.yieldPos=0,this.awaitPos=0;this.type!==ce.parenR;){if(l?l=!1:this.expect(ce.comma),n&&this.afterTrailingComma(ce.parenR,!0)){p=!0;break}if(this.type===ce.ellipsis){a=this.start,h.push(this.parseParenItem(this.parseRestBinding())),this.type===ce.comma&&this.raiseRecoverable(this.start,\"Comma is not permitted after the rest element\");break}h.push(this.parseMaybeAssign(!1,u,this.parseParenItem))}var m=this.lastTokEnd,g=this.lastTokEndLoc;if(this.expect(ce.parenR),e&&this.shouldParseArrow(h)&&this.eat(ce.arrow))return this.checkPatternErrors(u,!1),this.checkYieldAwaitInDefaultParams(),this.yieldPos=d,this.awaitPos=f,this.parseParenArrowList(s,r,h,t);(!h.length||p)&&this.unexpected(this.lastTokStart),a&&this.unexpected(a),this.checkExpressionErrors(u,!0),this.yieldPos=d||this.yieldPos,this.awaitPos=f||this.awaitPos,h.length>1?((i=this.startNodeAt(o,c)).expressions=h,this.finishNodeAt(i,\"SequenceExpression\",m,g)):i=h[0]}else i=this.parseParenExpression();if(this.options.preserveParens){var x=this.startNodeAt(s,r);return x.expression=i,this.finishNode(x,\"ParenthesizedExpression\")}return i},Ke.parseParenItem=function(e){return e},Ke.parseParenArrowList=function(e,t,i,s){return this.parseArrowExpression(this.startNodeAt(e,t),i,!1,s)};var Ye=[];Ke.parseNew=function(){this.containsEsc&&this.raiseRecoverable(this.start,\"Escape sequence in keyword new\");var e=this.startNode(),t=this.parseIdent(!0);if(this.options.ecmaVersion>=6&&this.eat(ce.dot)){e.meta=t;var i=this.containsEsc;return e.property=this.parseIdent(!0),\"target\"!==e.property.name&&this.raiseRecoverable(e.property.start,\"The only valid meta property for new is 'new.target'\"),i&&this.raiseRecoverable(e.start,\"'new.target' must not contain escaped characters\"),this.allowNewDotTarget||this.raiseRecoverable(e.start,\"'new.target' can only be used in functions and class static block\"),this.finishNode(e,\"MetaProperty\")}var s=this.start,r=this.startLoc;return e.callee=this.parseSubscripts(this.parseExprAtom(null,!1,!0),s,r,!0,!1),this.eat(ce.parenL)?e.arguments=this.parseExprList(ce.parenR,this.options.ecmaVersion>=8,!1):e.arguments=Ye,this.finishNode(e,\"NewExpression\")},Ke.parseTemplateElement=function(e){var t=e.isTagged,i=this.startNode();return this.type===ce.invalidTemplate?(t||this.raiseRecoverable(this.start,\"Bad escape sequence in untagged template literal\"),i.value={raw:this.value,cooked:null}):i.value={raw:this.input.slice(this.start,this.end).replace(/\\r\\n?/g,\"\\n\"),cooked:this.value},this.next(),i.tail=this.type===ce.backQuote,this.finishNode(i,\"TemplateElement\")},Ke.parseTemplate=function(e){void 0===e&&(e={});var t=e.isTagged;void 0===t&&(t=!1);var i=this.startNode();this.next(),i.expressions=[];var s=this.parseTemplateElement({isTagged:t});for(i.quasis=[s];!s.tail;)this.type===ce.eof&&this.raise(this.pos,\"Unterminated template literal\"),this.expect(ce.dollarBraceL),i.expressions.push(this.parseExpression()),this.expect(ce.braceR),i.quasis.push(s=this.parseTemplateElement({isTagged:t}));return this.next(),this.finishNode(i,\"TemplateLiteral\")},Ke.isAsyncProp=function(e){return!e.computed&&\"Identifier\"===e.key.type&&\"async\"===e.key.name&&(this.type===ce.name||this.type===ce.num||this.type===ce.string||this.type===ce.bracketL||this.type.keyword||this.options.ecmaVersion>=9&&this.type===ce.star)&&!he.test(this.input.slice(this.lastTokEnd,this.start))},Ke.parseObj=function(e,t){var i=this.startNode(),s=!0,r={};for(i.properties=[],this.next();!this.eat(ce.braceR);){if(s)s=!1;else if(this.expect(ce.comma),this.options.ecmaVersion>=5&&this.afterTrailingComma(ce.braceR))break;var n=this.parseProperty(e,t);e||this.checkPropClash(n,r,t),i.properties.push(n)}return this.finishNode(i,e?\"ObjectPattern\":\"ObjectExpression\")},Ke.parseProperty=function(e,t){var i,s,r,n,a=this.startNode();if(this.options.ecmaVersion>=9&&this.eat(ce.ellipsis))return e?(a.argument=this.parseIdent(!1),this.type===ce.comma&&this.raiseRecoverable(this.start,\"Comma is not permitted after the rest element\"),this.finishNode(a,\"RestElement\")):(a.argument=this.parseMaybeAssign(!1,t),this.type===ce.comma&&t&&t.trailingComma<0&&(t.trailingComma=this.start),this.finishNode(a,\"SpreadElement\"));this.options.ecmaVersion>=6&&(a.method=!1,a.shorthand=!1,(e||t)&&(r=this.start,n=this.startLoc),e||(i=this.eat(ce.star)));var o=this.containsEsc;return this.parsePropertyName(a),!e&&!o&&this.options.ecmaVersion>=8&&!i&&this.isAsyncProp(a)?(s=!0,i=this.options.ecmaVersion>=9&&this.eat(ce.star),this.parsePropertyName(a)):s=!1,this.parsePropertyValue(a,e,i,s,r,n,t,o),this.finishNode(a,\"Property\")},Ke.parseGetterSetter=function(e){e.kind=e.key.name,this.parsePropertyName(e),e.value=this.parseMethod(!1);var t=\"get\"===e.kind?0:1;if(e.value.params.length!==t){var i=e.value.start;\"get\"===e.kind?this.raiseRecoverable(i,\"getter should have no params\"):this.raiseRecoverable(i,\"setter should have exactly one param\")}else\"set\"===e.kind&&\"RestElement\"===e.value.params[0].type&&this.raiseRecoverable(e.value.params[0].start,\"Setter cannot use rest params\")},Ke.parsePropertyValue=function(e,t,i,s,r,n,a,o){(i||s)&&this.type===ce.colon&&this.unexpected(),this.eat(ce.colon)?(e.value=t?this.parseMaybeDefault(this.start,this.startLoc):this.parseMaybeAssign(!1,a),e.kind=\"init\"):this.options.ecmaVersion>=6&&this.type===ce.parenL?(t&&this.unexpected(),e.kind=\"init\",e.method=!0,e.value=this.parseMethod(i,s)):t||o||!(this.options.ecmaVersion>=5)||e.computed||\"Identifier\"!==e.key.type||\"get\"!==e.key.name&&\"set\"!==e.key.name||this.type===ce.comma||this.type===ce.braceR||this.type===ce.eq?this.options.ecmaVersion>=6&&!e.computed&&\"Identifier\"===e.key.type?((i||s)&&this.unexpected(),this.checkUnreserved(e.key),\"await\"===e.key.name&&!this.awaitIdentPos&&(this.awaitIdentPos=r),e.kind=\"init\",t?e.value=this.parseMaybeDefault(r,n,this.copyNode(e.key)):this.type===ce.eq&&a?(a.shorthandAssign<0&&(a.shorthandAssign=this.start),e.value=this.parseMaybeDefault(r,n,this.copyNode(e.key))):e.value=this.copyNode(e.key),e.shorthand=!0):this.unexpected():((i||s)&&this.unexpected(),this.parseGetterSetter(e))},Ke.parsePropertyName=function(e){if(this.options.ecmaVersion>=6){if(this.eat(ce.bracketL))return e.computed=!0,e.key=this.parseMaybeAssign(),this.expect(ce.bracketR),e.key;e.computed=!1}return e.key=this.type===ce.num||this.type===ce.string?this.parseExprAtom():this.parseIdent(\"never\"!==this.options.allowReserved)},Ke.initFunction=function(e){e.id=null,this.options.ecmaVersion>=6&&(e.generator=e.expression=!1),this.options.ecmaVersion>=8&&(e.async=!1)},Ke.parseMethod=function(e,t,i){var s=this.startNode(),r=this.yieldPos,n=this.awaitPos,a=this.awaitIdentPos;return this.initFunction(s),this.options.ecmaVersion>=6&&(s.generator=e),this.options.ecmaVersion>=8&&(s.async=!!t),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(64|Ne(t,s.generator)|(i?128:0)),this.expect(ce.parenL),s.params=this.parseBindingList(ce.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams(),this.parseFunctionBody(s,!1,!0,!1),this.yieldPos=r,this.awaitPos=n,this.awaitIdentPos=a,this.finishNode(s,\"FunctionExpression\")},Ke.parseArrowExpression=function(e,t,i,s){var r=this.yieldPos,n=this.awaitPos,a=this.awaitIdentPos;return this.enterScope(16|Ne(i,!1)),this.initFunction(e),this.options.ecmaVersion>=8&&(e.async=!!i),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,e.params=this.toAssignableList(t,!0),this.parseFunctionBody(e,!0,!1,s),this.yieldPos=r,this.awaitPos=n,this.awaitIdentPos=a,this.finishNode(e,\"ArrowFunctionExpression\")},Ke.parseFunctionBody=function(e,t,i,s){var r=t&&this.type!==ce.braceL,n=this.strict,a=!1;if(r)e.body=this.parseMaybeAssign(s),e.expression=!0,this.checkParams(e,!1);else{var o=this.options.ecmaVersion>=7&&!this.isSimpleParamList(e.params);(!n||o)&&((a=this.strictDirective(this.end))&&o&&this.raiseRecoverable(e.start,\"Illegal 'use strict' directive in function with non-simple parameter list\"));var c=this.labels;this.labels=[],a&&(this.strict=!0),this.checkParams(e,!n&&!a&&!t&&!i&&this.isSimpleParamList(e.params)),this.strict&&e.id&&this.checkLValSimple(e.id,5),e.body=this.parseBlock(!1,void 0,a&&!n),e.expression=!1,this.adaptDirectivePrologue(e.body.body),this.labels=c}this.exitScope()},Ke.isSimpleParamList=function(e){for(var t=0,i=e;t<i.length;t+=1){if(\"Identifier\"!==i[t].type)return!1}return!0},Ke.checkParams=function(e,t){for(var i=Object.create(null),s=0,r=e.params;s<r.length;s+=1){var n=r[s];this.checkLValInnerPattern(n,1,t?null:i)}},Ke.parseExprList=function(e,t,i,s){for(var r=[],n=!0;!this.eat(e);){if(n)n=!1;else if(this.expect(ce.comma),t&&this.afterTrailingComma(e))break;var a=void 0;i&&this.type===ce.comma?a=null:this.type===ce.ellipsis?(a=this.parseSpread(s),s&&this.type===ce.comma&&s.trailingComma<0&&(s.trailingComma=this.start)):a=this.parseMaybeAssign(!1,s),r.push(a)}return r},Ke.checkUnreserved=function(e){var t=e.start,i=e.end,s=e.name;(this.inGenerator&&\"yield\"===s&&this.raiseRecoverable(t,\"Cannot use 'yield' as identifier inside a generator\"),this.inAsync&&\"await\"===s&&this.raiseRecoverable(t,\"Cannot use 'await' as identifier inside an async function\"),this.currentThisScope().inClassFieldInit&&\"arguments\"===s&&this.raiseRecoverable(t,\"Cannot use 'arguments' in class field initializer\"),this.inClassStaticBlock&&(\"arguments\"===s||\"await\"===s)&&this.raise(t,\"Cannot use \"+s+\" in class static initialization block\"),this.keywords.test(s)&&this.raise(t,\"Unexpected keyword '\"+s+\"'\"),this.options.ecmaVersion<6&&-1!==this.input.slice(t,i).indexOf(\"\\\\\"))||(this.strict?this.reservedWordsStrict:this.reservedWords).test(s)&&(!this.inAsync&&\"await\"===s&&this.raiseRecoverable(t,\"Cannot use keyword 'await' outside an async function\"),this.raiseRecoverable(t,\"The keyword '\"+s+\"' is reserved\"))},Ke.parseIdent=function(e){var t=this.parseIdentNode();return this.next(!!e),this.finishNode(t,\"Identifier\"),e||(this.checkUnreserved(t),\"await\"===t.name&&!this.awaitIdentPos&&(this.awaitIdentPos=t.start)),t},Ke.parseIdentNode=function(){var e=this.startNode();return this.type===ce.name?e.name=this.value:this.type.keyword?(e.name=this.type.keyword,(\"class\"===e.name||\"function\"===e.name)&&(this.lastTokEnd!==this.lastTokStart+1||46!==this.input.charCodeAt(this.lastTokStart))&&this.context.pop()):this.unexpected(),e},Ke.parsePrivateIdent=function(){var e=this.startNode();return this.type===ce.privateId?e.name=this.value:this.unexpected(),this.next(),this.finishNode(e,\"PrivateIdentifier\"),this.options.checkPrivateFields&&(0===this.privateNameStack.length?this.raise(e.start,\"Private field '#\"+e.name+\"' must be declared in an enclosing class\"):this.privateNameStack[this.privateNameStack.length-1].used.push(e)),e},Ke.parseYield=function(e){this.yieldPos||(this.yieldPos=this.start);var t=this.startNode();return this.next(),this.type===ce.semi||this.canInsertSemicolon()||this.type!==ce.star&&!this.type.startsExpr?(t.delegate=!1,t.argument=null):(t.delegate=this.eat(ce.star),t.argument=this.parseMaybeAssign(e)),this.finishNode(t,\"YieldExpression\")},Ke.parseAwait=function(e){this.awaitPos||(this.awaitPos=this.start);var t=this.startNode();return this.next(),t.argument=this.parseMaybeUnary(null,!0,!1,e),this.finishNode(t,\"AwaitExpression\")};var Je=Le.prototype;Je.raise=function(e,t){var i=Ee(this.input,e);t+=\" (\"+i.line+\":\"+i.column+\")\";var s=new SyntaxError(t);throw s.pos=e,s.loc=i,s.raisedAt=this.pos,s},Je.raiseRecoverable=Je.raise,Je.curPosition=function(){if(this.options.locations)return new ke(this.curLine,this.pos-this.lineStart)};var Ze=Le.prototype,Xe=function(e){this.flags=e,this.var=[],this.lexical=[],this.functions=[],this.inClassFieldInit=!1};Ze.enterScope=function(e){this.scopeStack.push(new Xe(e))},Ze.exitScope=function(){this.scopeStack.pop()},Ze.treatFunctionsAsVarInScope=function(e){return 2&e.flags||!this.inModule&&1&e.flags},Ze.declareName=function(e,t,i){var s=!1;if(2===t){var r=this.currentScope();s=r.lexical.indexOf(e)>-1||r.functions.indexOf(e)>-1||r.var.indexOf(e)>-1,r.lexical.push(e),this.inModule&&1&r.flags&&delete this.undefinedExports[e]}else if(4===t){this.currentScope().lexical.push(e)}else if(3===t){var n=this.currentScope();s=this.treatFunctionsAsVar?n.lexical.indexOf(e)>-1:n.lexical.indexOf(e)>-1||n.var.indexOf(e)>-1,n.functions.push(e)}else for(var a=this.scopeStack.length-1;a>=0;--a){var o=this.scopeStack[a];if(o.lexical.indexOf(e)>-1&&!(32&o.flags&&o.lexical[0]===e)||!this.treatFunctionsAsVarInScope(o)&&o.functions.indexOf(e)>-1){s=!0;break}if(o.var.push(e),this.inModule&&1&o.flags&&delete this.undefinedExports[e],259&o.flags)break}s&&this.raiseRecoverable(i,\"Identifier '\"+e+\"' has already been declared\")},Ze.checkLocalExport=function(e){-1===this.scopeStack[0].lexical.indexOf(e.name)&&-1===this.scopeStack[0].var.indexOf(e.name)&&(this.undefinedExports[e.name]=e)},Ze.currentScope=function(){return this.scopeStack[this.scopeStack.length-1]},Ze.currentVarScope=function(){for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e];if(259&t.flags)return t}},Ze.currentThisScope=function(){for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e];if(259&t.flags&&!(16&t.flags))return t}};var et=function(e,t,i){this.type=\"\",this.start=t,this.end=0,e.options.locations&&(this.loc=new Ce(e,i)),e.options.directSourceFile&&(this.sourceFile=e.options.directSourceFile),e.options.ranges&&(this.range=[t,0])},tt=Le.prototype;function it(e,t,i,s){return e.type=t,e.end=i,this.options.locations&&(e.loc.end=s),this.options.ranges&&(e.range[1]=i),e}tt.startNode=function(){return new et(this,this.start,this.startLoc)},tt.startNodeAt=function(e,t){return new et(this,e,t)},tt.finishNode=function(e,t){return it.call(this,e,t,this.lastTokEnd,this.lastTokEndLoc)},tt.finishNodeAt=function(e,t,i,s){return it.call(this,e,t,i,s)},tt.copyNode=function(e){var t=new et(this,e.start,this.startLoc);for(var i in e)t[i]=e[i];return t};var st=\"ASCII ASCII_Hex_Digit AHex Alphabetic Alpha Any Assigned Bidi_Control Bidi_C Bidi_Mirrored Bidi_M Case_Ignorable CI Cased Changes_When_Casefolded CWCF Changes_When_Casemapped CWCM Changes_When_Lowercased CWL Changes_When_NFKC_Casefolded CWKCF Changes_When_Titlecased CWT Changes_When_Uppercased CWU Dash Default_Ignorable_Code_Point DI Deprecated Dep Diacritic Dia Emoji Emoji_Component Emoji_Modifier Emoji_Modifier_Base Emoji_Presentation Extender Ext Grapheme_Base Gr_Base Grapheme_Extend Gr_Ext Hex_Digit Hex IDS_Binary_Operator IDSB IDS_Trinary_Operator IDST ID_Continue IDC ID_Start IDS Ideographic Ideo Join_Control Join_C Logical_Order_Exception LOE Lowercase Lower Math Noncharacter_Code_Point NChar Pattern_Syntax Pat_Syn Pattern_White_Space Pat_WS Quotation_Mark QMark Radical Regional_Indicator RI Sentence_Terminal STerm Soft_Dotted SD Terminal_Punctuation Term Unified_Ideograph UIdeo Uppercase Upper Variation_Selector VS White_Space space XID_Continue XIDC XID_Start XIDS\",rt=st+\" Extended_Pictographic\",nt=rt+\" EBase EComp EMod EPres ExtPict\",at={9:st,10:rt,11:rt,12:nt,13:nt,14:nt},ot={9:\"\",10:\"\",11:\"\",12:\"\",13:\"\",14:\"Basic_Emoji Emoji_Keycap_Sequence RGI_Emoji_Modifier_Sequence RGI_Emoji_Flag_Sequence RGI_Emoji_Tag_Sequence RGI_Emoji_ZWJ_Sequence RGI_Emoji\"},ct=\"Cased_Letter LC Close_Punctuation Pe Connector_Punctuation Pc Control Cc cntrl Currency_Symbol Sc Dash_Punctuation Pd Decimal_Number Nd digit Enclosing_Mark Me Final_Punctuation Pf Format Cf Initial_Punctuation Pi Letter L Letter_Number Nl Line_Separator Zl Lowercase_Letter Ll Mark M Combining_Mark Math_Symbol Sm Modifier_Letter Lm Modifier_Symbol Sk Nonspacing_Mark Mn Number N Open_Punctuation Ps Other C Other_Letter Lo Other_Number No Other_Punctuation Po Other_Symbol So Paragraph_Separator Zp Private_Use Co Punctuation P punct Separator Z Space_Separator Zs Spacing_Mark Mc Surrogate Cs Symbol S Titlecase_Letter Lt Unassigned Cn Uppercase_Letter Lu\",ht=\"Adlam Adlm Ahom Anatolian_Hieroglyphs Hluw Arabic Arab Armenian Armn Avestan Avst Balinese Bali Bamum Bamu Bassa_Vah Bass Batak Batk Bengali Beng Bhaiksuki Bhks Bopomofo Bopo Brahmi Brah Braille Brai Buginese Bugi Buhid Buhd Canadian_Aboriginal Cans Carian Cari Caucasian_Albanian Aghb Chakma Cakm Cham Cham Cherokee Cher Common Zyyy Coptic Copt Qaac Cuneiform Xsux Cypriot Cprt Cyrillic Cyrl Deseret Dsrt Devanagari Deva Duployan Dupl Egyptian_Hieroglyphs Egyp Elbasan Elba Ethiopic Ethi Georgian Geor Glagolitic Glag Gothic Goth Grantha Gran Greek Grek Gujarati Gujr Gurmukhi Guru Han Hani Hangul Hang Hanunoo Hano Hatran Hatr Hebrew Hebr Hiragana Hira Imperial_Aramaic Armi Inherited Zinh Qaai Inscriptional_Pahlavi Phli Inscriptional_Parthian Prti Javanese Java Kaithi Kthi Kannada Knda Katakana Kana Kayah_Li Kali Kharoshthi Khar Khmer Khmr Khojki Khoj Khudawadi Sind Lao Laoo Latin Latn Lepcha Lepc Limbu Limb Linear_A Lina Linear_B Linb Lisu Lisu Lycian Lyci Lydian Lydi Mahajani Mahj Malayalam Mlym Mandaic Mand Manichaean Mani Marchen Marc Masaram_Gondi Gonm Meetei_Mayek Mtei Mende_Kikakui Mend Meroitic_Cursive Merc Meroitic_Hieroglyphs Mero Miao Plrd Modi Mongolian Mong Mro Mroo Multani Mult Myanmar Mymr Nabataean Nbat New_Tai_Lue Talu Newa Newa Nko Nkoo Nushu Nshu Ogham Ogam Ol_Chiki Olck Old_Hungarian Hung Old_Italic Ital Old_North_Arabian Narb Old_Permic Perm Old_Persian Xpeo Old_South_Arabian Sarb Old_Turkic Orkh Oriya Orya Osage Osge Osmanya Osma Pahawh_Hmong Hmng Palmyrene Palm Pau_Cin_Hau Pauc Phags_Pa Phag Phoenician Phnx Psalter_Pahlavi Phlp Rejang Rjng Runic Runr Samaritan Samr Saurashtra Saur Sharada Shrd Shavian Shaw Siddham Sidd SignWriting Sgnw Sinhala Sinh Sora_Sompeng Sora Soyombo Soyo Sundanese Sund Syloti_Nagri Sylo Syriac Syrc Tagalog Tglg Tagbanwa Tagb Tai_Le Tale Tai_Tham Lana Tai_Viet Tavt Takri Takr Tamil Taml Tangut Tang Telugu Telu Thaana Thaa Thai Thai Tibetan Tibt Tifinagh Tfng Tirhuta Tirh Ugaritic Ugar Vai Vaii Warang_Citi Wara Yi Yiii Zanabazar_Square Zanb\",lt=ht+\" Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd\",pt=lt+\" Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho\",ut=pt+\" Chorasmian Chrs Diak Dives_Akuru Khitan_Small_Script Kits Yezi Yezidi\",dt=ut+\" Cypro_Minoan Cpmn Old_Uyghur Ougr Tangsa Tnsa Toto Vithkuqi Vith\",ft={9:ht,10:lt,11:pt,12:ut,13:dt,14:dt+\" Hrkt Katakana_Or_Hiragana Kawi Nag_Mundari Nagm Unknown Zzzz\"},mt={};function gt(e){var t=mt[e]={binary:we(at[e]+\" \"+ct),binaryOfStrings:we(ot[e]),nonBinary:{General_Category:we(ct),Script:we(ft[e])}};t.nonBinary.Script_Extensions=t.nonBinary.Script,t.nonBinary.gc=t.nonBinary.General_Category,t.nonBinary.sc=t.nonBinary.Script,t.nonBinary.scx=t.nonBinary.Script_Extensions}for(xt=0,yt=[9,10,11,12,13,14];xt<yt.length;xt+=1)gt(yt[xt]);var xt,yt,vt=Le.prototype,wt=function(e){this.parser=e,this.validFlags=\"gim\"+(e.options.ecmaVersion>=6?\"uy\":\"\")+(e.options.ecmaVersion>=9?\"s\":\"\")+(e.options.ecmaVersion>=13?\"d\":\"\")+(e.options.ecmaVersion>=15?\"v\":\"\"),this.unicodeProperties=mt[e.options.ecmaVersion>=14?14:e.options.ecmaVersion],this.source=\"\",this.flags=\"\",this.start=0,this.switchU=!1,this.switchV=!1,this.switchN=!1,this.pos=0,this.lastIntValue=0,this.lastStringValue=\"\",this.lastAssertionIsQuantifiable=!1,this.numCapturingParens=0,this.maxBackReference=0,this.groupNames=[],this.backReferenceNames=[]};function bt(e){return 36===e||e>=40&&e<=43||46===e||63===e||e>=91&&e<=94||e>=123&&e<=125}function _t(e){return e>=65&&e<=90||e>=97&&e<=122}wt.prototype.reset=function(e,t,i){var s=-1!==i.indexOf(\"v\"),r=-1!==i.indexOf(\"u\");this.start=0|e,this.source=t+\"\",this.flags=i,s&&this.parser.options.ecmaVersion>=15?(this.switchU=!0,this.switchV=!0,this.switchN=!0):(this.switchU=r&&this.parser.options.ecmaVersion>=6,this.switchV=!1,this.switchN=r&&this.parser.options.ecmaVersion>=9)},wt.prototype.raise=function(e){this.parser.raiseRecoverable(this.start,\"Invalid regular expression: /\"+this.source+\"/: \"+e)},wt.prototype.at=function(e,t){void 0===t&&(t=!1);var i=this.source,s=i.length;if(e>=s)return-1;var r=i.charCodeAt(e);if(!t&&!this.switchU||r<=55295||r>=57344||e+1>=s)return r;var n=i.charCodeAt(e+1);return n>=56320&&n<=57343?(r<<10)+n-56613888:r},wt.prototype.nextIndex=function(e,t){void 0===t&&(t=!1);var i=this.source,s=i.length;if(e>=s)return s;var r,n=i.charCodeAt(e);return!t&&!this.switchU||n<=55295||n>=57344||e+1>=s||(r=i.charCodeAt(e+1))<56320||r>57343?e+1:e+2},wt.prototype.current=function(e){return void 0===e&&(e=!1),this.at(this.pos,e)},wt.prototype.lookahead=function(e){return void 0===e&&(e=!1),this.at(this.nextIndex(this.pos,e),e)},wt.prototype.advance=function(e){void 0===e&&(e=!1),this.pos=this.nextIndex(this.pos,e)},wt.prototype.eat=function(e,t){return void 0===t&&(t=!1),this.current(t)===e&&(this.advance(t),!0)},wt.prototype.eatChars=function(e,t){void 0===t&&(t=!1);for(var i=this.pos,s=0,r=e;s<r.length;s+=1){var n=r[s],a=this.at(i,t);if(-1===a||a!==n)return!1;i=this.nextIndex(i,t)}return this.pos=i,!0},vt.validateRegExpFlags=function(e){for(var t=e.validFlags,i=e.flags,s=!1,r=!1,n=0;n<i.length;n++){var a=i.charAt(n);-1===t.indexOf(a)&&this.raise(e.start,\"Invalid regular expression flag\"),i.indexOf(a,n+1)>-1&&this.raise(e.start,\"Duplicate regular expression flag\"),\"u\"===a&&(s=!0),\"v\"===a&&(r=!0)}this.options.ecmaVersion>=15&&s&&r&&this.raise(e.start,\"Invalid regular expression flag\")},vt.validateRegExpPattern=function(e){this.regexp_pattern(e),!e.switchN&&this.options.ecmaVersion>=9&&e.groupNames.length>0&&(e.switchN=!0,this.regexp_pattern(e))},vt.regexp_pattern=function(e){e.pos=0,e.lastIntValue=0,e.lastStringValue=\"\",e.lastAssertionIsQuantifiable=!1,e.numCapturingParens=0,e.maxBackReference=0,e.groupNames.length=0,e.backReferenceNames.length=0,this.regexp_disjunction(e),e.pos!==e.source.length&&(e.eat(41)&&e.raise(\"Unmatched ')'\"),(e.eat(93)||e.eat(125))&&e.raise(\"Lone quantifier brackets\")),e.maxBackReference>e.numCapturingParens&&e.raise(\"Invalid escape\");for(var t=0,i=e.backReferenceNames;t<i.length;t+=1){var s=i[t];-1===e.groupNames.indexOf(s)&&e.raise(\"Invalid named capture referenced\")}},vt.regexp_disjunction=function(e){for(this.regexp_alternative(e);e.eat(124);)this.regexp_alternative(e);this.regexp_eatQuantifier(e,!0)&&e.raise(\"Nothing to repeat\"),e.eat(123)&&e.raise(\"Lone quantifier brackets\")},vt.regexp_alternative=function(e){for(;e.pos<e.source.length&&this.regexp_eatTerm(e););},vt.regexp_eatTerm=function(e){return this.regexp_eatAssertion(e)?(e.lastAssertionIsQuantifiable&&this.regexp_eatQuantifier(e)&&e.switchU&&e.raise(\"Invalid quantifier\"),!0):!!(e.switchU?this.regexp_eatAtom(e):this.regexp_eatExtendedAtom(e))&&(this.regexp_eatQuantifier(e),!0)},vt.regexp_eatAssertion=function(e){var t=e.pos;if(e.lastAssertionIsQuantifiable=!1,e.eat(94)||e.eat(36))return!0;if(e.eat(92)){if(e.eat(66)||e.eat(98))return!0;e.pos=t}if(e.eat(40)&&e.eat(63)){var i=!1;if(this.options.ecmaVersion>=9&&(i=e.eat(60)),e.eat(61)||e.eat(33))return this.regexp_disjunction(e),e.eat(41)||e.raise(\"Unterminated group\"),e.lastAssertionIsQuantifiable=!i,!0}return e.pos=t,!1},vt.regexp_eatQuantifier=function(e,t){return void 0===t&&(t=!1),!!this.regexp_eatQuantifierPrefix(e,t)&&(e.eat(63),!0)},vt.regexp_eatQuantifierPrefix=function(e,t){return e.eat(42)||e.eat(43)||e.eat(63)||this.regexp_eatBracedQuantifier(e,t)},vt.regexp_eatBracedQuantifier=function(e,t){var i=e.pos;if(e.eat(123)){var s=0,r=-1;if(this.regexp_eatDecimalDigits(e)&&(s=e.lastIntValue,e.eat(44)&&this.regexp_eatDecimalDigits(e)&&(r=e.lastIntValue),e.eat(125)))return-1!==r&&r<s&&!t&&e.raise(\"numbers out of order in {} quantifier\"),!0;e.switchU&&!t&&e.raise(\"Incomplete quantifier\"),e.pos=i}return!1},vt.regexp_eatAtom=function(e){return this.regexp_eatPatternCharacters(e)||e.eat(46)||this.regexp_eatReverseSolidusAtomEscape(e)||this.regexp_eatCharacterClass(e)||this.regexp_eatUncapturingGroup(e)||this.regexp_eatCapturingGroup(e)},vt.regexp_eatReverseSolidusAtomEscape=function(e){var t=e.pos;if(e.eat(92)){if(this.regexp_eatAtomEscape(e))return!0;e.pos=t}return!1},vt.regexp_eatUncapturingGroup=function(e){var t=e.pos;if(e.eat(40)){if(e.eat(63)&&e.eat(58)){if(this.regexp_disjunction(e),e.eat(41))return!0;e.raise(\"Unterminated group\")}e.pos=t}return!1},vt.regexp_eatCapturingGroup=function(e){if(e.eat(40)){if(this.options.ecmaVersion>=9?this.regexp_groupSpecifier(e):63===e.current()&&e.raise(\"Invalid group\"),this.regexp_disjunction(e),e.eat(41))return e.numCapturingParens+=1,!0;e.raise(\"Unterminated group\")}return!1},vt.regexp_eatExtendedAtom=function(e){return e.eat(46)||this.regexp_eatReverseSolidusAtomEscape(e)||this.regexp_eatCharacterClass(e)||this.regexp_eatUncapturingGroup(e)||this.regexp_eatCapturingGroup(e)||this.regexp_eatInvalidBracedQuantifier(e)||this.regexp_eatExtendedPatternCharacter(e)},vt.regexp_eatInvalidBracedQuantifier=function(e){return this.regexp_eatBracedQuantifier(e,!0)&&e.raise(\"Nothing to repeat\"),!1},vt.regexp_eatSyntaxCharacter=function(e){var t=e.current();return!!bt(t)&&(e.lastIntValue=t,e.advance(),!0)},vt.regexp_eatPatternCharacters=function(e){for(var t=e.pos,i=0;-1!==(i=e.current())&&!bt(i);)e.advance();return e.pos!==t},vt.regexp_eatExtendedPatternCharacter=function(e){var t=e.current();return!(-1===t||36===t||t>=40&&t<=43||46===t||63===t||91===t||94===t||124===t)&&(e.advance(),!0)},vt.regexp_groupSpecifier=function(e){if(e.eat(63)){if(this.regexp_eatGroupName(e))return-1!==e.groupNames.indexOf(e.lastStringValue)&&e.raise(\"Duplicate capture group name\"),void e.groupNames.push(e.lastStringValue);e.raise(\"Invalid group\")}},vt.regexp_eatGroupName=function(e){if(e.lastStringValue=\"\",e.eat(60)){if(this.regexp_eatRegExpIdentifierName(e)&&e.eat(62))return!0;e.raise(\"Invalid capture group name\")}return!1},vt.regexp_eatRegExpIdentifierName=function(e){if(e.lastStringValue=\"\",this.regexp_eatRegExpIdentifierStart(e)){for(e.lastStringValue+=be(e.lastIntValue);this.regexp_eatRegExpIdentifierPart(e);)e.lastStringValue+=be(e.lastIntValue);return!0}return!1},vt.regexp_eatRegExpIdentifierStart=function(e){var t=e.pos,i=this.options.ecmaVersion>=11,s=e.current(i);return e.advance(i),92===s&&this.regexp_eatRegExpUnicodeEscapeSequence(e,i)&&(s=e.lastIntValue),function(e){return ee(e,!0)||36===e||95===e}(s)?(e.lastIntValue=s,!0):(e.pos=t,!1)},vt.regexp_eatRegExpIdentifierPart=function(e){var t=e.pos,i=this.options.ecmaVersion>=11,s=e.current(i);return e.advance(i),92===s&&this.regexp_eatRegExpUnicodeEscapeSequence(e,i)&&(s=e.lastIntValue),function(e){return te(e,!0)||36===e||95===e||8204===e||8205===e}(s)?(e.lastIntValue=s,!0):(e.pos=t,!1)},vt.regexp_eatAtomEscape=function(e){return!!(this.regexp_eatBackReference(e)||this.regexp_eatCharacterClassEscape(e)||this.regexp_eatCharacterEscape(e)||e.switchN&&this.regexp_eatKGroupName(e))||(e.switchU&&(99===e.current()&&e.raise(\"Invalid unicode escape\"),e.raise(\"Invalid escape\")),!1)},vt.regexp_eatBackReference=function(e){var t=e.pos;if(this.regexp_eatDecimalEscape(e)){var i=e.lastIntValue;if(e.switchU)return i>e.maxBackReference&&(e.maxBackReference=i),!0;if(i<=e.numCapturingParens)return!0;e.pos=t}return!1},vt.regexp_eatKGroupName=function(e){if(e.eat(107)){if(this.regexp_eatGroupName(e))return e.backReferenceNames.push(e.lastStringValue),!0;e.raise(\"Invalid named reference\")}return!1},vt.regexp_eatCharacterEscape=function(e){return this.regexp_eatControlEscape(e)||this.regexp_eatCControlLetter(e)||this.regexp_eatZero(e)||this.regexp_eatHexEscapeSequence(e)||this.regexp_eatRegExpUnicodeEscapeSequence(e,!1)||!e.switchU&&this.regexp_eatLegacyOctalEscapeSequence(e)||this.regexp_eatIdentityEscape(e)},vt.regexp_eatCControlLetter=function(e){var t=e.pos;if(e.eat(99)){if(this.regexp_eatControlLetter(e))return!0;e.pos=t}return!1},vt.regexp_eatZero=function(e){return 48===e.current()&&!Et(e.lookahead())&&(e.lastIntValue=0,e.advance(),!0)},vt.regexp_eatControlEscape=function(e){var t=e.current();return 116===t?(e.lastIntValue=9,e.advance(),!0):110===t?(e.lastIntValue=10,e.advance(),!0):118===t?(e.lastIntValue=11,e.advance(),!0):102===t?(e.lastIntValue=12,e.advance(),!0):114===t&&(e.lastIntValue=13,e.advance(),!0)},vt.regexp_eatControlLetter=function(e){var t=e.current();return!!_t(t)&&(e.lastIntValue=t%32,e.advance(),!0)},vt.regexp_eatRegExpUnicodeEscapeSequence=function(e,t){void 0===t&&(t=!1);var i=e.pos,s=t||e.switchU;if(e.eat(117)){if(this.regexp_eatFixedHexDigits(e,4)){var r=e.lastIntValue;if(s&&r>=55296&&r<=56319){var n=e.pos;if(e.eat(92)&&e.eat(117)&&this.regexp_eatFixedHexDigits(e,4)){var a=e.lastIntValue;if(a>=56320&&a<=57343)return e.lastIntValue=1024*(r-55296)+(a-56320)+65536,!0}e.pos=n,e.lastIntValue=r}return!0}if(s&&e.eat(123)&&this.regexp_eatHexDigits(e)&&e.eat(125)&&function(e){return e>=0&&e<=1114111}(e.lastIntValue))return!0;s&&e.raise(\"Invalid unicode escape\"),e.pos=i}return!1},vt.regexp_eatIdentityEscape=function(e){if(e.switchU)return!!this.regexp_eatSyntaxCharacter(e)||!!e.eat(47)&&(e.lastIntValue=47,!0);var t=e.current();return!(99===t||e.switchN&&107===t)&&(e.lastIntValue=t,e.advance(),!0)},vt.regexp_eatDecimalEscape=function(e){e.lastIntValue=0;var t=e.current();if(t>=49&&t<=57){do{e.lastIntValue=10*e.lastIntValue+(t-48),e.advance()}while((t=e.current())>=48&&t<=57);return!0}return!1};function kt(e){return _t(e)||95===e}function Ct(e){return kt(e)||Et(e)}function Et(e){return e>=48&&e<=57}function St(e){return e>=48&&e<=57||e>=65&&e<=70||e>=97&&e<=102}function It(e){return e>=65&&e<=70?e-65+10:e>=97&&e<=102?e-97+10:e-48}function At(e){return e>=48&&e<=55}vt.regexp_eatCharacterClassEscape=function(e){var t=e.current();if(function(e){return 100===e||68===e||115===e||83===e||119===e||87===e}(t))return e.lastIntValue=-1,e.advance(),1;var i=!1;if(e.switchU&&this.options.ecmaVersion>=9&&((i=80===t)||112===t)){var s;if(e.lastIntValue=-1,e.advance(),e.eat(123)&&(s=this.regexp_eatUnicodePropertyValueExpression(e))&&e.eat(125))return i&&2===s&&e.raise(\"Invalid property name\"),s;e.raise(\"Invalid property name\")}return 0},vt.regexp_eatUnicodePropertyValueExpression=function(e){var t=e.pos;if(this.regexp_eatUnicodePropertyName(e)&&e.eat(61)){var i=e.lastStringValue;if(this.regexp_eatUnicodePropertyValue(e)){var s=e.lastStringValue;return this.regexp_validateUnicodePropertyNameAndValue(e,i,s),1}}if(e.pos=t,this.regexp_eatLoneUnicodePropertyNameOrValue(e)){var r=e.lastStringValue;return this.regexp_validateUnicodePropertyNameOrValue(e,r)}return 0},vt.regexp_validateUnicodePropertyNameAndValue=function(e,t,i){ye(e.unicodeProperties.nonBinary,t)||e.raise(\"Invalid property name\"),e.unicodeProperties.nonBinary[t].test(i)||e.raise(\"Invalid property value\")},vt.regexp_validateUnicodePropertyNameOrValue=function(e,t){return e.unicodeProperties.binary.test(t)?1:e.switchV&&e.unicodeProperties.binaryOfStrings.test(t)?2:void e.raise(\"Invalid property name\")},vt.regexp_eatUnicodePropertyName=function(e){var t=0;for(e.lastStringValue=\"\";kt(t=e.current());)e.lastStringValue+=be(t),e.advance();return\"\"!==e.lastStringValue},vt.regexp_eatUnicodePropertyValue=function(e){var t=0;for(e.lastStringValue=\"\";Ct(t=e.current());)e.lastStringValue+=be(t),e.advance();return\"\"!==e.lastStringValue},vt.regexp_eatLoneUnicodePropertyNameOrValue=function(e){return this.regexp_eatUnicodePropertyValue(e)},vt.regexp_eatCharacterClass=function(e){if(e.eat(91)){var t=e.eat(94),i=this.regexp_classContents(e);return e.eat(93)||e.raise(\"Unterminated character class\"),t&&2===i&&e.raise(\"Negated character class may contain strings\"),!0}return!1},vt.regexp_classContents=function(e){return 93===e.current()?1:e.switchV?this.regexp_classSetExpression(e):(this.regexp_nonEmptyClassRanges(e),1)},vt.regexp_nonEmptyClassRanges=function(e){for(;this.regexp_eatClassAtom(e);){var t=e.lastIntValue;if(e.eat(45)&&this.regexp_eatClassAtom(e)){var i=e.lastIntValue;e.switchU&&(-1===t||-1===i)&&e.raise(\"Invalid character class\"),-1!==t&&-1!==i&&t>i&&e.raise(\"Range out of order in character class\")}}},vt.regexp_eatClassAtom=function(e){var t=e.pos;if(e.eat(92)){if(this.regexp_eatClassEscape(e))return!0;if(e.switchU){var i=e.current();(99===i||At(i))&&e.raise(\"Invalid class escape\"),e.raise(\"Invalid escape\")}e.pos=t}var s=e.current();return 93!==s&&(e.lastIntValue=s,e.advance(),!0)},vt.regexp_eatClassEscape=function(e){var t=e.pos;if(e.eat(98))return e.lastIntValue=8,!0;if(e.switchU&&e.eat(45))return e.lastIntValue=45,!0;if(!e.switchU&&e.eat(99)){if(this.regexp_eatClassControlLetter(e))return!0;e.pos=t}return this.regexp_eatCharacterClassEscape(e)||this.regexp_eatCharacterEscape(e)},vt.regexp_classSetExpression=function(e){var t,i=1;if(!this.regexp_eatClassSetRange(e))if(t=this.regexp_eatClassSetOperand(e)){2===t&&(i=2);for(var s=e.pos;e.eatChars([38,38]);)38!==e.current()&&(t=this.regexp_eatClassSetOperand(e))?2!==t&&(i=1):e.raise(\"Invalid character in character class\");if(s!==e.pos)return i;for(;e.eatChars([45,45]);)this.regexp_eatClassSetOperand(e)||e.raise(\"Invalid character in character class\");if(s!==e.pos)return i}else e.raise(\"Invalid character in character class\");for(;;)if(!this.regexp_eatClassSetRange(e)){if(!(t=this.regexp_eatClassSetOperand(e)))return i;2===t&&(i=2)}},vt.regexp_eatClassSetRange=function(e){var t=e.pos;if(this.regexp_eatClassSetCharacter(e)){var i=e.lastIntValue;if(e.eat(45)&&this.regexp_eatClassSetCharacter(e)){var s=e.lastIntValue;return-1!==i&&-1!==s&&i>s&&e.raise(\"Range out of order in character class\"),!0}e.pos=t}return!1},vt.regexp_eatClassSetOperand=function(e){return this.regexp_eatClassSetCharacter(e)?1:this.regexp_eatClassStringDisjunction(e)||this.regexp_eatNestedClass(e)},vt.regexp_eatNestedClass=function(e){var t=e.pos;if(e.eat(91)){var i=e.eat(94),s=this.regexp_classContents(e);if(e.eat(93))return i&&2===s&&e.raise(\"Negated character class may contain strings\"),s;e.pos=t}if(e.eat(92)){var r=this.regexp_eatCharacterClassEscape(e);if(r)return r;e.pos=t}return null},vt.regexp_eatClassStringDisjunction=function(e){var t=e.pos;if(e.eatChars([92,113])){if(e.eat(123)){var i=this.regexp_classStringDisjunctionContents(e);if(e.eat(125))return i}else e.raise(\"Invalid escape\");e.pos=t}return null},vt.regexp_classStringDisjunctionContents=function(e){for(var t=this.regexp_classString(e);e.eat(124);)2===this.regexp_classString(e)&&(t=2);return t},vt.regexp_classString=function(e){for(var t=0;this.regexp_eatClassSetCharacter(e);)t++;return 1===t?1:2},vt.regexp_eatClassSetCharacter=function(e){var t=e.pos;if(e.eat(92))return!(!this.regexp_eatCharacterEscape(e)&&!this.regexp_eatClassSetReservedPunctuator(e))||(e.eat(98)?(e.lastIntValue=8,!0):(e.pos=t,!1));var i=e.current();return!(i<0||i===e.lookahead()&&function(e){return 33===e||e>=35&&e<=38||e>=42&&e<=44||46===e||e>=58&&e<=64||94===e||96===e||126===e}(i)||function(e){return 40===e||41===e||45===e||47===e||e>=91&&e<=93||e>=123&&e<=125}(i))&&(e.advance(),e.lastIntValue=i,!0)},vt.regexp_eatClassSetReservedPunctuator=function(e){var t=e.current();return!!function(e){return 33===e||35===e||37===e||38===e||44===e||45===e||e>=58&&e<=62||64===e||96===e||126===e}(t)&&(e.lastIntValue=t,e.advance(),!0)},vt.regexp_eatClassControlLetter=function(e){var t=e.current();return!(!Et(t)&&95!==t)&&(e.lastIntValue=t%32,e.advance(),!0)},vt.regexp_eatHexEscapeSequence=function(e){var t=e.pos;if(e.eat(120)){if(this.regexp_eatFixedHexDigits(e,2))return!0;e.switchU&&e.raise(\"Invalid escape\"),e.pos=t}return!1},vt.regexp_eatDecimalDigits=function(e){var t=e.pos,i=0;for(e.lastIntValue=0;Et(i=e.current());)e.lastIntValue=10*e.lastIntValue+(i-48),e.advance();return e.pos!==t},vt.regexp_eatHexDigits=function(e){var t=e.pos,i=0;for(e.lastIntValue=0;St(i=e.current());)e.lastIntValue=16*e.lastIntValue+It(i),e.advance();return e.pos!==t},vt.regexp_eatLegacyOctalEscapeSequence=function(e){if(this.regexp_eatOctalDigit(e)){var t=e.lastIntValue;if(this.regexp_eatOctalDigit(e)){var i=e.lastIntValue;t<=3&&this.regexp_eatOctalDigit(e)?e.lastIntValue=64*t+8*i+e.lastIntValue:e.lastIntValue=8*t+i}else e.lastIntValue=t;return!0}return!1},vt.regexp_eatOctalDigit=function(e){var t=e.current();return At(t)?(e.lastIntValue=t-48,e.advance(),!0):(e.lastIntValue=0,!1)},vt.regexp_eatFixedHexDigits=function(e,t){var i=e.pos;e.lastIntValue=0;for(var s=0;s<t;++s){var r=e.current();if(!St(r))return e.pos=i,!1;e.lastIntValue=16*e.lastIntValue+It(r),e.advance()}return!0};var Pt=function(e){this.type=e.type,this.value=e.value,this.start=e.start,this.end=e.end,e.options.locations&&(this.loc=new Ce(e,e.startLoc,e.endLoc)),e.options.ranges&&(this.range=[e.start,e.end])},Nt=Le.prototype;function Lt(e){return\"function\"!=typeof BigInt?null:BigInt(e.replace(/_/g,\"\"))}Nt.next=function(e){!e&&this.type.keyword&&this.containsEsc&&this.raiseRecoverable(this.start,\"Escape sequence in keyword \"+this.type.keyword),this.options.onToken&&this.options.onToken(new Pt(this)),this.lastTokEnd=this.end,this.lastTokStart=this.start,this.lastTokEndLoc=this.endLoc,this.lastTokStartLoc=this.startLoc,this.nextToken()},Nt.getToken=function(){return this.next(),new Pt(this)},typeof Symbol<\"u\"&&(Nt[Symbol.iterator]=function(){var e=this;return{next:function(){var t=e.getToken();return{done:t.type===ce.eof,value:t}}}}),Nt.nextToken=function(){var e=this.curContext();return(!e||!e.preserveSpace)&&this.skipSpace(),this.start=this.pos,this.options.locations&&(this.startLoc=this.curPosition()),this.pos>=this.input.length?this.finishToken(ce.eof):e.override?e.override(this):void this.readToken(this.fullCharCodeAtPos())},Nt.readToken=function(e){return ee(e,this.options.ecmaVersion>=6)||92===e?this.readWord():this.getTokenFromCode(e)},Nt.fullCharCodeAtPos=function(){var e=this.input.charCodeAt(this.pos);if(e<=55295||e>=56320)return e;var t=this.input.charCodeAt(this.pos+1);return t<=56319||t>=57344?e:(e<<10)+t-56613888},Nt.skipBlockComment=function(){var e=this.options.onComment&&this.curPosition(),t=this.pos,i=this.input.indexOf(\"*/\",this.pos+=2);if(-1===i&&this.raise(this.pos-2,\"Unterminated comment\"),this.pos=i+2,this.options.locations)for(var s=void 0,r=t;(s=ue(this.input,r,this.pos))>-1;)++this.curLine,r=this.lineStart=s;this.options.onComment&&this.options.onComment(!0,this.input.slice(t+2,i),t,this.pos,e,this.curPosition())},Nt.skipLineComment=function(e){for(var t=this.pos,i=this.options.onComment&&this.curPosition(),s=this.input.charCodeAt(this.pos+=e);this.pos<this.input.length&&!pe(s);)s=this.input.charCodeAt(++this.pos);this.options.onComment&&this.options.onComment(!1,this.input.slice(t+e,this.pos),t,this.pos,i,this.curPosition())},Nt.skipSpace=function(){e:for(;this.pos<this.input.length;){var e=this.input.charCodeAt(this.pos);switch(e){case 32:case 160:++this.pos;break;case 13:10===this.input.charCodeAt(this.pos+1)&&++this.pos;case 10:case 8232:case 8233:++this.pos,this.options.locations&&(++this.curLine,this.lineStart=this.pos);break;case 47:switch(this.input.charCodeAt(this.pos+1)){case 42:this.skipBlockComment();break;case 47:this.skipLineComment(2);break;default:break e}break;default:if(!(e>8&&e<14||e>=5760&&de.test(String.fromCharCode(e))))break e;++this.pos}}},Nt.finishToken=function(e,t){this.end=this.pos,this.options.locations&&(this.endLoc=this.curPosition());var i=this.type;this.type=e,this.value=t,this.updateContext(i)},Nt.readToken_dot=function(){var e=this.input.charCodeAt(this.pos+1);if(e>=48&&e<=57)return this.readNumber(!0);var t=this.input.charCodeAt(this.pos+2);return this.options.ecmaVersion>=6&&46===e&&46===t?(this.pos+=3,this.finishToken(ce.ellipsis)):(++this.pos,this.finishToken(ce.dot))},Nt.readToken_slash=function(){var e=this.input.charCodeAt(this.pos+1);return this.exprAllowed?(++this.pos,this.readRegexp()):61===e?this.finishOp(ce.assign,2):this.finishOp(ce.slash,1)},Nt.readToken_mult_modulo_exp=function(e){var t=this.input.charCodeAt(this.pos+1),i=1,s=42===e?ce.star:ce.modulo;return this.options.ecmaVersion>=7&&42===e&&42===t&&(++i,s=ce.starstar,t=this.input.charCodeAt(this.pos+2)),61===t?this.finishOp(ce.assign,i+1):this.finishOp(s,i)},Nt.readToken_pipe_amp=function(e){var t=this.input.charCodeAt(this.pos+1);if(t===e){if(this.options.ecmaVersion>=12)if(61===this.input.charCodeAt(this.pos+2))return this.finishOp(ce.assign,3);return this.finishOp(124===e?ce.logicalOR:ce.logicalAND,2)}return 61===t?this.finishOp(ce.assign,2):this.finishOp(124===e?ce.bitwiseOR:ce.bitwiseAND,1)},Nt.readToken_caret=function(){return 61===this.input.charCodeAt(this.pos+1)?this.finishOp(ce.assign,2):this.finishOp(ce.bitwiseXOR,1)},Nt.readToken_plus_min=function(e){var t=this.input.charCodeAt(this.pos+1);return t===e?45!==t||this.inModule||62!==this.input.charCodeAt(this.pos+2)||0!==this.lastTokEnd&&!he.test(this.input.slice(this.lastTokEnd,this.pos))?this.finishOp(ce.incDec,2):(this.skipLineComment(3),this.skipSpace(),this.nextToken()):61===t?this.finishOp(ce.assign,2):this.finishOp(ce.plusMin,1)},Nt.readToken_lt_gt=function(e){var t=this.input.charCodeAt(this.pos+1),i=1;return t===e?(i=62===e&&62===this.input.charCodeAt(this.pos+2)?3:2,61===this.input.charCodeAt(this.pos+i)?this.finishOp(ce.assign,i+1):this.finishOp(ce.bitShift,i)):33!==t||60!==e||this.inModule||45!==this.input.charCodeAt(this.pos+2)||45!==this.input.charCodeAt(this.pos+3)?(61===t&&(i=2),this.finishOp(ce.relational,i)):(this.skipLineComment(4),this.skipSpace(),this.nextToken())},Nt.readToken_eq_excl=function(e){var t=this.input.charCodeAt(this.pos+1);return 61===t?this.finishOp(ce.equality,61===this.input.charCodeAt(this.pos+2)?3:2):61===e&&62===t&&this.options.ecmaVersion>=6?(this.pos+=2,this.finishToken(ce.arrow)):this.finishOp(61===e?ce.eq:ce.prefix,1)},Nt.readToken_question=function(){var e=this.options.ecmaVersion;if(e>=11){var t=this.input.charCodeAt(this.pos+1);if(46===t){var i=this.input.charCodeAt(this.pos+2);if(i<48||i>57)return this.finishOp(ce.questionDot,2)}if(63===t){if(e>=12)if(61===this.input.charCodeAt(this.pos+2))return this.finishOp(ce.assign,3);return this.finishOp(ce.coalesce,2)}}return this.finishOp(ce.question,1)},Nt.readToken_numberSign=function(){var e=35;if(this.options.ecmaVersion>=13&&(++this.pos,ee(e=this.fullCharCodeAtPos(),!0)||92===e))return this.finishToken(ce.privateId,this.readWord1());this.raise(this.pos,\"Unexpected character '\"+be(e)+\"'\")},Nt.getTokenFromCode=function(e){switch(e){case 46:return this.readToken_dot();case 40:return++this.pos,this.finishToken(ce.parenL);case 41:return++this.pos,this.finishToken(ce.parenR);case 59:return++this.pos,this.finishToken(ce.semi);case 44:return++this.pos,this.finishToken(ce.comma);case 91:return++this.pos,this.finishToken(ce.bracketL);case 93:return++this.pos,this.finishToken(ce.bracketR);case 123:return++this.pos,this.finishToken(ce.braceL);case 125:return++this.pos,this.finishToken(ce.braceR);case 58:return++this.pos,this.finishToken(ce.colon);case 96:if(this.options.ecmaVersion<6)break;return++this.pos,this.finishToken(ce.backQuote);case 48:var t=this.input.charCodeAt(this.pos+1);if(120===t||88===t)return this.readRadixNumber(16);if(this.options.ecmaVersion>=6){if(111===t||79===t)return this.readRadixNumber(8);if(98===t||66===t)return this.readRadixNumber(2)}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return this.readNumber(!1);case 34:case 39:return this.readString(e);case 47:return this.readToken_slash();case 37:case 42:return this.readToken_mult_modulo_exp(e);case 124:case 38:return this.readToken_pipe_amp(e);case 94:return this.readToken_caret();case 43:case 45:return this.readToken_plus_min(e);case 60:case 62:return this.readToken_lt_gt(e);case 61:case 33:return this.readToken_eq_excl(e);case 63:return this.readToken_question();case 126:return this.finishOp(ce.prefix,1);case 35:return this.readToken_numberSign()}this.raise(this.pos,\"Unexpected character '\"+be(e)+\"'\")},Nt.finishOp=function(e,t){var i=this.input.slice(this.pos,this.pos+t);return this.pos+=t,this.finishToken(e,i)},Nt.readRegexp=function(){for(var e,t,i=this.pos;;){this.pos>=this.input.length&&this.raise(i,\"Unterminated regular expression\");var s=this.input.charAt(this.pos);if(he.test(s)&&this.raise(i,\"Unterminated regular expression\"),e)e=!1;else{if(\"[\"===s)t=!0;else if(\"]\"===s&&t)t=!1;else if(\"/\"===s&&!t)break;e=\"\\\\\"===s}++this.pos}var r=this.input.slice(i,this.pos);++this.pos;var n=this.pos,a=this.readWord1();this.containsEsc&&this.unexpected(n);var o=this.regexpState||(this.regexpState=new wt(this));o.reset(i,r,a),this.validateRegExpFlags(o),this.validateRegExpPattern(o);var c=null;try{c=new RegExp(r,a)}catch{}return this.finishToken(ce.regexp,{pattern:r,flags:a,value:c})},Nt.readInt=function(e,t,i){for(var s=this.options.ecmaVersion>=12&&void 0===t,r=i&&48===this.input.charCodeAt(this.pos),n=this.pos,a=0,o=0,c=0,h=t??1/0;c<h;++c,++this.pos){var l=this.input.charCodeAt(this.pos),p=void 0;if(s&&95===l)r&&this.raiseRecoverable(this.pos,\"Numeric separator is not allowed in legacy octal numeric literals\"),95===o&&this.raiseRecoverable(this.pos,\"Numeric separator must be exactly one underscore\"),0===c&&this.raiseRecoverable(this.pos,\"Numeric separator is not allowed at the first of digits\"),o=l;else{if((p=l>=97?l-97+10:l>=65?l-65+10:l>=48&&l<=57?l-48:1/0)>=e)break;o=l,a=a*e+p}}return s&&95===o&&this.raiseRecoverable(this.pos-1,\"Numeric separator is not allowed at the last of digits\"),this.pos===n||null!=t&&this.pos-n!==t?null:a},Nt.readRadixNumber=function(e){var t=this.pos;this.pos+=2;var i=this.readInt(e);return null==i&&this.raise(this.start+2,\"Expected number in radix \"+e),this.options.ecmaVersion>=11&&110===this.input.charCodeAt(this.pos)?(i=Lt(this.input.slice(t,this.pos)),++this.pos):ee(this.fullCharCodeAtPos())&&this.raise(this.pos,\"Identifier directly after number\"),this.finishToken(ce.num,i)},Nt.readNumber=function(e){var t=this.pos;!e&&null===this.readInt(10,void 0,!0)&&this.raise(t,\"Invalid number\");var i=this.pos-t>=2&&48===this.input.charCodeAt(t);i&&this.strict&&this.raise(t,\"Invalid number\");var s=this.input.charCodeAt(this.pos);if(!i&&!e&&this.options.ecmaVersion>=11&&110===s){var r=Lt(this.input.slice(t,this.pos));return++this.pos,ee(this.fullCharCodeAtPos())&&this.raise(this.pos,\"Identifier directly after number\"),this.finishToken(ce.num,r)}i&&/[89]/.test(this.input.slice(t,this.pos))&&(i=!1),46===s&&!i&&(++this.pos,this.readInt(10),s=this.input.charCodeAt(this.pos)),(69===s||101===s)&&!i&&((43===(s=this.input.charCodeAt(++this.pos))||45===s)&&++this.pos,null===this.readInt(10)&&this.raise(t,\"Invalid number\")),ee(this.fullCharCodeAtPos())&&this.raise(this.pos,\"Identifier directly after number\");var n=function(e,t){return t?parseInt(e,8):parseFloat(e.replace(/_/g,\"\"))}(this.input.slice(t,this.pos),i);return this.finishToken(ce.num,n)},Nt.readCodePoint=function(){var e;if(123===this.input.charCodeAt(this.pos)){this.options.ecmaVersion<6&&this.unexpected();var t=++this.pos;e=this.readHexChar(this.input.indexOf(\"}\",this.pos)-this.pos),++this.pos,e>1114111&&this.invalidStringToken(t,\"Code point out of bounds\")}else e=this.readHexChar(4);return e},Nt.readString=function(e){for(var t=\"\",i=++this.pos;;){this.pos>=this.input.length&&this.raise(this.start,\"Unterminated string constant\");var s=this.input.charCodeAt(this.pos);if(s===e)break;92===s?(t+=this.input.slice(i,this.pos),t+=this.readEscapedChar(!1),i=this.pos):8232===s||8233===s?(this.options.ecmaVersion<10&&this.raise(this.start,\"Unterminated string constant\"),++this.pos,this.options.locations&&(this.curLine++,this.lineStart=this.pos)):(pe(s)&&this.raise(this.start,\"Unterminated string constant\"),++this.pos)}return t+=this.input.slice(i,this.pos++),this.finishToken(ce.string,t)};var Tt={};Nt.tryReadTemplateToken=function(){this.inTemplateElement=!0;try{this.readTmplToken()}catch(e){if(e!==Tt)throw e;this.readInvalidTemplateToken()}this.inTemplateElement=!1},Nt.invalidStringToken=function(e,t){if(this.inTemplateElement&&this.options.ecmaVersion>=9)throw Tt;this.raise(e,t)},Nt.readTmplToken=function(){for(var e=\"\",t=this.pos;;){this.pos>=this.input.length&&this.raise(this.start,\"Unterminated template\");var i=this.input.charCodeAt(this.pos);if(96===i||36===i&&123===this.input.charCodeAt(this.pos+1))return this.pos!==this.start||this.type!==ce.template&&this.type!==ce.invalidTemplate?(e+=this.input.slice(t,this.pos),this.finishToken(ce.template,e)):36===i?(this.pos+=2,this.finishToken(ce.dollarBraceL)):(++this.pos,this.finishToken(ce.backQuote));if(92===i)e+=this.input.slice(t,this.pos),e+=this.readEscapedChar(!0),t=this.pos;else if(pe(i)){switch(e+=this.input.slice(t,this.pos),++this.pos,i){case 13:10===this.input.charCodeAt(this.pos)&&++this.pos;case 10:e+=\"\\n\";break;default:e+=String.fromCharCode(i)}this.options.locations&&(++this.curLine,this.lineStart=this.pos),t=this.pos}else++this.pos}},Nt.readInvalidTemplateToken=function(){for(;this.pos<this.input.length;this.pos++)switch(this.input[this.pos]){case\"\\\\\":++this.pos;break;case\"$\":if(\"{\"!==this.input[this.pos+1])break;case\"`\":return this.finishToken(ce.invalidTemplate,this.input.slice(this.start,this.pos))}this.raise(this.start,\"Unterminated template\")},Nt.readEscapedChar=function(e){var t=this.input.charCodeAt(++this.pos);switch(++this.pos,t){case 110:return\"\\n\";case 114:return\"\\r\";case 120:return String.fromCharCode(this.readHexChar(2));case 117:return be(this.readCodePoint());case 116:return\"\\t\";case 98:return\"\\b\";case 118:return\"\\v\";case 102:return\"\\f\";case 13:10===this.input.charCodeAt(this.pos)&&++this.pos;case 10:return this.options.locations&&(this.lineStart=this.pos,++this.curLine),\"\";case 56:case 57:if(this.strict&&this.invalidStringToken(this.pos-1,\"Invalid escape sequence\"),e){var i=this.pos-1;this.invalidStringToken(i,\"Invalid escape sequence in template string\")}default:if(t>=48&&t<=55){var s=this.input.substr(this.pos-1,3).match(/^[0-7]+/)[0],r=parseInt(s,8);return r>255&&(s=s.slice(0,-1),r=parseInt(s,8)),this.pos+=s.length-1,t=this.input.charCodeAt(this.pos),(\"0\"!==s||56===t||57===t)&&(this.strict||e)&&this.invalidStringToken(this.pos-1-s.length,e?\"Octal literal in template string\":\"Octal literal in strict mode\"),String.fromCharCode(r)}return pe(t)?\"\":String.fromCharCode(t)}},Nt.readHexChar=function(e){var t=this.pos,i=this.readInt(16,e);return null===i&&this.invalidStringToken(t,\"Bad character escape sequence\"),i},Nt.readWord1=function(){this.containsEsc=!1;for(var e=\"\",t=!0,i=this.pos,s=this.options.ecmaVersion>=6;this.pos<this.input.length;){var r=this.fullCharCodeAtPos();if(te(r,s))this.pos+=r<=65535?1:2;else{if(92!==r)break;this.containsEsc=!0,e+=this.input.slice(i,this.pos);var n=this.pos;117!==this.input.charCodeAt(++this.pos)&&this.invalidStringToken(this.pos,\"Expecting Unicode escape sequence \\\\uXXXX\"),++this.pos;var a=this.readCodePoint();(t?ee:te)(a,s)||this.invalidStringToken(n,\"Invalid Unicode escape\"),e+=be(a),i=this.pos}t=!1}return e+this.input.slice(i,this.pos)},Nt.readWord=function(){var e=this.readWord1(),t=ce.name;return this.keywords.test(e)&&(t=ae[e]),this.finishToken(t,e)};function Rt(e,t){return Le.parse(e,t)}Le.acorn={Parser:Le,version:\"8.10.0\",defaultOptions:Se,Position:ke,SourceLocation:Ce,getLineInfo:Ee,Node:et,TokenType:ie,tokTypes:ce,keywordTypes:ae,TokContext:qe,tokContexts:Ge,isIdentifierChar:te,isIdentifierStart:ee,Token:Pt,isNewLine:pe,lineBreak:he,lineBreakG:le,nonASCIIwhitespace:de};var Vt=globalThis.fetch,Ot=globalThis.WebSocket,Dt=globalThis.Request,jt=globalThis.Response,Mt={prototype:{send:Ot.prototype.send},CLOSED:Ot.CLOSED,CLOSING:Ot.CLOSING,CONNECTING:Ot.CONNECTING,OPEN:Ot.OPEN},Bt=[101,204,205,304],Ut=[301,302,303,307,308],$t=class extends Error{constructor(e,t){super(t.message||t.code),u(this,\"status\"),u(this,\"body\"),this.status=e,this.body=t}},Ft=class{constructor(e,t){u(this,\"base\"),this.base=new URL(`./v${e}/`,t)}};function Ht(e,t){let i=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(i>>16)<<16|65535&i}function Wt(e,t,i,s,r,n){return Ht(function(e,t){return e<<t|e>>>32-t}(Ht(Ht(t,e),Ht(s,n)),r),i)}function qt(e,t,i,s,r,n,a){return Wt(t&i|~t&s,e,t,r,n,a)}function Gt(e,t,i,s,r,n,a){return Wt(t&s|i&~s,e,t,r,n,a)}function zt(e,t,i,s,r,n,a){return Wt(t^i^s,e,t,r,n,a)}function Kt(e,t,i,s,r,n,a){return Wt(i^(t|~s),e,t,r,n,a)}function Qt(e,t){e[t>>5]|=128<<t%32,e[14+(t+64>>>9<<4)]=t;let i=1732584193,s=-271733879,r=-1732584194,n=271733878;for(let t=0;t<e.length;t+=16){let a=i,o=s,c=r,h=n;i=qt(i,s,r,n,e[t],7,-680876936),n=qt(n,i,s,r,e[t+1],12,-389564586),r=qt(r,n,i,s,e[t+2],17,606105819),s=qt(s,r,n,i,e[t+3],22,-1044525330),i=qt(i,s,r,n,e[t+4],7,-176418897),n=qt(n,i,s,r,e[t+5],12,1200080426),r=qt(r,n,i,s,e[t+6],17,-1473231341),s=qt(s,r,n,i,e[t+7],22,-45705983),i=qt(i,s,r,n,e[t+8],7,1770035416),n=qt(n,i,s,r,e[t+9],12,-1958414417),r=qt(r,n,i,s,e[t+10],17,-42063),s=qt(s,r,n,i,e[t+11],22,-1990404162),i=qt(i,s,r,n,e[t+12],7,1804603682),n=qt(n,i,s,r,e[t+13],12,-40341101),r=qt(r,n,i,s,e[t+14],17,-1502002290),s=qt(s,r,n,i,e[t+15],22,1236535329),i=Gt(i,s,r,n,e[t+1],5,-165796510),n=Gt(n,i,s,r,e[t+6],9,-1069501632),r=Gt(r,n,i,s,e[t+11],14,643717713),s=Gt(s,r,n,i,e[t],20,-373897302),i=Gt(i,s,r,n,e[t+5],5,-701558691),n=Gt(n,i,s,r,e[t+10],9,38016083),r=Gt(r,n,i,s,e[t+15],14,-660478335),s=Gt(s,r,n,i,e[t+4],20,-405537848),i=Gt(i,s,r,n,e[t+9],5,568446438),n=Gt(n,i,s,r,e[t+14],9,-1019803690),r=Gt(r,n,i,s,e[t+3],14,-187363961),s=Gt(s,r,n,i,e[t+8],20,1163531501),i=Gt(i,s,r,n,e[t+13],5,-1444681467),n=Gt(n,i,s,r,e[t+2],9,-51403784),r=Gt(r,n,i,s,e[t+7],14,1735328473),s=Gt(s,r,n,i,e[t+12],20,-1926607734),i=zt(i,s,r,n,e[t+5],4,-378558),n=zt(n,i,s,r,e[t+8],11,-2022574463),r=zt(r,n,i,s,e[t+11],16,1839030562),s=zt(s,r,n,i,e[t+14],23,-35309556),i=zt(i,s,r,n,e[t+1],4,-1530992060),n=zt(n,i,s,r,e[t+4],11,1272893353),r=zt(r,n,i,s,e[t+7],16,-155497632),s=zt(s,r,n,i,e[t+10],23,-1094730640),i=zt(i,s,r,n,e[t+13],4,681279174),n=zt(n,i,s,r,e[t],11,-358537222),r=zt(r,n,i,s,e[t+3],16,-722521979),s=zt(s,r,n,i,e[t+6],23,76029189),i=zt(i,s,r,n,e[t+9],4,-640364487),n=zt(n,i,s,r,e[t+12],11,-421815835),r=zt(r,n,i,s,e[t+15],16,530742520),s=zt(s,r,n,i,e[t+2],23,-995338651),i=Kt(i,s,r,n,e[t],6,-198630844),n=Kt(n,i,s,r,e[t+7],10,1126891415),r=Kt(r,n,i,s,e[t+14],15,-1416354905),s=Kt(s,r,n,i,e[t+5],21,-57434055),i=Kt(i,s,r,n,e[t+12],6,1700485571),n=Kt(n,i,s,r,e[t+3],10,-1894986606),r=Kt(r,n,i,s,e[t+10],15,-1051523),s=Kt(s,r,n,i,e[t+1],21,-2054922799),i=Kt(i,s,r,n,e[t+8],6,1873313359),n=Kt(n,i,s,r,e[t+15],10,-30611744),r=Kt(r,n,i,s,e[t+6],15,-1560198380),s=Kt(s,r,n,i,e[t+13],21,1309151649),i=Kt(i,s,r,n,e[t+4],6,-145523070),n=Kt(n,i,s,r,e[t+11],10,-1120210379),r=Kt(r,n,i,s,e[t+2],15,718787259),s=Kt(s,r,n,i,e[t+9],21,-343485551),i=Ht(i,a),s=Ht(s,o),r=Ht(r,c),n=Ht(n,h)}return[i,s,r,n]}function Yt(e){let t=\"\",i=32*e.length;for(let s=0;s<i;s+=8)t+=String.fromCharCode(e[s>>5]>>>s%32&255);return t}function Jt(e){let t=[],i=e.length>>2;for(let e=0;e<i;e+=1)t[e]=0;let s=8*e.length;for(let i=0;i<s;i+=8)t[i>>5]|=(255&e.charCodeAt(i/8))<<i%32;return t}function Zt(e){let t=\"0123456789abcdef\",i=\"\";for(let s=0;s<e.length;s+=1){let r=e.charCodeAt(s);i+=t.charAt(r>>>4&15)+t.charAt(15&r)}return i}function Xt(e){return unescape(encodeURIComponent(e))}function ei(e){return function(e){return Yt(Qt(Jt(e),8*e.length))}(Xt(e))}function ti(e,t){return function(e,t){let i=Jt(e),s=[],r=[];i.length>16&&(i=Qt(i,8*e.length));for(let e=0;e<16;e+=1)s[e]=909522486^i[e],r[e]=1549556828^i[e];let n=Qt(s.concat(Jt(t)),512+8*t.length);return Yt(Qt(r.concat(n),640))}(Xt(e),Xt(t))}function ii(e,t,i){return t?i?ti(t,e):function(e,t){return Zt(ti(e,t))}(t,e):i?ei(e):function(e){return Zt(ei(e))}(e)}var si=3072;function ri(e){for(let t=0;t<e.length;t++){let i=e[t];if(!\"!#$%&'*+-.0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ^_`abcdefghijklmnopqrstuvwxyz|~\".includes(i))return!1}return!0}var ni=[[\"v3\",class extends Ft{constructor(e){super(3,e),u(this,\"ws\"),u(this,\"http\"),this.ws=new URL(this.base),this.http=new URL(this.base),\"https:\"===this.ws.protocol?this.ws.protocol=\"wss:\":this.ws.protocol=\"ws:\"}connect(e,t,i,s,r){let n=new Ot(this.ws),a=()=>{n.removeEventListener(\"close\",o),n.removeEventListener(\"message\",c)},o=()=>{a()},c=e=>{if(a(),\"string\"!=typeof e.data)throw new TypeError(\"the first websocket message was not a text frame\");let t=JSON.parse(e.data);if(\"open\"!==t.type)throw new TypeError(\"message was not of open type\");e.stopImmediatePropagation(),s({protocol:t.protocol,setCookies:t.setCookies}),r(Mt.OPEN),n.dispatchEvent(new Event(\"open\"))};return n.addEventListener(\"close\",o),n.addEventListener(\"message\",c),n.addEventListener(\"open\",(s=>{s.stopImmediatePropagation(),r(Mt.CONNECTING),i().then((i=>Mt.prototype.send.call(n,JSON.stringify({type:\"connect\",remote:e.toString(),protocols:t,headers:i,forwardHeaders:[]}))))}),{once:!0}),n}async request(e,t,i,s,r,n,a){if(s.protocol.startsWith(\"blob:\")){let e=await Vt(s),t=new jt(e.body,e);return t.rawHeaders=Object.fromEntries(e.headers),t.rawResponse=e,t}let o={};if(t instanceof Headers)for(let[e,i]of t)o[e]=i;else for(let e in t)o[e]=t[e];let c={credentials:\"omit\",method:e,signal:a};\"only-if-cached\"!==r&&(c.cache=r),void 0!==i&&(c.body=i),void 0!==n&&(c.duplex=n),c.headers=this.createBareHeaders(s,o);let h=await Vt(this.http+\"?cache=\"+ii(s.toString()),c),l=await this.readBareResponse(h),p=new jt(Bt.includes(l.status)?void 0:h.body,{status:l.status,statusText:l.statusText??void 0,headers:new Headers(l.headers)});return p.rawHeaders=l.headers,p.rawResponse=h,p}async readBareResponse(e){if(!e.ok)throw new $t(e.status,await e.json());let t=function(e){let t=new Headers(e),i=\"x-bare-headers\";if(e.has(`${i}-0`)){let s=[];for(let[r,n]of e)if(r.startsWith(i)){if(!n.startsWith(\";\"))throw new $t(400,{code:\"INVALID_BARE_HEADER\",id:`request.headers.${r}`,message:\"Value didn't begin with semi-colon.\"});s[parseInt(r.slice(15))]=n.slice(1),t.delete(r)}t.set(i,s.join(\"\"))}return t}(e.headers),i={},s=t.get(\"x-bare-status\");null!==s&&(i.status=parseInt(s));let r=t.get(\"x-bare-status-text\");null!==r&&(i.statusText=r);let n=t.get(\"x-bare-headers\");return null!==n&&(i.headers=JSON.parse(n)),i}createBareHeaders(e,t,i=[],s=[],r=[]){let n=new Headers;n.set(\"x-bare-url\",e.toString()),n.set(\"x-bare-headers\",JSON.stringify(t));for(let e of i)n.append(\"x-bare-forward-headers\",e);for(let e of s)n.append(\"x-bare-pass-headers\",e);for(let e of r)n.append(\"x-bare-pass-status\",e.toString());return function(e){let t=new Headers(e);if(e.has(\"x-bare-headers\")){let i=e.get(\"x-bare-headers\");if(i.length>si){t.delete(\"x-bare-headers\");let e=0;for(let s=0;s<i.length;s+=si){let r=i.slice(s,s+si),n=e++;t.set(`x-bare-headers-${n}`,`;${r}`)}}}}(n),n}}]];async function ai(e,t){let i=await Vt(e,{signal:t});if(!i.ok)throw new Error(`Unable to fetch Bare meta: ${i.status} ${await i.text()}`);return await i.json()}var oi=Object.getOwnPropertyDescriptor(Ot.prototype,\"readyState\").get,ci=[\"ws:\",\"wss:\"],hi=class{constructor(e,t){u(this,\"manifest\"),u(this,\"client\"),u(this,\"server\"),u(this,\"working\"),u(this,\"onDemand\"),u(this,\"onDemandSignal\"),this.server=new URL(e),!t||t instanceof AbortSignal?(this.onDemand=!0,this.onDemandSignal=t):(this.onDemand=!1,this.loadManifest(t))}loadManifest(e){return this.manifest=e,this.client=this.getClient(),this.client}demand(){return this.onDemand?(this.working||(this.working=ai(this.server,this.onDemandSignal).then((e=>this.loadManifest(e))).catch((e=>{throw delete this.working,e}))),this.working):this.client}getClient(){for(let[e,t]of ni)if(this.manifest.versions.includes(e))return new t(this.server);throw new Error(\"Unable to find compatible client version. Starting from v2.0.0, @tomphttp/bare-client only supports Bare servers v3+. For more information, see https://github.com/tomphttp/bare-client/\")}createWebSocket(e,t=[],i){if(!this.client)throw new TypeError(\"You need to wait for the client to finish fetching the manifest before creating any WebSockets. Try caching the manifest data before making this request.\");try{e=new URL(e)}catch{throw new DOMException(`Faiiled to construct 'WebSocket': The URL '${e}' is invalid.`)}if(!ci.includes(e.protocol))throw new DOMException(`Failed to construct 'WebSocket': The URL's scheme must be either 'ws' or 'wss'. '${e.protocol}' is not allowed.`);Array.isArray(t)||(t=[t]),t=t.map(String);for(let e of t)if(!ri(e))throw new DOMException(`Failed to construct 'WebSocket': The subprotocol '${e}' is invalid.`);let s=this.client.connect(e,t,(async()=>{let t=\"function\"==typeof i.headers?await i.headers():i.headers||{},s=t instanceof Headers?Object.fromEntries(t):t;return s.Host=e.host,s.Pragma=\"no-cache\",s[\"Cache-Control\"]=\"no-cache\",s.Upgrade=\"websocket\",s.Connection=\"Upgrade\",s}),(e=>{r=e.protocol,i.setCookiesCallback&&i.setCookiesCallback(e.setCookies)}),(e=>{n=e}),i.webSocketImpl||Ot),r=\"\",n=Mt.CONNECTING,a=()=>{let e=oi.call(s);return e===Mt.OPEN?n:e};i.readyStateHook?i.readyStateHook(s,a):Object.defineProperty(s,\"readyState\",{get:a,configurable:!0,enumerable:!0});let o=()=>{if(a()===Mt.CONNECTING)return new DOMException(\"Failed to execute 'send' on 'WebSocket': Still in CONNECTING state.\")};i.sendErrorHook?i.sendErrorHook(s,o):s.send=function(...e){let t=o();if(t)throw t;Mt.prototype.send.call(this,...e)},i.urlHook?i.urlHook(s,e):Object.defineProperty(s,\"url\",{get:()=>e.toString(),configurable:!0,enumerable:!0});let c=()=>r;return i.protocolHook?i.protocolHook(s,c):Object.defineProperty(s,\"protocol\",{get:c,configurable:!0,enumerable:!0}),s}async fetch(e,t){let i=function(e){return\"string\"==typeof e||e instanceof URL}(e)?new Dt(e,t):e,s=t?.headers||i.headers,r=s instanceof Headers?Object.fromEntries(s):s,n=t?.duplex,a=t?.body||i.body,o=new URL(i.url),c=await this.demand();for(let e=0;;e++){\"host\"in r?r.host=o.host:r.Host=o.host;let s=await c.request(i.method,r,a,o,i.cache,n,i.signal);s.finalURL=o.toString();let h=t?.redirect||i.redirect;if(!Ut.includes(s.status))return s;switch(h){case\"follow\":{let t=s.headers.get(\"location\");if(20>e&&null!==t){o=new URL(t,o);continue}throw new TypeError(\"Failed to fetch\")}case\"error\":throw new TypeError(\"Failed to fetch\");case\"manual\":return s}}}};async function li(e,t){let i=await ai(e,t);return new hi(e,i)}var pi=p(f(),1),ui=p(m(),1),{stringify:di}=JSON;if(!String.prototype.repeat)throw new Error(\"String.prototype.repeat is undefined, see https://github.com/davidbonnet/astring#installation\");if(!String.prototype.endsWith)throw new Error(\"String.prototype.endsWith is undefined, see https://github.com/davidbonnet/astring#installation\");var fi={\"||\":2,\"??\":3,\"&&\":4,\"|\":5,\"^\":6,\"&\":7,\"==\":8,\"!=\":8,\"===\":8,\"!==\":8,\"<\":9,\">\":9,\"<=\":9,\">=\":9,in:9,instanceof:9,\"<<\":10,\">>\":10,\">>>\":10,\"+\":11,\"-\":11,\"*\":12,\"%\":12,\"/\":12,\"**\":13},mi=17,gi={ArrayExpression:20,TaggedTemplateExpression:20,ThisExpression:20,Identifier:20,PrivateIdentifier:20,Literal:18,TemplateLiteral:20,Super:20,SequenceExpression:20,MemberExpression:19,ChainExpression:19,CallExpression:19,NewExpression:19,ArrowFunctionExpression:mi,ClassExpression:mi,FunctionExpression:mi,ObjectExpression:mi,UpdateExpression:16,UnaryExpression:15,AwaitExpression:15,BinaryExpression:14,LogicalExpression:13,ConditionalExpression:4,AssignmentExpression:3,YieldExpression:2,RestElement:1};function xi(e,t){let{generator:i}=e;if(e.write(\"(\"),null!=t&&t.length>0){i[t[0].type](t[0],e);let{length:s}=t;for(let r=1;r<s;r++){let s=t[r];e.write(\", \"),i[s.type](s,e)}}e.write(\")\")}function yi(e,t,i,s){let r=e.expressionsPrecedence[t.type];if(r===mi)return!0;let n=e.expressionsPrecedence[i.type];return r!==n?!s&&15===r&&14===n&&\"**\"===i.operator||r<n:(13===r||14===r)&&(\"**\"===t.operator&&\"**\"===i.operator?!s:13===r&&13===n&&(\"??\"===t.operator||\"??\"===i.operator)||(s?fi[t.operator]<=fi[i.operator]:fi[t.operator]<fi[i.operator]))}function vi(e,t,i,s){let{generator:r}=e;yi(e,t,i,s)?(e.write(\"(\"),r[t.type](t,e),e.write(\")\")):r[t.type](t,e)}function wi(e,t,i,s){let r=t.split(\"\\n\"),n=r.length-1;if(e.write(r[0].trim()),n>0){e.write(s);for(let t=1;t<n;t++)e.write(i+r[t].trim()+s);e.write(i+r[n].trim())}}function bi(e,t,i,s){let{length:r}=t;for(let n=0;n<r;n++){let r=t[n];e.write(i),\"L\"===r.type[0]?e.write(\"// \"+r.value.trim()+\"\\n\",r):(e.write(\"/*\"),wi(e,r.value,i,s),e.write(\"*/\"+s))}}function _i(e,t){let{generator:i}=e,{declarations:s}=t;e.write(t.kind+\" \");let{length:r}=s;if(r>0){i.VariableDeclarator(s[0],e);for(let t=1;t<r;t++)e.write(\", \"),i.VariableDeclarator(s[t],e)}}var ki,Ci,Ei,Si,Ii,Ai,Pi={Program(e,t){let i=t.indent.repeat(t.indentLevel),{lineEnd:s,writeComments:r}=t;r&&null!=e.comments&&bi(t,e.comments,i,s);let n=e.body,{length:a}=n;for(let e=0;e<a;e++){let a=n[e];r&&null!=a.comments&&bi(t,a.comments,i,s),t.write(i),this[a.type](a,t),t.write(s)}r&&null!=e.trailingComments&&bi(t,e.trailingComments,i,s)},BlockStatement:Ai=function(e,t){let i=t.indent.repeat(t.indentLevel++),{lineEnd:s,writeComments:r}=t,n=i+t.indent;t.write(\"{\");let a=e.body;if(null!=a&&a.length>0){t.write(s),r&&null!=e.comments&&bi(t,e.comments,n,s);let{length:o}=a;for(let e=0;e<o;e++){let i=a[e];r&&null!=i.comments&&bi(t,i.comments,n,s),t.write(n),this[i.type](i,t),t.write(s)}t.write(i)}else r&&null!=e.comments&&(t.write(s),bi(t,e.comments,n,s),t.write(i));r&&null!=e.trailingComments&&bi(t,e.trailingComments,n,s),t.write(\"}\"),t.indentLevel--},ClassBody:Ai,StaticBlock(e,t){t.write(\"static \"),this.BlockStatement(e,t)},EmptyStatement(e,t){t.write(\";\")},ExpressionStatement(e,t){let i=t.expressionsPrecedence[e.expression.type];i===mi||3===i&&\"O\"===e.expression.left.type[0]?(t.write(\"(\"),this[e.expression.type](e.expression,t),t.write(\")\")):this[e.expression.type](e.expression,t),t.write(\";\")},IfStatement(e,t){t.write(\"if (\"),this[e.test.type](e.test,t),t.write(\") \"),this[e.consequent.type](e.consequent,t),null!=e.alternate&&(t.write(\" else \"),this[e.alternate.type](e.alternate,t))},LabeledStatement(e,t){this[e.label.type](e.label,t),t.write(\": \"),this[e.body.type](e.body,t)},BreakStatement(e,t){t.write(\"break\"),null!=e.label&&(t.write(\" \"),this[e.label.type](e.label,t)),t.write(\";\")},ContinueStatement(e,t){t.write(\"continue\"),null!=e.label&&(t.write(\" \"),this[e.label.type](e.label,t)),t.write(\";\")},WithStatement(e,t){t.write(\"with (\"),this[e.object.type](e.object,t),t.write(\") \"),this[e.body.type](e.body,t)},SwitchStatement(e,t){let i=t.indent.repeat(t.indentLevel++),{lineEnd:s,writeComments:r}=t;t.indentLevel++;let n=i+t.indent,a=n+t.indent;t.write(\"switch (\"),this[e.discriminant.type](e.discriminant,t),t.write(\") {\"+s);let{cases:o}=e,{length:c}=o;for(let e=0;e<c;e++){let i=o[e];r&&null!=i.comments&&bi(t,i.comments,n,s),i.test?(t.write(n+\"case \"),this[i.test.type](i.test,t),t.write(\":\"+s)):t.write(n+\"default:\"+s);let{consequent:c}=i,{length:h}=c;for(let e=0;e<h;e++){let i=c[e];r&&null!=i.comments&&bi(t,i.comments,a,s),t.write(a),this[i.type](i,t),t.write(s)}}t.indentLevel-=2,t.write(i+\"}\")},ReturnStatement(e,t){t.write(\"return\"),e.argument&&(t.write(\" \"),this[e.argument.type](e.argument,t)),t.write(\";\")},ThrowStatement(e,t){t.write(\"throw \"),this[e.argument.type](e.argument,t),t.write(\";\")},TryStatement(e,t){if(t.write(\"try \"),this[e.block.type](e.block,t),e.handler){let{handler:i}=e;null==i.param?t.write(\" catch \"):(t.write(\" catch (\"),this[i.param.type](i.param,t),t.write(\") \")),this[i.body.type](i.body,t)}e.finalizer&&(t.write(\" finally \"),this[e.finalizer.type](e.finalizer,t))},WhileStatement(e,t){t.write(\"while (\"),this[e.test.type](e.test,t),t.write(\") \"),this[e.body.type](e.body,t)},DoWhileStatement(e,t){t.write(\"do \"),this[e.body.type](e.body,t),t.write(\" while (\"),this[e.test.type](e.test,t),t.write(\");\")},ForStatement(e,t){if(t.write(\"for (\"),null!=e.init){let{init:i}=e;\"V\"===i.type[0]?_i(t,i):this[i.type](i,t)}t.write(\"; \"),e.test&&this[e.test.type](e.test,t),t.write(\"; \"),e.update&&this[e.update.type](e.update,t),t.write(\") \"),this[e.body.type](e.body,t)},ForInStatement:ki=function(e,t){t.write(`for ${e.await?\"await \":\"\"}(`);let{left:i}=e;\"V\"===i.type[0]?_i(t,i):this[i.type](i,t),t.write(\"I\"===e.type[3]?\" in \":\" of \"),this[e.right.type](e.right,t),t.write(\") \"),this[e.body.type](e.body,t)},ForOfStatement:ki,DebuggerStatement(e,t){t.write(\"debugger;\",e)},FunctionDeclaration:Ci=function(e,t){t.write((e.async?\"async \":\"\")+(e.generator?\"function* \":\"function \")+(e.id?e.id.name:\"\"),e),xi(t,e.params),t.write(\" \"),this[e.body.type](e.body,t)},FunctionExpression:Ci,VariableDeclaration(e,t){_i(t,e),t.write(\";\")},VariableDeclarator(e,t){this[e.id.type](e.id,t),null!=e.init&&(t.write(\" = \"),this[e.init.type](e.init,t))},ClassDeclaration(e,t){if(t.write(\"class \"+(e.id?`${e.id.name} `:\"\"),e),e.superClass){t.write(\"extends \");let{superClass:i}=e,{type:s}=i,r=t.expressionsPrecedence[s];\"C\"===s[0]&&\"l\"===s[1]&&\"E\"===s[5]||!(r===mi||r<t.expressionsPrecedence.ClassExpression)?this[i.type](i,t):(t.write(\"(\"),this[e.superClass.type](i,t),t.write(\")\")),t.write(\" \")}this.ClassBody(e.body,t)},ImportDeclaration(e,t){t.write(\"import \");let{specifiers:i}=e,{length:s}=i,r=0;if(s>0){for(;r<s;){r>0&&t.write(\", \");let e=i[r],s=e.type[6];if(\"D\"===s)t.write(e.local.name,e),r++;else{if(\"N\"!==s)break;t.write(\"* as \"+e.local.name,e),r++}}if(r<s){for(t.write(\"{\");;){let e=i[r],{name:n}=e.imported;if(t.write(n,e),n!==e.local.name&&t.write(\" as \"+e.local.name),!(++r<s))break;t.write(\", \")}t.write(\"}\")}t.write(\" from \")}this.Literal(e.source,t),t.write(\";\")},ImportExpression(e,t){t.write(\"import(\"),this[e.source.type](e.source,t),t.write(\")\")},ExportDefaultDeclaration(e,t){t.write(\"export default \"),this[e.declaration.type](e.declaration,t),null!=t.expressionsPrecedence[e.declaration.type]&&\"F\"!==e.declaration.type[0]&&t.write(\";\")},ExportNamedDeclaration(e,t){if(t.write(\"export \"),e.declaration)this[e.declaration.type](e.declaration,t);else{t.write(\"{\");let{specifiers:i}=e,{length:s}=i;if(s>0)for(let e=0;;){let r=i[e],{name:n}=r.local;if(t.write(n,r),n!==r.exported.name&&t.write(\" as \"+r.exported.name),!(++e<s))break;t.write(\", \")}t.write(\"}\"),e.source&&(t.write(\" from \"),this.Literal(e.source,t)),t.write(\";\")}},ExportAllDeclaration(e,t){null!=e.exported?t.write(\"export * as \"+e.exported.name+\" from \"):t.write(\"export * from \"),this.Literal(e.source,t),t.write(\";\")},MethodDefinition(e,t){e.static&&t.write(\"static \");let i=e.kind[0];(\"g\"===i||\"s\"===i)&&t.write(e.kind+\" \"),e.value.async&&t.write(\"async \"),e.value.generator&&t.write(\"*\"),e.computed?(t.write(\"[\"),this[e.key.type](e.key,t),t.write(\"]\")):this[e.key.type](e.key,t),xi(t,e.value.params),t.write(\" \"),this[e.value.body.type](e.value.body,t)},ClassExpression(e,t){this.ClassDeclaration(e,t)},ArrowFunctionExpression(e,t){t.write(e.async?\"async \":\"\",e);let{params:i}=e;null!=i&&(1===i.length&&\"I\"===i[0].type[0]?t.write(i[0].name,i[0]):xi(t,e.params)),t.write(\" => \"),\"O\"===e.body.type[0]?(t.write(\"(\"),this.ObjectExpression(e.body,t),t.write(\")\")):this[e.body.type](e.body,t)},ThisExpression(e,t){t.write(\"this\",e)},Super(e,t){t.write(\"super\",e)},RestElement:Ei=function(e,t){t.write(\"...\"),this[e.argument.type](e.argument,t)},SpreadElement:Ei,YieldExpression(e,t){t.write(e.delegate?\"yield*\":\"yield\"),e.argument&&(t.write(\" \"),this[e.argument.type](e.argument,t))},AwaitExpression(e,t){t.write(\"await \",e),vi(t,e.argument,e)},TemplateLiteral(e,t){let{quasis:i,expressions:s}=e;t.write(\"`\");let{length:r}=s;for(let e=0;e<r;e++){let r=s[e],n=i[e];t.write(n.value.raw,n),t.write(\"${\"),this[r.type](r,t),t.write(\"}\")}let n=i[i.length-1];t.write(n.value.raw,n),t.write(\"`\")},TemplateElement(e,t){t.write(e.value.raw,e)},TaggedTemplateExpression(e,t){vi(t,e.tag,e),this[e.quasi.type](e.quasi,t)},ArrayExpression:Ii=function(e,t){if(t.write(\"[\"),e.elements.length>0){let{elements:i}=e,{length:s}=i;for(let e=0;;){let r=i[e];if(null!=r&&this[r.type](r,t),!(++e<s)){null==r&&t.write(\", \");break}t.write(\", \")}}t.write(\"]\")},ArrayPattern:Ii,ObjectExpression(e,t){let i=t.indent.repeat(t.indentLevel++),{lineEnd:s,writeComments:r}=t,n=i+t.indent;if(t.write(\"{\"),e.properties.length>0){t.write(s),r&&null!=e.comments&&bi(t,e.comments,n,s);let a=\",\"+s,{properties:o}=e,{length:c}=o;for(let e=0;;){let i=o[e];if(r&&null!=i.comments&&bi(t,i.comments,n,s),t.write(n),this[i.type](i,t),!(++e<c))break;t.write(a)}t.write(s),r&&null!=e.trailingComments&&bi(t,e.trailingComments,n,s),t.write(i+\"}\")}else r?null!=e.comments?(t.write(s),bi(t,e.comments,n,s),null!=e.trailingComments&&bi(t,e.trailingComments,n,s),t.write(i+\"}\")):null!=e.trailingComments?(t.write(s),bi(t,e.trailingComments,n,s),t.write(i+\"}\")):t.write(\"}\"):t.write(\"}\");t.indentLevel--},Property(e,t){e.method||\"i\"!==e.kind[0]?this.MethodDefinition(e,t):(e.shorthand||(e.computed?(t.write(\"[\"),this[e.key.type](e.key,t),t.write(\"]\")):this[e.key.type](e.key,t),t.write(\": \")),this[e.value.type](e.value,t))},PropertyDefinition(e,t){e.static&&t.write(\"static \"),e.computed&&t.write(\"[\"),this[e.key.type](e.key,t),e.computed&&t.write(\"]\"),null!=e.value?(t.write(\" = \"),this[e.value.type](e.value,t),t.write(\";\")):\"F\"!==e.key.type[0]&&t.write(\";\")},ObjectPattern(e,t){if(t.write(\"{\"),e.properties.length>0){let{properties:i}=e,{length:s}=i;for(let e=0;this[i[e].type](i[e],t),++e<s;)t.write(\", \")}t.write(\"}\")},SequenceExpression(e,t){xi(t,e.expressions)},UnaryExpression(e,t){if(e.prefix){let{operator:i,argument:s,argument:{type:r}}=e;t.write(i);let n=yi(t,s,e);!n&&(i.length>1||\"U\"===r[0]&&(\"n\"===r[1]||\"p\"===r[1])&&s.prefix&&s.operator[0]===i&&(\"+\"===i||\"-\"===i))&&t.write(\" \"),n?(t.write(i.length>1?\" (\":\"(\"),this[r](s,t),t.write(\")\")):this[r](s,t)}else this[e.argument.type](e.argument,t),t.write(e.operator)},UpdateExpression(e,t){e.prefix?(t.write(e.operator),this[e.argument.type](e.argument,t)):(this[e.argument.type](e.argument,t),t.write(e.operator))},AssignmentExpression(e,t){this[e.left.type](e.left,t),t.write(\" \"+e.operator+\" \"),this[e.right.type](e.right,t)},AssignmentPattern(e,t){this[e.left.type](e.left,t),t.write(\" = \"),this[e.right.type](e.right,t)},BinaryExpression:Si=function(e,t){let i=\"in\"===e.operator;i&&t.write(\"(\"),vi(t,e.left,e,!1),t.write(\" \"+e.operator+\" \"),vi(t,e.right,e,!0),i&&t.write(\")\")},LogicalExpression:Si,ConditionalExpression(e,t){let{test:i}=e,s=t.expressionsPrecedence[i.type];s===mi||s<=t.expressionsPrecedence.ConditionalExpression?(t.write(\"(\"),this[i.type](i,t),t.write(\")\")):this[i.type](i,t),t.write(\" ? \"),this[e.consequent.type](e.consequent,t),t.write(\" : \"),this[e.alternate.type](e.alternate,t)},NewExpression(e,t){t.write(\"new \");let i=t.expressionsPrecedence[e.callee.type];i===mi||i<t.expressionsPrecedence.CallExpression||function(e){let t=e;for(;null!=t;){let{type:e}=t;if(\"C\"===e[0]&&\"a\"===e[1])return!0;if(\"M\"!==e[0]||\"e\"!==e[1]||\"m\"!==e[2])return!1;t=t.object}}(e.callee)?(t.write(\"(\"),this[e.callee.type](e.callee,t),t.write(\")\")):this[e.callee.type](e.callee,t),xi(t,e.arguments)},CallExpression(e,t){let i=t.expressionsPrecedence[e.callee.type];i===mi||i<t.expressionsPrecedence.CallExpression?(t.write(\"(\"),this[e.callee.type](e.callee,t),t.write(\")\")):this[e.callee.type](e.callee,t),e.optional&&t.write(\"?.\"),xi(t,e.arguments)},ChainExpression(e,t){this[e.expression.type](e.expression,t)},MemberExpression(e,t){let i=t.expressionsPrecedence[e.object.type];i===mi||i<t.expressionsPrecedence.MemberExpression?(t.write(\"(\"),this[e.object.type](e.object,t),t.write(\")\")):this[e.object.type](e.object,t),e.computed?(e.optional&&t.write(\"?.\"),t.write(\"[\"),this[e.property.type](e.property,t),t.write(\"]\")):(e.optional?t.write(\"?.\"):t.write(\".\"),this[e.property.type](e.property,t))},MetaProperty(e,t){t.write(e.meta.name+\".\"+e.property.name,e)},Identifier(e,t){t.write(e.name,e)},PrivateIdentifier(e,t){t.write(`#${e.name}`,e)},Literal(e,t){null!=e.raw?t.write(e.raw,e):null!=e.regex?this.RegExpLiteral(e,t):null!=e.bigint?t.write(e.bigint+\"n\",e):t.write(di(e.value),e)},RegExpLiteral(e,t){let{regex:i}=e;t.write(`/${i.pattern}/${i.flags}`,e)}},Ni={},Li=class{constructor(e){let t=e??Ni;this.output=\"\",null!=t.output?(this.output=t.output,this.write=this.writeToStream):this.output=\"\",this.generator=null!=t.generator?t.generator:Pi,this.expressionsPrecedence=null!=t.expressionsPrecedence?t.expressionsPrecedence:gi,this.indent=null!=t.indent?t.indent:\"  \",this.lineEnd=null!=t.lineEnd?t.lineEnd:\"\\n\",this.indentLevel=null!=t.startingIndentLevel?t.startingIndentLevel:0,this.writeComments=!!t.comments&&t.comments,null!=t.sourceMap&&(this.write=null==t.output?this.writeAndMap:this.writeToStreamAndMap,this.sourceMap=t.sourceMap,this.line=1,this.column=0,this.lineEndSize=this.lineEnd.split(\"\\n\").length-1,this.mapping={original:null,generated:this,name:void 0,source:t.sourceMap.file||t.sourceMap._file})}write(e){this.output+=e}writeToStream(e){this.output.write(e)}writeAndMap(e,t){this.output+=e,this.map(e,t)}writeToStreamAndMap(e,t){this.output.write(e),this.map(e,t)}map(e,t){if(null!=t){let{type:i}=t;if(\"L\"===i[0]&&\"n\"===i[2])return this.column=0,void this.line++;if(null!=t.loc){let{mapping:e}=this;e.original=t.loc.start,e.name=t.name,this.sourceMap.addMapping(e)}if(\"T\"===i[0]&&\"E\"===i[8]||\"L\"===i[0]&&\"i\"===i[1]&&\"string\"==typeof t.value){let{length:t}=e,{column:i,line:s}=this;for(let r=0;r<t;r++)\"\\n\"===e[r]?(i=0,s++):i++;return this.column=i,void(this.line=s)}}let{length:i}=e,{lineEnd:s}=this;i>0&&(this.lineEndSize>0&&(1===s.length?e[i-1]===s:e.endsWith(s))?(this.line+=this.lineEndSize,this.column=0):this.column+=i)}toString(){return this.output}};function Ti(e,t){let i=new Li(t);return i.generator[e.type](e,i),i.output}var Ri=class{constructor(e){this.mime=_,this.idb=C,this.path=k,this.acorn={parse:Rt},this.bare={createBareClient:li,BareClient:hi},this.base64={encode:btoa,decode:atob},this.estree={generate:Ti},this.cookie=pi,this.setCookieParser=ui.parse,this.ctx=e}};function Vi(e,t,i,s,r=\"\",n=!1,a=\"\"){if(self.__dynamic$config)var o=\"development\"==self.__dynamic$config.mode;else o=!1;if(n){var c=[{nodeName:\"script\",tagName:\"script\",namespaceURI:\"http://www.w3.org/1999/xhtml\",childNodes:[],attrs:[{name:\"src\",value:e+(o?\"?\"+Math.floor(89999*Math.random()+1e4):\"\")}]},{nodeName:\"script\",tagName:\"script\",namespaceURI:\"http://www.w3.org/1999/xhtml\",childNodes:[],attrs:[{name:\"src\",value:t+(o?\"?\"+Math.floor(89999*Math.random()+1e4):\"\")}]}];return this.ctx.config.assets.files.inject&&c.unshift({nodeName:\"script\",tagName:\"script\",namespaceURI:\"http://www.w3.org/1999/xhtml\",childNodes:[],attrs:[{name:\"src\",value:this.ctx.config.assets.files.inject+(o?\"?\"+Math.floor(89999*Math.random()+1e4):\"\")}]}),s&&c.unshift({nodeName:\"script\",tagName:\"script\",namespaceURI:\"http://www.w3.org/1999/xhtml\",childNodes:[],attrs:[{name:\"src\",value:\"data:application/javascript;base64,\"+btoa(`self.__dynamic$cookies = atob(\"${btoa(s)}\");document.currentScript?.remove();`)}]}),r&&c.unshift({nodeName:\"script\",tagName:\"script\",namespaceURI:\"http://www.w3.org/1999/xhtml\",childNodes:[],attrs:[{name:\"src\",value:\"data:application/javascript;base64,\"+btoa(r+\";document.currentScript?.remove();\")}]}),a&&c.unshift({nodeName:\"script\",tagName:\"script\",namespaceURI:\"http://www.w3.org/1999/xhtml\",childNodes:[],attrs:[{name:\"src\",value:\"data:application/javascript;base64,\"+btoa(a+\";document.currentScript?.remove();\")}]}),c}var h=[`<script src=\"${t+(o?\"?\"+Math.floor(89999*Math.random()+1e4):\"\")}\"><\\/script>`,`<script src=\"${e+(o?\"?\"+Math.floor(89999*Math.random()+1e4):\"\")}\"><\\/script>`];return this.ctx.config.assets.files.inject&&h.unshift(`<script src=\"${this.ctx.config.assets.files.inject+(o?\"?\"+Math.floor(89999*Math.random()+1e4):\"\")}\"><\\/script>`),s&&h.unshift(`<script src=\"${\"data:application/javascript;base64,\"+btoa(`self.__dynamic$cookies = atob(\"${btoa(s)}\");document.currentScript?.remove();`)}\"><\\/script>`),r&&h.unshift(`<script src=\"${\"data:application/javascript;base64,\"+btoa(r+\";document.currentScript?.remove();\")}\"><\\/script>`),a&&h.unshift(`<script src=\"${\"data:application/javascript;base64,\"+btoa(a+\";document.currentScript?.remove();\")}\"><\\/script>`),h}var Oi=class{constructor(e){this.generateHead=Vi,this.config=[{elements:\"all\",tags:[\"style\"],action:\"css\"},{elements:[\"script\",\"iframe\",\"embed\",\"input\",\"track\",\"media\",\"source\",\"img\",\"a\",\"link\",\"area\",\"form\",\"object\"],tags:[\"src\",\"href\",\"action\",\"data\"],action:\"url\"},{elements:[\"source\",\"img\"],tags:[\"srcset\"],action:\"srcset\"},{elements:[\"script\",\"link\"],tags:[\"integrity\"],action:\"rewrite\",new:\"nointegrity\"},{elements:[\"script\",\"link\"],tags:[\"nonce\"],action:\"rewrite\",new:\"nononce\"},{elements:[\"meta\"],tags:[\"http-equiv\"],action:\"http-equiv\"},{elements:[\"iframe\"],tags:[\"srcdoc\"],action:\"html\"},{elements:[\"link\"],tags:[\"imagesrcset\"],action:\"srcset\"},{elements:\"all\",tags:[\"onclick\"],action:\"js\"}],this.ctx=e.ctx}generateRedirect(e){return`\\n<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\\n<TITLE>301 Moved</TITLE></HEAD><BODY>\\n<H1>301 Moved</H1>\\nThe document has moved\\n<A HREF=\"${e}\">here</A>.\\n</BODY></HTML>\\n    `}iterate(e,t){!function i(s=e){for(var r=0;r<s.childNodes.length;r++)t(s.childNodes[r]),s.childNodes[r].childNodes&&s.childNodes[r].childNodes.length&&i(s.childNodes[r])}(e)}rewrite(e,t,i=[]){return Array.isArray(e)&&(e=e[0]),e&&((e=e.toString()).match(/<\\!DOCTYPE[^>]*>/gi)||(e=\"<!DOCTYPE html>\"+e),e.replace(/(<!DOCTYPE html>|<html(.*?)>)/im,`$1${i.join(\"\")}\\n`).replace(/<(script|link)\\b[^>]*>/g,((e,t)=>e.replace(/\\snonce\\s*=\\s*\"[^\"]*\"/,(e=>e.replace(\"nonce\",\"nononce\"))).replace(/\\sintegrity\\s*=\\s*\"[^\"]*\"/,(e=>e.replace(\"integrity\",\"nointegrity\"))))))}},Di=class{constructor(e){this.ctx=e.ctx}rewrite(e,t,i={}){return e&&e.toString().replace(/(?:@import\\s?|url\\(?)['\"]?(.*?)['\")]/gim,((...e)=>{try{return e[0].replace(e[3],this.ctx.url.encode(e[3],t))}catch{return e[0]}}))}};function ji(e,t){\"object\"==typeof e&&t&&function e(t,i,s){if(\"object\"==typeof t&&s){t.parent=i,s(t,i,s);for(let i in t)\"parent\"!==i&&(Array.isArray(t[i])?t[i].forEach((i=>{i&&e(i,t,s)})):t[i]&&e(t[i],t,s));\"function\"==typeof t.iterateEnd&&t.iterateEnd()}}(e,null,t)}function Mi(e,t={},i,s){var r=this.ctx.modules.acorn.parse(e.toString(),{sourceType:t.module?\"module\":\"script\",allowImportExportEverywhere:!0,allowAwaitOutsideFunction:!0,allowReturnOutsideFunction:!0,ecmaVersion:\"latest\",preserveParens:!1,loose:!0,allowReserved:!0});return this.iterate(r,((e,r=null)=>{this.emit(e,e.type,r,i,s,t)})),e=this.ctx.modules.estree.generate(r)}function Bi(e,t={}){Object.entries({type:\"CallExpression\",callee:{type:\"MemberExpression\",object:{type:\"Identifier\",name:\"self\"},property:{type:\"Identifier\",name:\"__dynamic$message\"}},arguments:[e.object||e,{type:\"Identifier\",name:\"self\",__dynamic:!0}]}).forEach((([t,i])=>e[t]=i))}function Ui(e,t={}){e.__dynamic||e.arguments.length&&(e.arguments=[{type:\"CallExpression\",callee:{type:\"Identifier\",name:\"__dynamic$wrapEval\",__dynamic:!0},arguments:e.arguments,__dynamic:!0}],e.__dynamic=!0)}var $i=function(e,t,i={},s={},r={},n={}){if(!e.__dynamic){switch(t){case\"Identifier\":!function(e,t={}){if(\"string\"!=typeof e.name)return!1;if(!0!==e.__dynamic){if(![\"parent\",\"top\",\"postMessage\",\"opener\",\"window\",\"self\",\"globalThis\",\"parent\",\"location\"].includes(e.name))return!1;if((\"CallExpression\"!=t.type||t.callee!=e)&&(\"MemberExpression\"!=t.type||t.object===e||[\"document\",\"window\",\"self\",\"globalThis\"].includes(t.object.name))&&\"FunctionDeclaration\"!=t.type&&\"VariableDeclaration\"!=t.type&&(\"VariableDeclarator\"!=t.type||t.id!=e)&&\"LabeledStatement\"!=t.type&&(\"Property\"!=t.type||t.key!=e)&&(\"ArrowFunctionExpression\"!=t.type||!t.params.includes(e))&&(\"FunctionExpression\"!=t.type||!t.params.includes(e))&&(\"FunctionExpression\"!=t.type||t.id!=e)&&(\"CatchClause\"!=t.type||t.param!=e)&&\"ContinueStatement\"!=t.type&&\"BreakStatement\"!=t.type&&(\"AssignmentExpression\"!=t.type||t.left!=e)&&\"UpdateExpression\"!=t.type&&\"UpdateExpression\"!=t.type&&(\"ForInStatement\"!=t.type||t.left!=e)&&(\"MethodDefinition\"!=t.type||t.key!=e)&&(\"AssignmentPattern\"!=t.type||t.left!=e)&&\"NewExpression\"!=t.type&&\"NewExpression\"!=t?.parent?.type&&(\"UnaryExpression\"!=t.type||t.argument!=e)&&(\"Property\"!=t.type||1!=t.shorthand||t.value!=e)){if(\"__dynamic\"==e.name)return e.name=\"undefined\";if(\"eval\"==e.name&&t.right!==e)return e.name=\"__dynamic$eval\";e.name=`dg$(${e.name})`}}}(e,i);break;case\"MemberExpression\":!function(e,t={},i={}){if(e.object.name+=\"\",\"AssignmentExpression\"!==t.type&&t.left!==e){if(\"postMessage\"==e.property.value&&\"CallExpression\"==t.type&&t.callee==e)return Bi(e,t);if(\"postMessage\"==e.object.value&&\"CallExpression\"==t.type&&t.callee==e)return Bi(e,t);if((\"postMessage\"==e.property.name||\"postMessage\"==e.object.name)&&\"Super\"!==e.object.type){var s=e.object?.name;return e.type=\"CallExpression\",e.callee={type:\"Identifier\",name:\"__dynamic$message\"},e.arguments=[{type:\"Identifier\",name:s},{type:\"Identifier\",name:\"self\",__dynamic:!0}],void(\"CallExpression\"==t.type&&(t.arguments=t.arguments))}}if(\"eval\"==e.property.name&&(e.property.name=\"__dynamic$eval\"),\"eval\"==e.object.name&&(e.object.name=\"__dynamic$eval\"),\"worker\"!==i.destination&&(\"window\"==e.property.name&&\"top\"!=e.object.name&&(\"self\"==e.object.name||\"globalThis\"==e.object.name)&&\"NewExpression\"!==t.type&&(\"CallExpression\"!==t.type||\"CallExpression\"==t.type&&e!==t.callee)&&(e.property.name=\"__dynamic$window\"),\"top\"==e.object.name&&\"NewExpression\"!==t.type&&(\"CallExpression\"!==t.type||\"CallExpression\"==t.type&&e!==t.callee)&&(e.object.name=\"top.__dynamic$window\"),\"top\"==e.property.name&&(\"self\"==e.object.name||\"globalThis\"==e.object.name)&&\"NewExpression\"!==t.type&&(\"CallExpression\"!==t.type||\"CallExpression\"==t.type&&e!==t.callee)&&(e.property.name=\"top.__dynamic$window\"),\"NewExpression\"!==t.type&&(\"CallExpression\"!==t.type||\"CallExpression\"==t.type&&e!==t.callee)&&(\"window\"==e.object.name&&(e.object={type:\"CallExpression\",callee:{type:\"Identifier\",name:\"dg$\"},arguments:[e.object],__dynamic:!0}),\"parent\"==e.object.name&&(e.object={type:\"CallExpression\",callee:{type:\"Identifier\",name:\"dg$\"},arguments:[e.object],__dynamic:!0}),\"__dynamic\"==e.property.name&&(e.property.name=\"undefined\"),\"self\"==e.object.name&&(e.object={type:\"CallExpression\",callee:{type:\"Identifier\",name:\"dg$\"},arguments:[e.object],__dynamic:!0}),\"document\"==e.object.name&&(e.object={type:\"CallExpression\",callee:{type:\"Identifier\",name:\"dg$\"},arguments:[e.object],__dynamic:!0}),\"globalThis\"==e.object.name&&(e.object={type:\"CallExpression\",callee:{type:\"Identifier\",name:\"dg$\"},arguments:[e.object],__dynamic:!0})),\"location\"==e.object.name&&(e.object={type:\"CallExpression\",callee:{type:\"Identifier\",name:\"dg$\"},arguments:[e.object],__dynamic:!0}),\"location\"==e.property.name&&\"BinaryExpression\"!==t.type&&\"AssignmentExpression\"!==t.type)){e.property.__dynamic=!0,e.__dynamic=!0;let t=Object.assign({},e);e.type=\"CallExpression\",e.callee={type:\"Identifier\",name:\"dg$\",__dynamic:!0},e.arguments=[t],e.__dynamic=!0}e.computed&&\"worker\"!==i.destination&&(e.property={type:\"CallExpression\",callee:{type:\"Identifier\",name:\"dp$\"},arguments:[e.property],__dynamic:!0})}(e,i,n);break;case\"Literal\":!function(e,t={}){if(!(e.value instanceof String&&(\"__dynamic\"==e.value&&(e.value=\"undefined\"),[\"location\",\"parent\",\"top\",\"postMessage\"].includes(e.value))))return!1;\"postMessage\"==e.value&&\"AssignmentExpression\"!=t.type&&t.left!=e&&Bi(e,t),\"location\"==e.value&&(e.value=\"__dynamic$location\"),\"__dynamic\"==e.value&&(e.value=\"undefined\"),\"eval\"==e.value&&(e.value=\"__dynamic$eval\")}(e,i);break;case\"CallExpression\":!function(e,t={}){if(\"AssignmentExpression\"!=t.type||t.left!=e){if(\"Identifier\"==e.callee.type){if(\"postMessage\"==e.callee.name){let t=\"undefined\";return e.callee.type=\"CallExpression\",e.callee.callee={type:\"Identifier\",name:\"__dynamic$message\"},void(e.callee.arguments=[{type:\"Identifier\",name:t},{type:\"Identifier\",name:\"self\",__dynamic:!0}])}\"eval\"==e.callee.name&&Ui(e)}if(\"MemberExpression\"==e.callee.type){if(\"postMessage\"==e.callee.property.name&&\"Super\"!==e.callee.object.type){let t=e.callee.object;return e.callee.type=\"CallExpression\",e.callee.callee={type:\"Identifier\",name:\"__dynamic$message\"},void(e.callee.arguments=[t,{type:\"Identifier\",name:\"self\",__dynamic:!0}])}\"eval\"==e.callee.object.name&&Ui(e)}e.arguments.length>0&&e.arguments.length}}(e,i);break;case\"AssignmentExpression\":!function(e,t={}){if(\"Identifier\"==e.left.type){if(!0===e.left.__dynamic)return;if(\"location\"==e.left.name){var i=structuredClone(e.left),s=structuredClone(e.right);e.right.type=\"CallExpression\",e.right.callee={type:\"Identifier\",name:\"ds$\"},e.right.arguments=[i,s]}}}(e,i);break;case\"ThisExpression\":case\"CatchClause\":default:break;case\"Property\":!function(e,t={}){\"ObjectPattern\"!=e.parent.type&&\"AssignmentExpression\"!=e.parent?.parent?.type&&(e.shorthand=!1)}(e,i);break;case\"VariableDeclarator\":!function(e,t={}){if(\"Identifier\"!==e.id.type)return!1;!0!==e.id.__dynamic&&e.id.name}(e,i)}!function(e,t={},i={},s={}){if(\"Literal\"==e.type&&(\"ImportDeclaration\"==t.type||\"ExportNamedDeclaration\"==t.type||\"ExportAllDeclaration\"==t.type)){var r=e.value+\"\";e.value=i.url.encode(e.value,s.meta),e.raw=e.raw.replace(r,e.value),e.__dynamic=!0}\"ImportExpression\"==e.type&&(e.source={type:\"CallExpression\",callee:{type:\"Identifier\",name:\"__dynamic$import\"},arguments:[e.source,{type:\"Literal\",__dynamic:!0,value:i.meta.href}]},e.__dynamic=!0)}(e,i,s,r)}},Fi=class{constructor(e){this.iterate=ji,this.process=Mi,this.emit=$i,this.ctx=e.ctx}rewrite(e,t={},i=!0,s={}){if(!e||e instanceof Object||(e=e.toString()).includes(\"/* dynamic.js */\"))return e;e=`/* dynamic.js */ \\n\\n${e}`;try{try{e=this.process(e,t,{module:!0,...this.ctx},s)}catch{e=this.process(e,t,{module:!1,...this.ctx},s)}}catch{}return i&&(e=`\\n      if (typeof self !== undefined && typeof self.importScripts == 'function' && typeof self.__dynamic == 'undefined') importScripts('/assets/history/config.js?v=2025-04-15', '/assets/history/handler.js?v=2025-04-15'+Math.floor(Math.random()*(99999-10000)+10000));\\n\\n      ${e}`),e}},Hi=class{constructor(e){this.config={rewrite:[[\"icons\",\"urlit\"],[\"name\",\" - Dynamic\"],[\"start_url\",\"url\"],[\"scope\",\"url\"],[\"short_name\",\" - Dynamic\"],[\"shortcuts\",\"urlev\"]],delete:[\"serviceworker\"]},this.ctx=e.ctx}rewrite(e,t){let i=JSON.parse(e);for(let e in this.config)if(\"rewrite\"==e)for(var[s,r]of this.config[e])if(\"urlit\"==r&&i[s])for(var n=0;n<i[s].length;n++)i[s][n].src=this.ctx.url.encode(i[s][n].src,t);else if(\"urlev\"==r&&i[s])for(n=0;n<i[s].length;n++)i[s][n].url=this.ctx.url.encode(i[s][n].url,t);else\"url\"==r&&i[s]?i[s]=this.ctx.url.encode(i[s],t):\"url\"==r||\"urlit\"==r||\"urlev\"==r||(i[s]=i[s]+r);else if(\"delete\"==e)for(var s of this.config[e])i[s]&&delete i[s];return JSON.stringify(i)}},Wi={encode:(e,t)=>e&&e.toString()?e.split(\", \").map((e=>e.split(\" \").map(((e,i)=>0==i?t.url.encode(e,t.baseURL||t.meta):e)).join(\" \"))).join(\", \"):e,decode:e=>e},qi=class{constructor(e){this.ctx=e,this.html=new Oi(this),this.srcset=Wi,this.js=new Fi(this),this.css=new Di(this),this.man=new Hi(this)}};async function Gi(e){var t;if(\"GET\"===e.method){t=new URL(e.url).searchParams.get(\"url\")}else{if(\"POST\"!==e.method)return new Response(\"Error: Invalid method\",{status:405});null===(t=(await e.formData()).get(\"url\"))&&(t=new URL(e.url).searchParams.get(\"url\"));if(!t)return new Response(\"Error: Invalid or Unfound url\",{status:400})}return new Response(\"\",{status:301,headers:{location:location.origin+this.ctx.config.prefix+this.ctx.encoding.encode(t)}})}function zi({url:e}){return!e.toString().substr(location.origin.length,(this.ctx.config.prefix+\"route\").length).startsWith(this.ctx.config.prefix+\"route\")}function Ki({url:e}){return!e.toString().substr(location.origin.length,this.ctx.config.prefix.length).startsWith(this.ctx.config.prefix)}async function Qi(e,t,i){for(let r in e)if(-1!==this.ctx.headers.csp.indexOf(r.toLowerCase())&&delete e[r],\"location\"!=r.toLowerCase())if(\"set-cookie\"!==r.toLowerCase());else{for await(var s of(Array.isArray(e[r])?e[r]=e[r].map((e=>this.ctx.modules.setCookieParser(e,{decodeValues:!1})[0])):e[r]=this.ctx.modules.setCookieParser(e[r],{decodeValues:!1}),e[r]))await i.set(t.host,this.ctx.modules.cookie.serialize(s.name,s.value,{...s,encode:e=>e}));delete e[r]}else e[r]=this.ctx.url.encode(e[r],t);return new Headers(e)}function Yi(e,t,i,s){let{referrer:r}=i;if([\"origin\",\"Origin\",\"host\",\"Host\",\"referer\",\"Referer\"].forEach((t=>{e[t]&&delete e[t]})),e.Origin=`${t.protocol}//${t.host}${t.port?\":\"+t.port:\"\"}`,e.Host=t.host+(t.port?\":\"+t.port:\"\"),e.Referer=t.href,\"strict-origin-when-cross-origin\"==i.referrerPolicy&&(e.Referer=`${t.protocol}//${t.host}/`),\"origin\"==i.referrerPolicy&&t.origin&&(r=t.origin+\"/\"),s){switch(i.credentials){case\"omit\":default:break;case\"same-origin\":i.client&&t.origin==i.client.__dynamic$location.origin&&(e.Cookie=s),i.client||(e.Cookie=s);break;case\"include\":e.Cookie=s}e.Cookie=s}if(r&&r!=location.origin+\"/\")try{e.Referer=this.ctx.url.decode(r),\"strict-origin-when-cross-origin\"==i.referrerPolicy&&(e.Referer=new URL(this.ctx.url.decode(r)).origin),e.Origin=new URL(this.ctx.url.decode(r)).origin}catch{}return i.client&&(e.Origin=i.client.__dynamic$location.origin,e.Referer=i.client.__dynamic$location.href,\"strict-origin-when-cross-origin\"==i.referrerPolicy&&(e.Referer=i.client.__dynamic$location.origin)),this.ctx.config.tab&&this.ctx.config.tab.ua&&(delete e[\"user-agent\"],delete e[\"User-Agent\"],e[\"user-agent\"]=this.ctx.config.tab.ua),e[\"sec-fetch-dest\"]=i.destination||\"empty\",e[\"sec-fetch-mode\"]=i.mode||\"cors\",e[\"sec-fetch-site\"]=i.client?i.client.__dynamic$location.origin==t.origin?i.client.__dynamic$location.port==t.port?\"same-origin\":\"same-site\":\"cross-origin\":\"none\",\"navigate\"==i.mode&&(e[\"sec-fetch-site\"]=\"same-origin\"),e[\"sec-fetch-user\"]=\"?1\",new Headers(e)}function Ji(e){return Object.assign(Object.create(Object.getPrototypeOf(e)),e)}function Zi(e){try{if(new new Proxy(e,{construct:()=>({})}),!Object.getOwnPropertyNames(e).includes(\"arguments\"))throw new Error(\"\");return!0}catch{return!1}}function Xi(e){return e.url.toString().substr(location.origin.length,e.url.toString().length).startsWith(self.__dynamic$config.assets.prefix)}async function es(e){let t;if(\"development\"!==self.__dynamic$config.mode){var i=await caches.open(\"__dynamic$files\");t=i&&await i.match(e.url)||await fetch(e)}else t=await fetch(e);let s=await t.blob();return(e.url.startsWith(location.origin+\"/assets/history/config.js?v=2025-04-15\")||e.url.startsWith(location.origin+\"/assets/history/client.js?v=2025-04-15\"))&&(s=new Blob([`${await s.text()}\\nself.document?.currentScript?.remove();`],{type:\"application/javascript\"})),new Response(s,{headers:t.headers,status:t.status,statusText:t.statusText})}async function ts(e,t){}var is=class{constructor(e){this.rawHeaders={},this.headers=new Headers({}),this.status=200,this.statusText=\"OK\",this.body=e}async blob(){return this.body}async text(){return await this.body.text()}};function ss(e){var t=this.ctx.encoding;return t=\"object\"==typeof this.ctx.config.encoding?{...t,...this.ctx.encoding}:{...this.ctx.encoding[this.ctx.config.encoding]},this.ctx.encoding={...this.ctx.encoding,...t},this.ctx.encoding}function rs(e,t,i){if(!e.url.startsWith(\"http\"))return e.url;let s=e.url.toString();return e.url.startsWith(location.origin)&&(s=s.substr(self.location.origin.length)),s=new URL(s,new URL(t.__dynamic$location.href)).href,this.ctx.url.encode(s,i)}var ns=class{constructor(e){this.route=Gi,this.routePath=zi,this.path=Ki,this.resHeader=Qi,this.reqHeader=Yi,this.clone=Ji,this.class=Zi,this.file=Xi,this.edit=es,this.error=ts,this.encode=ss,this.rewritePath=rs,this.about=is,this.ctx=e}};function as(e,t){if(!e)return e;if((e=new String(e).toString()).startsWith(\"about:blank\"))return location.origin+this.ctx.config.prefix+e;if(!e.match(this.ctx.regex.ProtocolRegex)&&e.match(/^([a-zA-Z0-9\\-]+)\\:\\/\\//g)||e.startsWith(\"chrome-extension://\"))return e;if(e.startsWith(\"javascript:\")&&!e.startsWith(\"javascript:__dynamic$eval\")){let t=new URL(e);return`javascript:__dynamic$eval(${JSON.stringify(t.pathname)})`}e.match(this.ctx.regex.WeirdRegex)&&((i=this.ctx.regex.WeirdRegex.exec(e))&&(e=i[2]));if(e.startsWith(location.origin+this.ctx.config.prefix)||e.startsWith(this.ctx.config.prefix)||e.startsWith(location.origin+this.ctx.config.assets.prefix+\"dynamic.\")||e.match(this.ctx.regex.BypassRegex))return e;if(e.match(this.ctx.regex.DataRegex)){try{var i;if(i=this.ctx.regex.DataRegex.exec(e)){var[s,r,n,a,o]=i;o=\"base64\"==a?this.ctx.modules.base64.atob(decodeURIComponent(o)):decodeURIComponent(o),r&&(\"text/html\"==r?o=this.ctx.rewrite.html.rewrite(o,t,this.ctx.rewrite.html.generateHead(location.origin+\"/assets/history/client.js?v=2025-04-15\",location.origin+\"/assets/history/config.js?v=2025-04-15\",\"\",`window.__dynamic$url = \"${t.href}\"; window.__dynamic$parentURL = \"${location.href}\";`)):\"text/css\"==r?o=this.ctx.rewrite.css.rewrite(o,t):(\"text/javascript\"==r||\"application/javascript\"==r)&&(o=this.ctx.rewrite.js.rewrite(o,t))),o=\"base64\"==a?this.ctx.modules.base64.btoa(o):encodeURIComponent(o),e=n?a?`data:${r};${n};${a},${o}`:`data:${r};${n},${o}`:a?`data:${r};${a},${o}`:`data:${r},${o}`}}catch{}return e}return e=new String(e).toString(),t.href.match(this.ctx.regex.BypassRegex)&&(e=new URL(e,new URL((this.ctx.parent.__dynamic||this.ctx).meta.href)).href),e=new URL(e,t.href),(this.ctx._location?.origin||(\"null\"==location.origin?location.ancestorOrigins[0]:location.origin))+this.ctx.config.prefix+(this.ctx.encoding.encode(e.origin+e.pathname)+e.search+e.hash)}function os(e){if(!e||(e=new String(e).toString()).match(this.ctx.regex.BypassRegex))return e;var t=e.indexOf(this.ctx.config.prefix);if(-1==t)return e;try{if(t=(e=new URL(e,new URL(self.location.origin)).href).indexOf(this.ctx.config.prefix),\"about:blank\"==e.slice(t+this.ctx.config.prefix.length).trim())return\"about:blank\";var i=new URL(e).search+new URL(e).hash||\"\",s=new URL(this.ctx.encoding.decode(e.slice(t+this.ctx.config.prefix.length).replace(\"https://\",\"https:/\").replace(\"https:/\",\"https://\").split(\"?\")[0]))}catch{return e}return e=s.origin+s.pathname+i+(new URL(e).search?s.search.replace(\"?\",\"&\"):s.search)}var cs=class{constructor(e){this.encode=as,this.decode=os,this.ctx=e}};function hs(e){for(var t in e=new URL(e.href))this.ctx.meta[t]=e[t];return!0}var ls=class{constructor(){}},ps=class extends ls{constructor(e){super(),this.load=hs,this.ctx=e}},us=class{constructor(e=\"\",t=new Request(\"\")){this.headers=new Headers({}),this.redirect=\"manual\",this.body=null,this.method=\"GET\",t.headers&&(this.headers=t.headers),t.redirect&&(this.redirect=t.redirect),t.body&&(this.body=t.body),this.method=t.method||\"GET\",this.url=new String(e)}get init(){return{headers:this.headers||new Headers({}),redirect:this.redirect||\"manual\",body:this.body||null,method:this.method||\"GET\"}}},ds=class extends Response{constructor(e=\"\",t=new Response(\"\")){super(e,t),this.status=200,this.statusText=\"OK\",this.headers=new Headers({}),this.body=e,t.status&&(this.status=t.status),t.statusText&&(this.statusText=t.statusText),t.headers&&(this.headers=t.headers)}get init(){return{headers:this.headers||new Headers({}),statusText:this.statusText||200,body:this.body||new Blob([]),status:this.statusText||\"OK\"}}},fs=class{constructor(e){this.Request=us,this.Response=ds,this.ctx=e}},ms=/^(#|about:|mailto:|blob:|javascript:)/g,gs=/^data:([a-z\\/A-Z0-9\\-\\+]+);?(charset\\=[\\-A-Za-z0-9]+)?;?(base64)?[;,]*(.*)/g,xs=/^([\\/A-Za-z0-9\\-%]+)(http[s]?:\\/\\/.*)/g,ys=class{constructor(e){this.BypassRegex=ms,this.DataRegex=gs,this.WeirdRegex=xs,this.ctx=e}},vs=class{constructor(e){this.ctx=e}};function ws(e,t=\"\"){return\"text/css\"===(this.ctx.modules.mime.contentType(t||e.pathname)||\"text/css\").split(\";\")[0]}function bs(e,t=\"\",i=\"\"){let s;return t||this.ctx.modules.mime.contentType(e.pathname)!=e.pathname?\"text/html\"===(this.ctx.modules.mime.contentType(t||e.pathname)||\"text/html\").split(\";\")[0]||i.trim().match(/\\<\\!(doctype|DOCTYPE) html\\>/g):i.trim().match(/<(html|script|body)[^>]*>/g)&&(s=i.trim().indexOf((i.trim().match(/<(html|script|body)[^>]*>/g)||[])[0]),s>-1&&s<100)}function _s(e,t=\"\"){if(e.pathname.endsWith(\".js\")&&\"text/plain\"==t)return!0;var i=(this.ctx.modules.mime.contentType(t||e.pathname)||\"application/javascript\").split(\";\")[0];return\"text/javascript\"==i||\"application/javascript\"==i||\"application/x-javascript\"==i}var ks=class{constructor(e){this.html=bs,this.js=_s,this.css=ws,this.ctx=e}};var Cs={open:async()=>M(\"__dynamic$cookies\",1,{async upgrade(e){await e.createObjectStore(\"__dynamic$cookies\")}}),set:async(e,t,i)=>{if((t.domain&&(e=t.domain),e.startsWith(\".\")&&(e=e.slice(1)),t.expires)&&new Date(t.expires)<new Date)return Cs.remove(e,t,i);return await(await i).put(\"__dynamic$cookies\",function(e,t){return e||(e=[]),e.find((e=>e.name==t.name))?e[e.findIndex((e=>e.name==t.name))]={name:t.name,value:t.value,expires:t.expires}:e.push({name:t.name,value:t.value,expires:t.expires}),e}(await(await i).get(\"__dynamic$cookies\",e),t),e),!0},get:async(e,t)=>{var i=e.replace(/^(.*\\.)?([^.]*\\..*)$/g,\"$2\"),s=await(await t).get(\"__dynamic$cookies\",e)||[];if(e!==i&&e!==\".\"+i){var r=await(await t).get(\"__dynamic$cookies\",i);if(r)for(var{name:n,value:a,expires:o}of r){if(o)if(new Date(o)<=new Date){Cs.remove(e,r.find((e=>e.name==n&&e.value==a&&e.expires==o)),t);continue}s.find((e=>e.name==n&&e.value==a))||s.push({name:n,value:a,expires:o||new Date(1e13)})}}return s},remove:async(e,t,i)=>{t.domain&&(e=t.domain),e.startsWith(\".\")&&(e=e.slice(1));var s=await(await i).get(\"__dynamic$cookies\",e);return!!s&&(s=s.filter((e=>e.name!==t.name)),await(await i).put(\"__dynamic$cookies\",s,e),!0)},update:async(e,t)=>{var i=e.replace(/^(.*\\.)?([^.]*\\..*)$/g,\"$2\"),s=await(await t).get(\"__dynamic$cookies\",i);if(s)for(var{name:r,value:n,expires:a}of s)if(a){if(new Date(a)<=new Date){Cs.remove(e,{name:r,value:n,expires:a},t);continue}}return s}},Es=class{constructor(e){this.db=Cs,this.ctx=e}async get(e){return this._db||(this._db=this.db.open()),((e=[])=>e.map((e=>`${e.name}=${e.value}`)).join(\"; \"))(await Cs.get(e,this._db))}async set(e,t=\"\"){return t=this.ctx.modules.setCookieParser.parse(t,{decodeValues:!1})[0],this._db||(this._db=this.db.open()),await Cs.set(e,t,this._db)}async open(){await Cs.open()}async update(e){return this._db||(this._db=this.db.open()),await Cs.update(e,this._db)}},Ss={csp:[\"cross-origin-embedder-policy\",\"cross-origin-opener-policy\",\"cross-origin-resource-policy\",\"content-security-policy\",\"content-security-policy-report-only\",\"expect-ct\",\"feature-policy\",\"origin-isolation\",\"strict-transport-security\",\"upgrade-insecure-requests\",\"x-content-type-options\",\"x-frame-options\",\"x-permitted-cross-domain-policies\",\"x-xss-protection\"],status:{empty:[204,101,205,304]},method:{body:[\"GET\",\"HEAD\"]}},Is={};l(Is,{aes:()=>cr,base64:()=>lr,none:()=>hr,plain:()=>or,xor:()=>ar});var As=14,Ps=!1,Ns=function(e){var t,i,s=[];for(e.length<16&&(s=[t=16-e.length,t,t,t,t,t,t,t,t,t,t,t,t,t,t,t]),i=0;i<e.length;i++)s[i]=e[i];return s},Ls=function(e,t){var i,s,r=\"\";if(t){if((i=e[15])>16)throw\"Decryption error: Maybe bad key\";if(16===i)return\"\";for(s=0;s<16-i;s++)r+=String.fromCharCode(e[s])}else for(s=0;s<16;s++)r+=String.fromCharCode(e[s]);return r},Ts=function(e,t){var i,s=[];for(t||(e=function(e){try{return unescape(encodeURIComponent(e))}catch{throw\"Error on UTF-8 encode\"}}(e)),i=0;i<e.length;i++)s[i]=e.charCodeAt(i);return s},Rs=function(e,t){var i,s=[],r=[],n=e.concat(t);for(s[0]=rr(n),r=s[0],i=1;i<3;i++)s[i]=rr(s[i-1].concat(n)),r=r.concat(s[i]);return{key:r.slice(0,32),iv:r.slice(32,48)}},Vs=function(e,t,i,s){t=Fs(t);var r,n=e.length/16,a=[],o=[],c=\"\";for(r=0;r<n;r++)a.push(e.slice(16*r,16*(r+1)));for(r=a.length-1;r>=0;r--)o[r]=Ds(a[r],t),o[r]=$s(o[r],0===r?i:a[r-1]);for(r=0;r<n-1;r++)c+=Ls(o[r],!1);return c+=Ls(o[r],!0),s?c:function(e){try{return decodeURIComponent(escape(e))}catch{throw\"Bad Key\"}}(c)},Os=function(e,t){Ps=!1;var i,s=Us(e,t,0);for(i=1;i<15;i++)s=js(s),s=Ms(s),i<As&&(s=Bs(s)),s=Us(s,t,i);return s},Ds=function(e,t){Ps=!0;var i,s=Us(e,t,As);for(i=13;i>-1;i--)s=Ms(s),s=js(s),s=Us(s,t,i),i>0&&(s=Bs(s));return s},js=function(e){var t,i=Ps?Qs:Ks,s=[];for(t=0;t<16;t++)s[t]=i[e[t]];return s},Ms=function(e){var t,i=[],s=Ps?[0,13,10,7,4,1,14,11,8,5,2,15,12,9,6,3]:[0,5,10,15,4,9,14,3,8,13,2,7,12,1,6,11];for(t=0;t<16;t++)i[t]=e[s[t]];return i},Bs=function(e){var t,i=[];if(Ps)for(t=0;t<4;t++)i[4*t]=ir[e[4*t]]^er[e[1+4*t]]^tr[e[2+4*t]]^Xs[e[3+4*t]],i[1+4*t]=Xs[e[4*t]]^ir[e[1+4*t]]^er[e[2+4*t]]^tr[e[3+4*t]],i[2+4*t]=tr[e[4*t]]^Xs[e[1+4*t]]^ir[e[2+4*t]]^er[e[3+4*t]],i[3+4*t]=er[e[4*t]]^tr[e[1+4*t]]^Xs[e[2+4*t]]^ir[e[3+4*t]];else for(t=0;t<4;t++)i[4*t]=Js[e[4*t]]^Zs[e[1+4*t]]^e[2+4*t]^e[3+4*t],i[1+4*t]=e[4*t]^Js[e[1+4*t]]^Zs[e[2+4*t]]^e[3+4*t],i[2+4*t]=e[4*t]^e[1+4*t]^Js[e[2+4*t]]^Zs[e[3+4*t]],i[3+4*t]=Zs[e[4*t]]^e[1+4*t]^e[2+4*t]^Js[e[3+4*t]];return i},Us=function(e,t,i){var s,r=[];for(s=0;s<16;s++)r[s]=e[s]^t[i][s];return r},$s=function(e,t){var i,s=[];for(i=0;i<16;i++)s[i]=e[i]^t[i];return s},Fs=function(e){var t,i,s,r,n=[],a=[],o=[];for(t=0;t<8;t++)i=[e[4*t],e[4*t+1],e[4*t+2],e[4*t+3]],n[t]=i;for(t=8;t<60;t++){for(n[t]=[],s=0;s<4;s++)a[s]=n[t-1][s];for(t%8==0?(a=Hs(Ws(a)))[0]^=Ys[t/8-1]:t%8==4&&(a=Hs(a)),s=0;s<4;s++)n[t][s]=n[t-8][s]^a[s]}for(t=0;t<15;t++)for(o[t]=[],r=0;r<4;r++)o[t].push(n[4*t+r][0],n[4*t+r][1],n[4*t+r][2],n[4*t+r][3]);return o},Hs=function(e){for(var t=0;t<4;t++)e[t]=Ks[e[t]];return e},Ws=function(e){var t,i=e[0];for(t=0;t<3;t++)e[t]=e[t+1];return e[3]=i,e},qs=function(e,t){var i,s=[];for(i=0;i<e.length;i+=t)s[i/t]=parseInt(e.substr(i,t),16);return s},Gs=function(e,t){var i,s;for(s=0,i=0;i<8;i++)s=1==(1&t)?s^e:s,e=e>127?283^e<<1:e<<1,t>>>=1;return s},zs=function(e){var t,i=[];for(t=0;t<256;t++)i[t]=Gs(e,t);return i},Ks=qs(\"637c777bf26b6fc53001672bfed7ab76ca82c97dfa5947f0add4a2af9ca472c0b7fd9326363ff7cc34a5e5f171d8311504c723c31896059a071280e2eb27b27509832c1a1b6e5aa0523bd6b329e32f8453d100ed20fcb15b6acbbe394a4c58cfd0efaafb434d338545f9027f503c9fa851a3408f929d38f5bcb6da2110fff3d2cd0c13ec5f974417c4a77e3d645d197360814fdc222a908846eeb814de5e0bdbe0323a0a4906245cc2d3ac629195e479e7c8376d8dd54ea96c56f4ea657aae08ba78252e1ca6b4c6e8dd741f4bbd8b8a703eb5664803f60e613557b986c11d9ee1f8981169d98e949b1e87e9ce5528df8ca1890dbfe6426841992d0fb054bb16\",2),Qs=function(e){var t,i=[];for(t=0;t<e.length;t++)i[e[t]]=t;return i}(Ks),Ys=qs(\"01020408102040801b366cd8ab4d9a2f5ebc63c697356ad4b37dfaefc591\",2),Js=zs(2),Zs=zs(3),Xs=zs(9),er=zs(11),tr=zs(13),ir=zs(14),sr=function(e,t,i){var s,r=function(e){var t,i=[];for(t=0;t<e;t++)i=i.concat(Math.floor(256*Math.random()));return i}(8),n=Rs(Ts(t,i),r),a=n.key,o=n.iv,c=[[83,97,108,116,101,100,95,95].concat(r)];return s=function(e,t,i){t=Fs(t);var s,r=Math.ceil(e.length/16),n=[],a=[];for(s=0;s<r;s++)n[s]=Ns(e.slice(16*s,16*s+16));for(e.length%16==0&&(n.push([16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16]),r++),s=0;s<n.length;s++)n[s]=$s(n[s],0===s?i:a[s-1]),a[s]=Os(n[s],t);return a}(e=Ts(e,i),a,o),s=c.concat(s),nr.encode(s)},rr=function(e){function t(e,t){return e<<t|e>>>32-t}function i(e,t){var i,s,r,n,a;return r=2147483648&e,n=2147483648&t,a=(1073741823&e)+(1073741823&t),(i=1073741824&e)&(s=1073741824&t)?2147483648^a^r^n:i|s?1073741824&a?3221225472^a^r^n:1073741824^a^r^n:a^r^n}function s(e,s,r,n,a,o,c){return e=i(e,i(i(function(e,t,i){return e&t|~e&i}(s,r,n),a),c)),i(t(e,o),s)}function r(e,s,r,n,a,o,c){return e=i(e,i(i(function(e,t,i){return e&i|t&~i}(s,r,n),a),c)),i(t(e,o),s)}function n(e,s,r,n,a,o,c){return e=i(e,i(i(function(e,t,i){return e^t^i}(s,r,n),a),c)),i(t(e,o),s)}function a(e,s,r,n,a,o,c){return e=i(e,i(i(function(e,t,i){return t^(e|~i)}(s,r,n),a),c)),i(t(e,o),s)}function o(e){var t,i,s=[];for(i=0;i<=3;i++)t=e>>>8*i&255,s=s.concat(t);return s}var c,h,l,p,u,d,f,m,g,x,y=qs(\"67452301efcdab8998badcfe10325476d76aa478e8c7b756242070dbc1bdceeef57c0faf4787c62aa8304613fd469501698098d88b44f7afffff5bb1895cd7be6b901122fd987193a679438e49b40821f61e2562c040b340265e5a51e9b6c7aad62f105d02441453d8a1e681e7d3fbc821e1cde6c33707d6f4d50d87455a14eda9e3e905fcefa3f8676f02d98d2a4c8afffa39428771f6816d9d6122fde5380ca4beea444bdecfa9f6bb4b60bebfbc70289b7ec6eaa127fad4ef308504881d05d9d4d039e6db99e51fa27cf8c4ac5665f4292244432aff97ab9423a7fc93a039655b59c38f0ccc92ffeff47d85845dd16fa87e4ffe2ce6e0a30143144e0811a1f7537e82bd3af2352ad7d2bbeb86d391\",8);for(c=function(e){for(var t,i=e.length,s=i+8,r=16*((s-s%64)/64+1),n=[],a=0,o=0;o<i;)a=o%4*8,n[t=(o-o%4)/4]=n[t]|e[o]<<a,o++;return a=o%4*8,n[t=(o-o%4)/4]=n[t]|128<<a,n[r-2]=i<<3,n[r-1]=i>>>29,n}(e),f=y[0],m=y[1],g=y[2],x=y[3],h=0;h<c.length;h+=16)l=f,p=m,u=g,d=x,f=s(f,m,g,x,c[h+0],7,y[4]),x=s(x,f,m,g,c[h+1],12,y[5]),g=s(g,x,f,m,c[h+2],17,y[6]),m=s(m,g,x,f,c[h+3],22,y[7]),f=s(f,m,g,x,c[h+4],7,y[8]),x=s(x,f,m,g,c[h+5],12,y[9]),g=s(g,x,f,m,c[h+6],17,y[10]),m=s(m,g,x,f,c[h+7],22,y[11]),f=s(f,m,g,x,c[h+8],7,y[12]),x=s(x,f,m,g,c[h+9],12,y[13]),g=s(g,x,f,m,c[h+10],17,y[14]),m=s(m,g,x,f,c[h+11],22,y[15]),f=s(f,m,g,x,c[h+12],7,y[16]),x=s(x,f,m,g,c[h+13],12,y[17]),g=s(g,x,f,m,c[h+14],17,y[18]),f=r(f,m=s(m,g,x,f,c[h+15],22,y[19]),g,x,c[h+1],5,y[20]),x=r(x,f,m,g,c[h+6],9,y[21]),g=r(g,x,f,m,c[h+11],14,y[22]),m=r(m,g,x,f,c[h+0],20,y[23]),f=r(f,m,g,x,c[h+5],5,y[24]),x=r(x,f,m,g,c[h+10],9,y[25]),g=r(g,x,f,m,c[h+15],14,y[26]),m=r(m,g,x,f,c[h+4],20,y[27]),f=r(f,m,g,x,c[h+9],5,y[28]),x=r(x,f,m,g,c[h+14],9,y[29]),g=r(g,x,f,m,c[h+3],14,y[30]),m=r(m,g,x,f,c[h+8],20,y[31]),f=r(f,m,g,x,c[h+13],5,y[32]),x=r(x,f,m,g,c[h+2],9,y[33]),g=r(g,x,f,m,c[h+7],14,y[34]),f=n(f,m=r(m,g,x,f,c[h+12],20,y[35]),g,x,c[h+5],4,y[36]),x=n(x,f,m,g,c[h+8],11,y[37]),g=n(g,x,f,m,c[h+11],16,y[38]),m=n(m,g,x,f,c[h+14],23,y[39]),f=n(f,m,g,x,c[h+1],4,y[40]),x=n(x,f,m,g,c[h+4],11,y[41]),g=n(g,x,f,m,c[h+7],16,y[42]),m=n(m,g,x,f,c[h+10],23,y[43]),f=n(f,m,g,x,c[h+13],4,y[44]),x=n(x,f,m,g,c[h+0],11,y[45]),g=n(g,x,f,m,c[h+3],16,y[46]),m=n(m,g,x,f,c[h+6],23,y[47]),f=n(f,m,g,x,c[h+9],4,y[48]),x=n(x,f,m,g,c[h+12],11,y[49]),g=n(g,x,f,m,c[h+15],16,y[50]),f=a(f,m=n(m,g,x,f,c[h+2],23,y[51]),g,x,c[h+0],6,y[52]),x=a(x,f,m,g,c[h+7],10,y[53]),g=a(g,x,f,m,c[h+14],15,y[54]),m=a(m,g,x,f,c[h+5],21,y[55]),f=a(f,m,g,x,c[h+12],6,y[56]),x=a(x,f,m,g,c[h+3],10,y[57]),g=a(g,x,f,m,c[h+10],15,y[58]),m=a(m,g,x,f,c[h+1],21,y[59]),f=a(f,m,g,x,c[h+8],6,y[60]),x=a(x,f,m,g,c[h+15],10,y[61]),g=a(g,x,f,m,c[h+6],15,y[62]),m=a(m,g,x,f,c[h+13],21,y[63]),f=a(f,m,g,x,c[h+4],6,y[64]),x=a(x,f,m,g,c[h+11],10,y[65]),g=a(g,x,f,m,c[h+2],15,y[66]),m=a(m,g,x,f,c[h+9],21,y[67]),f=i(f,l),m=i(m,p),g=i(g,u),x=i(x,d);return o(f).concat(o(m),o(g),o(x))},nr=function(){var e=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\",t=e.split(\"\");return\"function\"==typeof Array.indexOf&&(e=t),{encode:function(e,i){var s,r,n=[],a=\"\";Math.floor(16*e.length/3);for(s=0;s<16*e.length;s++)n.push(e[Math.floor(s/16)][s%16]);for(s=0;s<n.length;s+=3)a+=t[n[s]>>2],a+=t[(3&n[s])<<4|n[s+1]>>4],void 0!==n[s+1]?a+=t[(15&n[s+1])<<2|n[s+2]>>6]:a+=\"=\",void 0!==n[s+2]?a+=t[63&n[s+2]]:a+=\"=\";for(r=a.slice(0,64)+\"\\n\",s=1;s<Math.ceil(a.length/64);s++)r+=a.slice(64*s,64*s+64)+(Math.ceil(a.length/64)===s+1?\"\":\"\\n\");return r},decode:function(t){t=t.replace(/\\n/g,\"\");var i,s=[],r=[],n=[];for(i=0;i<t.length;i+=4)r[0]=e.indexOf(t.charAt(i)),r[1]=e.indexOf(t.charAt(i+1)),r[2]=e.indexOf(t.charAt(i+2)),r[3]=e.indexOf(t.charAt(i+3)),n[0]=r[0]<<2|r[1]>>4,n[1]=(15&r[1])<<4|r[2]>>2,n[2]=(3&r[2])<<6|r[3],s.push(n[0],n[1],n[2]);return s=s.slice(0,s.length-s.length%16)}}}(),ar={encode:(e,t=2)=>e&&encodeURIComponent(e.split(\"\").map(((e,i)=>i%t?String.fromCharCode(e.charCodeAt(0)^t):e)).join(\"\")),decode:(e,t=2)=>e&&decodeURIComponent(e).split(\"\").map(((e,i)=>i%t?String.fromCharCode(e.charCodeAt(0)^t):e)).join(\"\")},or={encode:e=>e&&encodeURIComponent(e),decode:e=>e&&decodeURIComponent(e)},cr={encode:e=>e&&encodeURIComponent(sr(e,\"dynamic\").substring(10)),decode:e=>e&&function(e,t,i){var s=nr.decode(e),r=s.slice(8,16),n=Rs(Ts(t,i),r),a=n.key,o=n.iv;return s=s.slice(16,s.length),Vs(s,a,o,i)}(\"U2FsdGVkX1\"+decodeURIComponent(e),\"dynamic\")},hr={encode:e=>e,decode:e=>e},lr={encode:e=>e&&decodeURIComponent(btoa(e)),decode:e=>e&&atob(e)},pr=class{constructor(e){this.listeners=[],this.modules=new Ri(this),this.util=new ns(this),this.http=new fs(this),this.meta=new ps(this),this.rewrite=new qi(this),this.url=new cs(this),this.is=new ks(this),this.cookies=new Es(this),this.regex=new ys(this),this.headers=Ss,this.encoding=Is,this.middleware=new vs(this),e&&!this.config&&(this.config=e),e&&this.util.encode(self)}on(e,t){this.listeners.push({event:e,cb:t})}fire(e,t){for(let i of this.listeners)if(i.event===e)return t=i.cb(...t);return null}};!function(e){e.skipWaiting(),e.addEventListener(\"install\",(async(t,i)=>{let s=e.__dynamic$config.logLevel||0;if(s>1&&console[\"development\"==e.__dynamic$config.mode?\"group\":\"groupCollapsed\"](\"Dynamic Install Sequence:\"),\"object\"==typeof e.ORIGINS)if(e.ORIGINS.length)if(\"*\"==e.ORIGINS[0])console.log(\"Wildcard Origin Accepted\");else{if(!e.ORIGINS.includes(location.origin))return console.error(\"Illegal Origin: \"+location.origin),console.log(\"Status: Aborting Install\"),console.groupEnd(),await e.registration.unregister();s>1&&console.log(\"Origin Verified: \"+location.origin)}else console.warn(\"Warning: No Origins Specified\");else\"string\"==typeof e.ORIGINS?\"*\"==e.ORIGINS&&s>1&&console.log(\"Wildcard Origin Accepted\"):s>0&&console.warn(\"Warning: No Origins Specified\");for await(var r of(s>1&&console.log(\"ServiceWorker Installed:\",t),s>1&&console.log(\"Configuration Loaded:\",e.__dynamic$config),await e.skipWaiting(),s>1&&console.groupCollapsed(\"Loading Dynamic Modules:\"),[[\"html\",\"html.js?v=12\"]])){var[n,a]=r;a=new URL(a,new URL(location.origin+e.__dynamic$config.assets.prefix+\"worker.js\")).href,e[n]=fetch(a).then((t=>(s>1&&console.log(\"Loaded Dynamic Module: \"+n,t),e[n]=t.text()))).then((e=>(0,eval)(e))),s>1&&console.log(\"Loading: \"+n,a)}if(console.groupEnd(),\"development\"==e.__dynamic$config.mode)return console.groupEnd();let o=await caches.open(\"__dynamic$files\");for await(var r of(s>1&&console.groupCollapsed(\"Dynamic File Cache:\"),Object.values(e.__dynamic$config.assets.files))){if(!r)continue;var a=r;a=new URL(a,new URL(location.origin+e.__dynamic$config.assets.prefix+\"worker.js\")).href;let t=await fetch(a);await o.put(a,t),s>1&&console.log(\"Cache Installed: \"+a.split(\"/\").pop(),t)}console.groupEnd(),console.groupEnd()})),e.addEventListener(\"activate\",(t=>{e.skipWaiting(),t.waitUntil(e.clients.claim())})),e.addEventListener(\"message\",(async i=>{let{data:s}=i;if(\"createBlobHandler\"==s.type){var r=new Response(s.blob,{headers:{\"Content-Type\":\"text/html\",\"Content-Length\":s.blob.size,\"x-dynamic-location\":s.location}}),n=await caches.open(\"__dynamic$blob\"),a=t.config.prefix+\"caches/\"+s.url;await n.put(a,r),e.clients.matchAll().then((e=>{e.forEach((e=>{e.postMessage({url:a})}))}))}})),e.__dynamic$config||importScripts(\"/assets/history/config.js?v=2025-04-15\");let t=new pr(e.__dynamic$config),i=e.__dynamic$config.block||[];t.config=e.__dynamic$config,t.config.bare.path=\"string\"==typeof t.config.bare.path?new URL(t.config.bare.path,e.location):t.config.bare.path.map((t=>new URL(t,e.location))),t.encoding={...t.encoding,...t.encoding[t.config.encoding||\"none\"]},e.__dynamic=t,e.Object.defineProperty(e.WindowClient.prototype,\"__dynamic$location\",{get(){return new URL(t.url.decode(this.url))}}),e.Dynamic=class{constructor(i=e.__dynamic$config){this.listeners=[],this.middleware=t.middleware,this.on=e.__dynamic.on,this.fire=e.__dynamic.fire,t.bare=t.modules.bare.createBareClient(t.config.bare.path),e.__dynamic$config=i}async route(i){let{request:s}=i;return!s.url.startsWith(t.config.bare.path.toString())&&(!!s.url.startsWith(location.origin+e.__dynamic$config.prefix)||(\"navigate\"!==s.mode&&(s.client=(await e.clients.matchAll()).find((e=>e.id==i.clientId))),s.url.startsWith(location.origin+e.__dynamic$config.prefix)?void 0:!!s.client&&!!s.client.url.startsWith(location.origin+e.__dynamic$config.prefix)))}async fetch(s){let{request:r}=s;try{if(\"navigate\"!==r.mode&&(r.client=(await e.clients.matchAll()).find((e=>e.id==s.clientId))),t.util.file(r))return await t.util.edit(r);if(r.url.startsWith(e.__dynamic$config.bare.path.toString()))return await fetch(r);if(t.util.path(r)){if(!r.client||!r.url.startsWith(\"http\"))return await fetch(r);Object.defineProperty(r,\"url\",{value:t.util.rewritePath(r,r.client,new URL(e.__dynamic.url.decode(new URL(r.url))))})}if(!t.util.routePath(r))return await t.util.route(r);await t.bare.working;let c=new pr(t.config);c.encoding={...c.encoding,...c.encoding[t.config.encoding||\"none\"]},c.on=(t,i)=>e.__dynamic.on(t,i),c.fire=(t,...i)=>e.__dynamic.fire(t,i);let h=c.fire(\"request\",[r]);if(h)return h;if(r.url.startsWith(location.origin+t.config.prefix+\"caches/\")){let t=await(await caches.open(\"__dynamic\")).match(new URL(r.url).pathname);if(!t)return new Response(null,{status:201});var n;let i=await t.blob(),s=await i.text(),a=c.rewrite.html.generateHead(location.origin+e.__dynamic$config.assets.prefix+e.__dynamic$config.assets.files.client,location.origin+e.__dynamic$config.assets.prefix+e.__dynamic$config.assets.files.config,location.origin+e.__dynamic$config.assets.prefix+e.__dynamic$config.assets.files.config,\"\",`window.__dynamic$url = \"${t.headers.get(\"x-dynamic-location\")}\"`);return c.meta.load(new URL(t.headers.get(\"x-dynamic-location\"))),n=c.is.html(c.meta,t.headers.get(\"content-type\"),s)?new Blob([c.rewrite.html.rewrite(s,c.meta,a)]):i,new Response(n,{status:t.status,statusText:t.statusText,headers:t.headers})}if(c.meta.load(new URL(c.url.decode(new URL(r.url)))),-1!==i.indexOf(c.meta.host)||i.find((e=>e instanceof RegExp&&e.test(c.meta.host))))return this.fire(\"blocked\",[c.meta,r])||new Response(null,{status:403,statusText:\"Forbidden\"});let l=c.cookies;await l.open(),await l.update(c.meta.host);let p,u=Object.fromEntries(r.headers.entries()),d=t.util.reqHeader(u,c.meta,r,await l.get(r.client?r.client.__dynamic$location.host:c.meta.host)),f=new t.http.Request(c.meta.href,{headers:d,redirect:r.redirect||\"manual\",method:r.method,credentials:r.credentials,body:null,cache:r.cache});-1==t.headers.method.body.indexOf(r.method.toUpperCase())&&(f.body=await r.blob()),p=\"about:\"!==c.meta.protocol?await(await t.bare).fetch(c.meta.href,f.init):new t.util.about(new Blob([\"<html><head></head><body></body></html>\"]));let m=this.fire(\"fetched\",[c.meta,p,r]);if(m)return m;let g=await c.util.resHeader(p.rawHeaders,c.meta,l);var a=await e.clients.matchAll();for await(var o of a)o.postMessage({type:\"cookies\",host:c.meta.host,cookies:await l.get(c.meta.host)});let x=!1;switch(r.destination){case\"document\":let i=await p.blob(),s=await i.text(),n=c.rewrite.html.generateHead(location.origin+e.__dynamic$config.assets.prefix+e.__dynamic$config.assets.files.client,location.origin+e.__dynamic$config.assets.prefix+e.__dynamic$config.assets.files.config,location.origin+e.__dynamic$config.assets.prefix+e.__dynamic$config.assets.files.client,await l.get(c.meta.host),\"\",!1,\"self.__dynamic$bare = JSON.parse('\"+JSON.stringify((await t.bare).manifest)+\"');\");x=c.is.html(c.meta,p.headers.get(\"content-type\"),s)?new Blob([c.rewrite.html.rewrite(s,c.meta,n)],{type:p.headers.get(\"content-type\")||\"text/html; charset=utf-8\"}):i;break;case\"iframe\":{let i=await p.blob(),s=await i.text();if(c.is.html(c.meta,p.headers.get(\"content-type\"),s)){try{let i=c.rewrite.html.generateHead(location.origin+e.__dynamic$config.assets.prefix+e.__dynamic$config.assets.files.client,location.origin+e.__dynamic$config.assets.prefix+e.__dynamic$config.assets.files.config,location.origin+e.__dynamic$config.assets.prefix+e.__dynamic$config.assets.files.client,await l.get(c.meta.host),\"\",!0,\"self.__dynamic$bare = JSON.parse('\"+JSON.stringify((await t.bare).manifest)+\"');\");x=new Blob([new(await e.html)({ctx:c}).rewrite(s,c.meta,i)],{type:p.headers.get(\"content-type\")||\"text/html; charset=utf-8\"})}catch{x=i}break}x=i;break}case\"worker\":case\"script\":c.is.js(c.meta,p.headers.get(\"content-type\"))&&(x=new Blob([c.rewrite.js.rewrite(await p.text(),r,!0,c)],{type:p.headers.get(\"content-type\")||\"application/javascript\"}));break;case\"style\":c.is.css(c.meta,p.headers.get(\"content-type\"))&&(x=new Blob([c.rewrite.css.rewrite(await p.text(),c.meta)],{type:p.headers.get(\"content-type\")||\"text/css\"}));break;case\"manifest\":x=new Blob([c.rewrite.man.rewrite(await p.text(),c.meta)],{type:p.headers.get(\"content-type\")||\"application/json\"});break;default:{let t=await p.blob(),i=await t.text();if(c.is.html(c.meta,p.headers.get(\"content-type\"),i)){try{x=new Blob([new(await e.html)({ctx:c}).rewrite(i,c.meta,[])],{type:p.headers.get(\"content-type\")||\"text/html; charset=utf-8\"})}catch{x=t}break}x=t;break}}return 0==x&&(x=await p.blob()),-1!==t.headers.status.empty.indexOf(p.status)&&(x=null),\"text/event-stream\"===d.get(\"accept\")&&g.set(\"content-type\",\"text/event-stream\"),x&&g.set(\"content-length\",x.size),this.fire(\"response\",[c.meta,p,r,g,x])||new Response(x,{status:p.status,statusText:p.statusText,headers:g})}catch(t){return e.__dynamic$config.logLevel>=1&&console.error(t),new Response(t,{status:500,statusText:\"error\",headers:new Headers({})})}}}}(self)})();\n/*! Bundled license information:\n\ncookie/index.js:\n  (*!\n   * cookie\n   * Copyright(c) 2012-2014 Roman Shtylman\n   * Copyright(c) 2015 Douglas Christopher Wilson\n   * MIT Licensed\n   *)\n*/"
  },
  {
    "path": "static/assets/js/c1.js",
    "content": "// cloak.js\nlet appInd;\nconst g = window.location.pathname === \"/a\";\nconst a = window.location.pathname === \"/b\";\nconst c = window.location.pathname === \"/gt\";\n\nlet t;\n\ntry {\n  t = window.top.location.pathname === \"/d\";\n} catch {\n  try {\n    t = window.parent.location.pathname === \"/d\";\n  } catch {\n    t = false;\n  }\n}\n\nfunction Span(name) {\n  return name.split(\"\").map(char => {\n    const span = document.createElement(\"span\");\n    span.textContent = char;\n    return span;\n  });\n}\n\nfunction saveToLocal(path) {\n  sessionStorage.setItem(\"GoUrl\", path);\n}\n\nfunction handleClick(app) {\n  if (typeof app.say !== \"undefined\") {\n    alert(app.say);\n  }\n\n  let Selected = app.link;\n  if (app.links && app.links.length > 1) {\n    Selected = getSelected(app.links);\n    if (!Selected) {\n      return false;\n    }\n  }\n\n  if (app.local) {\n    saveToLocal(Selected);\n    window.location.href = \"rx\";\n    if (t) {\n      window.location.href = Selected;\n    }\n  } else if (app.local2) {\n    saveToLocal(Selected);\n    window.location.href = Selected;\n  } else if (app.blank) {\n    blank(Selected);\n  } else if (app.now) {\n    now(Selected);\n    if (t) {\n      window.location.href = Selected;\n    }\n  } else if (app.custom) {\n    Custom(app);\n  } else if (app.dy) {\n    dy(Selected);\n  } else {\n    go(Selected);\n    if (t) {\n      blank(Selected);\n    }\n  }\n  return false;\n}\n\nfunction getSelected(links) {\n  const options = links.map((link, index) => `${index + 1}: ${link.name}`).join(\"\\n\");\n  const choice = prompt(`Select a link by entering the corresponding number:\\n${options}`);\n  const selectedIndex = Number.parseInt(choice, 10) - 1;\n\n  if (Number.isNaN(selectedIndex) || selectedIndex < 0 || selectedIndex >= links.length) {\n    alert(\"Invalid selection. Please try again.\");\n    return null;\n  }\n\n  return links[selectedIndex].url;\n}\n\nfunction CustomApp(customApp) {\n  let apps;\n  if (g) {\n    apps = localStorage.getItem(\"Gcustom\");\n  } else if (c) {\n    apps = localStorage.getItem(\"Tcustom\");\n  } else if (a) {\n    apps = localStorage.getItem(\"Acustom\");\n  }\n\n  if (apps === null) {\n    apps = {};\n  } else {\n    apps = JSON.parse(apps);\n  }\n\n  const key = `custom${Object.keys(apps).length + 1}`;\n\n  apps[key] = customApp;\n\n  if (g) {\n    localStorage.setItem(\"Gcustom\", JSON.stringify(apps));\n  } else if (c) {\n    localStorage.setItem(\"Tcustom\", JSON.stringify(apps));\n  } else if (a) {\n    localStorage.setItem(\"Acustom\", JSON.stringify(apps));\n  }\n}\n\nfunction setPin(index) {\n  let pins;\n  if (g) {\n    pins = localStorage.getItem(\"Gpinned\");\n  } else if (c) {\n    pins = localStorage.getItem(\"Tpinned\");\n  } else if (a) {\n    pins = localStorage.getItem(\"Apinned\");\n  }\n\n  if (pins === null || pins === \"\") {\n    pins = [];\n  } else {\n    pins = pins.split(\",\").map(Number);\n  }\n  if (pinContains(index, pins)) {\n    const remove = pins.indexOf(index);\n    pins.splice(remove, 1);\n  } else {\n    pins.push(index);\n  }\n  if (g) {\n    localStorage.setItem(\"Gpinned\", pins);\n  } else if (c) {\n    localStorage.setItem(\"Tpinned\", pins);\n  } else if (a) {\n    localStorage.setItem(\"Apinned\", pins);\n  }\n  location.reload();\n}\n\nfunction pinContains(i, p) {\n  if (p === \"\") {\n    return false;\n  }\n  for (const x of p) {\n    if (x === i) {\n      return true;\n    }\n  }\n  return false;\n}\n\nfunction Custom(app) {\n  const title = prompt(\"Enter title for the app:\");\n  const link = prompt(\"Enter link for the app:\");\n  if (title && link) {\n    const customApp = {\n      name: `[Custom] ${title}`,\n      link: link,\n      image: \"/assets/media/icons/custom.webp\",\n      custom: false,\n    };\n\n    CustomApp(customApp);\n    CreateCustomApp(customApp);\n  }\n}\n\nfunction CreateCustomApp(customApp) {\n  const columnDiv = document.createElement(\"div\");\n  columnDiv.classList.add(\"column\");\n  columnDiv.setAttribute(\"data-category\", \"all\");\n\n  const pinIcon = document.createElement(\"i\");\n  pinIcon.classList.add(\"fa\", \"fa-map-pin\");\n  pinIcon.ariaHidden = true;\n\n  const btn = document.createElement(\"button\");\n  btn.appendChild(pinIcon);\n  btn.style.float = \"right\";\n  btn.style.cursor = \"pointer\";\n  btn.style.backgroundColor = \"rgb(45,45,45)\";\n  btn.style.borderRadius = \"50%\";\n  btn.style.borderColor = \"transparent\";\n  btn.style.color = \"white\";\n  btn.style.top = \"-200px\";\n  btn.style.position = \"relative\";\n  btn.onclick = () => {\n    setPin(appInd);\n  };\n  btn.title = \"Pin\";\n\n  const linkElem = document.createElement(\"a\");\n  linkElem.onclick = () => {\n    handleClick(customApp);\n  };\n\n  const image = document.createElement(\"img\");\n  image.width = 145;\n  image.height = 145;\n  image.src = customApp.image;\n  image.loading = \"lazy\";\n\n  const paragraph = document.createElement(\"p\");\n\n  for (const span of Span(customApp.name)) {\n    paragraph.appendChild(span);\n  }\n\n  linkElem.appendChild(image);\n  linkElem.appendChild(paragraph);\n  columnDiv.appendChild(linkElem);\n  columnDiv.appendChild(btn);\n\n  const nonPinnedApps = document.querySelector(\".apps\");\n  nonPinnedApps.insertBefore(columnDiv, nonPinnedApps.firstChild);\n}\n\ndocument.addEventListener(\"DOMContentLoaded\", () => {\n  let storedApps;\n  if (g) {\n    storedApps = JSON.parse(localStorage.getItem(\"Gcustom\"));\n  } else if (c) {\n    storedApps = JSON.parse(localStorage.getItem(\"Tcustom\"));\n  } else if (a) {\n    storedApps = JSON.parse(localStorage.getItem(\"Acustom\"));\n  }\n  if (storedApps) {\n    for (const app of Object.values(storedApps)) {\n      CreateCustomApp(app);\n    }\n  }\n});\n\nlet path = \"/assets/json/a.min.json\";\nif (g) {\n  path = \"/assets/json/g.min.json\";\n} else if (c) {\n  path = \"/assets/json/t.min.json\";\n} else if (a) {\n  path = \"/assets/json/a.min.json\";\n}\nfetch(path)\n  .then(response => {\n    return response.json();\n  })\n  .then(appsList => {\n    appsList.sort((a, b) => {\n      if (a.name.startsWith(\"[Custom]\")) {\n        return -1;\n      }\n      if (b.name.startsWith(\"[Custom]\")) {\n        return 1;\n      }\n      return a.name.localeCompare(b.name);\n    });\n    const nonPinnedApps = document.querySelector(\".apps\");\n    const pinnedApps = document.querySelector(\".pinned\");\n    let pinList;\n    if (g) {\n      pinList = localStorage.getItem(\"Gpinned\") || \"\";\n    } else if (a) {\n      pinList = localStorage.getItem(\"Apinned\") || \"\";\n    } else if (c) {\n      pinList = localStorage.getItem(\"Tpinned\") || \"\";\n    }\n    pinList = pinList ? pinList.split(\",\").map(Number) : [];\n    appInd = 0;\n\n    for (const app of appsList) {\n      if (app.categories?.includes(\"local\")) {\n        app.local = true;\n      } else if (app.link && (app.link.includes(\"now.gg\") || app.link.includes(\"nowgg.me\"))) {\n        if (app.partial === null || app.partial === undefined) {\n          app.partial = true;\n          app.say = \"Now.gg is currently not working for some users.\";\n        }\n      } else if (app.link?.includes(\"nowgg.nl\")) {\n        if (app.error === null || app.error === undefined) {\n          app.error = true;\n          app.say = \"NowGG.nl is currently down.\";\n        }\n      }\n\n      const pinNum = appInd;\n\n      const columnDiv = document.createElement(\"div\");\n      columnDiv.classList.add(\"column\");\n      columnDiv.setAttribute(\"data-category\", app.categories.join(\" \"));\n\n      const pinIcon = document.createElement(\"i\");\n      pinIcon.classList.add(\"fa\", \"fa-map-pin\");\n      pinIcon.ariaHidden = true;\n\n      const btn = document.createElement(\"button\");\n      btn.appendChild(pinIcon);\n      btn.style.float = \"right\";\n      btn.style.backgroundColor = \"rgb(45,45,45)\";\n      btn.style.borderRadius = \"50%\";\n      btn.style.borderColor = \"transparent\";\n      btn.style.color = \"white\";\n      btn.style.top = \"-200px\";\n      btn.style.position = \"relative\";\n      btn.onclick = () => {\n        setPin(pinNum);\n      };\n      btn.title = \"Pin\";\n\n      const link = document.createElement(\"a\");\n\n      link.onclick = () => {\n        handleClick(app);\n      };\n\n      const image = document.createElement(\"img\");\n      image.width = 145;\n      image.height = 145;\n      image.loading = \"lazy\";\n\n      if (app.image) {\n        image.src = app.image;\n      } else {\n        image.style.display = \"none\";\n      }\n\n      const paragraph = document.createElement(\"p\");\n\n      for (const span of Span(app.name)) {\n        paragraph.appendChild(span);\n      }\n\n      if (app.error) {\n        paragraph.style.color = \"red\";\n        if (!app.say) {\n          app.say = \"This app is currently not working.\";\n        }\n      } else if (app.load) {\n        paragraph.style.color = \"yellow\";\n        if (!app.say) {\n          app.say = \"This app may experience excessive loading times.\";\n        }\n      } else if (app.partial) {\n        paragraph.style.color = \"yellow\";\n        if (!app.say) {\n          app.say = \"This app is currently experiencing some issues, it may not work for you. (Dynamic doesn't work in about:blank)\";\n        }\n      }\n\n      link.appendChild(image);\n      link.appendChild(paragraph);\n      columnDiv.appendChild(link);\n\n      if (appInd !== 0) {\n        columnDiv.appendChild(btn);\n      }\n\n      if (pinList != null && appInd !== 0) {\n        if (pinContains(appInd, pinList)) {\n          pinnedApps.appendChild(columnDiv);\n        } else {\n          nonPinnedApps.appendChild(columnDiv);\n        }\n      } else {\n        nonPinnedApps.appendChild(columnDiv);\n      }\n      appInd += 1;\n    }\n\n    const appsContainer = document.getElementById(\"apps-container\");\n    appsContainer.appendChild(pinnedApps);\n    appsContainer.appendChild(nonPinnedApps);\n  })\n  .catch(error => {\n    console.error(\"Error fetching JSON data:\", error);\n  });\n\nfunction category() {\n  const selectedCategories = Array.from(document.querySelectorAll(\"#category option:checked\")).map(option => option.value);\n  const g = document.getElementsByClassName(\"column\");\n\n  for (const game of g) {\n    const categories = game.getAttribute(\"data-category\").split(\" \");\n\n    if (selectedCategories.length === 0 || selectedCategories.some(category => categories.includes(category))) {\n      game.style.display = \"block\";\n    } else {\n      game.style.display = \"none\";\n    }\n  }\n}\n\nfunction bar() {\n  const input = document.getElementById(\"search\");\n  const filter = input.value.toLowerCase();\n  const g = document.getElementsByClassName(\"column\");\n\n  for (const game of g) {\n    const name = game.getElementsByTagName(\"p\")[0].textContent.toLowerCase();\n\n    if (name.includes(filter)) {\n      game.style.display = \"block\";\n    } else {\n      game.style.display = \"none\";\n    }\n  }\n}\n"
  },
  {
    "path": "static/assets/js/h1.js",
    "content": "// home.js\nlet inFrame;\n\ntry {\n  inFrame = window !== top;\n} catch (e) {\n  inFrame = true;\n}\nif (!localStorage.getItem(\"ab\")) localStorage.setItem(\"ab\", true);\nif (!inFrame && !navigator.userAgent.includes(\"Firefox\") && localStorage.getItem(\"ab\") === \"true\") {\n  const popup = open(\"about:blank\", \"_blank\");\n  setTimeout(() => {\n    if (!popup || popup.closed) {\n      alert(\"Please allow popups for this site. Doing so will allow us to open the site in a about:blank tab and preventing this site from showing up in your history. You can turn this off in the site settings.\");\n    } else {\n      const doc = popup.document;\n      const iframe = doc.createElement(\"iframe\");\n      const style = iframe.style;\n      const link = doc.createElement(\"link\");\n\n      const name = localStorage.getItem(\"name\") || \"My Drive - Google Drive\";\n      const icon = localStorage.getItem(\"icon\") || \"https://ssl.gstatic.com/docs/doclist/images/drive_2022q3_32dp.png\";\n\n      doc.title = name;\n      link.rel = \"icon\";\n      link.href = icon;\n\n      iframe.src = location.href;\n      style.position = \"fixed\";\n      style.top = style.bottom = style.left = style.right = 0;\n      style.border = style.outline = \"none\";\n      style.width = style.height = \"100%\";\n\n      doc.head.appendChild(link);\n      doc.body.appendChild(iframe);\n\n      const pLink = localStorage.getItem(encodeURI(\"pLink\")) || getRandomUrl();\n      location.replace(pLink);\n\n      const script = doc.createElement(\"script\");\n      script.textContent = `\n      window.onbeforeunload = function (event) {\n        const confirmationMessage = 'Leave Site?';\n        (event || window.event).returnValue = confirmationMessage;\n        return confirmationMessage;\n      };\n    `;\n      doc.head.appendChild(script);\n    }\n  }, 2000);\n}\n// Particles\ndocument.addEventListener(\"DOMContentLoaded\", event => {\n  if (window.localStorage.getItem(\"Particles\") === \"true\") {\n    const particlesConfig = {\n      particles: {\n        number: {\n          value: 200,\n          density: {\n            enable: true,\n            value_area: 600,\n          },\n        },\n        color: {\n          value: \"#ffffff\",\n        },\n        shape: {\n          type: \"circle\",\n          stroke: {\n            width: 0,\n            color: \"#000000\",\n          },\n          polygon: {\n            nb_sides: 5,\n          },\n          image: {\n            src: \"img/github.svg\",\n            width: 100,\n            height: 100,\n          },\n        },\n        opacity: {\n          value: 1,\n          random: true,\n          anim: {\n            enable: false,\n            speed: 1,\n            opacity_min: 0.1,\n            sync: false,\n          },\n        },\n        size: {\n          value: 3,\n          random: true,\n          anim: {\n            enable: false,\n            speed: 40,\n            size_min: 0.1,\n            sync: false,\n          },\n        },\n        line_linked: {\n          enable: false,\n          distance: 150,\n          color: \"#ffffff\",\n          opacity: 0.4,\n          width: 1,\n        },\n        move: {\n          enable: true,\n          speed: 2,\n          direction: \"bottom\",\n          random: true,\n          straight: false,\n          out_mode: \"out\",\n          bounce: false,\n          attract: {\n            enable: false,\n            rotateX: 600,\n            rotateY: 1200,\n          },\n        },\n      },\n      interactivity: {\n        detect_on: \"canvas\",\n        events: {\n          onhover: {\n            enable: true,\n            mode: \"repulse\",\n          },\n          onclick: {\n            enable: false,\n            mode: \"push\",\n          },\n          resize: true,\n        },\n        modes: {\n          grab: {\n            distance: 400,\n            line_linked: {\n              opacity: 1,\n            },\n          },\n          bubble: {\n            distance: 400,\n            size: 40,\n            duration: 2,\n            opacity: 8,\n            speed: 3,\n          },\n          repulse: {\n            distance: 40,\n            duration: 0.4,\n          },\n          push: {\n            particles_nb: 4,\n          },\n          remove: {\n            particles_nb: 2,\n          },\n        },\n      },\n      retina_detect: true,\n    };\n    particlesJS(\"particles-js\", particlesConfig);\n  }\n});\n// Splash texts\nconst SplashT = [\n  \"Over 8 Million Users since 2023\",\n  \"Fastest growing proxy server\",\n  \"Made by xBubbo\",\n  \"Check out discord.gg/interstellar :)\",\n  \"Thanks for using the site\",\n  \"Follow us on Tiktok (@useinterstellar)\",\n  \"Subscribe to us on YouTube (@unblocking)\",\n  \"Subscribe to my Youtube (@xbubbo)\",\n  \"Check out the settings page\",\n  \"Check out our Patreon (https://www.patreon.com/gointerstellar)\",\n];\n\nlet SplashI = Math.floor(Math.random() * SplashT.length);\nconst SplashE = document.getElementById(\"splash\");\n\nfunction US() {\n  SplashI = (SplashI + 1) % SplashT.length;\n  SplashE.innerText = SplashT[SplashI];\n}\n\nSplashE.innerText = SplashT[SplashI];\n\nSplashE.addEventListener(\"click\", US);\n// Random URL\nfunction getRandomUrl() {\n  const randomUrls = [\n    \"https://kahoot.it\",\n    \"https://classroom.google.com\",\n    \"https://drive.google.com\",\n    \"https://google.com\",\n    \"https://docs.google.com\",\n    \"https://slides.google.com\",\n    \"https://www.nasa.gov\",\n    \"https://blooket.com\",\n    \"https://clever.com\",\n    \"https://edpuzzle.com\",\n    \"https://khanacademy.org\",\n    \"https://wikipedia.org\",\n    \"https://dictionary.com\",\n  ];\n  return randomUrls[randRange(0, randomUrls.length)];\n}\n\nfunction randRange(min, max) {\n  return Math.floor(Math.random() * (max - min) + min);\n}\n"
  },
  {
    "path": "static/assets/js/index-3.js",
    "content": "// index.js\nwindow.addEventListener(\"load\", () => {\n  navigator.serviceWorker.register(\"../sw.js?v=2025-04-15\", {\n    scope: \"/a/\",\n  });\n});\n\nlet xl;\n\ntry {\n  xl = window.top.location.pathname === \"/d\";\n} catch {\n  try {\n    xl = window.parent.location.pathname === \"/d\";\n  } catch {\n    xl = false;\n  }\n}\n\nconst form = document.getElementById(\"fv\");\nconst input = document.getElementById(\"input\");\n\nif (form && input) {\n  form.addEventListener(\"submit\", async event => {\n    event.preventDefault();\n    try {\n      if (xl) processUrl(input.value, \"\");\n      else processUrl(input.value, \"/d\");\n    } catch {\n      processUrl(input.value, \"/d\");\n    }\n  });\n}\nfunction processUrl(value, path) {\n  let url = value.trim();\n  const engine = localStorage.getItem(\"engine\");\n  const searchUrl = engine ? engine : \"https://search.brave.com/search?q=\";\n\n  if (!isUrl(url)) {\n    url = searchUrl + url;\n  } else if (!(url.startsWith(\"https://\") || url.startsWith(\"http://\"))) {\n    url = `https://${url}`;\n  }\n\n  sessionStorage.setItem(\"GoUrl\", __uv$config.encodeUrl(url));\n  const dy = localStorage.getItem(\"dy\");\n\n  if (dy === \"true\") {\n    window.location.href = `/a/q/${__uv$config.encodeUrl(url)}`;\n  } else if (path) {\n    location.href = path;\n  } else {\n    window.location.href = `/a/${__uv$config.encodeUrl(url)}`;\n  }\n}\n\nfunction go(value) {\n  processUrl(value, \"/d\");\n}\n\nfunction blank(value) {\n  processUrl(value);\n}\n\nfunction dy(value) {\n  processUrl(value, `/a/q/${__uv$config.encodeUrl(value)}`);\n}\n\nfunction isUrl(val = \"\") {\n  if (/^http(s?):\\/\\//.test(val) || (val.includes(\".\") && val.substr(0, 1) !== \" \")) {\n    return true;\n  }\n  return false;\n}\n"
  },
  {
    "path": "static/assets/js/m1.js",
    "content": "// main.js\nlet qp;\n\ntry {\n  qp = window.top.location.pathname === \"/d\";\n} catch {\n  try {\n    qp = window.parent.location.pathname === \"/d\";\n  } catch {\n    qp = false;\n  }\n}\n\ndocument.addEventListener(\"DOMContentLoaded\", () => {\n  // Blocked Hostnames Check\n  const blockedHostnames = [\"gointerstellar.app\"];\n\n  if (!blockedHostnames.includes(window.location.hostname)) {\n    const script = document.createElement(\"script\");\n    script.type = \"text/javascript\";\n    script.src = \"//nightsclotheshazardous.com/1c/c3/8a/1cc38a6899fdf8ba4dfe779bcc54627b.js\";\n    document.body.appendChild(script);\n  }\n\n  const nav = document.querySelector(\".f-nav\");\n\n  if (nav) {\n    const themeId = localStorage.getItem(\"theme\");\n    let LogoUrl = \"/assets/media/favicon/main.png\";\n    if (themeId === \"Inverted\") {\n      LogoUrl = \"/assets/media/favicon/main-inverted.png\";\n    }\n    const html = `\n      <div id=\"icon-container\">\n        <a class=\"icon\" href=\"/./\"><img alt=\"nav\" id=\"INImg\" src=\"${LogoUrl}\"/></a>\n      </div>\n      <div class=\"f-nav-right\">\n        <a class=\"navbar-link\" href=\"/./a\"><i class=\"fa-solid fa-gamepad navbar-icon\"></i><an>&#71;&#97;</an><an>&#109;&#101;&#115;</an></a>\n        <a class=\"navbar-link\" href=\"/./b\"><i class=\"fa-solid fa-phone navbar-icon\"></i><an>&#65;&#112;</an><an>&#112;&#115;</an></a>\n        ${qp ? \"\" : '<a class=\"navbar-link\" href=\"/./d\"><i class=\"fa-solid fa-laptop navbar-icon\"></i><an>&#84;&#97;</an><an>&#98;&#115;</an></a>'}\n        <a class=\"navbar-link\" href=\"/./c\"><i class=\"fa-solid fa-gear navbar-icon settings-icon\"></i><an>&#83;&#101;&#116;</an><an>&#116;&#105;&#110;&#103;</an></a>\n      </div>`;\n    nav.innerHTML = html;\n  }\n\n  // LocalStorage Setup for 'dy'\n  if (localStorage.getItem(\"dy\") === null || localStorage.getItem(\"dy\") === undefined) {\n    localStorage.setItem(\"dy\", \"false\");\n  }\n\n  // Theme Logic\n  const themeid = localStorage.getItem(\"theme\");\n  const themeEle = document.createElement(\"link\");\n  themeEle.rel = \"stylesheet\";\n  const themes = {\n    catppuccinMocha: \"/assets/css/themes/catppuccin/mocha.css?v=00\",\n    catppuccinMacchiato: \"/assets/css/themes/catppuccin/macchiato.css?v=00\",\n    catppuccinFrappe: \"/assets/css/themes/catppuccin/frappe.css?v=00\",\n    catppuccinLatte: \"/assets/css/themes/catppuccin/latte.css?v=00\",\n    Inverted: \"/assets/css/themes/colors/inverted.css?v=00\",\n    sky: \"/assets/css/themes/colors/sky.css?v=00\",\n  };\n\n  if (themes[themeid]) {\n    themeEle.href = themes[themeid];\n    document.body.appendChild(themeEle);\n  } else {\n    const customThemeEle = document.createElement(\"style\");\n    customThemeEle.textContent = localStorage.getItem(`theme-${themeid}`);\n    document.head.appendChild(customThemeEle);\n  }\n\n  // Favicon and Name Logic\n  const icon = document.getElementById(\"tab-favicon\");\n  const name = document.getElementById(\"t\");\n  const selectedValue = localStorage.getItem(\"selectedOption\");\n\n  function setCloak(nameValue, iconUrl) {\n    const customName = localStorage.getItem(\"CustomName\");\n    const customIcon = localStorage.getItem(\"CustomIcon\");\n\n    let FinalNameValue = nameValue;\n    let finalIconUrl = iconUrl;\n\n    if (customName) {\n      FinalNameValue = customName;\n    }\n    if (customIcon) {\n      finalIconUrl = customIcon;\n    }\n\n    if (finalIconUrl) {\n      icon.setAttribute(\"href\", finalIconUrl);\n      localStorage.setItem(\"icon\", finalIconUrl);\n    }\n    if (FinalNameValue) {\n      name.textContent = FinalNameValue;\n      localStorage.setItem(\"name\", FinalNameValue);\n    }\n  }\n\n  const options = {\n    Google: { name: \"Google\", icon: \"/assets/media/favicon/google.png\" },\n    \"Savvas Realize\": {\n      name: \"Savvas Realize\",\n      icon: \"/assets/media/favicon/savvas-realize.png\",\n    },\n    SmartPass: {\n      name: \"SmartPass\",\n      icon: \"/assets/media/favicon/smartpass.png\",\n    },\n    \"World Book Online - Super Home\": {\n      name: \"Super Home Page\",\n      icon: \"/assets/media/favicon/wbo.ico\",\n    },\n    \"World Book Online - Student\": {\n      name: \"WBO Student | Home Page\",\n      icon: \"/assets/media/favicon/wbo.ico\",\n    },\n    \"World Book Online - Timelines\": {\n      name: \"Timelines - Home Page\",\n      icon: \"/assets/media/favicon/wbo.ico\",\n    },\n    Naviance: {\n      name: \"Naviance Student\",\n      icon: \"/assets/media/favicon/naviance.png\",\n    },\n    \"PBS Learning Media\": {\n      name: \"PBS LearningMedia | Teaching Resources For Students And Teachers\",\n      icon: \"/assets/media/favicon/pbslearningmedia.ico\",\n    },\n    \"PBS Learning Media Student Home\": {\n      name: \"Student Homepage | PBS LearningMedia\",\n      icon: \"/assets/media/favicon/pbslearningmedia.ico\",\n    },\n    Drive: {\n      name: \"My Drive - Google Drive\",\n      icon: \"/assets/media/favicon/drive.png\",\n    },\n    Classroom: { name: \"Home\", icon: \"/assets/media/favicon/classroom.png\" },\n    Schoology: {\n      name: \"Home | Schoology\",\n      icon: \"/assets/media/favicon/schoology.png\",\n    },\n    Gmail: { name: \"Gmail\", icon: \"/assets/media/favicon/gmail.png\" },\n    Clever: {\n      name: \"Clever | Portal\",\n      icon: \"/assets/media/favicon/clever.png\",\n    },\n    Khan: {\n      name: \"Dashboard | Khan Academy\",\n      icon: \"/assets/media/favicon/khan.png\",\n    },\n    Dictionary: {\n      name: \"Dictionary.com | Meanings & Definitions of English Words\",\n      icon: \"/assets/media/favicon/dictionary.png\",\n    },\n    Thesaurus: {\n      name: \"Synonyms and Antonyms of Words | Thesaurus.com\",\n      icon: \"/assets/media/favicon/thesaurus.png\",\n    },\n    Campus: {\n      name: \"Infinite Campus\",\n      icon: \"/assets/media/favicon/campus.png\",\n    },\n    IXL: { name: \"IXL | Dashboard\", icon: \"/assets/media/favicon/ixl.png\" },\n    Canvas: { name: \"Dashboard\", icon: \"/assets/media/favicon/canvas.png\" },\n    CodeHS: { name: \"Sandbox | CodeHS\", icon: \"/assets/media/favicon/codehs.png\" },\n    LinkIt: { name: \"Test Taker\", icon: \"/assets/media/favicon/linkit.ico\" },\n    Edpuzzle: { name: \"Edpuzzle\", icon: \"/assets/media/favicon/edpuzzle.png\" },\n    \"i-Ready Math\": {\n      name: \"Math To Do, i-Ready\",\n      icon: \"/assets/media/favicon/i-ready.ico\",\n    },\n    \"i-Ready Reading\": {\n      name: \"Reading To Do, i-Ready\",\n      icon: \"/assets/media/favicon/i-ready.ico\",\n    },\n    \"ClassLink Login\": {\n      name: \"Login\",\n      icon: \"/assets/media/favicon/classlink-login.png\",\n    },\n    \"Google Meet\": {\n      name: \"Google Meet\",\n      icon: \"/assets/media/favicon/google-meet.png\",\n    },\n    \"Google Docs\": {\n      name: \"Google Docs\",\n      icon: \"/assets/media/favicon/google-docs.ico\",\n    },\n    \"Google Slides\": {\n      name: \"Google Slides\",\n      icon: \"/assets/media/favicon/google-slides.ico\",\n    },\n    Wikipedia: {\n      name: \"Wikipedia\",\n      icon: \"/assets/media/favicon/wikipedia.png\",\n    },\n    Britannica: {\n      name: \"Encyclopedia Britannica | Britannica\",\n      icon: \"/assets/media/favicon/britannica.png\",\n    },\n    Ducksters: {\n      name: \"Ducksters\",\n      icon: \"/assets/media/favicon/ducksters.png\",\n    },\n    Minga: {\n      name: \"Minga – Creating Amazing Schools\",\n      icon: \"/assets/media/favicon/minga.png\",\n    },\n    \"i-Ready Learning Games\": {\n      name: \"Learning Games, i-Ready\",\n      icon: \"/assets/media/favicon/i-ready.ico\",\n    },\n    \"NoRedInk Home\": {\n      name: \"Student Home | NoRedInk\",\n      icon: \"/assets/media/favicon/noredink.png\",\n    },\n    Desmos: {\n      name: \"Desmos | Graphing Calculator\",\n      icon: \"/assets/media/favicon/desmos.ico\",\n    },\n    \"Newsela Binder\": {\n      name: \"Newsela | Binder\",\n      icon: \"/assets/media/favicon/newsela.png\",\n    },\n    \"Newsela Assignments\": {\n      name: \"Newsela | Assignments\",\n      icon: \"/assets/media/favicon/newsela.png\",\n    },\n    \"Newsela Home\": {\n      name: \"Newsela | Instructional Content Platform\",\n      icon: \"/assets/media/favicon/newsela.png\",\n    },\n    \"PowerSchool Sign In\": {\n      name: \"Student and Parent Sign In\",\n      icon: \"/assets/media/favicon/powerschool.png\",\n    },\n    \"PowerSchool Grades and Attendance\": {\n      name: \"Grades and Attendance\",\n      icon: \"/assets/media/favicon/powerschool.png\",\n    },\n    \"PowerSchool Teacher Comments\": {\n      name: \"Teacher Comments\",\n      icon: \"/assets/media/favicon/powerschool.png\",\n    },\n    \"PowerSchool Standards Grades\": {\n      name: \"Standards Grades\",\n      icon: \"/assets/media/favicon/powerschool.png\",\n    },\n    \"PowerSchool Attendance\": {\n      name: \"Attendance\",\n      icon: \"/assets/media/favicon/powerschool.png\",\n    },\n    Nearpod: { name: \"Nearpod\", icon: \"/assets/media/favicon/nearpod.png\" },\n    StudentVUE: {\n      name: \"StudentVUE\",\n      icon: \"/assets/media/favicon/studentvue.ico\",\n    },\n    \"Quizlet Home\": {\n      name: \"Flashcards, learning tools and textbook solutions | Quizlet\",\n      icon: \"/assets/media/favicon/quizlet.webp\",\n    },\n    \"Google Forms Locked Mode\": {\n      name: \"Start your quiz\",\n      icon: \"/assets/media/favicon/googleforms.png\",\n    },\n    DeltaMath: {\n      name: \"DeltaMath\",\n      icon: \"/assets/media/favicon/deltamath.png\",\n    },\n    Kami: { name: \"Kami\", icon: \"/assets/media/favicon/kami.png\" },\n    \"GoGuardian Admin Restricted\": {\n      name: \"Restricted\",\n      icon: \"/assets/media/favicon/goguardian-lock.png\",\n    },\n    \"GoGuardian Teacher Block\": {\n      name: \"Uh oh!\",\n      icon: \"/assets/media/favicon/goguardian.png\",\n    },\n    \"World History Encyclopedia\": {\n      name: \"World History Encyclopedia\",\n      icon: \"/assets/media/favicon/worldhistoryencyclopedia.png\",\n    },\n    \"Big Ideas Math Assignment Player\": {\n      name: \"Assignment Player\",\n      icon: \"/assets/media/favicon/bim.ico\",\n    },\n    \"Big Ideas Math\": {\n      name: \"Big Ideas Math\",\n      icon: \"/assets/media/favicon/bim.ico\",\n    },\n  };\n\n  if (options[selectedValue]) {\n    setCloak(options[selectedValue].name, options[selectedValue].icon);\n  }\n\n  // Event Key Logic\n  const eventKey = JSON.parse(localStorage.getItem(\"eventKey\")) || [\"Ctrl\", \"E\"];\n  const pLink = localStorage.getItem(\"pLink\") || \"https://classroom.google.com/\";\n  let pressedKeys = [];\n\n  document.addEventListener(\"keydown\", event => {\n    pressedKeys.push(event.key);\n    if (pressedKeys.length > eventKey.length) {\n      pressedKeys.shift();\n    }\n    if (eventKey.every((key, index) => key === pressedKeys[index])) {\n      window.location.href = pLink;\n      pressedKeys = [];\n    }\n  });\n\n  // Background Image Logic\n  const savedBackgroundImage = localStorage.getItem(\"backgroundImage\");\n  if (savedBackgroundImage) {\n    document.body.style.backgroundImage = `url('${savedBackgroundImage}')`;\n  }\n});\n"
  },
  {
    "path": "static/assets/js/s1.js",
    "content": "// Ads\n// settings.js\ndocument.addEventListener(\"DOMContentLoaded\", () => {\n  function adChange(selectedValue) {\n    if (selectedValue === \"default\") {\n      localStorage.setItem(\"ads\", \"on\");\n    } else if (selectedValue === \"popups\") {\n      localStorage.setItem(\"ads\", \"popups\");\n    } else if (selectedValue === \"off\") {\n      localStorage.setItem(\"ads\", \"off\");\n    }\n  }\n\n  const adTypeElement = document.getElementById(\"adType\");\n\n  if (adTypeElement) {\n    adTypeElement.addEventListener(\"change\", function () {\n      const selectedOption = this.value;\n      adChange(selectedOption);\n    });\n\n    const storedAd = localStorage.getItem(\"ads\");\n    if (storedAd === \"on\") {\n      adTypeElement.value = \"default\";\n    } else if (storedAd === \"popups\") {\n      adTypeElement.value = \"popups\";\n    } else if (storedAd === \"off\") {\n      adTypeElement.value = \"off\";\n    } else {\n      adTypeElement.value = \"default\";\n    }\n  }\n  // Makes the custom icon and name persistent\n  const iconElement = document.getElementById(\"icon\");\n  const nameElement = document.getElementById(\"name\");\n  const customIcon = localStorage.getItem(\"CustomIcon\");\n  const customName = localStorage.getItem(\"CustomName\");\n  iconElement.value = customIcon;\n  nameElement.value = customName;\n\n  if (localStorage.getItem(\"ab\") === \"true\") {\n    document.getElementById(\"ab-settings-switch\").checked = true;\n  }\n});\n\n// Dyn\ndocument.addEventListener(\"DOMContentLoaded\", () => {\n  function pChange(selectedValue) {\n    if (selectedValue === \"uv\") {\n      localStorage.setItem(\"uv\", \"true\");\n      localStorage.setItem(\"dy\", \"false\");\n    } else if (selectedValue === \"dy\") {\n      localStorage.setItem(\"uv\", \"false\");\n      localStorage.setItem(\"dy\", \"true\");\n    }\n  }\n\n  const pChangeElement = document.getElementById(\"pChange\");\n\n  if (pChangeElement) {\n    pChangeElement.addEventListener(\"change\", function () {\n      const selectedOption = this.value;\n      pChange(selectedOption);\n    });\n\n    const storedP = localStorage.getItem(\"uv\");\n    if (storedP === \"true\") {\n      pChangeElement.value = \"uv\";\n    } else if (localStorage.getItem(\"dy\") === \"true\" || localStorage.getItem(\"dy\") === \"auto\") {\n      pChangeElement.value = \"dy\";\n    } else {\n      pChangeElement.value = \"uv\";\n    }\n  }\n});\n\n// Key\nlet eventKey = localStorage.getItem(\"eventKey\") || \"`\";\nlet eventKeyRaw = localStorage.getItem(\"eventKeyRaw\") || \"`\";\nlet pLink = localStorage.getItem(\"pLink\") || \"https://classroom.google.com/\";\n\ndocument.addEventListener(\"DOMContentLoaded\", () => {\n  document.getElementById(\"eventKeyInput\").value = eventKeyRaw;\n  document.getElementById(\"linkInput\").value = pLink;\n\n  const selectedOption = localStorage.getItem(\"selectedOption\");\n  if (selectedOption) {\n    updateHeadSection(selectedOption);\n  }\n});\n\nconst eventKeyInput = document.getElementById(\"eventKeyInput\");\neventKeyInput.addEventListener(\"input\", () => {\n  eventKey = eventKeyInput.value.split(\",\");\n});\n\nconst linkInput = document.getElementById(\"linkInput\");\nlinkInput.addEventListener(\"input\", () => {\n  pLink = linkInput.value;\n});\n\nfunction saveEventKey() {\n  eventKey = eventKeyInput.value.split(\",\");\n  eventKeyRaw = eventKeyInput.value;\n  localStorage.setItem(\"eventKey\", JSON.stringify(eventKey));\n  localStorage.setItem(\"pLink\", pLink);\n  localStorage.setItem(\"eventKeyRaw\", eventKeyRaw);\n  // biome-ignore lint: idk\n  window.location = window.location;\n}\nconst dropdown = document.getElementById(\"dropdown\");\nconst options = dropdown.getElementsByTagName(\"option\");\n\nconst sortedOptions = Array.from(options).sort((a, b) => a.textContent.localeCompare(b.textContent));\n\nwhile (dropdown.firstChild) {\n  dropdown.removeChild(dropdown.firstChild);\n}\n\nfor (const option of sortedOptions) {\n  dropdown.appendChild(option);\n}\n\nfunction saveIcon() {\n  const iconElement = document.getElementById(\"icon\");\n  const iconValue = iconElement.value;\n  console.log(\"saveIcon function called with icon value:\", iconValue);\n  localStorage.setItem(\"icon\", iconValue);\n}\n\nfunction saveName() {\n  const nameElement = document.getElementById(\"name\");\n  const nameValue = nameElement.value;\n  console.log(\"saveName function called with name value:\", nameValue);\n  localStorage.setItem(\"name\", nameValue);\n}\n\nfunction CustomIcon() {\n  const iconElement = document.getElementById(\"icon\");\n  const iconValue = iconElement.value;\n  console.log(\"saveIcon function called with icon value:\", iconValue);\n  localStorage.setItem(\"CustomIcon\", iconValue);\n}\n\nfunction CustomName() {\n  const nameElement = document.getElementById(\"name\");\n  const nameValue = nameElement.value;\n  console.log(\"saveName function called with name value:\", nameValue);\n  localStorage.setItem(\"CustomName\", nameValue);\n}\nfunction ResetCustomCloak() {\n  localStorage.removeItem(\"CustomName\");\n  localStorage.removeItem(\"CustomIcon\");\n  document.getElementById(\"icon\").value = \"\";\n  document.getElementById(\"name\").value = \"\";\n}\n\nfunction redirectToMainDomain() {\n  const currentUrl = window.location.href;\n  const mainDomainUrl = currentUrl.replace(/\\/[^/]*$/, \"\");\n  const target = mainDomainUrl + window.location.pathname;\n  if (window !== top) {\n    try {\n      top.location.href = target;\n    } catch {\n      try {\n        parent.location.href = target;\n      } catch {\n        window.location.href = target;\n      }\n    }\n  } else window.location.href = mainDomainUrl + window.location.pathname;\n}\n\ndocument.addEventListener(\"DOMContentLoaded\", event => {\n  const icon = document.getElementById(\"tab-favicon\");\n  const name = document.getElementById(\"t\");\n  const selectedValue = localStorage.getItem(\"selectedOption\") || \"Default\";\n  document.getElementById(\"dropdown\").value = selectedValue;\n  updateHeadSection(selectedValue);\n});\n\nfunction handleDropdownChange(selectElement) {\n  const selectedValue = selectElement.value;\n  localStorage.removeItem(\"CustomName\");\n  localStorage.removeItem(\"CustomIcon\");\n  localStorage.setItem(\"selectedOption\", selectedValue);\n  updateHeadSection(selectedValue);\n  redirectToMainDomain(selectedValue);\n}\n\nfunction updateHeadSection(selectedValue) {\n  const icon = document.getElementById(\"tab-favicon\");\n  const name = document.getElementById(\"t\");\n  const customName = localStorage.getItem(\"CustomName\");\n  const customIcon = localStorage.getItem(\"CustomIcon\");\n\n  if (customName && customIcon) {\n    name.textContent = customName;\n    icon.setAttribute(\"href\", customIcon);\n    localStorage.setItem(\"name\", customName);\n    localStorage.setItem(\"icon\", customIcon);\n  }\n}\n// Custom Background\ndocument.addEventListener(\"DOMContentLoaded\", () => {\n  const saveButton = document.getElementById(\"save-button\");\n  const backgroundInput = document.getElementById(\"background-input\");\n  const resetButton = document.getElementById(\"reset-button\");\n\n  saveButton.addEventListener(\"click\", () => {\n    const imageURL = backgroundInput.value;\n    if (imageURL.trim() !== \"\") {\n      localStorage.setItem(\"backgroundImage\", imageURL);\n      document.body.style.backgroundImage = `url('${imageURL}')`;\n      backgroundInput.value = \"\";\n    } else {\n      console.log(\"No image URL entered.\");\n    }\n  });\n\n  resetButton.addEventListener(\"click\", () => {\n    localStorage.removeItem(\"backgroundImage\");\n    document.body.style.backgroundImage = \"url('default-background.jpg')\";\n    window.location.reload();\n  });\n});\n\n// Particles\nconst switches = document.getElementById(\"2\");\n\nif (window.localStorage.getItem(\"particles\") !== \"\") {\n  if (window.localStorage.getItem(\"particles\") === \"true\") {\n    switches.checked = true;\n  } else {\n    switches.checked = false;\n  }\n}\n\nswitches.addEventListener(\"change\", event => {\n  if (event.currentTarget.checked) {\n    window.localStorage.setItem(\"particles\", \"true\");\n  } else {\n    window.localStorage.setItem(\"particles\", \"false\");\n  }\n});\n// AB Cloak\nfunction AB() {\n  let inFrame;\n\n  try {\n    inFrame = window !== top;\n  } catch (e) {\n    inFrame = true;\n  }\n\n  if (!inFrame && !navigator.userAgent.includes(\"Firefox\")) {\n    const popup = open(\"about:blank\", \"_blank\");\n    if (!popup || popup.closed) {\n      alert(\"Window blocked. Please allow popups for this site.\");\n    } else {\n      const doc = popup.document;\n      const iframe = doc.createElement(\"iframe\");\n      const style = iframe.style;\n      const link = doc.createElement(\"link\");\n\n      const name = localStorage.getItem(\"name\") || \"My Drive - Google Drive\";\n      const icon = localStorage.getItem(\"icon\") || \"https://ssl.gstatic.com/docs/doclist/images/drive_2022q3_32dp.png\";\n\n      doc.title = name;\n      link.rel = \"icon\";\n      link.href = icon;\n\n      iframe.src = location.href;\n      style.position = \"fixed\";\n      style.top = style.bottom = style.left = style.right = 0;\n      style.border = style.outline = \"none\";\n      style.width = style.height = \"100%\";\n\n      const pLink = localStorage.getItem(encodeURI(\"pLink\")) || getRandomURL();\n      location.replace(pLink);\n\n      const script = doc.createElement(\"script\");\n      script.textContent = `\n        window.onbeforeunload = function (event) {\n          const confirmationMessage = 'Leave Site?';\n          (event || window.event).returnValue = confirmationMessage;\n          return confirmationMessage;\n        };\n      `;\n      doc.head.appendChild(link);\n      doc.body.appendChild(iframe);\n      doc.head.appendChild(script);\n    }\n  }\n}\n\nfunction toggleAB() {\n  ab = localStorage.getItem(\"ab\");\n  if (!ab) {\n    localStorage.setItem(\"ab\", \"true\");\n  } else if (ab === \"true\") {\n    localStorage.setItem(\"ab\", \"false\");\n  } else {\n    localStorage.setItem(\"ab\", \"true\");\n  }\n}\n// Search Engine\nfunction EngineChange(dropdown) {\n  const selectedEngine = dropdown.value;\n\n  const engineUrls = {\n    Brave: \"https://search.brave.com/search?q=\",\n    Google: \"https://www.google.com/search?q=\",\n    Bing: \"https://www.bing.com/search?q=\",\n    Qwant: \"https://www.qwant.com/?q=\",\n    Startpage: \"https://www.startpage.com/search?q=\",\n    SearchEncrypt: \"https://www.searchencrypt.com/search/?q=\",\n    Ecosia: \"https://www.ecosia.org/search?q=\",\n  };\n\n  localStorage.setItem(\"engine\", engineUrls[selectedEngine]);\n  localStorage.setItem(\"enginename\", selectedEngine);\n\n  dropdown.value = selectedEngine;\n}\n\nfunction SaveEngine() {\n  const customEngine = document.getElementById(\"engine-form\").value;\n  if (customEngine.trim() !== \"\") {\n    localStorage.setItem(\"engine\", customEngine);\n    localStorage.setItem(\"enginename\", \"Custom\");\n  } else {\n    alert(\"Please enter a custom search engine value.\");\n  }\n}\n\ndocument.addEventListener(\"DOMContentLoaded\", () => {\n  const selectedEngineName = localStorage.getItem(\"enginename\");\n  const dropdown = document.getElementById(\"engine\");\n  if (selectedEngineName) {\n    dropdown.value = selectedEngineName;\n  }\n});\n\nfunction getRandomURL() {\n  const randomURLS = [\n    \"https://kahoot.it\",\n    \"https://classroom.google.com\",\n    \"https://drive.google.com\",\n    \"https://google.com\",\n    \"https://docs.google.com\",\n    \"https://slides.google.com\",\n    \"https://www.nasa.gov\",\n    \"https://blooket.com\",\n    \"https://clever.com\",\n    \"https://edpuzzle.com\",\n    \"https://khanacademy.org\",\n    \"https://wikipedia.org\",\n    \"https://dictionary.com\",\n  ];\n  return randomURLS[randRange(0, randomURLS.length)];\n}\n\nfunction randRange(min, max) {\n  return Math.floor(Math.random() * (max - min) + min);\n}\n\nfunction exportSaveData() {\n  function getCookies() {\n    const cookies = document.cookie.split(\"; \");\n    const cookieObj = {};\n    cookies.forEach(cookie => {\n      const [name, value] = cookie.split(\"=\");\n      cookieObj[name] = value;\n    });\n    return cookieObj;\n  }\n  function getLocalStorage() {\n    const localStorageObj = {};\n    for (const key in localStorage) {\n      if (Object.hasOwn(localStorage, key)) {\n        localStorageObj[key] = localStorage.getItem(key);\n      }\n    }\n    return localStorageObj;\n  }\n  const data = {\n    cookies: getCookies(),\n    localStorage: getLocalStorage(),\n  };\n  const dataStr = JSON.stringify(data, null, 2);\n  const blob = new Blob([dataStr], { type: \"application/json\" });\n  const url = URL.createObjectURL(blob);\n  const a = document.createElement(\"a\");\n  a.href = url;\n  a.download = \"save_data.json\";\n  document.body.appendChild(a);\n  a.click();\n  document.body.removeChild(a);\n  URL.revokeObjectURL(url);\n}\n\nfunction importSaveData() {\n  const input = document.createElement(\"input\");\n  input.type = \"file\";\n  input.accept = \"application/json\";\n  input.onchange = event => {\n    const file = event.target.files[0];\n    if (!file) return;\n    const reader = new FileReader();\n    reader.onload = e => {\n      try {\n        const data = JSON.parse(e.target.result);\n        if (data.cookies) {\n          Object.entries(data.cookies).forEach(([key, value]) => {\n            document.cookie = `${key}=${value}; path=/`;\n          });\n        }\n        if (data.localStorage) {\n          Object.entries(data.localStorage).forEach(([key, value]) => {\n            localStorage.setItem(key, value);\n          });\n        }\n        alert(\"Your save data has been imported. Please test it out.\");\n        alert(\"If you find any issues then report it in GitHub or the Interstellar Discord.\");\n      } catch (error) {\n        console.error(\"Error parsing JSON file:\", error);\n      }\n    };\n    reader.readAsText(file);\n  };\n  input.click();\n}\n"
  },
  {
    "path": "static/assets/js/t3.js",
    "content": "// tabs.js\nwindow.addEventListener(\"load\", () => {\n  navigator.serviceWorker.register(\"../sw.js?v=2025-04-15\", { scope: \"/a/\" });\n  const form = document.getElementById(\"fv\");\n  const input = document.getElementById(\"input\");\n  if (form && input) {\n    form.addEventListener(\"submit\", async event => {\n      event.preventDefault();\n      const formValue = input.value.trim();\n      const url = isUrl(formValue) ? prependHttps(formValue) : `https://search.brave.com/search?q=${formValue}`;\n      processUrl(url);\n    });\n  }\n  function processUrl(url) {\n    sessionStorage.setItem(\"GoUrl\", __uv$config.encodeUrl(url));\n    const iframeContainer = document.getElementById(\"frame-container\");\n    const activeIframe = Array.from(iframeContainer.querySelectorAll(\"iframe\")).find(iframe => iframe.classList.contains(\"active\"));\n    activeIframe.src = `/a/${__uv$config.encodeUrl(url)}`;\n    activeIframe.dataset.tabUrl = url;\n    input.value = url;\n    console.log(activeIframe.dataset.tabUrl);\n  }\n  function isUrl(val = \"\") {\n    if (/^http(s?):\\/\\//.test(val) || (val.includes(\".\") && val.substr(0, 1) !== \" \")) {\n      return true;\n    }\n    return false;\n  }\n  function prependHttps(url) {\n    if (!url.startsWith(\"http://\") && !url.startsWith(\"https://\")) {\n      return `https://${url}`;\n    }\n    return url;\n  }\n});\ndocument.addEventListener(\"DOMContentLoaded\", event => {\n  const addTabButton = document.getElementById(\"add-tab\");\n  const tabList = document.getElementById(\"tab-list\");\n  const iframeContainer = document.getElementById(\"frame-container\");\n  let tabCounter = 1;\n  addTabButton.addEventListener(\"click\", () => {\n    createNewTab();\n    Load();\n  });\n  function createNewTab() {\n    const newTab = document.createElement(\"li\");\n    const tabTitle = document.createElement(\"span\");\n    const newIframe = document.createElement(\"iframe\");\n    newIframe.sandbox = \"allow-same-origin allow-scripts allow-forms allow-pointer-lock allow-modals allow-orientation-lock allow-presentation allow-storage-access-by-user-activation\";\n    // When Top Navigation is not allowed links with the \"top\" value will be entirely blocked, if we allow Top Navigation it will overwrite the tab, which is obviously not wanted.\n    tabTitle.textContent = `New Tab ${tabCounter}`;\n    tabTitle.className = \"t\";\n    newTab.dataset.tabId = tabCounter;\n    newTab.addEventListener(\"click\", switchTab);\n    newTab.setAttribute(\"draggable\", true);\n    const closeButton = document.createElement(\"button\");\n    closeButton.classList.add(\"close-tab\");\n    closeButton.innerHTML = \"&#10005;\";\n    closeButton.addEventListener(\"click\", closeTab);\n    newTab.appendChild(tabTitle);\n    newTab.appendChild(closeButton);\n    tabList.appendChild(newTab);\n    const allTabs = Array.from(tabList.querySelectorAll(\"li\"));\n    for (const tab of allTabs) {\n      tab.classList.remove(\"active\");\n    }\n    const allIframes = Array.from(iframeContainer.querySelectorAll(\"iframe\"));\n    for (const iframe of allIframes) {\n      iframe.classList.remove(\"active\");\n    }\n    newTab.classList.add(\"active\");\n    newIframe.dataset.tabId = tabCounter;\n    newIframe.classList.add(\"active\");\n    newIframe.addEventListener(\"load\", () => {\n      const title = newIframe.contentDocument.title;\n      if (title.length <= 1) {\n        tabTitle.textContent = \"Tab\";\n      } else {\n        tabTitle.textContent = title;\n      }\n      newIframe.contentWindow.open = url => {\n        sessionStorage.setItem(\"URL\", `/a/${__uv$config.encodeUrl(url)}`);\n        createNewTab();\n        return null;\n      };\n      if (newIframe.contentDocument.documentElement.outerHTML.trim().length > 0) {\n        Load();\n      }\n      Load();\n    });\n    const goUrl = sessionStorage.getItem(\"GoUrl\");\n    const url = sessionStorage.getItem(\"URL\");\n\n    if (tabCounter === 0 || tabCounter === 1) {\n      if (goUrl !== null) {\n        if (goUrl.includes(\"/e/\")) {\n          newIframe.src = window.location.origin + goUrl;\n        } else {\n          newIframe.src = `${window.location.origin}/a/${goUrl}`;\n        }\n      } else {\n        newIframe.src = \"/\";\n      }\n    } else if (tabCounter > 1) {\n      if (url !== null) {\n        newIframe.src = window.location.origin + url;\n        sessionStorage.removeItem(\"URL\");\n      } else if (goUrl !== null) {\n        if (goUrl.includes(\"/e/\")) {\n          newIframe.src = window.location.origin + goUrl;\n        } else {\n          newIframe.src = `${window.location.origin}/a/${goUrl}`;\n        }\n      } else {\n        newIframe.src = \"/\";\n      }\n    }\n\n    iframeContainer.appendChild(newIframe);\n    tabCounter += 1;\n  }\n  function closeTab(event) {\n    event.stopPropagation();\n    const tabId = event.target.closest(\"li\").dataset.tabId;\n    const tabToRemove = tabList.querySelector(`[data-tab-id='${tabId}']`);\n    const iframeToRemove = iframeContainer.querySelector(`[data-tab-id='${tabId}']`);\n    if (tabToRemove && iframeToRemove) {\n      tabToRemove.remove();\n      iframeToRemove.remove();\n      const remainingTabs = Array.from(tabList.querySelectorAll(\"li\"));\n      if (remainingTabs.length === 0) {\n        tabCounter = 0;\n        document.getElementById(\"input\").value = \"\";\n      } else {\n        const nextTabIndex = remainingTabs.findIndex(tab => tab.dataset.tabId !== tabId);\n        if (nextTabIndex > -1) {\n          const nextTabToActivate = remainingTabs[nextTabIndex];\n          const nextIframeToActivate = iframeContainer.querySelector(`[data-tab-id='${nextTabToActivate.dataset.tabId}']`);\n          for (const tab of remainingTabs) {\n            tab.classList.remove(\"active\");\n          }\n          remainingTabs[nextTabIndex].classList.add(\"active\");\n          const allIframes = Array.from(iframeContainer.querySelectorAll(\"iframe\"));\n          for (const iframe of allIframes) {\n            iframe.classList.remove(\"active\");\n          }\n          nextIframeToActivate.classList.add(\"active\");\n        }\n      }\n    }\n  }\n  function switchTab(event) {\n    const tabId = event.target.closest(\"li\").dataset.tabId;\n    const allTabs = Array.from(tabList.querySelectorAll(\"li\"));\n    for (const tab of allTabs) {\n      tab.classList.remove(\"active\");\n    }\n    const allIframes = Array.from(iframeContainer.querySelectorAll(\"iframe\"));\n    for (const iframe of allIframes) {\n      iframe.classList.remove(\"active\");\n    }\n    const selectedTab = tabList.querySelector(`[data-tab-id='${tabId}']`);\n    if (selectedTab) {\n      selectedTab.classList.add(\"active\");\n      Load();\n    } else {\n      console.log(\"No selected tab found with ID:\", tabId);\n    }\n    const selectedIframe = iframeContainer.querySelector(`[data-tab-id='${tabId}']`);\n    if (selectedIframe) {\n      selectedIframe.classList.add(\"active\");\n    } else {\n      console.log(\"No selected iframe found with ID:\", tabId);\n    }\n  }\n  let dragTab = null;\n  tabList.addEventListener(\"dragstart\", event => {\n    dragTab = event.target;\n  });\n  tabList.addEventListener(\"dragover\", event => {\n    event.preventDefault();\n    const targetTab = event.target;\n    if (targetTab.tagName === \"LI\" && targetTab !== dragTab) {\n      const targetIndex = Array.from(tabList.children).indexOf(targetTab);\n      const dragIndex = Array.from(tabList.children).indexOf(dragTab);\n      if (targetIndex < dragIndex) {\n        tabList.insertBefore(dragTab, targetTab);\n      } else {\n        tabList.insertBefore(dragTab, targetTab.nextSibling);\n      }\n    }\n  });\n  tabList.addEventListener(\"dragend\", () => {\n    dragTab = null;\n  });\n  createNewTab();\n});\n// Reload\nfunction reload() {\n  const activeIframe = document.querySelector(\"#frame-container iframe.active\");\n  if (activeIframe) {\n    // biome-ignore lint: idk\n    activeIframe.src = activeIframe.src;\n    Load();\n  } else {\n    console.error(\"No active iframe found\");\n  }\n}\n\n// Popout\nfunction popout() {\n  const activeIframe = document.querySelector(\"#frame-container iframe.active\");\n  if (activeIframe) {\n    const newWindow = window.open(\"about:blank\", \"_blank\");\n    if (newWindow) {\n      const name = localStorage.getItem(\"name\") || \"My Drive - Google Drive\";\n      const icon = localStorage.getItem(\"icon\") || \"https://ssl.gstatic.com/docs/doclist/images/drive_2022q3_32dp.png\";\n      newWindow.document.title = name;\n      const link = newWindow.document.createElement(\"link\");\n      link.rel = \"icon\";\n      link.href = encodeURI(icon);\n      newWindow.document.head.appendChild(link);\n\n      const newIframe = newWindow.document.createElement(\"iframe\");\n      const style = newIframe.style;\n      style.position = \"fixed\";\n      style.top = style.bottom = style.left = style.right = 0;\n      style.border = style.outline = \"none\";\n      style.width = style.height = \"100%\";\n\n      newIframe.src = activeIframe.src;\n\n      newWindow.document.body.appendChild(newIframe);\n    }\n  } else {\n    console.error(\"No active iframe found\");\n  }\n}\n\nfunction eToggle() {\n  const activeIframe = document.querySelector(\"#frame-container iframe.active\");\n  if (!activeIframe) {\n    console.error(\"No active iframe found\");\n    return;\n  }\n  const erudaWindow = activeIframe.contentWindow;\n  if (!erudaWindow) {\n    console.error(\"No content window found for the active iframe\");\n    return;\n  }\n  if (erudaWindow.eruda) {\n    if (erudaWindow.eruda._isInit) {\n      erudaWindow.eruda.destroy();\n    } else {\n      console.error(\"Eruda is not initialized in the active iframe\");\n    }\n  } else {\n    const erudaDocument = activeIframe.contentDocument;\n    if (!erudaDocument) {\n      console.error(\"No content document found for the active iframe\");\n      return;\n    }\n    const script = erudaDocument.createElement(\"script\");\n    script.src = \"https://cdn.jsdelivr.net/npm/eruda\";\n    script.onload = () => {\n      if (!erudaWindow.eruda) {\n        console.error(\"Failed to load Eruda in the active iframe\");\n        return;\n      }\n      erudaWindow.eruda.init();\n      erudaWindow.eruda.show();\n    };\n    erudaDocument.head.appendChild(script);\n  }\n}\n// Fullscreen\nfunction FS() {\n  const activeIframe = document.querySelector(\"#frame-container iframe.active\");\n  if (activeIframe) {\n    if (activeIframe.contentDocument.fullscreenElement) {\n      activeIframe.contentDocument.exitFullscreen();\n    } else {\n      activeIframe.contentDocument.documentElement.requestFullscreen();\n    }\n  } else {\n    console.error(\"No active iframe found\");\n  }\n}\nconst fullscreenButton = document.getElementById(\"fullscreen-button\");\nfullscreenButton.addEventListener(\"click\", FS);\n// Home\nfunction Home() {\n  window.location.href = \"./\";\n}\nconst homeButton = document.getElementById(\"home-page\");\nhomeButton.addEventListener(\"click\", Home);\n// Back\nfunction goBack() {\n  const activeIframe = document.querySelector(\"#frame-container iframe.active\");\n  if (activeIframe) {\n    activeIframe.contentWindow.history.back();\n    iframe.src = activeIframe.src;\n    Load();\n  } else {\n    console.error(\"No active iframe found\");\n  }\n}\n// Forward\nfunction goForward() {\n  const activeIframe = document.querySelector(\"#frame-container iframe.active\");\n  if (activeIframe) {\n    activeIframe.contentWindow.history.forward();\n    iframe.src = activeIframe.src;\n    Load();\n  } else {\n    console.error(\"No active iframe found\");\n  }\n}\n// Remove Nav\ndocument.addEventListener(\"DOMContentLoaded\", () => {\n  const tb = document.getElementById(\"tabs-button\");\n  const nb = document.getElementById(\"right-side-nav\");\n  tb.addEventListener(\"click\", () => {\n    const activeIframe = document.querySelector(\"#frame-container iframe.active\");\n    if (nb.style.display === \"none\") {\n      nb.style.display = \"\";\n      activeIframe.style.top = \"10%\";\n      activeIframe.style.height = \"90%\";\n      tb.querySelector(\"i\").classList.remove(\"fa-magnifying-glass-plus\");\n      tb.querySelector(\"i\").classList.add(\"fa-magnifying-glass-minus\");\n    } else {\n      nb.style.display = \"none\";\n      activeIframe.style.top = \"5%\";\n      activeIframe.style.height = \"95%\";\n      tb.querySelector(\"i\").classList.remove(\"fa-magnifying-glass-minus\");\n      tb.querySelector(\"i\").classList.add(\"fa-magnifying-glass-plus\");\n    }\n  });\n});\nif (navigator.userAgent.includes(\"Chrome\")) {\n  window.addEventListener(\"resize\", () => {\n    navigator.keyboard.lock([\"Escape\"]);\n  });\n}\nfunction Load() {\n  const activeIframe = document.querySelector(\"#frame-container iframe.active\");\n  if (activeIframe && activeIframe.contentWindow.document.readyState === \"complete\") {\n    const website = activeIframe.contentWindow.document.location.href;\n    if (website.includes(\"/a/\")) {\n      const websitePath = website.replace(window.location.origin, \"\").replace(\"/a/\", \"\");\n      localStorage.setItem(\"decoded\", websitePath);\n      const decodedValue = decodeXor(websitePath);\n      document.getElementById(\"input\").value = decodedValue;\n    } else if (website.includes(\"/a/q/\")) {\n      const websitePath = website.replace(window.location.origin, \"\").replace(\"/a/q/\", \"\");\n      const decodedValue = decodeXor(websitePath);\n      localStorage.setItem(\"decoded\", websitePath);\n      document.getElementById(\"input\").value = decodedValue;\n    } else {\n      const websitePath = website.replace(window.location.origin, \"\");\n      document.getElementById(\"input\").value = websitePath;\n      localStorage.setItem(\"decoded\", websitePath);\n    }\n  }\n}\nfunction decodeXor(input) {\n  if (!input) {\n    return input;\n  }\n  const [str, ...search] = input.split(\"?\");\n  return (\n    decodeURIComponent(str)\n      .split(\"\")\n      .map((char, ind) => (ind % 2 ? String.fromCharCode(char.charCodeAt(Number.NaN) ^ 2) : char))\n      .join(\"\") + (search.length ? `?${search.join(\"?\")}` : \"\")\n  );\n}\n"
  },
  {
    "path": "static/assets/json/a.json",
    "content": "[\n  {\n    \"name\": \"! Create Custom App\",\n    \"image\": \"/assets/media/icons/custom.webp\",\n    \"categories\": [\"all\"],\n    \"custom\": \"true\"\n  },\n  {\n    \"name\": \"! Interstellar FAQ/Docs\",\n    \"image\": \"/assets/media/icons/help_center_googlefonts.png\",\n    \"link\": \"https://docs.gointerstellar.app\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"! [NEW] Request An App\",\n    \"link\": \"https://forms.gle/vwdHN3iPz5cLaHaMA\",\n    \"image\": \"/assets/media/icons/request.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Amazon\",\n    \"link\": \"https://amazon.com/\",\n    \"image\": \"/assets/media/icons/amazon.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Steam\",\n    \"link\": \"https://store.steampowered.com/\",\n    \"image\": \"/assets/media/icons/steam.webp\",\n    \"categories\": [\"all\"],\n    \"say\": \"Steam can't actually be added because it's an app, not a website. This only lets you browse the Steam website, you can't actually play any games unless you use Geforce Now.\",\n    \"partial\": true\n  },\n  {\n    \"name\": \"BuzzFeed Quizzes\",\n    \"link\": \"https://www.buzzfeed.com/quizzes\",\n    \"image\": \"/assets/media/icons/buzzfeed.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Guilded\",\n    \"link\": \"https://www.guilded.gg/\",\n    \"image\": \"/assets/media/icons/guilded.webp\",\n    \"categories\": [\"all\", \"social\"]\n  },\n  {\n    \"name\": \"Android\",\n    \"link\": \"https://now.gg/iframe/snippet?app_pkg=com.uncube.launcher3&partner=interstellar\",\n    \"image\": \"/assets/media/icons/android.webp\",\n    \"categories\": [\"all\", \"emu\", \"android\"]\n  },\n  {\n    \"name\": \"Temu\",\n    \"link\": \"https://www.temu.com/\",\n    \"image\": \"/assets/media/icons/temu.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Character AI\",\n    \"link\": \"https://now.gg/iframe/snippet?app_pkg=ai.character.app&partner=interstellar\",\n    \"image\": \"/assets/media/icons/characterai.webp\",\n    \"categories\": [\"all\", \"emu\", \"android\"]\n  },\n  {\n    \"name\": \"Aptoide\",\n    \"link\": \"https://now.gg/iframe/snippet?app_pkg=com.aptoide.partners.nowgg.store&partner=interstellar\",\n    \"image\": \"/assets/media/icons/aptoide.webp\",\n    \"categories\": [\"all\", \"emu\", \"android\"]\n  },\n  {\n    \"name\": \"Scratch\",\n    \"link\": \"https://scratch.mit.edu\",\n    \"image\": \"/assets/media/icons/scratch.webp\",\n    \"categories\": [\"all\", \"social\", \"game\"]\n  },\n  {\n    \"name\": \"Chess.com\",\n    \"link\": \"https://www.chess.com/\",\n    \"image\": \"/assets/media/icons/chess.webp\",\n    \"categories\": [\"all\", \"game\"]\n  },\n  {\n    \"name\": \"Cool Math Games\",\n    \"link\": \"https://www.coolmathgames.com/\",\n    \"image\": \"/assets/media/icons/coolmath.webp\",\n    \"categories\": [\"all\", \"game\"]\n  },\n  {\n    \"name\": \"Discord\",\n    \"links\": [{ \"name\": \"Discord\", \"url\": \"https://discord.com\" }, { \"name\": \"Discord Canary\", \"url\": \"https://canary.discord.com\" }, { \"name\": \"Discord PTB\", \"url\": \"https://ptb.discord.com\" }],\n    \"image\": \"/assets/media/icons/dc.jpg\",\n    \"categories\": [\"all\", \"social\"]\n  },\n  {\n    \"name\": \"ESPN\",\n    \"link\": \"https://www.espn.com/watch/\",\n    \"image\": \"/assets/media/icons/espn.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Fifa Rosters\",\n    \"link\": \"https://fifarosters.com/\",\n    \"image\": \"/assets/media/icons/fifa.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Firefox Web Browser\",\n    \"link\": \"https://replit.com/@cooleddie001/Firefox-Legacy?v=1\",\n    \"image\": \"/assets/media/icons/firefox.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Flix HQ\",\n    \"link\": \"https://flixhq.to\",\n    \"image\": \"/assets/media/icons/flixhq.webp\",\n    \"categories\": [\"all\", \"media\"]\n  },\n  {\n    \"name\": \"Geforce NOW\",\n    \"link\": \"https://play.geforcenow.com\",\n    \"image\": \"/assets/media/icons/geforce-now.webp\",\n    \"categories\": [\"all\", \"stream\", \"cloud\"]\n  },\n  {\n    \"name\": \"Github\",\n    \"link\": \"https://github.com\",\n    \"image\": \"/assets/media/icons/github.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Google\",\n    \"link\": \"https://google.com\",\n    \"image\": \"/assets/media/icons/google.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"HBO MAX\",\n    \"link\": \"https://www.hbomax.com/\",\n    \"image\": \"/assets/media/icons/hbo.webp\",\n    \"categories\": [\"all\", \"stream\"]\n  },\n  {\n    \"name\": \"Messenger\",\n    \"link\": \"https://messenger.com/\",\n    \"image\": \"/assets/media/icons/messenger.webp\",\n    \"categories\": [\"all\", \"social\", \"message\"]\n  },\n  {\n    \"name\": \"MLB\",\n    \"link\": \"https://mlb.com\",\n    \"image\": \"/assets/media/icons/mlb.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"NFL\",\n    \"link\": \"https://nfl.com\",\n    \"image\": \"/assets/media/icons/nfl.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"NBA\",\n    \"link\": \"https://nba.com\",\n    \"image\": \"assets/media/icons/nba.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Paramount Plus\",\n    \"link\": \"https://paramountplus.com\",\n    \"image\": \"/assets/media/icons/paramount.webp\",\n    \"categories\": [\"all\", \"stream\"]\n  },\n  {\n    \"name\": \"Pinterest\",\n    \"link\": \"https://pinterest.com\",\n    \"image\": \"/assets/media/icons/pinterest.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Pixlr\",\n    \"link\": \"https://pixlr.com/\",\n    \"image\": \"/assets/media/icons/pix.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Poki\",\n    \"link\": \"https://poki.com\",\n    \"image\": \"/assets/media/icons/poki.webp\",\n    \"categories\": [\"all\", \"game\"]\n  },\n  {\n    \"name\": \"Premier League\",\n    \"link\": \"https://premierleague.com\",\n    \"image\": \"/assets/media/icons/pl.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Soundcloud\",\n    \"link\": \"https://soundcloud.com\",\n    \"image\": \"/assets/media/icons/soundcloud.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Spotify\",\n    \"image\": \"/assets/media/icons/spotify.webp\",\n    \"categories\": [\"all\"],\n    \"error\": true\n  },\n  {\n    \"name\": \"Telegram\",\n    \"link\": \"https://web.telegram.org/\",\n    \"image\": \"/assets/media/icons/telegram.webp\",\n    \"categories\": [\"all\", \"social\"]\n  },\n  {\n    \"name\": \"Tiktok\",\n    \"link\": \"https://tiktok.com\",\n    \"image\": \"/assets/media/icons/tiktok.webp\",\n    \"categories\": [\"all\", \"social\"]\n  },\n  {\n    \"name\": \"Free Media Heck Yeah\",\n    \"link\": \"https://fmhy.pages.dev\",\n    \"image\": \"/assets/media/icons/fmhy.webp\",\n    \"categories\": [\"all\", \"media\"]\n  },\n  {\n    \"name\": \"Canva\",\n    \"link\": \"https://canva.com\",\n    \"image\": \"/assets/media/icons/canva.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Wikipedia\",\n    \"link\": \"https://en.wikipedia.org\",\n    \"image\": \"/assets/media/icons/wiki.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"GOAL\",\n    \"link\": \"https://goal.com\",\n    \"image\": \"/assets/media/icons/goal.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Trello\",\n    \"link\": \"https://trello.com\",\n    \"image\": \"/assets/media/icons/trello.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Gidd.io Games\",\n    \"link\": \"https://gidd.io\",\n    \"image\": \"/assets/media/icons/gidd.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Tumblr\",\n    \"link\": \"https://tumblr.com/\",\n    \"image\": \"/assets/media/icons/tumblr.webp\",\n    \"categories\": [\"all\", \"social\"]\n  },\n  {\n    \"name\": \"Twitch\",\n    \"link\": \"https://twitch.tv\",\n    \"image\": \"/assets/media/icons/twitch.webp\",\n    \"categories\": [\"all\", \"stream\"]\n  },\n  {\n    \"name\": \"Twitter\",\n    \"link\": \"https://twitter.com\",\n    \"image\": \"/assets/media/icons/twitter.webp\",\n    \"categories\": [\"all\", \"social\"]\n  },\n  {\n    \"name\": \"VS Code\",\n    \"link\": \"https://vscode.dev\",\n    \"image\": \"/assets/media/icons/vscode.webp\",\n    \"categories\": [\"all\", \"tool\"]\n  },\n  {\n    \"name\": \"Y8 Games\",\n    \"link\": \"https://y8.com/\",\n    \"image\": \"/assets/media/icons/y8.webp\",\n    \"categories\": [\"all\", \"game\"]\n  },\n  {\n    \"name\": \"YouTube\",\n    \"link\": \"https://youtube.com\",\n    \"image\": \"/assets/media/icons/youtube.webp\",\n    \"categories\": [\"all\", \"social\", \"stream\"],\n    \"dy\": \"true\",\n    \"partial\": \"true\"\n  },\n  {\n    \"name\": \"YouTube Alternative (Invidious)\",\n    \"link\": \"https://vid.puffyan.us/\",\n    \"image\": \"/assets/media/icons/youtube.webp\",\n    \"categories\": [\"all\", \"social\", \"stream\"]\n  },\n  {\n    \"name\": \"Whatsapp\",\n    \"image\": \"/assets/media/icons/whatsapp.webp\",\n    \"categories\": [\"all\", \"message\", \"social\"],\n    \"error\": true\n  },\n  {\n    \"name\": \"Wattpad\",\n    \"link\": \"https://www.wattpad.com/\",\n    \"image\": \"/assets/media/icons/wattpad.webp\",\n    \"categories\": [\"all\", \"social\"]\n  },\n  {\n    \"name\": \"Discord - Login\",\n    \"links\": [{ \"name\": \"Discord\", \"url\": \"https://discord.com/login\" }, { \"name\": \"Discord Canary\", \"url\": \"https://canary.discord.com/login\" }, { \"name\": \"Discord PTB\", \"url\": \"https://ptb.discord.com/login\" }],\n    \"image\": \"/assets/media/icons/dc.jpg\",\n    \"categories\": [\"all\", \"social\"],\n    \"blank\": \"true\"\n  },\n  {\n    \"name\": \"HD Today\",\n    \"link\": \"https://hdtoday.tv\",\n    \"image\": \"/assets/media/icons/hd.webp\",\n    \"categories\": [\"all\", \"stream\", \"media\"]\n  },\n  {\n    \"name\": \"Now.GG\",\n    \"link\": \"https://now.gg\",\n    \"image\": \"/assets/media/icons/now-gg.webp\",\n    \"categories\": [\"all\", \"emu\", \"android\"]\n  },\n  {\n    \"name\": \"Now.GG (NowGG.me) [Working]\",\n    \"link\": \"https://nowgg.me\",\n    \"image\": \"/assets/media/icons/shuttle.webp\",\n    \"categories\": [\"all\", \"emu\", \"android\"]\n  },\n  {\n    \"name\": \"Vercel\",\n    \"link\": \"https://vercel.com\",\n    \"image\": \"/assets/media/icons/vercel.webp\",\n    \"categories\": [\"all\", \"tool\"]\n  },\n  {\n    \"name\": \"Amazon Luna\",\n    \"link\": \"https://luna.amazon.com/\",\n    \"image\": \"/assets/media/icons/amazon-luna.webp\",\n    \"categories\": [\"all\", \"game\", \"cloud\"],\n    \"blank\": \"true\"\n  },\n  {\n    \"name\": \"Google Gemini\",\n    \"link\": \"https://gemini.google.com\",\n    \"image\": \"/assets/media/icons/gemini.webp\",\n    \"categories\": [\"all\", \"ai\"]\n  },\n  {\n    \"name\": \"Google Mail (Gmail)\",\n    \"link\": \"https://mail.google.com/\",\n    \"image\": \"/assets/media/icons/gmail.webp\",\n    \"categories\": [\"all\", \"mail\"],\n    \"blank\": \"true\",\n    \"partial\": \"true\"\n  },\n  {\n    \"name\": \"Outlook\",\n    \"link\": \"https://outlook.live.com/\",\n    \"image\": \"/assets/media/icons/outlook.webp\",\n    \"categories\": [\"all\", \"mail\"],\n    \"dy\": \"true\",\n    \"partial\": \"true\"\n  },\n  {\n    \"name\": \"Snapchat\",\n    \"image\": \"/assets/media/icons/snap.webp\",\n    \"categories\": [\"all\", \"social\", \"message\"],\n    \"error\": \"true\"\n  },\n  {\n    \"name\": \"W3Schools\",\n    \"link\": \"https://www.w3schools.com\",\n    \"image\": \"/assets/media/icons/W3Schools.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Newgrounds\",\n    \"link\": \"https://www.newgrounds.com\",\n    \"image\": \"/assets/media/icons/newgrounds.webp\",\n    \"categories\": [\"all\", \"social\", \"game\"]\n  },\n  {\n    \"name\": \"Instagram\",\n    \"image\": \"/assets/media/icons/insta.webp\",\n    \"categories\": [\"all\", \"social\", \"message\"],\n    \"error\": \"true\"\n  },\n  {\n    \"name\": \"Proton Mail\",\n    \"image\": \"/assets/media/icons/proton.webp\",\n    \"categories\": [\"all\"],\n    \"error\": \"true\"\n  },\n  {\n    \"name\": \"SpaceHey\",\n    \"link\": \"https://www.spacehey.com\",\n    \"image\": \"/assets/media/icons/spacehey.png\",\n    \"categories\": [\"all\", \"social\"]\n  },\n  {\n    \"name\": \"FMovies.to\",\n    \"link\": \"https://fmovies24.to/\",\n    \"image\": \"/assets/media/icons/FM.png\",\n    \"categories\": [\"all\", \"media\"]\n  },\n  {\n    \"name\": \"EMovies.si\",\n    \"link\": \"https://emovies.si\",\n    \"categories\": [\"all\", \"media\"]\n  },\n  {\n    \"name\": \"Movie Web\",\n    \"link\": \"https://movie-web-me.vercel.app/\",\n    \"image\": \"/assets/media/icons/MW.png\",\n    \"say\": \"This is not an official domain for Movie Web\",\n    \"categories\": [\"all\", \"media\"]\n  },\n  {\n    \"name\": \"Sudo-Flix.Lol (Movie Web Clone)\",\n    \"link\": \"https://sudo-flix.lol/\",\n    \"image\": \"/assets/media/icons/MW.png\",\n    \"say\": \"This is not an official domain for Movie Web\",\n    \"categories\": [\"all\", \"media\"]\n  },\n  {\n    \"name\": \"GBA Games\",\n    \"link\": \"https://gba.js.org/\",\n    \"image\": \"/assets/media/icons/gba.png\",\n    \"categories\": [\"all\", \"emu\"]\n  },\n\n  {\n    \"name\": \"GPTZero.me\",\n    \"link\": \"https://gptzero.me/\",\n    \"image\": \"/assets/media/icons/gz.webp\",\n    \"categories\": [\"all\", \"ad\"]\n  },\n  {\n    \"name\": \"ZeroGPT.com\",\n    \"link\": \"https://www.zerogpt.com/\",\n    \"image\": \"/assets/media/icons/zg.webp\",\n    \"categories\": [\"all\", \"ad\"]\n  },\n  {\n    \"name\": \"ChatGPT\",\n    \"link\": \"https://chat.openai.com\",\n    \"image\": \"/assets/media/icons/gpt.jpg\",\n    \"categories\": [\"all\", \"ai\"],\n    \"error\": \"true\",\n    \"say\": \"You must have a ChatGPT account to use the site, also the site may have some issues if you don't minimize tabs while using it.\"\n  },\n  {\n    \"name\": \"CopyLeaks.com\",\n    \"link\": \"https://copyleaks.com/ai-content-detector\",\n    \"image\": \"/assets/media/icons/cl.jpg\",\n    \"categories\": [\"all\", \"ad\"]\n  },\n  {\n    \"name\": \"Writer.com\",\n    \"link\": \"https://writer.com/ai-content-detector/\",\n    \"image\": \"/assets/media/icons/wr.png\",\n    \"categories\": [\"all\", \"ad\"]\n  },\n  {\n    \"name\": \"Quillbot.com AI Detector\",\n    \"link\": \"https://quillbot.com/ai-content-detector\",\n    \"image\": \"/assets/media/icons/qb.jpg\",\n    \"categories\": [\"all\", \"ad\"]\n  },\n  {\n    \"name\": \"Kome.ai YouTube Transcript\",\n    \"link\": \"https://kome.ai/tools/youtube-transcript-generator\",\n    \"image\": \"/assets/media/icons/km.webp\",\n    \"categories\": [\"all\", \"ts\"]\n  },\n  {\n    \"name\": \"NoteGPT.io YouTube Transcript\",\n    \"link\": \"https://notegpt.io/youtube-transcript-generator\",\n    \"image\": \"/assets/media/icons/ng.jpg\",\n    \"categories\": [\"all\", \"ts\"]\n  },\n  {\n    \"name\": \"Grammarly Plagiarism Checker\",\n    \"link\": \"https://www.grammarly.com/plagiarism-checker\",\n    \"image\": \"/assets/media/icons/gm.png\",\n    \"categories\": [\"all\", \"pc\"]\n  },\n  {\n    \"name\": \"Plagiarism Detector\",\n    \"link\": \"https://plagiarismdetector.net/\",\n    \"image\": \"/assets/media/icons/pdn.png\",\n    \"categories\": [\"all\", \"pc\"]\n  },\n  {\n    \"name\": \"Blooket Cheats\",\n    \"link\": \"https://github.com/005konz/Blooket-Cheats\",\n    \"image\": \"/assets/media/icons/bl.webp\",\n    \"categories\": [\"all\", \"bl\", \"cs\"]\n  },\n  {\n    \"name\": \"Edpuzzle Cheats\",\n    \"link\": \"https://github.com/ading2210/edpuzzle-answers\",\n    \"image\": \"/assets/media/icons/ep.png\",\n    \"categories\": [\"all\", \"ep\", \"cs\"]\n  },\n  {\n    \"name\": \"DeepAI.org\",\n    \"link\": \"https://deepai.org/\",\n    \"image\": \"/assets/media/icons/da.webp\",\n    \"categories\": [\"all\", \"ai\"]\n  },\n  {\n    \"name\": \"FreedomGPT\",\n    \"link\": \"https://chat.freedomgpt.com/\",\n    \"categories\": [\"all\", \"ai\"]\n  },\n  {\n    \"name\": \"TalkAI.info\",\n    \"link\": \"https://talkai.info/chat/\",\n    \"image\": \"/assets/media/icons/ta.webp\",\n    \"categories\": [\"all\", \"ai\"]\n  }\n]\n"
  },
  {
    "path": "static/assets/json/a.min.json",
    "content": "[{\"name\":\"! Create Custom App\",\"image\":\"/assets/media/icons/custom.webp\",\"categories\":[\"all\"],\"custom\":\"true\"},{\"name\":\"! Interstellar FAQ/Docs\",\"image\":\"/assets/media/icons/help_center_googlefonts.png\",\"link\":\"https://docs.gointerstellar.app\",\"categories\":[\"all\"]},{\"name\":\"! [NEW] Request An App\",\"link\":\"https://forms.gle/vwdHN3iPz5cLaHaMA\",\"image\":\"/assets/media/icons/request.webp\",\"categories\":[\"all\"]},{\"name\":\"Amazon\",\"link\":\"https://amazon.com/\",\"image\":\"/assets/media/icons/amazon.webp\",\"categories\":[\"all\"]},{\"name\":\"Steam\",\"link\":\"https://store.steampowered.com/\",\"image\":\"/assets/media/icons/steam.webp\",\"categories\":[\"all\"],\"say\":\"Steam can't actually be added because it's an app, not a website. This only lets you browse the Steam website, you can't actually play any games unless you use Geforce Now.\",\"partial\":true},{\"name\":\"BuzzFeed Quizzes\",\"link\":\"https://www.buzzfeed.com/quizzes\",\"image\":\"/assets/media/icons/buzzfeed.webp\",\"categories\":[\"all\"]},{\"name\":\"Guilded\",\"link\":\"https://www.guilded.gg/\",\"image\":\"/assets/media/icons/guilded.webp\",\"categories\":[\"all\",\"social\"]},{\"name\":\"Android\",\"link\":\"https://now.gg/iframe/snippet?app_pkg=com.uncube.launcher3&partner=interstellar\",\"image\":\"/assets/media/icons/android.webp\",\"categories\":[\"all\",\"emu\",\"android\"]},{\"name\":\"Temu\",\"link\":\"https://www.temu.com/\",\"image\":\"/assets/media/icons/temu.webp\",\"categories\":[\"all\"]},{\"name\":\"Character AI\",\"link\":\"https://now.gg/iframe/snippet?app_pkg=ai.character.app&partner=interstellar\",\"image\":\"/assets/media/icons/characterai.webp\",\"categories\":[\"all\",\"emu\",\"android\"]},{\"name\":\"Aptoide\",\"link\":\"https://now.gg/iframe/snippet?app_pkg=com.aptoide.partners.nowgg.store&partner=interstellar\",\"image\":\"/assets/media/icons/aptoide.webp\",\"categories\":[\"all\",\"emu\",\"android\"]},{\"name\":\"Scratch\",\"link\":\"https://scratch.mit.edu\",\"image\":\"/assets/media/icons/scratch.webp\",\"categories\":[\"all\",\"social\",\"game\"]},{\"name\":\"Chess.com\",\"link\":\"https://www.chess.com/\",\"image\":\"/assets/media/icons/chess.webp\",\"categories\":[\"all\",\"game\"]},{\"name\":\"Cool Math Games\",\"link\":\"https://www.coolmathgames.com/\",\"image\":\"/assets/media/icons/coolmath.webp\",\"categories\":[\"all\",\"game\"]},{\"name\":\"Discord\",\"links\":[{\"name\":\"Discord\",\"url\":\"https://discord.com\"},{\"name\":\"Discord Canary\",\"url\":\"https://canary.discord.com\"},{\"name\":\"Discord PTB\",\"url\":\"https://ptb.discord.com\"}],\"image\":\"/assets/media/icons/dc.jpg\",\"categories\":[\"all\",\"social\"]},{\"name\":\"ESPN\",\"link\":\"https://www.espn.com/watch/\",\"image\":\"/assets/media/icons/espn.webp\",\"categories\":[\"all\"]},{\"name\":\"Fifa Rosters\",\"link\":\"https://fifarosters.com/\",\"image\":\"/assets/media/icons/fifa.webp\",\"categories\":[\"all\"]},{\"name\":\"Firefox Web Browser\",\"link\":\"https://replit.com/@cooleddie001/Firefox-Legacy?v=1\",\"image\":\"/assets/media/icons/firefox.webp\",\"categories\":[\"all\"]},{\"name\":\"Flix HQ\",\"link\":\"https://flixhq.to\",\"image\":\"/assets/media/icons/flixhq.webp\",\"categories\":[\"all\",\"media\"]},{\"name\":\"Geforce NOW\",\"link\":\"https://play.geforcenow.com\",\"image\":\"/assets/media/icons/geforce-now.webp\",\"categories\":[\"all\",\"stream\",\"cloud\"]},{\"name\":\"Github\",\"link\":\"https://github.com\",\"image\":\"/assets/media/icons/github.webp\",\"categories\":[\"all\"]},{\"name\":\"Google\",\"link\":\"https://google.com\",\"image\":\"/assets/media/icons/google.webp\",\"categories\":[\"all\"]},{\"name\":\"HBO MAX\",\"link\":\"https://www.hbomax.com/\",\"image\":\"/assets/media/icons/hbo.webp\",\"categories\":[\"all\",\"stream\"]},{\"name\":\"Messenger\",\"link\":\"https://messenger.com/\",\"image\":\"/assets/media/icons/messenger.webp\",\"categories\":[\"all\",\"social\",\"message\"]},{\"name\":\"MLB\",\"link\":\"https://mlb.com\",\"image\":\"/assets/media/icons/mlb.webp\",\"categories\":[\"all\"]},{\"name\":\"NFL\",\"link\":\"https://nfl.com\",\"image\":\"/assets/media/icons/nfl.webp\",\"categories\":[\"all\"]},{\"name\":\"NBA\",\"link\":\"https://nba.com\",\"image\":\"assets/media/icons/nba.webp\",\"categories\":[\"all\"]},{\"name\":\"Paramount Plus\",\"link\":\"https://paramountplus.com\",\"image\":\"/assets/media/icons/paramount.webp\",\"categories\":[\"all\",\"stream\"]},{\"name\":\"Pinterest\",\"link\":\"https://pinterest.com\",\"image\":\"/assets/media/icons/pinterest.webp\",\"categories\":[\"all\"]},{\"name\":\"Pixlr\",\"link\":\"https://pixlr.com/\",\"image\":\"/assets/media/icons/pix.webp\",\"categories\":[\"all\"]},{\"name\":\"Poki\",\"link\":\"https://poki.com\",\"image\":\"/assets/media/icons/poki.webp\",\"categories\":[\"all\",\"game\"]},{\"name\":\"Premier League\",\"link\":\"https://premierleague.com\",\"image\":\"/assets/media/icons/pl.webp\",\"categories\":[\"all\"]},{\"name\":\"Soundcloud\",\"link\":\"https://soundcloud.com\",\"image\":\"/assets/media/icons/soundcloud.webp\",\"categories\":[\"all\"]},{\"name\":\"Spotify\",\"image\":\"/assets/media/icons/spotify.webp\",\"categories\":[\"all\"],\"error\":true},{\"name\":\"Telegram\",\"link\":\"https://web.telegram.org/\",\"image\":\"/assets/media/icons/telegram.webp\",\"categories\":[\"all\",\"social\"]},{\"name\":\"Tiktok\",\"link\":\"https://tiktok.com\",\"image\":\"/assets/media/icons/tiktok.webp\",\"categories\":[\"all\",\"social\"]},{\"name\":\"Free Media Heck Yeah\",\"link\":\"https://fmhy.pages.dev\",\"image\":\"/assets/media/icons/fmhy.webp\",\"categories\":[\"all\",\"media\"]},{\"name\":\"Canva\",\"link\":\"https://canva.com\",\"image\":\"/assets/media/icons/canva.webp\",\"categories\":[\"all\"]},{\"name\":\"Wikipedia\",\"link\":\"https://en.wikipedia.org\",\"image\":\"/assets/media/icons/wiki.webp\",\"categories\":[\"all\"]},{\"name\":\"GOAL\",\"link\":\"https://goal.com\",\"image\":\"/assets/media/icons/goal.webp\",\"categories\":[\"all\"]},{\"name\":\"Trello\",\"link\":\"https://trello.com\",\"image\":\"/assets/media/icons/trello.webp\",\"categories\":[\"all\"]},{\"name\":\"Gidd.io Games\",\"link\":\"https://gidd.io\",\"image\":\"/assets/media/icons/gidd.webp\",\"categories\":[\"all\"]},{\"name\":\"Tumblr\",\"link\":\"https://tumblr.com/\",\"image\":\"/assets/media/icons/tumblr.webp\",\"categories\":[\"all\",\"social\"]},{\"name\":\"Twitch\",\"link\":\"https://twitch.tv\",\"image\":\"/assets/media/icons/twitch.webp\",\"categories\":[\"all\",\"stream\"]},{\"name\":\"Twitter\",\"link\":\"https://twitter.com\",\"image\":\"/assets/media/icons/twitter.webp\",\"categories\":[\"all\",\"social\"]},{\"name\":\"VS Code\",\"link\":\"https://vscode.dev\",\"image\":\"/assets/media/icons/vscode.webp\",\"categories\":[\"all\",\"tool\"]},{\"name\":\"Y8 Games\",\"link\":\"https://y8.com/\",\"image\":\"/assets/media/icons/y8.webp\",\"categories\":[\"all\",\"game\"]},{\"name\":\"YouTube\",\"link\":\"https://youtube.com\",\"image\":\"/assets/media/icons/youtube.webp\",\"categories\":[\"all\",\"social\",\"stream\"],\"dy\":\"true\",\"partial\":\"true\"},{\"name\":\"YouTube Alternative (Invidious)\",\"link\":\"https://vid.puffyan.us/\",\"image\":\"/assets/media/icons/youtube.webp\",\"categories\":[\"all\",\"social\",\"stream\"]},{\"name\":\"Whatsapp\",\"image\":\"/assets/media/icons/whatsapp.webp\",\"categories\":[\"all\",\"message\",\"social\"],\"error\":true},{\"name\":\"Wattpad\",\"link\":\"https://www.wattpad.com/\",\"image\":\"/assets/media/icons/wattpad.webp\",\"categories\":[\"all\",\"social\"]},{\"name\":\"Discord - Login\",\"links\":[{\"name\":\"Discord\",\"url\":\"https://discord.com/login\"},{\"name\":\"Discord Canary\",\"url\":\"https://canary.discord.com/login\"},{\"name\":\"Discord PTB\",\"url\":\"https://ptb.discord.com/login\"}],\"image\":\"/assets/media/icons/dc.jpg\",\"categories\":[\"all\",\"social\"],\"blank\":\"true\"},{\"name\":\"HD Today\",\"link\":\"https://hdtoday.tv\",\"image\":\"/assets/media/icons/hd.webp\",\"categories\":[\"all\",\"stream\",\"media\"]},{\"name\":\"Now.GG\",\"link\":\"https://now.gg\",\"image\":\"/assets/media/icons/now-gg.webp\",\"categories\":[\"all\",\"emu\",\"android\"]},{\"name\":\"Now.GG (NowGG.me) [Working]\",\"link\":\"https://nowgg.me\",\"image\":\"/assets/media/icons/shuttle.webp\",\"categories\":[\"all\",\"emu\",\"android\"]},{\"name\":\"Vercel\",\"link\":\"https://vercel.com\",\"image\":\"/assets/media/icons/vercel.webp\",\"categories\":[\"all\",\"tool\"]},{\"name\":\"Amazon Luna\",\"link\":\"https://luna.amazon.com/\",\"image\":\"/assets/media/icons/amazon-luna.webp\",\"categories\":[\"all\",\"game\",\"cloud\"],\"blank\":\"true\"},{\"name\":\"Google Gemini\",\"link\":\"https://gemini.google.com\",\"image\":\"/assets/media/icons/gemini.webp\",\"categories\":[\"all\",\"ai\"]},{\"name\":\"Google Mail (Gmail)\",\"link\":\"https://mail.google.com/\",\"image\":\"/assets/media/icons/gmail.webp\",\"categories\":[\"all\",\"mail\"],\"blank\":\"true\",\"partial\":\"true\"},{\"name\":\"Outlook\",\"link\":\"https://outlook.live.com/\",\"image\":\"/assets/media/icons/outlook.webp\",\"categories\":[\"all\",\"mail\"],\"dy\":\"true\",\"partial\":\"true\"},{\"name\":\"Snapchat\",\"image\":\"/assets/media/icons/snap.webp\",\"categories\":[\"all\",\"social\",\"message\"],\"error\":\"true\"},{\"name\":\"W3Schools\",\"link\":\"https://www.w3schools.com\",\"image\":\"/assets/media/icons/W3Schools.webp\",\"categories\":[\"all\"]},{\"name\":\"Newgrounds\",\"link\":\"https://www.newgrounds.com\",\"image\":\"/assets/media/icons/newgrounds.webp\",\"categories\":[\"all\",\"social\",\"game\"]},{\"name\":\"Instagram\",\"image\":\"/assets/media/icons/insta.webp\",\"categories\":[\"all\",\"social\",\"message\"],\"error\":\"true\"},{\"name\":\"Proton Mail\",\"image\":\"/assets/media/icons/proton.webp\",\"categories\":[\"all\"],\"error\":\"true\"},{\"name\":\"SpaceHey\",\"link\":\"https://www.spacehey.com\",\"image\":\"/assets/media/icons/spacehey.png\",\"categories\":[\"all\",\"social\"]},{\"name\":\"FMovies.to\",\"link\":\"https://fmovies24.to/\",\"image\":\"/assets/media/icons/FM.png\",\"categories\":[\"all\",\"media\"]},{\"name\":\"EMovies.si\",\"link\":\"https://emovies.si\",\"categories\":[\"all\",\"media\"]},{\"name\":\"Movie Web\",\"link\":\"https://movie-web-me.vercel.app/\",\"image\":\"/assets/media/icons/MW.png\",\"say\":\"This is not an official domain for Movie Web\",\"categories\":[\"all\",\"media\"]},{\"name\":\"Sudo-Flix.Lol (Movie Web Clone)\",\"link\":\"https://sudo-flix.lol/\",\"image\":\"/assets/media/icons/MW.png\",\"say\":\"This is not an official domain for Movie Web\",\"categories\":[\"all\",\"media\"]},{\"name\":\"GBA Games\",\"link\":\"https://gba.js.org/\",\"image\":\"/assets/media/icons/gba.png\",\"categories\":[\"all\",\"emu\"]},{\"name\":\"GPTZero.me\",\"link\":\"https://gptzero.me/\",\"image\":\"/assets/media/icons/gz.webp\",\"categories\":[\"all\",\"ad\"]},{\"name\":\"ZeroGPT.com\",\"link\":\"https://www.zerogpt.com/\",\"image\":\"/assets/media/icons/zg.webp\",\"categories\":[\"all\",\"ad\"]},{\"name\":\"ChatGPT\",\"link\":\"https://chat.openai.com\",\"image\":\"/assets/media/icons/gpt.jpg\",\"categories\":[\"all\",\"ai\"],\"error\":\"true\",\"say\":\"You must have a ChatGPT account to use the site, also the site may have some issues if you don't minimize tabs while using it.\"},{\"name\":\"CopyLeaks.com\",\"link\":\"https://copyleaks.com/ai-content-detector\",\"image\":\"/assets/media/icons/cl.jpg\",\"categories\":[\"all\",\"ad\"]},{\"name\":\"Writer.com\",\"link\":\"https://writer.com/ai-content-detector/\",\"image\":\"/assets/media/icons/wr.png\",\"categories\":[\"all\",\"ad\"]},{\"name\":\"Quillbot.com AI Detector\",\"link\":\"https://quillbot.com/ai-content-detector\",\"image\":\"/assets/media/icons/qb.jpg\",\"categories\":[\"all\",\"ad\"]},{\"name\":\"Kome.ai YouTube Transcript\",\"link\":\"https://kome.ai/tools/youtube-transcript-generator\",\"image\":\"/assets/media/icons/km.webp\",\"categories\":[\"all\",\"ts\"]},{\"name\":\"NoteGPT.io YouTube Transcript\",\"link\":\"https://notegpt.io/youtube-transcript-generator\",\"image\":\"/assets/media/icons/ng.jpg\",\"categories\":[\"all\",\"ts\"]},{\"name\":\"Grammarly Plagiarism Checker\",\"link\":\"https://www.grammarly.com/plagiarism-checker\",\"image\":\"/assets/media/icons/gm.png\",\"categories\":[\"all\",\"pc\"]},{\"name\":\"Plagiarism Detector\",\"link\":\"https://plagiarismdetector.net/\",\"image\":\"/assets/media/icons/pdn.png\",\"categories\":[\"all\",\"pc\"]},{\"name\":\"Blooket Cheats\",\"link\":\"https://github.com/005konz/Blooket-Cheats\",\"image\":\"/assets/media/icons/bl.webp\",\"categories\":[\"all\",\"bl\",\"cs\"]},{\"name\":\"Edpuzzle Cheats\",\"link\":\"https://github.com/ading2210/edpuzzle-answers\",\"image\":\"/assets/media/icons/ep.png\",\"categories\":[\"all\",\"ep\",\"cs\"]},{\"name\":\"DeepAI.org\",\"link\":\"https://deepai.org/\",\"image\":\"/assets/media/icons/da.webp\",\"categories\":[\"all\",\"ai\"]},{\"name\":\"FreedomGPT\",\"link\":\"https://chat.freedomgpt.com/\",\"categories\":[\"all\",\"ai\"]},{\"name\":\"TalkAI.info\",\"link\":\"https://talkai.info/chat/\",\"image\":\"/assets/media/icons/ta.webp\",\"categories\":[\"all\",\"ai\"]}]"
  },
  {
    "path": "static/assets/json/g.json",
    "content": "[\n  {\n    \"name\": \"! Create Custom App\",\n    \"image\": \"/assets/media/icons/custom.webp\",\n    \"categories\": [\"all\"],\n    \"custom\": \"true\"\n  },\n  {\n    \"name\": \"! Interstellar FAQ/Docs\",\n    \"image\": \"/assets/media/icons/help_center_googlefonts.png\",\n    \"link\": \"https://docs.gointerstellar.app\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"! [NEW] Request A Game\",\n    \"link\": \"https://forms.gle/vwdHN3iPz5cLaHaMA\",\n    \"image\": \"/assets/media/icons/request.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Fancade\",\n    \"link\": \"https://play.fancade.com\",\n    \"image\": \"/assets/media/icon/fancade.jpg\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Amazon Luna\",\n    \"link\": \"https://luna.amazon.com/\",\n    \"image\": \"/assets/media/icons/amazon-luna.webp\",\n    \"categories\": [\"all\"],\n    \"blank\": \"true\"\n  },\n  {\n    \"name\": \"Gartic Phone\",\n    \"link\": \"https://garticphone.com\",\n    \"image\": \"/assets/media/icons/garticphone.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Newgrounds\",\n    \"link\": \"https://newgrounds.com/\",\n    \"image\": \"/assets/media/icons/newgrounds.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Pranx\",\n    \"link\": \"https://pranx.com/\",\n    \"image\": \"/assets/media/icons/pranx.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Steam\",\n    \"link\": \"https://steampowered.com/\",\n    \"image\": \"/assets/media/icons/steam.webp\",\n    \"categories\": [\"all\"],\n    \"say\": \"Steam can't actually be added because it's an app, not a website. This only lets you browse the Steam website, you can't actually play any games unless you use Geforce Now.\",\n    \"partial\": true\n  },\n  {\n    \"name\": \"Swordbattle.io\",\n    \"link\": \"https://swordbattle.io/\",\n    \"image\": \"/assets/media/icons/swordbattle.webp\",\n    \"categories\": [\"all\", \"2d\"]\n  },\n  {\n    \"name\": \"Stabfish.io\",\n    \"link\": \"https://stabfish.io/\",\n    \"image\": \"/assets/media/icons/stabfish.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"Dynast.io\",\n    \"link\": \"https://dynast.io\",\n    \"image\": \"/assets/media/icons/dynast-io.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Twisted Cooking Mama\",\n    \"link\": \"https://twisted-cooking-mama.game-files.crazygames.com/ruffle/twisted-cooking-mama/1/twistedcookingmama.html?v=1.273\",\n    \"image\": \"/assets/media/icons/twistedcookingmama.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Marbles Garden\",\n    \"link\": \"https://www.coolmathgames.com/0-marbles-garden/play\",\n    \"image\": \"/assets/media/icons/marblesgarden.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Fancy Pants Adventure\",\n    \"link\": \"https://games.crazygames.com/en_US/fancy-pants-adventure-world/index.html?v=1.273\",\n    \"image\": \"/assets/media/icons/fancypantsadventures.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Fancy Pants Adventure 2\",\n    \"link\": \"https://games.crazygames.com/en_US/fancy-pants-adventure-world/index.html?v=1.273\",\n    \"image\": \"/assets/media/icons/fancypantsadventures2.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Rooftop Snipers 2\",\n    \"link\": \"https://h5cdn.github.io/s6/rooftop-snipers-2/\",\n    \"image\": \"/assets/media/icons/rooftopsnipers2.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Stickman Archero Fight\",\n    \"link\": \"https://html5.gamedistribution.com/rvvASMiM/3f4c166817ad4fd4b5b05d9adba22fcd/index.html\",\n    \"image\": \"/assets/media/icons/stickman-archero-fight.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Earn to Die 2012 Part 2\",\n    \"link\": \"https://games-online.io/game/EarnToDie/index.html\",\n    \"image\": \"/assets/media/icons/earntodie2012part2.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Lostgamer\",\n    \"link\": \"https://lostgamer.io\",\n    \"image\": \"/assets/media/icons/lostgamerio.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"Thisissand\",\n    \"link\": \"https://thisissand.com/\",\n    \"image\": \"/assets/media/icons/thisissand.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"digdig.io\",\n    \"link\": \"https://digdig.io/\",\n    \"image\": \"/assets/media/icons/digdigio.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"Big Tower Tiny Square\",\n    \"link\": \"https://www.coolmathgames.com/0-big-tower-tiny-square/play\",\n    \"image\": \"/assets/media/icons/bigtowertinysquare.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"The Impossible Quiz\",\n    \"link\": \"https://the-impossible-quiz.game-files.crazygames.com/ruffle/theimpossiblequiz.html\",\n    \"image\": \"/assets/media/icons/theimpossiblequiz.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Helix Jump\",\n    \"link\": \"https://helix-jump.game-files.crazygames.com/helix-jump/1/index.html\",\n    \"image\": \"/assets/media/icons/helixjump.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"skribbl\",\n    \"link\": \"https://skribbl.io/\",\n    \"image\": \"/assets/media/icons/skribblio.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"Wings!\",\n    \"link\": \"https://wings.io/\",\n    \"image\": \"/assets/media/icons/wingsio.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"Stomped.io\",\n    \"link\": \"https://stomped.io\",\n    \"image\": \"/assets/media/icons/stompedio.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Age of War\",\n    \"link\": \"https://age-of-war.game-files.crazygames.com/ruffle/ageofwar.html\",\n    \"image\": \"/assets/media/icons/ageofwar.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"Brain Test\",\n    \"link\": \"https://0322484b-7a58-4454-9667-f805afffded5.poki-gdn.com/2e6b68d3-0f43-4b84-9c14-ab59f94e566c/index.html?country=US&ccpaApplies=0&url_referrer=https%3A%2F%2Fpoki.com%2F&tag=pg-v3.132.1&site_id=3&iso_lang=en&poki_url=https%3A%2F%2Fpoki.com%2Fen%2Fg%2Fbrain-test-tricky-puzzles&gdhoist=yes&nonPersonalized=n&familyFriendly=n&categories=7%2C16%2C37%2C72%2C96%2C400%2C832%2C843%2C1140%2C1150%2C1159&special_condition=landing&game_id=0322484b-7a58-4454-9667-f805afffded5&game_version_id=2e6b68d3-0f43-4b84-9c14-ab59f94e566c\",\n    \"image\": \"/assets/media/icons/braintest.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Gladihoppers\",\n    \"link\": \"https://bonbang.github.io/store99/gladihoppers/index.html\",\n    \"image\": \"/assets/media/icons/gladihoppers.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Snow Rider 3D\",\n    \"link\": \"https://html5.gamedistribution.com/rvvASMiM/3b79a8537ebc414fb4f9672a9b8c68c8/index.html?gd_zone_config=eyJwYXJlbnRVUkwiOiJodHRwczovL3Nub3dyaWRlcjNkLmNvbS8iLCJwYXJlbnREb21haW4iOiJzbm93cmlkZXIzZC5jb20iLCJ0b3BEb21haW4iOiJzbm93cmlkZXIzZC5jb20iLCJoYXNJbXByZXNzaW9uIjpmYWxzZSwibG9hZGVyRW5hYmxlZCI6dHJ1ZSwiaG9zdCI6Imh0bWw1LmdhbWVkaXN0cmlidXRpb24uY29tIiwidmVyc2lvbiI6IjEuNS4xNiJ9\",\n    \"image\": \"/assets/media/icons/snowrider3d.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"3 Slices\",\n    \"link\": \"https://images-opensocial.googleusercontent.com/gadgets/ifr?url=https://s3.amazonaws.com/production-assetsbucket-8ljvyr1xczmb/1ee20621-61bc-4ec8-a8ec-5e839c2e6edc%2F3-slices.xml\",\n    \"image\": \"/assets/media/icons/3slices.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Buckshot Roulette\",\n    \"link\": \"https://buckshotroulette.online/game/v11/\",\n    \"image\": \"/assets/media/icons/buckshotroulette.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Starblast\",\n    \"link\": \"https://starblast.io\",\n    \"image\": \"/assets/media/icons/starblastio.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"CSGO Parkour\",\n    \"link\": \"https://yandex.com/games/app/203069?flags={%22adv_sticky_banner_disabled%22:true}\",\n    \"image\": \"/assets/media/icons/csgoparkour.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Parkour Block 3D\",\n    \"link\": \"https://html5.gamedistribution.com/1461d40bb77f48e6be72489959a1ac04/\",\n    \"image\": \"/assets/media/icons/parkourblock3d.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Jelly Mario\",\n    \"link\": \"https://jellymar.io\",\n    \"image\": \"/assets/media/icons/jellymario.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Tyran.io\",\n    \"link\": \"https://tyran.io\",\n    \"image\": \"/assets/media/icons/tyranio.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"Arras.io\",\n    \"link\": \"https://arras.io/\",\n    \"image\": \"/assets/media/icons/arrasio.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"mk48.io\",\n    \"link\": \"https://mk48.io/\",\n    \"image\": \"/assets/media/icons/mk48io.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"Bandit.RIP\",\n    \"link\": \"https://bandit.rip/\",\n    \"image\": \"/assets/media/icons/banditrip.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"Addicting Games\",\n    \"link\": \"https://www.addictinggames.com/\",\n    \"image\": \"/assets/media/icons/addictinggames.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Deeeep.io\",\n    \"link\": \"https://beta.deeeep.io\",\n    \"image\": \"/assets/media/icons/deeeepio.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"ev.io\",\n    \"link\": \"https://ev.io\",\n    \"image\": \"/assets/media/icons/evio.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"Brain Test 2\",\n    \"link\": \"https://games.poki.com/458768/df221093-aae9-4c0d-b458-efb16ae8e3ab\",\n    \"image\": \"/assets/media/icons/braintest2.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Brain Test 3\",\n    \"link\": \"https://games.poki.com/458768/1f3ae540-a95f-4f20-a000-29512612e341\",\n    \"image\": \"/assets/media/icons/braintest3.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Donitz - itch.io\",\n    \"link\": \"https://donitz.itch.io/\",\n    \"image\": \"/assets/media/icons/itch.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Territorial.io\",\n    \"link\": \"https://territorial.io\",\n    \"image\": \"/assets/media/icons/territorialio.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"Stickman Hook\",\n    \"link\": \"/e/stickman-hook/index.html\",\n    \"image\": \"/assets/media/icons/stickmanhook.webp\",\n    \"categories\": [\"all\", \"local\"]\n  },\n  {\n    \"name\": \"Tube Jumpers\",\n    \"link\": \"https://unblocked76.github.io/tube-jumpers/\",\n    \"image\": \"/assets/media/icons/tubejumpers.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"Tunnel Rush\",\n    \"link\": \"https://5dd2e8e4-015f-11ea-ad56-9cb6d0d995f7.poki-gdn.com/5627efae-e960-407d-82a5-3da708eb4e68/index.html\",\n    \"image\": \"/assets/media/icons/tunnelrush.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"Tunnel Rush 2\",\n    \"link\": \"https://a7e6d137-c3c1-46e6-a3db-04c2d33c98a8.poki-gdn.com/71e6bddd-9b0e-4621-a11a-9503086f69d5/index.html\",\n    \"image\": \"/assets/media/icons/tunnelrush2.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Rainbow Obby\",\n    \"link\": \"https://785a4295-96c4-43e5-b237-fb07fc3ef44d.poki-gdn.com/f1d39f75-7a25-41de-86cf-ba00804737b5/index.html\",\n    \"image\": \"/assets/media/icons/rainbowobby.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"Candy Jump\",\n    \"link\": \"https://candyjump.games235.com/\",\n    \"image\": \"/assets/media/icons/candyjump.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Google Feud\",\n    \"link\": \"https://googlefeud.com/\",\n    \"image\": \"/assets/media/icons/googlefeud.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Minecraft Classic\",\n    \"link\": \"https://classic.minecraft.net\",\n    \"image\": \"/assets/media/icons/mc.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"Learn to Fly 3\",\n    \"link\": \"https://www.silvergames.com/en/learn-to-fly-3/iframe\",\n    \"image\": \"/assets/media/icons/learntofly3.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Neal.Fun\",\n    \"link\": \"https://neal.fun\",\n    \"image\": \"/assets/media/icons/nealfun.webp\",\n    \"categories\": [\"all\"],\n    \"error\": \"true\",\n    \"say\": \"Neal.fun does not work on Interstellar because of Cloudflare protection.\"\n  },\n  {\n    \"name\": \"YoHoHo.io\",\n    \"link\": \"https://yohoho.io/\",\n    \"image\": \"/assets/media/icons/yohoho.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"AntWar.io\",\n    \"link\": \"https://antwar.io/\",\n    \"image\": \"/assets/media/icons/antwario.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"Tetr.io\",\n    \"link\": \"https://tetr.io/\",\n    \"image\": \"/assets/media/icons/tetrio.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"Time Shooter 2\",\n    \"link\": \"https://html5.gamedistribution.com/62a72f2da7cb4b609579a47653546e6a/\",\n    \"image\": \"/assets/media/icons/timeshooter2.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Merge Fruit\",\n    \"link\": \"https://html5.gamedistribution.com/2dee9d404697435aa76111eb4015e1d5/\",\n    \"image\": \"/assets/media/icons/mergefruit.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"There Is No Game\",\n    \"link\": \"https://5dd2d607-015f-11ea-ad56-9cb6d0d995f7.poki-gdn.com/38959ae1-110b-49ab-86ae-df425fd7862a/index.html\",\n    \"image\": \"/assets/media/icons/thereisnogame.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Jetpack Joyride\",\n    \"link\": \"/e/jetpack-joyride/index.html\",\n    \"image\": \"/assets/media/icons/jetpackjoyride.webp\",\n    \"categories\": [\"all\", \"local\"]\n  },\n  {\n    \"name\": \"FeedVid\",\n    \"link\": \"https://v6p9d9t4.ssl.hwcdn.net/html/4941980-683813/index.html\",\n    \"image\": \"/assets/media/icons/feedvid.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"florr.io\",\n    \"link\": \"https://florr.io\",\n    \"image\": \"/assets/media/icons/florr.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"Rocket Bot Royale\",\n    \"link\": \"https://rocketbotroyale2.winterpixel.io/\",\n    \"image\": \"/assets/media/icons/rocketbotroyale.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Happy Wheels\",\n    \"link\": \"https://files.crazygames.com/ruffle/happywheels.html\",\n    \"image\": \"/assets/media/icons/happywheels.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Papa's Burgeria\",\n    \"link\": \"https://www.coolmathgames.com/0-papas-burgeria/play\",\n    \"image\": \"/assets/media/icons/papasburgeria.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Papa's Cheeseria\",\n    \"link\": \"https://www.coolmathgames.com/0-papas-cheeseria/play\",\n    \"image\": \"/assets/media/icons/papascheeseria.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Papa's Pancakeria\",\n    \"link\": \"https://www.coolmathgames.com/0-papas-pancakeria/play\",\n    \"image\": \"/assets/media/icons/papaspancakeria.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Papa's Wingeria\",\n    \"link\": \"https://www.coolmathgames.com/0-papas-wingeria/play\",\n    \"image\": \"/assets/media/icons/papaswingeria.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Riddle School 1\",\n    \"link\": \"https://uploads.ungrounded.net/ruffle_wrapper/ruffleembed.html?v=1.0.67&browsermode=default&props=%7B%22ruffle%22%3A%22%2Fruffle_wrapper%2Flib%2Fruffle.js%3F1695474658%22%2C%22public_path%22%3A%22%2Fruffle_wrapper%2Flib%2F%22%2C%22swf%22%3A%22https%3A%2F%2Fuploads.ungrounded.net%2F314000%2F314680_Riddle_School.swf%3F1148577264%22%2C%22vars%22%3A%7B%22NewgroundsAPI_PublisherID%22%3A1%2C%22NewgroundsAPI_SandboxID%22%3A%2265103f0745c96%22%2C%22NewgroundsAPI_SessionID%22%3A%22%22%2C%22NewgroundsAPI_UserName%22%3A%22%26lt%3Bdeleted%26gt%3B%22%2C%22NewgroundsAPI_UserID%22%3A0%2C%22ng_username%22%3A%22%26lt%3Bdeleted%26gt%3B%22%7D%2C%22width%22%3A550%2C%22height%22%3A400%2C%22icon%22%3A%22https%3A%2F%2Fpicon.ngfiles.com%2F314000%2Fflash_314680_card.webp%3Ff1607914286%22%2C%22warnOnUnsupportedContent%22%3Afalse%7D\",\n    \"image\": \"/assets/media/icons/riddle-school.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Powerline.IO\",\n    \"link\": \"https://powerline.io\",\n    \"image\": \"/assets/media/icons/powerline.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"Papa's Scooperia\",\n    \"link\": \"https://files.crazygames.com/ruffle/papasscooperia.html\",\n    \"image\": \"/assets/media/icons/papasscooperia.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Papa's Sushiria\",\n    \"link\": \"https://files.crazygames.com/ruffle/papassushiria.html\",\n    \"image\": \"/assets/media/icons/papassushiria.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Burrito Bison\",\n    \"link\": \"https://f.silvergames.com/awayfl/index.html?swf=burrito-bison.swf\",\n    \"image\": \"/assets/media/icons/burritobison.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Fireboy And Watergirl 2 In The Light Temple\",\n    \"link\": \"https://www.coolmathgames.com/sites/default/files/public_games/40210/\",\n    \"image\": \"/assets/media/icons/fireboyandwatergirllighttemple.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"Fireboy And Watergirl 4 In The Crystal Temple\",\n    \"link\": \"https://www.coolmathgames.com/sites/default/files/public_games/40212/\",\n    \"image\": \"/assets/media/icons/fireboyandwatergirlcrystaltemple.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"Fireboy And Watergirl 5: Elements\",\n    \"link\": \"https://www.coolmathgames.com/sites/default/files/public_games/40218\",\n    \"image\": \"/assets/media/icons/fireboyandwatergirlelements.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"Fireboy And Watergirl 6: Fairy Tales\",\n    \"link\": \"https://html5.gamedistribution.com/rvvASMiM/be3cff113c4e4f069b7614851825ffe9/index.html\",\n    \"image\": \"/assets/media/icons/fireboyandwatergirlfairytales.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"Fireboy And Watergirl In The Forest Temple\",\n    \"link\": \"https://www.coolmathgames.com/sites/default/files/public_games/40034/\",\n    \"image\": \"/assets/media/icons/fireboyandwatergirlforesttemple.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"Gunspin\",\n    \"link\": \"https://html5.gamedistribution.com/rvvASMiM/917cce8c44c44638a8cdc2a1794b65c8/index.html\",\n    \"image\": \"/assets/media/icons/gunspin.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Thelast Royale\",\n    \"link\": \"https://thelast.io\",\n    \"image\": \"/assets/media/icons/thelast-io.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"mope.io\",\n    \"link\": \"https://thelast.io\",\n    \"image\": \"/assets/media/icons/mope-io.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"Tiny Fishing\",\n    \"link\": \"https://www.dob5.com/d/file/games/tiny-fishing/\",\n    \"image\": \"/assets/media/icons/tinyfishing.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Johnny Upgrade\",\n    \"link\": \"https://lagged.com/api/play2/johnny-upgrade3/\",\n    \"image\": \"/assets/media/icons/johnnyupgrade.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"bloxd.io\",\n    \"link\": \"https://bloxd.io\",\n    \"image\": \"/assets/media/icons/bloxd-io.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"Duck Life 1\",\n    \"link\": \"https://www.hoodamath.com/mobile/games/duck-life/game.html\",\n    \"image\": \"/assets/media/icons/ducklife.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Duck Life 2\",\n    \"link\": \"https://www.hoodamath.com/mobile/games/duck-life-2-world-champion/game.html\",\n    \"image\": \"/assets/media/icons/ducklife.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Duck Life 3\",\n    \"link\": \"https://www.hoodamath.com/mobile/games/duck-life-3-evolution/game.html\",\n    \"image\": \"/assets/media/icons/ducklife.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Duck Life 4\",\n    \"link\": \"/e/ducklife4/index.html\",\n    \"image\": \"/assets/media/icons/dl4.webp\",\n    \"categories\": [\"all\", \"local\"],\n    \"load\": true\n  },\n  {\n    \"name\": \"Papa's Freezeria\",\n    \"link\": \"https://www.coolmathgames.com/0-papas-freezeria/play\",\n    \"image\": \"/assets/media/icons/papasfreezeria.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"Evades\",\n    \"link\": \"https://evades.io\",\n    \"image\": \"/assets/media/icons/evadesio.webp\",\n    \"categories\": [\"all,\", \"2P\"]\n  },\n  {\n    \"name\": \"Bullet Force Multiplayer\",\n    \"link\": \"https://www.crazygames.com/game/bullet-force-multiplayer\",\n    \"image\": \"/assets/media/icons/BFM.webp\",\n    \"categories\": [\"all,\", \"2P\"]\n  },\n  {\n    \"name\": \"Crazy Games\",\n    \"link\": \"https://www.crazygames.com/\",\n    \"image\": \"/assets/media/icons/crazy.webp\",\n    \"categories\": [\"all,\", \"emu,\", \"2P,\", \"sports,\", \"flash\"]\n  },\n  {\n    \"name\": \"Cubes 2048\",\n    \"link\": \"https://www.crazygames.com/game/cubes-2048-io\",\n    \"image\": \"/assets/media/icons/C2048.webp\",\n    \"categories\": [\"all,\", \"2P\"]\n  },\n  {\n    \"name\": \"DOOM\",\n    \"link\": \"https://archive.org/details/doom-play\",\n    \"image\": \"/assets/media/icons/DOOM.webp\",\n    \"categories\": [\"all,\", \"emu\"]\n  },\n  {\n    \"name\": \"FNAF 2\",\n    \"link\": \"https://sussygamedeveloper.github.io/FNAF2/\",\n    \"image\": \"/assets/media/icons/FNAF2.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"FNAF 3\",\n    \"link\": \"https://sussygamedeveloper.github.io/fnaf3/\",\n    \"image\": \"/assets/media/icons/FNAF3.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"FNAF Web\",\n    \"link\": \"https://wellsousaaa.github.io/Five-Nights-at-Freddys-Web/\",\n    \"image\": \"/assets/media/icons/FNAFWeb.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Riddle School 4\",\n    \"link\": \"https://riddle-school-4.game-files.crazygames.com/ruffle/riddleschool4.html\",\n    \"image\": \"/assets/media/icons/rs4.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Riddle School 5\",\n    \"link\": \"https://riddle-school-5.game-files.crazygames.com/ruffle/riddleschool5.html\",\n    \"image\": \"/assets/media/icons/rs5.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"GBA Emulator\",\n    \"link\": \"https://ds.44670.org/gba/\",\n    \"image\": \"/assets/media/icons/gba.webp\",\n    \"categories\": [\"all,\", \"emu\"]\n  },\n  {\n    \"name\": \"Itch.io\",\n    \"link\": \"https://itch.io\",\n    \"image\": \"/assets/media/icons/itch.webp\",\n    \"categories\": [\"all,\", \"emu,\", \"2P\"]\n  },\n  {\n    \"name\": \"N-Gon\",\n    \"link\": \"https://landgreen.github.io/sidescroller/\",\n    \"image\": \"/assets/media/icons/NGON.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Nintendo DS Emulator\",\n    \"link\": \"https://ds.44670.org/\",\n    \"image\": \"/assets/media/icons/ds.webp\",\n    \"categories\": [\"all,\", \"emu\"]\n  },\n  {\n    \"name\": \"Nintendo 64 Emulator\",\n    \"link\": \"https://www.neilb.net/n64wasm/\",\n    \"image\": \"/assets/media/icons/N64.webp\",\n    \"categories\": [\"all,\", \"emu\"]\n  },\n  {\n    \"name\": \"Playstation 2 Emulator\",\n    \"link\": \"https://playjs.purei.org/\",\n    \"image\": \"/assets/media/icons/PS2.webp\",\n    \"categories\": [\"all,\", \"emu\"]\n  },\n  {\n    \"name\": \"Run 3\",\n    \"link\": \"https://www.coolmathgames.com/0-run-3/play\",\n    \"image\": \"/assets/media/icons/run3.webp\",\n    \"categories\": [\"all,\", \"flash\"]\n  },\n  {\n    \"name\": \"Subway Surfers: San Francisco \",\n    \"link\": \"https://raw.githack.com/3kh0/3kh0-assets/main/subway-surfers/index.html\",\n    \"image\": \"/assets/media/icons/SF.webp\",\n    \"categories\": [\"all,\", \"emu\"]\n  },\n  {\n    \"name\": \"Survivor.io\",\n    \"link\": \"https://html5.gamedistribution.com/rvvASMiM/f1c451e586c04b4c8cba01b0c50d9090/index.html\",\n    \"image\": \"/assets/media/icons/SVI.webp\",\n    \"categories\": [\"all,\", \"emu\"]\n  },\n  {\n    \"name\": \"Web Retro\",\n    \"link\": \"/e/index.html\",\n    \"image\": \"/assets/media/icons/webretro.webp\",\n    \"categories\": [\"all,\", \"emu\", \"local\"]\n  },\n  {\n    \"name\": \"Slope\",\n    \"link\": \"https://watchdocumentaries.com/wp-content/uploads/games/slope/\",\n    \"image\": \"/assets/media/icons/slope.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Fortnite (Geforce NOW)\",\n    \"link\": \"https://play.geforcenow.com/mall/#/deeplink?game-id=46bfab06-d864-465d-9e56-2d9e45cdee0a\",\n    \"image\": \"/assets/media/icons/fortnite.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Bomb Party\",\n    \"link\": \"https://jklm.fun\",\n    \"image\": \"/assets/media/icons/BP.webp\",\n    \"categories\": [\"all,\", \"2P\"]\n  },\n  {\n    \"name\": \"1\",\n    \"link\": \"/e/1/1/index.html\",\n    \"image\": \"/assets/media/icons/1.webp\",\n    \"categories\": [\"all\", \"local\"]\n  },\n  {\n    \"name\": \"1v1.LOL\",\n    \"link\": \"https://1v1.lol\",\n    \"image\": \"/assets/media/icons/1v1-lol.webp\",\n    \"categories\": [\"all,\", \"2P\"]\n  },\n  {\n    \"name\": \"2D Rocket League\",\n    \"link\": \"https://v6p9d9t4.ssl.hwcdn.net/html/3325334/index.html\",\n    \"image\": \"/assets/media/icons/2D-Rocket-League.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"3D Dino Game\",\n    \"link\": \"https://lagged.com/api/play2/t-rex-3d2/\",\n    \"image\": \"/assets/media/icons/trex-run-3D.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"60 Sec. Burger Run\",\n    \"link\": \"https://www.coolmathgames.com/0-60-second-burger-run/play\",\n    \"image\": \"/assets/media/icons/60-second-burger-run.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"8 Ball Pool\",\n    \"link\": \"https://8ball-pool.io\",\n    \"image\": \"/assets/media/icons/8ball.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"A Dark Room\",\n    \"link\": \"https://adarkroom.doublespeakgames.com\",\n    \"image\": \"/assets/media/icons/ADR.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Ace Attorney\",\n    \"link\": \"https://f.kbhgames.com/r/gba/?r=ace-attorney\",\n    \"image\": \"/assets/media/icons/aa.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"AC - Wild World\",\n    \"link\": \"https://static.arcadespot.com/retroemulator.php?system=nds&game=2017/10/animal-crossing-wild-world1.zip\",\n    \"image\": \"/assets/media/icons/acww.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Adventure Capitalist\",\n    \"link\": \"https://than1089.github.io/adventure-capitalist/\",\n    \"image\": \"/assets/media/icons/adventure-capitalist.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Agar.io\",\n    \"link\": \"https://agar.io\",\n    \"image\": \"/assets/media/icons/agario.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Among Us (Scratch)\",\n    \"link\": \"https://turbowarp.org/523967150/fullscreen\",\n    \"image\": \"/assets/media/icons/scratch-among-us.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Apex Legends\",\n    \"link\": \"https://play.geforcenow.com/games?game-id=cb2b1b5f-54ba-45fd-9839-96bbfe1376cd&lang=en_US&asset-id=01_c6efce00-e91e-402a-8b72-f4971f89c528\",\n    \"image\": \"/assets/media/icons/apex.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Basket Random\",\n    \"link\": \"https://html5.gamedistribution.com/rvvASMiM/bf1268dccb5d43e7970bb3edaa54afc8/index.html\",\n    \"image\": \"/assets/media/icons/br.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Basketball Stars\",\n    \"link\": \"https://html5.gamedistribution.com/69d78d071f704fa183d75b4114ae40ec/\",\n    \"image\": \"/assets/media/icons/basketball-stars.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Basketball Bros\",\n    \"link\": \"https://www.basketbros.io/\",\n    \"image\": \"/assets/media/icons/basket-bros.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Basketball Legends\",\n    \"link\": \"https://www.basketballlegends.fun/gamedata/basketball-legends-2020\",\n    \"image\": \"/assets/media/icons/basketball-legends.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Biggie Cheese Fight\",\n    \"link\": \"https://scratch.mit.edu/projects/163771748/fullscreen\",\n    \"image\": \"/assets/media/icons/biggiecheese.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Bitlife\",\n    \"link\": \"https://xlegends.github.io/bitlife/\",\n    \"image\": \"/assets/media/icons/bitlife.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"BTD 4\",\n    \"link\": \"https://en.gameslol.net/data/bloons-td-4/index.html\",\n    \"image\": \"/assets/media/icons/btd4.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"BuildNow.GG\",\n    \"link\": \"https://games.crazygames.com/en_US/buildnow-gg/index.html\",\n    \"image\": \"/assets/media/icons/build-now.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Cat Ninja\",\n    \"link\": \"https://4iapq88o5f3gc1dij3it0mp5jojnm3jr-a-sites-opensocial.googleusercontent.com/gadgets/ifr?url=https://s3.amazonaws.com/production-assetsbucket-8ljvyr1xczmb/1ee20621-61bc-4ec8-a8ec-5e839c2e6edc%252Fcat-ninja.xml\",\n    \"image\": \"/assets/media/icons/cat-ninja.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Candy Box\",\n    \"link\": \"https://candybox2.net\",\n    \"image\": \"/assets/media/icons/candybox.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Celeste PICO-8\",\n    \"link\": \"https://exok.com/minigames/celeste.html\",\n    \"image\": \"/assets/media/icons/celeste.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Clicker Heros\",\n    \"link\": \"https://www.clickerheroes.com/play.html\",\n    \"image\": \"/assets/media/icons/clickerheros.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Chess.com\",\n    \"link\": \"https://chess.com\",\n    \"image\": \"/assets/media/icons/chess.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Cluster Rush\",\n    \"link\": \"/e/2/Cluster-Rush/index.html\",\n    \"image\": \"/assets/media/icons/cluster-rush.webp\",\n    \"categories\": [\"all\", \"local\"]\n  },\n  {\n    \"name\": \"Cookie Clicker\",\n    \"link\": \"https://orteil.dashnet.org/cookieclicker/\",\n    \"image\": \"/assets/media/icons/cookieclicker.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Crossy Road\",\n    \"link\": \"https://5dd2e1e3-015f-11ea-ad56-9cb6d0d995f7.poki-gdn.com/169dc11d-e718-4b36-9e60-d5ed5bc07a31/index.html\",\n    \"image\": \"/assets/media/icons/cr.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Deepest Sword\",\n    \"link\": \"https://v6p9d9t4.ssl.hwcdn.net/html/4017918/index.html\",\n    \"image\": \"/assets/media/icons/deepest-sword.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Diep.io\",\n    \"link\": \"https://diep.io/\",\n    \"image\": \"/assets/media/icons/diep.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Doge Miner\",\n    \"link\": \"/e/1/DogeMiner/index.html\",\n    \"image\": \"/assets/media/icons/doge-miner-1.webp\",\n    \"categories\": [\"all\", \"local\"]\n  },\n  {\n    \"name\": \"Doom 1\",\n    \"link\": \"https://browncha023.github.io/GBA/launcher.html#dm\",\n    \"image\": \"/assets/media/icons/DOOM.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Doom 2\",\n    \"link\": \"https://browncha023.github.io/GBA/launcher.html#dm2\",\n    \"image\": \"/assets/media/icons/doom2.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Dreader\",\n    \"link\": \"https://donitz.itch.io/dreader\",\n    \"image\": \"/assets/media/icons/dreader.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Drift Boss\",\n    \"link\": \"https://watchdocumentaries.com/wp-content/uploads/games/drift-boss/\",\n    \"image\": \"/assets/media/icons/db.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Drift Hunters\",\n    \"link\": \"https://webglmath.github.io/drift-hunters/\",\n    \"image\": \"/assets/media/icons/drift-hunters.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Drive Mad\",\n    \"link\": \"https://raw.githack.com/3kh0/3kh0-assets/main/drive-mad/index.html\",\n    \"image\": \"/assets/media/icons/dm.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Fallout 2\",\n    \"link\": \"https://jonasz-o.itch.io/fallout2remake3d\",\n    \"image\": \"/assets/media/icons/fallout2.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"FNAF 2 (Scratch)\",\n    \"link\": \"https://scratch.mit.edu/projects/469219637/embed/\",\n    \"image\": \"/assets/media/icons/FNAF2.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Friday Night Funkin'\",\n    \"link\": \"https://w8.snokido.com/games/html5/friday-night-funkin/0281/index.html\",\n    \"image\": \"/assets/media/icons/fnf.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"FNF - Lofi Mod\",\n    \"link\": \"https://fnf.kdata1.com/lofi-funkin/2/\",\n    \"image\": \"/assets/media/icons/lofi.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"FNF VS. Snorlax\",\n    \"link\": \"https://fnf.kdata1.com/snorlax/1/\",\n    \"image\": \"/assets/media/icons/snorlax.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"JustFall.LOL\",\n    \"link\": \"https://justfall.lol\",\n    \"image\": \"/assets/media/icons/just-fall-lol.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Kirby Mirror (GBA)\",\n    \"link\": \"https://www.retrogames.onl/gba/kirby-mirror-gba.html\",\n    \"image\": \"/assets/media/icons/kirby.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Krunker\",\n    \"link\": \"https://krunker.io\",\n    \"image\": \"/assets/media/icons/krunker.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"G-Switch\",\n    \"link\": \"https://5dd24442-015f-11ea-ad56-9cb6d0d995f7.poki-gdn.com/4f2c69b4-3edc-4cd7-a078-efd3d1ea9fb5/index.html\",\n    \"image\": \"/assets/media/icons/gswitch.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"G-Switch 2\",\n    \"link\": \"https://5dd27095-015f-11ea-ad56-9cb6d0d995f7.poki-gdn.com/e0e70ee4-fdd4-4de8-931d-fde7d1cb408b/index.html\",\n    \"image\": \"/assets/media/icons/gswitch2.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"G-Switch 3\",\n    \"link\": \"https://5dd2b395-015f-11ea-ad56-9cb6d0d995f7.poki-gdn.com/120fdec6-7eeb-470f-a43c-9bcdace0dacb/index.html\",\n    \"image\": \"/assets/media/icons/gswitch3.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Golden Eye 007\",\n    \"link\": \"https://f.kbhgames.com/r/n64/game.php?file=007-golden-eye.zip\",\n    \"image\": \"/assets/media/icons/golden-eye-007.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"GBA Games 2\",\n    \"link\": \"https://cattn.github.io/gba/\",\n    \"image\": \"/assets/media/icons/gba.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Geforce NOW\",\n    \"link\": \"https://play.geforcenow.com\",\n    \"image\": \"/assets/media/icons/geforce-now.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Haunted School 1\",\n    \"link\": \"https://games.crazygames.com/en_US/haunted-school---horror-game/index.html\",\n    \"image\": \"/assets/media/icons/na.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"HexArena\",\n    \"link\": \"https://hexarena.io/\",\n    \"image\": \"/assets/media/icons/hexarena.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Hole.IO\",\n    \"link\": \"https://hole-io.com/\",\n    \"image\": \"/assets/media/icons/hole.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Idle Breakout\",\n    \"link\": \"/e/1/idle-breakout/index.html\",\n    \"image\": \"/assets/media/icons/idlebreakout.webp\",\n    \"categories\": [\"all\", \"local\"]\n  },\n  {\n    \"name\": \"Isleward\",\n    \"link\": \"https://play.isleward.com\",\n    \"image\": \"/assets/media/icons/isleward.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Interactive Buddy\",\n    \"link\": \"https://f.silvergames.com/ruffle/player.php?id=204\",\n    \"image\": \"/assets/media/icons/interactive-buddy.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"NGU Idle\",\n    \"link\": \"https://cache.armorgames.com/files/games/ngu-idle-18444/index.html?v=1559319416\",\n    \"image\": \"/assets/media/icons/nguidle.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Jacksmith\",\n    \"link\": \"https://www.coolmathgames.com/0-jacksmith/play\",\n    \"image\": \"/assets/media/icons/jacksmith.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Sandtrix\",\n    \"link\": \"https://files.crazygames.com/sandtrix/16/index.html\",\n    \"image\": \"/assets/media/icons/sandtrix.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Learn To Fly Idle\",\n    \"link\": \"https://www.gameslol.net/data/waflash/index.php?g=635\",\n    \"image\": \"/assets/media/icons/ltf_idle.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Lordz.io\",\n    \"link\": \"https://lordz.io/\",\n    \"image\": \"/assets/media/icons/lordz.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Masked IO\",\n    \"link\": \"https://unblocked-games.s3.amazonaws.com/games/masked-io/index.html\",\n    \"image\": \"/assets/media/icons/masked-forces.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Mario Kart 64\",\n    \"link\": \"https://static.arcadespot.com/retroemulator.php?system=n64&game=2017/06/mario-kart-64.zip\",\n    \"image\": \"/assets/media/icons/mario-kart-64.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Mobs Inc\",\n    \"link\": \"https://overboy.itch.io/mobs-inc\",\n    \"image\": \"/assets/media/icons/mobsinc.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Monkey Mart\",\n    \"link\": \"/e/2/monkey-mart/index.html\",\n    \"image\": \"/assets/media/icons/mm.webp\",\n    \"categories\": [\"all\", \"local\"]\n  },\n  {\n    \"name\": \"MooMoo.io\",\n    \"link\": \"https://moomoo.io\",\n    \"image\": \"/assets/media/icons/moo.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Mortal Kombat 4\",\n    \"link\": \"https://f.kbhgames.com/r/n64/game.php?file=Mortal-Kombat-4-U.zip\",\n    \"image\": \"/assets/media/icons/mortal-kombat-4.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Mr. Mine\",\n    \"link\": \"https://www.coolmathgames.com/0-mr-mine/play\",\n    \"image\": \"/assets/media/icons/mrmine.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Moto X3M\",\n    \"link\": \"https://html5.gamedistribution.com/rvvASMiM/5b0abd4c0faa4f5eb190a9a16d5a1b4c/index.html\",\n    \"image\": \"/assets/media/icons/mx3m.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"MX3M: Pool Party\",\n    \"link\": \"https://h0jokl1egt0fd4oc8qv3j0tltl9jbqhn-a-sites-opensocial.googleusercontent.com/gadgets/ifr?url=https://649025137-174029463385024710.preview.editmysite.com/uploads/b/139890129-767696982876512205/files/mx3mpp.xml\",\n    \"image\": \"/assets/media/icons/mx3m.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"MX3M: Spooky Land\",\n    \"link\": \"https://html5.gamedistribution.com/rvvASMiM/b8a342904608470a9f3382337aca3558/index.html\",\n    \"image\": \"/assets/media/icons/mx3m-spooky.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"MX3M: Winter\",\n    \"link\": \"https://www-sites-opensocial.googleusercontent.com/gadgets/ifr?url=https://sites.google.com/site/s017q3e/moto-x3m-4-winter.xml\",\n    \"image\": \"/assets/media/icons/mx3m-winter.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Saul Run\",\n    \"link\": \"https://complex-ify.itch.io/saul-goodman\",\n    \"image\": \"/assets/media/icons/saulrun.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Ninja Cat Exploit\",\n    \"link\": \"https://html5.gamedistribution.com/rvvASMiM/903ba9346b9d437e9c7e81d672cead44/index.html\",\n    \"image\": \"/assets/media/icons/ninja-cat.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"OvO\",\n    \"link\": \"https://8rlfg0ch3417et18dp8lvps6uo7c3b2c-a-sites-opensocial.googleusercontent.com/gadgets/ifr?url=https://427396048-642845047394716217.preview.editmysite.com/uploads/b/139890129-761103484729797659/files/ovo.xml\",\n    \"image\": \"/assets/media/icons/ovo.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Online Racing Game!\",\n    \"link\": \"https://jchabin.github.io/cars/\",\n    \"image\": \"/assets/media/icons/OR.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Online Soccer M.\",\n    \"link\": \"https://www.onlinesoccermanager.com/\",\n    \"image\": \"/assets/media/icons/osm.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Papa's Bakeria\",\n    \"link\": \"https://f.silvergames.com/emu/waffle/?id=5458\",\n    \"image\": \"/assets/media/icons/bakeria.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Papa's Cupcakeria\",\n    \"link\": \"https://f.silvergames.com/emu/waffle/?id=3246\",\n    \"image\": \"/assets/media/icons/cupcakeria.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Papa Louie 1\",\n    \"link\": \"https://f.silvergames.com/ruffle/player.php?id=1373\",\n    \"image\": \"/assets/media/icons/louie1.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Papa Louie 2\",\n    \"link\": \"https://f.silvergames.com/emu/waffle/?id=3042\",\n    \"image\": \"/assets/media/icons/louie2.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Papa Louie 3\",\n    \"link\": \"https://f.silvergames.com/emu/waffle/?id=4693\",\n    \"image\": \"/assets/media/icons/papa-louie-3.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Papa's Pizzeria\",\n    \"link\": \"https://f.silvergames.com/ruffle/player.php?id=1360\",\n    \"image\": \"/assets/media/icons/pizzeria.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Paper Mario 64\",\n    \"link\": \"https://f.kbhgames.com/r/n64/game.php?file=Paper%20Mario%20(USA).zip\",\n    \"image\": \"/assets/media/icons/paper-mario-64.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Paper.io\",\n    \"link\": \"https://paper-io.com/\",\n    \"image\": \"/assets/media/icons/paperio.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Pixel Shooter\",\n    \"link\": \"https://94bfktj403i6m18as4vkvtreqd0ohci4-a-sites-opensocial.googleusercontent.com/gadgets/ifr?url=https://274019683-173520394482650759.preview.editmysite.com/uploads/b/139890129-131715539788281629/files/ps.xml\",\n    \"image\": \"/assets/media/icons/pixel-shooter.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Pizza Tower\",\n    \"link\": \"https://gamaverse.com/c/e/g/pizza-tower-1678640389/index.html\",\n    \"image\": \"/assets/media/icons/pizza-tower.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Pokemon Heart Gold\",\n    \"link\": \"https://static.arcadespot.com/retroemulator.php?system=nds&game=2017/10/pokemon-heartgold-version1.zip\",\n    \"image\": \"/assets/media/icons/heartgold.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Pokemon Showdown\",\n    \"link\": \"https://play.pokemonshowdown.com\",\n    \"image\": \"/assets/media/icons/showdown.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Google Baseball\",\n    \"link\": \"https://www.google.com/logos/2019/july4th19/r6/july4th19.html\",\n    \"image\": \"/assets/media/icons/googlebaseball.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Deal or No Deal\",\n    \"link\": \"https://f.kbhgames.com/RS/game.php?r=//f.kbhgames.com/2018/swf/dondeal2.swf&w=640&h=480&warnsupport=true\",\n    \"image\": \"/assets/media/icons/deal-or-no-deal.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Deadshot\",\n    \"link\": \"https://deadshot.io\",\n    \"image\": \"/assets/media/icons/deadshot.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Rainbow Tower\",\n    \"link\": \"https://www.mathplayground.com/mobile_rainbow_tower/index.html\",\n    \"image\": \"/assets/media/icons/rainbowtower.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Doodle Jump\",\n    \"link\": \"https://doodlejump.pro/\",\n    \"image\": \"/assets/media/icons/doodlejump.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Madalin Stunt Cars Multiplayer\",\n    \"link\": \"https://games.crazygames.com/en_US/madalin-cars-multiplayer/index.html\",\n    \"image\": \"/assets/media/icons/madalinmultiplayer.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"Madalin Stunt Cars 2\",\n    \"link\": \"https://games.crazygames.com/en_US/madalin-stunt-cars-2/index.html\",\n    \"image\": \"/assets/media/icons/madalinstuntcars2.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Madalin Stunt Cars 3\",\n    \"link\": \"https://games.crazygames.com/en_US/madalin-stunt-cars-3/index.html\",\n    \"image\": \"/assets/media/icons/madalinstuntcars3.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"PM: Light Platinum\",\n    \"link\": \"https://browncha023.github.io/GBA/launcher.html#pokemonlp\",\n    \"image\": \"/assets/media/icons/lp.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Precision Client\",\n    \"link\": \"https://glcdn.githack.com/3kh0/3kh0-assets/-/raw/main/precision-client/index.html\",\n    \"image\": \"/assets/media/icons/precision.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Rainbow Six Siege\",\n    \"link\": \"https://play.geforcenow.com/games?game-id=1dd07d47-6601-42f7-80e9-e4d8db08ea1b&lang=en_US&asset-id=01_44417-48c3d8e642e2\",\n    \"image\": \"/assets/media/icons/r6.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Red Ball 1\",\n    \"link\": \"https://www.algebrashelper.com/redball\",\n    \"image\": \"/assets/media/icons/redball1.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Red Ball 2\",\n    \"link\": \"https://www.algebrashelper.com/redball-2\",\n    \"image\": \"/assets/media/icons/redball2.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Red Ball 4\",\n    \"link\": \"https://www.algebrashelper.com/redball-4\",\n    \"image\": \"/assets/media/icons/redball4.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Red Ball 4 Vol. 2\",\n    \"link\": \"https://www.algebrashelper.com/read-ball-4v2\",\n    \"image\": \"/assets/media/icons/redball4vol2.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Red Ball 4 Vol. 3\",\n    \"link\": \"https://www.algebrashelper.com/red-ball-4v3\",\n    \"image\": \"/assets/media/icons/redball4vol3.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Riddle School 2\",\n    \"link\": \"https://f.silvergames.com/ruffle/player.php?id=8564\",\n    \"image\": \"/assets/media/icons/rs2.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Riddle School 3\",\n    \"link\": \"https://riddle-school-3.game-files.crazygames.com/ruffle/riddleschool3.html\",\n    \"image\": \"/assets/media/icons/rs3.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Rocket Pult\",\n    \"link\": \"https://v6p9d9t4.ssl.hwcdn.net/html/565140/index.html\",\n    \"image\": \"/assets/media/icons/rocketpult.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Rooftop Snipers\",\n    \"link\": \"https://html5.gamedistribution.com/rvvASMiM/c3a70ae98547407a92ebedca8b79fdfa/index.html\",\n    \"image\": \"/assets/media/icons/rooftop.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Sand Spiel\",\n    \"link\": \"https://sandspiel.club/\",\n    \"image\": \"/assets/media/icons/sand.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Sandboxels\",\n    \"link\": \"https://v6p9d9t4.ssl.hwcdn.net/html/5808591/index.html\",\n    \"image\": \"/assets/media/icons/sandboxels.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Shapez.IO\",\n    \"link\": \"https://shapez.io\",\n    \"image\": \"/assets/media/icons/shapezio.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Shell Shockers\",\n    \"link\": \"https://shellshock.io/\",\n    \"image\": \"/assets/media/icons/shell-shockers.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Slither.io\",\n    \"link\": \"https://slither.io/\",\n    \"image\": \"/assets/media/icons/slither.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Smash Bros 64\",\n    \"link\": \"https://emulatorgames.online/games/n64/super-smash-bros\",\n    \"image\": \"/assets/media/icons/super-smash-bros-64.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Smash Karts\",\n    \"link\": \"https://smashkarts.io/\",\n    \"image\": \"/assets/media/icons/smashkarts.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Snowball.io\",\n    \"link\": \"https://games.crazygames.com/en_US/snowball-io/index.html\",\n    \"image\": \"/assets/media/icons/snowball.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Space Plan\",\n    \"link\": \"https://jhollands.co.uk/spaceplan/\",\n    \"image\": \"/assets/media/icons/spaceplan.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Stumble Guys\",\n    \"link\": \"https://www.stumbleguys.com/play\",\n    \"image\": \"/assets/media/icons/stumble-guys.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Stumble Guys Clone\",\n    \"link\": \"https://stumble-guys.io/stumble-guys.embed\",\n    \"image\": \"/assets/media/icons/stumble-guys.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Sugar Sugar HTML5\",\n    \"link\": \"https://66564262-37c6-4095-a731-535342e4bbe4.poki-gdn.com/5bd6e8c6-381d-4de5-9823-96662d29afaf/index.html\",\n    \"image\": \"/assets/media/icons/sugarsugar.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Super Mario 63\",\n    \"link\": \"https://www.numuki.com/gameframe/super-mario-63\",\n    \"image\": \"/assets/media/icons/sm63.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Super Mario 64\",\n    \"link\": \"https://f.kbhgames.com/r/n64/game.php?file=32112_super-mario-64-usa.zip\",\n    \"image\": \"/assets/media/icons/sm64.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Super Smash Flash\",\n    \"link\": \"https://f.kbhgames.com/RS/game.php?r=//f.kbhgames.com/2018/swf/smashflash.swf&w=1521&h=753\",\n    \"image\": \"/assets/media/icons/ssf1.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Supply Chain Idle\",\n    \"link\": \"https://chat.kongregate.com/gamez/0027/1653/live/index.html?kongregate_game_version=1554392772\",\n    \"image\": \"/assets/media/icons/supplychainlogo.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Taming.io\",\n    \"link\": \"https://taming.io/\",\n    \"image\": \"/assets/media/icons/tamingio.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Temple of Boom\",\n    \"link\": \"https://temple-of-boom.github.io/file/\",\n    \"image\": \"/assets/media/icons/templeofboom.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"Tanuki Sunset\",\n    \"link\": \"https://watchdocumentaries.com/wp-content/uploads/games/tanuki-sunset\",\n    \"image\": \"/assets/media/icons/tanuki.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"The Simpsons\",\n    \"link\": \"https://static.arcadespot.com/retroemulator.php?system=nds&game=2017/11/the-simpsons-game.zip\",\n    \"image\": \"/assets/media/icons/the-simpsons-game.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Temple Run 2\",\n    \"link\": \"https://watchdocumentaries.com/wp-content/uploads/games/temple-run-2/\",\n    \"image\": \"/assets/media/icons/temple-run-2.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Twitch Tetris\",\n    \"link\": \"https://www.rossipotti.de/ausgabe28/tetris/controls.html\",\n    \"image\": \"/assets/media/icons/na.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Voxiom.io\",\n    \"link\": \"https://voxiom.io/\",\n    \"image\": \"/assets/media/icons/voxiom.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Zombs.io\",\n    \"link\": \"https://zombs.io/\",\n    \"image\": \"/assets/media/icons/zombs-io.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Zombs Royale\",\n    \"link\": \"https://zombsroyale.io\",\n    \"image\": \"/assets/media/icons/zombs-royale.webp\",\n    \"categories\": [\"all,\", \"2P\"]\n  },\n  {\n    \"name\": \"GBA Games\",\n    \"link\": \"https://real-sgs.vercel.app/Tools/GBA-Emulator\",\n    \"image\": \"/assets/media/icons/gba.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Retro Bowl\",\n    \"link\": \"/e/2/retro/index.html\",\n    \"image\": \"/assets/media/icons/retro.webp\",\n    \"categories\": [\"all,\", \"sports\", \"local\"]\n  },\n  {\n    \"name\": \"Roblox (Now.GG)\",\n    \"link\": \"https://now.gg/iframe/snippet?app_pkg=com.roblox.client&partner=interstellar\",\n    \"image\": \"/assets/media/icons/roblox.webp\",\n    \"categories\": [\"all\", \"emu\", \"android\"]\n  },\n  {\n    \"name\": \"Madden NFL 24\",\n    \"link\": \"https://now.gg/iframe/snippet?app_pkg=com.ea.gp.maddennfl21mobile&partner=interstellar\",\n    \"image\": \"/assets/media/icons/maddennfl24.webp\",\n    \"categories\": [\"all\", \"emu\", \"android\"]\n  },\n  {\n    \"name\": \"Android\",\n    \"link\": \"https://now.gg/iframe/snippet?app_pkg=com.uncube.launcher3&partner=interstellar\",\n    \"image\": \"/assets/media/icons/android.webp\",\n    \"categories\": [\"all\", \"emu\", \"android\"]\n  },\n  {\n    \"name\": \"Genshin Impact\",\n    \"link\": \"https://now.gg/iframe/snippet?app_pkg=com.miHoYo.GenshinImpact&partner=interstellar\",\n    \"image\": \"/assets/media/icons/genshinimpact.webp\",\n    \"categories\": [\"all\", \"emu\", \"android\"]\n  },\n  {\n    \"name\": \"Fortnite (Now.GG)\",\n    \"link\": \"https://now.gg/iframe/snippet?app_pkg=com.epicgames.fortnite&partner=interstellar\",\n    \"image\": \"/assets/media/icons/fortnite.webp\",\n    \"categories\": [\"all\", \"emu\", \"android\"]\n  },\n  {\n    \"name\": \"EA SPORTS FC™ MOBILE 24 SOCCER\",\n    \"link\": \"https://now.gg/iframe/snippet?app_pkg=com.ea.gp.fifamobile&partner=interstellar\",\n    \"image\": \"/assets/media/icons/easports-fcmobile24.webp\",\n    \"categories\": [\"all\", \"emu\", \"android\"]\n  },\n  {\n    \"name\": \"EA SPORTS™ UFC® Mobile 2\",\n    \"link\": \"https://now.gg/iframe/snippet?app_pkg=com.ea.gp.easportsufc2&partner=interstellar\",\n    \"image\": \"/assets/media/icons/easports-ufc.webp\",\n    \"categories\": [\"all\", \"emu\", \"android\"]\n  },\n  {\n    \"name\": \"Melon Playground\",\n    \"link\": \"https://now.gg/iframe/snippet?app_pkg=com.studio27.MelonPlayground&partner=interstellar\",\n    \"image\": \"/assets/media/icons/melonplayground.webp\",\n    \"categories\": [\"all\", \"emu\", \"android\"]\n  },\n  {\n    \"name\": \"Solar Smash\",\n    \"link\": \"https://now.gg/iframe/snippet?app_pkg=com.paradyme.solarsmash&partner=interstellar\",\n    \"image\": \"/assets/media/icons/solarsmash.webp\",\n    \"categories\": [\"all\", \"emu\", \"android\"]\n  },\n  {\n    \"name\": \"Bloons TD Battles 2\",\n    \"link\": \"https://now.gg/iframe/snippet?app_pkg=com.ninjakiwi.bloonstdbattles2&partner=interstellar\",\n    \"image\": \"/assets/media/icons/bloonstd2.webp\",\n    \"categories\": [\"all\", \"emu\", \"android\"]\n  },\n  {\n    \"name\": \"Bloons TD Battles\",\n    \"link\": \"https://now.gg/iframe/snippet?app_pkg=com.ninjakiwi.bloonstdbattles&partner=interstellar\",\n    \"image\": \"/assets/media/icons/bloonstd.webp\",\n    \"categories\": [\"all\", \"emu\", \"android\"]\n  },\n  {\n    \"name\": \"Cookie Run Kingdom\",\n    \"link\": \"https://now.gg/iframe/snippet?app_pkg=com.devsisters.ck&partner=interstellar\",\n    \"image\": \"/assets/media/icons/cookierunkingdom.webp\",\n    \"categories\": [\"all\", \"emu\", \"android\"]\n  },\n  {\n    \"name\": \"Character AI\",\n    \"link\": \"https://now.gg/iframe/snippet?app_pkg=ai.character.app&partner=interstellar\",\n    \"image\": \"/assets/media/icons/characterai.webp\",\n    \"categories\": [\"all\", \"emu\", \"android\"]\n  },\n  {\n    \"name\": \"Aptoide\",\n    \"link\": \"https://now.gg/iframe/snippet?app_pkg=com.aptoide.partners.nowgg.store&partner=interstellar\",\n    \"image\": \"/assets/media/icons/aptoide.webp\",\n    \"categories\": [\"all\", \"emu\", \"android\"]\n  },\n  {\n    \"name\": \"Akinator\",\n    \"link\": \"https://now.gg/iframe/snippet?app_pkg=com.digidust.elokence.akinator.freemium&partner=interstellar\",\n    \"image\": \"/assets/media/icons/akinator.webp\",\n    \"categories\": [\"all\", \"emu\", \"android\"]\n  },\n  {\n    \"name\": \"WorldBox\",\n    \"link\": \"https://now.gg/iframe/snippet?app_pkg=com.mkarpenko.worldbox&partner=interstellar\",\n    \"image\": \"/assets/media/icons/worldbox.webp\",\n    \"categories\": [\"all\", \"emu\", \"android\"]\n  },\n  {\n    \"name\": \"Toca Life World\",\n    \"link\": \"https://now.gg/iframe/snippet?app_pkg=com.tocaboca.tocalifeworld&partner=interstellar\",\n    \"image\": \"/assets/media/icons/tocalifeworld.webp\",\n    \"categories\": [\"all\", \"emu\", \"android\"]\n  },\n  {\n    \"name\": \"Toca Hair Salon 4\",\n    \"link\": \"https://now.gg/iframe/snippet?app_pkg=com.tocaboca.tocahairsalon4&partner=interstellar\",\n    \"image\": \"/assets/media/icons/tocabocahairsalon4.webp\",\n    \"categories\": [\"all\", \"emu\", \"android\"]\n  },\n  {\n    \"name\": \"Toca Kitchen 2\",\n    \"link\": \"https://now.gg/iframe/snippet?app_pkg=com.tocaboca.tocakitchen2&partner=interstellar\",\n    \"image\": \"/assets/media/icons/tocakitchen2.webp\",\n    \"categories\": [\"all\", \"emu\", \"android\"]\n  },\n  {\n    \"name\": \"Free Fire\",\n    \"link\": \"https://now.gg/iframe/snippet?app_pkg=com.dts.freefireth&partner=interstellar\",\n    \"image\": \"/assets/media/icons/freefire.webp\",\n    \"categories\": [\"all\", \"emu\", \"android\"]\n  },\n  {\n    \"name\": \"Stumble Guys (Android)\",\n    \"link\": \"https://now.gg/iframe/snippet?app_pkg=com.kitkagames.fallbuddies&partner=interstellar\",\n    \"image\": \"/assets/media/icons/stumble-guys.webp\",\n    \"categories\": [\"all\", \"emu\", \"android\"]\n  },\n  {\n    \"name\": \"Now.GG\",\n    \"link\": \"https://now.gg\",\n    \"image\": \"/assets/media/icons/now-gg.webp\",\n    \"categories\": [\"all\", \"emu\", \"android\"]\n  },\n  {\n    \"name\": \"Roblox (NowGG.me) [Working]\",\n    \"link\": \"https://nowgg.me/apps/roblox-corporation/5349/roblox.html\",\n    \"image\": \"/assets/media/icons/shuttle.webp\",\n    \"categories\": [\"all\", \"emu\", \"android\"]\n  },\n  {\n    \"name\": \"Now.GG (NowGG.me) [Working]\",\n    \"link\": \"https://nowgg.me\",\n    \"image\": \"/assets/media/icons/shuttle.webp\",\n    \"categories\": [\"all\", \"emu\", \"android\"]\n  },\n  {\n    \"name\": \"Parappa the Rapper\",\n    \"link\": \"https://retrogamesonline.io/parappa-the-rapper.embed\",\n    \"image\": \"/assets/media/icons/ptr.webp\",\n    \"categories\": [\"all\", \"emu\"]\n  },\n  {\n    \"name\": \"Half-Life\",\n    \"link\": \"https://x8bitrain.github.io/webXash/\",\n    \"image\": \"/assets/media/icons/half-life.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Kiomet\",\n    \"link\": \"https://kiomet.com\",\n    \"image\": \"/assets/media/icons/kiomet.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Tribals.io\",\n    \"link\": \"https://tribals.io/\",\n    \"image\": \"/assets/media/icons/tribalsio.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Counter Strike 1.6\",\n    \"link\": \"https://play-cs.com/en/servers\",\n    \"image\": \"/assets/media/icons/cs16.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Narrow One\",\n    \"link\": \"https://narrow.one\",\n    \"image\": \"/assets/media/icons/narrowone.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Kirka\",\n    \"link\": \"https://kirka.io\",\n    \"image\": \"/assets/media/icons/kirka.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Cryzen\",\n    \"link\": \"https://cryzen.io\",\n    \"image\": \"/assets/media/icons/cryzen.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Hordes\",\n    \"link\": \"https://hordes.io\",\n    \"image\": \"/assets/media/icons/hordes.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Venge\",\n    \"link\": \"https://venge.io\",\n    \"image\": \"/assets/media/icons/venge.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Minecraft 1.5.2 (Eaglercraft)\",\n    \"link\": \"/e/2/eag15/index.html\",\n    \"image\": \"/assets/media/icons/mc.webp\",\n    \"categories\": [\"all\", \"2P\", \"emu\", \"local\"]\n  },\n  {\n    \"name\": \"Minecraft 1.8 (Eaglercraft)\",\n    \"link\": \"/e/2/eag18/offline.html\",\n    \"image\": \"/assets/media/icons/mc.webp\",\n    \"categories\": [\"all\", \"2P\", \"emu\", \"local\"]\n  },\n  {\n    \"name\": \"Minecraft 1.8 (Eagler WASM)\",\n    \"link\": \"/e/2/eag18/wasm.html\",\n    \"image\": \"/assets/media/icons/mc.webp\",\n    \"categories\": [\"all\", \"2P\", \"emu\", \"local\"]\n  },\n  {\n    \"name\": \"Getaway S.\",\n    \"link\": \"https://www.twoplayergames.org/embed/getaway-shootout\",\n    \"image\": \"/assets/media/icons/getaway.webp\",\n    \"categories\": [\"all\", \"2P\"]\n  },\n  {\n    \"name\": \"2048\",\n    \"link\": \"/e/1/2048/index.html\",\n    \"image\": \"/assets/media/icons/2048.webp\",\n    \"categories\": [\"all\", \"local\"]\n  },\n  {\n    \"name\": \"2048 Multitasking\",\n    \"link\": \"/e/1/2048-multitask/index.html\",\n    \"image\": \"/assets/media/icons/2048.webp\",\n    \"categories\": [\"all\", \"local\"]\n  },\n  {\n    \"name\": \"Vex 7\",\n    \"link\": \"/e/1/vex7/index.html\",\n    \"image\": \"/assets/media/icons/vex7.webp\",\n    \"categories\": [\"all\", \"local\"]\n  },\n  {\n    \"name\": \"Vex 6\",\n    \"link\": \"/e/1/vex6/index.html\",\n    \"image\": \"/assets/media/icons/vex6.webp\",\n    \"categories\": [\"all\", \"local\"]\n  },\n  {\n    \"name\": \"Vex 5\",\n    \"link\": \"/e/1/vex5/index.html\",\n    \"image\": \"/assets/media/icons/vex5.webp\",\n    \"categories\": [\"all\", \"local\"]\n  },\n  {\n    \"name\": \"Vex 3\",\n    \"link\": \"/e/1/vex3/index.html\",\n    \"image\": \"/assets/media/icons/vex3.webp\",\n    \"categories\": [\"all\", \"local\"]\n  },\n  {\n    \"name\": \"Vex 4\",\n    \"link\": \"/e/1/vex4/index.html\",\n    \"image\": \"/assets/media/icons/vex4.webp\",\n    \"categories\": [\"all\", \"local\"]\n  },\n  {\n    \"name\": \"Windows 96\",\n    \"link\": \"https://windows96.net\",\n    \"image\": \"/assets/media/icons/windows96.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"The Impossible Quiz: Book 2\",\n    \"link\": \"https://f.silvergames.com/ruffle/player.php?id=3742\",\n    \"image\": \"/assets/media/icons/book2.webp\",\n    \"categories\": [\"all\", \"emu\"]\n  },\n  {\n    \"name\": \"Wrassling\",\n    \"link\": \"https://games.poki.com/458768/wrassling\",\n    \"image\": \"/assets/media/icons/wrassling.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Happy Wheels\",\n    \"link\": \"https://games-online.io/game/HappyWheels/\",\n    \"image\": \"/assets/media/icons/hw.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Google Snake Modded\",\n    \"link\": \"https://googlesnakemods.com/v/current/\",\n    \"image\": \"/assets/media/icons/snake.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Idle Startup Tycoon\",\n    \"link\": \"https://www.mortgagecalculator.org/money-games/idle-startup-tycoon/\",\n    \"image\": \"/assets/media/icons/idlestartup.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Two Player Games\",\n    \"link\": \"https://www.twoplayergames.org/\",\n    \"image\": \"/assets/media/icons/tpg.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Five Nights at Winston's\",\n    \"link\": \"https://g.deev.is/fnaw/\",\n    \"image\": \"/assets/media/icons/fnaw.webp\",\n    \"categories\": [\"all\", \"game\"]\n  },\n  {\n    \"name\": \"Goomy Clicker 2\",\n    \"link\": \"https://idle-js-games.github.io/goomyClicker2/\",\n    \"image\": \"/assets/media/icons/gc2.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Space Company\",\n    \"link\": \"/e/1/space-company/index.html\",\n    \"image\": \"/assets/media/icons/sc.png\",\n    \"categories\": [\"all\", \"local\"]\n  },\n  {\n    \"name\": \"Mario Kart DS\",\n    \"link\": \"https://seraph.reveriestudios.online/games/mariokartds/index.html\",\n    \"image\": \"/assets/media/icons/mariokartds.jpg\",\n    \"categories\": [\"all\", \"emu\"]\n  },\n  {\n    \"name\": \"Cooking Mama\",\n    \"link\": \"https://seraph.reveriestudios.online/games/cookingmama/index.html\",\n    \"image\": \"/assets/media/icons/cookingmama.jpg\",\n    \"categories\": [\"all\", \"emu\"]\n  },\n  {\n    \"name\": \"Wordle\",\n    \"link\": \"https://www.nytimes.com/games/wordle/index.html\",\n    \"image\": \"/assets/media/icons/w.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Wordle Unlimited\",\n    \"link\": \"https://wordleunlimited.org/\",\n    \"image\": \"/assets/media/icons/w.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Wordly\",\n    \"link\": \"https://wordly.org/\",\n    \"image\": \"/assets/media/icons/w.webp\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Connections\",\n    \"link\": \"https://www.nytimes.com/games/connections\",\n    \"image\": \"/assets/media/icons/cn.png\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Connections Unlimited\",\n    \"link\": \"https://1games.io/game/connections-game/\",\n    \"image\": \"/assets/media/icons/cn.png\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Globle\",\n    \"link\": \"https://globle.org/?\",\n    \"image\": \"/assets/media/icons/cn.png\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Particle Clicker\",\n    \"link\": \"/e/1/particle-clicker/index.html\",\n    \"image\": \"/assets/media/icons/pc.png\",\n    \"categories\": [\"all,\", \"local\"]\n  },\n  {\n    \"name\": \"ShipCraft.io\",\n    \"link\": \"https://shipcraft.io/\",\n    \"categories\": [\"all\"]\n  },\n  {\n    \"name\": \"Super Mario Bros.\",\n    \"link\": \"https://emulator-games.pages.dev/nes/Super Mario Bros.\",\n    \"image\": \"/assets/media/icons/emulator/smb.webp\",\n    \"categories\": [\"all\", \"emu\"]\n  },\n  {\n    \"name\": \"Super Mario Bros. 2\",\n    \"link\": \"https://emulator-games.pages.dev/nes/Super Mario Bros. 2\",\n    \"image\": \"/assets/media/icons/emulator/smb2.webp\",\n    \"categories\": [\"all\", \"emu\"]\n  },\n  {\n    \"name\": \"Super Mario Bros. 3\",\n    \"link\": \"https://emulator-games.pages.dev/nes/Super Mario Bros. 3\",\n    \"image\": \"/assets/media/icons/emulator/smb3.webp\",\n    \"categories\": [\"all\", \"emu\"]\n  }\n]\n"
  },
  {
    "path": "static/assets/json/g.min.json",
    "content": "[{\"name\":\"! Create Custom App\",\"image\":\"/assets/media/icons/custom.webp\",\"categories\":[\"all\"],\"custom\":\"true\"},{\"name\":\"! Interstellar FAQ/Docs\",\"image\":\"/assets/media/icons/help_center_googlefonts.png\",\"link\":\"https://docs.gointerstellar.app\",\"categories\":[\"all\"]},{\"name\":\"! [NEW] Request A Game\",\"link\":\"https://forms.gle/vwdHN3iPz5cLaHaMA\",\"image\":\"/assets/media/icons/request.webp\",\"categories\":[\"all\"]},{\"name\":\"Fancade\",\"link\":\"https://play.fancade.com\",\"image\":\"/assets/media/icon/fancade.jpg\",\"categories\":[\"all\"]},{\"name\":\"Amazon Luna\",\"link\":\"https://luna.amazon.com/\",\"image\":\"/assets/media/icons/amazon-luna.webp\",\"categories\":[\"all\"],\"blank\":\"true\"},{\"name\":\"Gartic Phone\",\"link\":\"https://garticphone.com\",\"image\":\"/assets/media/icons/garticphone.webp\",\"categories\":[\"all\"]},{\"name\":\"Newgrounds\",\"link\":\"https://newgrounds.com/\",\"image\":\"/assets/media/icons/newgrounds.webp\",\"categories\":[\"all\"]},{\"name\":\"Pranx\",\"link\":\"https://pranx.com/\",\"image\":\"/assets/media/icons/pranx.webp\",\"categories\":[\"all\"]},{\"name\":\"Steam\",\"link\":\"https://steampowered.com/\",\"image\":\"/assets/media/icons/steam.webp\",\"categories\":[\"all\"],\"say\":\"Steam can't actually be added because it's an app, not a website. This only lets you browse the Steam website, you can't actually play any games unless you use Geforce Now.\",\"partial\":true},{\"name\":\"Swordbattle.io\",\"link\":\"https://swordbattle.io/\",\"image\":\"/assets/media/icons/swordbattle.webp\",\"categories\":[\"all\",\"2d\"]},{\"name\":\"Stabfish.io\",\"link\":\"https://stabfish.io/\",\"image\":\"/assets/media/icons/stabfish.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"Dynast.io\",\"link\":\"https://dynast.io\",\"image\":\"/assets/media/icons/dynast-io.webp\",\"categories\":[\"all\"]},{\"name\":\"Twisted Cooking Mama\",\"link\":\"https://twisted-cooking-mama.game-files.crazygames.com/ruffle/twisted-cooking-mama/1/twistedcookingmama.html?v=1.273\",\"image\":\"/assets/media/icons/twistedcookingmama.webp\",\"categories\":[\"all\"]},{\"name\":\"Marbles Garden\",\"link\":\"https://www.coolmathgames.com/0-marbles-garden/play\",\"image\":\"/assets/media/icons/marblesgarden.webp\",\"categories\":[\"all\"]},{\"name\":\"Fancy Pants Adventure\",\"link\":\"https://games.crazygames.com/en_US/fancy-pants-adventure-world/index.html?v=1.273\",\"image\":\"/assets/media/icons/fancypantsadventures.webp\",\"categories\":[\"all\"]},{\"name\":\"Fancy Pants Adventure 2\",\"link\":\"https://games.crazygames.com/en_US/fancy-pants-adventure-world/index.html?v=1.273\",\"image\":\"/assets/media/icons/fancypantsadventures2.webp\",\"categories\":[\"all\"]},{\"name\":\"Rooftop Snipers 2\",\"link\":\"https://h5cdn.github.io/s6/rooftop-snipers-2/\",\"image\":\"/assets/media/icons/rooftopsnipers2.webp\",\"categories\":[\"all\"]},{\"name\":\"Stickman Archero Fight\",\"link\":\"https://html5.gamedistribution.com/rvvASMiM/3f4c166817ad4fd4b5b05d9adba22fcd/index.html\",\"image\":\"/assets/media/icons/stickman-archero-fight.webp\",\"categories\":[\"all\"]},{\"name\":\"Earn to Die 2012 Part 2\",\"link\":\"https://games-online.io/game/EarnToDie/index.html\",\"image\":\"/assets/media/icons/earntodie2012part2.webp\",\"categories\":[\"all\"]},{\"name\":\"Lostgamer\",\"link\":\"https://lostgamer.io\",\"image\":\"/assets/media/icons/lostgamerio.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"Thisissand\",\"link\":\"https://thisissand.com/\",\"image\":\"/assets/media/icons/thisissand.webp\",\"categories\":[\"all\"]},{\"name\":\"digdig.io\",\"link\":\"https://digdig.io/\",\"image\":\"/assets/media/icons/digdigio.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"Big Tower Tiny Square\",\"link\":\"https://www.coolmathgames.com/0-big-tower-tiny-square/play\",\"image\":\"/assets/media/icons/bigtowertinysquare.webp\",\"categories\":[\"all\"]},{\"name\":\"The Impossible Quiz\",\"link\":\"https://the-impossible-quiz.game-files.crazygames.com/ruffle/theimpossiblequiz.html\",\"image\":\"/assets/media/icons/theimpossiblequiz.webp\",\"categories\":[\"all\"]},{\"name\":\"Helix Jump\",\"link\":\"https://helix-jump.game-files.crazygames.com/helix-jump/1/index.html\",\"image\":\"/assets/media/icons/helixjump.webp\",\"categories\":[\"all\"]},{\"name\":\"skribbl\",\"link\":\"https://skribbl.io/\",\"image\":\"/assets/media/icons/skribblio.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"Wings!\",\"link\":\"https://wings.io/\",\"image\":\"/assets/media/icons/wingsio.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"Stomped.io\",\"link\":\"https://stomped.io\",\"image\":\"/assets/media/icons/stompedio.webp\",\"categories\":[\"all\"]},{\"name\":\"Age of War\",\"link\":\"https://age-of-war.game-files.crazygames.com/ruffle/ageofwar.html\",\"image\":\"/assets/media/icons/ageofwar.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"Brain Test\",\"link\":\"https://0322484b-7a58-4454-9667-f805afffded5.poki-gdn.com/2e6b68d3-0f43-4b84-9c14-ab59f94e566c/index.html?country=US&ccpaApplies=0&url_referrer=https%3A%2F%2Fpoki.com%2F&tag=pg-v3.132.1&site_id=3&iso_lang=en&poki_url=https%3A%2F%2Fpoki.com%2Fen%2Fg%2Fbrain-test-tricky-puzzles&gdhoist=yes&nonPersonalized=n&familyFriendly=n&categories=7%2C16%2C37%2C72%2C96%2C400%2C832%2C843%2C1140%2C1150%2C1159&special_condition=landing&game_id=0322484b-7a58-4454-9667-f805afffded5&game_version_id=2e6b68d3-0f43-4b84-9c14-ab59f94e566c\",\"image\":\"/assets/media/icons/braintest.webp\",\"categories\":[\"all\"]},{\"name\":\"Gladihoppers\",\"link\":\"https://bonbang.github.io/store99/gladihoppers/index.html\",\"image\":\"/assets/media/icons/gladihoppers.webp\",\"categories\":[\"all\"]},{\"name\":\"Snow Rider 3D\",\"link\":\"https://html5.gamedistribution.com/rvvASMiM/3b79a8537ebc414fb4f9672a9b8c68c8/index.html?gd_zone_config=eyJwYXJlbnRVUkwiOiJodHRwczovL3Nub3dyaWRlcjNkLmNvbS8iLCJwYXJlbnREb21haW4iOiJzbm93cmlkZXIzZC5jb20iLCJ0b3BEb21haW4iOiJzbm93cmlkZXIzZC5jb20iLCJoYXNJbXByZXNzaW9uIjpmYWxzZSwibG9hZGVyRW5hYmxlZCI6dHJ1ZSwiaG9zdCI6Imh0bWw1LmdhbWVkaXN0cmlidXRpb24uY29tIiwidmVyc2lvbiI6IjEuNS4xNiJ9\",\"image\":\"/assets/media/icons/snowrider3d.webp\",\"categories\":[\"all\"]},{\"name\":\"3 Slices\",\"link\":\"https://images-opensocial.googleusercontent.com/gadgets/ifr?url=https://s3.amazonaws.com/production-assetsbucket-8ljvyr1xczmb/1ee20621-61bc-4ec8-a8ec-5e839c2e6edc%2F3-slices.xml\",\"image\":\"/assets/media/icons/3slices.webp\",\"categories\":[\"all\"]},{\"name\":\"Buckshot Roulette\",\"link\":\"https://buckshotroulette.online/game/v11/\",\"image\":\"/assets/media/icons/buckshotroulette.webp\",\"categories\":[\"all\"]},{\"name\":\"Starblast\",\"link\":\"https://starblast.io\",\"image\":\"/assets/media/icons/starblastio.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"CSGO Parkour\",\"link\":\"https://yandex.com/games/app/203069?flags={%22adv_sticky_banner_disabled%22:true}\",\"image\":\"/assets/media/icons/csgoparkour.webp\",\"categories\":[\"all\"]},{\"name\":\"Parkour Block 3D\",\"link\":\"https://html5.gamedistribution.com/1461d40bb77f48e6be72489959a1ac04/\",\"image\":\"/assets/media/icons/parkourblock3d.webp\",\"categories\":[\"all\"]},{\"name\":\"Jelly Mario\",\"link\":\"https://jellymar.io\",\"image\":\"/assets/media/icons/jellymario.webp\",\"categories\":[\"all\"]},{\"name\":\"Tyran.io\",\"link\":\"https://tyran.io\",\"image\":\"/assets/media/icons/tyranio.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"Arras.io\",\"link\":\"https://arras.io/\",\"image\":\"/assets/media/icons/arrasio.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"mk48.io\",\"link\":\"https://mk48.io/\",\"image\":\"/assets/media/icons/mk48io.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"Bandit.RIP\",\"link\":\"https://bandit.rip/\",\"image\":\"/assets/media/icons/banditrip.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"Addicting Games\",\"link\":\"https://www.addictinggames.com/\",\"image\":\"/assets/media/icons/addictinggames.webp\",\"categories\":[\"all\"]},{\"name\":\"Deeeep.io\",\"link\":\"https://beta.deeeep.io\",\"image\":\"/assets/media/icons/deeeepio.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"ev.io\",\"link\":\"https://ev.io\",\"image\":\"/assets/media/icons/evio.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"Brain Test 2\",\"link\":\"https://games.poki.com/458768/df221093-aae9-4c0d-b458-efb16ae8e3ab\",\"image\":\"/assets/media/icons/braintest2.webp\",\"categories\":[\"all\"]},{\"name\":\"Brain Test 3\",\"link\":\"https://games.poki.com/458768/1f3ae540-a95f-4f20-a000-29512612e341\",\"image\":\"/assets/media/icons/braintest3.webp\",\"categories\":[\"all\"]},{\"name\":\"Donitz - itch.io\",\"link\":\"https://donitz.itch.io/\",\"image\":\"/assets/media/icons/itch.webp\",\"categories\":[\"all\"]},{\"name\":\"Territorial.io\",\"link\":\"https://territorial.io\",\"image\":\"/assets/media/icons/territorialio.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"Stickman Hook\",\"link\":\"/e/stickman-hook/index.html\",\"image\":\"/assets/media/icons/stickmanhook.webp\",\"categories\":[\"all\",\"local\"]},{\"name\":\"Tube Jumpers\",\"link\":\"https://unblocked76.github.io/tube-jumpers/\",\"image\":\"/assets/media/icons/tubejumpers.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"Tunnel Rush\",\"link\":\"https://5dd2e8e4-015f-11ea-ad56-9cb6d0d995f7.poki-gdn.com/5627efae-e960-407d-82a5-3da708eb4e68/index.html\",\"image\":\"/assets/media/icons/tunnelrush.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"Tunnel Rush 2\",\"link\":\"https://a7e6d137-c3c1-46e6-a3db-04c2d33c98a8.poki-gdn.com/71e6bddd-9b0e-4621-a11a-9503086f69d5/index.html\",\"image\":\"/assets/media/icons/tunnelrush2.webp\",\"categories\":[\"all\"]},{\"name\":\"Rainbow Obby\",\"link\":\"https://785a4295-96c4-43e5-b237-fb07fc3ef44d.poki-gdn.com/f1d39f75-7a25-41de-86cf-ba00804737b5/index.html\",\"image\":\"/assets/media/icons/rainbowobby.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"Candy Jump\",\"link\":\"https://candyjump.games235.com/\",\"image\":\"/assets/media/icons/candyjump.webp\",\"categories\":[\"all\"]},{\"name\":\"Google Feud\",\"link\":\"https://googlefeud.com/\",\"image\":\"/assets/media/icons/googlefeud.webp\",\"categories\":[\"all\"]},{\"name\":\"Minecraft Classic\",\"link\":\"https://classic.minecraft.net\",\"image\":\"/assets/media/icons/mc.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"Learn to Fly 3\",\"link\":\"https://www.silvergames.com/en/learn-to-fly-3/iframe\",\"image\":\"/assets/media/icons/learntofly3.webp\",\"categories\":[\"all\"]},{\"name\":\"Neal.Fun\",\"link\":\"https://neal.fun\",\"image\":\"/assets/media/icons/nealfun.webp\",\"categories\":[\"all\"],\"error\":\"true\",\"say\":\"Neal.fun does not work on Interstellar because of Cloudflare protection.\"},{\"name\":\"YoHoHo.io\",\"link\":\"https://yohoho.io/\",\"image\":\"/assets/media/icons/yohoho.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"AntWar.io\",\"link\":\"https://antwar.io/\",\"image\":\"/assets/media/icons/antwario.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"Tetr.io\",\"link\":\"https://tetr.io/\",\"image\":\"/assets/media/icons/tetrio.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"Time Shooter 2\",\"link\":\"https://html5.gamedistribution.com/62a72f2da7cb4b609579a47653546e6a/\",\"image\":\"/assets/media/icons/timeshooter2.webp\",\"categories\":[\"all\"]},{\"name\":\"Merge Fruit\",\"link\":\"https://html5.gamedistribution.com/2dee9d404697435aa76111eb4015e1d5/\",\"image\":\"/assets/media/icons/mergefruit.webp\",\"categories\":[\"all\"]},{\"name\":\"There Is No Game\",\"link\":\"https://5dd2d607-015f-11ea-ad56-9cb6d0d995f7.poki-gdn.com/38959ae1-110b-49ab-86ae-df425fd7862a/index.html\",\"image\":\"/assets/media/icons/thereisnogame.webp\",\"categories\":[\"all\"]},{\"name\":\"Jetpack Joyride\",\"link\":\"/e/jetpack-joyride/index.html\",\"image\":\"/assets/media/icons/jetpackjoyride.webp\",\"categories\":[\"all\",\"local\"]},{\"name\":\"FeedVid\",\"link\":\"https://v6p9d9t4.ssl.hwcdn.net/html/4941980-683813/index.html\",\"image\":\"/assets/media/icons/feedvid.webp\",\"categories\":[\"all\"]},{\"name\":\"florr.io\",\"link\":\"https://florr.io\",\"image\":\"/assets/media/icons/florr.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"Rocket Bot Royale\",\"link\":\"https://rocketbotroyale2.winterpixel.io/\",\"image\":\"/assets/media/icons/rocketbotroyale.webp\",\"categories\":[\"all\"]},{\"name\":\"Happy Wheels\",\"link\":\"https://files.crazygames.com/ruffle/happywheels.html\",\"image\":\"/assets/media/icons/happywheels.webp\",\"categories\":[\"all\"]},{\"name\":\"Papa's Burgeria\",\"link\":\"https://www.coolmathgames.com/0-papas-burgeria/play\",\"image\":\"/assets/media/icons/papasburgeria.webp\",\"categories\":[\"all\"]},{\"name\":\"Papa's Cheeseria\",\"link\":\"https://www.coolmathgames.com/0-papas-cheeseria/play\",\"image\":\"/assets/media/icons/papascheeseria.webp\",\"categories\":[\"all\"]},{\"name\":\"Papa's Pancakeria\",\"link\":\"https://www.coolmathgames.com/0-papas-pancakeria/play\",\"image\":\"/assets/media/icons/papaspancakeria.webp\",\"categories\":[\"all\"]},{\"name\":\"Papa's Wingeria\",\"link\":\"https://www.coolmathgames.com/0-papas-wingeria/play\",\"image\":\"/assets/media/icons/papaswingeria.webp\",\"categories\":[\"all\"]},{\"name\":\"Riddle School 1\",\"link\":\"https://uploads.ungrounded.net/ruffle_wrapper/ruffleembed.html?v=1.0.67&browsermode=default&props=%7B%22ruffle%22%3A%22%2Fruffle_wrapper%2Flib%2Fruffle.js%3F1695474658%22%2C%22public_path%22%3A%22%2Fruffle_wrapper%2Flib%2F%22%2C%22swf%22%3A%22https%3A%2F%2Fuploads.ungrounded.net%2F314000%2F314680_Riddle_School.swf%3F1148577264%22%2C%22vars%22%3A%7B%22NewgroundsAPI_PublisherID%22%3A1%2C%22NewgroundsAPI_SandboxID%22%3A%2265103f0745c96%22%2C%22NewgroundsAPI_SessionID%22%3A%22%22%2C%22NewgroundsAPI_UserName%22%3A%22%26lt%3Bdeleted%26gt%3B%22%2C%22NewgroundsAPI_UserID%22%3A0%2C%22ng_username%22%3A%22%26lt%3Bdeleted%26gt%3B%22%7D%2C%22width%22%3A550%2C%22height%22%3A400%2C%22icon%22%3A%22https%3A%2F%2Fpicon.ngfiles.com%2F314000%2Fflash_314680_card.webp%3Ff1607914286%22%2C%22warnOnUnsupportedContent%22%3Afalse%7D\",\"image\":\"/assets/media/icons/riddle-school.webp\",\"categories\":[\"all\"]},{\"name\":\"Powerline.IO\",\"link\":\"https://powerline.io\",\"image\":\"/assets/media/icons/powerline.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"Papa's Scooperia\",\"link\":\"https://files.crazygames.com/ruffle/papasscooperia.html\",\"image\":\"/assets/media/icons/papasscooperia.webp\",\"categories\":[\"all\"]},{\"name\":\"Papa's Sushiria\",\"link\":\"https://files.crazygames.com/ruffle/papassushiria.html\",\"image\":\"/assets/media/icons/papassushiria.webp\",\"categories\":[\"all\"]},{\"name\":\"Burrito Bison\",\"link\":\"https://f.silvergames.com/awayfl/index.html?swf=burrito-bison.swf\",\"image\":\"/assets/media/icons/burritobison.webp\",\"categories\":[\"all\"]},{\"name\":\"Fireboy And Watergirl 2 In The Light Temple\",\"link\":\"https://www.coolmathgames.com/sites/default/files/public_games/40210/\",\"image\":\"/assets/media/icons/fireboyandwatergirllighttemple.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"Fireboy And Watergirl 4 In The Crystal Temple\",\"link\":\"https://www.coolmathgames.com/sites/default/files/public_games/40212/\",\"image\":\"/assets/media/icons/fireboyandwatergirlcrystaltemple.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"Fireboy And Watergirl 5: Elements\",\"link\":\"https://www.coolmathgames.com/sites/default/files/public_games/40218\",\"image\":\"/assets/media/icons/fireboyandwatergirlelements.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"Fireboy And Watergirl 6: Fairy Tales\",\"link\":\"https://html5.gamedistribution.com/rvvASMiM/be3cff113c4e4f069b7614851825ffe9/index.html\",\"image\":\"/assets/media/icons/fireboyandwatergirlfairytales.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"Fireboy And Watergirl In The Forest Temple\",\"link\":\"https://www.coolmathgames.com/sites/default/files/public_games/40034/\",\"image\":\"/assets/media/icons/fireboyandwatergirlforesttemple.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"Gunspin\",\"link\":\"https://html5.gamedistribution.com/rvvASMiM/917cce8c44c44638a8cdc2a1794b65c8/index.html\",\"image\":\"/assets/media/icons/gunspin.webp\",\"categories\":[\"all\"]},{\"name\":\"Thelast Royale\",\"link\":\"https://thelast.io\",\"image\":\"/assets/media/icons/thelast-io.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"mope.io\",\"link\":\"https://thelast.io\",\"image\":\"/assets/media/icons/mope-io.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"Tiny Fishing\",\"link\":\"https://www.dob5.com/d/file/games/tiny-fishing/\",\"image\":\"/assets/media/icons/tinyfishing.webp\",\"categories\":[\"all\"]},{\"name\":\"Johnny Upgrade\",\"link\":\"https://lagged.com/api/play2/johnny-upgrade3/\",\"image\":\"/assets/media/icons/johnnyupgrade.webp\",\"categories\":[\"all\"]},{\"name\":\"bloxd.io\",\"link\":\"https://bloxd.io\",\"image\":\"/assets/media/icons/bloxd-io.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"Duck Life 1\",\"link\":\"https://www.hoodamath.com/mobile/games/duck-life/game.html\",\"image\":\"/assets/media/icons/ducklife.webp\",\"categories\":[\"all\"]},{\"name\":\"Duck Life 2\",\"link\":\"https://www.hoodamath.com/mobile/games/duck-life-2-world-champion/game.html\",\"image\":\"/assets/media/icons/ducklife.webp\",\"categories\":[\"all\"]},{\"name\":\"Duck Life 3\",\"link\":\"https://www.hoodamath.com/mobile/games/duck-life-3-evolution/game.html\",\"image\":\"/assets/media/icons/ducklife.webp\",\"categories\":[\"all\"]},{\"name\":\"Duck Life 4\",\"link\":\"/e/ducklife4/index.html\",\"image\":\"/assets/media/icons/dl4.webp\",\"categories\":[\"all\",\"local\"],\"load\":true},{\"name\":\"Papa's Freezeria\",\"link\":\"https://www.coolmathgames.com/0-papas-freezeria/play\",\"image\":\"/assets/media/icons/papasfreezeria.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"Evades\",\"link\":\"https://evades.io\",\"image\":\"/assets/media/icons/evadesio.webp\",\"categories\":[\"all,\",\"2P\"]},{\"name\":\"Bullet Force Multiplayer\",\"link\":\"https://www.crazygames.com/game/bullet-force-multiplayer\",\"image\":\"/assets/media/icons/BFM.webp\",\"categories\":[\"all,\",\"2P\"]},{\"name\":\"Crazy Games\",\"link\":\"https://www.crazygames.com/\",\"image\":\"/assets/media/icons/crazy.webp\",\"categories\":[\"all,\",\"emu,\",\"2P,\",\"sports,\",\"flash\"]},{\"name\":\"Cubes 2048\",\"link\":\"https://www.crazygames.com/game/cubes-2048-io\",\"image\":\"/assets/media/icons/C2048.webp\",\"categories\":[\"all,\",\"2P\"]},{\"name\":\"DOOM\",\"link\":\"https://archive.org/details/doom-play\",\"image\":\"/assets/media/icons/DOOM.webp\",\"categories\":[\"all,\",\"emu\"]},{\"name\":\"FNAF 2\",\"link\":\"https://sussygamedeveloper.github.io/FNAF2/\",\"image\":\"/assets/media/icons/FNAF2.webp\",\"categories\":[\"all\"]},{\"name\":\"FNAF 3\",\"link\":\"https://sussygamedeveloper.github.io/fnaf3/\",\"image\":\"/assets/media/icons/FNAF3.webp\",\"categories\":[\"all\"]},{\"name\":\"FNAF Web\",\"link\":\"https://wellsousaaa.github.io/Five-Nights-at-Freddys-Web/\",\"image\":\"/assets/media/icons/FNAFWeb.webp\",\"categories\":[\"all\"]},{\"name\":\"Riddle School 4\",\"link\":\"https://riddle-school-4.game-files.crazygames.com/ruffle/riddleschool4.html\",\"image\":\"/assets/media/icons/rs4.webp\",\"categories\":[\"all\"]},{\"name\":\"Riddle School 5\",\"link\":\"https://riddle-school-5.game-files.crazygames.com/ruffle/riddleschool5.html\",\"image\":\"/assets/media/icons/rs5.webp\",\"categories\":[\"all\"]},{\"name\":\"GBA Emulator\",\"link\":\"https://ds.44670.org/gba/\",\"image\":\"/assets/media/icons/gba.webp\",\"categories\":[\"all,\",\"emu\"]},{\"name\":\"Itch.io\",\"link\":\"https://itch.io\",\"image\":\"/assets/media/icons/itch.webp\",\"categories\":[\"all,\",\"emu,\",\"2P\"]},{\"name\":\"N-Gon\",\"link\":\"https://landgreen.github.io/sidescroller/\",\"image\":\"/assets/media/icons/NGON.webp\",\"categories\":[\"all\"]},{\"name\":\"Nintendo DS Emulator\",\"link\":\"https://ds.44670.org/\",\"image\":\"/assets/media/icons/ds.webp\",\"categories\":[\"all,\",\"emu\"]},{\"name\":\"Nintendo 64 Emulator\",\"link\":\"https://www.neilb.net/n64wasm/\",\"image\":\"/assets/media/icons/N64.webp\",\"categories\":[\"all,\",\"emu\"]},{\"name\":\"Playstation 2 Emulator\",\"link\":\"https://playjs.purei.org/\",\"image\":\"/assets/media/icons/PS2.webp\",\"categories\":[\"all,\",\"emu\"]},{\"name\":\"Run 3\",\"link\":\"https://www.coolmathgames.com/0-run-3/play\",\"image\":\"/assets/media/icons/run3.webp\",\"categories\":[\"all,\",\"flash\"]},{\"name\":\"Subway Surfers: San Francisco \",\"link\":\"https://raw.githack.com/3kh0/3kh0-assets/main/subway-surfers/index.html\",\"image\":\"/assets/media/icons/SF.webp\",\"categories\":[\"all,\",\"emu\"]},{\"name\":\"Survivor.io\",\"link\":\"https://html5.gamedistribution.com/rvvASMiM/f1c451e586c04b4c8cba01b0c50d9090/index.html\",\"image\":\"/assets/media/icons/SVI.webp\",\"categories\":[\"all,\",\"emu\"]},{\"name\":\"Web Retro\",\"link\":\"/e/index.html\",\"image\":\"/assets/media/icons/webretro.webp\",\"categories\":[\"all,\",\"emu\",\"local\"]},{\"name\":\"Slope\",\"link\":\"https://watchdocumentaries.com/wp-content/uploads/games/slope/\",\"image\":\"/assets/media/icons/slope.webp\",\"categories\":[\"all\"]},{\"name\":\"Fortnite (Geforce NOW)\",\"link\":\"https://play.geforcenow.com/mall/#/deeplink?game-id=46bfab06-d864-465d-9e56-2d9e45cdee0a\",\"image\":\"/assets/media/icons/fortnite.webp\",\"categories\":[\"all\"]},{\"name\":\"Bomb Party\",\"link\":\"https://jklm.fun\",\"image\":\"/assets/media/icons/BP.webp\",\"categories\":[\"all,\",\"2P\"]},{\"name\":\"1\",\"link\":\"/e/1/1/index.html\",\"image\":\"/assets/media/icons/1.webp\",\"categories\":[\"all\",\"local\"]},{\"name\":\"1v1.LOL\",\"link\":\"https://1v1.lol\",\"image\":\"/assets/media/icons/1v1-lol.webp\",\"categories\":[\"all,\",\"2P\"]},{\"name\":\"2D Rocket League\",\"link\":\"https://v6p9d9t4.ssl.hwcdn.net/html/3325334/index.html\",\"image\":\"/assets/media/icons/2D-Rocket-League.webp\",\"categories\":[\"all\"]},{\"name\":\"3D Dino Game\",\"link\":\"https://lagged.com/api/play2/t-rex-3d2/\",\"image\":\"/assets/media/icons/trex-run-3D.webp\",\"categories\":[\"all\"]},{\"name\":\"60 Sec. Burger Run\",\"link\":\"https://www.coolmathgames.com/0-60-second-burger-run/play\",\"image\":\"/assets/media/icons/60-second-burger-run.webp\",\"categories\":[\"all\"]},{\"name\":\"8 Ball Pool\",\"link\":\"https://8ball-pool.io\",\"image\":\"/assets/media/icons/8ball.webp\",\"categories\":[\"all\"]},{\"name\":\"A Dark Room\",\"link\":\"https://adarkroom.doublespeakgames.com\",\"image\":\"/assets/media/icons/ADR.webp\",\"categories\":[\"all\"]},{\"name\":\"Ace Attorney\",\"link\":\"https://f.kbhgames.com/r/gba/?r=ace-attorney\",\"image\":\"/assets/media/icons/aa.webp\",\"categories\":[\"all\"]},{\"name\":\"AC - Wild World\",\"link\":\"https://static.arcadespot.com/retroemulator.php?system=nds&game=2017/10/animal-crossing-wild-world1.zip\",\"image\":\"/assets/media/icons/acww.webp\",\"categories\":[\"all\"]},{\"name\":\"Adventure Capitalist\",\"link\":\"https://than1089.github.io/adventure-capitalist/\",\"image\":\"/assets/media/icons/adventure-capitalist.webp\",\"categories\":[\"all\"]},{\"name\":\"Agar.io\",\"link\":\"https://agar.io\",\"image\":\"/assets/media/icons/agario.webp\",\"categories\":[\"all\"]},{\"name\":\"Among Us (Scratch)\",\"link\":\"https://turbowarp.org/523967150/fullscreen\",\"image\":\"/assets/media/icons/scratch-among-us.webp\",\"categories\":[\"all\"]},{\"name\":\"Apex Legends\",\"link\":\"https://play.geforcenow.com/games?game-id=cb2b1b5f-54ba-45fd-9839-96bbfe1376cd&lang=en_US&asset-id=01_c6efce00-e91e-402a-8b72-f4971f89c528\",\"image\":\"/assets/media/icons/apex.webp\",\"categories\":[\"all\"]},{\"name\":\"Basket Random\",\"link\":\"https://html5.gamedistribution.com/rvvASMiM/bf1268dccb5d43e7970bb3edaa54afc8/index.html\",\"image\":\"/assets/media/icons/br.webp\",\"categories\":[\"all\"]},{\"name\":\"Basketball Stars\",\"link\":\"https://html5.gamedistribution.com/69d78d071f704fa183d75b4114ae40ec/\",\"image\":\"/assets/media/icons/basketball-stars.webp\",\"categories\":[\"all\"]},{\"name\":\"Basketball Bros\",\"link\":\"https://www.basketbros.io/\",\"image\":\"/assets/media/icons/basket-bros.webp\",\"categories\":[\"all\"]},{\"name\":\"Basketball Legends\",\"link\":\"https://www.basketballlegends.fun/gamedata/basketball-legends-2020\",\"image\":\"/assets/media/icons/basketball-legends.webp\",\"categories\":[\"all\"]},{\"name\":\"Biggie Cheese Fight\",\"link\":\"https://scratch.mit.edu/projects/163771748/fullscreen\",\"image\":\"/assets/media/icons/biggiecheese.webp\",\"categories\":[\"all\"]},{\"name\":\"Bitlife\",\"link\":\"https://xlegends.github.io/bitlife/\",\"image\":\"/assets/media/icons/bitlife.webp\",\"categories\":[\"all\"]},{\"name\":\"BTD 4\",\"link\":\"https://en.gameslol.net/data/bloons-td-4/index.html\",\"image\":\"/assets/media/icons/btd4.webp\",\"categories\":[\"all\"]},{\"name\":\"BuildNow.GG\",\"link\":\"https://games.crazygames.com/en_US/buildnow-gg/index.html\",\"image\":\"/assets/media/icons/build-now.webp\",\"categories\":[\"all\"]},{\"name\":\"Cat Ninja\",\"link\":\"https://4iapq88o5f3gc1dij3it0mp5jojnm3jr-a-sites-opensocial.googleusercontent.com/gadgets/ifr?url=https://s3.amazonaws.com/production-assetsbucket-8ljvyr1xczmb/1ee20621-61bc-4ec8-a8ec-5e839c2e6edc%252Fcat-ninja.xml\",\"image\":\"/assets/media/icons/cat-ninja.webp\",\"categories\":[\"all\"]},{\"name\":\"Candy Box\",\"link\":\"https://candybox2.net\",\"image\":\"/assets/media/icons/candybox.webp\",\"categories\":[\"all\"]},{\"name\":\"Celeste PICO-8\",\"link\":\"https://exok.com/minigames/celeste.html\",\"image\":\"/assets/media/icons/celeste.webp\",\"categories\":[\"all\"]},{\"name\":\"Clicker Heros\",\"link\":\"https://www.clickerheroes.com/play.html\",\"image\":\"/assets/media/icons/clickerheros.webp\",\"categories\":[\"all\"]},{\"name\":\"Chess.com\",\"link\":\"https://chess.com\",\"image\":\"/assets/media/icons/chess.webp\",\"categories\":[\"all\"]},{\"name\":\"Cluster Rush\",\"link\":\"/e/2/Cluster-Rush/index.html\",\"image\":\"/assets/media/icons/cluster-rush.webp\",\"categories\":[\"all\",\"local\"]},{\"name\":\"Cookie Clicker\",\"link\":\"https://orteil.dashnet.org/cookieclicker/\",\"image\":\"/assets/media/icons/cookieclicker.webp\",\"categories\":[\"all\"]},{\"name\":\"Crossy Road\",\"link\":\"https://5dd2e1e3-015f-11ea-ad56-9cb6d0d995f7.poki-gdn.com/169dc11d-e718-4b36-9e60-d5ed5bc07a31/index.html\",\"image\":\"/assets/media/icons/cr.webp\",\"categories\":[\"all\"]},{\"name\":\"Deepest Sword\",\"link\":\"https://v6p9d9t4.ssl.hwcdn.net/html/4017918/index.html\",\"image\":\"/assets/media/icons/deepest-sword.webp\",\"categories\":[\"all\"]},{\"name\":\"Diep.io\",\"link\":\"https://diep.io/\",\"image\":\"/assets/media/icons/diep.webp\",\"categories\":[\"all\"]},{\"name\":\"Doge Miner\",\"link\":\"/e/1/DogeMiner/index.html\",\"image\":\"/assets/media/icons/doge-miner-1.webp\",\"categories\":[\"all\",\"local\"]},{\"name\":\"Doom 1\",\"link\":\"https://browncha023.github.io/GBA/launcher.html#dm\",\"image\":\"/assets/media/icons/DOOM.webp\",\"categories\":[\"all\"]},{\"name\":\"Doom 2\",\"link\":\"https://browncha023.github.io/GBA/launcher.html#dm2\",\"image\":\"/assets/media/icons/doom2.webp\",\"categories\":[\"all\"]},{\"name\":\"Dreader\",\"link\":\"https://donitz.itch.io/dreader\",\"image\":\"/assets/media/icons/dreader.webp\",\"categories\":[\"all\"]},{\"name\":\"Drift Boss\",\"link\":\"https://watchdocumentaries.com/wp-content/uploads/games/drift-boss/\",\"image\":\"/assets/media/icons/db.webp\",\"categories\":[\"all\"]},{\"name\":\"Drift Hunters\",\"link\":\"https://webglmath.github.io/drift-hunters/\",\"image\":\"/assets/media/icons/drift-hunters.webp\",\"categories\":[\"all\"]},{\"name\":\"Drive Mad\",\"link\":\"https://raw.githack.com/3kh0/3kh0-assets/main/drive-mad/index.html\",\"image\":\"/assets/media/icons/dm.webp\",\"categories\":[\"all\"]},{\"name\":\"Fallout 2\",\"link\":\"https://jonasz-o.itch.io/fallout2remake3d\",\"image\":\"/assets/media/icons/fallout2.webp\",\"categories\":[\"all\"]},{\"name\":\"FNAF 2 (Scratch)\",\"link\":\"https://scratch.mit.edu/projects/469219637/embed/\",\"image\":\"/assets/media/icons/FNAF2.webp\",\"categories\":[\"all\"]},{\"name\":\"Friday Night Funkin'\",\"link\":\"https://w8.snokido.com/games/html5/friday-night-funkin/0281/index.html\",\"image\":\"/assets/media/icons/fnf.webp\",\"categories\":[\"all\"]},{\"name\":\"FNF - Lofi Mod\",\"link\":\"https://fnf.kdata1.com/lofi-funkin/2/\",\"image\":\"/assets/media/icons/lofi.webp\",\"categories\":[\"all\"]},{\"name\":\"FNF VS. Snorlax\",\"link\":\"https://fnf.kdata1.com/snorlax/1/\",\"image\":\"/assets/media/icons/snorlax.webp\",\"categories\":[\"all\"]},{\"name\":\"JustFall.LOL\",\"link\":\"https://justfall.lol\",\"image\":\"/assets/media/icons/just-fall-lol.webp\",\"categories\":[\"all\"]},{\"name\":\"Kirby Mirror (GBA)\",\"link\":\"https://www.retrogames.onl/gba/kirby-mirror-gba.html\",\"image\":\"/assets/media/icons/kirby.webp\",\"categories\":[\"all\"]},{\"name\":\"Krunker\",\"link\":\"https://krunker.io\",\"image\":\"/assets/media/icons/krunker.webp\",\"categories\":[\"all\"]},{\"name\":\"G-Switch\",\"link\":\"https://5dd24442-015f-11ea-ad56-9cb6d0d995f7.poki-gdn.com/4f2c69b4-3edc-4cd7-a078-efd3d1ea9fb5/index.html\",\"image\":\"/assets/media/icons/gswitch.webp\",\"categories\":[\"all\"]},{\"name\":\"G-Switch 2\",\"link\":\"https://5dd27095-015f-11ea-ad56-9cb6d0d995f7.poki-gdn.com/e0e70ee4-fdd4-4de8-931d-fde7d1cb408b/index.html\",\"image\":\"/assets/media/icons/gswitch2.webp\",\"categories\":[\"all\"]},{\"name\":\"G-Switch 3\",\"link\":\"https://5dd2b395-015f-11ea-ad56-9cb6d0d995f7.poki-gdn.com/120fdec6-7eeb-470f-a43c-9bcdace0dacb/index.html\",\"image\":\"/assets/media/icons/gswitch3.webp\",\"categories\":[\"all\"]},{\"name\":\"Golden Eye 007\",\"link\":\"https://f.kbhgames.com/r/n64/game.php?file=007-golden-eye.zip\",\"image\":\"/assets/media/icons/golden-eye-007.webp\",\"categories\":[\"all\"]},{\"name\":\"GBA Games 2\",\"link\":\"https://cattn.github.io/gba/\",\"image\":\"/assets/media/icons/gba.webp\",\"categories\":[\"all\"]},{\"name\":\"Geforce NOW\",\"link\":\"https://play.geforcenow.com\",\"image\":\"/assets/media/icons/geforce-now.webp\",\"categories\":[\"all\"]},{\"name\":\"Haunted School 1\",\"link\":\"https://games.crazygames.com/en_US/haunted-school---horror-game/index.html\",\"image\":\"/assets/media/icons/na.webp\",\"categories\":[\"all\"]},{\"name\":\"HexArena\",\"link\":\"https://hexarena.io/\",\"image\":\"/assets/media/icons/hexarena.webp\",\"categories\":[\"all\"]},{\"name\":\"Hole.IO\",\"link\":\"https://hole-io.com/\",\"image\":\"/assets/media/icons/hole.webp\",\"categories\":[\"all\"]},{\"name\":\"Idle Breakout\",\"link\":\"/e/1/idle-breakout/index.html\",\"image\":\"/assets/media/icons/idlebreakout.webp\",\"categories\":[\"all\",\"local\"]},{\"name\":\"Isleward\",\"link\":\"https://play.isleward.com\",\"image\":\"/assets/media/icons/isleward.webp\",\"categories\":[\"all\"]},{\"name\":\"Interactive Buddy\",\"link\":\"https://f.silvergames.com/ruffle/player.php?id=204\",\"image\":\"/assets/media/icons/interactive-buddy.webp\",\"categories\":[\"all\"]},{\"name\":\"NGU Idle\",\"link\":\"https://cache.armorgames.com/files/games/ngu-idle-18444/index.html?v=1559319416\",\"image\":\"/assets/media/icons/nguidle.webp\",\"categories\":[\"all\"]},{\"name\":\"Jacksmith\",\"link\":\"https://www.coolmathgames.com/0-jacksmith/play\",\"image\":\"/assets/media/icons/jacksmith.webp\",\"categories\":[\"all\"]},{\"name\":\"Sandtrix\",\"link\":\"https://files.crazygames.com/sandtrix/16/index.html\",\"image\":\"/assets/media/icons/sandtrix.webp\",\"categories\":[\"all\"]},{\"name\":\"Learn To Fly Idle\",\"link\":\"https://www.gameslol.net/data/waflash/index.php?g=635\",\"image\":\"/assets/media/icons/ltf_idle.webp\",\"categories\":[\"all\"]},{\"name\":\"Lordz.io\",\"link\":\"https://lordz.io/\",\"image\":\"/assets/media/icons/lordz.webp\",\"categories\":[\"all\"]},{\"name\":\"Masked IO\",\"link\":\"https://unblocked-games.s3.amazonaws.com/games/masked-io/index.html\",\"image\":\"/assets/media/icons/masked-forces.webp\",\"categories\":[\"all\"]},{\"name\":\"Mario Kart 64\",\"link\":\"https://static.arcadespot.com/retroemulator.php?system=n64&game=2017/06/mario-kart-64.zip\",\"image\":\"/assets/media/icons/mario-kart-64.webp\",\"categories\":[\"all\"]},{\"name\":\"Mobs Inc\",\"link\":\"https://overboy.itch.io/mobs-inc\",\"image\":\"/assets/media/icons/mobsinc.webp\",\"categories\":[\"all\"]},{\"name\":\"Monkey Mart\",\"link\":\"/e/2/monkey-mart/index.html\",\"image\":\"/assets/media/icons/mm.webp\",\"categories\":[\"all\",\"local\"]},{\"name\":\"MooMoo.io\",\"link\":\"https://moomoo.io\",\"image\":\"/assets/media/icons/moo.webp\",\"categories\":[\"all\"]},{\"name\":\"Mortal Kombat 4\",\"link\":\"https://f.kbhgames.com/r/n64/game.php?file=Mortal-Kombat-4-U.zip\",\"image\":\"/assets/media/icons/mortal-kombat-4.webp\",\"categories\":[\"all\"]},{\"name\":\"Mr. Mine\",\"link\":\"https://www.coolmathgames.com/0-mr-mine/play\",\"image\":\"/assets/media/icons/mrmine.webp\",\"categories\":[\"all\"]},{\"name\":\"Moto X3M\",\"link\":\"https://html5.gamedistribution.com/rvvASMiM/5b0abd4c0faa4f5eb190a9a16d5a1b4c/index.html\",\"image\":\"/assets/media/icons/mx3m.webp\",\"categories\":[\"all\"]},{\"name\":\"MX3M: Pool Party\",\"link\":\"https://h0jokl1egt0fd4oc8qv3j0tltl9jbqhn-a-sites-opensocial.googleusercontent.com/gadgets/ifr?url=https://649025137-174029463385024710.preview.editmysite.com/uploads/b/139890129-767696982876512205/files/mx3mpp.xml\",\"image\":\"/assets/media/icons/mx3m.webp\",\"categories\":[\"all\"]},{\"name\":\"MX3M: Spooky Land\",\"link\":\"https://html5.gamedistribution.com/rvvASMiM/b8a342904608470a9f3382337aca3558/index.html\",\"image\":\"/assets/media/icons/mx3m-spooky.webp\",\"categories\":[\"all\"]},{\"name\":\"MX3M: Winter\",\"link\":\"https://www-sites-opensocial.googleusercontent.com/gadgets/ifr?url=https://sites.google.com/site/s017q3e/moto-x3m-4-winter.xml\",\"image\":\"/assets/media/icons/mx3m-winter.webp\",\"categories\":[\"all\"]},{\"name\":\"Saul Run\",\"link\":\"https://complex-ify.itch.io/saul-goodman\",\"image\":\"/assets/media/icons/saulrun.webp\",\"categories\":[\"all\"]},{\"name\":\"Ninja Cat Exploit\",\"link\":\"https://html5.gamedistribution.com/rvvASMiM/903ba9346b9d437e9c7e81d672cead44/index.html\",\"image\":\"/assets/media/icons/ninja-cat.webp\",\"categories\":[\"all\"]},{\"name\":\"OvO\",\"link\":\"https://8rlfg0ch3417et18dp8lvps6uo7c3b2c-a-sites-opensocial.googleusercontent.com/gadgets/ifr?url=https://427396048-642845047394716217.preview.editmysite.com/uploads/b/139890129-761103484729797659/files/ovo.xml\",\"image\":\"/assets/media/icons/ovo.webp\",\"categories\":[\"all\"]},{\"name\":\"Online Racing Game!\",\"link\":\"https://jchabin.github.io/cars/\",\"image\":\"/assets/media/icons/OR.webp\",\"categories\":[\"all\"]},{\"name\":\"Online Soccer M.\",\"link\":\"https://www.onlinesoccermanager.com/\",\"image\":\"/assets/media/icons/osm.webp\",\"categories\":[\"all\"]},{\"name\":\"Papa's Bakeria\",\"link\":\"https://f.silvergames.com/emu/waffle/?id=5458\",\"image\":\"/assets/media/icons/bakeria.webp\",\"categories\":[\"all\"]},{\"name\":\"Papa's Cupcakeria\",\"link\":\"https://f.silvergames.com/emu/waffle/?id=3246\",\"image\":\"/assets/media/icons/cupcakeria.webp\",\"categories\":[\"all\"]},{\"name\":\"Papa Louie 1\",\"link\":\"https://f.silvergames.com/ruffle/player.php?id=1373\",\"image\":\"/assets/media/icons/louie1.webp\",\"categories\":[\"all\"]},{\"name\":\"Papa Louie 2\",\"link\":\"https://f.silvergames.com/emu/waffle/?id=3042\",\"image\":\"/assets/media/icons/louie2.webp\",\"categories\":[\"all\"]},{\"name\":\"Papa Louie 3\",\"link\":\"https://f.silvergames.com/emu/waffle/?id=4693\",\"image\":\"/assets/media/icons/papa-louie-3.webp\",\"categories\":[\"all\"]},{\"name\":\"Papa's Pizzeria\",\"link\":\"https://f.silvergames.com/ruffle/player.php?id=1360\",\"image\":\"/assets/media/icons/pizzeria.webp\",\"categories\":[\"all\"]},{\"name\":\"Paper Mario 64\",\"link\":\"https://f.kbhgames.com/r/n64/game.php?file=Paper%20Mario%20(USA).zip\",\"image\":\"/assets/media/icons/paper-mario-64.webp\",\"categories\":[\"all\"]},{\"name\":\"Paper.io\",\"link\":\"https://paper-io.com/\",\"image\":\"/assets/media/icons/paperio.webp\",\"categories\":[\"all\"]},{\"name\":\"Pixel Shooter\",\"link\":\"https://94bfktj403i6m18as4vkvtreqd0ohci4-a-sites-opensocial.googleusercontent.com/gadgets/ifr?url=https://274019683-173520394482650759.preview.editmysite.com/uploads/b/139890129-131715539788281629/files/ps.xml\",\"image\":\"/assets/media/icons/pixel-shooter.webp\",\"categories\":[\"all\"]},{\"name\":\"Pizza Tower\",\"link\":\"https://gamaverse.com/c/e/g/pizza-tower-1678640389/index.html\",\"image\":\"/assets/media/icons/pizza-tower.webp\",\"categories\":[\"all\"]},{\"name\":\"Pokemon Heart Gold\",\"link\":\"https://static.arcadespot.com/retroemulator.php?system=nds&game=2017/10/pokemon-heartgold-version1.zip\",\"image\":\"/assets/media/icons/heartgold.webp\",\"categories\":[\"all\"]},{\"name\":\"Pokemon Showdown\",\"link\":\"https://play.pokemonshowdown.com\",\"image\":\"/assets/media/icons/showdown.webp\",\"categories\":[\"all\"]},{\"name\":\"Google Baseball\",\"link\":\"https://www.google.com/logos/2019/july4th19/r6/july4th19.html\",\"image\":\"/assets/media/icons/googlebaseball.webp\",\"categories\":[\"all\"]},{\"name\":\"Deal or No Deal\",\"link\":\"https://f.kbhgames.com/RS/game.php?r=//f.kbhgames.com/2018/swf/dondeal2.swf&w=640&h=480&warnsupport=true\",\"image\":\"/assets/media/icons/deal-or-no-deal.webp\",\"categories\":[\"all\"]},{\"name\":\"Deadshot\",\"link\":\"https://deadshot.io\",\"image\":\"/assets/media/icons/deadshot.webp\",\"categories\":[\"all\"]},{\"name\":\"Rainbow Tower\",\"link\":\"https://www.mathplayground.com/mobile_rainbow_tower/index.html\",\"image\":\"/assets/media/icons/rainbowtower.webp\",\"categories\":[\"all\"]},{\"name\":\"Doodle Jump\",\"link\":\"https://doodlejump.pro/\",\"image\":\"/assets/media/icons/doodlejump.webp\",\"categories\":[\"all\"]},{\"name\":\"Madalin Stunt Cars Multiplayer\",\"link\":\"https://games.crazygames.com/en_US/madalin-cars-multiplayer/index.html\",\"image\":\"/assets/media/icons/madalinmultiplayer.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"Madalin Stunt Cars 2\",\"link\":\"https://games.crazygames.com/en_US/madalin-stunt-cars-2/index.html\",\"image\":\"/assets/media/icons/madalinstuntcars2.webp\",\"categories\":[\"all\"]},{\"name\":\"Madalin Stunt Cars 3\",\"link\":\"https://games.crazygames.com/en_US/madalin-stunt-cars-3/index.html\",\"image\":\"/assets/media/icons/madalinstuntcars3.webp\",\"categories\":[\"all\"]},{\"name\":\"PM: Light Platinum\",\"link\":\"https://browncha023.github.io/GBA/launcher.html#pokemonlp\",\"image\":\"/assets/media/icons/lp.webp\",\"categories\":[\"all\"]},{\"name\":\"Precision Client\",\"link\":\"https://glcdn.githack.com/3kh0/3kh0-assets/-/raw/main/precision-client/index.html\",\"image\":\"/assets/media/icons/precision.webp\",\"categories\":[\"all\"]},{\"name\":\"Rainbow Six Siege\",\"link\":\"https://play.geforcenow.com/games?game-id=1dd07d47-6601-42f7-80e9-e4d8db08ea1b&lang=en_US&asset-id=01_44417-48c3d8e642e2\",\"image\":\"/assets/media/icons/r6.webp\",\"categories\":[\"all\"]},{\"name\":\"Red Ball 1\",\"link\":\"https://www.algebrashelper.com/redball\",\"image\":\"/assets/media/icons/redball1.webp\",\"categories\":[\"all\"]},{\"name\":\"Red Ball 2\",\"link\":\"https://www.algebrashelper.com/redball-2\",\"image\":\"/assets/media/icons/redball2.webp\",\"categories\":[\"all\"]},{\"name\":\"Red Ball 4\",\"link\":\"https://www.algebrashelper.com/redball-4\",\"image\":\"/assets/media/icons/redball4.webp\",\"categories\":[\"all\"]},{\"name\":\"Red Ball 4 Vol. 2\",\"link\":\"https://www.algebrashelper.com/read-ball-4v2\",\"image\":\"/assets/media/icons/redball4vol2.webp\",\"categories\":[\"all\"]},{\"name\":\"Red Ball 4 Vol. 3\",\"link\":\"https://www.algebrashelper.com/red-ball-4v3\",\"image\":\"/assets/media/icons/redball4vol3.webp\",\"categories\":[\"all\"]},{\"name\":\"Riddle School 2\",\"link\":\"https://f.silvergames.com/ruffle/player.php?id=8564\",\"image\":\"/assets/media/icons/rs2.webp\",\"categories\":[\"all\"]},{\"name\":\"Riddle School 3\",\"link\":\"https://riddle-school-3.game-files.crazygames.com/ruffle/riddleschool3.html\",\"image\":\"/assets/media/icons/rs3.webp\",\"categories\":[\"all\"]},{\"name\":\"Rocket Pult\",\"link\":\"https://v6p9d9t4.ssl.hwcdn.net/html/565140/index.html\",\"image\":\"/assets/media/icons/rocketpult.webp\",\"categories\":[\"all\"]},{\"name\":\"Rooftop Snipers\",\"link\":\"https://html5.gamedistribution.com/rvvASMiM/c3a70ae98547407a92ebedca8b79fdfa/index.html\",\"image\":\"/assets/media/icons/rooftop.webp\",\"categories\":[\"all\"]},{\"name\":\"Sand Spiel\",\"link\":\"https://sandspiel.club/\",\"image\":\"/assets/media/icons/sand.webp\",\"categories\":[\"all\"]},{\"name\":\"Sandboxels\",\"link\":\"https://v6p9d9t4.ssl.hwcdn.net/html/5808591/index.html\",\"image\":\"/assets/media/icons/sandboxels.webp\",\"categories\":[\"all\"]},{\"name\":\"Shapez.IO\",\"link\":\"https://shapez.io\",\"image\":\"/assets/media/icons/shapezio.webp\",\"categories\":[\"all\"]},{\"name\":\"Shell Shockers\",\"link\":\"https://shellshock.io/\",\"image\":\"/assets/media/icons/shell-shockers.webp\",\"categories\":[\"all\"]},{\"name\":\"Slither.io\",\"link\":\"https://slither.io/\",\"image\":\"/assets/media/icons/slither.webp\",\"categories\":[\"all\"]},{\"name\":\"Smash Bros 64\",\"link\":\"https://emulatorgames.online/games/n64/super-smash-bros\",\"image\":\"/assets/media/icons/super-smash-bros-64.webp\",\"categories\":[\"all\"]},{\"name\":\"Smash Karts\",\"link\":\"https://smashkarts.io/\",\"image\":\"/assets/media/icons/smashkarts.webp\",\"categories\":[\"all\"]},{\"name\":\"Snowball.io\",\"link\":\"https://games.crazygames.com/en_US/snowball-io/index.html\",\"image\":\"/assets/media/icons/snowball.webp\",\"categories\":[\"all\"]},{\"name\":\"Space Plan\",\"link\":\"https://jhollands.co.uk/spaceplan/\",\"image\":\"/assets/media/icons/spaceplan.webp\",\"categories\":[\"all\"]},{\"name\":\"Stumble Guys\",\"link\":\"https://www.stumbleguys.com/play\",\"image\":\"/assets/media/icons/stumble-guys.webp\",\"categories\":[\"all\"]},{\"name\":\"Stumble Guys Clone\",\"link\":\"https://stumble-guys.io/stumble-guys.embed\",\"image\":\"/assets/media/icons/stumble-guys.webp\",\"categories\":[\"all\"]},{\"name\":\"Sugar Sugar HTML5\",\"link\":\"https://66564262-37c6-4095-a731-535342e4bbe4.poki-gdn.com/5bd6e8c6-381d-4de5-9823-96662d29afaf/index.html\",\"image\":\"/assets/media/icons/sugarsugar.webp\",\"categories\":[\"all\"]},{\"name\":\"Super Mario 63\",\"link\":\"https://www.numuki.com/gameframe/super-mario-63\",\"image\":\"/assets/media/icons/sm63.webp\",\"categories\":[\"all\"]},{\"name\":\"Super Mario 64\",\"link\":\"https://f.kbhgames.com/r/n64/game.php?file=32112_super-mario-64-usa.zip\",\"image\":\"/assets/media/icons/sm64.webp\",\"categories\":[\"all\"]},{\"name\":\"Super Smash Flash\",\"link\":\"https://f.kbhgames.com/RS/game.php?r=//f.kbhgames.com/2018/swf/smashflash.swf&w=1521&h=753\",\"image\":\"/assets/media/icons/ssf1.webp\",\"categories\":[\"all\"]},{\"name\":\"Supply Chain Idle\",\"link\":\"https://chat.kongregate.com/gamez/0027/1653/live/index.html?kongregate_game_version=1554392772\",\"image\":\"/assets/media/icons/supplychainlogo.webp\",\"categories\":[\"all\"]},{\"name\":\"Taming.io\",\"link\":\"https://taming.io/\",\"image\":\"/assets/media/icons/tamingio.webp\",\"categories\":[\"all\"]},{\"name\":\"Temple of Boom\",\"link\":\"https://temple-of-boom.github.io/file/\",\"image\":\"/assets/media/icons/templeofboom.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"Tanuki Sunset\",\"link\":\"https://watchdocumentaries.com/wp-content/uploads/games/tanuki-sunset\",\"image\":\"/assets/media/icons/tanuki.webp\",\"categories\":[\"all\"]},{\"name\":\"The Simpsons\",\"link\":\"https://static.arcadespot.com/retroemulator.php?system=nds&game=2017/11/the-simpsons-game.zip\",\"image\":\"/assets/media/icons/the-simpsons-game.webp\",\"categories\":[\"all\"]},{\"name\":\"Temple Run 2\",\"link\":\"https://watchdocumentaries.com/wp-content/uploads/games/temple-run-2/\",\"image\":\"/assets/media/icons/temple-run-2.webp\",\"categories\":[\"all\"]},{\"name\":\"Twitch Tetris\",\"link\":\"https://www.rossipotti.de/ausgabe28/tetris/controls.html\",\"image\":\"/assets/media/icons/na.webp\",\"categories\":[\"all\"]},{\"name\":\"Voxiom.io\",\"link\":\"https://voxiom.io/\",\"image\":\"/assets/media/icons/voxiom.webp\",\"categories\":[\"all\"]},{\"name\":\"Zombs.io\",\"link\":\"https://zombs.io/\",\"image\":\"/assets/media/icons/zombs-io.webp\",\"categories\":[\"all\"]},{\"name\":\"Zombs Royale\",\"link\":\"https://zombsroyale.io\",\"image\":\"/assets/media/icons/zombs-royale.webp\",\"categories\":[\"all,\",\"2P\"]},{\"name\":\"GBA Games\",\"link\":\"https://real-sgs.vercel.app/Tools/GBA-Emulator\",\"image\":\"/assets/media/icons/gba.webp\",\"categories\":[\"all\"]},{\"name\":\"Retro Bowl\",\"link\":\"/e/2/retro/index.html\",\"image\":\"/assets/media/icons/retro.webp\",\"categories\":[\"all,\",\"sports\",\"local\"]},{\"name\":\"Roblox (Now.GG)\",\"link\":\"https://now.gg/iframe/snippet?app_pkg=com.roblox.client&partner=interstellar\",\"image\":\"/assets/media/icons/roblox.webp\",\"categories\":[\"all\",\"emu\",\"android\"]},{\"name\":\"Madden NFL 24\",\"link\":\"https://now.gg/iframe/snippet?app_pkg=com.ea.gp.maddennfl21mobile&partner=interstellar\",\"image\":\"/assets/media/icons/maddennfl24.webp\",\"categories\":[\"all\",\"emu\",\"android\"]},{\"name\":\"Android\",\"link\":\"https://now.gg/iframe/snippet?app_pkg=com.uncube.launcher3&partner=interstellar\",\"image\":\"/assets/media/icons/android.webp\",\"categories\":[\"all\",\"emu\",\"android\"]},{\"name\":\"Genshin Impact\",\"link\":\"https://now.gg/iframe/snippet?app_pkg=com.miHoYo.GenshinImpact&partner=interstellar\",\"image\":\"/assets/media/icons/genshinimpact.webp\",\"categories\":[\"all\",\"emu\",\"android\"]},{\"name\":\"Fortnite (Now.GG)\",\"link\":\"https://now.gg/iframe/snippet?app_pkg=com.epicgames.fortnite&partner=interstellar\",\"image\":\"/assets/media/icons/fortnite.webp\",\"categories\":[\"all\",\"emu\",\"android\"]},{\"name\":\"EA SPORTS FC™ MOBILE 24 SOCCER\",\"link\":\"https://now.gg/iframe/snippet?app_pkg=com.ea.gp.fifamobile&partner=interstellar\",\"image\":\"/assets/media/icons/easports-fcmobile24.webp\",\"categories\":[\"all\",\"emu\",\"android\"]},{\"name\":\"EA SPORTS™ UFC® Mobile 2\",\"link\":\"https://now.gg/iframe/snippet?app_pkg=com.ea.gp.easportsufc2&partner=interstellar\",\"image\":\"/assets/media/icons/easports-ufc.webp\",\"categories\":[\"all\",\"emu\",\"android\"]},{\"name\":\"Melon Playground\",\"link\":\"https://now.gg/iframe/snippet?app_pkg=com.studio27.MelonPlayground&partner=interstellar\",\"image\":\"/assets/media/icons/melonplayground.webp\",\"categories\":[\"all\",\"emu\",\"android\"]},{\"name\":\"Solar Smash\",\"link\":\"https://now.gg/iframe/snippet?app_pkg=com.paradyme.solarsmash&partner=interstellar\",\"image\":\"/assets/media/icons/solarsmash.webp\",\"categories\":[\"all\",\"emu\",\"android\"]},{\"name\":\"Bloons TD Battles 2\",\"link\":\"https://now.gg/iframe/snippet?app_pkg=com.ninjakiwi.bloonstdbattles2&partner=interstellar\",\"image\":\"/assets/media/icons/bloonstd2.webp\",\"categories\":[\"all\",\"emu\",\"android\"]},{\"name\":\"Bloons TD Battles\",\"link\":\"https://now.gg/iframe/snippet?app_pkg=com.ninjakiwi.bloonstdbattles&partner=interstellar\",\"image\":\"/assets/media/icons/bloonstd.webp\",\"categories\":[\"all\",\"emu\",\"android\"]},{\"name\":\"Cookie Run Kingdom\",\"link\":\"https://now.gg/iframe/snippet?app_pkg=com.devsisters.ck&partner=interstellar\",\"image\":\"/assets/media/icons/cookierunkingdom.webp\",\"categories\":[\"all\",\"emu\",\"android\"]},{\"name\":\"Character AI\",\"link\":\"https://now.gg/iframe/snippet?app_pkg=ai.character.app&partner=interstellar\",\"image\":\"/assets/media/icons/characterai.webp\",\"categories\":[\"all\",\"emu\",\"android\"]},{\"name\":\"Aptoide\",\"link\":\"https://now.gg/iframe/snippet?app_pkg=com.aptoide.partners.nowgg.store&partner=interstellar\",\"image\":\"/assets/media/icons/aptoide.webp\",\"categories\":[\"all\",\"emu\",\"android\"]},{\"name\":\"Akinator\",\"link\":\"https://now.gg/iframe/snippet?app_pkg=com.digidust.elokence.akinator.freemium&partner=interstellar\",\"image\":\"/assets/media/icons/akinator.webp\",\"categories\":[\"all\",\"emu\",\"android\"]},{\"name\":\"WorldBox\",\"link\":\"https://now.gg/iframe/snippet?app_pkg=com.mkarpenko.worldbox&partner=interstellar\",\"image\":\"/assets/media/icons/worldbox.webp\",\"categories\":[\"all\",\"emu\",\"android\"]},{\"name\":\"Toca Life World\",\"link\":\"https://now.gg/iframe/snippet?app_pkg=com.tocaboca.tocalifeworld&partner=interstellar\",\"image\":\"/assets/media/icons/tocalifeworld.webp\",\"categories\":[\"all\",\"emu\",\"android\"]},{\"name\":\"Toca Hair Salon 4\",\"link\":\"https://now.gg/iframe/snippet?app_pkg=com.tocaboca.tocahairsalon4&partner=interstellar\",\"image\":\"/assets/media/icons/tocabocahairsalon4.webp\",\"categories\":[\"all\",\"emu\",\"android\"]},{\"name\":\"Toca Kitchen 2\",\"link\":\"https://now.gg/iframe/snippet?app_pkg=com.tocaboca.tocakitchen2&partner=interstellar\",\"image\":\"/assets/media/icons/tocakitchen2.webp\",\"categories\":[\"all\",\"emu\",\"android\"]},{\"name\":\"Free Fire\",\"link\":\"https://now.gg/iframe/snippet?app_pkg=com.dts.freefireth&partner=interstellar\",\"image\":\"/assets/media/icons/freefire.webp\",\"categories\":[\"all\",\"emu\",\"android\"]},{\"name\":\"Stumble Guys (Android)\",\"link\":\"https://now.gg/iframe/snippet?app_pkg=com.kitkagames.fallbuddies&partner=interstellar\",\"image\":\"/assets/media/icons/stumble-guys.webp\",\"categories\":[\"all\",\"emu\",\"android\"]},{\"name\":\"Now.GG\",\"link\":\"https://now.gg\",\"image\":\"/assets/media/icons/now-gg.webp\",\"categories\":[\"all\",\"emu\",\"android\"]},{\"name\":\"Roblox (NowGG.me) [Working]\",\"link\":\"https://nowgg.me/apps/roblox-corporation/5349/roblox.html\",\"image\":\"/assets/media/icons/shuttle.webp\",\"categories\":[\"all\",\"emu\",\"android\"]},{\"name\":\"Now.GG (NowGG.me) [Working]\",\"link\":\"https://nowgg.me\",\"image\":\"/assets/media/icons/shuttle.webp\",\"categories\":[\"all\",\"emu\",\"android\"]},{\"name\":\"Parappa the Rapper\",\"link\":\"https://retrogamesonline.io/parappa-the-rapper.embed\",\"image\":\"/assets/media/icons/ptr.webp\",\"categories\":[\"all\",\"emu\"]},{\"name\":\"Half-Life\",\"link\":\"https://x8bitrain.github.io/webXash/\",\"image\":\"/assets/media/icons/half-life.webp\",\"categories\":[\"all\"]},{\"name\":\"Kiomet\",\"link\":\"https://kiomet.com\",\"image\":\"/assets/media/icons/kiomet.webp\",\"categories\":[\"all\"]},{\"name\":\"Tribals.io\",\"link\":\"https://tribals.io/\",\"image\":\"/assets/media/icons/tribalsio.webp\",\"categories\":[\"all\"]},{\"name\":\"Counter Strike 1.6\",\"link\":\"https://play-cs.com/en/servers\",\"image\":\"/assets/media/icons/cs16.webp\",\"categories\":[\"all\"]},{\"name\":\"Narrow One\",\"link\":\"https://narrow.one\",\"image\":\"/assets/media/icons/narrowone.webp\",\"categories\":[\"all\"]},{\"name\":\"Kirka\",\"link\":\"https://kirka.io\",\"image\":\"/assets/media/icons/kirka.webp\",\"categories\":[\"all\"]},{\"name\":\"Cryzen\",\"link\":\"https://cryzen.io\",\"image\":\"/assets/media/icons/cryzen.webp\",\"categories\":[\"all\"]},{\"name\":\"Hordes\",\"link\":\"https://hordes.io\",\"image\":\"/assets/media/icons/hordes.webp\",\"categories\":[\"all\"]},{\"name\":\"Venge\",\"link\":\"https://venge.io\",\"image\":\"/assets/media/icons/venge.webp\",\"categories\":[\"all\"]},{\"name\":\"Minecraft 1.5.2 (Eaglercraft)\",\"link\":\"/e/2/eag15/index.html\",\"image\":\"/assets/media/icons/mc.webp\",\"categories\":[\"all\",\"2P\",\"emu\",\"local\"]},{\"name\":\"Minecraft 1.8 (Eaglercraft)\",\"link\":\"/e/2/eag18/offline.html\",\"image\":\"/assets/media/icons/mc.webp\",\"categories\":[\"all\",\"2P\",\"emu\",\"local\"]},{\"name\":\"Minecraft 1.8 (Eagler WASM)\",\"link\":\"/e/2/eag18/wasm.html\",\"image\":\"/assets/media/icons/mc.webp\",\"categories\":[\"all\",\"2P\",\"emu\",\"local\"]},{\"name\":\"Getaway S.\",\"link\":\"https://www.twoplayergames.org/embed/getaway-shootout\",\"image\":\"/assets/media/icons/getaway.webp\",\"categories\":[\"all\",\"2P\"]},{\"name\":\"2048\",\"link\":\"/e/1/2048/index.html\",\"image\":\"/assets/media/icons/2048.webp\",\"categories\":[\"all\",\"local\"]},{\"name\":\"2048 Multitasking\",\"link\":\"/e/1/2048-multitask/index.html\",\"image\":\"/assets/media/icons/2048.webp\",\"categories\":[\"all\",\"local\"]},{\"name\":\"Vex 7\",\"link\":\"/e/1/vex7/index.html\",\"image\":\"/assets/media/icons/vex7.webp\",\"categories\":[\"all\",\"local\"]},{\"name\":\"Vex 6\",\"link\":\"/e/1/vex6/index.html\",\"image\":\"/assets/media/icons/vex6.webp\",\"categories\":[\"all\",\"local\"]},{\"name\":\"Vex 5\",\"link\":\"/e/1/vex5/index.html\",\"image\":\"/assets/media/icons/vex5.webp\",\"categories\":[\"all\",\"local\"]},{\"name\":\"Vex 3\",\"link\":\"/e/1/vex3/index.html\",\"image\":\"/assets/media/icons/vex3.webp\",\"categories\":[\"all\",\"local\"]},{\"name\":\"Vex 4\",\"link\":\"/e/1/vex4/index.html\",\"image\":\"/assets/media/icons/vex4.webp\",\"categories\":[\"all\",\"local\"]},{\"name\":\"Windows 96\",\"link\":\"https://windows96.net\",\"image\":\"/assets/media/icons/windows96.webp\",\"categories\":[\"all\"]},{\"name\":\"The Impossible Quiz: Book 2\",\"link\":\"https://f.silvergames.com/ruffle/player.php?id=3742\",\"image\":\"/assets/media/icons/book2.webp\",\"categories\":[\"all\",\"emu\"]},{\"name\":\"Wrassling\",\"link\":\"https://games.poki.com/458768/wrassling\",\"image\":\"/assets/media/icons/wrassling.webp\",\"categories\":[\"all\"]},{\"name\":\"Happy Wheels\",\"link\":\"https://games-online.io/game/HappyWheels/\",\"image\":\"/assets/media/icons/hw.webp\",\"categories\":[\"all\"]},{\"name\":\"Google Snake Modded\",\"link\":\"https://googlesnakemods.com/v/current/\",\"image\":\"/assets/media/icons/snake.webp\",\"categories\":[\"all\"]},{\"name\":\"Idle Startup Tycoon\",\"link\":\"https://www.mortgagecalculator.org/money-games/idle-startup-tycoon/\",\"image\":\"/assets/media/icons/idlestartup.webp\",\"categories\":[\"all\"]},{\"name\":\"Two Player Games\",\"link\":\"https://www.twoplayergames.org/\",\"image\":\"/assets/media/icons/tpg.webp\",\"categories\":[\"all\"]},{\"name\":\"Five Nights at Winston's\",\"link\":\"https://g.deev.is/fnaw/\",\"image\":\"/assets/media/icons/fnaw.webp\",\"categories\":[\"all\",\"game\"]},{\"name\":\"Goomy Clicker 2\",\"link\":\"https://idle-js-games.github.io/goomyClicker2/\",\"image\":\"/assets/media/icons/gc2.webp\",\"categories\":[\"all\"]},{\"name\":\"Space Company\",\"link\":\"/e/1/space-company/index.html\",\"image\":\"/assets/media/icons/sc.png\",\"categories\":[\"all\",\"local\"]},{\"name\":\"Mario Kart DS\",\"link\":\"https://seraph.reveriestudios.online/games/mariokartds/index.html\",\"image\":\"/assets/media/icons/mariokartds.jpg\",\"categories\":[\"all\",\"emu\"]},{\"name\":\"Cooking Mama\",\"link\":\"https://seraph.reveriestudios.online/games/cookingmama/index.html\",\"image\":\"/assets/media/icons/cookingmama.jpg\",\"categories\":[\"all\",\"emu\"]},{\"name\":\"Wordle\",\"link\":\"https://www.nytimes.com/games/wordle/index.html\",\"image\":\"/assets/media/icons/w.webp\",\"categories\":[\"all\"]},{\"name\":\"Wordle Unlimited\",\"link\":\"https://wordleunlimited.org/\",\"image\":\"/assets/media/icons/w.webp\",\"categories\":[\"all\"]},{\"name\":\"Wordly\",\"link\":\"https://wordly.org/\",\"image\":\"/assets/media/icons/w.webp\",\"categories\":[\"all\"]},{\"name\":\"Connections\",\"link\":\"https://www.nytimes.com/games/connections\",\"image\":\"/assets/media/icons/cn.png\",\"categories\":[\"all\"]},{\"name\":\"Connections Unlimited\",\"link\":\"https://1games.io/game/connections-game/\",\"image\":\"/assets/media/icons/cn.png\",\"categories\":[\"all\"]},{\"name\":\"Globle\",\"link\":\"https://globle.org/?\",\"image\":\"/assets/media/icons/cn.png\",\"categories\":[\"all\"]},{\"name\":\"Particle Clicker\",\"link\":\"/e/1/particle-clicker/index.html\",\"image\":\"/assets/media/icons/pc.png\",\"categories\":[\"all,\",\"local\"]},{\"name\":\"ShipCraft.io\",\"link\":\"https://shipcraft.io/\",\"categories\":[\"all\"]},{\"name\":\"Super Mario Bros.\",\"link\":\"https://emulator-games.pages.dev/nes/Super Mario Bros.\",\"image\":\"/assets/media/icons/emulator/smb.webp\",\"categories\":[\"all\",\"emu\"]},{\"name\":\"Super Mario Bros. 2\",\"link\":\"https://emulator-games.pages.dev/nes/Super Mario Bros. 2\",\"image\":\"/assets/media/icons/emulator/smb2.webp\",\"categories\":[\"all\",\"emu\"]},{\"name\":\"Super Mario Bros. 3\",\"link\":\"https://emulator-games.pages.dev/nes/Super Mario Bros. 3\",\"image\":\"/assets/media/icons/emulator/smb3.webp\",\"categories\":[\"all\",\"emu\"]}]\n"
  },
  {
    "path": "static/assets/mathematics/bundle.js",
    "content": "(()=>{var e=[,(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>l});var i=n(2),r=n(3);class a extends i.default{constructor(e){super(),this.ctx=e,this.rewriteUrl=e.rewriteUrl,this.sourceUrl=e.sourceUrl}rewrite(e,t={}){return e?this.recast(e,e=>{e.tagName&&this.emit(\"element\",e,\"rewrite\"),e.attr&&this.emit(\"attr\",e,\"rewrite\"),\"#text\"===e.nodeName&&this.emit(\"text\",e,\"rewrite\")},t):e}source(e,t={}){return e?this.recast(e,e=>{e.tagName&&this.emit(\"element\",e,\"source\"),e.attr&&this.emit(\"attr\",e,\"source\"),\"#text\"===e.nodeName&&this.emit(\"text\",e,\"source\")},t):e}recast(e,t,n={}){try{let i=(n.document?r.parse:r.parseFragment)(new String(e).toString());return this.iterate(i,t,n),(0,r.serialize)(i)}catch(a){return e}}iterate(e,t,n){if(!e)return e;if(e.tagName){let i=new o(e,!1,n);if(t(i),e.attrs)for(let r of e.attrs)r.skip||t(new s(i,r,n))}if(e.childNodes)for(let a of e.childNodes)a.skip||this.iterate(a,t,n);return\"#text\"===e.nodeName&&t(new _(e,new o(e.parentNode),!1,n)),e}wrapSrcset(e,t=this.ctx.meta){return e.split(\",\").map(e=>{let n=e.trimStart().split(\" \");return n[0]&&(n[0]=this.ctx.rewriteUrl(n[0],t)),n.join(\" \")}).join(\", \")}unwrapSrcset(e,t=this.ctx.meta){return e.split(\",\").map(e=>{let n=e.trimStart().split(\" \");return n[0]&&(n[0]=this.ctx.sourceUrl(n[0],t)),n.join(\" \")}).join(\", \")}static parse=r.parse;static parseFragment=r.parseFragment;static serialize=r.serialize}class o extends i.default{constructor(e,t=!1,n={}){super(),this.stream=t,this.node=e,this.options=n}setAttribute(e,t){for(let n of this.attrs)if(n.name===e)return n.value=t,!0;this.attrs.push({name:e,value:t})}getAttribute(e){let t=this.attrs.find(t=>t.name===e)||{};return t.value}hasAttribute(e){return!!this.attrs.find(t=>t.name===e)}removeAttribute(e){let t=this.attrs.findIndex(t=>t.name===e);void 0!==t&&this.attrs.splice(t,1)}get tagName(){return this.node.tagName}set tagName(e){this.node.tagName=e}get childNodes(){return this.stream?null:this.node.childNodes}get innerHTML(){return this.stream?null:(0,r.serialize)({nodeName:\"#document-fragment\",childNodes:this.childNodes})}set innerHTML(e){this.stream||(this.node.childNodes=(0,r.parseFragment)(e).childNodes)}get outerHTML(){return this.stream?null:(0,r.serialize)({nodeName:\"#document-fragment\",childNodes:[this]})}set outerHTML(e){this.stream||this.parentNode.childNodes.splice(this.parentNode.childNodes.findIndex(e=>e===this.node),1,...(0,r.parseFragment)(e).childNodes)}get textContent(){if(this.stream)return null;let e=\"\";return iterate(this.node,t=>{\"#text\"===t.nodeName&&(e+=t.value)}),e}set textContent(e){this.stream||(this.node.childNodes=[{nodeName:\"#text\",value:e,parentNode:this.node}])}get nodeName(){return this.node.nodeName}get parentNode(){return this.node.parentNode?new o(this.node.parentNode):null}get attrs(){return this.node.attrs}get namespaceURI(){return this.node.namespaceURI}}class s{constructor(e,t,n={}){this.attr=t,this.attrs=e.attrs,this.node=e,this.options=n}delete(){let e=this.attrs.findIndex(e=>e===this.attr);return this.attrs.splice(e,1),Object.defineProperty(this,\"deleted\",{get:()=>!0}),!0}get name(){return this.attr.name}set name(e){this.attr.name=e}get value(){return this.attr.value}set value(e){this.attr.value=e}get deleted(){return!1}}class _{constructor(e,t,n=!1,i={}){this.stream=n,this.node=e,this.element=t,this.options=i}get nodeName(){return this.node.nodeName}get parentNode(){return this.element}get value(){return this.stream?this.node.text:this.node.value}set value(e){this.stream?this.node.text=e:this.node.value=e}}let l=a},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>l});var i,r=\"object\"==typeof Reflect?Reflect:null,a=r&&\"function\"==typeof r.apply?r.apply:function e(t,n,i){return Function.prototype.apply.call(t,n,i)};function o(e){console&&console.warn&&console.warn(e)}i=r&&\"function\"==typeof r.ownKeys?r.ownKeys:Object.getOwnPropertySymbols?function e(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:function e(t){return Object.getOwnPropertyNames(t)};var s=Number.isNaN||function e(t){return t!=t};function _(){_.init.call(this)}let l=_;_.EventEmitter=_,_.prototype._events=void 0,_.prototype._eventsCount=0,_.prototype._maxListeners=void 0;var c=10;function u(e){if(\"function\"!=typeof e)throw TypeError('The \"listener\" argument must be of type Function. Received type '+typeof e)}function p(e){return void 0===e._maxListeners?_.defaultMaxListeners:e._maxListeners}function $(e,t,n,i){if(u(n),void 0===(a=e._events)?(a=e._events=Object.create(null),e._eventsCount=0):(void 0!==a.newListener&&(e.emit(\"newListener\",t,n.listener?n.listener:n),a=e._events),s=a[t]),void 0===s)s=a[t]=n,++e._eventsCount;else if(\"function\"==typeof s?s=a[t]=i?[n,s]:[s,n]:i?s.unshift(n):s.push(n),(r=p(e))>0&&s.length>r&&!s.warned){s.warned=!0;var r,a,s,_=Error(\"Possible EventEmitter memory leak detected. \"+s.length+\" \"+String(t)+\" listeners added. Use emitter.setMaxListeners() to increase limit\");_.name=\"MaxListenersExceededWarning\",_.emitter=e,_.type=t,_.count=s.length,o(_)}return e}function d(){if(!this.fired)return(this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length)?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function m(e,t,n){var i={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},r=d.bind(i);return r.listener=n,i.wrapFn=r,r}function h(e,t,n){var i=e._events;if(void 0===i)return[];var r=i[t];return void 0===r?[]:\"function\"==typeof r?n?[r.listener||r]:[r]:n?v(r):g(r,r.length)}function f(e){var t=this._events;if(void 0!==t){var n=t[e];if(\"function\"==typeof n)return 1;if(void 0!==n)return n.length}return 0}function g(e,t){for(var n=Array(t),i=0;i<t;++i)n[i]=e[i];return n}function x(e,t){for(;t+1<e.length;t++)e[t]=e[t+1];e.pop()}function v(e){for(var t=Array(e.length),n=0;n<t.length;++n)t[n]=e[n].listener||e[n];return t}function b(e,t){return new Promise(function(n,i){function r(n){e.removeListener(t,a),i(n)}function a(){\"function\"==typeof e.removeListener&&e.removeListener(\"error\",r),n([].slice.call(arguments))}T(e,t,a,{once:!0}),\"error\"!==t&&k(e,r,{once:!0})})}function k(e,t,n){\"function\"==typeof e.on&&T(e,\"error\",t,n)}function T(e,t,n,i){if(\"function\"==typeof e.on)i.once?e.once(t,n):e.on(t,n);else if(\"function\"==typeof e.addEventListener)e.addEventListener(t,function r(a){i.once&&e.removeEventListener(t,r),n(a)});else throw TypeError('The \"emitter\" argument must be of type EventEmitter. Received type '+typeof e)}Object.defineProperty(_,\"defaultMaxListeners\",{enumerable:!0,get:function(){return c},set:function(e){if(\"number\"!=typeof e||e<0||s(e))throw RangeError('The value of \"defaultMaxListeners\" is out of range. It must be a non-negative number. Received '+e+\".\");c=e}}),_.init=function(){(void 0===this._events||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},_.prototype.setMaxListeners=function e(t){if(\"number\"!=typeof t||t<0||s(t))throw RangeError('The value of \"n\" is out of range. It must be a non-negative number. Received '+t+\".\");return this._maxListeners=t,this},_.prototype.getMaxListeners=function e(){return p(this)},_.prototype.emit=function e(t){for(var n=[],i=1;i<arguments.length;i++)n.push(arguments[i]);var r=\"error\"===t,o=this._events;if(void 0!==o)r=r&&void 0===o.error;else if(!r)return!1;if(r){if(n.length>0&&(s=n[0]),s instanceof Error)throw s;var s,_=Error(\"Unhandled error.\"+(s?\" (\"+s.message+\")\":\"\"));throw _.context=s,_}var l=o[t];if(void 0===l)return!1;if(\"function\"==typeof l)a(l,this,n);else for(var c=l.length,u=g(l,c),i=0;i<c;++i)a(u[i],this,n);return!0},_.prototype.addListener=function e(t,n){return $(this,t,n,!1)},_.prototype.on=_.prototype.addListener,_.prototype.prependListener=function e(t,n){return $(this,t,n,!0)},_.prototype.once=function e(t,n){return u(n),this.on(t,m(this,t,n)),this},_.prototype.prependOnceListener=function e(t,n){return u(n),this.prependListener(t,m(this,t,n)),this},_.prototype.removeListener=function e(t,n){var i,r,a,o,s;if(u(n),void 0===(r=this._events)||void 0===(i=r[t]))return this;if(i===n||i.listener===n)0==--this._eventsCount?this._events=Object.create(null):(delete r[t],r.removeListener&&this.emit(\"removeListener\",t,i.listener||n));else if(\"function\"!=typeof i){for(a=-1,o=i.length-1;o>=0;o--)if(i[o]===n||i[o].listener===n){s=i[o].listener,a=o;break}if(a<0)return this;0===a?i.shift():x(i,a),1===i.length&&(r[t]=i[0]),void 0!==r.removeListener&&this.emit(\"removeListener\",t,s||n)}return this},_.prototype.off=_.prototype.removeListener,_.prototype.removeAllListeners=function e(t){var n,i,r;if(void 0===(i=this._events))return this;if(void 0===i.removeListener)return 0===arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==i[t]&&(0==--this._eventsCount?this._events=Object.create(null):delete i[t]),this;if(0===arguments.length){var a,o=Object.keys(i);for(r=0;r<o.length;++r)\"removeListener\"!==(a=o[r])&&this.removeAllListeners(a);return this.removeAllListeners(\"removeListener\"),this._events=Object.create(null),this._eventsCount=0,this}if(\"function\"==typeof(n=i[t]))this.removeListener(t,n);else if(void 0!==n)for(r=n.length-1;r>=0;r--)this.removeListener(t,n[r]);return this},_.prototype.listeners=function e(t){return h(this,t,!0)},_.prototype.rawListeners=function e(t){return h(this,t,!1)},_.listenerCount=function(e,t){return\"function\"==typeof e.listenerCount?e.listenerCount(t):f.call(e,t)},_.prototype.listenerCount=f,_.prototype.eventNames=function e(){return this._eventsCount>0?i(this._events):[]}},(e,t,n)=>{\"use strict\";let i=n(4),r=n(26);t.parse=function e(t,n){let r=new i(n);return r.parse(t)},t.parseFragment=function e(t,n,r){\"string\"==typeof t&&(r=n,n=t,t=null);let a=new i(r);return a.parseFragment(n,t)},t.serialize=function(e,t){let n=new r(e,t);return n.serialize()}},(e,t,n)=>{\"use strict\";let i=n(5),r=n(10),a=n(12),o=n(13),s=n(18),_=n(14),l=n(22),c=n(23),u=n(24),p=n(25),$=n(8),d=n(7),m=n(11),h=m.TAG_NAMES,f=m.NAMESPACES,g=m.ATTRS,x={scriptingEnabled:!0,sourceCodeLocationInfo:!1,onParseError:null,treeAdapter:l},v=\"hidden\",b=\"INITIAL_MODE\",k=\"BEFORE_HTML_MODE\",T=\"BEFORE_HEAD_MODE\",E=\"IN_HEAD_MODE\",y=\"IN_HEAD_NO_SCRIPT_MODE\",A=\"AFTER_HEAD_MODE\",C=\"IN_BODY_MODE\",w=\"TEXT_MODE\",S=\"IN_TABLE_MODE\",N=\"IN_TABLE_TEXT_MODE\",D=\"IN_CAPTION_MODE\",P=\"IN_COLUMN_GROUP_MODE\",O=\"IN_TABLE_BODY_MODE\",L=\"IN_ROW_MODE\",I=\"IN_CELL_MODE\",R=\"IN_SELECT_MODE\",M=\"IN_SELECT_IN_TABLE_MODE\",F=\"IN_TEMPLATE_MODE\",B=\"AFTER_BODY_MODE\",H=\"IN_FRAMESET_MODE\",j=\"AFTER_FRAMESET_MODE\",U=\"AFTER_AFTER_BODY_MODE\",z=\"AFTER_AFTER_FRAMESET_MODE\",q={[h.TR]:L,[h.TBODY]:O,[h.THEAD]:O,[h.TFOOT]:O,[h.CAPTION]:D,[h.COLGROUP]:P,[h.TABLE]:S,[h.BODY]:C,[h.FRAMESET]:H},G={[h.CAPTION]:S,[h.COLGROUP]:S,[h.TBODY]:S,[h.TFOOT]:S,[h.THEAD]:S,[h.COL]:P,[h.TR]:O,[h.TD]:L,[h.TH]:L},K={[b]:{[i.CHARACTER_TOKEN]:el,[i.NULL_CHARACTER_TOKEN]:el,[i.WHITESPACE_CHARACTER_TOKEN]:et,[i.COMMENT_TOKEN]:ei,[i.DOCTYPE_TOKEN]:e_,[i.START_TAG_TOKEN]:el,[i.END_TAG_TOKEN]:el,[i.EOF_TOKEN]:el},[k]:{[i.CHARACTER_TOKEN]:ep,[i.NULL_CHARACTER_TOKEN]:ep,[i.WHITESPACE_CHARACTER_TOKEN]:et,[i.COMMENT_TOKEN]:ei,[i.DOCTYPE_TOKEN]:et,[i.START_TAG_TOKEN]:ec,[i.END_TAG_TOKEN]:eu,[i.EOF_TOKEN]:ep},[T]:{[i.CHARACTER_TOKEN]:e0,[i.NULL_CHARACTER_TOKEN]:e0,[i.WHITESPACE_CHARACTER_TOKEN]:et,[i.COMMENT_TOKEN]:ei,[i.DOCTYPE_TOKEN]:en,[i.START_TAG_TOKEN]:e$,[i.END_TAG_TOKEN]:ed,[i.EOF_TOKEN]:e0},[E]:{[i.CHARACTER_TOKEN]:e7,[i.NULL_CHARACTER_TOKEN]:e7,[i.WHITESPACE_CHARACTER_TOKEN]:eo,[i.COMMENT_TOKEN]:ei,[i.DOCTYPE_TOKEN]:en,[i.START_TAG_TOKEN]:em,[i.END_TAG_TOKEN]:eh,[i.EOF_TOKEN]:e7},[y]:{[i.CHARACTER_TOKEN]:e2,[i.NULL_CHARACTER_TOKEN]:e2,[i.WHITESPACE_CHARACTER_TOKEN]:eo,[i.COMMENT_TOKEN]:ei,[i.DOCTYPE_TOKEN]:en,[i.START_TAG_TOKEN]:e3,[i.END_TAG_TOKEN]:ef,[i.EOF_TOKEN]:e2},[A]:{[i.CHARACTER_TOKEN]:e1,[i.NULL_CHARACTER_TOKEN]:e1,[i.WHITESPACE_CHARACTER_TOKEN]:eo,[i.COMMENT_TOKEN]:ei,[i.DOCTYPE_TOKEN]:en,[i.START_TAG_TOKEN]:e6,[i.END_TAG_TOKEN]:eg,[i.EOF_TOKEN]:e1},[C]:{[i.CHARACTER_TOKEN]:e5,[i.NULL_CHARACTER_TOKEN]:et,[i.WHITESPACE_CHARACTER_TOKEN]:e4,[i.COMMENT_TOKEN]:ei,[i.DOCTYPE_TOKEN]:et,[i.START_TAG_TOKEN]:eQ,[i.END_TAG_TOKEN]:ts,[i.EOF_TOKEN]:t_},[w]:{[i.CHARACTER_TOKEN]:eo,[i.NULL_CHARACTER_TOKEN]:eo,[i.WHITESPACE_CHARACTER_TOKEN]:eo,[i.COMMENT_TOKEN]:et,[i.DOCTYPE_TOKEN]:et,[i.START_TAG_TOKEN]:et,[i.END_TAG_TOKEN]:tl,[i.EOF_TOKEN]:tc},[S]:{[i.CHARACTER_TOKEN]:tu,[i.NULL_CHARACTER_TOKEN]:tu,[i.WHITESPACE_CHARACTER_TOKEN]:tu,[i.COMMENT_TOKEN]:ei,[i.DOCTYPE_TOKEN]:et,[i.START_TAG_TOKEN]:tf,[i.END_TAG_TOKEN]:t2,[i.EOF_TOKEN]:t_},[N]:{[i.CHARACTER_TOKEN]:t1,[i.NULL_CHARACTER_TOKEN]:et,[i.WHITESPACE_CHARACTER_TOKEN]:tg,[i.COMMENT_TOKEN]:t4,[i.DOCTYPE_TOKEN]:t4,[i.START_TAG_TOKEN]:t4,[i.END_TAG_TOKEN]:t4,[i.EOF_TOKEN]:t4},[D]:{[i.CHARACTER_TOKEN]:e5,[i.NULL_CHARACTER_TOKEN]:et,[i.WHITESPACE_CHARACTER_TOKEN]:e4,[i.COMMENT_TOKEN]:ei,[i.DOCTYPE_TOKEN]:et,[i.START_TAG_TOKEN]:t5,[i.END_TAG_TOKEN]:tx,[i.EOF_TOKEN]:t_},[P]:{[i.CHARACTER_TOKEN]:tk,[i.NULL_CHARACTER_TOKEN]:tk,[i.WHITESPACE_CHARACTER_TOKEN]:eo,[i.COMMENT_TOKEN]:ei,[i.DOCTYPE_TOKEN]:et,[i.START_TAG_TOKEN]:tv,[i.END_TAG_TOKEN]:tb,[i.EOF_TOKEN]:t_},[O]:{[i.CHARACTER_TOKEN]:tu,[i.NULL_CHARACTER_TOKEN]:tu,[i.WHITESPACE_CHARACTER_TOKEN]:tu,[i.COMMENT_TOKEN]:ei,[i.DOCTYPE_TOKEN]:et,[i.START_TAG_TOKEN]:tT,[i.END_TAG_TOKEN]:tE,[i.EOF_TOKEN]:t_},[L]:{[i.CHARACTER_TOKEN]:tu,[i.NULL_CHARACTER_TOKEN]:tu,[i.WHITESPACE_CHARACTER_TOKEN]:tu,[i.COMMENT_TOKEN]:ei,[i.DOCTYPE_TOKEN]:et,[i.START_TAG_TOKEN]:ty,[i.END_TAG_TOKEN]:tA,[i.EOF_TOKEN]:t_},[I]:{[i.CHARACTER_TOKEN]:e5,[i.NULL_CHARACTER_TOKEN]:et,[i.WHITESPACE_CHARACTER_TOKEN]:e4,[i.COMMENT_TOKEN]:ei,[i.DOCTYPE_TOKEN]:et,[i.START_TAG_TOKEN]:tC,[i.END_TAG_TOKEN]:tw,[i.EOF_TOKEN]:t_},[R]:{[i.CHARACTER_TOKEN]:eo,[i.NULL_CHARACTER_TOKEN]:et,[i.WHITESPACE_CHARACTER_TOKEN]:eo,[i.COMMENT_TOKEN]:ei,[i.DOCTYPE_TOKEN]:et,[i.START_TAG_TOKEN]:tS,[i.END_TAG_TOKEN]:t8,[i.EOF_TOKEN]:t_},[M]:{[i.CHARACTER_TOKEN]:eo,[i.NULL_CHARACTER_TOKEN]:et,[i.WHITESPACE_CHARACTER_TOKEN]:eo,[i.COMMENT_TOKEN]:ei,[i.DOCTYPE_TOKEN]:et,[i.START_TAG_TOKEN]:tN,[i.END_TAG_TOKEN]:tD,[i.EOF_TOKEN]:t_},[F]:{[i.CHARACTER_TOKEN]:e5,[i.NULL_CHARACTER_TOKEN]:et,[i.WHITESPACE_CHARACTER_TOKEN]:e4,[i.COMMENT_TOKEN]:ei,[i.DOCTYPE_TOKEN]:et,[i.START_TAG_TOKEN]:tP,[i.END_TAG_TOKEN]:tO,[i.EOF_TOKEN]:tL},[B]:{[i.CHARACTER_TOKEN]:tM,[i.NULL_CHARACTER_TOKEN]:tM,[i.WHITESPACE_CHARACTER_TOKEN]:e4,[i.COMMENT_TOKEN]:er,[i.DOCTYPE_TOKEN]:et,[i.START_TAG_TOKEN]:tI,[i.END_TAG_TOKEN]:tR,[i.EOF_TOKEN]:es},[H]:{[i.CHARACTER_TOKEN]:et,[i.NULL_CHARACTER_TOKEN]:et,[i.WHITESPACE_CHARACTER_TOKEN]:eo,[i.COMMENT_TOKEN]:ei,[i.DOCTYPE_TOKEN]:et,[i.START_TAG_TOKEN]:tF,[i.END_TAG_TOKEN]:tB,[i.EOF_TOKEN]:es},[j]:{[i.CHARACTER_TOKEN]:et,[i.NULL_CHARACTER_TOKEN]:et,[i.WHITESPACE_CHARACTER_TOKEN]:eo,[i.COMMENT_TOKEN]:ei,[i.DOCTYPE_TOKEN]:et,[i.START_TAG_TOKEN]:tH,[i.END_TAG_TOKEN]:tj,[i.EOF_TOKEN]:es},[U]:{[i.CHARACTER_TOKEN]:tz,[i.NULL_CHARACTER_TOKEN]:tz,[i.WHITESPACE_CHARACTER_TOKEN]:e4,[i.COMMENT_TOKEN]:ea,[i.DOCTYPE_TOKEN]:et,[i.START_TAG_TOKEN]:tU,[i.END_TAG_TOKEN]:tz,[i.EOF_TOKEN]:es},[z]:{[i.CHARACTER_TOKEN]:et,[i.NULL_CHARACTER_TOKEN]:et,[i.WHITESPACE_CHARACTER_TOKEN]:e4,[i.COMMENT_TOKEN]:ea,[i.DOCTYPE_TOKEN]:et,[i.START_TAG_TOKEN]:tq,[i.END_TAG_TOKEN]:et,[i.EOF_TOKEN]:es}};class V{constructor(e){this.options=c(x,e),this.treeAdapter=this.options.treeAdapter,this.pendingScript=null,this.options.sourceCodeLocationInfo&&_.install(this,o),this.options.onParseError&&_.install(this,s,{onParseError:this.options.onParseError})}parse(e){let t=this.treeAdapter.createDocument();return this._bootstrap(t,null),this.tokenizer.write(e,!0),this._runParsingLoop(null),t}parseFragment(e,t){t||(t=this.treeAdapter.createElement(h.TEMPLATE,f.HTML,[]));let n=this.treeAdapter.createElement(\"documentmock\",f.HTML,[]);this._bootstrap(n,t),this.treeAdapter.getTagName(t)===h.TEMPLATE&&this._pushTmplInsertionMode(F),this._initTokenizerForFragmentParsing(),this._insertFakeRootElement(),this._resetInsertionMode(),this._findFormInFragmentContext(),this.tokenizer.write(e,!0),this._runParsingLoop(null);let i=this.treeAdapter.getFirstChild(n),r=this.treeAdapter.createDocumentFragment();return this._adoptNodes(i,r),r}_bootstrap(e,t){this.tokenizer=new i(this.options),this.stopped=!1,this.insertionMode=b,this.originalInsertionMode=\"\",this.document=e,this.fragmentContext=t,this.headElement=null,this.formElement=null,this.openElements=new r(this.document,this.treeAdapter),this.activeFormattingElements=new a(this.treeAdapter),this.tmplInsertionModeStack=[],this.tmplInsertionModeStackTop=-1,this.currentTmplInsertionMode=null,this.pendingCharacterTokens=[],this.hasNonWhitespacePendingCharacterToken=!1,this.framesetOk=!0,this.skipNextNewLine=!1,this.fosterParentingEnabled=!1}_err(){}_runParsingLoop(e){for(;!this.stopped;){this._setupTokenizerCDATAMode();let t=this.tokenizer.getNextToken();if(t.type===i.HIBERNATION_TOKEN)break;if(this.skipNextNewLine&&(this.skipNextNewLine=!1,t.type===i.WHITESPACE_CHARACTER_TOKEN&&\"\\n\"===t.chars[0])){if(1===t.chars.length)continue;t.chars=t.chars.substr(1)}if(this._processInputToken(t),e&&this.pendingScript)break}}runParsingLoopForCurrentChunk(e,t){if(this._runParsingLoop(t),t&&this.pendingScript){let n=this.pendingScript;this.pendingScript=null,t(n);return}e&&e()}_setupTokenizerCDATAMode(){let e=this._getAdjustedCurrentElement();this.tokenizer.allowCDATA=e&&e!==this.document&&this.treeAdapter.getNamespaceURI(e)!==f.HTML&&!this._isIntegrationPoint(e)}_switchToTextParsing(e,t){this._insertElement(e,f.HTML),this.tokenizer.state=t,this.originalInsertionMode=this.insertionMode,this.insertionMode=w}switchToPlaintextParsing(){this.insertionMode=w,this.originalInsertionMode=C,this.tokenizer.state=i.MODE.PLAINTEXT}_getAdjustedCurrentElement(){return 0===this.openElements.stackTop&&this.fragmentContext?this.fragmentContext:this.openElements.current}_findFormInFragmentContext(){let e=this.fragmentContext;do{if(this.treeAdapter.getTagName(e)===h.FORM){this.formElement=e;break}e=this.treeAdapter.getParentNode(e)}while(e)}_initTokenizerForFragmentParsing(){if(this.treeAdapter.getNamespaceURI(this.fragmentContext)===f.HTML){let e=this.treeAdapter.getTagName(this.fragmentContext);e===h.TITLE||e===h.TEXTAREA?this.tokenizer.state=i.MODE.RCDATA:e===h.STYLE||e===h.XMP||e===h.IFRAME||e===h.NOEMBED||e===h.NOFRAMES||e===h.NOSCRIPT?this.tokenizer.state=i.MODE.RAWTEXT:e===h.SCRIPT?this.tokenizer.state=i.MODE.SCRIPT_DATA:e===h.PLAINTEXT&&(this.tokenizer.state=i.MODE.PLAINTEXT)}}_setDocumentType(e){let t=e.name||\"\",n=e.publicId||\"\",i=e.systemId||\"\";this.treeAdapter.setDocumentType(this.document,t,n,i)}_attachElementToTree(e){if(this._shouldFosterParentOnInsertion())this._fosterParentElement(e);else{let t=this.openElements.currentTmplContent||this.openElements.current;this.treeAdapter.appendChild(t,e)}}_appendElement(e,t){let n=this.treeAdapter.createElement(e.tagName,t,e.attrs);this._attachElementToTree(n)}_insertElement(e,t){let n=this.treeAdapter.createElement(e.tagName,t,e.attrs);this._attachElementToTree(n),this.openElements.push(n)}_insertFakeElement(e){let t=this.treeAdapter.createElement(e,f.HTML,[]);this._attachElementToTree(t),this.openElements.push(t)}_insertTemplate(e){let t=this.treeAdapter.createElement(e.tagName,f.HTML,e.attrs),n=this.treeAdapter.createDocumentFragment();this.treeAdapter.setTemplateContent(t,n),this._attachElementToTree(t),this.openElements.push(t)}_insertFakeRootElement(){let e=this.treeAdapter.createElement(h.HTML,f.HTML,[]);this.treeAdapter.appendChild(this.openElements.current,e),this.openElements.push(e)}_appendCommentNode(e,t){let n=this.treeAdapter.createCommentNode(e.data);this.treeAdapter.appendChild(t,n)}_insertCharacters(e){if(this._shouldFosterParentOnInsertion())this._fosterParentText(e.chars);else{let t=this.openElements.currentTmplContent||this.openElements.current;this.treeAdapter.insertText(t,e.chars)}}_adoptNodes(e,t){for(let n=this.treeAdapter.getFirstChild(e);n;n=this.treeAdapter.getFirstChild(e))this.treeAdapter.detachNode(n),this.treeAdapter.appendChild(t,n)}_shouldProcessTokenInForeignContent(e){let t=this._getAdjustedCurrentElement();if(!t||t===this.document)return!1;let n=this.treeAdapter.getNamespaceURI(t);if(n===f.HTML||this.treeAdapter.getTagName(t)===h.ANNOTATION_XML&&n===f.MATHML&&e.type===i.START_TAG_TOKEN&&e.tagName===h.SVG)return!1;let r=e.type===i.CHARACTER_TOKEN||e.type===i.NULL_CHARACTER_TOKEN||e.type===i.WHITESPACE_CHARACTER_TOKEN,a=e.type===i.START_TAG_TOKEN&&e.tagName!==h.MGLYPH&&e.tagName!==h.MALIGNMARK;return!((a||r)&&this._isIntegrationPoint(t,f.MATHML)||(e.type===i.START_TAG_TOKEN||r)&&this._isIntegrationPoint(t,f.HTML))&&e.type!==i.EOF_TOKEN}_processToken(e){K[this.insertionMode][e.type](this,e)}_processTokenInBodyMode(e){K[C][e.type](this,e)}_processTokenInForeignContent(e){e.type===i.CHARACTER_TOKEN?tK(this,e):e.type===i.NULL_CHARACTER_TOKEN?tG(this,e):e.type===i.WHITESPACE_CHARACTER_TOKEN?eo(this,e):e.type===i.COMMENT_TOKEN?ei(this,e):e.type===i.START_TAG_TOKEN?tV(this,e):e.type===i.END_TAG_TOKEN&&tW(this,e)}_processInputToken(e){this._shouldProcessTokenInForeignContent(e)?this._processTokenInForeignContent(e):this._processToken(e),e.type===i.START_TAG_TOKEN&&e.selfClosing&&!e.ackSelfClosing&&this._err($.nonVoidHtmlElementStartTagWithTrailingSolidus)}_isIntegrationPoint(e,t){let n=this.treeAdapter.getTagName(e),i=this.treeAdapter.getNamespaceURI(e),r=this.treeAdapter.getAttrList(e);return p.isIntegrationPoint(n,i,r,t)}_reconstructActiveFormattingElements(){let e=this.activeFormattingElements.length;if(e){let t=e,n=null;do if(t--,(n=this.activeFormattingElements.entries[t]).type===a.MARKER_ENTRY||this.openElements.contains(n.element)){t++;break}while(t>0);for(let i=t;i<e;i++)n=this.activeFormattingElements.entries[i],this._insertElement(n.token,this.treeAdapter.getNamespaceURI(n.element)),n.element=this.openElements.current}}_closeTableCell(){this.openElements.generateImpliedEndTags(),this.openElements.popUntilTableCellPopped(),this.activeFormattingElements.clearToLastMarker(),this.insertionMode=L}_closePElement(){this.openElements.generateImpliedEndTagsWithExclusion(h.P),this.openElements.popUntilTagNamePopped(h.P)}_resetInsertionMode(){for(let e=this.openElements.stackTop,t=!1;e>=0;e--){let n=this.openElements.items[e];0===e&&(t=!0,this.fragmentContext&&(n=this.fragmentContext));let i=this.treeAdapter.getTagName(n),r=q[i];if(r){this.insertionMode=r;break}if(t||i!==h.TD&&i!==h.TH){if(t||i!==h.HEAD){if(i===h.SELECT){this._resetInsertionModeForSelect(e);break}if(i===h.TEMPLATE){this.insertionMode=this.currentTmplInsertionMode;break}else if(i===h.HTML){this.insertionMode=this.headElement?A:T;break}else if(t){this.insertionMode=C;break}}else{this.insertionMode=E;break}}else{this.insertionMode=I;break}}}_resetInsertionModeForSelect(e){if(e>0)for(let t=e-1;t>0;t--){let n=this.openElements.items[t],i=this.treeAdapter.getTagName(n);if(i===h.TEMPLATE)break;if(i===h.TABLE){this.insertionMode=M;return}}this.insertionMode=R}_pushTmplInsertionMode(e){this.tmplInsertionModeStack.push(e),this.tmplInsertionModeStackTop++,this.currentTmplInsertionMode=e}_popTmplInsertionMode(){this.tmplInsertionModeStack.pop(),this.tmplInsertionModeStackTop--,this.currentTmplInsertionMode=this.tmplInsertionModeStack[this.tmplInsertionModeStackTop]}_isElementCausesFosterParenting(e){let t=this.treeAdapter.getTagName(e);return t===h.TABLE||t===h.TBODY||t===h.TFOOT||t===h.THEAD||t===h.TR}_shouldFosterParentOnInsertion(){return this.fosterParentingEnabled&&this._isElementCausesFosterParenting(this.openElements.current)}_findFosterParentingLocation(){let e={parent:null,beforeElement:null};for(let t=this.openElements.stackTop;t>=0;t--){let n=this.openElements.items[t],i=this.treeAdapter.getTagName(n),r=this.treeAdapter.getNamespaceURI(n);if(i===h.TEMPLATE&&r===f.HTML){e.parent=this.treeAdapter.getTemplateContent(n);break}if(i===h.TABLE){e.parent=this.treeAdapter.getParentNode(n),e.parent?e.beforeElement=n:e.parent=this.openElements.items[t-1];break}}return e.parent||(e.parent=this.openElements.items[0]),e}_fosterParentElement(e){let t=this._findFosterParentingLocation();t.beforeElement?this.treeAdapter.insertBefore(t.parent,e,t.beforeElement):this.treeAdapter.appendChild(t.parent,e)}_fosterParentText(e){let t=this._findFosterParentingLocation();t.beforeElement?this.treeAdapter.insertTextBefore(t.parent,e,t.beforeElement):this.treeAdapter.insertText(t.parent,e)}_isSpecialElement(e){let t=this.treeAdapter.getTagName(e),n=this.treeAdapter.getNamespaceURI(e);return m.SPECIAL_ELEMENTS[n][t]}}function W(e,t){let n=e.activeFormattingElements.getElementEntryInScopeWithTagName(t.tagName);return n?e.openElements.contains(n.element)?e.openElements.hasInScope(t.tagName)||(n=null):(e.activeFormattingElements.removeEntry(n),n=null):to(e,t),n}function Y(e,t){let n=null;for(let i=e.openElements.stackTop;i>=0;i--){let r=e.openElements.items[i];if(r===t.element)break;e._isSpecialElement(r)&&(n=r)}return n||(e.openElements.popUntilElementPopped(t.element),e.activeFormattingElements.removeEntry(t)),n}function Q(e,t,n){let i=t,r=e.openElements.getCommonAncestor(t);for(let a=0,o=r;o!==n;a++,o=r){r=e.openElements.getCommonAncestor(o);let s=e.activeFormattingElements.getElementEntry(o),_=s&&a>=3,l=!s||_;l?(_&&e.activeFormattingElements.removeEntry(s),e.openElements.remove(o)):(o=X(e,s),i===t&&(e.activeFormattingElements.bookmark=s),e.treeAdapter.detachNode(i),e.treeAdapter.appendChild(o,i),i=o)}return i}function X(e,t){let n=e.treeAdapter.getNamespaceURI(t.element),i=e.treeAdapter.createElement(t.token.tagName,n,t.token.attrs);return e.openElements.replace(t.element,i),t.element=i,i}function J(e,t,n){if(e._isElementCausesFosterParenting(t))e._fosterParentElement(n);else{let i=e.treeAdapter.getTagName(t),r=e.treeAdapter.getNamespaceURI(t);i===h.TEMPLATE&&r===f.HTML&&(t=e.treeAdapter.getTemplateContent(t)),e.treeAdapter.appendChild(t,n)}}function Z(e,t,n){let i=e.treeAdapter.getNamespaceURI(n.element),r=n.token,a=e.treeAdapter.createElement(r.tagName,i,r.attrs);e._adoptNodes(t,a),e.treeAdapter.appendChild(t,a),e.activeFormattingElements.insertElementAfterBookmark(a,n.token),e.activeFormattingElements.removeEntry(n),e.openElements.remove(n.element),e.openElements.insertAfter(t,a)}function ee(e,t){let n;for(let i=0;i<8&&(n=W(e,t,n));i++){let r=Y(e,n);if(!r)break;e.activeFormattingElements.bookmark=n;let a=Q(e,r,n.element),o=e.openElements.getCommonAncestor(n.element);e.treeAdapter.detachNode(a),J(e,o,a),Z(e,r,n)}}function et(){}function en(e){e._err($.misplacedDoctype)}function ei(e,t){e._appendCommentNode(t,e.openElements.currentTmplContent||e.openElements.current)}function er(e,t){e._appendCommentNode(t,e.openElements.items[0])}function ea(e,t){e._appendCommentNode(t,e.document)}function eo(e,t){e._insertCharacters(t)}function es(e){e.stopped=!0}function e_(e,t){e._setDocumentType(t);let n=t.forceQuirks?m.DOCUMENT_MODE.QUIRKS:u.getDocumentMode(t);u.isConforming(t)||e._err($.nonConformingDoctype),e.treeAdapter.setDocumentMode(e.document,n),e.insertionMode=k}function el(e,t){e._err($.missingDoctype,{beforeToken:!0}),e.treeAdapter.setDocumentMode(e.document,m.DOCUMENT_MODE.QUIRKS),e.insertionMode=k,e._processToken(t)}function ec(e,t){t.tagName===h.HTML?(e._insertElement(t,f.HTML),e.insertionMode=T):ep(e,t)}function eu(e,t){let n=t.tagName;(n===h.HTML||n===h.HEAD||n===h.BODY||n===h.BR)&&ep(e,t)}function ep(e,t){e._insertFakeRootElement(),e.insertionMode=T,e._processToken(t)}function e$(e,t){let n=t.tagName;n===h.HTML?eQ(e,t):n===h.HEAD?(e._insertElement(t,f.HTML),e.headElement=e.openElements.current,e.insertionMode=E):e0(e,t)}function ed(e,t){let n=t.tagName;n===h.HEAD||n===h.BODY||n===h.HTML||n===h.BR?e0(e,t):e._err($.endTagWithoutMatchingOpenElement)}function e0(e,t){e._insertFakeElement(h.HEAD),e.headElement=e.openElements.current,e.insertionMode=E,e._processToken(t)}function em(e,t){let n=t.tagName;n===h.HTML?eQ(e,t):n===h.BASE||n===h.BASEFONT||n===h.BGSOUND||n===h.LINK||n===h.META?(e._appendElement(t,f.HTML),t.ackSelfClosing=!0):n===h.TITLE?e._switchToTextParsing(t,i.MODE.RCDATA):n===h.NOSCRIPT?e.options.scriptingEnabled?e._switchToTextParsing(t,i.MODE.RAWTEXT):(e._insertElement(t,f.HTML),e.insertionMode=y):n===h.NOFRAMES||n===h.STYLE?e._switchToTextParsing(t,i.MODE.RAWTEXT):n===h.SCRIPT?e._switchToTextParsing(t,i.MODE.SCRIPT_DATA):n===h.TEMPLATE?(e._insertTemplate(t,f.HTML),e.activeFormattingElements.insertMarker(),e.framesetOk=!1,e.insertionMode=F,e._pushTmplInsertionMode(F)):n===h.HEAD?e._err($.misplacedStartTagForHeadElement):e7(e,t)}function eh(e,t){let n=t.tagName;n===h.HEAD?(e.openElements.pop(),e.insertionMode=A):n===h.BODY||n===h.BR||n===h.HTML?e7(e,t):n===h.TEMPLATE&&e.openElements.tmplCount>0?(e.openElements.generateImpliedEndTagsThoroughly(),e.openElements.currentTagName!==h.TEMPLATE&&e._err($.closingOfElementWithOpenChildElements),e.openElements.popUntilTagNamePopped(h.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e._popTmplInsertionMode(),e._resetInsertionMode()):e._err($.endTagWithoutMatchingOpenElement)}function e7(e,t){e.openElements.pop(),e.insertionMode=A,e._processToken(t)}function e3(e,t){let n=t.tagName;n===h.HTML?eQ(e,t):n===h.BASEFONT||n===h.BGSOUND||n===h.HEAD||n===h.LINK||n===h.META||n===h.NOFRAMES||n===h.STYLE?em(e,t):n===h.NOSCRIPT?e._err($.nestedNoscriptInHead):e2(e,t)}function ef(e,t){let n=t.tagName;n===h.NOSCRIPT?(e.openElements.pop(),e.insertionMode=E):n===h.BR?e2(e,t):e._err($.endTagWithoutMatchingOpenElement)}function e2(e,t){let n=t.type===i.EOF_TOKEN?$.openElementsLeftAfterEof:$.disallowedContentInNoscriptInHead;e._err(n),e.openElements.pop(),e.insertionMode=E,e._processToken(t)}function e6(e,t){let n=t.tagName;n===h.HTML?eQ(e,t):n===h.BODY?(e._insertElement(t,f.HTML),e.framesetOk=!1,e.insertionMode=C):n===h.FRAMESET?(e._insertElement(t,f.HTML),e.insertionMode=H):n===h.BASE||n===h.BASEFONT||n===h.BGSOUND||n===h.LINK||n===h.META||n===h.NOFRAMES||n===h.SCRIPT||n===h.STYLE||n===h.TEMPLATE||n===h.TITLE?(e._err($.abandonedHeadElementChild),e.openElements.push(e.headElement),em(e,t),e.openElements.remove(e.headElement)):n===h.HEAD?e._err($.misplacedStartTagForHeadElement):e1(e,t)}function eg(e,t){let n=t.tagName;n===h.BODY||n===h.HTML||n===h.BR?e1(e,t):n===h.TEMPLATE?eh(e,t):e._err($.endTagWithoutMatchingOpenElement)}function e1(e,t){e._insertFakeElement(h.BODY),e.insertionMode=C,e._processToken(t)}function e4(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t)}function e5(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t),e.framesetOk=!1}function ex(e,t){0===e.openElements.tmplCount&&e.treeAdapter.adoptAttributes(e.openElements.items[0],t.attrs)}function ev(e,t){let n=e.openElements.tryPeekProperlyNestedBodyElement();n&&0===e.openElements.tmplCount&&(e.framesetOk=!1,e.treeAdapter.adoptAttributes(n,t.attrs))}function eb(e,t){let n=e.openElements.tryPeekProperlyNestedBodyElement();e.framesetOk&&n&&(e.treeAdapter.detachNode(n),e.openElements.popAllUpToHtmlElement(),e._insertElement(t,f.HTML),e.insertionMode=H)}function ek(e,t){e.openElements.hasInButtonScope(h.P)&&e._closePElement(),e._insertElement(t,f.HTML)}function eT(e,t){e.openElements.hasInButtonScope(h.P)&&e._closePElement();let n=e.openElements.currentTagName;(n===h.H1||n===h.H2||n===h.H3||n===h.H4||n===h.H5||n===h.H6)&&e.openElements.pop(),e._insertElement(t,f.HTML)}function eE(e,t){e.openElements.hasInButtonScope(h.P)&&e._closePElement(),e._insertElement(t,f.HTML),e.skipNextNewLine=!0,e.framesetOk=!1}function ey(e,t){let n=e.openElements.tmplCount>0;e.formElement&&!n||(e.openElements.hasInButtonScope(h.P)&&e._closePElement(),e._insertElement(t,f.HTML),n||(e.formElement=e.openElements.current))}function eA(e,t){e.framesetOk=!1;let n=t.tagName;for(let i=e.openElements.stackTop;i>=0;i--){let r=e.openElements.items[i],a=e.treeAdapter.getTagName(r),o=null;if(n===h.LI&&a===h.LI?o=h.LI:(n===h.DD||n===h.DT)&&(a===h.DD||a===h.DT)&&(o=a),o){e.openElements.generateImpliedEndTagsWithExclusion(o),e.openElements.popUntilTagNamePopped(o);break}if(a!==h.ADDRESS&&a!==h.DIV&&a!==h.P&&e._isSpecialElement(r))break}e.openElements.hasInButtonScope(h.P)&&e._closePElement(),e._insertElement(t,f.HTML)}function eC(e,t){e.openElements.hasInButtonScope(h.P)&&e._closePElement(),e._insertElement(t,f.HTML),e.tokenizer.state=i.MODE.PLAINTEXT}function ew(e,t){e.openElements.hasInScope(h.BUTTON)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(h.BUTTON)),e._reconstructActiveFormattingElements(),e._insertElement(t,f.HTML),e.framesetOk=!1}function eS(e,t){let n=e.activeFormattingElements.getElementEntryInScopeWithTagName(h.A);n&&(ee(e,t),e.openElements.remove(n.element),e.activeFormattingElements.removeEntry(n)),e._reconstructActiveFormattingElements(),e._insertElement(t,f.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function e8(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,f.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function eN(e,t){e._reconstructActiveFormattingElements(),e.openElements.hasInScope(h.NOBR)&&(ee(e,t),e._reconstructActiveFormattingElements()),e._insertElement(t,f.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function eD(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,f.HTML),e.activeFormattingElements.insertMarker(),e.framesetOk=!1}function eP(e,t){e.treeAdapter.getDocumentMode(e.document)!==m.DOCUMENT_MODE.QUIRKS&&e.openElements.hasInButtonScope(h.P)&&e._closePElement(),e._insertElement(t,f.HTML),e.framesetOk=!1,e.insertionMode=S}function eO(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,f.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}function eL(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,f.HTML);let n=i.getTokenAttr(t,g.TYPE);n&&n.toLowerCase()===v||(e.framesetOk=!1),t.ackSelfClosing=!0}function eI(e,t){e._appendElement(t,f.HTML),t.ackSelfClosing=!0}function eR(e,t){e.openElements.hasInButtonScope(h.P)&&e._closePElement(),e._appendElement(t,f.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}function eM(e,t){t.tagName=h.IMG,eO(e,t)}function eF(e,t){e._insertElement(t,f.HTML),e.skipNextNewLine=!0,e.tokenizer.state=i.MODE.RCDATA,e.originalInsertionMode=e.insertionMode,e.framesetOk=!1,e.insertionMode=w}function eB(e,t){e.openElements.hasInButtonScope(h.P)&&e._closePElement(),e._reconstructActiveFormattingElements(),e.framesetOk=!1,e._switchToTextParsing(t,i.MODE.RAWTEXT)}function eH(e,t){e.framesetOk=!1,e._switchToTextParsing(t,i.MODE.RAWTEXT)}function ej(e,t){e._switchToTextParsing(t,i.MODE.RAWTEXT)}function eU(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,f.HTML),e.framesetOk=!1,e.insertionMode===S||e.insertionMode===D||e.insertionMode===O||e.insertionMode===L||e.insertionMode===I?e.insertionMode=M:e.insertionMode=R}function ez(e,t){e.openElements.currentTagName===h.OPTION&&e.openElements.pop(),e._reconstructActiveFormattingElements(),e._insertElement(t,f.HTML)}function eq(e,t){e.openElements.hasInScope(h.RUBY)&&e.openElements.generateImpliedEndTags(),e._insertElement(t,f.HTML)}function eG(e,t){e.openElements.hasInScope(h.RUBY)&&e.openElements.generateImpliedEndTagsWithExclusion(h.RTC),e._insertElement(t,f.HTML)}function eK(e,t){e.openElements.hasInButtonScope(h.P)&&e._closePElement(),e._insertElement(t,f.HTML)}function eV(e,t){e._reconstructActiveFormattingElements(),p.adjustTokenMathMLAttrs(t),p.adjustTokenXMLAttrs(t),t.selfClosing?e._appendElement(t,f.MATHML):e._insertElement(t,f.MATHML),t.ackSelfClosing=!0}function eW(e,t){e._reconstructActiveFormattingElements(),p.adjustTokenSVGAttrs(t),p.adjustTokenXMLAttrs(t),t.selfClosing?e._appendElement(t,f.SVG):e._insertElement(t,f.SVG),t.ackSelfClosing=!0}function eY(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,f.HTML)}function eQ(e,t){let n=t.tagName;switch(n.length){case 1:n===h.I||n===h.S||n===h.B||n===h.U?e8(e,t):n===h.P?ek(e,t):n===h.A?eS(e,t):eY(e,t);break;case 2:n===h.DL||n===h.OL||n===h.UL?ek(e,t):n===h.H1||n===h.H2||n===h.H3||n===h.H4||n===h.H5||n===h.H6?eT(e,t):n===h.LI||n===h.DD||n===h.DT?eA(e,t):n===h.EM||n===h.TT?e8(e,t):n===h.BR?eO(e,t):n===h.HR?eR(e,t):n===h.RB?eq(e,t):n===h.RT||n===h.RP?eG(e,t):n!==h.TH&&n!==h.TD&&n!==h.TR&&eY(e,t);break;case 3:n===h.DIV||n===h.DIR||n===h.NAV?ek(e,t):n===h.PRE?eE(e,t):n===h.BIG?e8(e,t):n===h.IMG||n===h.WBR?eO(e,t):n===h.XMP?eB(e,t):n===h.SVG?eW(e,t):n===h.RTC?eq(e,t):n!==h.COL&&eY(e,t);break;case 4:n===h.HTML?ex(e,t):n===h.BASE||n===h.LINK||n===h.META?em(e,t):n===h.BODY?ev(e,t):n===h.MAIN||n===h.MENU?ek(e,t):n===h.FORM?ey(e,t):n===h.CODE||n===h.FONT?e8(e,t):n===h.NOBR?eN(e,t):n===h.AREA?eO(e,t):n===h.MATH?eV(e,t):n===h.MENU?eK(e,t):n!==h.HEAD&&eY(e,t);break;case 5:n===h.STYLE||n===h.TITLE?em(e,t):n===h.ASIDE?ek(e,t):n===h.SMALL?e8(e,t):n===h.TABLE?eP(e,t):n===h.EMBED?eO(e,t):n===h.INPUT?eL(e,t):n===h.PARAM||n===h.TRACK?eI(e,t):n===h.IMAGE?eM(e,t):n!==h.FRAME&&n!==h.TBODY&&n!==h.TFOOT&&n!==h.THEAD&&eY(e,t);break;case 6:n===h.SCRIPT?em(e,t):n===h.CENTER||n===h.FIGURE||n===h.FOOTER||n===h.HEADER||n===h.HGROUP||n===h.DIALOG?ek(e,t):n===h.BUTTON?ew(e,t):n===h.STRIKE||n===h.STRONG?e8(e,t):n===h.APPLET||n===h.OBJECT?eD(e,t):n===h.KEYGEN?eO(e,t):n===h.SOURCE?eI(e,t):n===h.IFRAME?eH(e,t):n===h.SELECT?eU(e,t):n===h.OPTION?ez(e,t):eY(e,t);break;case 7:n===h.BGSOUND?em(e,t):n===h.DETAILS||n===h.ADDRESS||n===h.ARTICLE||n===h.SECTION||n===h.SUMMARY?ek(e,t):n===h.LISTING?eE(e,t):n===h.MARQUEE?eD(e,t):n===h.NOEMBED?ej(e,t):n!==h.CAPTION&&eY(e,t);break;case 8:n===h.BASEFONT?em(e,t):n===h.FRAMESET?eb(e,t):n===h.FIELDSET?ek(e,t):n===h.TEXTAREA?eF(e,t):n===h.TEMPLATE?em(e,t):n===h.NOSCRIPT?e.options.scriptingEnabled?ej(e,t):eY(e,t):n===h.OPTGROUP?ez(e,t):n!==h.COLGROUP&&eY(e,t);break;case 9:n===h.PLAINTEXT?eC(e,t):eY(e,t);break;case 10:n===h.BLOCKQUOTE||n===h.FIGCAPTION?ek(e,t):eY(e,t);break;default:eY(e,t)}}function eX(e){e.openElements.hasInScope(h.BODY)&&(e.insertionMode=B)}function e9(e,t){e.openElements.hasInScope(h.BODY)&&(e.insertionMode=B,e._processToken(t))}function eJ(e,t){let n=t.tagName;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n))}function eZ(e){let t=e.openElements.tmplCount>0,n=e.formElement;t||(e.formElement=null),(n||t)&&e.openElements.hasInScope(h.FORM)&&(e.openElements.generateImpliedEndTags(),t?e.openElements.popUntilTagNamePopped(h.FORM):e.openElements.remove(n))}function te(e){e.openElements.hasInButtonScope(h.P)||e._insertFakeElement(h.P),e._closePElement()}function tt(e){e.openElements.hasInListItemScope(h.LI)&&(e.openElements.generateImpliedEndTagsWithExclusion(h.LI),e.openElements.popUntilTagNamePopped(h.LI))}function tn(e,t){let n=t.tagName;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTagsWithExclusion(n),e.openElements.popUntilTagNamePopped(n))}function ti(e){e.openElements.hasNumberedHeaderInScope()&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilNumberedHeaderPopped())}function tr(e,t){let n=t.tagName;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n),e.activeFormattingElements.clearToLastMarker())}function ta(e){e._reconstructActiveFormattingElements(),e._insertFakeElement(h.BR),e.openElements.pop(),e.framesetOk=!1}function to(e,t){let n=t.tagName;for(let i=e.openElements.stackTop;i>0;i--){let r=e.openElements.items[i];if(e.treeAdapter.getTagName(r)===n){e.openElements.generateImpliedEndTagsWithExclusion(n),e.openElements.popUntilElementPopped(r);break}if(e._isSpecialElement(r))break}}function ts(e,t){let n=t.tagName;switch(n.length){case 1:n===h.A||n===h.B||n===h.I||n===h.S||n===h.U?ee(e,t):n===h.P?te(e,t):to(e,t);break;case 2:n===h.DL||n===h.UL||n===h.OL?eJ(e,t):n===h.LI?tt(e,t):n===h.DD||n===h.DT?tn(e,t):n===h.H1||n===h.H2||n===h.H3||n===h.H4||n===h.H5||n===h.H6?ti(e,t):n===h.BR?ta(e,t):n===h.EM||n===h.TT?ee(e,t):to(e,t);break;case 3:n===h.BIG?ee(e,t):n===h.DIR||n===h.DIV||n===h.NAV||n===h.PRE?eJ(e,t):to(e,t);break;case 4:n===h.BODY?eX(e,t):n===h.HTML?e9(e,t):n===h.FORM?eZ(e,t):n===h.CODE||n===h.FONT||n===h.NOBR?ee(e,t):n===h.MAIN||n===h.MENU?eJ(e,t):to(e,t);break;case 5:n===h.ASIDE?eJ(e,t):n===h.SMALL?ee(e,t):to(e,t);break;case 6:n===h.CENTER||n===h.FIGURE||n===h.FOOTER||n===h.HEADER||n===h.HGROUP||n===h.DIALOG?eJ(e,t):n===h.APPLET||n===h.OBJECT?tr(e,t):n===h.STRIKE||n===h.STRONG?ee(e,t):to(e,t);break;case 7:n===h.ADDRESS||n===h.ARTICLE||n===h.DETAILS||n===h.SECTION||n===h.SUMMARY||n===h.LISTING?eJ(e,t):n===h.MARQUEE?tr(e,t):to(e,t);break;case 8:n===h.FIELDSET?eJ(e,t):n===h.TEMPLATE?eh(e,t):to(e,t);break;case 10:n===h.BLOCKQUOTE||n===h.FIGCAPTION?eJ(e,t):to(e,t);break;default:to(e,t)}}function t_(e,t){e.tmplInsertionModeStackTop>-1?tL(e,t):e.stopped=!0}function tl(e,t){t.tagName===h.SCRIPT&&(e.pendingScript=e.openElements.current),e.openElements.pop(),e.insertionMode=e.originalInsertionMode}function tc(e,t){e._err($.eofInElementThatCanContainOnlyText),e.openElements.pop(),e.insertionMode=e.originalInsertionMode,e._processToken(t)}function tu(e,t){let n=e.openElements.currentTagName;n===h.TABLE||n===h.TBODY||n===h.TFOOT||n===h.THEAD||n===h.TR?(e.pendingCharacterTokens=[],e.hasNonWhitespacePendingCharacterToken=!1,e.originalInsertionMode=e.insertionMode,e.insertionMode=N,e._processToken(t)):t6(e,t)}function tp(e,t){e.openElements.clearBackToTableContext(),e.activeFormattingElements.insertMarker(),e._insertElement(t,f.HTML),e.insertionMode=D}function t$(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,f.HTML),e.insertionMode=P}function td(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(h.COLGROUP),e.insertionMode=P,e._processToken(t)}function t0(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,f.HTML),e.insertionMode=O}function tm(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(h.TBODY),e.insertionMode=O,e._processToken(t)}function th(e,t){e.openElements.hasInTableScope(h.TABLE)&&(e.openElements.popUntilTagNamePopped(h.TABLE),e._resetInsertionMode(),e._processToken(t))}function t7(e,t){let n=i.getTokenAttr(t,g.TYPE);n&&n.toLowerCase()===v?e._appendElement(t,f.HTML):t6(e,t),t.ackSelfClosing=!0}function t3(e,t){e.formElement||0!==e.openElements.tmplCount||(e._insertElement(t,f.HTML),e.formElement=e.openElements.current,e.openElements.pop())}function tf(e,t){let n=t.tagName;switch(n.length){case 2:n===h.TD||n===h.TH||n===h.TR?tm(e,t):t6(e,t);break;case 3:n===h.COL?td(e,t):t6(e,t);break;case 4:n===h.FORM?t3(e,t):t6(e,t);break;case 5:n===h.TABLE?th(e,t):n===h.STYLE?em(e,t):n===h.TBODY||n===h.TFOOT||n===h.THEAD?t0(e,t):n===h.INPUT?t7(e,t):t6(e,t);break;case 6:n===h.SCRIPT?em(e,t):t6(e,t);break;case 7:n===h.CAPTION?tp(e,t):t6(e,t);break;case 8:n===h.COLGROUP?t$(e,t):n===h.TEMPLATE?em(e,t):t6(e,t);break;default:t6(e,t)}}function t2(e,t){let n=t.tagName;n===h.TABLE?e.openElements.hasInTableScope(h.TABLE)&&(e.openElements.popUntilTagNamePopped(h.TABLE),e._resetInsertionMode()):n===h.TEMPLATE?eh(e,t):n!==h.BODY&&n!==h.CAPTION&&n!==h.COL&&n!==h.COLGROUP&&n!==h.HTML&&n!==h.TBODY&&n!==h.TD&&n!==h.TFOOT&&n!==h.TH&&n!==h.THEAD&&n!==h.TR&&t6(e,t)}function t6(e,t){let n=e.fosterParentingEnabled;e.fosterParentingEnabled=!0,e._processTokenInBodyMode(t),e.fosterParentingEnabled=n}function tg(e,t){e.pendingCharacterTokens.push(t)}function t1(e,t){e.pendingCharacterTokens.push(t),e.hasNonWhitespacePendingCharacterToken=!0}function t4(e,t){let n=0;if(e.hasNonWhitespacePendingCharacterToken)for(;n<e.pendingCharacterTokens.length;n++)t6(e,e.pendingCharacterTokens[n]);else for(;n<e.pendingCharacterTokens.length;n++)e._insertCharacters(e.pendingCharacterTokens[n]);e.insertionMode=e.originalInsertionMode,e._processToken(t)}function t5(e,t){let n=t.tagName;n===h.CAPTION||n===h.COL||n===h.COLGROUP||n===h.TBODY||n===h.TD||n===h.TFOOT||n===h.TH||n===h.THEAD||n===h.TR?e.openElements.hasInTableScope(h.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(h.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=S,e._processToken(t)):eQ(e,t)}function tx(e,t){let n=t.tagName;n===h.CAPTION||n===h.TABLE?e.openElements.hasInTableScope(h.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(h.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=S,n===h.TABLE&&e._processToken(t)):n!==h.BODY&&n!==h.COL&&n!==h.COLGROUP&&n!==h.HTML&&n!==h.TBODY&&n!==h.TD&&n!==h.TFOOT&&n!==h.TH&&n!==h.THEAD&&n!==h.TR&&ts(e,t)}function tv(e,t){let n=t.tagName;n===h.HTML?eQ(e,t):n===h.COL?(e._appendElement(t,f.HTML),t.ackSelfClosing=!0):n===h.TEMPLATE?em(e,t):tk(e,t)}function tb(e,t){let n=t.tagName;n===h.COLGROUP?e.openElements.currentTagName===h.COLGROUP&&(e.openElements.pop(),e.insertionMode=S):n===h.TEMPLATE?eh(e,t):n!==h.COL&&tk(e,t)}function tk(e,t){e.openElements.currentTagName===h.COLGROUP&&(e.openElements.pop(),e.insertionMode=S,e._processToken(t))}function tT(e,t){let n=t.tagName;n===h.TR?(e.openElements.clearBackToTableBodyContext(),e._insertElement(t,f.HTML),e.insertionMode=L):n===h.TH||n===h.TD?(e.openElements.clearBackToTableBodyContext(),e._insertFakeElement(h.TR),e.insertionMode=L,e._processToken(t)):n===h.CAPTION||n===h.COL||n===h.COLGROUP||n===h.TBODY||n===h.TFOOT||n===h.THEAD?e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=S,e._processToken(t)):tf(e,t)}function tE(e,t){let n=t.tagName;n===h.TBODY||n===h.TFOOT||n===h.THEAD?e.openElements.hasInTableScope(n)&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=S):n===h.TABLE?e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=S,e._processToken(t)):(n!==h.BODY&&n!==h.CAPTION&&n!==h.COL&&n!==h.COLGROUP||n!==h.HTML&&n!==h.TD&&n!==h.TH&&n!==h.TR)&&t2(e,t)}function ty(e,t){let n=t.tagName;n===h.TH||n===h.TD?(e.openElements.clearBackToTableRowContext(),e._insertElement(t,f.HTML),e.insertionMode=I,e.activeFormattingElements.insertMarker()):n===h.CAPTION||n===h.COL||n===h.COLGROUP||n===h.TBODY||n===h.TFOOT||n===h.THEAD||n===h.TR?e.openElements.hasInTableScope(h.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=O,e._processToken(t)):tf(e,t)}function tA(e,t){let n=t.tagName;n===h.TR?e.openElements.hasInTableScope(h.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=O):n===h.TABLE?e.openElements.hasInTableScope(h.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=O,e._processToken(t)):n===h.TBODY||n===h.TFOOT||n===h.THEAD?(e.openElements.hasInTableScope(n)||e.openElements.hasInTableScope(h.TR))&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=O,e._processToken(t)):(n!==h.BODY&&n!==h.CAPTION&&n!==h.COL&&n!==h.COLGROUP||n!==h.HTML&&n!==h.TD&&n!==h.TH)&&t2(e,t)}function tC(e,t){let n=t.tagName;n===h.CAPTION||n===h.COL||n===h.COLGROUP||n===h.TBODY||n===h.TD||n===h.TFOOT||n===h.TH||n===h.THEAD||n===h.TR?(e.openElements.hasInTableScope(h.TD)||e.openElements.hasInTableScope(h.TH))&&(e._closeTableCell(),e._processToken(t)):eQ(e,t)}function tw(e,t){let n=t.tagName;n===h.TD||n===h.TH?e.openElements.hasInTableScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=L):n===h.TABLE||n===h.TBODY||n===h.TFOOT||n===h.THEAD||n===h.TR?e.openElements.hasInTableScope(n)&&(e._closeTableCell(),e._processToken(t)):n!==h.BODY&&n!==h.CAPTION&&n!==h.COL&&n!==h.COLGROUP&&n!==h.HTML&&ts(e,t)}function tS(e,t){let n=t.tagName;n===h.HTML?eQ(e,t):n===h.OPTION?(e.openElements.currentTagName===h.OPTION&&e.openElements.pop(),e._insertElement(t,f.HTML)):n===h.OPTGROUP?(e.openElements.currentTagName===h.OPTION&&e.openElements.pop(),e.openElements.currentTagName===h.OPTGROUP&&e.openElements.pop(),e._insertElement(t,f.HTML)):n===h.INPUT||n===h.KEYGEN||n===h.TEXTAREA||n===h.SELECT?e.openElements.hasInSelectScope(h.SELECT)&&(e.openElements.popUntilTagNamePopped(h.SELECT),e._resetInsertionMode(),n!==h.SELECT&&e._processToken(t)):(n===h.SCRIPT||n===h.TEMPLATE)&&em(e,t)}function t8(e,t){let n=t.tagName;if(n===h.OPTGROUP){let i=e.openElements.items[e.openElements.stackTop-1],r=i&&e.treeAdapter.getTagName(i);e.openElements.currentTagName===h.OPTION&&r===h.OPTGROUP&&e.openElements.pop(),e.openElements.currentTagName===h.OPTGROUP&&e.openElements.pop()}else n===h.OPTION?e.openElements.currentTagName===h.OPTION&&e.openElements.pop():n===h.SELECT&&e.openElements.hasInSelectScope(h.SELECT)?(e.openElements.popUntilTagNamePopped(h.SELECT),e._resetInsertionMode()):n===h.TEMPLATE&&eh(e,t)}function tN(e,t){let n=t.tagName;n===h.CAPTION||n===h.TABLE||n===h.TBODY||n===h.TFOOT||n===h.THEAD||n===h.TR||n===h.TD||n===h.TH?(e.openElements.popUntilTagNamePopped(h.SELECT),e._resetInsertionMode(),e._processToken(t)):tS(e,t)}function tD(e,t){let n=t.tagName;n===h.CAPTION||n===h.TABLE||n===h.TBODY||n===h.TFOOT||n===h.THEAD||n===h.TR||n===h.TD||n===h.TH?e.openElements.hasInTableScope(n)&&(e.openElements.popUntilTagNamePopped(h.SELECT),e._resetInsertionMode(),e._processToken(t)):t8(e,t)}function tP(e,t){let n=t.tagName;if(n===h.BASE||n===h.BASEFONT||n===h.BGSOUND||n===h.LINK||n===h.META||n===h.NOFRAMES||n===h.SCRIPT||n===h.STYLE||n===h.TEMPLATE||n===h.TITLE)em(e,t);else{let i=G[n]||C;e._popTmplInsertionMode(),e._pushTmplInsertionMode(i),e.insertionMode=i,e._processToken(t)}}function tO(e,t){t.tagName===h.TEMPLATE&&eh(e,t)}function tL(e,t){e.openElements.tmplCount>0?(e.openElements.popUntilTagNamePopped(h.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e._popTmplInsertionMode(),e._resetInsertionMode(),e._processToken(t)):e.stopped=!0}function tI(e,t){t.tagName===h.HTML?eQ(e,t):tM(e,t)}function tR(e,t){t.tagName===h.HTML?e.fragmentContext||(e.insertionMode=U):tM(e,t)}function tM(e,t){e.insertionMode=C,e._processToken(t)}function tF(e,t){let n=t.tagName;n===h.HTML?eQ(e,t):n===h.FRAMESET?e._insertElement(t,f.HTML):n===h.FRAME?(e._appendElement(t,f.HTML),t.ackSelfClosing=!0):n===h.NOFRAMES&&em(e,t)}function tB(e,t){t.tagName!==h.FRAMESET||e.openElements.isRootHtmlElementCurrent()||(e.openElements.pop(),e.fragmentContext||e.openElements.currentTagName===h.FRAMESET||(e.insertionMode=j))}function tH(e,t){let n=t.tagName;n===h.HTML?eQ(e,t):n===h.NOFRAMES&&em(e,t)}function tj(e,t){t.tagName===h.HTML&&(e.insertionMode=z)}function tU(e,t){t.tagName===h.HTML?eQ(e,t):tz(e,t)}function tz(e,t){e.insertionMode=C,e._processToken(t)}function tq(e,t){let n=t.tagName;n===h.HTML?eQ(e,t):n===h.NOFRAMES&&em(e,t)}function tG(e,t){t.chars=d.REPLACEMENT_CHARACTER,e._insertCharacters(t)}function tK(e,t){e._insertCharacters(t),e.framesetOk=!1}function tV(e,t){if(p.causesExit(t)&&!e.fragmentContext){for(;e.treeAdapter.getNamespaceURI(e.openElements.current)!==f.HTML&&!e._isIntegrationPoint(e.openElements.current);)e.openElements.pop();e._processToken(t)}else{let n=e._getAdjustedCurrentElement(),i=e.treeAdapter.getNamespaceURI(n);i===f.MATHML?p.adjustTokenMathMLAttrs(t):i===f.SVG&&(p.adjustTokenSVGTagName(t),p.adjustTokenSVGAttrs(t)),p.adjustTokenXMLAttrs(t),t.selfClosing?e._appendElement(t,i):e._insertElement(t,i),t.ackSelfClosing=!0}}function tW(e,t){for(let n=e.openElements.stackTop;n>0;n--){let i=e.openElements.items[n];if(e.treeAdapter.getNamespaceURI(i)===f.HTML){e._processToken(t);break}if(e.treeAdapter.getTagName(i).toLowerCase()===t.tagName){e.openElements.popUntilElementPopped(i);break}}}e.exports=V},(e,t,n)=>{\"use strict\";let i=n(6),r=n(7),a=n(9),o=n(8),s=r.CODE_POINTS,_=r.CODE_POINT_SEQUENCES,l={128:8364,130:8218,131:402,132:8222,133:8230,134:8224,135:8225,136:710,137:8240,138:352,139:8249,140:338,142:381,145:8216,146:8217,147:8220,148:8221,149:8226,150:8211,151:8212,152:732,153:8482,154:353,155:8250,156:339,158:382,159:376},c=7,u=\"DATA_STATE\",p=\"RCDATA_STATE\",$=\"RAWTEXT_STATE\",d=\"SCRIPT_DATA_STATE\",m=\"PLAINTEXT_STATE\",h=\"TAG_OPEN_STATE\",f=\"END_TAG_OPEN_STATE\",g=\"TAG_NAME_STATE\",x=\"RCDATA_LESS_THAN_SIGN_STATE\",v=\"RCDATA_END_TAG_OPEN_STATE\",b=\"RCDATA_END_TAG_NAME_STATE\",k=\"RAWTEXT_LESS_THAN_SIGN_STATE\",T=\"RAWTEXT_END_TAG_OPEN_STATE\",E=\"RAWTEXT_END_TAG_NAME_STATE\",y=\"SCRIPT_DATA_LESS_THAN_SIGN_STATE\",A=\"SCRIPT_DATA_END_TAG_OPEN_STATE\",C=\"SCRIPT_DATA_END_TAG_NAME_STATE\",w=\"SCRIPT_DATA_ESCAPE_START_STATE\",S=\"SCRIPT_DATA_ESCAPE_START_DASH_STATE\",N=\"SCRIPT_DATA_ESCAPED_STATE\",D=\"SCRIPT_DATA_ESCAPED_DASH_STATE\",P=\"SCRIPT_DATA_ESCAPED_DASH_DASH_STATE\",O=\"SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN_STATE\",L=\"SCRIPT_DATA_ESCAPED_END_TAG_OPEN_STATE\",I=\"SCRIPT_DATA_ESCAPED_END_TAG_NAME_STATE\",R=\"SCRIPT_DATA_DOUBLE_ESCAPE_START_STATE\",M=\"SCRIPT_DATA_DOUBLE_ESCAPED_STATE\",F=\"SCRIPT_DATA_DOUBLE_ESCAPED_DASH_STATE\",B=\"SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH_STATE\",H=\"SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN_STATE\",j=\"SCRIPT_DATA_DOUBLE_ESCAPE_END_STATE\",U=\"BEFORE_ATTRIBUTE_NAME_STATE\",z=\"ATTRIBUTE_NAME_STATE\",q=\"AFTER_ATTRIBUTE_NAME_STATE\",G=\"BEFORE_ATTRIBUTE_VALUE_STATE\",K=\"ATTRIBUTE_VALUE_DOUBLE_QUOTED_STATE\",V=\"ATTRIBUTE_VALUE_SINGLE_QUOTED_STATE\",W=\"ATTRIBUTE_VALUE_UNQUOTED_STATE\",Y=\"AFTER_ATTRIBUTE_VALUE_QUOTED_STATE\",Q=\"SELF_CLOSING_START_TAG_STATE\",X=\"BOGUS_COMMENT_STATE\",J=\"MARKUP_DECLARATION_OPEN_STATE\",Z=\"COMMENT_START_STATE\",ee=\"COMMENT_START_DASH_STATE\",et=\"COMMENT_STATE\",en=\"COMMENT_LESS_THAN_SIGN_STATE\",ei=\"COMMENT_LESS_THAN_SIGN_BANG_STATE\",er=\"COMMENT_LESS_THAN_SIGN_BANG_DASH_STATE\",ea=\"COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH_STATE\",eo=\"COMMENT_END_DASH_STATE\",es=\"COMMENT_END_STATE\",e_=\"COMMENT_END_BANG_STATE\",el=\"DOCTYPE_STATE\",ec=\"BEFORE_DOCTYPE_NAME_STATE\",eu=\"DOCTYPE_NAME_STATE\",ep=\"AFTER_DOCTYPE_NAME_STATE\",e$=\"AFTER_DOCTYPE_PUBLIC_KEYWORD_STATE\",ed=\"BEFORE_DOCTYPE_PUBLIC_IDENTIFIER_STATE\",e0=\"DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED_STATE\",em=\"DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED_STATE\",eh=\"AFTER_DOCTYPE_PUBLIC_IDENTIFIER_STATE\",e7=\"BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS_STATE\",e3=\"AFTER_DOCTYPE_SYSTEM_KEYWORD_STATE\",ef=\"BEFORE_DOCTYPE_SYSTEM_IDENTIFIER_STATE\",e2=\"DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED_STATE\",e6=\"DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED_STATE\",eg=\"AFTER_DOCTYPE_SYSTEM_IDENTIFIER_STATE\",e1=\"BOGUS_DOCTYPE_STATE\",e4=\"CDATA_SECTION_STATE\",e5=\"CDATA_SECTION_BRACKET_STATE\",ex=\"CDATA_SECTION_END_STATE\",ev=\"CHARACTER_REFERENCE_STATE\",eb=\"NAMED_CHARACTER_REFERENCE_STATE\",ek=\"AMBIGUOS_AMPERSAND_STATE\",eT=\"NUMERIC_CHARACTER_REFERENCE_STATE\",eE=\"HEXADEMICAL_CHARACTER_REFERENCE_START_STATE\",ey=\"DECIMAL_CHARACTER_REFERENCE_START_STATE\",eA=\"HEXADEMICAL_CHARACTER_REFERENCE_STATE\",eC=\"DECIMAL_CHARACTER_REFERENCE_STATE\",ew=\"NUMERIC_CHARACTER_REFERENCE_END_STATE\";function eS(e){return e===s.SPACE||e===s.LINE_FEED||e===s.TABULATION||e===s.FORM_FEED}function e8(e){return e>=s.DIGIT_0&&e<=s.DIGIT_9}function eN(e){return e>=s.LATIN_CAPITAL_A&&e<=s.LATIN_CAPITAL_Z}function eD(e){return e>=s.LATIN_SMALL_A&&e<=s.LATIN_SMALL_Z}function eP(e){return eD(e)||eN(e)}function eO(e){return eP(e)||e8(e)}function eL(e){return e>=s.LATIN_CAPITAL_A&&e<=s.LATIN_CAPITAL_F}function eI(e){return e>=s.LATIN_SMALL_A&&e<=s.LATIN_SMALL_F}function eR(e){return e8(e)||eL(e)||eI(e)}function eM(e){return e+32}function eF(e){return e<=65535?String.fromCharCode(e):String.fromCharCode((e-=65536)>>>10&1023|55296)+String.fromCharCode(56320|1023&e)}function eB(e){return String.fromCharCode(eM(e))}function eH(e,t){let n=a[++e],i=++e,r=i+n-1;for(;i<=r;){let o=i+r>>>1,s=a[o];if(s<t)i=o+1;else{if(!(s>t))return a[o+n];r=o-1}}return -1}class ej{constructor(){this.preprocessor=new i,this.tokenQueue=[],this.allowCDATA=!1,this.state=u,this.returnState=\"\",this.charRefCode=-1,this.tempBuff=[],this.lastStartTagName=\"\",this.consumedAfterSnapshot=-1,this.active=!1,this.currentCharacterToken=null,this.currentToken=null,this.currentAttr=null}_err(){}_errOnNextCodePoint(e){this._consume(),this._err(e),this._unconsume()}getNextToken(){for(;!this.tokenQueue.length&&this.active;){this.consumedAfterSnapshot=0;let e=this._consume();this._ensureHibernation()||this[this.state](e)}return this.tokenQueue.shift()}write(e,t){this.active=!0,this.preprocessor.write(e,t)}insertHtmlAtCurrentPos(e){this.active=!0,this.preprocessor.insertHtmlAtCurrentPos(e)}_ensureHibernation(){if(this.preprocessor.endOfChunkHit){for(;this.consumedAfterSnapshot>0;this.consumedAfterSnapshot--)this.preprocessor.retreat();return this.active=!1,this.tokenQueue.push({type:ej.HIBERNATION_TOKEN}),!0}return!1}_consume(){return this.consumedAfterSnapshot++,this.preprocessor.advance()}_unconsume(){this.consumedAfterSnapshot--,this.preprocessor.retreat()}_reconsumeInState(e){this.state=e,this._unconsume()}_consumeSequenceIfMatch(e,t,n){let i=0,r=!0,a=e.length,o=0,_=t,l;for(;o<a;o++)if(o>0&&(_=this._consume(),i++),_===s.EOF||_!==(l=e[o])&&(n||_!==eM(l))){r=!1;break}if(!r)for(;i--;)this._unconsume();return r}_isTempBufferEqualToScriptString(){if(this.tempBuff.length!==_.SCRIPT_STRING.length)return!1;for(let e=0;e<this.tempBuff.length;e++)if(this.tempBuff[e]!==_.SCRIPT_STRING[e])return!1;return!0}_createStartTagToken(){this.currentToken={type:ej.START_TAG_TOKEN,tagName:\"\",selfClosing:!1,ackSelfClosing:!1,attrs:[]}}_createEndTagToken(){this.currentToken={type:ej.END_TAG_TOKEN,tagName:\"\",selfClosing:!1,attrs:[]}}_createCommentToken(){this.currentToken={type:ej.COMMENT_TOKEN,data:\"\"}}_createDoctypeToken(e){this.currentToken={type:ej.DOCTYPE_TOKEN,name:e,forceQuirks:!1,publicId:null,systemId:null}}_createCharacterToken(e,t){this.currentCharacterToken={type:e,chars:t}}_createEOFToken(){this.currentToken={type:ej.EOF_TOKEN}}_createAttr(e){this.currentAttr={name:e,value:\"\"}}_leaveAttrName(e){null===ej.getTokenAttr(this.currentToken,this.currentAttr.name)?this.currentToken.attrs.push(this.currentAttr):this._err(o.duplicateAttribute),this.state=e}_leaveAttrValue(e){this.state=e}_emitCurrentToken(){this._emitCurrentCharacterToken();let e=this.currentToken;this.currentToken=null,e.type===ej.START_TAG_TOKEN?this.lastStartTagName=e.tagName:e.type===ej.END_TAG_TOKEN&&(e.attrs.length>0&&this._err(o.endTagWithAttributes),e.selfClosing&&this._err(o.endTagWithTrailingSolidus)),this.tokenQueue.push(e)}_emitCurrentCharacterToken(){this.currentCharacterToken&&(this.tokenQueue.push(this.currentCharacterToken),this.currentCharacterToken=null)}_emitEOFToken(){this._createEOFToken(),this._emitCurrentToken()}_appendCharToCurrentCharacterToken(e,t){this.currentCharacterToken&&this.currentCharacterToken.type!==e&&this._emitCurrentCharacterToken(),this.currentCharacterToken?this.currentCharacterToken.chars+=t:this._createCharacterToken(e,t)}_emitCodePoint(e){let t=ej.CHARACTER_TOKEN;eS(e)?t=ej.WHITESPACE_CHARACTER_TOKEN:e===s.NULL&&(t=ej.NULL_CHARACTER_TOKEN),this._appendCharToCurrentCharacterToken(t,eF(e))}_emitSeveralCodePoints(e){for(let t=0;t<e.length;t++)this._emitCodePoint(e[t])}_emitChars(e){this._appendCharToCurrentCharacterToken(ej.CHARACTER_TOKEN,e)}_matchNamedCharacterReference(e){let t=null,n=1,i=eH(0,e);for(this.tempBuff.push(e);i>-1;){let r=a[i],o=r<7,_=o&&1&r;_&&(t=2&r?[a[++i],a[++i]]:[a[++i]],n=0);let l=this._consume();if(this.tempBuff.push(l),n++,l===s.EOF)break;i=o?4&r?eH(i,l):-1:l===r?++i:-1}for(;n--;)this.tempBuff.pop(),this._unconsume();return t}_isCharacterReferenceInAttribute(){return this.returnState===K||this.returnState===V||this.returnState===W}_isCharacterReferenceAttributeQuirk(e){if(!e&&this._isCharacterReferenceInAttribute()){let t=this._consume();return this._unconsume(),t===s.EQUALS_SIGN||eO(t)}return!1}_flushCodePointsConsumedAsCharacterReference(){if(this._isCharacterReferenceInAttribute())for(let e=0;e<this.tempBuff.length;e++)this.currentAttr.value+=eF(this.tempBuff[e]);else this._emitSeveralCodePoints(this.tempBuff);this.tempBuff=[]}[u](e){this.preprocessor.dropParsedChunk(),e===s.LESS_THAN_SIGN?this.state=h:e===s.AMPERSAND?(this.returnState=u,this.state=ev):e===s.NULL?(this._err(o.unexpectedNullCharacter),this._emitCodePoint(e)):e===s.EOF?this._emitEOFToken():this._emitCodePoint(e)}[p](e){this.preprocessor.dropParsedChunk(),e===s.AMPERSAND?(this.returnState=p,this.state=ev):e===s.LESS_THAN_SIGN?this.state=x:e===s.NULL?(this._err(o.unexpectedNullCharacter),this._emitChars(r.REPLACEMENT_CHARACTER)):e===s.EOF?this._emitEOFToken():this._emitCodePoint(e)}[$](e){this.preprocessor.dropParsedChunk(),e===s.LESS_THAN_SIGN?this.state=k:e===s.NULL?(this._err(o.unexpectedNullCharacter),this._emitChars(r.REPLACEMENT_CHARACTER)):e===s.EOF?this._emitEOFToken():this._emitCodePoint(e)}[d](e){this.preprocessor.dropParsedChunk(),e===s.LESS_THAN_SIGN?this.state=y:e===s.NULL?(this._err(o.unexpectedNullCharacter),this._emitChars(r.REPLACEMENT_CHARACTER)):e===s.EOF?this._emitEOFToken():this._emitCodePoint(e)}[m](e){this.preprocessor.dropParsedChunk(),e===s.NULL?(this._err(o.unexpectedNullCharacter),this._emitChars(r.REPLACEMENT_CHARACTER)):e===s.EOF?this._emitEOFToken():this._emitCodePoint(e)}[h](e){e===s.EXCLAMATION_MARK?this.state=J:e===s.SOLIDUS?this.state=f:eP(e)?(this._createStartTagToken(),this._reconsumeInState(g)):e===s.QUESTION_MARK?(this._err(o.unexpectedQuestionMarkInsteadOfTagName),this._createCommentToken(),this._reconsumeInState(X)):e===s.EOF?(this._err(o.eofBeforeTagName),this._emitChars(\"<\"),this._emitEOFToken()):(this._err(o.invalidFirstCharacterOfTagName),this._emitChars(\"<\"),this._reconsumeInState(u))}[f](e){eP(e)?(this._createEndTagToken(),this._reconsumeInState(g)):e===s.GREATER_THAN_SIGN?(this._err(o.missingEndTagName),this.state=u):e===s.EOF?(this._err(o.eofBeforeTagName),this._emitChars(\"</\"),this._emitEOFToken()):(this._err(o.invalidFirstCharacterOfTagName),this._createCommentToken(),this._reconsumeInState(X))}[g](e){eS(e)?this.state=U:e===s.SOLIDUS?this.state=Q:e===s.GREATER_THAN_SIGN?(this.state=u,this._emitCurrentToken()):eN(e)?this.currentToken.tagName+=eB(e):e===s.NULL?(this._err(o.unexpectedNullCharacter),this.currentToken.tagName+=r.REPLACEMENT_CHARACTER):e===s.EOF?(this._err(o.eofInTag),this._emitEOFToken()):this.currentToken.tagName+=eF(e)}[x](e){e===s.SOLIDUS?(this.tempBuff=[],this.state=v):(this._emitChars(\"<\"),this._reconsumeInState(p))}[v](e){eP(e)?(this._createEndTagToken(),this._reconsumeInState(b)):(this._emitChars(\"</\"),this._reconsumeInState(p))}[b](e){if(eN(e))this.currentToken.tagName+=eB(e),this.tempBuff.push(e);else if(eD(e))this.currentToken.tagName+=eF(e),this.tempBuff.push(e);else{if(this.lastStartTagName===this.currentToken.tagName){if(eS(e)){this.state=U;return}if(e===s.SOLIDUS){this.state=Q;return}if(e===s.GREATER_THAN_SIGN){this.state=u,this._emitCurrentToken();return}}this._emitChars(\"</\"),this._emitSeveralCodePoints(this.tempBuff),this._reconsumeInState(p)}}[k](e){e===s.SOLIDUS?(this.tempBuff=[],this.state=T):(this._emitChars(\"<\"),this._reconsumeInState($))}[T](e){eP(e)?(this._createEndTagToken(),this._reconsumeInState(E)):(this._emitChars(\"</\"),this._reconsumeInState($))}[E](e){if(eN(e))this.currentToken.tagName+=eB(e),this.tempBuff.push(e);else if(eD(e))this.currentToken.tagName+=eF(e),this.tempBuff.push(e);else{if(this.lastStartTagName===this.currentToken.tagName){if(eS(e)){this.state=U;return}if(e===s.SOLIDUS){this.state=Q;return}if(e===s.GREATER_THAN_SIGN){this._emitCurrentToken(),this.state=u;return}}this._emitChars(\"</\"),this._emitSeveralCodePoints(this.tempBuff),this._reconsumeInState($)}}[y](e){e===s.SOLIDUS?(this.tempBuff=[],this.state=A):e===s.EXCLAMATION_MARK?(this.state=w,this._emitChars(\"<!\")):(this._emitChars(\"<\"),this._reconsumeInState(d))}[A](e){eP(e)?(this._createEndTagToken(),this._reconsumeInState(C)):(this._emitChars(\"</\"),this._reconsumeInState(d))}[C](e){if(eN(e))this.currentToken.tagName+=eB(e),this.tempBuff.push(e);else if(eD(e))this.currentToken.tagName+=eF(e),this.tempBuff.push(e);else{if(this.lastStartTagName===this.currentToken.tagName){if(eS(e)){this.state=U;return}if(e===s.SOLIDUS){this.state=Q;return}if(e===s.GREATER_THAN_SIGN){this._emitCurrentToken(),this.state=u;return}}this._emitChars(\"</\"),this._emitSeveralCodePoints(this.tempBuff),this._reconsumeInState(d)}}[w](e){e===s.HYPHEN_MINUS?(this.state=S,this._emitChars(\"-\")):this._reconsumeInState(d)}[S](e){e===s.HYPHEN_MINUS?(this.state=P,this._emitChars(\"-\")):this._reconsumeInState(d)}[N](e){e===s.HYPHEN_MINUS?(this.state=D,this._emitChars(\"-\")):e===s.LESS_THAN_SIGN?this.state=O:e===s.NULL?(this._err(o.unexpectedNullCharacter),this._emitChars(r.REPLACEMENT_CHARACTER)):e===s.EOF?(this._err(o.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):this._emitCodePoint(e)}[D](e){e===s.HYPHEN_MINUS?(this.state=P,this._emitChars(\"-\")):e===s.LESS_THAN_SIGN?this.state=O:e===s.NULL?(this._err(o.unexpectedNullCharacter),this.state=N,this._emitChars(r.REPLACEMENT_CHARACTER)):e===s.EOF?(this._err(o.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=N,this._emitCodePoint(e))}[P](e){e===s.HYPHEN_MINUS?this._emitChars(\"-\"):e===s.LESS_THAN_SIGN?this.state=O:e===s.GREATER_THAN_SIGN?(this.state=d,this._emitChars(\">\")):e===s.NULL?(this._err(o.unexpectedNullCharacter),this.state=N,this._emitChars(r.REPLACEMENT_CHARACTER)):e===s.EOF?(this._err(o.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=N,this._emitCodePoint(e))}[O](e){e===s.SOLIDUS?(this.tempBuff=[],this.state=L):eP(e)?(this.tempBuff=[],this._emitChars(\"<\"),this._reconsumeInState(R)):(this._emitChars(\"<\"),this._reconsumeInState(N))}[L](e){eP(e)?(this._createEndTagToken(),this._reconsumeInState(I)):(this._emitChars(\"</\"),this._reconsumeInState(N))}[I](e){if(eN(e))this.currentToken.tagName+=eB(e),this.tempBuff.push(e);else if(eD(e))this.currentToken.tagName+=eF(e),this.tempBuff.push(e);else{if(this.lastStartTagName===this.currentToken.tagName){if(eS(e)){this.state=U;return}if(e===s.SOLIDUS){this.state=Q;return}if(e===s.GREATER_THAN_SIGN){this._emitCurrentToken(),this.state=u;return}}this._emitChars(\"</\"),this._emitSeveralCodePoints(this.tempBuff),this._reconsumeInState(N)}}[R](e){eS(e)||e===s.SOLIDUS||e===s.GREATER_THAN_SIGN?(this.state=this._isTempBufferEqualToScriptString()?M:N,this._emitCodePoint(e)):eN(e)?(this.tempBuff.push(eM(e)),this._emitCodePoint(e)):eD(e)?(this.tempBuff.push(e),this._emitCodePoint(e)):this._reconsumeInState(N)}[M](e){e===s.HYPHEN_MINUS?(this.state=F,this._emitChars(\"-\")):e===s.LESS_THAN_SIGN?(this.state=H,this._emitChars(\"<\")):e===s.NULL?(this._err(o.unexpectedNullCharacter),this._emitChars(r.REPLACEMENT_CHARACTER)):e===s.EOF?(this._err(o.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):this._emitCodePoint(e)}[F](e){e===s.HYPHEN_MINUS?(this.state=B,this._emitChars(\"-\")):e===s.LESS_THAN_SIGN?(this.state=H,this._emitChars(\"<\")):e===s.NULL?(this._err(o.unexpectedNullCharacter),this.state=M,this._emitChars(r.REPLACEMENT_CHARACTER)):e===s.EOF?(this._err(o.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=M,this._emitCodePoint(e))}[B](e){e===s.HYPHEN_MINUS?this._emitChars(\"-\"):e===s.LESS_THAN_SIGN?(this.state=H,this._emitChars(\"<\")):e===s.GREATER_THAN_SIGN?(this.state=d,this._emitChars(\">\")):e===s.NULL?(this._err(o.unexpectedNullCharacter),this.state=M,this._emitChars(r.REPLACEMENT_CHARACTER)):e===s.EOF?(this._err(o.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=M,this._emitCodePoint(e))}[H](e){e===s.SOLIDUS?(this.tempBuff=[],this.state=j,this._emitChars(\"/\")):this._reconsumeInState(M)}[j](e){eS(e)||e===s.SOLIDUS||e===s.GREATER_THAN_SIGN?(this.state=this._isTempBufferEqualToScriptString()?N:M,this._emitCodePoint(e)):eN(e)?(this.tempBuff.push(eM(e)),this._emitCodePoint(e)):eD(e)?(this.tempBuff.push(e),this._emitCodePoint(e)):this._reconsumeInState(M)}[U](e){!eS(e)&&(e===s.SOLIDUS||e===s.GREATER_THAN_SIGN||e===s.EOF?this._reconsumeInState(q):e===s.EQUALS_SIGN?(this._err(o.unexpectedEqualsSignBeforeAttributeName),this._createAttr(\"=\"),this.state=z):(this._createAttr(\"\"),this._reconsumeInState(z)))}[z](e){eS(e)||e===s.SOLIDUS||e===s.GREATER_THAN_SIGN||e===s.EOF?(this._leaveAttrName(q),this._unconsume()):e===s.EQUALS_SIGN?this._leaveAttrName(G):eN(e)?this.currentAttr.name+=eB(e):e===s.QUOTATION_MARK||e===s.APOSTROPHE||e===s.LESS_THAN_SIGN?(this._err(o.unexpectedCharacterInAttributeName),this.currentAttr.name+=eF(e)):e===s.NULL?(this._err(o.unexpectedNullCharacter),this.currentAttr.name+=r.REPLACEMENT_CHARACTER):this.currentAttr.name+=eF(e)}[q](e){!eS(e)&&(e===s.SOLIDUS?this.state=Q:e===s.EQUALS_SIGN?this.state=G:e===s.GREATER_THAN_SIGN?(this.state=u,this._emitCurrentToken()):e===s.EOF?(this._err(o.eofInTag),this._emitEOFToken()):(this._createAttr(\"\"),this._reconsumeInState(z)))}[G](e){!eS(e)&&(e===s.QUOTATION_MARK?this.state=K:e===s.APOSTROPHE?this.state=V:e===s.GREATER_THAN_SIGN?(this._err(o.missingAttributeValue),this.state=u,this._emitCurrentToken()):this._reconsumeInState(W))}[K](e){e===s.QUOTATION_MARK?this.state=Y:e===s.AMPERSAND?(this.returnState=K,this.state=ev):e===s.NULL?(this._err(o.unexpectedNullCharacter),this.currentAttr.value+=r.REPLACEMENT_CHARACTER):e===s.EOF?(this._err(o.eofInTag),this._emitEOFToken()):this.currentAttr.value+=eF(e)}[V](e){e===s.APOSTROPHE?this.state=Y:e===s.AMPERSAND?(this.returnState=V,this.state=ev):e===s.NULL?(this._err(o.unexpectedNullCharacter),this.currentAttr.value+=r.REPLACEMENT_CHARACTER):e===s.EOF?(this._err(o.eofInTag),this._emitEOFToken()):this.currentAttr.value+=eF(e)}[W](e){eS(e)?this._leaveAttrValue(U):e===s.AMPERSAND?(this.returnState=W,this.state=ev):e===s.GREATER_THAN_SIGN?(this._leaveAttrValue(u),this._emitCurrentToken()):e===s.NULL?(this._err(o.unexpectedNullCharacter),this.currentAttr.value+=r.REPLACEMENT_CHARACTER):e===s.QUOTATION_MARK||e===s.APOSTROPHE||e===s.LESS_THAN_SIGN||e===s.EQUALS_SIGN||e===s.GRAVE_ACCENT?(this._err(o.unexpectedCharacterInUnquotedAttributeValue),this.currentAttr.value+=eF(e)):e===s.EOF?(this._err(o.eofInTag),this._emitEOFToken()):this.currentAttr.value+=eF(e)}[Y](e){eS(e)?this._leaveAttrValue(U):e===s.SOLIDUS?this._leaveAttrValue(Q):e===s.GREATER_THAN_SIGN?(this._leaveAttrValue(u),this._emitCurrentToken()):e===s.EOF?(this._err(o.eofInTag),this._emitEOFToken()):(this._err(o.missingWhitespaceBetweenAttributes),this._reconsumeInState(U))}[Q](e){e===s.GREATER_THAN_SIGN?(this.currentToken.selfClosing=!0,this.state=u,this._emitCurrentToken()):e===s.EOF?(this._err(o.eofInTag),this._emitEOFToken()):(this._err(o.unexpectedSolidusInTag),this._reconsumeInState(U))}[X](e){e===s.GREATER_THAN_SIGN?(this.state=u,this._emitCurrentToken()):e===s.EOF?(this._emitCurrentToken(),this._emitEOFToken()):e===s.NULL?(this._err(o.unexpectedNullCharacter),this.currentToken.data+=r.REPLACEMENT_CHARACTER):this.currentToken.data+=eF(e)}[J](e){this._consumeSequenceIfMatch(_.DASH_DASH_STRING,e,!0)?(this._createCommentToken(),this.state=Z):this._consumeSequenceIfMatch(_.DOCTYPE_STRING,e,!1)?this.state=el:this._consumeSequenceIfMatch(_.CDATA_START_STRING,e,!0)?this.allowCDATA?this.state=e4:(this._err(o.cdataInHtmlContent),this._createCommentToken(),this.currentToken.data=\"[CDATA[\",this.state=X):this._ensureHibernation()||(this._err(o.incorrectlyOpenedComment),this._createCommentToken(),this._reconsumeInState(X))}[Z](e){e===s.HYPHEN_MINUS?this.state=ee:e===s.GREATER_THAN_SIGN?(this._err(o.abruptClosingOfEmptyComment),this.state=u,this._emitCurrentToken()):this._reconsumeInState(et)}[ee](e){e===s.HYPHEN_MINUS?this.state=es:e===s.GREATER_THAN_SIGN?(this._err(o.abruptClosingOfEmptyComment),this.state=u,this._emitCurrentToken()):e===s.EOF?(this._err(o.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+=\"-\",this._reconsumeInState(et))}[et](e){e===s.HYPHEN_MINUS?this.state=eo:e===s.LESS_THAN_SIGN?(this.currentToken.data+=\"<\",this.state=en):e===s.NULL?(this._err(o.unexpectedNullCharacter),this.currentToken.data+=r.REPLACEMENT_CHARACTER):e===s.EOF?(this._err(o.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.data+=eF(e)}[en](e){e===s.EXCLAMATION_MARK?(this.currentToken.data+=\"!\",this.state=ei):e===s.LESS_THAN_SIGN?this.currentToken.data+=\"!\":this._reconsumeInState(et)}[ei](e){e===s.HYPHEN_MINUS?this.state=er:this._reconsumeInState(et)}[er](e){e===s.HYPHEN_MINUS?this.state=ea:this._reconsumeInState(eo)}[ea](e){e!==s.GREATER_THAN_SIGN&&e!==s.EOF&&this._err(o.nestedComment),this._reconsumeInState(es)}[eo](e){e===s.HYPHEN_MINUS?this.state=es:e===s.EOF?(this._err(o.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+=\"-\",this._reconsumeInState(et))}[es](e){e===s.GREATER_THAN_SIGN?(this.state=u,this._emitCurrentToken()):e===s.EXCLAMATION_MARK?this.state=e_:e===s.HYPHEN_MINUS?this.currentToken.data+=\"-\":e===s.EOF?(this._err(o.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+=\"--\",this._reconsumeInState(et))}[e_](e){e===s.HYPHEN_MINUS?(this.currentToken.data+=\"--!\",this.state=eo):e===s.GREATER_THAN_SIGN?(this._err(o.incorrectlyClosedComment),this.state=u,this._emitCurrentToken()):e===s.EOF?(this._err(o.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+=\"--!\",this._reconsumeInState(et))}[el](e){eS(e)?this.state=ec:e===s.GREATER_THAN_SIGN?this._reconsumeInState(ec):e===s.EOF?(this._err(o.eofInDoctype),this._createDoctypeToken(null),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(o.missingWhitespaceBeforeDoctypeName),this._reconsumeInState(ec))}[ec](e){!eS(e)&&(eN(e)?(this._createDoctypeToken(eB(e)),this.state=eu):e===s.NULL?(this._err(o.unexpectedNullCharacter),this._createDoctypeToken(r.REPLACEMENT_CHARACTER),this.state=eu):e===s.GREATER_THAN_SIGN?(this._err(o.missingDoctypeName),this._createDoctypeToken(null),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=u):e===s.EOF?(this._err(o.eofInDoctype),this._createDoctypeToken(null),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._createDoctypeToken(eF(e)),this.state=eu))}[eu](e){eS(e)?this.state=ep:e===s.GREATER_THAN_SIGN?(this.state=u,this._emitCurrentToken()):eN(e)?this.currentToken.name+=eB(e):e===s.NULL?(this._err(o.unexpectedNullCharacter),this.currentToken.name+=r.REPLACEMENT_CHARACTER):e===s.EOF?(this._err(o.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.name+=eF(e)}[ep](e){!eS(e)&&(e===s.GREATER_THAN_SIGN?(this.state=u,this._emitCurrentToken()):e===s.EOF?(this._err(o.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this._consumeSequenceIfMatch(_.PUBLIC_STRING,e,!1)?this.state=e$:this._consumeSequenceIfMatch(_.SYSTEM_STRING,e,!1)?this.state=e3:this._ensureHibernation()||(this._err(o.invalidCharacterSequenceAfterDoctypeName),this.currentToken.forceQuirks=!0,this._reconsumeInState(e1)))}[e$](e){eS(e)?this.state=ed:e===s.QUOTATION_MARK?(this._err(o.missingWhitespaceAfterDoctypePublicKeyword),this.currentToken.publicId=\"\",this.state=e0):e===s.APOSTROPHE?(this._err(o.missingWhitespaceAfterDoctypePublicKeyword),this.currentToken.publicId=\"\",this.state=em):e===s.GREATER_THAN_SIGN?(this._err(o.missingDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this.state=u,this._emitCurrentToken()):e===s.EOF?(this._err(o.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(o.missingQuoteBeforeDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(e1))}[ed](e){!eS(e)&&(e===s.QUOTATION_MARK?(this.currentToken.publicId=\"\",this.state=e0):e===s.APOSTROPHE?(this.currentToken.publicId=\"\",this.state=em):e===s.GREATER_THAN_SIGN?(this._err(o.missingDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this.state=u,this._emitCurrentToken()):e===s.EOF?(this._err(o.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(o.missingQuoteBeforeDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(e1)))}[e0](e){e===s.QUOTATION_MARK?this.state=eh:e===s.NULL?(this._err(o.unexpectedNullCharacter),this.currentToken.publicId+=r.REPLACEMENT_CHARACTER):e===s.GREATER_THAN_SIGN?(this._err(o.abruptDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=u):e===s.EOF?(this._err(o.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.publicId+=eF(e)}[em](e){e===s.APOSTROPHE?this.state=eh:e===s.NULL?(this._err(o.unexpectedNullCharacter),this.currentToken.publicId+=r.REPLACEMENT_CHARACTER):e===s.GREATER_THAN_SIGN?(this._err(o.abruptDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=u):e===s.EOF?(this._err(o.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.publicId+=eF(e)}[eh](e){eS(e)?this.state=e7:e===s.GREATER_THAN_SIGN?(this.state=u,this._emitCurrentToken()):e===s.QUOTATION_MARK?(this._err(o.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),this.currentToken.systemId=\"\",this.state=e2):e===s.APOSTROPHE?(this._err(o.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),this.currentToken.systemId=\"\",this.state=e6):e===s.EOF?(this._err(o.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(o.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(e1))}[e7](e){!eS(e)&&(e===s.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=u):e===s.QUOTATION_MARK?(this.currentToken.systemId=\"\",this.state=e2):e===s.APOSTROPHE?(this.currentToken.systemId=\"\",this.state=e6):e===s.EOF?(this._err(o.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(o.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(e1)))}[e3](e){eS(e)?this.state=ef:e===s.QUOTATION_MARK?(this._err(o.missingWhitespaceAfterDoctypeSystemKeyword),this.currentToken.systemId=\"\",this.state=e2):e===s.APOSTROPHE?(this._err(o.missingWhitespaceAfterDoctypeSystemKeyword),this.currentToken.systemId=\"\",this.state=e6):e===s.GREATER_THAN_SIGN?(this._err(o.missingDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this.state=u,this._emitCurrentToken()):e===s.EOF?(this._err(o.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(o.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(e1))}[ef](e){!eS(e)&&(e===s.QUOTATION_MARK?(this.currentToken.systemId=\"\",this.state=e2):e===s.APOSTROPHE?(this.currentToken.systemId=\"\",this.state=e6):e===s.GREATER_THAN_SIGN?(this._err(o.missingDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this.state=u,this._emitCurrentToken()):e===s.EOF?(this._err(o.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(o.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(e1)))}[e2](e){e===s.QUOTATION_MARK?this.state=eg:e===s.NULL?(this._err(o.unexpectedNullCharacter),this.currentToken.systemId+=r.REPLACEMENT_CHARACTER):e===s.GREATER_THAN_SIGN?(this._err(o.abruptDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=u):e===s.EOF?(this._err(o.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.systemId+=eF(e)}[e6](e){e===s.APOSTROPHE?this.state=eg:e===s.NULL?(this._err(o.unexpectedNullCharacter),this.currentToken.systemId+=r.REPLACEMENT_CHARACTER):e===s.GREATER_THAN_SIGN?(this._err(o.abruptDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=u):e===s.EOF?(this._err(o.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.systemId+=eF(e)}[eg](e){!eS(e)&&(e===s.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=u):e===s.EOF?(this._err(o.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(o.unexpectedCharacterAfterDoctypeSystemIdentifier),this._reconsumeInState(e1)))}[e1](e){e===s.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=u):e===s.NULL?this._err(o.unexpectedNullCharacter):e===s.EOF&&(this._emitCurrentToken(),this._emitEOFToken())}[e4](e){e===s.RIGHT_SQUARE_BRACKET?this.state=e5:e===s.EOF?(this._err(o.eofInCdata),this._emitEOFToken()):this._emitCodePoint(e)}[e5](e){e===s.RIGHT_SQUARE_BRACKET?this.state=ex:(this._emitChars(\"]\"),this._reconsumeInState(e4))}[ex](e){e===s.GREATER_THAN_SIGN?this.state=u:e===s.RIGHT_SQUARE_BRACKET?this._emitChars(\"]\"):(this._emitChars(\"]]\"),this._reconsumeInState(e4))}[ev](e){this.tempBuff=[s.AMPERSAND],e===s.NUMBER_SIGN?(this.tempBuff.push(e),this.state=eT):eO(e)?this._reconsumeInState(eb):(this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState))}[eb](e){let t=this._matchNamedCharacterReference(e);if(this._ensureHibernation())this.tempBuff=[s.AMPERSAND];else if(t){let n=this.tempBuff[this.tempBuff.length-1]===s.SEMICOLON;this._isCharacterReferenceAttributeQuirk(n)||(n||this._errOnNextCodePoint(o.missingSemicolonAfterCharacterReference),this.tempBuff=t),this._flushCodePointsConsumedAsCharacterReference(),this.state=this.returnState}else this._flushCodePointsConsumedAsCharacterReference(),this.state=ek}[ek](e){eO(e)?this._isCharacterReferenceInAttribute()?this.currentAttr.value+=eF(e):this._emitCodePoint(e):(e===s.SEMICOLON&&this._err(o.unknownNamedCharacterReference),this._reconsumeInState(this.returnState))}[eT](e){this.charRefCode=0,e===s.LATIN_SMALL_X||e===s.LATIN_CAPITAL_X?(this.tempBuff.push(e),this.state=eE):this._reconsumeInState(ey)}[eE](e){eR(e)?this._reconsumeInState(eA):(this._err(o.absenceOfDigitsInNumericCharacterReference),this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState))}[ey](e){e8(e)?this._reconsumeInState(eC):(this._err(o.absenceOfDigitsInNumericCharacterReference),this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState))}[eA](e){eL(e)?this.charRefCode=16*this.charRefCode+e-55:eI(e)?this.charRefCode=16*this.charRefCode+e-87:e8(e)?this.charRefCode=16*this.charRefCode+e-48:e===s.SEMICOLON?this.state=ew:(this._err(o.missingSemicolonAfterCharacterReference),this._reconsumeInState(ew))}[eC](e){e8(e)?this.charRefCode=10*this.charRefCode+e-48:e===s.SEMICOLON?this.state=ew:(this._err(o.missingSemicolonAfterCharacterReference),this._reconsumeInState(ew))}[ew](){if(this.charRefCode===s.NULL)this._err(o.nullCharacterReference),this.charRefCode=s.REPLACEMENT_CHARACTER;else if(this.charRefCode>1114111)this._err(o.characterReferenceOutsideUnicodeRange),this.charRefCode=s.REPLACEMENT_CHARACTER;else if(r.isSurrogate(this.charRefCode))this._err(o.surrogateCharacterReference),this.charRefCode=s.REPLACEMENT_CHARACTER;else if(r.isUndefinedCodePoint(this.charRefCode))this._err(o.noncharacterCharacterReference);else if(r.isControlCodePoint(this.charRefCode)||this.charRefCode===s.CARRIAGE_RETURN){this._err(o.controlCharacterReference);let e=l[this.charRefCode];e&&(this.charRefCode=e)}this.tempBuff=[this.charRefCode],this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState)}}ej.CHARACTER_TOKEN=\"CHARACTER_TOKEN\",ej.NULL_CHARACTER_TOKEN=\"NULL_CHARACTER_TOKEN\",ej.WHITESPACE_CHARACTER_TOKEN=\"WHITESPACE_CHARACTER_TOKEN\",ej.START_TAG_TOKEN=\"START_TAG_TOKEN\",ej.END_TAG_TOKEN=\"END_TAG_TOKEN\",ej.COMMENT_TOKEN=\"COMMENT_TOKEN\",ej.DOCTYPE_TOKEN=\"DOCTYPE_TOKEN\",ej.EOF_TOKEN=\"EOF_TOKEN\",ej.HIBERNATION_TOKEN=\"HIBERNATION_TOKEN\",ej.MODE={DATA:u,RCDATA:p,RAWTEXT:$,SCRIPT_DATA:d,PLAINTEXT:m},ej.getTokenAttr=function(e,t){for(let n=e.attrs.length-1;n>=0;n--)if(e.attrs[n].name===t)return e.attrs[n].value;return null},e.exports=ej},(e,t,n)=>{\"use strict\";let i=n(7),r=n(8),a=i.CODE_POINTS;class o{constructor(){this.html=null,this.pos=-1,this.lastGapPos=-1,this.lastCharPos=-1,this.gapStack=[],this.skipNextNewLine=!1,this.lastChunkWritten=!1,this.endOfChunkHit=!1,this.bufferWaterline=65536}_err(){}_addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}_processSurrogate(e){if(this.pos!==this.lastCharPos){let t=this.html.charCodeAt(this.pos+1);if(i.isSurrogatePair(t))return this.pos++,this._addGap(),i.getSurrogatePairCodePoint(e,t)}else if(!this.lastChunkWritten)return this.endOfChunkHit=!0,a.EOF;return this._err(r.surrogateInInputStream),e}dropParsedChunk(){this.pos>this.bufferWaterline&&(this.lastCharPos-=this.pos,this.html=this.html.substring(this.pos),this.pos=0,this.lastGapPos=-1,this.gapStack=[])}write(e,t){this.html?this.html+=e:this.html=e,this.lastCharPos=this.html.length-1,this.endOfChunkHit=!1,this.lastChunkWritten=t}insertHtmlAtCurrentPos(e){this.html=this.html.substring(0,this.pos+1)+e+this.html.substring(this.pos+1,this.html.length),this.lastCharPos=this.html.length-1,this.endOfChunkHit=!1}advance(){if(this.pos++,this.pos>this.lastCharPos)return this.endOfChunkHit=!this.lastChunkWritten,a.EOF;let e=this.html.charCodeAt(this.pos);if(this.skipNextNewLine&&e===a.LINE_FEED)return this.skipNextNewLine=!1,this._addGap(),this.advance();if(e===a.CARRIAGE_RETURN)return this.skipNextNewLine=!0,a.LINE_FEED;this.skipNextNewLine=!1,i.isSurrogate(e)&&(e=this._processSurrogate(e));let t=e>31&&e<127||e===a.LINE_FEED||e===a.CARRIAGE_RETURN||e>159&&e<64976;return t||this._checkForProblematicCharacters(e),e}_checkForProblematicCharacters(e){i.isControlCodePoint(e)?this._err(r.controlCharacterInInputStream):i.isUndefinedCodePoint(e)&&this._err(r.noncharacterInInputStream)}retreat(){this.pos===this.lastGapPos&&(this.lastGapPos=this.gapStack.pop(),this.pos--),this.pos--}}e.exports=o},(e,t)=>{\"use strict\";let n=[65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111];t.REPLACEMENT_CHARACTER=\"�\",t.CODE_POINTS={EOF:-1,NULL:0,TABULATION:9,CARRIAGE_RETURN:13,LINE_FEED:10,FORM_FEED:12,SPACE:32,EXCLAMATION_MARK:33,QUOTATION_MARK:34,NUMBER_SIGN:35,AMPERSAND:38,APOSTROPHE:39,HYPHEN_MINUS:45,SOLIDUS:47,DIGIT_0:48,DIGIT_9:57,SEMICOLON:59,LESS_THAN_SIGN:60,EQUALS_SIGN:61,GREATER_THAN_SIGN:62,QUESTION_MARK:63,LATIN_CAPITAL_A:65,LATIN_CAPITAL_F:70,LATIN_CAPITAL_X:88,LATIN_CAPITAL_Z:90,RIGHT_SQUARE_BRACKET:93,GRAVE_ACCENT:96,LATIN_SMALL_A:97,LATIN_SMALL_F:102,LATIN_SMALL_X:120,LATIN_SMALL_Z:122,REPLACEMENT_CHARACTER:65533},t.CODE_POINT_SEQUENCES={DASH_DASH_STRING:[45,45],DOCTYPE_STRING:[68,79,67,84,89,80,69],CDATA_START_STRING:[91,67,68,65,84,65,91],SCRIPT_STRING:[115,99,114,105,112,116],PUBLIC_STRING:[80,85,66,76,73,67],SYSTEM_STRING:[83,89,83,84,69,77]},t.isSurrogate=function(e){return e>=55296&&e<=57343},t.isSurrogatePair=function(e){return e>=56320&&e<=57343},t.getSurrogatePairCodePoint=function(e,t){return(e-55296)*1024+9216+t},t.isControlCodePoint=function(e){return 32!==e&&10!==e&&13!==e&&9!==e&&12!==e&&e>=1&&e<=31||e>=127&&e<=159},t.isUndefinedCodePoint=function(e){return e>=64976&&e<=65007||n.indexOf(e)>-1}},e=>{\"use strict\";e.exports={controlCharacterInInputStream:\"control-character-in-input-stream\",noncharacterInInputStream:\"noncharacter-in-input-stream\",surrogateInInputStream:\"surrogate-in-input-stream\",nonVoidHtmlElementStartTagWithTrailingSolidus:\"non-void-html-element-start-tag-with-trailing-solidus\",endTagWithAttributes:\"end-tag-with-attributes\",endTagWithTrailingSolidus:\"end-tag-with-trailing-solidus\",unexpectedSolidusInTag:\"unexpected-solidus-in-tag\",unexpectedNullCharacter:\"unexpected-null-character\",unexpectedQuestionMarkInsteadOfTagName:\"unexpected-question-mark-instead-of-tag-name\",invalidFirstCharacterOfTagName:\"invalid-first-character-of-tag-name\",unexpectedEqualsSignBeforeAttributeName:\"unexpected-equals-sign-before-attribute-name\",missingEndTagName:\"missing-end-tag-name\",unexpectedCharacterInAttributeName:\"unexpected-character-in-attribute-name\",unknownNamedCharacterReference:\"unknown-named-character-reference\",missingSemicolonAfterCharacterReference:\"missing-semicolon-after-character-reference\",unexpectedCharacterAfterDoctypeSystemIdentifier:\"unexpected-character-after-doctype-system-identifier\",unexpectedCharacterInUnquotedAttributeValue:\"unexpected-character-in-unquoted-attribute-value\",eofBeforeTagName:\"eof-before-tag-name\",eofInTag:\"eof-in-tag\",missingAttributeValue:\"missing-attribute-value\",missingWhitespaceBetweenAttributes:\"missing-whitespace-between-attributes\",missingWhitespaceAfterDoctypePublicKeyword:\"missing-whitespace-after-doctype-public-keyword\",missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers:\"missing-whitespace-between-doctype-public-and-system-identifiers\",missingWhitespaceAfterDoctypeSystemKeyword:\"missing-whitespace-after-doctype-system-keyword\",missingQuoteBeforeDoctypePublicIdentifier:\"missing-quote-before-doctype-public-identifier\",missingQuoteBeforeDoctypeSystemIdentifier:\"missing-quote-before-doctype-system-identifier\",missingDoctypePublicIdentifier:\"missing-doctype-public-identifier\",missingDoctypeSystemIdentifier:\"missing-doctype-system-identifier\",abruptDoctypePublicIdentifier:\"abrupt-doctype-public-identifier\",abruptDoctypeSystemIdentifier:\"abrupt-doctype-system-identifier\",cdataInHtmlContent:\"cdata-in-html-content\",incorrectlyOpenedComment:\"incorrectly-opened-comment\",eofInScriptHtmlCommentLikeText:\"eof-in-script-html-comment-like-text\",eofInDoctype:\"eof-in-doctype\",nestedComment:\"nested-comment\",abruptClosingOfEmptyComment:\"abrupt-closing-of-empty-comment\",eofInComment:\"eof-in-comment\",incorrectlyClosedComment:\"incorrectly-closed-comment\",eofInCdata:\"eof-in-cdata\",absenceOfDigitsInNumericCharacterReference:\"absence-of-digits-in-numeric-character-reference\",nullCharacterReference:\"null-character-reference\",surrogateCharacterReference:\"surrogate-character-reference\",characterReferenceOutsideUnicodeRange:\"character-reference-outside-unicode-range\",controlCharacterReference:\"control-character-reference\",noncharacterCharacterReference:\"noncharacter-character-reference\",missingWhitespaceBeforeDoctypeName:\"missing-whitespace-before-doctype-name\",missingDoctypeName:\"missing-doctype-name\",invalidCharacterSequenceAfterDoctypeName:\"invalid-character-sequence-after-doctype-name\",duplicateAttribute:\"duplicate-attribute\",nonConformingDoctype:\"non-conforming-doctype\",missingDoctype:\"missing-doctype\",misplacedDoctype:\"misplaced-doctype\",endTagWithoutMatchingOpenElement:\"end-tag-without-matching-open-element\",closingOfElementWithOpenChildElements:\"closing-of-element-with-open-child-elements\",disallowedContentInNoscriptInHead:\"disallowed-content-in-noscript-in-head\",openElementsLeftAfterEof:\"open-elements-left-after-eof\",abandonedHeadElementChild:\"abandoned-head-element-child\",misplacedStartTagForHeadElement:\"misplaced-start-tag-for-head-element\",nestedNoscriptInHead:\"nested-noscript-in-head\",eofInElementThatCanContainOnlyText:\"eof-in-element-that-can-contain-only-text\"}},e=>{\"use strict\";e.exports=new Uint16Array([4,52,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,106,303,412,810,1432,1701,1796,1987,2114,2360,2420,2484,3170,3251,4140,4393,4575,4610,5106,5512,5728,6117,6274,6315,6345,6427,6516,7002,7910,8733,9323,9870,10170,10631,10893,11318,11386,11467,12773,13092,14474,14922,15448,15542,16419,17666,18166,18611,19004,19095,19298,19397,4,16,69,77,97,98,99,102,103,108,109,110,111,112,114,115,116,117,140,150,158,169,176,194,199,210,216,222,226,242,256,266,283,294,108,105,103,5,198,1,59,148,1,198,80,5,38,1,59,156,1,38,99,117,116,101,5,193,1,59,167,1,193,114,101,118,101,59,1,258,4,2,105,121,182,191,114,99,5,194,1,59,189,1,194,59,1,1040,114,59,3,55349,56580,114,97,118,101,5,192,1,59,208,1,192,112,104,97,59,1,913,97,99,114,59,1,256,100,59,1,10835,4,2,103,112,232,237,111,110,59,1,260,102,59,3,55349,56632,112,108,121,70,117,110,99,116,105,111,110,59,1,8289,105,110,103,5,197,1,59,264,1,197,4,2,99,115,272,277,114,59,3,55349,56476,105,103,110,59,1,8788,105,108,100,101,5,195,1,59,292,1,195,109,108,5,196,1,59,301,1,196,4,8,97,99,101,102,111,114,115,117,321,350,354,383,388,394,400,405,4,2,99,114,327,336,107,115,108,97,115,104,59,1,8726,4,2,118,119,342,345,59,1,10983,101,100,59,1,8966,121,59,1,1041,4,3,99,114,116,362,369,379,97,117,115,101,59,1,8757,110,111,117,108,108,105,115,59,1,8492,97,59,1,914,114,59,3,55349,56581,112,102,59,3,55349,56633,101,118,101,59,1,728,99,114,59,1,8492,109,112,101,113,59,1,8782,4,14,72,79,97,99,100,101,102,104,105,108,111,114,115,117,442,447,456,504,542,547,569,573,577,616,678,784,790,796,99,121,59,1,1063,80,89,5,169,1,59,454,1,169,4,3,99,112,121,464,470,497,117,116,101,59,1,262,4,2,59,105,476,478,1,8914,116,97,108,68,105,102,102,101,114,101,110,116,105,97,108,68,59,1,8517,108,101,121,115,59,1,8493,4,4,97,101,105,111,514,520,530,535,114,111,110,59,1,268,100,105,108,5,199,1,59,528,1,199,114,99,59,1,264,110,105,110,116,59,1,8752,111,116,59,1,266,4,2,100,110,553,560,105,108,108,97,59,1,184,116,101,114,68,111,116,59,1,183,114,59,1,8493,105,59,1,935,114,99,108,101,4,4,68,77,80,84,591,596,603,609,111,116,59,1,8857,105,110,117,115,59,1,8854,108,117,115,59,1,8853,105,109,101,115,59,1,8855,111,4,2,99,115,623,646,107,119,105,115,101,67,111,110,116,111,117,114,73,110,116,101,103,114,97,108,59,1,8754,101,67,117,114,108,121,4,2,68,81,658,671,111,117,98,108,101,81,117,111,116,101,59,1,8221,117,111,116,101,59,1,8217,4,4,108,110,112,117,688,701,736,753,111,110,4,2,59,101,696,698,1,8759,59,1,10868,4,3,103,105,116,709,717,722,114,117,101,110,116,59,1,8801,110,116,59,1,8751,111,117,114,73,110,116,101,103,114,97,108,59,1,8750,4,2,102,114,742,745,59,1,8450,111,100,117,99,116,59,1,8720,110,116,101,114,67,108,111,99,107,119,105,115,101,67,111,110,116,111,117,114,73,110,116,101,103,114,97,108,59,1,8755,111,115,115,59,1,10799,99,114,59,3,55349,56478,112,4,2,59,67,803,805,1,8915,97,112,59,1,8781,4,11,68,74,83,90,97,99,101,102,105,111,115,834,850,855,860,865,888,903,916,921,1011,1415,4,2,59,111,840,842,1,8517,116,114,97,104,100,59,1,10513,99,121,59,1,1026,99,121,59,1,1029,99,121,59,1,1039,4,3,103,114,115,873,879,883,103,101,114,59,1,8225,114,59,1,8609,104,118,59,1,10980,4,2,97,121,894,900,114,111,110,59,1,270,59,1,1044,108,4,2,59,116,910,912,1,8711,97,59,1,916,114,59,3,55349,56583,4,2,97,102,927,998,4,2,99,109,933,992,114,105,116,105,99,97,108,4,4,65,68,71,84,950,957,978,985,99,117,116,101,59,1,180,111,4,2,116,117,964,967,59,1,729,98,108,101,65,99,117,116,101,59,1,733,114,97,118,101,59,1,96,105,108,100,101,59,1,732,111,110,100,59,1,8900,102,101,114,101,110,116,105,97,108,68,59,1,8518,4,4,112,116,117,119,1021,1026,1048,1249,102,59,3,55349,56635,4,3,59,68,69,1034,1036,1041,1,168,111,116,59,1,8412,113,117,97,108,59,1,8784,98,108,101,4,6,67,68,76,82,85,86,1065,1082,1101,1189,1211,1236,111,110,116,111,117,114,73,110,116,101,103,114,97,108,59,1,8751,111,4,2,116,119,1089,1092,59,1,168,110,65,114,114,111,119,59,1,8659,4,2,101,111,1107,1141,102,116,4,3,65,82,84,1117,1124,1136,114,114,111,119,59,1,8656,105,103,104,116,65,114,114,111,119,59,1,8660,101,101,59,1,10980,110,103,4,2,76,82,1149,1177,101,102,116,4,2,65,82,1158,1165,114,114,111,119,59,1,10232,105,103,104,116,65,114,114,111,119,59,1,10234,105,103,104,116,65,114,114,111,119,59,1,10233,105,103,104,116,4,2,65,84,1199,1206,114,114,111,119,59,1,8658,101,101,59,1,8872,112,4,2,65,68,1218,1225,114,114,111,119,59,1,8657,111,119,110,65,114,114,111,119,59,1,8661,101,114,116,105,99,97,108,66,97,114,59,1,8741,110,4,6,65,66,76,82,84,97,1264,1292,1299,1352,1391,1408,114,114,111,119,4,3,59,66,85,1276,1278,1283,1,8595,97,114,59,1,10515,112,65,114,114,111,119,59,1,8693,114,101,118,101,59,1,785,101,102,116,4,3,82,84,86,1310,1323,1334,105,103,104,116,86,101,99,116,111,114,59,1,10576,101,101,86,101,99,116,111,114,59,1,10590,101,99,116,111,114,4,2,59,66,1345,1347,1,8637,97,114,59,1,10582,105,103,104,116,4,2,84,86,1362,1373,101,101,86,101,99,116,111,114,59,1,10591,101,99,116,111,114,4,2,59,66,1384,1386,1,8641,97,114,59,1,10583,101,101,4,2,59,65,1399,1401,1,8868,114,114,111,119,59,1,8615,114,114,111,119,59,1,8659,4,2,99,116,1421,1426,114,59,3,55349,56479,114,111,107,59,1,272,4,16,78,84,97,99,100,102,103,108,109,111,112,113,115,116,117,120,1466,1470,1478,1489,1515,1520,1525,1536,1544,1593,1609,1617,1650,1664,1668,1677,71,59,1,330,72,5,208,1,59,1476,1,208,99,117,116,101,5,201,1,59,1487,1,201,4,3,97,105,121,1497,1503,1512,114,111,110,59,1,282,114,99,5,202,1,59,1510,1,202,59,1,1069,111,116,59,1,278,114,59,3,55349,56584,114,97,118,101,5,200,1,59,1534,1,200,101,109,101,110,116,59,1,8712,4,2,97,112,1550,1555,99,114,59,1,274,116,121,4,2,83,86,1563,1576,109,97,108,108,83,113,117,97,114,101,59,1,9723,101,114,121,83,109,97,108,108,83,113,117,97,114,101,59,1,9643,4,2,103,112,1599,1604,111,110,59,1,280,102,59,3,55349,56636,115,105,108,111,110,59,1,917,117,4,2,97,105,1624,1640,108,4,2,59,84,1631,1633,1,10869,105,108,100,101,59,1,8770,108,105,98,114,105,117,109,59,1,8652,4,2,99,105,1656,1660,114,59,1,8496,109,59,1,10867,97,59,1,919,109,108,5,203,1,59,1675,1,203,4,2,105,112,1683,1689,115,116,115,59,1,8707,111,110,101,110,116,105,97,108,69,59,1,8519,4,5,99,102,105,111,115,1713,1717,1722,1762,1791,121,59,1,1060,114,59,3,55349,56585,108,108,101,100,4,2,83,86,1732,1745,109,97,108,108,83,113,117,97,114,101,59,1,9724,101,114,121,83,109,97,108,108,83,113,117,97,114,101,59,1,9642,4,3,112,114,117,1770,1775,1781,102,59,3,55349,56637,65,108,108,59,1,8704,114,105,101,114,116,114,102,59,1,8497,99,114,59,1,8497,4,12,74,84,97,98,99,100,102,103,111,114,115,116,1822,1827,1834,1848,1855,1877,1882,1887,1890,1896,1978,1984,99,121,59,1,1027,5,62,1,59,1832,1,62,109,109,97,4,2,59,100,1843,1845,1,915,59,1,988,114,101,118,101,59,1,286,4,3,101,105,121,1863,1869,1874,100,105,108,59,1,290,114,99,59,1,284,59,1,1043,111,116,59,1,288,114,59,3,55349,56586,59,1,8921,112,102,59,3,55349,56638,101,97,116,101,114,4,6,69,70,71,76,83,84,1915,1933,1944,1953,1959,1971,113,117,97,108,4,2,59,76,1925,1927,1,8805,101,115,115,59,1,8923,117,108,108,69,113,117,97,108,59,1,8807,114,101,97,116,101,114,59,1,10914,101,115,115,59,1,8823,108,97,110,116,69,113,117,97,108,59,1,10878,105,108,100,101,59,1,8819,99,114,59,3,55349,56482,59,1,8811,4,8,65,97,99,102,105,111,115,117,2005,2012,2026,2032,2036,2049,2073,2089,82,68,99,121,59,1,1066,4,2,99,116,2018,2023,101,107,59,1,711,59,1,94,105,114,99,59,1,292,114,59,1,8460,108,98,101,114,116,83,112,97,99,101,59,1,8459,4,2,112,114,2055,2059,102,59,1,8461,105,122,111,110,116,97,108,76,105,110,101,59,1,9472,4,2,99,116,2079,2083,114,59,1,8459,114,111,107,59,1,294,109,112,4,2,68,69,2097,2107,111,119,110,72,117,109,112,59,1,8782,113,117,97,108,59,1,8783,4,14,69,74,79,97,99,100,102,103,109,110,111,115,116,117,2144,2149,2155,2160,2171,2189,2194,2198,2209,2245,2307,2329,2334,2341,99,121,59,1,1045,108,105,103,59,1,306,99,121,59,1,1025,99,117,116,101,5,205,1,59,2169,1,205,4,2,105,121,2177,2186,114,99,5,206,1,59,2184,1,206,59,1,1048,111,116,59,1,304,114,59,1,8465,114,97,118,101,5,204,1,59,2207,1,204,4,3,59,97,112,2217,2219,2238,1,8465,4,2,99,103,2225,2229,114,59,1,298,105,110,97,114,121,73,59,1,8520,108,105,101,115,59,1,8658,4,2,116,118,2251,2281,4,2,59,101,2257,2259,1,8748,4,2,103,114,2265,2271,114,97,108,59,1,8747,115,101,99,116,105,111,110,59,1,8898,105,115,105,98,108,101,4,2,67,84,2293,2300,111,109,109,97,59,1,8291,105,109,101,115,59,1,8290,4,3,103,112,116,2315,2320,2325,111,110,59,1,302,102,59,3,55349,56640,97,59,1,921,99,114,59,1,8464,105,108,100,101,59,1,296,4,2,107,109,2347,2352,99,121,59,1,1030,108,5,207,1,59,2358,1,207,4,5,99,102,111,115,117,2372,2386,2391,2397,2414,4,2,105,121,2378,2383,114,99,59,1,308,59,1,1049,114,59,3,55349,56589,112,102,59,3,55349,56641,4,2,99,101,2403,2408,114,59,3,55349,56485,114,99,121,59,1,1032,107,99,121,59,1,1028,4,7,72,74,97,99,102,111,115,2436,2441,2446,2452,2467,2472,2478,99,121,59,1,1061,99,121,59,1,1036,112,112,97,59,1,922,4,2,101,121,2458,2464,100,105,108,59,1,310,59,1,1050,114,59,3,55349,56590,112,102,59,3,55349,56642,99,114,59,3,55349,56486,4,11,74,84,97,99,101,102,108,109,111,115,116,2508,2513,2520,2562,2585,2981,2986,3004,3011,3146,3167,99,121,59,1,1033,5,60,1,59,2518,1,60,4,5,99,109,110,112,114,2532,2538,2544,2548,2558,117,116,101,59,1,313,98,100,97,59,1,923,103,59,1,10218,108,97,99,101,116,114,102,59,1,8466,114,59,1,8606,4,3,97,101,121,2570,2576,2582,114,111,110,59,1,317,100,105,108,59,1,315,59,1,1051,4,2,102,115,2591,2907,116,4,10,65,67,68,70,82,84,85,86,97,114,2614,2663,2672,2728,2735,2760,2820,2870,2888,2895,4,2,110,114,2620,2633,103,108,101,66,114,97,99,107,101,116,59,1,10216,114,111,119,4,3,59,66,82,2644,2646,2651,1,8592,97,114,59,1,8676,105,103,104,116,65,114,114,111,119,59,1,8646,101,105,108,105,110,103,59,1,8968,111,4,2,117,119,2679,2692,98,108,101,66,114,97,99,107,101,116,59,1,10214,110,4,2,84,86,2699,2710,101,101,86,101,99,116,111,114,59,1,10593,101,99,116,111,114,4,2,59,66,2721,2723,1,8643,97,114,59,1,10585,108,111,111,114,59,1,8970,105,103,104,116,4,2,65,86,2745,2752,114,114,111,119,59,1,8596,101,99,116,111,114,59,1,10574,4,2,101,114,2766,2792,101,4,3,59,65,86,2775,2777,2784,1,8867,114,114,111,119,59,1,8612,101,99,116,111,114,59,1,10586,105,97,110,103,108,101,4,3,59,66,69,2806,2808,2813,1,8882,97,114,59,1,10703,113,117,97,108,59,1,8884,112,4,3,68,84,86,2829,2841,2852,111,119,110,86,101,99,116,111,114,59,1,10577,101,101,86,101,99,116,111,114,59,1,10592,101,99,116,111,114,4,2,59,66,2863,2865,1,8639,97,114,59,1,10584,101,99,116,111,114,4,2,59,66,2881,2883,1,8636,97,114,59,1,10578,114,114,111,119,59,1,8656,105,103,104,116,97,114,114,111,119,59,1,8660,115,4,6,69,70,71,76,83,84,2922,2936,2947,2956,2962,2974,113,117,97,108,71,114,101,97,116,101,114,59,1,8922,117,108,108,69,113,117,97,108,59,1,8806,114,101,97,116,101,114,59,1,8822,101,115,115,59,1,10913,108,97,110,116,69,113,117,97,108,59,1,10877,105,108,100,101,59,1,8818,114,59,3,55349,56591,4,2,59,101,2992,2994,1,8920,102,116,97,114,114,111,119,59,1,8666,105,100,111,116,59,1,319,4,3,110,112,119,3019,3110,3115,103,4,4,76,82,108,114,3030,3058,3070,3098,101,102,116,4,2,65,82,3039,3046,114,114,111,119,59,1,10229,105,103,104,116,65,114,114,111,119,59,1,10231,105,103,104,116,65,114,114,111,119,59,1,10230,101,102,116,4,2,97,114,3079,3086,114,114,111,119,59,1,10232,105,103,104,116,97,114,114,111,119,59,1,10234,105,103,104,116,97,114,114,111,119,59,1,10233,102,59,3,55349,56643,101,114,4,2,76,82,3123,3134,101,102,116,65,114,114,111,119,59,1,8601,105,103,104,116,65,114,114,111,119,59,1,8600,4,3,99,104,116,3154,3158,3161,114,59,1,8466,59,1,8624,114,111,107,59,1,321,59,1,8810,4,8,97,99,101,102,105,111,115,117,3188,3192,3196,3222,3227,3237,3243,3248,112,59,1,10501,121,59,1,1052,4,2,100,108,3202,3213,105,117,109,83,112,97,99,101,59,1,8287,108,105,110,116,114,102,59,1,8499,114,59,3,55349,56592,110,117,115,80,108,117,115,59,1,8723,112,102,59,3,55349,56644,99,114,59,1,8499,59,1,924,4,9,74,97,99,101,102,111,115,116,117,3271,3276,3283,3306,3422,3427,4120,4126,4137,99,121,59,1,1034,99,117,116,101,59,1,323,4,3,97,101,121,3291,3297,3303,114,111,110,59,1,327,100,105,108,59,1,325,59,1,1053,4,3,103,115,119,3314,3380,3415,97,116,105,118,101,4,3,77,84,86,3327,3340,3365,101,100,105,117,109,83,112,97,99,101,59,1,8203,104,105,4,2,99,110,3348,3357,107,83,112,97,99,101,59,1,8203,83,112,97,99,101,59,1,8203,101,114,121,84,104,105,110,83,112,97,99,101,59,1,8203,116,101,100,4,2,71,76,3389,3405,114,101,97,116,101,114,71,114,101,97,116,101,114,59,1,8811,101,115,115,76,101,115,115,59,1,8810,76,105,110,101,59,1,10,114,59,3,55349,56593,4,4,66,110,112,116,3437,3444,3460,3464,114,101,97,107,59,1,8288,66,114,101,97,107,105,110,103,83,112,97,99,101,59,1,160,102,59,1,8469,4,13,59,67,68,69,71,72,76,78,80,82,83,84,86,3492,3494,3517,3536,3578,3657,3685,3784,3823,3860,3915,4066,4107,1,10988,4,2,111,117,3500,3510,110,103,114,117,101,110,116,59,1,8802,112,67,97,112,59,1,8813,111,117,98,108,101,86,101,114,116,105,99,97,108,66,97,114,59,1,8742,4,3,108,113,120,3544,3552,3571,101,109,101,110,116,59,1,8713,117,97,108,4,2,59,84,3561,3563,1,8800,105,108,100,101,59,3,8770,824,105,115,116,115,59,1,8708,114,101,97,116,101,114,4,7,59,69,70,71,76,83,84,3600,3602,3609,3621,3631,3637,3650,1,8815,113,117,97,108,59,1,8817,117,108,108,69,113,117,97,108,59,3,8807,824,114,101,97,116,101,114,59,3,8811,824,101,115,115,59,1,8825,108,97,110,116,69,113,117,97,108,59,3,10878,824,105,108,100,101,59,1,8821,117,109,112,4,2,68,69,3666,3677,111,119,110,72,117,109,112,59,3,8782,824,113,117,97,108,59,3,8783,824,101,4,2,102,115,3692,3724,116,84,114,105,97,110,103,108,101,4,3,59,66,69,3709,3711,3717,1,8938,97,114,59,3,10703,824,113,117,97,108,59,1,8940,115,4,6,59,69,71,76,83,84,3739,3741,3748,3757,3764,3777,1,8814,113,117,97,108,59,1,8816,114,101,97,116,101,114,59,1,8824,101,115,115,59,3,8810,824,108,97,110,116,69,113,117,97,108,59,3,10877,824,105,108,100,101,59,1,8820,101,115,116,101,100,4,2,71,76,3795,3812,114,101,97,116,101,114,71,114,101,97,116,101,114,59,3,10914,824,101,115,115,76,101,115,115,59,3,10913,824,114,101,99,101,100,101,115,4,3,59,69,83,3838,3840,3848,1,8832,113,117,97,108,59,3,10927,824,108,97,110,116,69,113,117,97,108,59,1,8928,4,2,101,105,3866,3881,118,101,114,115,101,69,108,101,109,101,110,116,59,1,8716,103,104,116,84,114,105,97,110,103,108,101,4,3,59,66,69,3900,3902,3908,1,8939,97,114,59,3,10704,824,113,117,97,108,59,1,8941,4,2,113,117,3921,3973,117,97,114,101,83,117,4,2,98,112,3933,3952,115,101,116,4,2,59,69,3942,3945,3,8847,824,113,117,97,108,59,1,8930,101,114,115,101,116,4,2,59,69,3963,3966,3,8848,824,113,117,97,108,59,1,8931,4,3,98,99,112,3981,4e3,4045,115,101,116,4,2,59,69,3990,3993,3,8834,8402,113,117,97,108,59,1,8840,99,101,101,100,115,4,4,59,69,83,84,4015,4017,4025,4037,1,8833,113,117,97,108,59,3,10928,824,108,97,110,116,69,113,117,97,108,59,1,8929,105,108,100,101,59,3,8831,824,101,114,115,101,116,4,2,59,69,4056,4059,3,8835,8402,113,117,97,108,59,1,8841,105,108,100,101,4,4,59,69,70,84,4080,4082,4089,4100,1,8769,113,117,97,108,59,1,8772,117,108,108,69,113,117,97,108,59,1,8775,105,108,100,101,59,1,8777,101,114,116,105,99,97,108,66,97,114,59,1,8740,99,114,59,3,55349,56489,105,108,100,101,5,209,1,59,4135,1,209,59,1,925,4,14,69,97,99,100,102,103,109,111,112,114,115,116,117,118,4170,4176,4187,4205,4212,4217,4228,4253,4259,4292,4295,4316,4337,4346,108,105,103,59,1,338,99,117,116,101,5,211,1,59,4185,1,211,4,2,105,121,4193,4202,114,99,5,212,1,59,4200,1,212,59,1,1054,98,108,97,99,59,1,336,114,59,3,55349,56594,114,97,118,101,5,210,1,59,4226,1,210,4,3,97,101,105,4236,4241,4246,99,114,59,1,332,103,97,59,1,937,99,114,111,110,59,1,927,112,102,59,3,55349,56646,101,110,67,117,114,108,121,4,2,68,81,4272,4285,111,117,98,108,101,81,117,111,116,101,59,1,8220,117,111,116,101,59,1,8216,59,1,10836,4,2,99,108,4301,4306,114,59,3,55349,56490,97,115,104,5,216,1,59,4314,1,216,105,4,2,108,109,4323,4332,100,101,5,213,1,59,4330,1,213,101,115,59,1,10807,109,108,5,214,1,59,4344,1,214,101,114,4,2,66,80,4354,4380,4,2,97,114,4360,4364,114,59,1,8254,97,99,4,2,101,107,4372,4375,59,1,9182,101,116,59,1,9140,97,114,101,110,116,104,101,115,105,115,59,1,9180,4,9,97,99,102,104,105,108,111,114,115,4413,4422,4426,4431,4435,4438,4448,4471,4561,114,116,105,97,108,68,59,1,8706,121,59,1,1055,114,59,3,55349,56595,105,59,1,934,59,1,928,117,115,77,105,110,117,115,59,1,177,4,2,105,112,4454,4467,110,99,97,114,101,112,108,97,110,101,59,1,8460,102,59,1,8473,4,4,59,101,105,111,4481,4483,4526,4531,1,10939,99,101,100,101,115,4,4,59,69,83,84,4498,4500,4507,4519,1,8826,113,117,97,108,59,1,10927,108,97,110,116,69,113,117,97,108,59,1,8828,105,108,100,101,59,1,8830,109,101,59,1,8243,4,2,100,112,4537,4543,117,99,116,59,1,8719,111,114,116,105,111,110,4,2,59,97,4555,4557,1,8759,108,59,1,8733,4,2,99,105,4567,4572,114,59,3,55349,56491,59,1,936,4,4,85,102,111,115,4585,4594,4599,4604,79,84,5,34,1,59,4592,1,34,114,59,3,55349,56596,112,102,59,1,8474,99,114,59,3,55349,56492,4,12,66,69,97,99,101,102,104,105,111,114,115,117,4636,4642,4650,4681,4704,4763,4767,4771,5047,5069,5081,5094,97,114,114,59,1,10512,71,5,174,1,59,4648,1,174,4,3,99,110,114,4658,4664,4668,117,116,101,59,1,340,103,59,1,10219,114,4,2,59,116,4675,4677,1,8608,108,59,1,10518,4,3,97,101,121,4689,4695,4701,114,111,110,59,1,344,100,105,108,59,1,342,59,1,1056,4,2,59,118,4710,4712,1,8476,101,114,115,101,4,2,69,85,4722,4748,4,2,108,113,4728,4736,101,109,101,110,116,59,1,8715,117,105,108,105,98,114,105,117,109,59,1,8651,112,69,113,117,105,108,105,98,114,105,117,109,59,1,10607,114,59,1,8476,111,59,1,929,103,104,116,4,8,65,67,68,70,84,85,86,97,4792,4840,4849,4905,4912,4972,5022,5040,4,2,110,114,4798,4811,103,108,101,66,114,97,99,107,101,116,59,1,10217,114,111,119,4,3,59,66,76,4822,4824,4829,1,8594,97,114,59,1,8677,101,102,116,65,114,114,111,119,59,1,8644,101,105,108,105,110,103,59,1,8969,111,4,2,117,119,4856,4869,98,108,101,66,114,97,99,107,101,116,59,1,10215,110,4,2,84,86,4876,4887,101,101,86,101,99,116,111,114,59,1,10589,101,99,116,111,114,4,2,59,66,4898,4900,1,8642,97,114,59,1,10581,108,111,111,114,59,1,8971,4,2,101,114,4918,4944,101,4,3,59,65,86,4927,4929,4936,1,8866,114,114,111,119,59,1,8614,101,99,116,111,114,59,1,10587,105,97,110,103,108,101,4,3,59,66,69,4958,4960,4965,1,8883,97,114,59,1,10704,113,117,97,108,59,1,8885,112,4,3,68,84,86,4981,4993,5004,111,119,110,86,101,99,116,111,114,59,1,10575,101,101,86,101,99,116,111,114,59,1,10588,101,99,116,111,114,4,2,59,66,5015,5017,1,8638,97,114,59,1,10580,101,99,116,111,114,4,2,59,66,5033,5035,1,8640,97,114,59,1,10579,114,114,111,119,59,1,8658,4,2,112,117,5053,5057,102,59,1,8477,110,100,73,109,112,108,105,101,115,59,1,10608,105,103,104,116,97,114,114,111,119,59,1,8667,4,2,99,104,5087,5091,114,59,1,8475,59,1,8625,108,101,68,101,108,97,121,101,100,59,1,10740,4,13,72,79,97,99,102,104,105,109,111,113,115,116,117,5134,5150,5157,5164,5198,5203,5259,5265,5277,5283,5374,5380,5385,4,2,67,99,5140,5146,72,99,121,59,1,1065,121,59,1,1064,70,84,99,121,59,1,1068,99,117,116,101,59,1,346,4,5,59,97,101,105,121,5176,5178,5184,5190,5195,1,10940,114,111,110,59,1,352,100,105,108,59,1,350,114,99,59,1,348,59,1,1057,114,59,3,55349,56598,111,114,116,4,4,68,76,82,85,5216,5227,5238,5250,111,119,110,65,114,114,111,119,59,1,8595,101,102,116,65,114,114,111,119,59,1,8592,105,103,104,116,65,114,114,111,119,59,1,8594,112,65,114,114,111,119,59,1,8593,103,109,97,59,1,931,97,108,108,67,105,114,99,108,101,59,1,8728,112,102,59,3,55349,56650,4,2,114,117,5289,5293,116,59,1,8730,97,114,101,4,4,59,73,83,85,5306,5308,5322,5367,1,9633,110,116,101,114,115,101,99,116,105,111,110,59,1,8851,117,4,2,98,112,5329,5347,115,101,116,4,2,59,69,5338,5340,1,8847,113,117,97,108,59,1,8849,101,114,115,101,116,4,2,59,69,5358,5360,1,8848,113,117,97,108,59,1,8850,110,105,111,110,59,1,8852,99,114,59,3,55349,56494,97,114,59,1,8902,4,4,98,99,109,112,5395,5420,5475,5478,4,2,59,115,5401,5403,1,8912,101,116,4,2,59,69,5411,5413,1,8912,113,117,97,108,59,1,8838,4,2,99,104,5426,5468,101,101,100,115,4,4,59,69,83,84,5440,5442,5449,5461,1,8827,113,117,97,108,59,1,10928,108,97,110,116,69,113,117,97,108,59,1,8829,105,108,100,101,59,1,8831,84,104,97,116,59,1,8715,59,1,8721,4,3,59,101,115,5486,5488,5507,1,8913,114,115,101,116,4,2,59,69,5498,5500,1,8835,113,117,97,108,59,1,8839,101,116,59,1,8913,4,11,72,82,83,97,99,102,104,105,111,114,115,5536,5546,5552,5567,5579,5602,5607,5655,5695,5701,5711,79,82,78,5,222,1,59,5544,1,222,65,68,69,59,1,8482,4,2,72,99,5558,5563,99,121,59,1,1035,121,59,1,1062,4,2,98,117,5573,5576,59,1,9,59,1,932,4,3,97,101,121,5587,5593,5599,114,111,110,59,1,356,100,105,108,59,1,354,59,1,1058,114,59,3,55349,56599,4,2,101,105,5613,5631,4,2,114,116,5619,5627,101,102,111,114,101,59,1,8756,97,59,1,920,4,2,99,110,5637,5647,107,83,112,97,99,101,59,3,8287,8202,83,112,97,99,101,59,1,8201,108,100,101,4,4,59,69,70,84,5668,5670,5677,5688,1,8764,113,117,97,108,59,1,8771,117,108,108,69,113,117,97,108,59,1,8773,105,108,100,101,59,1,8776,112,102,59,3,55349,56651,105,112,108,101,68,111,116,59,1,8411,4,2,99,116,5717,5722,114,59,3,55349,56495,114,111,107,59,1,358,4,14,97,98,99,100,102,103,109,110,111,112,114,115,116,117,5758,5789,5805,5823,5830,5835,5846,5852,5921,5937,6089,6095,6101,6108,4,2,99,114,5764,5774,117,116,101,5,218,1,59,5772,1,218,114,4,2,59,111,5781,5783,1,8607,99,105,114,59,1,10569,114,4,2,99,101,5796,5800,121,59,1,1038,118,101,59,1,364,4,2,105,121,5811,5820,114,99,5,219,1,59,5818,1,219,59,1,1059,98,108,97,99,59,1,368,114,59,3,55349,56600,114,97,118,101,5,217,1,59,5844,1,217,97,99,114,59,1,362,4,2,100,105,5858,5905,101,114,4,2,66,80,5866,5892,4,2,97,114,5872,5876,114,59,1,95,97,99,4,2,101,107,5884,5887,59,1,9183,101,116,59,1,9141,97,114,101,110,116,104,101,115,105,115,59,1,9181,111,110,4,2,59,80,5913,5915,1,8899,108,117,115,59,1,8846,4,2,103,112,5927,5932,111,110,59,1,370,102,59,3,55349,56652,4,8,65,68,69,84,97,100,112,115,5955,5985,5996,6009,6026,6033,6044,6075,114,114,111,119,4,3,59,66,68,5967,5969,5974,1,8593,97,114,59,1,10514,111,119,110,65,114,114,111,119,59,1,8645,111,119,110,65,114,114,111,119,59,1,8597,113,117,105,108,105,98,114,105,117,109,59,1,10606,101,101,4,2,59,65,6017,6019,1,8869,114,114,111,119,59,1,8613,114,114,111,119,59,1,8657,111,119,110,97,114,114,111,119,59,1,8661,101,114,4,2,76,82,6052,6063,101,102,116,65,114,114,111,119,59,1,8598,105,103,104,116,65,114,114,111,119,59,1,8599,105,4,2,59,108,6082,6084,1,978,111,110,59,1,933,105,110,103,59,1,366,99,114,59,3,55349,56496,105,108,100,101,59,1,360,109,108,5,220,1,59,6115,1,220,4,9,68,98,99,100,101,102,111,115,118,6137,6143,6148,6152,6166,6250,6255,6261,6267,97,115,104,59,1,8875,97,114,59,1,10987,121,59,1,1042,97,115,104,4,2,59,108,6161,6163,1,8873,59,1,10982,4,2,101,114,6172,6175,59,1,8897,4,3,98,116,121,6183,6188,6238,97,114,59,1,8214,4,2,59,105,6194,6196,1,8214,99,97,108,4,4,66,76,83,84,6209,6214,6220,6231,97,114,59,1,8739,105,110,101,59,1,124,101,112,97,114,97,116,111,114,59,1,10072,105,108,100,101,59,1,8768,84,104,105,110,83,112,97,99,101,59,1,8202,114,59,3,55349,56601,112,102,59,3,55349,56653,99,114,59,3,55349,56497,100,97,115,104,59,1,8874,4,5,99,101,102,111,115,6286,6292,6298,6303,6309,105,114,99,59,1,372,100,103,101,59,1,8896,114,59,3,55349,56602,112,102,59,3,55349,56654,99,114,59,3,55349,56498,4,4,102,105,111,115,6325,6330,6333,6339,114,59,3,55349,56603,59,1,926,112,102,59,3,55349,56655,99,114,59,3,55349,56499,4,9,65,73,85,97,99,102,111,115,117,6365,6370,6375,6380,6391,6405,6410,6416,6422,99,121,59,1,1071,99,121,59,1,1031,99,121,59,1,1070,99,117,116,101,5,221,1,59,6389,1,221,4,2,105,121,6397,6402,114,99,59,1,374,59,1,1067,114,59,3,55349,56604,112,102,59,3,55349,56656,99,114,59,3,55349,56500,109,108,59,1,376,4,8,72,97,99,100,101,102,111,115,6445,6450,6457,6472,6477,6501,6505,6510,99,121,59,1,1046,99,117,116,101,59,1,377,4,2,97,121,6463,6469,114,111,110,59,1,381,59,1,1047,111,116,59,1,379,4,2,114,116,6483,6497,111,87,105,100,116,104,83,112,97,99,101,59,1,8203,97,59,1,918,114,59,1,8488,112,102,59,1,8484,99,114,59,3,55349,56501,4,16,97,98,99,101,102,103,108,109,110,111,112,114,115,116,117,119,6550,6561,6568,6612,6622,6634,6645,6672,6699,6854,6870,6923,6933,6963,6974,6983,99,117,116,101,5,225,1,59,6559,1,225,114,101,118,101,59,1,259,4,6,59,69,100,105,117,121,6582,6584,6588,6591,6600,6609,1,8766,59,3,8766,819,59,1,8767,114,99,5,226,1,59,6598,1,226,116,101,5,180,1,59,6607,1,180,59,1,1072,108,105,103,5,230,1,59,6620,1,230,4,2,59,114,6628,6630,1,8289,59,3,55349,56606,114,97,118,101,5,224,1,59,6643,1,224,4,2,101,112,6651,6667,4,2,102,112,6657,6663,115,121,109,59,1,8501,104,59,1,8501,104,97,59,1,945,4,2,97,112,6678,6692,4,2,99,108,6684,6688,114,59,1,257,103,59,1,10815,5,38,1,59,6697,1,38,4,2,100,103,6705,6737,4,5,59,97,100,115,118,6717,6719,6724,6727,6734,1,8743,110,100,59,1,10837,59,1,10844,108,111,112,101,59,1,10840,59,1,10842,4,7,59,101,108,109,114,115,122,6753,6755,6758,6762,6814,6835,6848,1,8736,59,1,10660,101,59,1,8736,115,100,4,2,59,97,6770,6772,1,8737,4,8,97,98,99,100,101,102,103,104,6790,6793,6796,6799,6802,6805,6808,6811,59,1,10664,59,1,10665,59,1,10666,59,1,10667,59,1,10668,59,1,10669,59,1,10670,59,1,10671,116,4,2,59,118,6821,6823,1,8735,98,4,2,59,100,6830,6832,1,8894,59,1,10653,4,2,112,116,6841,6845,104,59,1,8738,59,1,197,97,114,114,59,1,9084,4,2,103,112,6860,6865,111,110,59,1,261,102,59,3,55349,56658,4,7,59,69,97,101,105,111,112,6886,6888,6891,6897,6900,6904,6908,1,8776,59,1,10864,99,105,114,59,1,10863,59,1,8778,100,59,1,8779,115,59,1,39,114,111,120,4,2,59,101,6917,6919,1,8776,113,59,1,8778,105,110,103,5,229,1,59,6931,1,229,4,3,99,116,121,6941,6946,6949,114,59,3,55349,56502,59,1,42,109,112,4,2,59,101,6957,6959,1,8776,113,59,1,8781,105,108,100,101,5,227,1,59,6972,1,227,109,108,5,228,1,59,6981,1,228,4,2,99,105,6989,6997,111,110,105,110,116,59,1,8755,110,116,59,1,10769,4,16,78,97,98,99,100,101,102,105,107,108,110,111,112,114,115,117,7036,7041,7119,7135,7149,7155,7219,7224,7347,7354,7463,7489,7786,7793,7814,7866,111,116,59,1,10989,4,2,99,114,7047,7094,107,4,4,99,101,112,115,7058,7064,7073,7080,111,110,103,59,1,8780,112,115,105,108,111,110,59,1,1014,114,105,109,101,59,1,8245,105,109,4,2,59,101,7088,7090,1,8765,113,59,1,8909,4,2,118,119,7100,7105,101,101,59,1,8893,101,100,4,2,59,103,7113,7115,1,8965,101,59,1,8965,114,107,4,2,59,116,7127,7129,1,9141,98,114,107,59,1,9142,4,2,111,121,7141,7146,110,103,59,1,8780,59,1,1073,113,117,111,59,1,8222,4,5,99,109,112,114,116,7167,7181,7188,7193,7199,97,117,115,4,2,59,101,7176,7178,1,8757,59,1,8757,112,116,121,118,59,1,10672,115,105,59,1,1014,110,111,117,59,1,8492,4,3,97,104,119,7207,7210,7213,59,1,946,59,1,8502,101,101,110,59,1,8812,114,59,3,55349,56607,103,4,7,99,111,115,116,117,118,119,7241,7262,7288,7305,7328,7335,7340,4,3,97,105,117,7249,7253,7258,112,59,1,8898,114,99,59,1,9711,112,59,1,8899,4,3,100,112,116,7270,7275,7281,111,116,59,1,10752,108,117,115,59,1,10753,105,109,101,115,59,1,10754,4,2,113,116,7294,7300,99,117,112,59,1,10758,97,114,59,1,9733,114,105,97,110,103,108,101,4,2,100,117,7318,7324,111,119,110,59,1,9661,112,59,1,9651,112,108,117,115,59,1,10756,101,101,59,1,8897,101,100,103,101,59,1,8896,97,114,111,119,59,1,10509,4,3,97,107,111,7362,7436,7458,4,2,99,110,7368,7432,107,4,3,108,115,116,7377,7386,7394,111,122,101,110,103,101,59,1,10731,113,117,97,114,101,59,1,9642,114,105,97,110,103,108,101,4,4,59,100,108,114,7411,7413,7419,7425,1,9652,111,119,110,59,1,9662,101,102,116,59,1,9666,105,103,104,116,59,1,9656,107,59,1,9251,4,2,49,51,7442,7454,4,2,50,52,7448,7451,59,1,9618,59,1,9617,52,59,1,9619,99,107,59,1,9608,4,2,101,111,7469,7485,4,2,59,113,7475,7478,3,61,8421,117,105,118,59,3,8801,8421,116,59,1,8976,4,4,112,116,119,120,7499,7504,7517,7523,102,59,3,55349,56659,4,2,59,116,7510,7512,1,8869,111,109,59,1,8869,116,105,101,59,1,8904,4,12,68,72,85,86,98,100,104,109,112,116,117,118,7549,7571,7597,7619,7655,7660,7682,7708,7715,7721,7728,7750,4,4,76,82,108,114,7559,7562,7565,7568,59,1,9559,59,1,9556,59,1,9558,59,1,9555,4,5,59,68,85,100,117,7583,7585,7588,7591,7594,1,9552,59,1,9574,59,1,9577,59,1,9572,59,1,9575,4,4,76,82,108,114,7607,7610,7613,7616,59,1,9565,59,1,9562,59,1,9564,59,1,9561,4,7,59,72,76,82,104,108,114,7635,7637,7640,7643,7646,7649,7652,1,9553,59,1,9580,59,1,9571,59,1,9568,59,1,9579,59,1,9570,59,1,9567,111,120,59,1,10697,4,4,76,82,108,114,7670,7673,7676,7679,59,1,9557,59,1,9554,59,1,9488,59,1,9484,4,5,59,68,85,100,117,7694,7696,7699,7702,7705,1,9472,59,1,9573,59,1,9576,59,1,9516,59,1,9524,105,110,117,115,59,1,8863,108,117,115,59,1,8862,105,109,101,115,59,1,8864,4,4,76,82,108,114,7738,7741,7744,7747,59,1,9563,59,1,9560,59,1,9496,59,1,9492,4,7,59,72,76,82,104,108,114,7766,7768,7771,7774,7777,7780,7783,1,9474,59,1,9578,59,1,9569,59,1,9566,59,1,9532,59,1,9508,59,1,9500,114,105,109,101,59,1,8245,4,2,101,118,7799,7804,118,101,59,1,728,98,97,114,5,166,1,59,7812,1,166,4,4,99,101,105,111,7824,7829,7834,7846,114,59,3,55349,56503,109,105,59,1,8271,109,4,2,59,101,7841,7843,1,8765,59,1,8909,108,4,3,59,98,104,7855,7857,7860,1,92,59,1,10693,115,117,98,59,1,10184,4,2,108,109,7872,7885,108,4,2,59,101,7879,7881,1,8226,116,59,1,8226,112,4,3,59,69,101,7894,7896,7899,1,8782,59,1,10926,4,2,59,113,7905,7907,1,8783,59,1,8783,4,15,97,99,100,101,102,104,105,108,111,114,115,116,117,119,121,7942,8021,8075,8080,8121,8126,8157,8279,8295,8430,8446,8485,8491,8707,8726,4,3,99,112,114,7950,7956,8007,117,116,101,59,1,263,4,6,59,97,98,99,100,115,7970,7972,7977,7984,7998,8003,1,8745,110,100,59,1,10820,114,99,117,112,59,1,10825,4,2,97,117,7990,7994,112,59,1,10827,112,59,1,10823,111,116,59,1,10816,59,3,8745,65024,4,2,101,111,8013,8017,116,59,1,8257,110,59,1,711,4,4,97,101,105,117,8031,8046,8056,8061,4,2,112,114,8037,8041,115,59,1,10829,111,110,59,1,269,100,105,108,5,231,1,59,8054,1,231,114,99,59,1,265,112,115,4,2,59,115,8069,8071,1,10828,109,59,1,10832,111,116,59,1,267,4,3,100,109,110,8088,8097,8104,105,108,5,184,1,59,8095,1,184,112,116,121,118,59,1,10674,116,5,162,2,59,101,8112,8114,1,162,114,100,111,116,59,1,183,114,59,3,55349,56608,4,3,99,101,105,8134,8138,8154,121,59,1,1095,99,107,4,2,59,109,8146,8148,1,10003,97,114,107,59,1,10003,59,1,967,114,4,7,59,69,99,101,102,109,115,8174,8176,8179,8258,8261,8268,8273,1,9675,59,1,10691,4,3,59,101,108,8187,8189,8193,1,710,113,59,1,8791,101,4,2,97,100,8200,8223,114,114,111,119,4,2,108,114,8210,8216,101,102,116,59,1,8634,105,103,104,116,59,1,8635,4,5,82,83,97,99,100,8235,8238,8241,8246,8252,59,1,174,59,1,9416,115,116,59,1,8859,105,114,99,59,1,8858,97,115,104,59,1,8861,59,1,8791,110,105,110,116,59,1,10768,105,100,59,1,10991,99,105,114,59,1,10690,117,98,115,4,2,59,117,8288,8290,1,9827,105,116,59,1,9827,4,4,108,109,110,112,8305,8326,8376,8400,111,110,4,2,59,101,8313,8315,1,58,4,2,59,113,8321,8323,1,8788,59,1,8788,4,2,109,112,8332,8344,97,4,2,59,116,8339,8341,1,44,59,1,64,4,3,59,102,108,8352,8354,8358,1,8705,110,59,1,8728,101,4,2,109,120,8365,8371,101,110,116,59,1,8705,101,115,59,1,8450,4,2,103,105,8382,8395,4,2,59,100,8388,8390,1,8773,111,116,59,1,10861,110,116,59,1,8750,4,3,102,114,121,8408,8412,8417,59,3,55349,56660,111,100,59,1,8720,5,169,2,59,115,8424,8426,1,169,114,59,1,8471,4,2,97,111,8436,8441,114,114,59,1,8629,115,115,59,1,10007,4,2,99,117,8452,8457,114,59,3,55349,56504,4,2,98,112,8463,8474,4,2,59,101,8469,8471,1,10959,59,1,10961,4,2,59,101,8480,8482,1,10960,59,1,10962,100,111,116,59,1,8943,4,7,100,101,108,112,114,118,119,8507,8522,8536,8550,8600,8697,8702,97,114,114,4,2,108,114,8516,8519,59,1,10552,59,1,10549,4,2,112,115,8528,8532,114,59,1,8926,99,59,1,8927,97,114,114,4,2,59,112,8545,8547,1,8630,59,1,10557,4,6,59,98,99,100,111,115,8564,8566,8573,8587,8592,8596,1,8746,114,99,97,112,59,1,10824,4,2,97,117,8579,8583,112,59,1,10822,112,59,1,10826,111,116,59,1,8845,114,59,1,10821,59,3,8746,65024,4,4,97,108,114,118,8610,8623,8663,8672,114,114,4,2,59,109,8618,8620,1,8631,59,1,10556,121,4,3,101,118,119,8632,8651,8656,113,4,2,112,115,8639,8645,114,101,99,59,1,8926,117,99,99,59,1,8927,101,101,59,1,8910,101,100,103,101,59,1,8911,101,110,5,164,1,59,8670,1,164,101,97,114,114,111,119,4,2,108,114,8684,8690,101,102,116,59,1,8630,105,103,104,116,59,1,8631,101,101,59,1,8910,101,100,59,1,8911,4,2,99,105,8713,8721,111,110,105,110,116,59,1,8754,110,116,59,1,8753,108,99,116,121,59,1,9005,4,19,65,72,97,98,99,100,101,102,104,105,106,108,111,114,115,116,117,119,122,8773,8778,8783,8821,8839,8854,8887,8914,8930,8944,9036,9041,9058,9197,9227,9258,9281,9297,9305,114,114,59,1,8659,97,114,59,1,10597,4,4,103,108,114,115,8793,8799,8805,8809,103,101,114,59,1,8224,101,116,104,59,1,8504,114,59,1,8595,104,4,2,59,118,8816,8818,1,8208,59,1,8867,4,2,107,108,8827,8834,97,114,111,119,59,1,10511,97,99,59,1,733,4,2,97,121,8845,8851,114,111,110,59,1,271,59,1,1076,4,3,59,97,111,8862,8864,8880,1,8518,4,2,103,114,8870,8876,103,101,114,59,1,8225,114,59,1,8650,116,115,101,113,59,1,10871,4,3,103,108,109,8895,8902,8907,5,176,1,59,8900,1,176,116,97,59,1,948,112,116,121,118,59,1,10673,4,2,105,114,8920,8926,115,104,116,59,1,10623,59,3,55349,56609,97,114,4,2,108,114,8938,8941,59,1,8643,59,1,8642,4,5,97,101,103,115,118,8956,8986,8989,8996,9001,109,4,3,59,111,115,8965,8967,8983,1,8900,110,100,4,2,59,115,8975,8977,1,8900,117,105,116,59,1,9830,59,1,9830,59,1,168,97,109,109,97,59,1,989,105,110,59,1,8946,4,3,59,105,111,9009,9011,9031,1,247,100,101,5,247,2,59,111,9020,9022,1,247,110,116,105,109,101,115,59,1,8903,110,120,59,1,8903,99,121,59,1,1106,99,4,2,111,114,9048,9053,114,110,59,1,8990,111,112,59,1,8973,4,5,108,112,116,117,119,9070,9076,9081,9130,9144,108,97,114,59,1,36,102,59,3,55349,56661,4,5,59,101,109,112,115,9093,9095,9109,9116,9122,1,729,113,4,2,59,100,9102,9104,1,8784,111,116,59,1,8785,105,110,117,115,59,1,8760,108,117,115,59,1,8724,113,117,97,114,101,59,1,8865,98,108,101,98,97,114,119,101,100,103,101,59,1,8966,110,4,3,97,100,104,9153,9160,9172,114,114,111,119,59,1,8595,111,119,110,97,114,114,111,119,115,59,1,8650,97,114,112,111,111,110,4,2,108,114,9184,9190,101,102,116,59,1,8643,105,103,104,116,59,1,8642,4,2,98,99,9203,9211,107,97,114,111,119,59,1,10512,4,2,111,114,9217,9222,114,110,59,1,8991,111,112,59,1,8972,4,3,99,111,116,9235,9248,9252,4,2,114,121,9241,9245,59,3,55349,56505,59,1,1109,108,59,1,10742,114,111,107,59,1,273,4,2,100,114,9264,9269,111,116,59,1,8945,105,4,2,59,102,9276,9278,1,9663,59,1,9662,4,2,97,104,9287,9292,114,114,59,1,8693,97,114,59,1,10607,97,110,103,108,101,59,1,10662,4,2,99,105,9311,9315,121,59,1,1119,103,114,97,114,114,59,1,10239,4,18,68,97,99,100,101,102,103,108,109,110,111,112,113,114,115,116,117,120,9361,9376,9398,9439,9444,9447,9462,9495,9531,9585,9598,9614,9659,9755,9771,9792,9808,9826,4,2,68,111,9367,9372,111,116,59,1,10871,116,59,1,8785,4,2,99,115,9382,9392,117,116,101,5,233,1,59,9390,1,233,116,101,114,59,1,10862,4,4,97,105,111,121,9408,9414,9430,9436,114,111,110,59,1,283,114,4,2,59,99,9421,9423,1,8790,5,234,1,59,9428,1,234,108,111,110,59,1,8789,59,1,1101,111,116,59,1,279,59,1,8519,4,2,68,114,9453,9458,111,116,59,1,8786,59,3,55349,56610,4,3,59,114,115,9470,9472,9482,1,10906,97,118,101,5,232,1,59,9480,1,232,4,2,59,100,9488,9490,1,10902,111,116,59,1,10904,4,4,59,105,108,115,9505,9507,9515,9518,1,10905,110,116,101,114,115,59,1,9191,59,1,8467,4,2,59,100,9524,9526,1,10901,111,116,59,1,10903,4,3,97,112,115,9539,9544,9564,99,114,59,1,275,116,121,4,3,59,115,118,9554,9556,9561,1,8709,101,116,59,1,8709,59,1,8709,112,4,2,49,59,9571,9583,4,2,51,52,9577,9580,59,1,8196,59,1,8197,1,8195,4,2,103,115,9591,9594,59,1,331,112,59,1,8194,4,2,103,112,9604,9609,111,110,59,1,281,102,59,3,55349,56662,4,3,97,108,115,9622,9635,9640,114,4,2,59,115,9629,9631,1,8917,108,59,1,10723,117,115,59,1,10865,105,4,3,59,108,118,9649,9651,9656,1,949,111,110,59,1,949,59,1,1013,4,4,99,115,117,118,9669,9686,9716,9747,4,2,105,111,9675,9680,114,99,59,1,8790,108,111,110,59,1,8789,4,2,105,108,9692,9696,109,59,1,8770,97,110,116,4,2,103,108,9705,9710,116,114,59,1,10902,101,115,115,59,1,10901,4,3,97,101,105,9724,9729,9734,108,115,59,1,61,115,116,59,1,8799,118,4,2,59,68,9741,9743,1,8801,68,59,1,10872,112,97,114,115,108,59,1,10725,4,2,68,97,9761,9766,111,116,59,1,8787,114,114,59,1,10609,4,3,99,100,105,9779,9783,9788,114,59,1,8495,111,116,59,1,8784,109,59,1,8770,4,2,97,104,9798,9801,59,1,951,5,240,1,59,9806,1,240,4,2,109,114,9814,9822,108,5,235,1,59,9820,1,235,111,59,1,8364,4,3,99,105,112,9834,9838,9843,108,59,1,33,115,116,59,1,8707,4,2,101,111,9849,9859,99,116,97,116,105,111,110,59,1,8496,110,101,110,116,105,97,108,101,59,1,8519,4,12,97,99,101,102,105,106,108,110,111,112,114,115,9896,9910,9914,9921,9954,9960,9967,9989,9994,10027,10036,10164,108,108,105,110,103,100,111,116,115,101,113,59,1,8786,121,59,1,1092,109,97,108,101,59,1,9792,4,3,105,108,114,9929,9935,9950,108,105,103,59,1,64259,4,2,105,108,9941,9945,103,59,1,64256,105,103,59,1,64260,59,3,55349,56611,108,105,103,59,1,64257,108,105,103,59,3,102,106,4,3,97,108,116,9975,9979,9984,116,59,1,9837,105,103,59,1,64258,110,115,59,1,9649,111,102,59,1,402,4,2,112,114,1e4,10005,102,59,3,55349,56663,4,2,97,107,10011,10016,108,108,59,1,8704,4,2,59,118,10022,10024,1,8916,59,1,10969,97,114,116,105,110,116,59,1,10765,4,2,97,111,10042,10159,4,2,99,115,10048,10155,4,6,49,50,51,52,53,55,10062,10102,10114,10135,10139,10151,4,6,50,51,52,53,54,56,10076,10083,10086,10093,10096,10099,5,189,1,59,10081,1,189,59,1,8531,5,188,1,59,10091,1,188,59,1,8533,59,1,8537,59,1,8539,4,2,51,53,10108,10111,59,1,8532,59,1,8534,4,3,52,53,56,10122,10129,10132,5,190,1,59,10127,1,190,59,1,8535,59,1,8540,53,59,1,8536,4,2,54,56,10145,10148,59,1,8538,59,1,8541,56,59,1,8542,108,59,1,8260,119,110,59,1,8994,99,114,59,3,55349,56507,4,17,69,97,98,99,100,101,102,103,105,106,108,110,111,114,115,116,118,10206,10217,10247,10254,10268,10273,10358,10363,10374,10380,10385,10406,10458,10464,10470,10497,10610,4,2,59,108,10212,10214,1,8807,59,1,10892,4,3,99,109,112,10225,10231,10244,117,116,101,59,1,501,109,97,4,2,59,100,10239,10241,1,947,59,1,989,59,1,10886,114,101,118,101,59,1,287,4,2,105,121,10260,10265,114,99,59,1,285,59,1,1075,111,116,59,1,289,4,4,59,108,113,115,10283,10285,10288,10308,1,8805,59,1,8923,4,3,59,113,115,10296,10298,10301,1,8805,59,1,8807,108,97,110,116,59,1,10878,4,4,59,99,100,108,10318,10320,10324,10345,1,10878,99,59,1,10921,111,116,4,2,59,111,10332,10334,1,10880,4,2,59,108,10340,10342,1,10882,59,1,10884,4,2,59,101,10351,10354,3,8923,65024,115,59,1,10900,114,59,3,55349,56612,4,2,59,103,10369,10371,1,8811,59,1,8921,109,101,108,59,1,8503,99,121,59,1,1107,4,4,59,69,97,106,10395,10397,10400,10403,1,8823,59,1,10898,59,1,10917,59,1,10916,4,4,69,97,101,115,10416,10419,10434,10453,59,1,8809,112,4,2,59,112,10426,10428,1,10890,114,111,120,59,1,10890,4,2,59,113,10440,10442,1,10888,4,2,59,113,10448,10450,1,10888,59,1,8809,105,109,59,1,8935,112,102,59,3,55349,56664,97,118,101,59,1,96,4,2,99,105,10476,10480,114,59,1,8458,109,4,3,59,101,108,10489,10491,10494,1,8819,59,1,10894,59,1,10896,5,62,6,59,99,100,108,113,114,10512,10514,10527,10532,10538,10545,1,62,4,2,99,105,10520,10523,59,1,10919,114,59,1,10874,111,116,59,1,8919,80,97,114,59,1,10645,117,101,115,116,59,1,10876,4,5,97,100,101,108,115,10557,10574,10579,10599,10605,4,2,112,114,10563,10570,112,114,111,120,59,1,10886,114,59,1,10616,111,116,59,1,8919,113,4,2,108,113,10586,10592,101,115,115,59,1,8923,108,101,115,115,59,1,10892,101,115,115,59,1,8823,105,109,59,1,8819,4,2,101,110,10616,10626,114,116,110,101,113,113,59,3,8809,65024,69,59,3,8809,65024,4,10,65,97,98,99,101,102,107,111,115,121,10653,10658,10713,10718,10724,10760,10765,10786,10850,10875,114,114,59,1,8660,4,4,105,108,109,114,10668,10674,10678,10684,114,115,112,59,1,8202,102,59,1,189,105,108,116,59,1,8459,4,2,100,114,10690,10695,99,121,59,1,1098,4,3,59,99,119,10703,10705,10710,1,8596,105,114,59,1,10568,59,1,8621,97,114,59,1,8463,105,114,99,59,1,293,4,3,97,108,114,10732,10748,10754,114,116,115,4,2,59,117,10741,10743,1,9829,105,116,59,1,9829,108,105,112,59,1,8230,99,111,110,59,1,8889,114,59,3,55349,56613,115,4,2,101,119,10772,10779,97,114,111,119,59,1,10533,97,114,111,119,59,1,10534,4,5,97,109,111,112,114,10798,10803,10809,10839,10844,114,114,59,1,8703,116,104,116,59,1,8763,107,4,2,108,114,10816,10827,101,102,116,97,114,114,111,119,59,1,8617,105,103,104,116,97,114,114,111,119,59,1,8618,102,59,3,55349,56665,98,97,114,59,1,8213,4,3,99,108,116,10858,10863,10869,114,59,3,55349,56509,97,115,104,59,1,8463,114,111,107,59,1,295,4,2,98,112,10881,10887,117,108,108,59,1,8259,104,101,110,59,1,8208,4,15,97,99,101,102,103,105,106,109,110,111,112,113,115,116,117,10925,10936,10958,10977,10990,11001,11039,11045,11101,11192,11220,11226,11237,11285,11299,99,117,116,101,5,237,1,59,10934,1,237,4,3,59,105,121,10944,10946,10955,1,8291,114,99,5,238,1,59,10953,1,238,59,1,1080,4,2,99,120,10964,10968,121,59,1,1077,99,108,5,161,1,59,10975,1,161,4,2,102,114,10983,10986,59,1,8660,59,3,55349,56614,114,97,118,101,5,236,1,59,10999,1,236,4,4,59,105,110,111,11011,11013,11028,11034,1,8520,4,2,105,110,11019,11024,110,116,59,1,10764,116,59,1,8749,102,105,110,59,1,10716,116,97,59,1,8489,108,105,103,59,1,307,4,3,97,111,112,11053,11092,11096,4,3,99,103,116,11061,11065,11088,114,59,1,299,4,3,101,108,112,11073,11076,11082,59,1,8465,105,110,101,59,1,8464,97,114,116,59,1,8465,104,59,1,305,102,59,1,8887,101,100,59,1,437,4,5,59,99,102,111,116,11113,11115,11121,11136,11142,1,8712,97,114,101,59,1,8453,105,110,4,2,59,116,11129,11131,1,8734,105,101,59,1,10717,100,111,116,59,1,305,4,5,59,99,101,108,112,11154,11156,11161,11179,11186,1,8747,97,108,59,1,8890,4,2,103,114,11167,11173,101,114,115,59,1,8484,99,97,108,59,1,8890,97,114,104,107,59,1,10775,114,111,100,59,1,10812,4,4,99,103,112,116,11202,11206,11211,11216,121,59,1,1105,111,110,59,1,303,102,59,3,55349,56666,97,59,1,953,114,111,100,59,1,10812,117,101,115,116,5,191,1,59,11235,1,191,4,2,99,105,11243,11248,114,59,3,55349,56510,110,4,5,59,69,100,115,118,11261,11263,11266,11271,11282,1,8712,59,1,8953,111,116,59,1,8949,4,2,59,118,11277,11279,1,8948,59,1,8947,59,1,8712,4,2,59,105,11291,11293,1,8290,108,100,101,59,1,297,4,2,107,109,11305,11310,99,121,59,1,1110,108,5,239,1,59,11316,1,239,4,6,99,102,109,111,115,117,11332,11346,11351,11357,11363,11380,4,2,105,121,11338,11343,114,99,59,1,309,59,1,1081,114,59,3,55349,56615,97,116,104,59,1,567,112,102,59,3,55349,56667,4,2,99,101,11369,11374,114,59,3,55349,56511,114,99,121,59,1,1112,107,99,121,59,1,1108,4,8,97,99,102,103,104,106,111,115,11404,11418,11433,11438,11445,11450,11455,11461,112,112,97,4,2,59,118,11413,11415,1,954,59,1,1008,4,2,101,121,11424,11430,100,105,108,59,1,311,59,1,1082,114,59,3,55349,56616,114,101,101,110,59,1,312,99,121,59,1,1093,99,121,59,1,1116,112,102,59,3,55349,56668,99,114,59,3,55349,56512,4,23,65,66,69,72,97,98,99,100,101,102,103,104,106,108,109,110,111,112,114,115,116,117,118,11515,11538,11544,11555,11560,11721,11780,11818,11868,12136,12160,12171,12203,12208,12246,12275,12327,12509,12523,12569,12641,12732,12752,4,3,97,114,116,11523,11528,11532,114,114,59,1,8666,114,59,1,8656,97,105,108,59,1,10523,97,114,114,59,1,10510,4,2,59,103,11550,11552,1,8806,59,1,10891,97,114,59,1,10594,4,9,99,101,103,109,110,112,113,114,116,11580,11586,11594,11600,11606,11624,11627,11636,11694,117,116,101,59,1,314,109,112,116,121,118,59,1,10676,114,97,110,59,1,8466,98,100,97,59,1,955,103,4,3,59,100,108,11615,11617,11620,1,10216,59,1,10641,101,59,1,10216,59,1,10885,117,111,5,171,1,59,11634,1,171,114,4,8,59,98,102,104,108,112,115,116,11655,11657,11669,11673,11677,11681,11685,11690,1,8592,4,2,59,102,11663,11665,1,8676,115,59,1,10527,115,59,1,10525,107,59,1,8617,112,59,1,8619,108,59,1,10553,105,109,59,1,10611,108,59,1,8610,4,3,59,97,101,11702,11704,11709,1,10923,105,108,59,1,10521,4,2,59,115,11715,11717,1,10925,59,3,10925,65024,4,3,97,98,114,11729,11734,11739,114,114,59,1,10508,114,107,59,1,10098,4,2,97,107,11745,11758,99,4,2,101,107,11752,11755,59,1,123,59,1,91,4,2,101,115,11764,11767,59,1,10635,108,4,2,100,117,11774,11777,59,1,10639,59,1,10637,4,4,97,101,117,121,11790,11796,11811,11815,114,111,110,59,1,318,4,2,100,105,11802,11807,105,108,59,1,316,108,59,1,8968,98,59,1,123,59,1,1083,4,4,99,113,114,115,11828,11832,11845,11864,97,59,1,10550,117,111,4,2,59,114,11840,11842,1,8220,59,1,8222,4,2,100,117,11851,11857,104,97,114,59,1,10599,115,104,97,114,59,1,10571,104,59,1,8626,4,5,59,102,103,113,115,11880,11882,12008,12011,12031,1,8804,116,4,5,97,104,108,114,116,11895,11913,11935,11947,11996,114,114,111,119,4,2,59,116,11905,11907,1,8592,97,105,108,59,1,8610,97,114,112,111,111,110,4,2,100,117,11925,11931,111,119,110,59,1,8637,112,59,1,8636,101,102,116,97,114,114,111,119,115,59,1,8647,105,103,104,116,4,3,97,104,115,11959,11974,11984,114,114,111,119,4,2,59,115,11969,11971,1,8596,59,1,8646,97,114,112,111,111,110,115,59,1,8651,113,117,105,103,97,114,114,111,119,59,1,8621,104,114,101,101,116,105,109,101,115,59,1,8907,59,1,8922,4,3,59,113,115,12019,12021,12024,1,8804,59,1,8806,108,97,110,116,59,1,10877,4,5,59,99,100,103,115,12043,12045,12049,12070,12083,1,10877,99,59,1,10920,111,116,4,2,59,111,12057,12059,1,10879,4,2,59,114,12065,12067,1,10881,59,1,10883,4,2,59,101,12076,12079,3,8922,65024,115,59,1,10899,4,5,97,100,101,103,115,12095,12103,12108,12126,12131,112,112,114,111,120,59,1,10885,111,116,59,1,8918,113,4,2,103,113,12115,12120,116,114,59,1,8922,103,116,114,59,1,10891,116,114,59,1,8822,105,109,59,1,8818,4,3,105,108,114,12144,12150,12156,115,104,116,59,1,10620,111,111,114,59,1,8970,59,3,55349,56617,4,2,59,69,12166,12168,1,8822,59,1,10897,4,2,97,98,12177,12198,114,4,2,100,117,12184,12187,59,1,8637,4,2,59,108,12193,12195,1,8636,59,1,10602,108,107,59,1,9604,99,121,59,1,1113,4,5,59,97,99,104,116,12220,12222,12227,12235,12241,1,8810,114,114,59,1,8647,111,114,110,101,114,59,1,8990,97,114,100,59,1,10603,114,105,59,1,9722,4,2,105,111,12252,12258,100,111,116,59,1,320,117,115,116,4,2,59,97,12267,12269,1,9136,99,104,101,59,1,9136,4,4,69,97,101,115,12285,12288,12303,12322,59,1,8808,112,4,2,59,112,12295,12297,1,10889,114,111,120,59,1,10889,4,2,59,113,12309,12311,1,10887,4,2,59,113,12317,12319,1,10887,59,1,8808,105,109,59,1,8934,4,8,97,98,110,111,112,116,119,122,12345,12359,12364,12421,12446,12467,12474,12490,4,2,110,114,12351,12355,103,59,1,10220,114,59,1,8701,114,107,59,1,10214,103,4,3,108,109,114,12373,12401,12409,101,102,116,4,2,97,114,12382,12389,114,114,111,119,59,1,10229,105,103,104,116,97,114,114,111,119,59,1,10231,97,112,115,116,111,59,1,10236,105,103,104,116,97,114,114,111,119,59,1,10230,112,97,114,114,111,119,4,2,108,114,12433,12439,101,102,116,59,1,8619,105,103,104,116,59,1,8620,4,3,97,102,108,12454,12458,12462,114,59,1,10629,59,3,55349,56669,117,115,59,1,10797,105,109,101,115,59,1,10804,4,2,97,98,12480,12485,115,116,59,1,8727,97,114,59,1,95,4,3,59,101,102,12498,12500,12506,1,9674,110,103,101,59,1,9674,59,1,10731,97,114,4,2,59,108,12517,12519,1,40,116,59,1,10643,4,5,97,99,104,109,116,12535,12540,12548,12561,12564,114,114,59,1,8646,111,114,110,101,114,59,1,8991,97,114,4,2,59,100,12556,12558,1,8651,59,1,10605,59,1,8206,114,105,59,1,8895,4,6,97,99,104,105,113,116,12583,12589,12594,12597,12614,12635,113,117,111,59,1,8249,114,59,3,55349,56513,59,1,8624,109,4,3,59,101,103,12606,12608,12611,1,8818,59,1,10893,59,1,10895,4,2,98,117,12620,12623,59,1,91,111,4,2,59,114,12630,12632,1,8216,59,1,8218,114,111,107,59,1,322,5,60,8,59,99,100,104,105,108,113,114,12660,12662,12675,12680,12686,12692,12698,12705,1,60,4,2,99,105,12668,12671,59,1,10918,114,59,1,10873,111,116,59,1,8918,114,101,101,59,1,8907,109,101,115,59,1,8905,97,114,114,59,1,10614,117,101,115,116,59,1,10875,4,2,80,105,12711,12716,97,114,59,1,10646,4,3,59,101,102,12724,12726,12729,1,9667,59,1,8884,59,1,9666,114,4,2,100,117,12739,12746,115,104,97,114,59,1,10570,104,97,114,59,1,10598,4,2,101,110,12758,12768,114,116,110,101,113,113,59,3,8808,65024,69,59,3,8808,65024,4,14,68,97,99,100,101,102,104,105,108,110,111,112,115,117,12803,12809,12893,12908,12914,12928,12933,12937,13011,13025,13032,13049,13052,13069,68,111,116,59,1,8762,4,4,99,108,112,114,12819,12827,12849,12887,114,5,175,1,59,12825,1,175,4,2,101,116,12833,12836,59,1,9794,4,2,59,101,12842,12844,1,10016,115,101,59,1,10016,4,2,59,115,12855,12857,1,8614,116,111,4,4,59,100,108,117,12869,12871,12877,12883,1,8614,111,119,110,59,1,8615,101,102,116,59,1,8612,112,59,1,8613,107,101,114,59,1,9646,4,2,111,121,12899,12905,109,109,97,59,1,10793,59,1,1084,97,115,104,59,1,8212,97,115,117,114,101,100,97,110,103,108,101,59,1,8737,114,59,3,55349,56618,111,59,1,8487,4,3,99,100,110,12945,12954,12985,114,111,5,181,1,59,12952,1,181,4,4,59,97,99,100,12964,12966,12971,12976,1,8739,115,116,59,1,42,105,114,59,1,10992,111,116,5,183,1,59,12983,1,183,117,115,4,3,59,98,100,12995,12997,13e3,1,8722,59,1,8863,4,2,59,117,13006,13008,1,8760,59,1,10794,4,2,99,100,13017,13021,112,59,1,10971,114,59,1,8230,112,108,117,115,59,1,8723,4,2,100,112,13038,13044,101,108,115,59,1,8871,102,59,3,55349,56670,59,1,8723,4,2,99,116,13058,13063,114,59,3,55349,56514,112,111,115,59,1,8766,4,3,59,108,109,13077,13079,13087,1,956,116,105,109,97,112,59,1,8888,97,112,59,1,8888,4,24,71,76,82,86,97,98,99,100,101,102,103,104,105,106,108,109,111,112,114,115,116,117,118,119,13142,13165,13217,13229,13247,13330,13359,13414,13420,13508,13513,13579,13602,13626,13631,13762,13767,13855,13936,13995,14214,14285,14312,14432,4,2,103,116,13148,13152,59,3,8921,824,4,2,59,118,13158,13161,3,8811,8402,59,3,8811,824,4,3,101,108,116,13173,13200,13204,102,116,4,2,97,114,13181,13188,114,114,111,119,59,1,8653,105,103,104,116,97,114,114,111,119,59,1,8654,59,3,8920,824,4,2,59,118,13210,13213,3,8810,8402,59,3,8810,824,105,103,104,116,97,114,114,111,119,59,1,8655,4,2,68,100,13235,13241,97,115,104,59,1,8879,97,115,104,59,1,8878,4,5,98,99,110,112,116,13259,13264,13270,13275,13308,108,97,59,1,8711,117,116,101,59,1,324,103,59,3,8736,8402,4,5,59,69,105,111,112,13287,13289,13293,13298,13302,1,8777,59,3,10864,824,100,59,3,8779,824,115,59,1,329,114,111,120,59,1,8777,117,114,4,2,59,97,13316,13318,1,9838,108,4,2,59,115,13325,13327,1,9838,59,1,8469,4,2,115,117,13336,13344,112,5,160,1,59,13342,1,160,109,112,4,2,59,101,13352,13355,3,8782,824,59,3,8783,824,4,5,97,101,111,117,121,13371,13385,13391,13407,13411,4,2,112,114,13377,13380,59,1,10819,111,110,59,1,328,100,105,108,59,1,326,110,103,4,2,59,100,13399,13401,1,8775,111,116,59,3,10861,824,112,59,1,10818,59,1,1085,97,115,104,59,1,8211,4,7,59,65,97,100,113,115,120,13436,13438,13443,13466,13472,13478,13494,1,8800,114,114,59,1,8663,114,4,2,104,114,13450,13454,107,59,1,10532,4,2,59,111,13460,13462,1,8599,119,59,1,8599,111,116,59,3,8784,824,117,105,118,59,1,8802,4,2,101,105,13484,13489,97,114,59,1,10536,109,59,3,8770,824,105,115,116,4,2,59,115,13503,13505,1,8708,59,1,8708,114,59,3,55349,56619,4,4,69,101,115,116,13523,13527,13563,13568,59,3,8807,824,4,3,59,113,115,13535,13537,13559,1,8817,4,3,59,113,115,13545,13547,13551,1,8817,59,3,8807,824,108,97,110,116,59,3,10878,824,59,3,10878,824,105,109,59,1,8821,4,2,59,114,13574,13576,1,8815,59,1,8815,4,3,65,97,112,13587,13592,13597,114,114,59,1,8654,114,114,59,1,8622,97,114,59,1,10994,4,3,59,115,118,13610,13612,13623,1,8715,4,2,59,100,13618,13620,1,8956,59,1,8954,59,1,8715,99,121,59,1,1114,4,7,65,69,97,100,101,115,116,13647,13652,13656,13661,13665,13737,13742,114,114,59,1,8653,59,3,8806,824,114,114,59,1,8602,114,59,1,8229,4,4,59,102,113,115,13675,13677,13703,13725,1,8816,116,4,2,97,114,13684,13691,114,114,111,119,59,1,8602,105,103,104,116,97,114,114,111,119,59,1,8622,4,3,59,113,115,13711,13713,13717,1,8816,59,3,8806,824,108,97,110,116,59,3,10877,824,4,2,59,115,13731,13734,3,10877,824,59,1,8814,105,109,59,1,8820,4,2,59,114,13748,13750,1,8814,105,4,2,59,101,13757,13759,1,8938,59,1,8940,105,100,59,1,8740,4,2,112,116,13773,13778,102,59,3,55349,56671,5,172,3,59,105,110,13787,13789,13829,1,172,110,4,4,59,69,100,118,13800,13802,13806,13812,1,8713,59,3,8953,824,111,116,59,3,8949,824,4,3,97,98,99,13820,13823,13826,59,1,8713,59,1,8951,59,1,8950,105,4,2,59,118,13836,13838,1,8716,4,3,97,98,99,13846,13849,13852,59,1,8716,59,1,8958,59,1,8957,4,3,97,111,114,13863,13892,13899,114,4,4,59,97,115,116,13874,13876,13883,13888,1,8742,108,108,101,108,59,1,8742,108,59,3,11005,8421,59,3,8706,824,108,105,110,116,59,1,10772,4,3,59,99,101,13907,13909,13914,1,8832,117,101,59,1,8928,4,2,59,99,13920,13923,3,10927,824,4,2,59,101,13929,13931,1,8832,113,59,3,10927,824,4,4,65,97,105,116,13946,13951,13971,13982,114,114,59,1,8655,114,114,4,3,59,99,119,13961,13963,13967,1,8603,59,3,10547,824,59,3,8605,824,103,104,116,97,114,114,111,119,59,1,8603,114,105,4,2,59,101,13990,13992,1,8939,59,1,8941,4,7,99,104,105,109,112,113,117,14011,14036,14060,14080,14085,14090,14106,4,4,59,99,101,114,14021,14023,14028,14032,1,8833,117,101,59,1,8929,59,3,10928,824,59,3,55349,56515,111,114,116,4,2,109,112,14045,14050,105,100,59,1,8740,97,114,97,108,108,101,108,59,1,8742,109,4,2,59,101,14067,14069,1,8769,4,2,59,113,14075,14077,1,8772,59,1,8772,105,100,59,1,8740,97,114,59,1,8742,115,117,4,2,98,112,14098,14102,101,59,1,8930,101,59,1,8931,4,3,98,99,112,14114,14157,14171,4,4,59,69,101,115,14124,14126,14130,14133,1,8836,59,3,10949,824,59,1,8840,101,116,4,2,59,101,14141,14144,3,8834,8402,113,4,2,59,113,14151,14153,1,8840,59,3,10949,824,99,4,2,59,101,14164,14166,1,8833,113,59,3,10928,824,4,4,59,69,101,115,14181,14183,14187,14190,1,8837,59,3,10950,824,59,1,8841,101,116,4,2,59,101,14198,14201,3,8835,8402,113,4,2,59,113,14208,14210,1,8841,59,3,10950,824,4,4,103,105,108,114,14224,14228,14238,14242,108,59,1,8825,108,100,101,5,241,1,59,14236,1,241,103,59,1,8824,105,97,110,103,108,101,4,2,108,114,14254,14269,101,102,116,4,2,59,101,14263,14265,1,8938,113,59,1,8940,105,103,104,116,4,2,59,101,14279,14281,1,8939,113,59,1,8941,4,2,59,109,14291,14293,1,957,4,3,59,101,115,14301,14303,14308,1,35,114,111,59,1,8470,112,59,1,8199,4,9,68,72,97,100,103,105,108,114,115,14332,14338,14344,14349,14355,14369,14376,14408,14426,97,115,104,59,1,8877,97,114,114,59,1,10500,112,59,3,8781,8402,97,115,104,59,1,8876,4,2,101,116,14361,14365,59,3,8805,8402,59,3,62,8402,110,102,105,110,59,1,10718,4,3,65,101,116,14384,14389,14393,114,114,59,1,10498,59,3,8804,8402,4,2,59,114,14399,14402,3,60,8402,105,101,59,3,8884,8402,4,2,65,116,14414,14419,114,114,59,1,10499,114,105,101,59,3,8885,8402,105,109,59,3,8764,8402,4,3,65,97,110,14440,14445,14468,114,114,59,1,8662,114,4,2,104,114,14452,14456,107,59,1,10531,4,2,59,111,14462,14464,1,8598,119,59,1,8598,101,97,114,59,1,10535,4,18,83,97,99,100,101,102,103,104,105,108,109,111,112,114,115,116,117,118,14512,14515,14535,14560,14597,14603,14618,14643,14657,14662,14701,14741,14747,14769,14851,14877,14907,14916,59,1,9416,4,2,99,115,14521,14531,117,116,101,5,243,1,59,14529,1,243,116,59,1,8859,4,2,105,121,14541,14557,114,4,2,59,99,14548,14550,1,8858,5,244,1,59,14555,1,244,59,1,1086,4,5,97,98,105,111,115,14572,14577,14583,14587,14591,115,104,59,1,8861,108,97,99,59,1,337,118,59,1,10808,116,59,1,8857,111,108,100,59,1,10684,108,105,103,59,1,339,4,2,99,114,14609,14614,105,114,59,1,10687,59,3,55349,56620,4,3,111,114,116,14626,14630,14640,110,59,1,731,97,118,101,5,242,1,59,14638,1,242,59,1,10689,4,2,98,109,14649,14654,97,114,59,1,10677,59,1,937,110,116,59,1,8750,4,4,97,99,105,116,14672,14677,14693,14698,114,114,59,1,8634,4,2,105,114,14683,14687,114,59,1,10686,111,115,115,59,1,10683,110,101,59,1,8254,59,1,10688,4,3,97,101,105,14709,14714,14719,99,114,59,1,333,103,97,59,1,969,4,3,99,100,110,14727,14733,14736,114,111,110,59,1,959,59,1,10678,117,115,59,1,8854,112,102,59,3,55349,56672,4,3,97,101,108,14755,14759,14764,114,59,1,10679,114,112,59,1,10681,117,115,59,1,8853,4,7,59,97,100,105,111,115,118,14785,14787,14792,14831,14837,14841,14848,1,8744,114,114,59,1,8635,4,4,59,101,102,109,14802,14804,14817,14824,1,10845,114,4,2,59,111,14811,14813,1,8500,102,59,1,8500,5,170,1,59,14822,1,170,5,186,1,59,14829,1,186,103,111,102,59,1,8886,114,59,1,10838,108,111,112,101,59,1,10839,59,1,10843,4,3,99,108,111,14859,14863,14873,114,59,1,8500,97,115,104,5,248,1,59,14871,1,248,108,59,1,8856,105,4,2,108,109,14884,14893,100,101,5,245,1,59,14891,1,245,101,115,4,2,59,97,14901,14903,1,8855,115,59,1,10806,109,108,5,246,1,59,14914,1,246,98,97,114,59,1,9021,4,12,97,99,101,102,104,105,108,109,111,114,115,117,14948,14992,14996,15033,15038,15068,15090,15189,15192,15222,15427,15441,114,4,4,59,97,115,116,14959,14961,14976,14989,1,8741,5,182,2,59,108,14968,14970,1,182,108,101,108,59,1,8741,4,2,105,108,14982,14986,109,59,1,10995,59,1,11005,59,1,8706,121,59,1,1087,114,4,5,99,105,109,112,116,15009,15014,15019,15024,15027,110,116,59,1,37,111,100,59,1,46,105,108,59,1,8240,59,1,8869,101,110,107,59,1,8241,114,59,3,55349,56621,4,3,105,109,111,15046,15057,15063,4,2,59,118,15052,15054,1,966,59,1,981,109,97,116,59,1,8499,110,101,59,1,9742,4,3,59,116,118,15076,15078,15087,1,960,99,104,102,111,114,107,59,1,8916,59,1,982,4,2,97,117,15096,15119,110,4,2,99,107,15103,15115,107,4,2,59,104,15110,15112,1,8463,59,1,8462,118,59,1,8463,115,4,9,59,97,98,99,100,101,109,115,116,15140,15142,15148,15151,15156,15168,15171,15179,15184,1,43,99,105,114,59,1,10787,59,1,8862,105,114,59,1,10786,4,2,111,117,15162,15165,59,1,8724,59,1,10789,59,1,10866,110,5,177,1,59,15177,1,177,105,109,59,1,10790,119,111,59,1,10791,59,1,177,4,3,105,112,117,15200,15208,15213,110,116,105,110,116,59,1,10773,102,59,3,55349,56673,110,100,5,163,1,59,15220,1,163,4,10,59,69,97,99,101,105,110,111,115,117,15244,15246,15249,15253,15258,15334,15347,15367,15416,15421,1,8826,59,1,10931,112,59,1,10935,117,101,59,1,8828,4,2,59,99,15264,15266,1,10927,4,6,59,97,99,101,110,115,15280,15282,15290,15299,15303,15329,1,8826,112,112,114,111,120,59,1,10935,117,114,108,121,101,113,59,1,8828,113,59,1,10927,4,3,97,101,115,15311,15319,15324,112,112,114,111,120,59,1,10937,113,113,59,1,10933,105,109,59,1,8936,105,109,59,1,8830,109,101,4,2,59,115,15342,15344,1,8242,59,1,8473,4,3,69,97,115,15355,15358,15362,59,1,10933,112,59,1,10937,105,109,59,1,8936,4,3,100,102,112,15375,15378,15404,59,1,8719,4,3,97,108,115,15386,15392,15398,108,97,114,59,1,9006,105,110,101,59,1,8978,117,114,102,59,1,8979,4,2,59,116,15410,15412,1,8733,111,59,1,8733,105,109,59,1,8830,114,101,108,59,1,8880,4,2,99,105,15433,15438,114,59,3,55349,56517,59,1,968,110,99,115,112,59,1,8200,4,6,102,105,111,112,115,117,15462,15467,15472,15478,15485,15491,114,59,3,55349,56622,110,116,59,1,10764,112,102,59,3,55349,56674,114,105,109,101,59,1,8279,99,114,59,3,55349,56518,4,3,97,101,111,15499,15520,15534,116,4,2,101,105,15506,15515,114,110,105,111,110,115,59,1,8461,110,116,59,1,10774,115,116,4,2,59,101,15528,15530,1,63,113,59,1,8799,116,5,34,1,59,15540,1,34,4,21,65,66,72,97,98,99,100,101,102,104,105,108,109,110,111,112,114,115,116,117,120,15586,15609,15615,15620,15796,15855,15893,15931,15977,16001,16039,16183,16204,16222,16228,16285,16312,16318,16363,16408,16416,4,3,97,114,116,15594,15599,15603,114,114,59,1,8667,114,59,1,8658,97,105,108,59,1,10524,97,114,114,59,1,10511,97,114,59,1,10596,4,7,99,100,101,110,113,114,116,15636,15651,15656,15664,15687,15696,15770,4,2,101,117,15642,15646,59,3,8765,817,116,101,59,1,341,105,99,59,1,8730,109,112,116,121,118,59,1,10675,103,4,4,59,100,101,108,15675,15677,15680,15683,1,10217,59,1,10642,59,1,10661,101,59,1,10217,117,111,5,187,1,59,15694,1,187,114,4,11,59,97,98,99,102,104,108,112,115,116,119,15721,15723,15727,15739,15742,15746,15750,15754,15758,15763,15767,1,8594,112,59,1,10613,4,2,59,102,15733,15735,1,8677,115,59,1,10528,59,1,10547,115,59,1,10526,107,59,1,8618,112,59,1,8620,108,59,1,10565,105,109,59,1,10612,108,59,1,8611,59,1,8605,4,2,97,105,15776,15781,105,108,59,1,10522,111,4,2,59,110,15788,15790,1,8758,97,108,115,59,1,8474,4,3,97,98,114,15804,15809,15814,114,114,59,1,10509,114,107,59,1,10099,4,2,97,107,15820,15833,99,4,2,101,107,15827,15830,59,1,125,59,1,93,4,2,101,115,15839,15842,59,1,10636,108,4,2,100,117,15849,15852,59,1,10638,59,1,10640,4,4,97,101,117,121,15865,15871,15886,15890,114,111,110,59,1,345,4,2,100,105,15877,15882,105,108,59,1,343,108,59,1,8969,98,59,1,125,59,1,1088,4,4,99,108,113,115,15903,15907,15914,15927,97,59,1,10551,100,104,97,114,59,1,10601,117,111,4,2,59,114,15922,15924,1,8221,59,1,8221,104,59,1,8627,4,3,97,99,103,15939,15966,15970,108,4,4,59,105,112,115,15950,15952,15957,15963,1,8476,110,101,59,1,8475,97,114,116,59,1,8476,59,1,8477,116,59,1,9645,5,174,1,59,15975,1,174,4,3,105,108,114,15985,15991,15997,115,104,116,59,1,10621,111,111,114,59,1,8971,59,3,55349,56623,4,2,97,111,16007,16028,114,4,2,100,117,16014,16017,59,1,8641,4,2,59,108,16023,16025,1,8640,59,1,10604,4,2,59,118,16034,16036,1,961,59,1,1009,4,3,103,110,115,16047,16167,16171,104,116,4,6,97,104,108,114,115,116,16063,16081,16103,16130,16143,16155,114,114,111,119,4,2,59,116,16073,16075,1,8594,97,105,108,59,1,8611,97,114,112,111,111,110,4,2,100,117,16093,16099,111,119,110,59,1,8641,112,59,1,8640,101,102,116,4,2,97,104,16112,16120,114,114,111,119,115,59,1,8644,97,114,112,111,111,110,115,59,1,8652,105,103,104,116,97,114,114,111,119,115,59,1,8649,113,117,105,103,97,114,114,111,119,59,1,8605,104,114,101,101,116,105,109,101,115,59,1,8908,103,59,1,730,105,110,103,100,111,116,115,101,113,59,1,8787,4,3,97,104,109,16191,16196,16201,114,114,59,1,8644,97,114,59,1,8652,59,1,8207,111,117,115,116,4,2,59,97,16214,16216,1,9137,99,104,101,59,1,9137,109,105,100,59,1,10990,4,4,97,98,112,116,16238,16252,16257,16278,4,2,110,114,16244,16248,103,59,1,10221,114,59,1,8702,114,107,59,1,10215,4,3,97,102,108,16265,16269,16273,114,59,1,10630,59,3,55349,56675,117,115,59,1,10798,105,109,101,115,59,1,10805,4,2,97,112,16291,16304,114,4,2,59,103,16298,16300,1,41,116,59,1,10644,111,108,105,110,116,59,1,10770,97,114,114,59,1,8649,4,4,97,99,104,113,16328,16334,16339,16342,113,117,111,59,1,8250,114,59,3,55349,56519,59,1,8625,4,2,98,117,16348,16351,59,1,93,111,4,2,59,114,16358,16360,1,8217,59,1,8217,4,3,104,105,114,16371,16377,16383,114,101,101,59,1,8908,109,101,115,59,1,8906,105,4,4,59,101,102,108,16394,16396,16399,16402,1,9657,59,1,8885,59,1,9656,116,114,105,59,1,10702,108,117,104,97,114,59,1,10600,59,1,8478,4,19,97,98,99,100,101,102,104,105,108,109,111,112,113,114,115,116,117,119,122,16459,16466,16472,16572,16590,16672,16687,16746,16844,16850,16924,16963,16988,17115,17121,17154,17206,17614,17656,99,117,116,101,59,1,347,113,117,111,59,1,8218,4,10,59,69,97,99,101,105,110,112,115,121,16494,16496,16499,16513,16518,16531,16536,16556,16564,16569,1,8827,59,1,10932,4,2,112,114,16505,16508,59,1,10936,111,110,59,1,353,117,101,59,1,8829,4,2,59,100,16524,16526,1,10928,105,108,59,1,351,114,99,59,1,349,4,3,69,97,115,16544,16547,16551,59,1,10934,112,59,1,10938,105,109,59,1,8937,111,108,105,110,116,59,1,10771,105,109,59,1,8831,59,1,1089,111,116,4,3,59,98,101,16582,16584,16587,1,8901,59,1,8865,59,1,10854,4,7,65,97,99,109,115,116,120,16606,16611,16634,16642,16646,16652,16668,114,114,59,1,8664,114,4,2,104,114,16618,16622,107,59,1,10533,4,2,59,111,16628,16630,1,8600,119,59,1,8600,116,5,167,1,59,16640,1,167,105,59,1,59,119,97,114,59,1,10537,109,4,2,105,110,16659,16665,110,117,115,59,1,8726,59,1,8726,116,59,1,10038,114,4,2,59,111,16679,16682,3,55349,56624,119,110,59,1,8994,4,4,97,99,111,121,16697,16702,16716,16739,114,112,59,1,9839,4,2,104,121,16708,16713,99,121,59,1,1097,59,1,1096,114,116,4,2,109,112,16724,16729,105,100,59,1,8739,97,114,97,108,108,101,108,59,1,8741,5,173,1,59,16744,1,173,4,2,103,109,16752,16770,109,97,4,3,59,102,118,16762,16764,16767,1,963,59,1,962,59,1,962,4,8,59,100,101,103,108,110,112,114,16788,16790,16795,16806,16817,16828,16832,16838,1,8764,111,116,59,1,10858,4,2,59,113,16801,16803,1,8771,59,1,8771,4,2,59,69,16812,16814,1,10910,59,1,10912,4,2,59,69,16823,16825,1,10909,59,1,10911,101,59,1,8774,108,117,115,59,1,10788,97,114,114,59,1,10610,97,114,114,59,1,8592,4,4,97,101,105,116,16860,16883,16891,16904,4,2,108,115,16866,16878,108,115,101,116,109,105,110,117,115,59,1,8726,104,112,59,1,10803,112,97,114,115,108,59,1,10724,4,2,100,108,16897,16900,59,1,8739,101,59,1,8995,4,2,59,101,16910,16912,1,10922,4,2,59,115,16918,16920,1,10924,59,3,10924,65024,4,3,102,108,112,16932,16938,16958,116,99,121,59,1,1100,4,2,59,98,16944,16946,1,47,4,2,59,97,16952,16954,1,10692,114,59,1,9023,102,59,3,55349,56676,97,4,2,100,114,16970,16985,101,115,4,2,59,117,16978,16980,1,9824,105,116,59,1,9824,59,1,8741,4,3,99,115,117,16996,17028,17089,4,2,97,117,17002,17015,112,4,2,59,115,17009,17011,1,8851,59,3,8851,65024,112,4,2,59,115,17022,17024,1,8852,59,3,8852,65024,117,4,2,98,112,17035,17062,4,3,59,101,115,17043,17045,17048,1,8847,59,1,8849,101,116,4,2,59,101,17056,17058,1,8847,113,59,1,8849,4,3,59,101,115,17070,17072,17075,1,8848,59,1,8850,101,116,4,2,59,101,17083,17085,1,8848,113,59,1,8850,4,3,59,97,102,17097,17099,17112,1,9633,114,4,2,101,102,17106,17109,59,1,9633,59,1,9642,59,1,9642,97,114,114,59,1,8594,4,4,99,101,109,116,17131,17136,17142,17148,114,59,3,55349,56520,116,109,110,59,1,8726,105,108,101,59,1,8995,97,114,102,59,1,8902,4,2,97,114,17160,17172,114,4,2,59,102,17167,17169,1,9734,59,1,9733,4,2,97,110,17178,17202,105,103,104,116,4,2,101,112,17188,17197,112,115,105,108,111,110,59,1,1013,104,105,59,1,981,115,59,1,175,4,5,98,99,109,110,112,17218,17351,17420,17423,17427,4,9,59,69,100,101,109,110,112,114,115,17238,17240,17243,17248,17261,17267,17279,17285,17291,1,8834,59,1,10949,111,116,59,1,10941,4,2,59,100,17254,17256,1,8838,111,116,59,1,10947,117,108,116,59,1,10945,4,2,69,101,17273,17276,59,1,10955,59,1,8842,108,117,115,59,1,10943,97,114,114,59,1,10617,4,3,101,105,117,17299,17335,17339,116,4,3,59,101,110,17308,17310,17322,1,8834,113,4,2,59,113,17317,17319,1,8838,59,1,10949,101,113,4,2,59,113,17330,17332,1,8842,59,1,10955,109,59,1,10951,4,2,98,112,17345,17348,59,1,10965,59,1,10963,99,4,6,59,97,99,101,110,115,17366,17368,17376,17385,17389,17415,1,8827,112,112,114,111,120,59,1,10936,117,114,108,121,101,113,59,1,8829,113,59,1,10928,4,3,97,101,115,17397,17405,17410,112,112,114,111,120,59,1,10938,113,113,59,1,10934,105,109,59,1,8937,105,109,59,1,8831,59,1,8721,103,59,1,9834,4,13,49,50,51,59,69,100,101,104,108,109,110,112,115,17455,17462,17469,17476,17478,17481,17496,17509,17524,17530,17536,17548,17554,5,185,1,59,17460,1,185,5,178,1,59,17467,1,178,5,179,1,59,17474,1,179,1,8835,59,1,10950,4,2,111,115,17487,17491,116,59,1,10942,117,98,59,1,10968,4,2,59,100,17502,17504,1,8839,111,116,59,1,10948,115,4,2,111,117,17516,17520,108,59,1,10185,98,59,1,10967,97,114,114,59,1,10619,117,108,116,59,1,10946,4,2,69,101,17542,17545,59,1,10956,59,1,8843,108,117,115,59,1,10944,4,3,101,105,117,17562,17598,17602,116,4,3,59,101,110,17571,17573,17585,1,8835,113,4,2,59,113,17580,17582,1,8839,59,1,10950,101,113,4,2,59,113,17593,17595,1,8843,59,1,10956,109,59,1,10952,4,2,98,112,17608,17611,59,1,10964,59,1,10966,4,3,65,97,110,17622,17627,17650,114,114,59,1,8665,114,4,2,104,114,17634,17638,107,59,1,10534,4,2,59,111,17644,17646,1,8601,119,59,1,8601,119,97,114,59,1,10538,108,105,103,5,223,1,59,17664,1,223,4,13,97,98,99,100,101,102,104,105,111,112,114,115,119,17694,17709,17714,17737,17742,17749,17754,17860,17905,17957,17964,18090,18122,4,2,114,117,17700,17706,103,101,116,59,1,8982,59,1,964,114,107,59,1,9140,4,3,97,101,121,17722,17728,17734,114,111,110,59,1,357,100,105,108,59,1,355,59,1,1090,111,116,59,1,8411,108,114,101,99,59,1,8981,114,59,3,55349,56625,4,4,101,105,107,111,17764,17805,17836,17851,4,2,114,116,17770,17786,101,4,2,52,102,17777,17780,59,1,8756,111,114,101,59,1,8756,97,4,3,59,115,118,17795,17797,17802,1,952,121,109,59,1,977,59,1,977,4,2,99,110,17811,17831,107,4,2,97,115,17818,17826,112,112,114,111,120,59,1,8776,105,109,59,1,8764,115,112,59,1,8201,4,2,97,115,17842,17846,112,59,1,8776,105,109,59,1,8764,114,110,5,254,1,59,17858,1,254,4,3,108,109,110,17868,17873,17901,100,101,59,1,732,101,115,5,215,3,59,98,100,17884,17886,17898,1,215,4,2,59,97,17892,17894,1,8864,114,59,1,10801,59,1,10800,116,59,1,8749,4,3,101,112,115,17913,17917,17953,97,59,1,10536,4,4,59,98,99,102,17927,17929,17934,17939,1,8868,111,116,59,1,9014,105,114,59,1,10993,4,2,59,111,17945,17948,3,55349,56677,114,107,59,1,10970,97,59,1,10537,114,105,109,101,59,1,8244,4,3,97,105,112,17972,17977,18082,100,101,59,1,8482,4,7,97,100,101,109,112,115,116,17993,18051,18056,18059,18066,18072,18076,110,103,108,101,4,5,59,100,108,113,114,18009,18011,18017,18032,18035,1,9653,111,119,110,59,1,9663,101,102,116,4,2,59,101,18026,18028,1,9667,113,59,1,8884,59,1,8796,105,103,104,116,4,2,59,101,18045,18047,1,9657,113,59,1,8885,111,116,59,1,9708,59,1,8796,105,110,117,115,59,1,10810,108,117,115,59,1,10809,98,59,1,10701,105,109,101,59,1,10811,101,122,105,117,109,59,1,9186,4,3,99,104,116,18098,18111,18116,4,2,114,121,18104,18108,59,3,55349,56521,59,1,1094,99,121,59,1,1115,114,111,107,59,1,359,4,2,105,111,18128,18133,120,116,59,1,8812,104,101,97,100,4,2,108,114,18143,18154,101,102,116,97,114,114,111,119,59,1,8606,105,103,104,116,97,114,114,111,119,59,1,8608,4,18,65,72,97,98,99,100,102,103,104,108,109,111,112,114,115,116,117,119,18204,18209,18214,18234,18250,18268,18292,18308,18319,18343,18379,18397,18413,18504,18547,18553,18584,18603,114,114,59,1,8657,97,114,59,1,10595,4,2,99,114,18220,18230,117,116,101,5,250,1,59,18228,1,250,114,59,1,8593,114,4,2,99,101,18241,18245,121,59,1,1118,118,101,59,1,365,4,2,105,121,18256,18265,114,99,5,251,1,59,18263,1,251,59,1,1091,4,3,97,98,104,18276,18281,18287,114,114,59,1,8645,108,97,99,59,1,369,97,114,59,1,10606,4,2,105,114,18298,18304,115,104,116,59,1,10622,59,3,55349,56626,114,97,118,101,5,249,1,59,18317,1,249,4,2,97,98,18325,18338,114,4,2,108,114,18332,18335,59,1,8639,59,1,8638,108,107,59,1,9600,4,2,99,116,18349,18374,4,2,111,114,18355,18369,114,110,4,2,59,101,18363,18365,1,8988,114,59,1,8988,111,112,59,1,8975,114,105,59,1,9720,4,2,97,108,18385,18390,99,114,59,1,363,5,168,1,59,18395,1,168,4,2,103,112,18403,18408,111,110,59,1,371,102,59,3,55349,56678,4,6,97,100,104,108,115,117,18427,18434,18445,18470,18475,18494,114,114,111,119,59,1,8593,111,119,110,97,114,114,111,119,59,1,8597,97,114,112,111,111,110,4,2,108,114,18457,18463,101,102,116,59,1,8639,105,103,104,116,59,1,8638,117,115,59,1,8846,105,4,3,59,104,108,18484,18486,18489,1,965,59,1,978,111,110,59,1,965,112,97,114,114,111,119,115,59,1,8648,4,3,99,105,116,18512,18537,18542,4,2,111,114,18518,18532,114,110,4,2,59,101,18526,18528,1,8989,114,59,1,8989,111,112,59,1,8974,110,103,59,1,367,114,105,59,1,9721,99,114,59,3,55349,56522,4,3,100,105,114,18561,18566,18572,111,116,59,1,8944,108,100,101,59,1,361,105,4,2,59,102,18579,18581,1,9653,59,1,9652,4,2,97,109,18590,18595,114,114,59,1,8648,108,5,252,1,59,18601,1,252,97,110,103,108,101,59,1,10663,4,15,65,66,68,97,99,100,101,102,108,110,111,112,114,115,122,18643,18648,18661,18667,18847,18851,18857,18904,18909,18915,18931,18937,18943,18949,18996,114,114,59,1,8661,97,114,4,2,59,118,18656,18658,1,10984,59,1,10985,97,115,104,59,1,8872,4,2,110,114,18673,18679,103,114,116,59,1,10652,4,7,101,107,110,112,114,115,116,18695,18704,18711,18720,18742,18754,18810,112,115,105,108,111,110,59,1,1013,97,112,112,97,59,1,1008,111,116,104,105,110,103,59,1,8709,4,3,104,105,114,18728,18732,18735,105,59,1,981,59,1,982,111,112,116,111,59,1,8733,4,2,59,104,18748,18750,1,8597,111,59,1,1009,4,2,105,117,18760,18766,103,109,97,59,1,962,4,2,98,112,18772,18791,115,101,116,110,101,113,4,2,59,113,18784,18787,3,8842,65024,59,3,10955,65024,115,101,116,110,101,113,4,2,59,113,18803,18806,3,8843,65024,59,3,10956,65024,4,2,104,114,18816,18822,101,116,97,59,1,977,105,97,110,103,108,101,4,2,108,114,18834,18840,101,102,116,59,1,8882,105,103,104,116,59,1,8883,121,59,1,1074,97,115,104,59,1,8866,4,3,101,108,114,18865,18884,18890,4,3,59,98,101,18873,18875,18880,1,8744,97,114,59,1,8891,113,59,1,8794,108,105,112,59,1,8942,4,2,98,116,18896,18901,97,114,59,1,124,59,1,124,114,59,3,55349,56627,116,114,105,59,1,8882,115,117,4,2,98,112,18923,18927,59,3,8834,8402,59,3,8835,8402,112,102,59,3,55349,56679,114,111,112,59,1,8733,116,114,105,59,1,8883,4,2,99,117,18955,18960,114,59,3,55349,56523,4,2,98,112,18966,18981,110,4,2,69,101,18973,18977,59,3,10955,65024,59,3,8842,65024,110,4,2,69,101,18988,18992,59,3,10956,65024,59,3,8843,65024,105,103,122,97,103,59,1,10650,4,7,99,101,102,111,112,114,115,19020,19026,19061,19066,19072,19075,19089,105,114,99,59,1,373,4,2,100,105,19032,19055,4,2,98,103,19038,19043,97,114,59,1,10847,101,4,2,59,113,19050,19052,1,8743,59,1,8793,101,114,112,59,1,8472,114,59,3,55349,56628,112,102,59,3,55349,56680,59,1,8472,4,2,59,101,19081,19083,1,8768,97,116,104,59,1,8768,99,114,59,3,55349,56524,4,14,99,100,102,104,105,108,109,110,111,114,115,117,118,119,19125,19146,19152,19157,19173,19176,19192,19197,19202,19236,19252,19269,19286,19291,4,3,97,105,117,19133,19137,19142,112,59,1,8898,114,99,59,1,9711,112,59,1,8899,116,114,105,59,1,9661,114,59,3,55349,56629,4,2,65,97,19163,19168,114,114,59,1,10234,114,114,59,1,10231,59,1,958,4,2,65,97,19182,19187,114,114,59,1,10232,114,114,59,1,10229,97,112,59,1,10236,105,115,59,1,8955,4,3,100,112,116,19210,19215,19230,111,116,59,1,10752,4,2,102,108,19221,19225,59,3,55349,56681,117,115,59,1,10753,105,109,101,59,1,10754,4,2,65,97,19242,19247,114,114,59,1,10233,114,114,59,1,10230,4,2,99,113,19258,19263,114,59,3,55349,56525,99,117,112,59,1,10758,4,2,112,116,19275,19281,108,117,115,59,1,10756,114,105,59,1,9651,101,101,59,1,8897,101,100,103,101,59,1,8896,4,8,97,99,101,102,105,111,115,117,19316,19335,19349,19357,19362,19367,19373,19379,99,4,2,117,121,19323,19332,116,101,5,253,1,59,19330,1,253,59,1,1103,4,2,105,121,19341,19346,114,99,59,1,375,59,1,1099,110,5,165,1,59,19355,1,165,114,59,3,55349,56630,99,121,59,1,1111,112,102,59,3,55349,56682,99,114,59,3,55349,56526,4,2,99,109,19385,19389,121,59,1,1102,108,5,255,1,59,19395,1,255,4,10,97,99,100,101,102,104,105,111,115,119,19419,19426,19441,19446,19462,19467,19472,19480,19486,19492,99,117,116,101,59,1,378,4,2,97,121,19432,19438,114,111,110,59,1,382,59,1,1079,111,116,59,1,380,4,2,101,116,19452,19458,116,114,102,59,1,8488,97,59,1,950,114,59,3,55349,56631,99,121,59,1,1078,103,114,97,114,114,59,1,8669,112,102,59,3,55349,56683,99,114,59,3,55349,56527,4,2,106,110,19498,19501,59,1,8205,106,59,1,8204])},(e,t,n)=>{\"use strict\";let i=n(11),r=i.TAG_NAMES,a=i.NAMESPACES;function o(e){switch(e.length){case 1:return e===r.P;case 2:return e===r.RB||e===r.RP||e===r.RT||e===r.DD||e===r.DT||e===r.LI;case 3:return e===r.RTC;case 6:return e===r.OPTION;case 8:return e===r.OPTGROUP}return!1}function s(e){switch(e.length){case 1:return e===r.P;case 2:return e===r.RB||e===r.RP||e===r.RT||e===r.DD||e===r.DT||e===r.LI||e===r.TD||e===r.TH||e===r.TR;case 3:return e===r.RTC;case 5:return e===r.TBODY||e===r.TFOOT||e===r.THEAD;case 6:return e===r.OPTION;case 7:return e===r.CAPTION;case 8:return e===r.OPTGROUP||e===r.COLGROUP}return!1}function _(e,t){switch(e.length){case 2:if(e===r.TD||e===r.TH)return t===a.HTML;if(e===r.MI||e===r.MO||e===r.MN||e===r.MS)return t===a.MATHML;break;case 4:if(e===r.HTML)return t===a.HTML;if(e===r.DESC)return t===a.SVG;break;case 5:if(e===r.TABLE)return t===a.HTML;if(e===r.MTEXT)return t===a.MATHML;if(e===r.TITLE)return t===a.SVG;break;case 6:return(e===r.APPLET||e===r.OBJECT)&&t===a.HTML;case 7:return(e===r.CAPTION||e===r.MARQUEE)&&t===a.HTML;case 8:return e===r.TEMPLATE&&t===a.HTML;case 13:return e===r.FOREIGN_OBJECT&&t===a.SVG;case 14:return e===r.ANNOTATION_XML&&t===a.MATHML}return!1}class l{constructor(e,t){this.stackTop=-1,this.items=[],this.current=e,this.currentTagName=null,this.currentTmplContent=null,this.tmplCount=0,this.treeAdapter=t}_indexOf(e){let t=-1;for(let n=this.stackTop;n>=0;n--)if(this.items[n]===e){t=n;break}return t}_isInTemplate(){return this.currentTagName===r.TEMPLATE&&this.treeAdapter.getNamespaceURI(this.current)===a.HTML}_updateCurrentElement(){this.current=this.items[this.stackTop],this.currentTagName=this.current&&this.treeAdapter.getTagName(this.current),this.currentTmplContent=this._isInTemplate()?this.treeAdapter.getTemplateContent(this.current):null}push(e){this.items[++this.stackTop]=e,this._updateCurrentElement(),this._isInTemplate()&&this.tmplCount++}pop(){this.stackTop--,this.tmplCount>0&&this._isInTemplate()&&this.tmplCount--,this._updateCurrentElement()}replace(e,t){let n=this._indexOf(e);this.items[n]=t,n===this.stackTop&&this._updateCurrentElement()}insertAfter(e,t){let n=this._indexOf(e)+1;this.items.splice(n,0,t),n===++this.stackTop&&this._updateCurrentElement()}popUntilTagNamePopped(e){for(;this.stackTop>-1;){let t=this.currentTagName,n=this.treeAdapter.getNamespaceURI(this.current);if(this.pop(),t===e&&n===a.HTML)break}}popUntilElementPopped(e){for(;this.stackTop>-1;){let t=this.current;if(this.pop(),t===e)break}}popUntilNumberedHeaderPopped(){for(;this.stackTop>-1;){let e=this.currentTagName,t=this.treeAdapter.getNamespaceURI(this.current);if(this.pop(),e===r.H1||e===r.H2||e===r.H3||e===r.H4||e===r.H5||e===r.H6&&t===a.HTML)break}}popUntilTableCellPopped(){for(;this.stackTop>-1;){let e=this.currentTagName,t=this.treeAdapter.getNamespaceURI(this.current);if(this.pop(),e===r.TD||e===r.TH&&t===a.HTML)break}}popAllUpToHtmlElement(){this.stackTop=0,this._updateCurrentElement()}clearBackToTableContext(){for(;this.currentTagName!==r.TABLE&&this.currentTagName!==r.TEMPLATE&&this.currentTagName!==r.HTML||this.treeAdapter.getNamespaceURI(this.current)!==a.HTML;)this.pop()}clearBackToTableBodyContext(){for(;this.currentTagName!==r.TBODY&&this.currentTagName!==r.TFOOT&&this.currentTagName!==r.THEAD&&this.currentTagName!==r.TEMPLATE&&this.currentTagName!==r.HTML||this.treeAdapter.getNamespaceURI(this.current)!==a.HTML;)this.pop()}clearBackToTableRowContext(){for(;this.currentTagName!==r.TR&&this.currentTagName!==r.TEMPLATE&&this.currentTagName!==r.HTML||this.treeAdapter.getNamespaceURI(this.current)!==a.HTML;)this.pop()}remove(e){for(let t=this.stackTop;t>=0;t--)if(this.items[t]===e){this.items.splice(t,1),this.stackTop--,this._updateCurrentElement();break}}tryPeekProperlyNestedBodyElement(){let e=this.items[1];return e&&this.treeAdapter.getTagName(e)===r.BODY?e:null}contains(e){return this._indexOf(e)>-1}getCommonAncestor(e){let t=this._indexOf(e);return--t>=0?this.items[t]:null}isRootHtmlElementCurrent(){return 0===this.stackTop&&this.currentTagName===r.HTML}hasInScope(e){for(let t=this.stackTop;t>=0;t--){let n=this.treeAdapter.getTagName(this.items[t]),i=this.treeAdapter.getNamespaceURI(this.items[t]);if(n===e&&i===a.HTML)break;if(_(n,i))return!1}return!0}hasNumberedHeaderInScope(){for(let e=this.stackTop;e>=0;e--){let t=this.treeAdapter.getTagName(this.items[e]),n=this.treeAdapter.getNamespaceURI(this.items[e]);if((t===r.H1||t===r.H2||t===r.H3||t===r.H4||t===r.H5||t===r.H6)&&n===a.HTML)break;if(_(t,n))return!1}return!0}hasInListItemScope(e){for(let t=this.stackTop;t>=0;t--){let n=this.treeAdapter.getTagName(this.items[t]),i=this.treeAdapter.getNamespaceURI(this.items[t]);if(n===e&&i===a.HTML)break;if((n===r.UL||n===r.OL)&&i===a.HTML||_(n,i))return!1}return!0}hasInButtonScope(e){for(let t=this.stackTop;t>=0;t--){let n=this.treeAdapter.getTagName(this.items[t]),i=this.treeAdapter.getNamespaceURI(this.items[t]);if(n===e&&i===a.HTML)break;if(n===r.BUTTON&&i===a.HTML||_(n,i))return!1}return!0}hasInTableScope(e){for(let t=this.stackTop;t>=0;t--){let n=this.treeAdapter.getTagName(this.items[t]),i=this.treeAdapter.getNamespaceURI(this.items[t]);if(i===a.HTML){if(n===e)break;if(n===r.TABLE||n===r.TEMPLATE||n===r.HTML)return!1}}return!0}hasTableBodyContextInTableScope(){for(let e=this.stackTop;e>=0;e--){let t=this.treeAdapter.getTagName(this.items[e]),n=this.treeAdapter.getNamespaceURI(this.items[e]);if(n===a.HTML){if(t===r.TBODY||t===r.THEAD||t===r.TFOOT)break;if(t===r.TABLE||t===r.HTML)return!1}}return!0}hasInSelectScope(e){for(let t=this.stackTop;t>=0;t--){let n=this.treeAdapter.getTagName(this.items[t]),i=this.treeAdapter.getNamespaceURI(this.items[t]);if(i===a.HTML){if(n===e)break;if(n!==r.OPTION&&n!==r.OPTGROUP)return!1}}return!0}generateImpliedEndTags(){for(;o(this.currentTagName);)this.pop()}generateImpliedEndTagsThoroughly(){for(;s(this.currentTagName);)this.pop()}generateImpliedEndTagsWithExclusion(e){for(;o(this.currentTagName)&&this.currentTagName!==e;)this.pop()}}e.exports=l},(e,t)=>{\"use strict\";let n=t.NAMESPACES={HTML:\"http://www.w3.org/1999/xhtml\",MATHML:\"http://www.w3.org/1998/Math/MathML\",SVG:\"http://www.w3.org/2000/svg\",XLINK:\"http://www.w3.org/1999/xlink\",XML:\"http://www.w3.org/XML/1998/namespace\",XMLNS:\"http://www.w3.org/2000/xmlns/\"};t.ATTRS={TYPE:\"type\",ACTION:\"action\",ENCODING:\"encoding\",PROMPT:\"prompt\",NAME:\"name\",COLOR:\"color\",FACE:\"face\",SIZE:\"size\"},t.DOCUMENT_MODE={NO_QUIRKS:\"no-quirks\",QUIRKS:\"quirks\",LIMITED_QUIRKS:\"limited-quirks\"};let i=t.TAG_NAMES={A:\"a\",ADDRESS:\"address\",ANNOTATION_XML:\"annotation-xml\",APPLET:\"applet\",AREA:\"area\",ARTICLE:\"article\",ASIDE:\"aside\",B:\"b\",BASE:\"base\",BASEFONT:\"basefont\",BGSOUND:\"bgsound\",BIG:\"big\",BLOCKQUOTE:\"blockquote\",BODY:\"body\",BR:\"br\",BUTTON:\"button\",CAPTION:\"caption\",CENTER:\"center\",CODE:\"code\",COL:\"col\",COLGROUP:\"colgroup\",DD:\"dd\",DESC:\"desc\",DETAILS:\"details\",DIALOG:\"dialog\",DIR:\"dir\",DIV:\"div\",DL:\"dl\",DT:\"dt\",EM:\"em\",EMBED:\"embed\",FIELDSET:\"fieldset\",FIGCAPTION:\"figcaption\",FIGURE:\"figure\",FONT:\"font\",FOOTER:\"footer\",FOREIGN_OBJECT:\"foreignObject\",FORM:\"form\",FRAME:\"frame\",FRAMESET:\"frameset\",H1:\"h1\",H2:\"h2\",H3:\"h3\",H4:\"h4\",H5:\"h5\",H6:\"h6\",HEAD:\"head\",HEADER:\"header\",HGROUP:\"hgroup\",HR:\"hr\",HTML:\"html\",I:\"i\",IMG:\"img\",IMAGE:\"image\",INPUT:\"input\",IFRAME:\"iframe\",KEYGEN:\"keygen\",LABEL:\"label\",LI:\"li\",LINK:\"link\",LISTING:\"listing\",MAIN:\"main\",MALIGNMARK:\"malignmark\",MARQUEE:\"marquee\",MATH:\"math\",MENU:\"menu\",META:\"meta\",MGLYPH:\"mglyph\",MI:\"mi\",MO:\"mo\",MN:\"mn\",MS:\"ms\",MTEXT:\"mtext\",NAV:\"nav\",NOBR:\"nobr\",NOFRAMES:\"noframes\",NOEMBED:\"noembed\",NOSCRIPT:\"noscript\",OBJECT:\"object\",OL:\"ol\",OPTGROUP:\"optgroup\",OPTION:\"option\",P:\"p\",PARAM:\"param\",PLAINTEXT:\"plaintext\",PRE:\"pre\",RB:\"rb\",RP:\"rp\",RT:\"rt\",RTC:\"rtc\",RUBY:\"ruby\",S:\"s\",SCRIPT:\"script\",SECTION:\"section\",SELECT:\"select\",SOURCE:\"source\",SMALL:\"small\",SPAN:\"span\",STRIKE:\"strike\",STRONG:\"strong\",STYLE:\"style\",SUB:\"sub\",SUMMARY:\"summary\",SUP:\"sup\",TABLE:\"table\",TBODY:\"tbody\",TEMPLATE:\"template\",TEXTAREA:\"textarea\",TFOOT:\"tfoot\",TD:\"td\",TH:\"th\",THEAD:\"thead\",TITLE:\"title\",TR:\"tr\",TRACK:\"track\",TT:\"tt\",U:\"u\",UL:\"ul\",SVG:\"svg\",VAR:\"var\",WBR:\"wbr\",XMP:\"xmp\"};t.SPECIAL_ELEMENTS={[n.HTML]:{[i.ADDRESS]:!0,[i.APPLET]:!0,[i.AREA]:!0,[i.ARTICLE]:!0,[i.ASIDE]:!0,[i.BASE]:!0,[i.BASEFONT]:!0,[i.BGSOUND]:!0,[i.BLOCKQUOTE]:!0,[i.BODY]:!0,[i.BR]:!0,[i.BUTTON]:!0,[i.CAPTION]:!0,[i.CENTER]:!0,[i.COL]:!0,[i.COLGROUP]:!0,[i.DD]:!0,[i.DETAILS]:!0,[i.DIR]:!0,[i.DIV]:!0,[i.DL]:!0,[i.DT]:!0,[i.EMBED]:!0,[i.FIELDSET]:!0,[i.FIGCAPTION]:!0,[i.FIGURE]:!0,[i.FOOTER]:!0,[i.FORM]:!0,[i.FRAME]:!0,[i.FRAMESET]:!0,[i.H1]:!0,[i.H2]:!0,[i.H3]:!0,[i.H4]:!0,[i.H5]:!0,[i.H6]:!0,[i.HEAD]:!0,[i.HEADER]:!0,[i.HGROUP]:!0,[i.HR]:!0,[i.HTML]:!0,[i.IFRAME]:!0,[i.IMG]:!0,[i.INPUT]:!0,[i.LI]:!0,[i.LINK]:!0,[i.LISTING]:!0,[i.MAIN]:!0,[i.MARQUEE]:!0,[i.MENU]:!0,[i.META]:!0,[i.NAV]:!0,[i.NOEMBED]:!0,[i.NOFRAMES]:!0,[i.NOSCRIPT]:!0,[i.OBJECT]:!0,[i.OL]:!0,[i.P]:!0,[i.PARAM]:!0,[i.PLAINTEXT]:!0,[i.PRE]:!0,[i.SCRIPT]:!0,[i.SECTION]:!0,[i.SELECT]:!0,[i.SOURCE]:!0,[i.STYLE]:!0,[i.SUMMARY]:!0,[i.TABLE]:!0,[i.TBODY]:!0,[i.TD]:!0,[i.TEMPLATE]:!0,[i.TEXTAREA]:!0,[i.TFOOT]:!0,[i.TH]:!0,[i.THEAD]:!0,[i.TITLE]:!0,[i.TR]:!0,[i.TRACK]:!0,[i.UL]:!0,[i.WBR]:!0,[i.XMP]:!0},[n.MATHML]:{[i.MI]:!0,[i.MO]:!0,[i.MN]:!0,[i.MS]:!0,[i.MTEXT]:!0,[i.ANNOTATION_XML]:!0},[n.SVG]:{[i.TITLE]:!0,[i.FOREIGN_OBJECT]:!0,[i.DESC]:!0}}},e=>{\"use strict\";class t{constructor(e){this.length=0,this.entries=[],this.treeAdapter=e,this.bookmark=null}_getNoahArkConditionCandidates(e){let n=[];if(this.length>=3){let i=this.treeAdapter.getAttrList(e).length,r=this.treeAdapter.getTagName(e),a=this.treeAdapter.getNamespaceURI(e);for(let o=this.length-1;o>=0;o--){let s=this.entries[o];if(s.type===t.MARKER_ENTRY)break;let _=s.element,l=this.treeAdapter.getAttrList(_),c=this.treeAdapter.getTagName(_)===r&&this.treeAdapter.getNamespaceURI(_)===a&&l.length===i;c&&n.push({idx:o,attrs:l})}}return n.length<3?[]:n}_ensureNoahArkCondition(e){let t=this._getNoahArkConditionCandidates(e),n=t.length;if(n){let i=this.treeAdapter.getAttrList(e),r=i.length,a=Object.create(null);for(let o=0;o<r;o++){let s=i[o];a[s.name]=s.value}for(let _=0;_<r;_++)for(let l=0;l<n;l++){let c=t[l].attrs[_];if(a[c.name]!==c.value&&(t.splice(l,1),n--),t.length<3)return}for(let u=n-1;u>=2;u--)this.entries.splice(t[u].idx,1),this.length--}}insertMarker(){this.entries.push({type:t.MARKER_ENTRY}),this.length++}pushElement(e,n){this._ensureNoahArkCondition(e),this.entries.push({type:t.ELEMENT_ENTRY,element:e,token:n}),this.length++}insertElementAfterBookmark(e,n){let i=this.length-1;for(;i>=0&&this.entries[i]!==this.bookmark;i--);this.entries.splice(i+1,0,{type:t.ELEMENT_ENTRY,element:e,token:n}),this.length++}removeEntry(e){for(let t=this.length-1;t>=0;t--)if(this.entries[t]===e){this.entries.splice(t,1),this.length--;break}}clearToLastMarker(){for(;this.length;){let e=this.entries.pop();if(this.length--,e.type===t.MARKER_ENTRY)break}}getElementEntryInScopeWithTagName(e){for(let n=this.length-1;n>=0;n--){let i=this.entries[n];if(i.type===t.MARKER_ENTRY)break;if(this.treeAdapter.getTagName(i.element)===e)return i}return null}getElementEntry(e){for(let n=this.length-1;n>=0;n--){let i=this.entries[n];if(i.type===t.ELEMENT_ENTRY&&i.element===e)return i}return null}}t.MARKER_ENTRY=\"MARKER_ENTRY\",t.ELEMENT_ENTRY=\"ELEMENT_ENTRY\",e.exports=t},(e,t,n)=>{\"use strict\";let i=n(14),r=n(5),a=n(15),o=n(17),s=n(11),_=s.TAG_NAMES;class l extends i{constructor(e){super(e),this.parser=e,this.treeAdapter=this.parser.treeAdapter,this.posTracker=null,this.lastStartTagToken=null,this.lastFosterParentingLocation=null,this.currentToken=null}_setStartLocation(e){let t=null;this.lastStartTagToken&&((t=Object.assign({},this.lastStartTagToken.location)).startTag=this.lastStartTagToken.location),this.treeAdapter.setNodeSourceCodeLocation(e,t)}_setEndLocation(e,t){let n=this.treeAdapter.getNodeSourceCodeLocation(e);if(n&&t.location){let i=t.location,a=this.treeAdapter.getTagName(e),o=t.type===r.END_TAG_TOKEN&&a===t.tagName,s={};o?(s.endTag=Object.assign({},i),s.endLine=i.endLine,s.endCol=i.endCol,s.endOffset=i.endOffset):(s.endLine=i.startLine,s.endCol=i.startCol,s.endOffset=i.startOffset),this.treeAdapter.updateNodeSourceCodeLocation(e,s)}}_getOverriddenMethods(e,t){return{_bootstrap(n,r){t._bootstrap.call(this,n,r),e.lastStartTagToken=null,e.lastFosterParentingLocation=null,e.currentToken=null;let s=i.install(this.tokenizer,a);e.posTracker=s.posTracker,i.install(this.openElements,o,{onItemPop:function(t){e._setEndLocation(t,e.currentToken)}})},_runParsingLoop(n){t._runParsingLoop.call(this,n);for(let i=this.openElements.stackTop;i>=0;i--)e._setEndLocation(this.openElements.items[i],e.currentToken)},_processTokenInForeignContent(n){e.currentToken=n,t._processTokenInForeignContent.call(this,n)},_processToken(n){e.currentToken=n,t._processToken.call(this,n);let i=n.type===r.END_TAG_TOKEN&&(n.tagName===_.HTML||n.tagName===_.BODY&&this.openElements.hasInScope(_.BODY));if(i)for(let a=this.openElements.stackTop;a>=0;a--){let o=this.openElements.items[a];if(this.treeAdapter.getTagName(o)===n.tagName){e._setEndLocation(o,n);break}}},_setDocumentType(e){t._setDocumentType.call(this,e);let n=this.treeAdapter.getChildNodes(this.document),i=n.length;for(let r=0;r<i;r++){let a=n[r];if(this.treeAdapter.isDocumentTypeNode(a)){this.treeAdapter.setNodeSourceCodeLocation(a,e.location);break}}},_attachElementToTree(n){e._setStartLocation(n),e.lastStartTagToken=null,t._attachElementToTree.call(this,n)},_appendElement(n,i){e.lastStartTagToken=n,t._appendElement.call(this,n,i)},_insertElement(n,i){e.lastStartTagToken=n,t._insertElement.call(this,n,i)},_insertTemplate(n){e.lastStartTagToken=n,t._insertTemplate.call(this,n);let i=this.treeAdapter.getTemplateContent(this.openElements.current);this.treeAdapter.setNodeSourceCodeLocation(i,null)},_insertFakeRootElement(){t._insertFakeRootElement.call(this),this.treeAdapter.setNodeSourceCodeLocation(this.openElements.current,null)},_appendCommentNode(e,n){t._appendCommentNode.call(this,e,n);let i=this.treeAdapter.getChildNodes(n),r=i[i.length-1];this.treeAdapter.setNodeSourceCodeLocation(r,e.location)},_findFosterParentingLocation(){return e.lastFosterParentingLocation=t._findFosterParentingLocation.call(this),e.lastFosterParentingLocation},_insertCharacters(n){t._insertCharacters.call(this,n);let i=this._shouldFosterParentOnInsertion(),r=i&&e.lastFosterParentingLocation.parent||this.openElements.currentTmplContent||this.openElements.current,a=this.treeAdapter.getChildNodes(r),o=i&&e.lastFosterParentingLocation.beforeElement?a.indexOf(e.lastFosterParentingLocation.beforeElement)-1:a.length-1,s=a[o],_=this.treeAdapter.getNodeSourceCodeLocation(s);if(_){let{endLine:l,endCol:c,endOffset:u}=n.location;this.treeAdapter.updateNodeSourceCodeLocation(s,{endLine:l,endCol:c,endOffset:u})}else this.treeAdapter.setNodeSourceCodeLocation(s,n.location)}}}}e.exports=l},e=>{\"use strict\";class t{constructor(e){let t={},n=this._getOverriddenMethods(this,t);for(let i of Object.keys(n))\"function\"==typeof n[i]&&(t[i]=e[i],e[i]=n[i])}_getOverriddenMethods(){throw Error(\"Not implemented\")}}t.install=function(e,t,n){e.__mixins||(e.__mixins=[]);for(let i=0;i<e.__mixins.length;i++)if(e.__mixins[i].constructor===t)return e.__mixins[i];let r=new t(e,n);return e.__mixins.push(r),r},e.exports=t},(e,t,n)=>{\"use strict\";let i=n(14),r=n(5),a=n(16);class o extends i{constructor(e){super(e),this.tokenizer=e,this.posTracker=i.install(e.preprocessor,a),this.currentAttrLocation=null,this.ctLoc=null}_getCurrentLocation(){return{startLine:this.posTracker.line,startCol:this.posTracker.col,startOffset:this.posTracker.offset,endLine:-1,endCol:-1,endOffset:-1}}_attachCurrentAttrLocationInfo(){this.currentAttrLocation.endLine=this.posTracker.line,this.currentAttrLocation.endCol=this.posTracker.col,this.currentAttrLocation.endOffset=this.posTracker.offset;let e=this.tokenizer.currentToken,t=this.tokenizer.currentAttr;e.location.attrs||(e.location.attrs=Object.create(null)),e.location.attrs[t.name]=this.currentAttrLocation}_getOverriddenMethods(e,t){let n={_createStartTagToken(){t._createStartTagToken.call(this),this.currentToken.location=e.ctLoc},_createEndTagToken(){t._createEndTagToken.call(this),this.currentToken.location=e.ctLoc},_createCommentToken(){t._createCommentToken.call(this),this.currentToken.location=e.ctLoc},_createDoctypeToken(n){t._createDoctypeToken.call(this,n),this.currentToken.location=e.ctLoc},_createCharacterToken(n,i){t._createCharacterToken.call(this,n,i),this.currentCharacterToken.location=e.ctLoc},_createEOFToken(){t._createEOFToken.call(this),this.currentToken.location=e._getCurrentLocation()},_createAttr(n){t._createAttr.call(this,n),e.currentAttrLocation=e._getCurrentLocation()},_leaveAttrName(n){t._leaveAttrName.call(this,n),e._attachCurrentAttrLocationInfo()},_leaveAttrValue(n){t._leaveAttrValue.call(this,n),e._attachCurrentAttrLocationInfo()},_emitCurrentToken(){let n=this.currentToken.location;this.currentCharacterToken&&(this.currentCharacterToken.location.endLine=n.startLine,this.currentCharacterToken.location.endCol=n.startCol,this.currentCharacterToken.location.endOffset=n.startOffset),this.currentToken.type===r.EOF_TOKEN?(n.endLine=n.startLine,n.endCol=n.startCol,n.endOffset=n.startOffset):(n.endLine=e.posTracker.line,n.endCol=e.posTracker.col+1,n.endOffset=e.posTracker.offset+1),t._emitCurrentToken.call(this)},_emitCurrentCharacterToken(){let n=this.currentCharacterToken&&this.currentCharacterToken.location;n&&-1===n.endOffset&&(n.endLine=e.posTracker.line,n.endCol=e.posTracker.col,n.endOffset=e.posTracker.offset),t._emitCurrentCharacterToken.call(this)}};return Object.keys(r.MODE).forEach(i=>{let a=r.MODE[i];n[a]=function(n){e.ctLoc=e._getCurrentLocation(),t[a].call(this,n)}}),n}}e.exports=o},(e,t,n)=>{\"use strict\";let i=n(14);class r extends i{constructor(e){super(e),this.preprocessor=e,this.isEol=!1,this.lineStartPos=0,this.droppedBufferSize=0,this.offset=0,this.col=0,this.line=1}_getOverriddenMethods(e,t){return{advance(){let n=this.pos+1,i=this.html[n];return e.isEol&&(e.isEol=!1,e.line++,e.lineStartPos=n),(\"\\n\"===i||\"\\r\"===i&&\"\\n\"!==this.html[n+1])&&(e.isEol=!0),e.col=n-e.lineStartPos+1,e.offset=e.droppedBufferSize+n,t.advance.call(this)},retreat(){t.retreat.call(this),e.isEol=!1,e.col=this.pos-e.lineStartPos+1},dropParsedChunk(){let n=this.pos;t.dropParsedChunk.call(this);let i=n-this.pos;e.lineStartPos-=i,e.droppedBufferSize+=i,e.offset=e.droppedBufferSize+this.pos}}}}e.exports=r},(e,t,n)=>{\"use strict\";let i=n(14);class r extends i{constructor(e,t){super(e),this.onItemPop=t.onItemPop}_getOverriddenMethods(e,t){return{pop(){e.onItemPop(this.current),t.pop.call(this)},popAllUpToHtmlElement(){for(let n=this.stackTop;n>0;n--)e.onItemPop(this.items[n]);t.popAllUpToHtmlElement.call(this)},remove(n){e.onItemPop(this.current),t.remove.call(this,n)}}}}e.exports=r},(e,t,n)=>{\"use strict\";let i=n(19),r=n(20),a=n(15),o=n(14);class s extends i{constructor(e,t){super(e,t),this.opts=t,this.ctLoc=null,this.locBeforeToken=!1}_setErrorLocation(e){this.ctLoc&&(e.startLine=this.ctLoc.startLine,e.startCol=this.ctLoc.startCol,e.startOffset=this.ctLoc.startOffset,e.endLine=this.locBeforeToken?this.ctLoc.startLine:this.ctLoc.endLine,e.endCol=this.locBeforeToken?this.ctLoc.startCol:this.ctLoc.endCol,e.endOffset=this.locBeforeToken?this.ctLoc.startOffset:this.ctLoc.endOffset)}_getOverriddenMethods(e,t){return{_bootstrap(n,i){t._bootstrap.call(this,n,i),o.install(this.tokenizer,r,e.opts),o.install(this.tokenizer,a)},_processInputToken(n){e.ctLoc=n.location,t._processInputToken.call(this,n)},_err(t,n){e.locBeforeToken=n&&n.beforeToken,e._reportError(t)}}}}e.exports=s},(e,t,n)=>{\"use strict\";let i=n(14);class r extends i{constructor(e,t){super(e),this.posTracker=null,this.onParseError=t.onParseError}_setErrorLocation(e){e.startLine=e.endLine=this.posTracker.line,e.startCol=e.endCol=this.posTracker.col,e.startOffset=e.endOffset=this.posTracker.offset}_reportError(e){let t={code:e,startLine:-1,startCol:-1,startOffset:-1,endLine:-1,endCol:-1,endOffset:-1};this._setErrorLocation(t),this.onParseError(t)}_getOverriddenMethods(e){return{_err(t){e._reportError(t)}}}}e.exports=r},(e,t,n)=>{\"use strict\";let i=n(19),r=n(21),a=n(14);class o extends i{constructor(e,t){super(e,t);let n=a.install(e.preprocessor,r,t);this.posTracker=n.posTracker}}e.exports=o},(e,t,n)=>{\"use strict\";let i=n(19),r=n(16),a=n(14);class o extends i{constructor(e,t){super(e,t),this.posTracker=a.install(e,r),this.lastErrOffset=-1}_reportError(e){this.lastErrOffset!==this.posTracker.offset&&(this.lastErrOffset=this.posTracker.offset,super._reportError(e))}}e.exports=o},(e,t,n)=>{\"use strict\";let{DOCUMENT_MODE:i}=n(11);t.createDocument=function(){return{nodeName:\"#document\",mode:i.NO_QUIRKS,childNodes:[]}},t.createDocumentFragment=function(){return{nodeName:\"#document-fragment\",childNodes:[]}},t.createElement=function(e,t,n){return{nodeName:e,tagName:e,attrs:n,namespaceURI:t,childNodes:[],parentNode:null}},t.createCommentNode=function(e){return{nodeName:\"#comment\",data:e,parentNode:null}};let r=function(e){return{nodeName:\"#text\",value:e,parentNode:null}},a=t.appendChild=function(e,t){e.childNodes.push(t),t.parentNode=e},o=t.insertBefore=function(e,t,n){let i=e.childNodes.indexOf(n);e.childNodes.splice(i,0,t),t.parentNode=e};t.setTemplateContent=function(e,t){e.content=t},t.getTemplateContent=function(e){return e.content},t.setDocumentType=function(e,t,n,i){let r=null;for(let o=0;o<e.childNodes.length;o++)if(\"#documentType\"===e.childNodes[o].nodeName){r=e.childNodes[o];break}r?(r.name=t,r.publicId=n,r.systemId=i):a(e,{nodeName:\"#documentType\",name:t,publicId:n,systemId:i})},t.setDocumentMode=function(e,t){e.mode=t},t.getDocumentMode=function(e){return e.mode},t.detachNode=function(e){if(e.parentNode){let t=e.parentNode.childNodes.indexOf(e);e.parentNode.childNodes.splice(t,1),e.parentNode=null}},t.insertText=function(e,t){if(e.childNodes.length){let n=e.childNodes[e.childNodes.length-1];if(\"#text\"===n.nodeName){n.value+=t;return}}a(e,r(t))},t.insertTextBefore=function(e,t,n){let i=e.childNodes[e.childNodes.indexOf(n)-1];i&&\"#text\"===i.nodeName?i.value+=t:o(e,r(t),n)},t.adoptAttributes=function(e,t){let n=[];for(let i=0;i<e.attrs.length;i++)n.push(e.attrs[i].name);for(let r=0;r<t.length;r++)-1===n.indexOf(t[r].name)&&e.attrs.push(t[r])},t.getFirstChild=function(e){return e.childNodes[0]},t.getChildNodes=function(e){return e.childNodes},t.getParentNode=function(e){return e.parentNode},t.getAttrList=function(e){return e.attrs},t.getTagName=function(e){return e.tagName},t.getNamespaceURI=function(e){return e.namespaceURI},t.getTextNodeContent=function(e){return e.value},t.getCommentNodeContent=function(e){return e.data},t.getDocumentTypeNodeName=function(e){return e.name},t.getDocumentTypeNodePublicId=function(e){return e.publicId},t.getDocumentTypeNodeSystemId=function(e){return e.systemId},t.isTextNode=function(e){return\"#text\"===e.nodeName},t.isCommentNode=function(e){return\"#comment\"===e.nodeName},t.isDocumentTypeNode=function(e){return\"#documentType\"===e.nodeName},t.isElementNode=function(e){return!!e.tagName},t.setNodeSourceCodeLocation=function(e,t){e.sourceCodeLocation=t},t.getNodeSourceCodeLocation=function(e){return e.sourceCodeLocation},t.updateNodeSourceCodeLocation=function(e,t){e.sourceCodeLocation=Object.assign(e.sourceCodeLocation,t)}},e=>{\"use strict\";e.exports=function e(t,n){return[t,n=n||Object.create(null)].reduce((e,t)=>(Object.keys(t).forEach(n=>{e[n]=t[n]}),e),Object.create(null))}},(e,t,n)=>{\"use strict\";let{DOCUMENT_MODE:i}=n(11),r=\"html\",a=[\"+//silmaril//dtd html pro v0r11 19970101//\",\"-//as//dtd html 3.0 aswedit + extensions//\",\"-//advasoft ltd//dtd html 3.0 aswedit + extensions//\",\"-//ietf//dtd html 2.0 level 1//\",\"-//ietf//dtd html 2.0 level 2//\",\"-//ietf//dtd html 2.0 strict level 1//\",\"-//ietf//dtd html 2.0 strict level 2//\",\"-//ietf//dtd html 2.0 strict//\",\"-//ietf//dtd html 2.0//\",\"-//ietf//dtd html 2.1e//\",\"-//ietf//dtd html 3.0//\",\"-//ietf//dtd html 3.2 final//\",\"-//ietf//dtd html 3.2//\",\"-//ietf//dtd html 3//\",\"-//ietf//dtd html level 0//\",\"-//ietf//dtd html level 1//\",\"-//ietf//dtd html level 2//\",\"-//ietf//dtd html level 3//\",\"-//ietf//dtd html strict level 0//\",\"-//ietf//dtd html strict level 1//\",\"-//ietf//dtd html strict level 2//\",\"-//ietf//dtd html strict level 3//\",\"-//ietf//dtd html strict//\",\"-//ietf//dtd html//\",\"-//metrius//dtd metrius presentational//\",\"-//microsoft//dtd internet explorer 2.0 html strict//\",\"-//microsoft//dtd internet explorer 2.0 html//\",\"-//microsoft//dtd internet explorer 2.0 tables//\",\"-//microsoft//dtd internet explorer 3.0 html strict//\",\"-//microsoft//dtd internet explorer 3.0 html//\",\"-//microsoft//dtd internet explorer 3.0 tables//\",\"-//netscape comm. corp.//dtd html//\",\"-//netscape comm. corp.//dtd strict html//\",\"-//o'reilly and associates//dtd html 2.0//\",\"-//o'reilly and associates//dtd html extended 1.0//\",\"-//o'reilly and associates//dtd html extended relaxed 1.0//\",\"-//sq//dtd html 2.0 hotmetal + extensions//\",\"-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//\",\"-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//\",\"-//spyglass//dtd html 2.0 extended//\",\"-//sun microsystems corp.//dtd hotjava html//\",\"-//sun microsystems corp.//dtd hotjava strict html//\",\"-//w3c//dtd html 3 1995-03-24//\",\"-//w3c//dtd html 3.2 draft//\",\"-//w3c//dtd html 3.2 final//\",\"-//w3c//dtd html 3.2//\",\"-//w3c//dtd html 3.2s draft//\",\"-//w3c//dtd html 4.0 frameset//\",\"-//w3c//dtd html 4.0 transitional//\",\"-//w3c//dtd html experimental 19960712//\",\"-//w3c//dtd html experimental 970421//\",\"-//w3c//dtd w3 html//\",\"-//w3o//dtd w3 html 3.0//\",\"-//webtechs//dtd mozilla html 2.0//\",\"-//webtechs//dtd mozilla html//\"],o=a.concat([\"-//w3c//dtd html 4.01 frameset//\",\"-//w3c//dtd html 4.01 transitional//\"]),s=[\"-//w3o//dtd w3 html strict 3.0//en//\",\"-/w3c/dtd html 4.0 transitional/en\",\"html\"],_=[\"-//w3c//dtd xhtml 1.0 frameset//\",\"-//w3c//dtd xhtml 1.0 transitional//\"],l=_.concat([\"-//w3c//dtd html 4.01 frameset//\",\"-//w3c//dtd html 4.01 transitional//\"]);function c(e){let t=-1!==e.indexOf('\"')?\"'\":'\"';return t+e+t}function u(e,t){for(let n=0;n<t.length;n++)if(0===e.indexOf(t[n]))return!0;return!1}t.isConforming=function(e){return e.name===r&&null===e.publicId&&(null===e.systemId||\"about:legacy-compat\"===e.systemId)},t.getDocumentMode=function(e){if(e.name!==r)return i.QUIRKS;let t=e.systemId;if(t&&\"http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd\"===t.toLowerCase())return i.QUIRKS;let n=e.publicId;if(null!==n){if(n=n.toLowerCase(),s.indexOf(n)>-1)return i.QUIRKS;let c=null===t?o:a;if(u(n,c))return i.QUIRKS;if(u(n,c=null===t?_:l))return i.LIMITED_QUIRKS}return i.NO_QUIRKS},t.serializeContent=function(e,t,n){let i=\"!DOCTYPE \";return e&&(i+=e),t?i+=\" PUBLIC \"+c(t):n&&(i+=\" SYSTEM\"),null!==n&&(i+=\" \"+c(n)),i}},(e,t,n)=>{\"use strict\";let i=n(5),r=n(11),a=r.TAG_NAMES,o=r.NAMESPACES,s=r.ATTRS,_={TEXT_HTML:\"text/html\",APPLICATION_XML:\"application/xhtml+xml\"},l={attributename:\"attributeName\",attributetype:\"attributeType\",basefrequency:\"baseFrequency\",baseprofile:\"baseProfile\",calcmode:\"calcMode\",clippathunits:\"clipPathUnits\",diffuseconstant:\"diffuseConstant\",edgemode:\"edgeMode\",filterunits:\"filterUnits\",glyphref:\"glyphRef\",gradienttransform:\"gradientTransform\",gradientunits:\"gradientUnits\",kernelmatrix:\"kernelMatrix\",kernelunitlength:\"kernelUnitLength\",keypoints:\"keyPoints\",keysplines:\"keySplines\",keytimes:\"keyTimes\",lengthadjust:\"lengthAdjust\",limitingconeangle:\"limitingConeAngle\",markerheight:\"markerHeight\",markerunits:\"markerUnits\",markerwidth:\"markerWidth\",maskcontentunits:\"maskContentUnits\",maskunits:\"maskUnits\",numoctaves:\"numOctaves\",pathlength:\"pathLength\",patterncontentunits:\"patternContentUnits\",patterntransform:\"patternTransform\",patternunits:\"patternUnits\",pointsatx:\"pointsAtX\",pointsaty:\"pointsAtY\",pointsatz:\"pointsAtZ\",preservealpha:\"preserveAlpha\",preserveaspectratio:\"preserveAspectRatio\",primitiveunits:\"primitiveUnits\",refx:\"refX\",refy:\"refY\",repeatcount:\"repeatCount\",repeatdur:\"repeatDur\",requiredextensions:\"requiredExtensions\",requiredfeatures:\"requiredFeatures\",specularconstant:\"specularConstant\",specularexponent:\"specularExponent\",spreadmethod:\"spreadMethod\",startoffset:\"startOffset\",stddeviation:\"stdDeviation\",stitchtiles:\"stitchTiles\",surfacescale:\"surfaceScale\",systemlanguage:\"systemLanguage\",tablevalues:\"tableValues\",targetx:\"targetX\",targety:\"targetY\",textlength:\"textLength\",viewbox:\"viewBox\",viewtarget:\"viewTarget\",xchannelselector:\"xChannelSelector\",ychannelselector:\"yChannelSelector\",zoomandpan:\"zoomAndPan\"},c={\"xlink:actuate\":{prefix:\"xlink\",name:\"actuate\",namespace:o.XLINK},\"xlink:arcrole\":{prefix:\"xlink\",name:\"arcrole\",namespace:o.XLINK},\"xlink:href\":{prefix:\"xlink\",name:\"href\",namespace:o.XLINK},\"xlink:role\":{prefix:\"xlink\",name:\"role\",namespace:o.XLINK},\"xlink:show\":{prefix:\"xlink\",name:\"show\",namespace:o.XLINK},\"xlink:title\":{prefix:\"xlink\",name:\"title\",namespace:o.XLINK},\"xlink:type\":{prefix:\"xlink\",name:\"type\",namespace:o.XLINK},\"xml:base\":{prefix:\"xml\",name:\"base\",namespace:o.XML},\"xml:lang\":{prefix:\"xml\",name:\"lang\",namespace:o.XML},\"xml:space\":{prefix:\"xml\",name:\"space\",namespace:o.XML},xmlns:{prefix:\"\",name:\"xmlns\",namespace:o.XMLNS},\"xmlns:xlink\":{prefix:\"xmlns\",name:\"xlink\",namespace:o.XMLNS}},u=t.SVG_TAG_NAMES_ADJUSTMENT_MAP={altglyph:\"altGlyph\",altglyphdef:\"altGlyphDef\",altglyphitem:\"altGlyphItem\",animatecolor:\"animateColor\",animatemotion:\"animateMotion\",animatetransform:\"animateTransform\",clippath:\"clipPath\",feblend:\"feBlend\",fecolormatrix:\"feColorMatrix\",fecomponenttransfer:\"feComponentTransfer\",fecomposite:\"feComposite\",feconvolvematrix:\"feConvolveMatrix\",fediffuselighting:\"feDiffuseLighting\",fedisplacementmap:\"feDisplacementMap\",fedistantlight:\"feDistantLight\",feflood:\"feFlood\",fefunca:\"feFuncA\",fefuncb:\"feFuncB\",fefuncg:\"feFuncG\",fefuncr:\"feFuncR\",fegaussianblur:\"feGaussianBlur\",feimage:\"feImage\",femerge:\"feMerge\",femergenode:\"feMergeNode\",femorphology:\"feMorphology\",feoffset:\"feOffset\",fepointlight:\"fePointLight\",fespecularlighting:\"feSpecularLighting\",fespotlight:\"feSpotLight\",fetile:\"feTile\",feturbulence:\"feTurbulence\",foreignobject:\"foreignObject\",glyphref:\"glyphRef\",lineargradient:\"linearGradient\",radialgradient:\"radialGradient\",textpath:\"textPath\"},p={[a.B]:!0,[a.BIG]:!0,[a.BLOCKQUOTE]:!0,[a.BODY]:!0,[a.BR]:!0,[a.CENTER]:!0,[a.CODE]:!0,[a.DD]:!0,[a.DIV]:!0,[a.DL]:!0,[a.DT]:!0,[a.EM]:!0,[a.EMBED]:!0,[a.H1]:!0,[a.H2]:!0,[a.H3]:!0,[a.H4]:!0,[a.H5]:!0,[a.H6]:!0,[a.HEAD]:!0,[a.HR]:!0,[a.I]:!0,[a.IMG]:!0,[a.LI]:!0,[a.LISTING]:!0,[a.MENU]:!0,[a.META]:!0,[a.NOBR]:!0,[a.OL]:!0,[a.P]:!0,[a.PRE]:!0,[a.RUBY]:!0,[a.S]:!0,[a.SMALL]:!0,[a.SPAN]:!0,[a.STRONG]:!0,[a.STRIKE]:!0,[a.SUB]:!0,[a.SUP]:!0,[a.TABLE]:!0,[a.TT]:!0,[a.U]:!0,[a.UL]:!0,[a.VAR]:!0};function $(e,t){return t===o.MATHML&&(e===a.MI||e===a.MO||e===a.MN||e===a.MS||e===a.MTEXT)}function d(e,t,n){if(t===o.MATHML&&e===a.ANNOTATION_XML){for(let i=0;i<n.length;i++)if(n[i].name===s.ENCODING){let r=n[i].value.toLowerCase();return r===_.TEXT_HTML||r===_.APPLICATION_XML}}return t===o.SVG&&(e===a.FOREIGN_OBJECT||e===a.DESC||e===a.TITLE)}t.causesExit=function(e){let t=e.tagName,n=t===a.FONT&&(null!==i.getTokenAttr(e,s.COLOR)||null!==i.getTokenAttr(e,s.SIZE)||null!==i.getTokenAttr(e,s.FACE));return!!n||p[t]},t.adjustTokenMathMLAttrs=function(e){for(let t=0;t<e.attrs.length;t++)if(\"definitionurl\"===e.attrs[t].name){e.attrs[t].name=\"definitionURL\";break}},t.adjustTokenSVGAttrs=function(e){for(let t=0;t<e.attrs.length;t++){let n=l[e.attrs[t].name];n&&(e.attrs[t].name=n)}},t.adjustTokenXMLAttrs=function(e){for(let t=0;t<e.attrs.length;t++){let n=c[e.attrs[t].name];n&&(e.attrs[t].prefix=n.prefix,e.attrs[t].name=n.name,e.attrs[t].namespace=n.namespace)}},t.adjustTokenSVGTagName=function(e){let t=u[e.tagName];t&&(e.tagName=t)},t.isIntegrationPoint=function(e,t,n,i){return!!((!i||i===o.HTML)&&d(e,t,n)||(!i||i===o.MATHML)&&$(e,t))}},(e,t,n)=>{\"use strict\";let i=n(22),r=n(23),a=n(24),o=n(11),s=o.TAG_NAMES,_=o.NAMESPACES,l={treeAdapter:i},c=/&/g,u=/\\u00a0/g,p=/\"/g,$=/</g,d=/>/g;class m{constructor(e,t){this.options=r(l,t),this.treeAdapter=this.options.treeAdapter,this.html=\"\",this.startNode=e}serialize(){return this._serializeChildNodes(this.startNode),this.html}_serializeChildNodes(e){let t=this.treeAdapter.getChildNodes(e);if(t)for(let n=0,i=t.length;n<i;n++){let r=t[n];this.treeAdapter.isElementNode(r)?this._serializeElement(r):this.treeAdapter.isTextNode(r)?this._serializeTextNode(r):this.treeAdapter.isCommentNode(r)?this._serializeCommentNode(r):this.treeAdapter.isDocumentTypeNode(r)&&this._serializeDocumentTypeNode(r)}}_serializeElement(e){let t=this.treeAdapter.getTagName(e),n=this.treeAdapter.getNamespaceURI(e);if(this.html+=\"<\"+t,this._serializeAttributes(e),this.html+=\">\",t!==s.AREA&&t!==s.BASE&&t!==s.BASEFONT&&t!==s.BGSOUND&&t!==s.BR&&t!==s.COL&&t!==s.EMBED&&t!==s.FRAME&&t!==s.HR&&t!==s.IMG&&t!==s.INPUT&&t!==s.KEYGEN&&t!==s.LINK&&t!==s.META&&t!==s.PARAM&&t!==s.SOURCE&&t!==s.TRACK&&t!==s.WBR){let i=t===s.TEMPLATE&&n===_.HTML?this.treeAdapter.getTemplateContent(e):e;this._serializeChildNodes(i),this.html+=\"</\"+t+\">\"}}_serializeAttributes(e){let t=this.treeAdapter.getAttrList(e);for(let n=0,i=t.length;n<i;n++){let r=t[n],a=m.escapeString(r.value,!0);this.html+=\" \",r.namespace?r.namespace===_.XML?this.html+=\"xml:\"+r.name:r.namespace===_.XMLNS?(\"xmlns\"!==r.name&&(this.html+=\"xmlns:\"),this.html+=r.name):r.namespace===_.XLINK?this.html+=\"xlink:\"+r.name:this.html+=r.prefix+\":\"+r.name:this.html+=r.name,this.html+='=\"'+a+'\"'}}_serializeTextNode(e){let t=this.treeAdapter.getTextNodeContent(e),n=this.treeAdapter.getParentNode(e),i;n&&this.treeAdapter.isElementNode(n)&&(i=this.treeAdapter.getTagName(n)),i===s.STYLE||i===s.SCRIPT||i===s.XMP||i===s.IFRAME||i===s.NOEMBED||i===s.NOFRAMES||i===s.PLAINTEXT||i===s.NOSCRIPT?this.html+=t:this.html+=m.escapeString(t,!1)}_serializeCommentNode(e){this.html+=\"<!--\"+this.treeAdapter.getCommentNodeContent(e)+\"-->\"}_serializeDocumentTypeNode(e){let t=this.treeAdapter.getDocumentTypeNodeName(e);this.html+=\"<\"+a.serializeContent(t,null,null)+\">\"}}m.escapeString=function(e,t){return e=e.replace(c,\"&amp;\").replace(u,\"&nbsp;\"),e=t?e.replace(p,\"&quot;\"):e.replace($,\"&lt;\").replace(d,\"&gt;\")},e.exports=m},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>s});var i=n(28),r=n(2),a=n(138);class o extends r.default{constructor(e){super(),this.ctx=e,this.meta=e.meta,this.parsel=a.default,this.parse=i.parse,this.walk=i.walk,this.generate=i.generate}rewrite(e,t){return this.recast(e,t,\"rewrite\")}source(e,t){return this.recast(e,t,\"source\")}recast(e,t,n){if(!e)return e;e=new String(e).toString();try{let i=this.parse(e,{...t,parseCustomProperty:!0});return this.walk(i,e=>{this.emit(e.type,e,t,n)}),this.generate(i)}catch(r){return e}}}let s=o},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{version:()=>r.version,createSyntax:()=>a.default,List:()=>o.List,Lexer:()=>s.Lexer,tokenTypes:()=>_.tokenTypes,tokenNames:()=>_.tokenNames,TokenStream:()=>_.TokenStream,definitionSyntax:()=>l,clone:()=>c.clone,isCustomProperty:()=>u.isCustomProperty,keyword:()=>u.keyword,property:()=>u.property,vendorPrefix:()=>u.vendorPrefix,ident:()=>p,string:()=>$,url:()=>d,tokenize:()=>m,parse:()=>h,generate:()=>f,lexer:()=>g,createLexer:()=>x,walk:()=>v,find:()=>b,findLast:()=>k,findAll:()=>T,toPlainObject:()=>E,fromPlainObject:()=>y,fork:()=>A});var i=n(29),r=n(135),a=n(30),o=n(40),s=n(55),_=n(31),l=n(62),c=n(136),u=n(58),p=n(137),$=n(111),d=n(116);let{tokenize:m,parse:h,generate:f,lexer:g,createLexer:x,walk:v,find:b,findLast:k,findAll:T,toPlainObject:E,fromPlainObject:y,fork:A}=i.default},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>s});var i=n(30),r=n(74),a=n(119),o=n(134);let s=(0,i.default)({...r.default,...a.default,...o.default})},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>u});var i=n(31),r=n(39),a=n(44),o=n(53),s=n(54),_=n(55),l=n(73);function c(e){let t=(0,r.createParser)(e),n=(0,s.createWalker)(e),u=(0,a.createGenerator)(e),{fromPlainObject:p,toPlainObject:$}=(0,o.createConvertor)(n),d={lexer:null,createLexer:e=>new _.Lexer(e,d,d.lexer.structure),tokenize:i.tokenize,parse:t,generate:u,walk:n,find:n.find,findLast:n.findLast,findAll:n.findAll,fromPlainObject:p,toPlainObject:$,fork(t){let n=(0,l.default)({},e);return c(\"function\"==typeof t?t(n,Object.assign):(0,l.default)(n,t))}};return d.lexer=new _.Lexer({generic:!0,types:e.types,atrules:e.atrules,properties:e.properties,node:e.node},d),d}let u=e=>c((0,l.default)({},e))},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{tokenize:()=>l,AtKeyword:()=>i.AtKeyword,BadString:()=>i.BadString,BadUrl:()=>i.BadUrl,CDC:()=>i.CDC,CDO:()=>i.CDO,Colon:()=>i.Colon,Comma:()=>i.Comma,Comment:()=>i.Comment,Delim:()=>i.Delim,Dimension:()=>i.Dimension,EOF:()=>i.EOF,Function:()=>i.Function,Hash:()=>i.Hash,Ident:()=>i.Ident,LeftCurlyBracket:()=>i.LeftCurlyBracket,LeftParenthesis:()=>i.LeftParenthesis,LeftSquareBracket:()=>i.LeftSquareBracket,Number:()=>i.Number,Percentage:()=>i.Percentage,RightCurlyBracket:()=>i.RightCurlyBracket,RightParenthesis:()=>i.RightParenthesis,RightSquareBracket:()=>i.RightSquareBracket,Semicolon:()=>i.Semicolon,String:()=>i.String,Url:()=>i.Url,WhiteSpace:()=>i.WhiteSpace,tokenTypes:()=>i,tokenNames:()=>o.default,DigitCategory:()=>r.DigitCategory,EofCategory:()=>r.EofCategory,NameStartCategory:()=>r.NameStartCategory,NonPrintableCategory:()=>r.NonPrintableCategory,WhiteSpaceCategory:()=>r.WhiteSpaceCategory,charCodeCategory:()=>r.charCodeCategory,isBOM:()=>r.isBOM,isDigit:()=>r.isDigit,isHexDigit:()=>r.isHexDigit,isIdentifierStart:()=>r.isIdentifierStart,isLetter:()=>r.isLetter,isLowercaseLetter:()=>r.isLowercaseLetter,isName:()=>r.isName,isNameStart:()=>r.isNameStart,isNewline:()=>r.isNewline,isNonAscii:()=>r.isNonAscii,isNonPrintable:()=>r.isNonPrintable,isNumberStart:()=>r.isNumberStart,isUppercaseLetter:()=>r.isUppercaseLetter,isValidEscape:()=>r.isValidEscape,isWhiteSpace:()=>r.isWhiteSpace,cmpChar:()=>a.cmpChar,cmpStr:()=>a.cmpStr,consumeBadUrlRemnants:()=>a.consumeBadUrlRemnants,consumeEscaped:()=>a.consumeEscaped,consumeName:()=>a.consumeName,consumeNumber:()=>a.consumeNumber,decodeEscaped:()=>a.decodeEscaped,findDecimalNumberEnd:()=>a.findDecimalNumberEnd,findWhiteSpaceEnd:()=>a.findWhiteSpaceEnd,findWhiteSpaceStart:()=>a.findWhiteSpaceStart,getNewlineLength:()=>a.getNewlineLength,OffsetToLocation:()=>s.OffsetToLocation,TokenStream:()=>_.TokenStream});var i=n(32),r=n(33),a=n(34),o=n(35),s=n(36),_=n(38);function l(e,t){function n(t){return t<l?e.charCodeAt(t):0}function o(){if(u=(0,a.consumeNumber)(e,u),(0,r.isIdentifierStart)(n(u),n(u+1),n(u+2))){p=i.Dimension,u=(0,a.consumeName)(e,u);return}if(37===n(u)){p=i.Percentage,u++;return}p=i.Number}function s(){let t=u;if(u=(0,a.consumeName)(e,u),(0,a.cmpStr)(e,t,u,\"url\")&&40===n(u)){if(34===n(u=(0,a.findWhiteSpaceEnd)(e,u+1))||39===n(u)){p=i.Function,u=t+4;return}!function t(){for(p=i.Url,u=(0,a.findWhiteSpaceEnd)(e,u);u<e.length;u++){let o=e.charCodeAt(u);switch((0,r.charCodeCategory)(o)){case 41:u++;return;case r.WhiteSpaceCategory:if(u=(0,a.findWhiteSpaceEnd)(e,u),41===n(u)||u>=e.length){u<e.length&&u++;return}u=(0,a.consumeBadUrlRemnants)(e,u),p=i.BadUrl;return;case 34:case 39:case 40:case r.NonPrintableCategory:u=(0,a.consumeBadUrlRemnants)(e,u),p=i.BadUrl;return;case 92:if((0,r.isValidEscape)(o,n(u+1))){u=(0,a.consumeEscaped)(e,u)-1;break}u=(0,a.consumeBadUrlRemnants)(e,u),p=i.BadUrl;return}}}();return}if(40===n(u)){p=i.Function,u++;return}p=i.Ident}function _(t){for(t||(t=n(u++)),p=i.String;u<e.length;u++){let o=e.charCodeAt(u);switch((0,r.charCodeCategory)(o)){case t:u++;return;case r.WhiteSpaceCategory:if((0,r.isNewline)(o)){u+=(0,a.getNewlineLength)(e,u,o),p=i.BadString;return}break;case 92:if(u===e.length-1)break;let s=n(u+1);(0,r.isNewline)(s)?u+=(0,a.getNewlineLength)(e,u+1,s):(0,r.isValidEscape)(o,s)&&(u=(0,a.consumeEscaped)(e,u)-1)}}}e=String(e||\"\");let l=e.length,c=(0,r.isBOM)(n(0)),u=c,p;for(;u<l;){let $=e.charCodeAt(u);switch((0,r.charCodeCategory)($)){case r.WhiteSpaceCategory:p=i.WhiteSpace,u=(0,a.findWhiteSpaceEnd)(e,u+1);break;case 34:case 39:_();break;case 35:(0,r.isName)(n(u+1))||(0,r.isValidEscape)(n(u+1),n(u+2))?(p=i.Hash,u=(0,a.consumeName)(e,u+1)):(p=i.Delim,u++);break;case 40:p=i.LeftParenthesis,u++;break;case 41:p=i.RightParenthesis,u++;break;case 43:case 46:(0,r.isNumberStart)($,n(u+1),n(u+2))?o():(p=i.Delim,u++);break;case 44:p=i.Comma,u++;break;case 45:(0,r.isNumberStart)($,n(u+1),n(u+2))?o():45===n(u+1)&&62===n(u+2)?(p=i.CDC,u+=3):(0,r.isIdentifierStart)($,n(u+1),n(u+2))?s():(p=i.Delim,u++);break;case 47:42===n(u+1)?(p=i.Comment,u=-1===(u=e.indexOf(\"*/\",u+2))?e.length:u+2):(p=i.Delim,u++);break;case 58:p=i.Colon,u++;break;case 59:p=i.Semicolon,u++;break;case 60:33===n(u+1)&&45===n(u+2)&&45===n(u+3)?(p=i.CDO,u+=4):(p=i.Delim,u++);break;case 64:(0,r.isIdentifierStart)(n(u+1),n(u+2),n(u+3))?(p=i.AtKeyword,u=(0,a.consumeName)(e,u+1)):(p=i.Delim,u++);break;case 91:p=i.LeftSquareBracket,u++;break;case 92:(0,r.isValidEscape)($,n(u+1))?s():(p=i.Delim,u++);break;case 93:p=i.RightSquareBracket,u++;break;case 123:p=i.LeftCurlyBracket,u++;break;case 125:p=i.RightCurlyBracket,u++;break;case r.DigitCategory:o();break;case r.NameStartCategory:s();break;default:p=i.Delim,u++}t(p,c,c=u)}}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{EOF:()=>i,Ident:()=>r,Function:()=>a,AtKeyword:()=>o,Hash:()=>s,String:()=>_,BadString:()=>l,Url:()=>c,BadUrl:()=>u,Delim:()=>p,Number:()=>$,Percentage:()=>d,Dimension:()=>m,WhiteSpace:()=>h,CDO:()=>f,CDC:()=>g,Colon:()=>x,Semicolon:()=>v,Comma:()=>b,LeftSquareBracket:()=>k,RightSquareBracket:()=>T,LeftParenthesis:()=>E,RightParenthesis:()=>y,LeftCurlyBracket:()=>A,RightCurlyBracket:()=>C,Comment:()=>w});let i=0,r=1,a=2,o=3,s=4,_=5,l=6,c=7,u=8,p=9,$=10,d=11,m=12,h=13,f=14,g=15,x=16,v=17,b=18,k=19,T=20,E=21,y=22,A=23,C=24,w=25},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{isDigit:()=>i,isHexDigit:()=>r,isUppercaseLetter:()=>a,isLowercaseLetter:()=>o,isLetter:()=>s,isNonAscii:()=>_,isNameStart:()=>l,isName:()=>c,isNonPrintable:()=>u,isNewline:()=>p,isWhiteSpace:()=>$,isValidEscape:()=>d,isIdentifierStart:()=>m,isNumberStart:()=>h,isBOM:()=>f,EofCategory:()=>x,WhiteSpaceCategory:()=>v,DigitCategory:()=>b,NameStartCategory:()=>k,NonPrintableCategory:()=>T,charCodeCategory:()=>y});function i(e){return e>=48&&e<=57}function r(e){return i(e)||e>=65&&e<=70||e>=97&&e<=102}function a(e){return e>=65&&e<=90}function o(e){return e>=97&&e<=122}function s(e){return a(e)||o(e)}function _(e){return e>=128}function l(e){return s(e)||_(e)||95===e}function c(e){return l(e)||i(e)||45===e}function u(e){return e>=0&&e<=8||11===e||e>=14&&e<=31||127===e}function p(e){return 10===e||13===e||12===e}function $(e){return p(e)||32===e||9===e}function d(e,t){return!(92!==e||p(t)||0===t)}function m(e,t,n){return 45===e?l(t)||45===t||d(t,n):!!l(e)||92===e&&d(e,t)}function h(e,t,n){return 43===e||45===e?i(t)?2:46===t&&i(n)?3:0:46===e?i(t)?2:0:i(e)?1:0}function f(e){return 65279===e||65534===e?1:0}let g=Array(128),x=128,v=130,b=131,k=132,T=133;for(let E=0;E<g.length;E++)g[E]=$(E)&&v||i(E)&&b||l(E)&&k||u(E)&&T||E||x;function y(e){return e<128?g[e]:k}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{getNewlineLength:()=>a,cmpChar:()=>o,cmpStr:()=>s,findWhiteSpaceStart:()=>_,findWhiteSpaceEnd:()=>l,findDecimalNumberEnd:()=>c,consumeEscaped:()=>u,consumeName:()=>p,consumeNumber:()=>$,consumeBadUrlRemnants:()=>d,decodeEscaped:()=>m});var i=n(33);function r(e,t){return t<e.length?e.charCodeAt(t):0}function a(e,t,n){return 13===n&&10===r(e,t+1)?2:1}function o(e,t,n){let r=e.charCodeAt(t);return(0,i.isUppercaseLetter)(r)&&(r|=32),r===n}function s(e,t,n,r){if(n-t!==r.length||t<0||n>e.length)return!1;for(let a=t;a<n;a++){let o=r.charCodeAt(a-t),s=e.charCodeAt(a);if((0,i.isUppercaseLetter)(s)&&(s|=32),s!==o)return!1}return!0}function _(e,t){for(;t>=0&&(0,i.isWhiteSpace)(e.charCodeAt(t));t--);return t+1}function l(e,t){for(;t<e.length&&(0,i.isWhiteSpace)(e.charCodeAt(t));t++);return t}function c(e,t){for(;t<e.length&&(0,i.isDigit)(e.charCodeAt(t));t++);return t}function u(e,t){if(t+=2,(0,i.isHexDigit)(r(e,t-1))){for(let n=Math.min(e.length,t+5);t<n&&(0,i.isHexDigit)(r(e,t));t++);let o=r(e,t);(0,i.isWhiteSpace)(o)&&(t+=a(e,t,o))}return t}function p(e,t){for(;t<e.length;t++){let n=e.charCodeAt(t);if(!(0,i.isName)(n)){if((0,i.isValidEscape)(n,r(e,t+1))){t=u(e,t)-1;continue}break}}return t}function $(e,t){let n=e.charCodeAt(t);if((43===n||45===n)&&(n=e.charCodeAt(t+=1)),(0,i.isDigit)(n)&&(t=c(e,t+1),n=e.charCodeAt(t)),46===n&&(0,i.isDigit)(e.charCodeAt(t+1))&&(t+=2,t=c(e,t)),o(e,t,101)){let r=0;(45===(n=e.charCodeAt(t+1))||43===n)&&(r=1,n=e.charCodeAt(t+2)),(0,i.isDigit)(n)&&(t=c(e,t+1+r+1))}return t}function d(e,t){for(;t<e.length;t++){let n=e.charCodeAt(t);if(41===n){t++;break}(0,i.isValidEscape)(n,r(e,t+1))&&(t=u(e,t))}return t}function m(e){if(1===e.length&&!(0,i.isHexDigit)(e.charCodeAt(0)))return e[0];let t=parseInt(e,16);return(0===t||t>=55296&&t<=57343||t>1114111)&&(t=65533),String.fromCodePoint(t)}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>i});let i=[\"EOF-token\",\"ident-token\",\"function-token\",\"at-keyword-token\",\"hash-token\",\"string-token\",\"bad-string-token\",\"url-token\",\"bad-url-token\",\"delim-token\",\"number-token\",\"percentage-token\",\"dimension-token\",\"whitespace-token\",\"CDO-token\",\"CDC-token\",\"colon-token\",\"semicolon-token\",\"comma-token\",\"[-token\",\"]-token\",\"(-token\",\")-token\",\"{-token\",\"}-token\"]},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{OffsetToLocation:()=>o});var i=n(37),r=n(33);function a(e){let t=e.source,n=t.length,a=t.length>0?(0,r.isBOM)(t.charCodeAt(0)):0,o=(0,i.adoptBuffer)(e.lines,n),s=(0,i.adoptBuffer)(e.columns,n),_=e.startLine,l=e.startColumn;for(let c=a;c<n;c++){let u=t.charCodeAt(c);o[c]=_,s[c]=l++,(10===u||13===u||12===u)&&(13===u&&c+1<n&&10===t.charCodeAt(c+1)&&(o[++c]=_,s[c]=l),_++,l=1)}o[n]=_,s[n]=l,e.lines=o,e.columns=s,e.computed=!0}class o{constructor(){this.lines=null,this.columns=null,this.computed=!1}setSource(e,t=0,n=1,i=1){this.source=e,this.startOffset=t,this.startLine=n,this.startColumn=i,this.computed=!1}getLocation(e,t){return this.computed||a(this),{source:t,offset:this.startOffset+e,line:this.lines[e],column:this.columns[e]}}getLocationRange(e,t,n){return this.computed||a(this),{source:n,start:{offset:this.startOffset+e,line:this.lines[e],column:this.columns[e]},end:{offset:this.startOffset+t,line:this.lines[t],column:this.columns[t]}}}}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{adoptBuffer:()=>i});function i(e=null,t){return null===e||e.length<t?new Uint32Array(Math.max(t+1024,16384)):e}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{TokenStream:()=>_});var i=n(37),r=n(34),a=n(35),o=n(32);let s=new Map([[o.Function,o.RightParenthesis],[o.LeftParenthesis,o.RightParenthesis],[o.LeftSquareBracket,o.RightSquareBracket],[o.LeftCurlyBracket,o.RightCurlyBracket]]);class _{constructor(e,t){this.setSource(e,t)}reset(){this.eof=!1,this.tokenIndex=-1,this.tokenType=0,this.tokenStart=this.firstCharOffset,this.tokenEnd=this.firstCharOffset}setSource(e=\"\",t=()=>{}){e=String(e||\"\");let n=e.length,r=(0,i.adoptBuffer)(this.offsetAndType,e.length+1),a=(0,i.adoptBuffer)(this.balance,e.length+1),_=0,l=0,c=0,u=-1;for(this.offsetAndType=null,this.balance=null,t(e,(e,t,i)=>{switch(e){default:a[_]=n;break;case l:{let p=16777215&c;for(l=(c=a[p])>>24,a[_]=p,a[p++]=_;p<_;p++)a[p]===n&&(a[p]=_);break}case o.LeftParenthesis:case o.Function:case o.LeftSquareBracket:case o.LeftCurlyBracket:a[_]=c,c=(l=s.get(e))<<24|_}r[_++]=e<<24|i,-1===u&&(u=t)}),r[_]=o.EOF<<24|n,a[_]=n,a[n]=n;0!==c;){let p=16777215&c;c=a[p],a[p]=n}this.source=e,this.firstCharOffset=-1===u?0:u,this.tokenCount=_,this.offsetAndType=r,this.balance=a,this.reset(),this.next()}lookupType(e){return(e+=this.tokenIndex)<this.tokenCount?this.offsetAndType[e]>>24:o.EOF}lookupOffset(e){return(e+=this.tokenIndex)<this.tokenCount?16777215&this.offsetAndType[e-1]:this.source.length}lookupValue(e,t){return(e+=this.tokenIndex)<this.tokenCount&&(0,r.cmpStr)(this.source,16777215&this.offsetAndType[e-1],16777215&this.offsetAndType[e],t)}getTokenStart(e){return e===this.tokenIndex?this.tokenStart:e>0?e<this.tokenCount?16777215&this.offsetAndType[e-1]:16777215&this.offsetAndType[this.tokenCount]:this.firstCharOffset}substrToCursor(e){return this.source.substring(e,this.tokenStart)}isBalanceEdge(e){return this.balance[this.tokenIndex]<e}isDelim(e,t){return t?this.lookupType(t)===o.Delim&&this.source.charCodeAt(this.lookupOffset(t))===e:this.tokenType===o.Delim&&this.source.charCodeAt(this.tokenStart)===e}skip(e){let t=this.tokenIndex+e;t<this.tokenCount?(this.tokenIndex=t,this.tokenStart=16777215&this.offsetAndType[t-1],t=this.offsetAndType[t],this.tokenType=t>>24,this.tokenEnd=16777215&t):(this.tokenIndex=this.tokenCount,this.next())}next(){let e=this.tokenIndex+1;e<this.tokenCount?(this.tokenIndex=e,this.tokenStart=this.tokenEnd,e=this.offsetAndType[e],this.tokenType=e>>24,this.tokenEnd=16777215&e):(this.eof=!0,this.tokenIndex=this.tokenCount,this.tokenType=o.EOF,this.tokenStart=this.tokenEnd=this.source.length)}skipSC(){for(;this.tokenType===o.WhiteSpace||this.tokenType===o.Comment;)this.next()}skipUntilBalanced(e,t){let n=e,i,r;loop:for(;n<this.tokenCount;n++){if((i=this.balance[n])<e)break loop;switch(r=n>0?16777215&this.offsetAndType[n-1]:this.firstCharOffset,t(this.source.charCodeAt(r))){case 1:break loop;case 2:n++;break loop;default:this.balance[i]===n&&(n=i)}}this.skip(n-this.tokenIndex)}forEachToken(e){for(let t=0,n=this.firstCharOffset;t<this.tokenCount;t++){let i=n,r=this.offsetAndType[t],a=16777215&r,o=r>>24;n=a,e(o,i,a,t)}}dump(){let e=Array(this.tokenCount);return this.forEachToken((t,n,i,r)=>{e[r]={idx:r,type:a.default[t],chunk:this.source.substring(n,i),balance:this.balance[r]}}),e}}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{createParser:()=>u});var i=n(40),r=n(41),a=n(31),o=n(43);let s=()=>{};function _(e){return function(){return this[e]()}}function l(e){let t=Object.create(null);for(let n in e){let i=e[n];i.parse&&(t[n]=i.parse)}return t}function c(e){let t={context:Object.create(null),scope:Object.assign(Object.create(null),e.scope),atrule:l(e.atrule),pseudo:l(e.pseudo),node:l(e.node)};for(let n in e.parseContext)switch(typeof e.parseContext[n]){case\"function\":t.context[n]=e.parseContext[n];break;case\"string\":t.context[n]=_(e.parseContext[n])}return{config:t,...t,...t.node}}function u(e){let t=\"\",n=\"<unknown>\",_=!1,l=s,u=!1,p=new a.OffsetToLocation,$=Object.assign(new a.TokenStream,c(e||{}),{parseAtrulePrelude:!0,parseRulePrelude:!0,parseValue:!0,parseCustomProperty:!1,readSequence:o.readSequence,consumeUntilBalanceEnd:()=>0,consumeUntilLeftCurlyBracket:e=>123===e?1:0,consumeUntilLeftCurlyBracketOrSemicolon:e=>123===e||59===e?1:0,consumeUntilExclamationMarkOrSemicolon:e=>33===e||59===e?1:0,consumeUntilSemicolonIncluded:e=>59===e?2:0,createList:()=>new i.List,createSingleNodeList:e=>new i.List().appendData(e),getFirstListNode:e=>e&&e.first,getLastListNode:e=>e&&e.last,parseWithFallback(e,t){let n=this.tokenIndex;try{return e.call(this)}catch(i){if(u)throw i;let r=t.call(this,n);return u=!0,l(i,r),u=!1,r}},lookupNonWSType(e){let t;do if((t=this.lookupType(e++))!==a.WhiteSpace)return t;while(0!==t);return 0},charCodeAt:e=>e>=0&&e<t.length?t.charCodeAt(e):0,substring:(e,n)=>t.substring(e,n),substrToCursor(e){return this.source.substring(e,this.tokenStart)},cmpChar:(e,n)=>(0,a.cmpChar)(t,e,n),cmpStr:(e,n,i)=>(0,a.cmpStr)(t,e,n,i),consume(e){let t=this.tokenStart;return this.eat(e),this.substrToCursor(t)},consumeFunctionName(){let e=t.substring(this.tokenStart,this.tokenEnd-1);return this.eat(a.Function),e},consumeNumber(e){let n=t.substring(this.tokenStart,(0,a.consumeNumber)(t,this.tokenStart));return this.eat(e),n},eat(e){if(this.tokenType!==e){let t=a.tokenNames[e].slice(0,-6).replace(/-/g,\" \").replace(/^./,e=>e.toUpperCase()),n=`${/[[\\](){}]/.test(t)?`\"${t}\"`:t} is expected`,i=this.tokenStart;switch(e){case a.Ident:this.tokenType===a.Function||this.tokenType===a.Url?(i=this.tokenEnd-1,n=\"Identifier is expected but function found\"):n=\"Identifier is expected\";break;case a.Hash:this.isDelim(35)&&(this.next(),i++,n=\"Name is expected\");break;case a.Percentage:this.tokenType===a.Number&&(i=this.tokenEnd,n=\"Percent sign is expected\")}this.error(n,i)}this.next()},eatIdent(e){(this.tokenType!==a.Ident||!1===this.lookupValue(0,e))&&this.error(`Identifier \"${e}\" is expected`),this.next()},eatDelim(e){this.isDelim(e)||this.error(`Delim \"${String.fromCharCode(e)}\" is expected`),this.next()},getLocation:(e,t)=>_?p.getLocationRange(e,t,n):null,getLocationFromList(e){if(_){let t=this.getFirstListNode(e),i=this.getLastListNode(e);return p.getLocationRange(null!==t?t.loc.start.offset-p.startOffset:this.tokenStart,null!==i?i.loc.end.offset-p.startOffset:this.tokenStart,n)}return null},error(e,n){let i=void 0!==n&&n<t.length?p.getLocation(n):this.eof?p.getLocation((0,a.findWhiteSpaceStart)(t,t.length-1)):p.getLocation(this.tokenStart);throw new r.SyntaxError(e||\"Unexpected input\",t,i.offset,i.line,i.column)}}),d=function(e,i){t=e,i=i||{},$.setSource(t,a.tokenize),p.setSource(t,i.offset,i.line,i.column),n=i.filename||\"<unknown>\",_=Boolean(i.positions),l=\"function\"==typeof i.onParseError?i.onParseError:s,u=!1,$.parseAtrulePrelude=!(\"parseAtrulePrelude\"in i)||Boolean(i.parseAtrulePrelude),$.parseRulePrelude=!(\"parseRulePrelude\"in i)||Boolean(i.parseRulePrelude),$.parseValue=!(\"parseValue\"in i)||Boolean(i.parseValue),$.parseCustomProperty=\"parseCustomProperty\"in i&&Boolean(i.parseCustomProperty);let{context:r=\"default\",onComment:o}=i;if(r in $.context==!1)throw Error(\"Unknown context `\"+r+\"`\");\"function\"==typeof o&&$.forEachToken((e,n,i)=>{if(e===a.Comment){let r=$.getLocation(n,i),s=(0,a.cmpStr)(t,i-2,i,\"*/\")?t.slice(n+2,i-2):t.slice(n+2,i);o(s,r)}});let c=$.context[r].call($,i);return $.eof||$.error(),c};return Object.assign(d,{SyntaxError:r.SyntaxError,config:$.config})}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{List:()=>r});let i=null;class r{static createItem(e){return{prev:null,next:null,data:e}}constructor(){this.head=null,this.tail=null,this.cursor=null}createItem(e){return r.createItem(e)}allocateCursor(e,t){let n;return null!==i?(n=i,i=i.cursor,n.prev=e,n.next=t,n.cursor=this.cursor):n={prev:e,next:t,cursor:this.cursor},this.cursor=n,n}releaseCursor(){let{cursor:e}=this;this.cursor=e.cursor,e.prev=null,e.next=null,e.cursor=i,i=e}updateCursors(e,t,n,i){let{cursor:r}=this;for(;null!==r;)r.prev===e&&(r.prev=t),r.next===n&&(r.next=i),r=r.cursor}*[Symbol.iterator](){for(let e=this.head;null!==e;e=e.next)yield e.data}get size(){let e=0;for(let t=this.head;null!==t;t=t.next)e++;return e}get isEmpty(){return null===this.head}get first(){return this.head&&this.head.data}get last(){return this.tail&&this.tail.data}fromArray(e){let t=null;for(let n of(this.head=null,e)){let i=r.createItem(n);null!==t?t.next=i:this.head=i,i.prev=t,t=i}return this.tail=t,this}toArray(){return[...this]}toJSON(){return[...this]}forEach(e,t=this){let n=this.allocateCursor(null,this.head);for(;null!==n.next;){let i=n.next;n.next=i.next,e.call(t,i.data,i,this)}this.releaseCursor()}forEachRight(e,t=this){let n=this.allocateCursor(this.tail,null);for(;null!==n.prev;){let i=n.prev;n.prev=i.prev,e.call(t,i.data,i,this)}this.releaseCursor()}reduce(e,t,n=this){let i=this.allocateCursor(null,this.head),r=t,a;for(;null!==i.next;)a=i.next,i.next=a.next,r=e.call(n,r,a.data,a,this);return this.releaseCursor(),r}reduceRight(e,t,n=this){let i=this.allocateCursor(this.tail,null),r=t,a;for(;null!==i.prev;)a=i.prev,i.prev=a.prev,r=e.call(n,r,a.data,a,this);return this.releaseCursor(),r}some(e,t=this){for(let n=this.head;null!==n;n=n.next)if(e.call(t,n.data,n,this))return!0;return!1}map(e,t=this){let n=new r;for(let i=this.head;null!==i;i=i.next)n.appendData(e.call(t,i.data,i,this));return n}filter(e,t=this){let n=new r;for(let i=this.head;null!==i;i=i.next)e.call(t,i.data,i,this)&&n.appendData(i.data);return n}nextUntil(e,t,n=this){if(null===e)return;let i=this.allocateCursor(null,e);for(;null!==i.next;){let r=i.next;if(i.next=r.next,t.call(n,r.data,r,this))break}this.releaseCursor()}prevUntil(e,t,n=this){if(null===e)return;let i=this.allocateCursor(e,null);for(;null!==i.prev;){let r=i.prev;if(i.prev=r.prev,t.call(n,r.data,r,this))break}this.releaseCursor()}clear(){this.head=null,this.tail=null}copy(){let e=new r;for(let t of this)e.appendData(t);return e}prepend(e){return this.updateCursors(null,e,this.head,e),null!==this.head?(this.head.prev=e,e.next=this.head):this.tail=e,this.head=e,this}prependData(e){return this.prepend(r.createItem(e))}append(e){return this.insert(e)}appendData(e){return this.insert(r.createItem(e))}insert(e,t=null){if(null!==t){if(this.updateCursors(t.prev,e,t,e),null===t.prev){if(this.head!==t)throw Error(\"before doesn't belong to list\");this.head=e,t.prev=e,e.next=t,this.updateCursors(null,e)}else t.prev.next=e,e.prev=t.prev,t.prev=e,e.next=t}else this.updateCursors(this.tail,e,null,e),null!==this.tail?(this.tail.next=e,e.prev=this.tail):this.head=e,this.tail=e;return this}insertData(e,t){return this.insert(r.createItem(e),t)}remove(e){if(this.updateCursors(e,e.prev,e,e.next),null!==e.prev)e.prev.next=e.next;else{if(this.head!==e)throw Error(\"item doesn't belong to list\");this.head=e.next}if(null!==e.next)e.next.prev=e.prev;else{if(this.tail!==e)throw Error(\"item doesn't belong to list\");this.tail=e.prev}return e.prev=null,e.next=null,e}push(e){this.insert(r.createItem(e))}pop(){return null!==this.tail?this.remove(this.tail):null}unshift(e){this.prepend(r.createItem(e))}shift(){return null!==this.head?this.remove(this.head):null}prependList(e){return this.insertList(e,this.head)}appendList(e){return this.insertList(e)}insertList(e,t){return null===e.head||(null!=t?(this.updateCursors(t.prev,e.tail,t,e.head),null!==t.prev?(t.prev.next=e.head,e.head.prev=t.prev):this.head=e.head,t.prev=e.tail,e.tail.next=t):(this.updateCursors(this.tail,e.tail,null,e.head),null!==this.tail?(this.tail.next=e.head,e.head.prev=this.tail):this.head=e.head,this.tail=e.tail),e.head=null,e.tail=null),this}replace(e,t){\"head\"in t?this.insertList(t,e):this.insert(t,e),this.remove(e)}}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{SyntaxError:()=>o});var i=n(42);let r=\"    \";function a({source:e,line:t,column:n},i){function a(e,t){return o.slice(e,t).map((t,n)=>String(e+n+1).padStart(l)+\" |\"+t).join(\"\\n\")}let o=e.split(/\\r\\n?|\\n|\\f/),s=Math.max(1,t-i)-1,_=Math.min(t+i,o.length+1),l=Math.max(4,String(_).length)+1,c=0;(n+=(r.length-1)*(o[t-1].substr(0,n-1).match(/\\t/g)||[]).length)>100&&(c=n-60+3,n=58);for(let u=s;u<=_;u++)u>=0&&u<o.length&&(o[u]=o[u].replace(/\\t/g,r),o[u]=(c>0&&o[u].length>c?\"…\":\"\")+o[u].substr(c,98)+(o[u].length>c+100-1?\"…\":\"\"));return[a(s,t),Array(n+l+2).join(\"-\")+\"^\",a(t,_)].filter(Boolean).join(\"\\n\")}function o(e,t,n,r,o){let s=Object.assign((0,i.createCustomError)(\"SyntaxError\",e),{source:t,offset:n,line:r,column:o,sourceFragment:e=>a({source:t,line:r,column:o},isNaN(e)?0:e),get formattedMessage(){return`Parse error: ${e}\n`+a({source:t,line:r,column:o},2)}});return s}},(e,t,n)=>{\"use strict\";function i(e,t){let n=Object.create(SyntaxError.prototype),i=Error();return Object.assign(n,{name:e,message:t,get stack(){return(i.stack||\"\").replace(/^(.+\\n){1,3}/,`${e}: ${t}\n`)}})}n.r(t),n.d(t,{createCustomError:()=>i})},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{readSequence:()=>r});var i=n(31);function r(e){let t=this.createList(),n=!1,r={recognizer:e};for(;!this.eof;){switch(this.tokenType){case i.Comment:this.next();continue;case i.WhiteSpace:n=!0,this.next();continue}let a=e.getNode.call(this,r);if(void 0===a)break;n&&(e.onWhiteSpace&&e.onWhiteSpace.call(this,a,t,r),n=!1),t.push(a)}return n&&e.onWhiteSpace&&e.onWhiteSpace.call(this,null,t,r),t}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{createGenerator:()=>_});var i=n(31),r=n(45),a=n(52);function o(e,t){if(\"function\"==typeof t){let n=null;e.children.forEach(e=>{null!==n&&t.call(this,n),this.node(e),n=e});return}e.children.forEach(this.node,this)}function s(e){(0,i.tokenize)(e,(t,n,i)=>{this.token(t,e.slice(n,i))})}function _(e){let t=new Map;for(let n in e.node)t.set(n,e.node[n].generate);return function(e,n){let _=\"\",l=0,c={node(e){if(t.has(e.type))t.get(e.type).call(u,e);else throw Error(\"Unknown node type: \"+e.type)},tokenBefore:a.safe,token(e,t){l=this.tokenBefore(l,e,t),this.emit(t,e,!1),e===i.Delim&&92===t.charCodeAt(0)&&this.emit(\"\\n\",i.WhiteSpace,!0)},emit(e){_+=e},result:()=>_};n&&(\"function\"==typeof n.decorator&&(c=n.decorator(c)),n.sourceMap&&(c=(0,r.generateSourceMap)(c)),n.mode in a&&(c.tokenBefore=a[n.mode]));let u={node:e=>c.node(e),children:o,token:(e,t)=>c.token(e,t),tokenize:s};return c.node(e),c.result()}}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{generateSourceMap:()=>a});var i=n(46);let r=new Set([\"Atrule\",\"Selector\",\"Declaration\"]);function a(e){let t=new i.SourceMapGenerator,n={line:1,column:0},a={line:0,column:0},o={line:1,column:0},s={generated:o},_=1,l=0,c=!1,u=e.node;e.node=function(e){if(e.loc&&e.loc.start&&r.has(e.type)){let i=e.loc.start.line,p=e.loc.start.column-1;(a.line!==i||a.column!==p)&&(a.line=i,a.column=p,n.line=_,n.column=l,c&&(c=!1,(n.line!==o.line||n.column!==o.column)&&t.addMapping(s)),c=!0,t.addMapping({source:e.loc.source,original:a,generated:n}))}u.call(this,e),c&&r.has(e.type)&&(o.line=_,o.column=l)};let p=e.emit;e.emit=function(e,t,n){for(let i=0;i<e.length;i++)10===e.charCodeAt(i)?(_++,l=0):l++;p(e,t,n)};let $=e.result;return e.result=function(){return c&&t.addMapping(s),{css:$(),map:t}},e}},(e,t,n)=>{var i=n(47),r=n(49),a=n(50).ArraySet,o=n(51).MappingList;function s(e){e||(e={}),this._file=r.getArg(e,\"file\",null),this._sourceRoot=r.getArg(e,\"sourceRoot\",null),this._skipValidation=r.getArg(e,\"skipValidation\",!1),this._sources=new a,this._names=new a,this._mappings=new o,this._sourcesContents=null}s.prototype._version=3,s.fromSourceMap=function e(t){var n=t.sourceRoot,i=new s({file:t.file,sourceRoot:n});return t.eachMapping(function(e){var t={generated:{line:e.generatedLine,column:e.generatedColumn}};null!=e.source&&(t.source=e.source,null!=n&&(t.source=r.relative(n,t.source)),t.original={line:e.originalLine,column:e.originalColumn},null!=e.name&&(t.name=e.name)),i.addMapping(t)}),t.sources.forEach(function(e){var a=e;null!==n&&(a=r.relative(n,e)),i._sources.has(a)||i._sources.add(a);var o=t.sourceContentFor(e);null!=o&&i.setSourceContent(e,o)}),i},s.prototype.addMapping=function e(t){var n=r.getArg(t,\"generated\"),i=r.getArg(t,\"original\",null),a=r.getArg(t,\"source\",null),o=r.getArg(t,\"name\",null);this._skipValidation||this._validateMapping(n,i,a,o),null==a||(a=String(a),this._sources.has(a)||this._sources.add(a)),null==o||(o=String(o),this._names.has(o)||this._names.add(o)),this._mappings.add({generatedLine:n.line,generatedColumn:n.column,originalLine:null!=i&&i.line,originalColumn:null!=i&&i.column,source:a,name:o})},s.prototype.setSourceContent=function e(t,n){var i=t;null!=this._sourceRoot&&(i=r.relative(this._sourceRoot,i)),null!=n?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[r.toSetString(i)]=n):this._sourcesContents&&(delete this._sourcesContents[r.toSetString(i)],0===Object.keys(this._sourcesContents).length&&(this._sourcesContents=null))},s.prototype.applySourceMap=function e(t,n,i){var o=n;if(null==n){if(null==t.file)throw Error('SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map\\'s \"file\" property. Both were omitted.');o=t.file}var s=this._sourceRoot;null!=s&&(o=r.relative(s,o));var _=new a,l=new a;this._mappings.unsortedForEach(function(e){if(e.source===o&&null!=e.originalLine){var n=t.originalPositionFor({line:e.originalLine,column:e.originalColumn});null!=n.source&&(e.source=n.source,null!=i&&(e.source=r.join(i,e.source)),null!=s&&(e.source=r.relative(s,e.source)),e.originalLine=n.line,e.originalColumn=n.column,null!=n.name&&(e.name=n.name))}var a=e.source;null==a||_.has(a)||_.add(a);var c=e.name;null==c||l.has(c)||l.add(c)},this),this._sources=_,this._names=l,t.sources.forEach(function(e){var n=t.sourceContentFor(e);null!=n&&(null!=i&&(e=r.join(i,e)),null!=s&&(e=r.relative(s,e)),this.setSourceContent(e,n))},this)},s.prototype._validateMapping=function e(t,n,i,r){if(n&&\"number\"!=typeof n.line&&\"number\"!=typeof n.column)throw Error(\"original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.\");if(!t||!(\"line\"in t)||!(\"column\"in t)||!(t.line>0)||!(t.column>=0)||n||i||r){if(!t||!(\"line\"in t)||!(\"column\"in t)||!n||!(\"line\"in n)||!(\"column\"in n)||!(t.line>0)||!(t.column>=0)||!(n.line>0)||!(n.column>=0)||!i)throw Error(\"Invalid mapping: \"+JSON.stringify({generated:t,source:i,original:n,name:r}))}},s.prototype._serializeMappings=function e(){for(var t,n,a,o,s=0,_=1,l=0,c=0,u=0,p=0,$=\"\",d=this._mappings.toArray(),m=0,h=d.length;m<h;m++){if(n=d[m],t=\"\",n.generatedLine!==_)for(s=0;n.generatedLine!==_;)t+=\";\",_++;else if(m>0){if(!r.compareByGeneratedPositionsInflated(n,d[m-1]))continue;t+=\",\"}t+=i.encode(n.generatedColumn-s),s=n.generatedColumn,null!=n.source&&(o=this._sources.indexOf(n.source),t+=i.encode(o-p),p=o,t+=i.encode(n.originalLine-1-c),c=n.originalLine-1,t+=i.encode(n.originalColumn-l),l=n.originalColumn,null!=n.name&&(a=this._names.indexOf(n.name),t+=i.encode(a-u),u=a)),$+=t}return $},s.prototype._generateSourcesContent=function e(t,n){return t.map(function(e){if(!this._sourcesContents)return null;null!=n&&(e=r.relative(n,e));var t=r.toSetString(e);return Object.prototype.hasOwnProperty.call(this._sourcesContents,t)?this._sourcesContents[t]:null},this)},s.prototype.toJSON=function e(){var t={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return null!=this._file&&(t.file=this._file),null!=this._sourceRoot&&(t.sourceRoot=this._sourceRoot),this._sourcesContents&&(t.sourcesContent=this._generateSourcesContent(t.sources,t.sourceRoot)),t},s.prototype.toString=function e(){return JSON.stringify(this.toJSON())},t.SourceMapGenerator=s},(e,t,n)=>{var i=n(48),r=5,a=1<<r,o=a-1,s=a;function _(e){return e<0?(-e<<1)+1:(e<<1)+0}function l(e){var t=e>>1;return(1&e)==1?-t:t}t.encode=function e(t){var n,a=\"\",l=_(t);do n=l&o,(l>>>=r)>0&&(n|=s),a+=i.encode(n);while(l>0);return a},t.decode=function e(t,n,a){var _,c,u=t.length,p=0,$=0;do{if(n>=u)throw Error(\"Expected more digits in base 64 VLQ value.\");if(-1===(c=i.decode(t.charCodeAt(n++))))throw Error(\"Invalid base64 digit: \"+t.charAt(n-1));_=!!(c&s),c&=o,p+=c<<$,$+=r}while(_);a.value=l(p),a.rest=n}},(e,t)=>{var n=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\".split(\"\");t.encode=function(e){if(0<=e&&e<n.length)return n[e];throw TypeError(\"Must be between 0 and 63: \"+e)},t.decode=function(e){return 65<=e&&e<=90?e-65:97<=e&&e<=122?e-97+26:48<=e&&e<=57?e-48+52:43==e?62:47==e?63:-1}},(e,t)=>{function n(e,t,n){if(t in e)return e[t];if(3===arguments.length)return n;throw Error('\"'+t+'\" is a required argument.')}t.getArg=n;var i=/^(?:([\\w+\\-.]+):)?\\/\\/(?:(\\w+:\\w+)@)?([\\w.-]*)(?::(\\d+))?(.*)$/,r=/^data:.+\\,.+$/;function a(e){var t=e.match(i);return t?{scheme:t[1],auth:t[2],host:t[3],port:t[4],path:t[5]}:null}function o(e){var t=\"\";return e.scheme&&(t+=e.scheme+\":\"),t+=\"//\",e.auth&&(t+=e.auth+\"@\"),e.host&&(t+=e.host),e.port&&(t+=\":\"+e.port),e.path&&(t+=e.path),t}t.urlParse=a,t.urlGenerate=o;var s=32;function _(e){var t=[];return function(n){for(var i=0;i<t.length;i++)if(t[i].input===n){var r=t[0];return t[0]=t[i],t[i]=r,t[0].result}var a=e(n);return t.unshift({input:n,result:a}),t.length>s&&t.pop(),a}}var l=_(function e(n){var i=n,r=a(n);if(r){if(!r.path)return n;i=r.path}for(var s=t.isAbsolute(i),_=[],l=0,c=0;;){if(l=c,-1===(c=i.indexOf(\"/\",l))){_.push(i.slice(l));break}for(_.push(i.slice(l,c));c<i.length&&\"/\"===i[c];)c++}for(var u,p=0,c=_.length-1;c>=0;c--)\".\"===(u=_[c])?_.splice(c,1):\"..\"===u?p++:p>0&&(\"\"===u?(_.splice(c+1,p),p=0):(_.splice(c,2),p--));return(\"\"===(i=_.join(\"/\"))&&(i=s?\"/\":\".\"),r)?(r.path=i,o(r)):i});function c(e,t){\"\"===e&&(e=\".\"),\"\"===t&&(t=\".\");var n=a(t),i=a(e);if(i&&(e=i.path||\"/\"),n&&!n.scheme)return i&&(n.scheme=i.scheme),o(n);if(n||t.match(r))return t;if(i&&!i.host&&!i.path)return i.host=t,o(i);var s=\"/\"===t.charAt(0)?t:l(e.replace(/\\/+$/,\"\")+\"/\"+t);return i?(i.path=s,o(i)):s}function u(e,t){\"\"===e&&(e=\".\"),e=e.replace(/\\/$/,\"\");for(var n=0;0!==t.indexOf(e+\"/\");){var i=e.lastIndexOf(\"/\");if(i<0||(e=e.slice(0,i)).match(/^([^\\/]+:\\/)?\\/*$/))return t;++n}return Array(n+1).join(\"../\")+t.substr(e.length+1)}t.normalize=l,t.join=c,t.isAbsolute=function(e){return\"/\"===e.charAt(0)||i.test(e)},t.relative=u;var p=!(\"__proto__\"in Object.create(null));function $(e){return e}function d(e){return h(e)?\"$\"+e:e}function m(e){return h(e)?e.slice(1):e}function h(e){if(!e)return!1;var t=e.length;if(t<9||95!==e.charCodeAt(t-1)||95!==e.charCodeAt(t-2)||111!==e.charCodeAt(t-3)||116!==e.charCodeAt(t-4)||111!==e.charCodeAt(t-5)||114!==e.charCodeAt(t-6)||112!==e.charCodeAt(t-7)||95!==e.charCodeAt(t-8)||95!==e.charCodeAt(t-9))return!1;for(var n=t-10;n>=0;n--)if(36!==e.charCodeAt(n))return!1;return!0}function f(e,t,n){var i=b(e.source,t.source);return 0!==i||0!=(i=e.originalLine-t.originalLine)||0!=(i=e.originalColumn-t.originalColumn)||n||0!=(i=e.generatedColumn-t.generatedColumn)||0!=(i=e.generatedLine-t.generatedLine)?i:b(e.name,t.name)}function g(e,t,n){var i;return 0!=(i=e.originalLine-t.originalLine)||0!=(i=e.originalColumn-t.originalColumn)||n||0!=(i=e.generatedColumn-t.generatedColumn)||0!=(i=e.generatedLine-t.generatedLine)?i:b(e.name,t.name)}function x(e,t,n){var i=e.generatedLine-t.generatedLine;return 0!==i||0!=(i=e.generatedColumn-t.generatedColumn)||n||0!==(i=b(e.source,t.source))||0!=(i=e.originalLine-t.originalLine)||0!=(i=e.originalColumn-t.originalColumn)?i:b(e.name,t.name)}function v(e,t,n){var i=e.generatedColumn-t.generatedColumn;return 0!==i||n||0!==(i=b(e.source,t.source))||0!=(i=e.originalLine-t.originalLine)||0!=(i=e.originalColumn-t.originalColumn)?i:b(e.name,t.name)}function b(e,t){return e===t?0:null===e?1:null===t?-1:e>t?1:-1}function k(e,t){var n=e.generatedLine-t.generatedLine;return 0!==n||0!=(n=e.generatedColumn-t.generatedColumn)||0!==(n=b(e.source,t.source))||0!=(n=e.originalLine-t.originalLine)||0!=(n=e.originalColumn-t.originalColumn)?n:b(e.name,t.name)}function T(e){return JSON.parse(e.replace(/^\\)]}'[^\\n]*\\n/,\"\"))}function E(e,t,n){if(t=t||\"\",e&&(\"/\"!==e[e.length-1]&&\"/\"!==t[0]&&(e+=\"/\"),t=e+t),n){var i=a(n);if(!i)throw Error(\"sourceMapURL could not be parsed\");if(i.path){var r=i.path.lastIndexOf(\"/\");r>=0&&(i.path=i.path.substring(0,r+1))}t=c(o(i),t)}return l(t)}t.toSetString=p?$:d,t.fromSetString=p?$:m,t.compareByOriginalPositions=f,t.compareByOriginalPositionsNoSource=g,t.compareByGeneratedPositionsDeflated=x,t.compareByGeneratedPositionsDeflatedNoLine=v,t.compareByGeneratedPositionsInflated=k,t.parseSourceMapInput=T,t.computeSourceURL=E},(e,t,n)=>{var i=n(49),r=Object.prototype.hasOwnProperty,a=\"undefined\"!=typeof Map;function o(){this._array=[],this._set=a?new Map:Object.create(null)}o.fromArray=function e(t,n){for(var i=new o,r=0,a=t.length;r<a;r++)i.add(t[r],n);return i},o.prototype.size=function e(){return a?this._set.size:Object.getOwnPropertyNames(this._set).length},o.prototype.add=function e(t,n){var o=a?t:i.toSetString(t),s=a?this.has(t):r.call(this._set,o),_=this._array.length;(!s||n)&&this._array.push(t),s||(a?this._set.set(t,_):this._set[o]=_)},o.prototype.has=function e(t){if(a)return this._set.has(t);var n=i.toSetString(t);return r.call(this._set,n)},o.prototype.indexOf=function e(t){if(a){var n=this._set.get(t);if(n>=0)return n}else{var o=i.toSetString(t);if(r.call(this._set,o))return this._set[o]}throw Error('\"'+t+'\" is not in the set.')},o.prototype.at=function e(t){if(t>=0&&t<this._array.length)return this._array[t];throw Error(\"No element indexed by \"+t)},o.prototype.toArray=function e(){return this._array.slice()},t.ArraySet=o},(e,t,n)=>{var i=n(49);function r(e,t){var n=e.generatedLine,r=t.generatedLine,a=e.generatedColumn,o=t.generatedColumn;return r>n||r==n&&o>=a||0>=i.compareByGeneratedPositionsInflated(e,t)}function a(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}a.prototype.unsortedForEach=function e(t,n){this._array.forEach(t,n)},a.prototype.add=function e(t){r(this._last,t)?(this._last=t,this._array.push(t)):(this._sorted=!1,this._array.push(t))},a.prototype.toArray=function e(){return this._sorted||(this._array.sort(i.compareByGeneratedPositionsInflated),this._sorted=!0),this._array},t.MappingList=a},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{spec:()=>_,safe:()=>l});var i=n(31);let r=(e,t)=>{if(e===i.Delim&&(e=t),\"string\"==typeof e){let n=e.charCodeAt(0);return n>127?32768:n<<8}return e},a=[[i.Ident,i.Ident],[i.Ident,i.Function],[i.Ident,i.Url],[i.Ident,i.BadUrl],[i.Ident,\"-\"],[i.Ident,i.Number],[i.Ident,i.Percentage],[i.Ident,i.Dimension],[i.Ident,i.CDC],[i.Ident,i.LeftParenthesis],[i.AtKeyword,i.Ident],[i.AtKeyword,i.Function],[i.AtKeyword,i.Url],[i.AtKeyword,i.BadUrl],[i.AtKeyword,\"-\"],[i.AtKeyword,i.Number],[i.AtKeyword,i.Percentage],[i.AtKeyword,i.Dimension],[i.AtKeyword,i.CDC],[i.Hash,i.Ident],[i.Hash,i.Function],[i.Hash,i.Url],[i.Hash,i.BadUrl],[i.Hash,\"-\"],[i.Hash,i.Number],[i.Hash,i.Percentage],[i.Hash,i.Dimension],[i.Hash,i.CDC],[i.Dimension,i.Ident],[i.Dimension,i.Function],[i.Dimension,i.Url],[i.Dimension,i.BadUrl],[i.Dimension,\"-\"],[i.Dimension,i.Number],[i.Dimension,i.Percentage],[i.Dimension,i.Dimension],[i.Dimension,i.CDC],[\"#\",i.Ident],[\"#\",i.Function],[\"#\",i.Url],[\"#\",i.BadUrl],[\"#\",\"-\"],[\"#\",i.Number],[\"#\",i.Percentage],[\"#\",i.Dimension],[\"#\",i.CDC],[\"-\",i.Ident],[\"-\",i.Function],[\"-\",i.Url],[\"-\",i.BadUrl],[\"-\",\"-\"],[\"-\",i.Number],[\"-\",i.Percentage],[\"-\",i.Dimension],[\"-\",i.CDC],[i.Number,i.Ident],[i.Number,i.Function],[i.Number,i.Url],[i.Number,i.BadUrl],[i.Number,i.Number],[i.Number,i.Percentage],[i.Number,i.Dimension],[i.Number,\"%\"],[i.Number,i.CDC],[\"@\",i.Ident],[\"@\",i.Function],[\"@\",i.Url],[\"@\",i.BadUrl],[\"@\",\"-\"],[\"@\",i.CDC],[\".\",i.Number],[\".\",i.Percentage],[\".\",i.Dimension],[\"+\",i.Number],[\"+\",i.Percentage],[\"+\",i.Dimension],[\"/\",\"*\"]],o=a.concat([[i.Ident,i.Hash],[i.Dimension,i.Hash],[i.Hash,i.Hash],[i.AtKeyword,i.LeftParenthesis],[i.AtKeyword,i.String],[i.AtKeyword,i.Colon],[i.Percentage,i.Percentage],[i.Percentage,i.Dimension],[i.Percentage,i.Function],[i.Percentage,\"-\"],[i.RightParenthesis,i.Ident],[i.RightParenthesis,i.Function],[i.RightParenthesis,i.Percentage],[i.RightParenthesis,i.Dimension],[i.RightParenthesis,i.Hash],[i.RightParenthesis,\"-\"]]);function s(e){let t=new Set(e.map(([e,t])=>r(e)<<16|r(t)));return function(e,n,a){let o=r(n,a),s=a.charCodeAt(0),_=45===s&&n!==i.Ident&&n!==i.Function&&n!==i.CDC||43===s?t.has(e<<16|s<<8):t.has(e<<16|o);return _&&this.emit(\" \",i.WhiteSpace,!0),o}}let _=s(a),l=s(o)},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{createConvertor:()=>r});var i=n(40);function r(e){return{fromPlainObject:function(t){return e(t,{enter:function(e){e.children&&e.children instanceof i.List==!1&&(e.children=new i.List().fromArray(e.children))}}),t},toPlainObject:function(t){return e(t,{leave:function(e){e.children&&e.children instanceof i.List&&(e.children=e.children.toArray())}}),t}}}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{createWalker:()=>u});let{hasOwnProperty:i}=Object.prototype,r=function(){};function a(e){return\"function\"==typeof e?e:r}function o(e,t){return function(n,i,r){n.type===t&&e.call(this,n,i,r)}}function s(e,t){let n=t.structure,r=[];for(let a in n){if(!1===i.call(n,a))continue;let o=n[a],s={name:a,type:!1,nullable:!1};for(let _ of(Array.isArray(o)||(o=[o]),o))null===_?s.nullable=!0:\"string\"==typeof _?s.type=\"node\":Array.isArray(_)&&(s.type=\"list\");s.type&&r.push(s)}return r.length?{context:t.walkContext,fields:r}:null}function _(e){let t={};for(let n in e.node)if(i.call(e.node,n)){let r=e.node[n];if(!r.structure)throw Error(\"Missed `structure` field in `\"+n+\"` node type definition\");t[n]=s(n,r)}return t}function l(e,t){let n=e.fields.slice(),i=e.context,r=\"string\"==typeof i;return t&&n.reverse(),function(e,a,o,s){let _;for(let l of(r&&(_=a[i],a[i]=e),n)){let c=e[l.name];if(!l.nullable||c){if(\"list\"===l.type){let u=t?c.reduceRight(s,!1):c.reduce(s,!1);if(u)return!0}else if(o(c))return!0}}r&&(a[i]=_)}}function c({StyleSheet:e,Atrule:t,Rule:n,Block:i,DeclarationList:r}){return{Atrule:{StyleSheet:e,Atrule:t,Rule:n,Block:i},Rule:{StyleSheet:e,Atrule:t,Rule:n,Block:i},Declaration:{StyleSheet:e,Atrule:t,Rule:n,Block:i,DeclarationList:r}}}function u(e){let t=_(e),n={},s={},u=Symbol(\"break-walk\"),p=Symbol(\"skip-node\");for(let $ in t)i.call(t,$)&&null!==t[$]&&(n[$]=l(t[$],!1),s[$]=l(t[$],!0));let d=c(n),m=c(s),h=function(e,i){function _(e,t,n){let i=l.call(f,e,t,n);return i===u||i!==p&&(!!($.hasOwnProperty(e.type)&&$[e.type](e,f,_,h))||c.call(f,e,t,n)===u)}let l=r,c=r,$=n,h=(e,t,n,i)=>e||_(t,n,i),f={break:u,skip:p,root:e,stylesheet:null,atrule:null,atrulePrelude:null,rule:null,selector:null,block:null,declaration:null,function:null};if(\"function\"==typeof i)l=i;else if(i&&(l=a(i.enter),c=a(i.leave),i.reverse&&($=s),i.visit)){if(d.hasOwnProperty(i.visit))$=i.reverse?m[i.visit]:d[i.visit];else if(!t.hasOwnProperty(i.visit))throw Error(\"Bad value `\"+i.visit+\"` for `visit` option (should be: \"+Object.keys(t).sort().join(\", \")+\")\");l=o(l,i.visit),c=o(c,i.visit)}if(l===r&&c===r)throw Error(\"Neither `enter` nor `leave` walker handler is set or both aren't a function\");_(e)};return h.break=u,h.skip=p,h.find=function(e,t){let n=null;return h(e,function(e,i,r){if(t.call(this,e,i,r))return n=e,u}),n},h.findLast=function(e,t){let n=null;return h(e,{reverse:!0,enter:function(e,i,r){if(t.call(this,e,i,r))return n=e,u}}),n},h.findAll=function(e,t){let n=[];return h(e,function(e,i,r){t.call(this,e,i,r)&&n.push(e)}),n},h}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{Lexer:()=>v});var i=n(56),r=n(58),a=n(59),o=n(62),s=n(67),_=n(68),l=n(69),c=n(70),u=n(71),p=n(72);let $=(0,_.buildMatchGraph)(\"inherit | initial | unset\"),d=(0,_.buildMatchGraph)(\"inherit | initial | unset | <-ms-legacy-expression>\");function m(e,t,n){let i={};for(let r in e)e[r].syntax&&(i[r]=n?e[r].syntax:(0,o.generate)(e[r].syntax,{compact:t}));return i}function h(e,t,n){let i={};for(let[r,a]of Object.entries(e))i[r]={prelude:a.prelude&&(n?a.prelude.syntax:(0,o.generate)(a.prelude.syntax,{compact:t})),descriptors:a.descriptors&&m(a.descriptors,t,n)};return i}function f(e){for(let t=0;t<e.length;t++)if(\"var(\"===e[t].value.toLowerCase())return!0;return!1}function g(e,t,n){return{matched:e,iterations:n,error:t,...c}}function x(e,t,n,r){let a=(0,s.default)(n,e.syntax),o;return f(a)?g(null,Error(\"Matching for a tree with var() is not supported\")):(r&&(o=(0,l.matchAsTree)(a,e.valueCommonSyntax,e)),r&&o.match||(o=(0,l.matchAsTree)(a,t.match,e)).match)?g(o.match,null,o.iterations):g(null,new i.SyntaxMatchError(o.reason,t.syntax,n,o),o.iterations)}class v{constructor(e,t,n){if(this.valueCommonSyntax=$,this.syntax=t,this.generic=!1,this.atrules=Object.create(null),this.properties=Object.create(null),this.types=Object.create(null),this.structure=n||(0,p.getStructureFromConfig)(e),e){if(e.types)for(let i in e.types)this.addType_(i,e.types[i]);if(e.generic)for(let r in this.generic=!0,a.default)this.addType_(r,a.default[r]);if(e.atrules)for(let o in e.atrules)this.addAtrule_(o,e.atrules[o]);if(e.properties)for(let s in e.properties)this.addProperty_(s,e.properties[s])}}checkStructure(e){function t(e,t){i.push({node:e,message:t})}let n=this.structure,i=[];return this.syntax.walk(e,function(e){n.hasOwnProperty(e.type)?n[e.type].check(e,t):t(e,\"Unknown node type `\"+e.type+\"`\")}),!!i.length&&i}createDescriptor(e,t,n,i=null){let r={type:t,name:n},a={type:t,name:n,parent:i,serializable:\"string\"==typeof e||e&&\"string\"==typeof e.type,syntax:null,match:null};return\"function\"==typeof e?a.match=(0,_.buildMatchGraph)(e,r):(\"string\"==typeof e?Object.defineProperty(a,\"syntax\",{get:()=>(Object.defineProperty(a,\"syntax\",{value:(0,o.parse)(e)}),a.syntax)}):a.syntax=e,Object.defineProperty(a,\"match\",{get:()=>(Object.defineProperty(a,\"match\",{value:(0,_.buildMatchGraph)(a.syntax,r)}),a.match)})),a}addAtrule_(e,t){t&&(this.atrules[e]={type:\"Atrule\",name:e,prelude:t.prelude?this.createDescriptor(t.prelude,\"AtrulePrelude\",e):null,descriptors:t.descriptors?Object.keys(t.descriptors).reduce((n,i)=>(n[i]=this.createDescriptor(t.descriptors[i],\"AtruleDescriptor\",i,e),n),Object.create(null)):null})}addProperty_(e,t){t&&(this.properties[e]=this.createDescriptor(t,\"Property\",e))}addType_(e,t){t&&(this.types[e]=this.createDescriptor(t,\"Type\",e),t===a.default[\"-ms-legacy-expression\"]&&(this.valueCommonSyntax=d))}checkAtruleName(e){if(!this.getAtrule(e))return new i.SyntaxReferenceError(\"Unknown at-rule\",\"@\"+e)}checkAtrulePrelude(e,t){let n=this.checkAtruleName(e);if(n)return n;let i=this.getAtrule(e);return!i.prelude&&t?SyntaxError(\"At-rule `@\"+e+\"` should not contain a prelude\"):i.prelude&&!t?SyntaxError(\"At-rule `@\"+e+\"` should contain a prelude\"):void 0}checkAtruleDescriptorName(e,t){let n=this.checkAtruleName(e);if(n)return n;let a=this.getAtrule(e),o=r.keyword(t);return a.descriptors?a.descriptors[o.name]||a.descriptors[o.basename]?void 0:new i.SyntaxReferenceError(\"Unknown at-rule descriptor\",t):SyntaxError(\"At-rule `@\"+e+\"` has no known descriptors\")}checkPropertyName(e){if(!this.getProperty(e))return new i.SyntaxReferenceError(\"Unknown property\",e)}matchAtrulePrelude(e,t){let n=this.checkAtrulePrelude(e,t);return n?g(null,n):t?x(this,this.getAtrule(e).prelude,t,!1):g(null,null)}matchAtruleDescriptor(e,t,n){let i=this.checkAtruleDescriptorName(e,t);if(i)return g(null,i);let a=this.getAtrule(e),o=r.keyword(t);return x(this,a.descriptors[o.name]||a.descriptors[o.basename],n,!1)}matchDeclaration(e){return\"Declaration\"!==e.type?g(null,Error(\"Not a Declaration node\")):this.matchProperty(e.property,e.value)}matchProperty(e,t){if(r.property(e).custom)return g(null,Error(\"Lexer matching doesn't applicable for custom properties\"));let n=this.checkPropertyName(e);return n?g(null,n):x(this,this.getProperty(e),t,!0)}matchType(e,t){let n=this.getType(e);return n?x(this,n,t,!1):g(null,new i.SyntaxReferenceError(\"Unknown type\",e))}match(e,t){return\"string\"==typeof e||e&&e.type?(\"string\"!=typeof e&&e.match||(e=this.createDescriptor(e,\"Type\",\"anonymous\")),x(this,e,t,!1)):g(null,new i.SyntaxReferenceError(\"Bad syntax\"))}findValueFragments(e,t,n,i){return(0,u.matchFragments)(this,t,this.matchProperty(e,t),n,i)}findDeclarationValueFragments(e,t,n){return(0,u.matchFragments)(this,e.value,this.matchDeclaration(e),t,n)}findAllFragments(e,t,n){let i=[];return this.syntax.walk(e,{visit:\"Declaration\",enter:e=>{i.push.apply(i,this.findDeclarationValueFragments(e,t,n))}}),i}getAtrule(e,t=!0){let n=r.keyword(e),i=n.vendor&&t?this.atrules[n.name]||this.atrules[n.basename]:this.atrules[n.name];return i||null}getAtrulePrelude(e,t=!0){let n=this.getAtrule(e,t);return n&&n.prelude||null}getAtruleDescriptor(e,t){return this.atrules.hasOwnProperty(e)&&this.atrules.declarators&&this.atrules[e].declarators[t]||null}getProperty(e,t=!0){let n=r.property(e),i=n.vendor&&t?this.properties[n.name]||this.properties[n.basename]:this.properties[n.name];return i||null}getType(e){return hasOwnProperty.call(this.types,e)?this.types[e]:null}validate(){function e(i,r,a,s){if(a.has(r))return a.get(r);a.set(r,!1),null!==s.syntax&&(0,o.walk)(s.syntax,function(o){if(\"Type\"!==o.type&&\"Property\"!==o.type)return;let s=\"Type\"===o.type?i.types:i.properties,_=\"Type\"===o.type?t:n;(!hasOwnProperty.call(s,o.name)||e(i,o.name,_,s[o.name]))&&a.set(r,!0)},this)}let t=new Map,n=new Map;for(let i in this.types)e(this,i,t,this.types[i]);for(let r in this.properties)e(this,r,n,this.properties[r]);return(t=[...t.keys()].filter(e=>t.get(e)),n=[...n.keys()].filter(e=>n.get(e)),t.length||n.length)?{types:t,properties:n}:null}dump(e,t){return{generic:this.generic,types:m(this.types,!t,e),properties:m(this.properties,!t,e),atrules:h(this.atrules,!t,e)}}toString(){return JSON.stringify(this.dump())}}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{SyntaxReferenceError:()=>l,SyntaxMatchError:()=>c});var i=n(42),r=n(57);let a={offset:0,line:1,column:1};function o(e,t){let n=e.tokens,i=e.longestMatch,r=i<n.length&&n[i].node||null,o=r!==t?r:null,l=0,c=0,u=0,p=\"\",$,d;for(let m=0;m<n.length;m++){let h=n[m].value;m===i&&(c=h.length,l=p.length),null!==o&&n[m].node===o&&(m<=i?u++:u=0),p+=h}return i===n.length||u>1?($=s(o||t,\"end\")||_(a,p),d=_($)):($=s(o,\"start\")||_(s(t,\"start\")||a,p.slice(0,l)),d=s(o,\"end\")||_($,p.substr(l,c))),{css:p,mismatchOffset:l,mismatchLength:c,start:$,end:d}}function s(e,t){let n=e&&e.loc&&e.loc[t];return n?\"line\"in n?_(n):n:null}function _({offset:e,line:t,column:n},i){let r={offset:e,line:t,column:n};if(i){let a=i.split(/\\n|\\r\\n?|\\f/);r.offset+=i.length,r.line+=a.length-1,r.column=1===a.length?r.column+i.length:a.pop().length+1}return r}let l=function(e,t){let n=(0,i.createCustomError)(\"SyntaxReferenceError\",e+(t?\" `\"+t+\"`\":\"\"));return n.reference=t,n},c=function(e,t,n,a){let s=(0,i.createCustomError)(\"SyntaxMatchError\",e),{css:_,mismatchOffset:l,mismatchLength:c,start:u,end:p}=o(a,n);return s.rawMessage=e,s.syntax=t?(0,r.generate)(t):\"<generic>\",s.css=_,s.mismatchOffset=l,s.mismatchLength=c,s.message=e+\"\\n  syntax: \"+s.syntax+\"\\n   value: \"+(_||\"<empty string>\")+\"\\n  --------\"+Array(s.mismatchOffset+1).join(\"-\")+\"^\",Object.assign(s,u),s.loc={source:n&&n.loc&&n.loc.source||\"<unknown>\",start:u,end:p},s}},(e,t,n)=>{\"use strict\";function i(e){return e}function r(e){let{min:t,max:n,comma:i}=e;return 0===t&&0===n?\"*\":0===t&&1===n?\"?\":1===t&&0===n?i?\"#\":\"+\":1===t&&1===n?\"\":(i?\"#\":\"\")+(t===n?\"{\"+t+\"}\":\"{\"+t+\",\"+(0!==n?n:\"\")+\"}\")}function a(e){if(\"Range\"===e.type)return\" [\"+(null===e.min?\"-∞\":e.min)+\",\"+(null===e.max?\"∞\":e.max)+\"]\";throw Error(\"Unknown node type `\"+e.type+\"`\")}function o(e,t,n,i){let r=\" \"===e.combinator||i?e.combinator:\" \"+e.combinator+\" \",a=e.terms.map(e=>s(e,t,n,i)).join(r);return e.explicit||n?(i||\",\"===a[0]?\"[\":\"[ \")+a+(i?\"]\":\" ]\"):a}function s(e,t,n,i){let _;switch(e.type){case\"Group\":_=o(e,t,n,i)+(e.disallowEmpty?\"!\":\"\");break;case\"Multiplier\":return s(e.term,t,n,i)+t(r(e),e);case\"Type\":_=\"<\"+e.name+(e.opts?t(a(e.opts),e.opts):\"\")+\">\";break;case\"Property\":_=\"<'\"+e.name+\"'>\";break;case\"Keyword\":_=e.name;break;case\"AtKeyword\":_=\"@\"+e.name;break;case\"Function\":_=e.name+\"(\";break;case\"String\":case\"Token\":_=e.value;break;case\"Comma\":_=\",\";break;default:throw Error(\"Unknown node type `\"+e.type+\"`\")}return t(_,e)}function _(e,t){let n=i,r=!1,a=!1;return\"function\"==typeof t?n=t:t&&(r=Boolean(t.forceBraces),a=Boolean(t.compact),\"function\"==typeof t.decorate&&(n=t.decorate)),s(e,n,r,a)}n.r(t),n.d(t,{generate:()=>_})},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{keyword:()=>a,property:()=>o,vendorPrefix:()=>s,isCustomProperty:()=>_});let i=new Map,r=new Map,a=c,o=u,s=l;function _(e,t){return t=t||0,e.length-t>=2&&45===e.charCodeAt(t)&&45===e.charCodeAt(t+1)}function l(e,t){if(t=t||0,e.length-t>=3&&45===e.charCodeAt(t)&&45!==e.charCodeAt(t+1)){let n=e.indexOf(\"-\",t+2);if(-1!==n)return e.substring(t,n+1)}return\"\"}function c(e){if(i.has(e))return i.get(e);let t=e.toLowerCase(),n=i.get(t);if(void 0===n){let r=_(t,0),a=r?\"\":l(t,0);n=Object.freeze({basename:t.substr(a.length),name:t,prefix:a,vendor:a,custom:r})}return i.set(e,n),n}function u(e){if(r.has(e))return r.get(e);let t=e,n=e[0];\"/\"===n?n=\"/\"===e[1]?\"//\":\"/\":\"_\"!==n&&\"*\"!==n&&\"$\"!==n&&\"#\"!==n&&\"+\"!==n&&\"&\"!==n&&(n=\"\");let i=_(t,n.length);if(!i&&(t=t.toLowerCase(),r.has(t))){let a=r.get(t);return r.set(e,a),a}let o=i?\"\":l(t,n.length),s=t.substr(0,n.length+o.length),c=Object.freeze({basename:t.substr(s.length),name:t.substr(n.length),hack:n,vendor:o,prefix:s,custom:i});return r.set(e,c),c}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>M});var i=n(60),r=n(61),a=n(31);let o=[\"unset\",\"initial\",\"inherit\"],s=[\"calc(\",\"-moz-calc(\",\"-webkit-calc(\"],_=new Map([[a.Function,a.RightParenthesis],[a.LeftParenthesis,a.RightParenthesis],[a.LeftSquareBracket,a.RightSquareBracket],[a.LeftCurlyBracket,a.RightCurlyBracket]]),l=[\"px\",\"mm\",\"cm\",\"in\",\"pt\",\"pc\",\"q\",\"em\",\"ex\",\"ch\",\"rem\",\"vh\",\"vw\",\"vmin\",\"vmax\",\"vm\"],c=[\"deg\",\"grad\",\"rad\",\"turn\"],u=[\"s\",\"ms\"],p=[\"hz\",\"khz\"],$=[\"dpi\",\"dpcm\",\"dppx\",\"x\"],d=[\"fr\"],m=[\"db\"],h=[\"st\"];function f(e,t){return t<e.length?e.charCodeAt(t):0}function g(e,t){return(0,a.cmpStr)(e,0,e.length,t)}function x(e,t){for(let n=0;n<t.length;n++)if(g(e,t[n]))return!0;return!1}function v(e,t){return t===e.length-2&&92===f(e,t)&&(0,a.isDigit)(f(e,t+1))}function b(e,t,n){if(e&&\"Range\"===e.type){let i=Number(void 0!==n&&n!==t.length?t.substr(0,n):t);if(isNaN(i)||null!==e.min&&i<e.min||null!==e.max&&i>e.max)return!0}return!1}function k(e,t){let n=0,i=[],r=0;scan:do{switch(e.type){case a.RightCurlyBracket:case a.RightParenthesis:case a.RightSquareBracket:if(e.type!==n)break scan;if(n=i.pop(),0===i.length){r++;break scan}break;case a.Function:case a.LeftParenthesis:case a.LeftSquareBracket:case a.LeftCurlyBracket:i.push(n),n=_.get(e.type)}r++}while(e=t(r));return r}function T(e){return function(t,n,i){return null===t?0:t.type===a.Function&&x(t.value,s)?k(t,n):e(t,n,i)}}function E(e){return function(t){return null===t||t.type!==e?0:1}}function y(e){return e+=\"(\",function(t,n){return null!==t&&g(t.value,e)?k(t,n):0}}function A(e){if(null===e||e.type!==a.Ident)return 0;let t=e.value.toLowerCase();return x(t,o)||g(t,\"default\")?0:1}function C(e){return null===e||e.type!==a.Ident||45!==f(e.value,0)||45!==f(e.value,1)?0:1}function w(e){if(null===e||e.type!==a.Hash)return 0;let t=e.value.length;if(4!==t&&5!==t&&7!==t&&9!==t)return 0;for(let n=1;n<t;n++)if(!(0,a.isHexDigit)(f(e.value,n)))return 0;return 1}function S(e){return null!==e&&e.type===a.Hash&&(0,a.isIdentifierStart)(f(e.value,1),f(e.value,2),f(e.value,3))?1:0}function N(e,t){if(!e)return 0;let n=0,i=[],r=0;scan:do{switch(e.type){case a.BadString:case a.BadUrl:break scan;case a.RightCurlyBracket:case a.RightParenthesis:case a.RightSquareBracket:if(e.type!==n)break scan;n=i.pop();break;case a.Semicolon:if(0===n)break scan;break;case a.Delim:if(0===n&&\"!\"===e.value)break scan;break;case a.Function:case a.LeftParenthesis:case a.LeftSquareBracket:case a.LeftCurlyBracket:i.push(n),n=_.get(e.type)}r++}while(e=t(r));return r}function D(e,t){if(!e)return 0;let n=0,i=[],r=0;scan:do{switch(e.type){case a.BadString:case a.BadUrl:break scan;case a.RightCurlyBracket:case a.RightParenthesis:case a.RightSquareBracket:if(e.type!==n)break scan;n=i.pop();break;case a.Function:case a.LeftParenthesis:case a.LeftSquareBracket:case a.LeftCurlyBracket:i.push(n),n=_.get(e.type)}r++}while(e=t(r));return r}function P(e){return e&&(e=new Set(e)),function(t,n,i){if(null===t||t.type!==a.Dimension)return 0;let r=(0,a.consumeNumber)(t.value,0);if(null!==e){let o=t.value.indexOf(\"\\\\\",r),s=-1!==o&&v(t.value,o)?t.value.substring(r,o):t.value.substr(r);if(!1===e.has(s.toLowerCase()))return 0}return b(i,t.value,r)?0:1}}function O(e,t,n){return null===e||e.type!==a.Percentage||b(n,e.value,e.value.length-1)?0:1}function L(e){return\"function\"!=typeof e&&(e=function(){return 0}),function(t,n,i){return null!==t&&t.type===a.Number&&0===Number(t.value)?1:e(t,n,i)}}function I(e,t,n){if(null===e)return 0;let i=(0,a.consumeNumber)(e.value,0),r=i===e.value.length;return!r&&!v(e.value,i)||b(n,e.value,i)?0:1}function R(e,t,n){if(null===e||e.type!==a.Number)return 0;let i=43===f(e.value,0)||45===f(e.value,0)?1:0;for(;i<e.value.length;i++)if(!(0,a.isDigit)(f(e.value,i)))return 0;return b(n,e.value,i)?0:1}let M={\"ident-token\":E(a.Ident),\"function-token\":E(a.Function),\"at-keyword-token\":E(a.AtKeyword),\"hash-token\":E(a.Hash),\"string-token\":E(a.String),\"bad-string-token\":E(a.BadString),\"url-token\":E(a.Url),\"bad-url-token\":E(a.BadUrl),\"delim-token\":E(a.Delim),\"number-token\":E(a.Number),\"percentage-token\":E(a.Percentage),\"dimension-token\":E(a.Dimension),\"whitespace-token\":E(a.WhiteSpace),\"CDO-token\":E(a.CDO),\"CDC-token\":E(a.CDC),\"colon-token\":E(a.Colon),\"semicolon-token\":E(a.Semicolon),\"comma-token\":E(a.Comma),\"[-token\":E(a.LeftSquareBracket),\"]-token\":E(a.RightSquareBracket),\"(-token\":E(a.LeftParenthesis),\")-token\":E(a.RightParenthesis),\"{-token\":E(a.LeftCurlyBracket),\"}-token\":E(a.RightCurlyBracket),string:E(a.String),ident:E(a.Ident),\"custom-ident\":A,\"custom-property-name\":C,\"hex-color\":w,\"id-selector\":S,\"an-plus-b\":i.default,urange:r.default,\"declaration-value\":N,\"any-value\":D,dimension:T(P(null)),angle:T(P(c)),decibel:T(P(m)),frequency:T(P(p)),flex:T(P(d)),length:T(L(P(l))),resolution:T(P($)),semitones:T(P(h)),time:T(P(u)),percentage:T(O),zero:L(),number:T(I),integer:T(R),\"-ms-legacy-expression\":y(\"expression\")}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>_});var i=n(31);function r(e,t){return null!==e&&e.type===i.Delim&&e.value.charCodeAt(0)===t}function a(e,t,n){for(;null!==e&&(e.type===i.WhiteSpace||e.type===i.Comment);)e=n(++t);return t}function o(e,t,n,r){if(!e)return 0;let a=e.value.charCodeAt(t);if(43===a||45===a){if(n)return 0;t++}for(;t<e.value.length;t++)if(!(0,i.isDigit)(e.value.charCodeAt(t)))return 0;return r+1}function s(e,t,n){let s=!1,_=a(e,t,n);if(null===(e=n(_)))return t;if(e.type!==i.Number){if(!(r(e,43)||r(e,45)))return t;if(s=!0,_=a(n(++_),_,n),null===(e=n(_))||e.type!==i.Number)return 0}if(!s){let l=e.value.charCodeAt(0);if(43!==l&&45!==l)return 0}return o(e,s?0:1,s,_)}function _(e,t){let n=0;if(!e)return 0;if(e.type===i.Number)return o(e,0,!1,n);if(e.type===i.Ident&&45===e.value.charCodeAt(0)){if(!(0,i.cmpChar)(e.value,1,110))return 0;switch(e.value.length){case 2:return s(t(++n),n,t);case 3:if(45!==e.value.charCodeAt(2))break;return n=a(t(++n),n,t),o(e=t(n),0,!0,n);default:if(45!==e.value.charCodeAt(2))break;return o(e,3,!0,n)}}else if(e.type===i.Ident||r(e,43)&&t(n+1).type===i.Ident){if(e.type!==i.Ident&&(e=t(++n)),null===e||!(0,i.cmpChar)(e.value,0,110))return 0;switch(e.value.length){case 1:return s(t(++n),n,t);case 2:if(45!==e.value.charCodeAt(1))break;return n=a(t(++n),n,t),o(e=t(n),0,!0,n);default:if(45!==e.value.charCodeAt(1))break;return o(e,2,!0,n)}}else if(e.type===i.Dimension){let _=e.value.charCodeAt(0),l=43===_||45===_?1:0,c=l;for(;c<e.value.length&&(0,i.isDigit)(e.value.charCodeAt(c));c++);return c!==l&&(0,i.cmpChar)(e.value,c,110)?c+1===e.value.length?s(t(++n),n,t):45!==e.value.charCodeAt(c+1)?0:c+2===e.value.length?(n=a(t(++n),n,t),o(e=t(n),0,!0,n)):o(e,c+2,!0,n):0}return 0}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>_});var i=n(31);function r(e,t){return null!==e&&e.type===i.Delim&&e.value.charCodeAt(0)===t}function a(e,t){return e.value.charCodeAt(0)===t}function o(e,t,n){let r=0;for(let a=t;a<e.value.length;a++){let s=e.value.charCodeAt(a);if(45===s&&n&&0!==r)return o(e,t+r+1,!1),6;if(!(0,i.isHexDigit)(s)||++r>6)return 0}return r}function s(e,t,n){if(!e)return 0;for(;r(n(t),63);){if(++e>6)return 0;t++}return t}function _(e,t){let n=0;if(null===e||e.type!==i.Ident||!(0,i.cmpChar)(e.value,0,117)||null===(e=t(++n)))return 0;if(r(e,43))return null===(e=t(++n))?0:e.type===i.Ident?s(o(e,0,!0),++n,t):r(e,63)?s(1,++n,t):0;if(e.type===i.Number){let _=o(e,1,!0);return 0===_?0:null===(e=t(++n))?n:e.type===i.Dimension||e.type===i.Number?a(e,45)&&o(e,1,!1)?n+1:0:s(_,n,t)}return e.type===i.Dimension?s(o(e,1,!0),++n,t):0}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{SyntaxError:()=>i.SyntaxError,generate:()=>r.generate,parse:()=>a.parse,walk:()=>o.walk});var i=n(63),r=n(57),a=n(64),o=n(66)},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{SyntaxError:()=>r});var i=n(42);function r(e,t,n){return Object.assign((0,i.createCustomError)(\"SyntaxError\",e),{input:t,offset:n,rawMessage:e,message:e+\"\\n  \"+t+\"\\n--\"+Array((n||t.length)+1).join(\"-\")+\"^\"})}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{parse:()=>k});var i=n(65);let r=new Uint8Array(128).map((e,t)=>/[a-zA-Z0-9\\-]/.test(String.fromCharCode(t))?1:0),a={\" \":1,\"&&\":2,\"||\":3,\"|\":4};function o(e){return e.substringToPos(e.findWsEnd(e.pos))}function s(e){let t=e.pos;for(;t<e.str.length;t++){let n=e.str.charCodeAt(t);if(n>=128||0===r[n])break}return e.pos===t&&e.error(\"Expect a keyword\"),e.substringToPos(t)}function _(e){let t=e.pos;for(;t<e.str.length;t++){let n=e.str.charCodeAt(t);if(n<48||n>57)break}return e.pos===t&&e.error(\"Expect a number\"),e.substringToPos(t)}function l(e){let t=e.str.indexOf(\"'\",e.pos+1);return -1===t&&(e.pos=e.str.length,e.error(\"Expect an apostrophe\")),e.substringToPos(t+1)}function c(e){let t=null,n=null;return e.eat(123),t=_(e),44===e.charCode()?(e.pos++,125!==e.charCode()&&(n=_(e))):n=t,e.eat(125),{min:Number(t),max:n?Number(n):0}}function u(e){let t=null,n=!1;switch(e.charCode()){case 42:e.pos++,t={min:0,max:0};break;case 43:e.pos++,t={min:1,max:0};break;case 63:e.pos++,t={min:0,max:1};break;case 35:e.pos++,n=!0,t=123===e.charCode()?c(e):{min:1,max:0};break;case 123:t=c(e);break;default:return null}return{type:\"Multiplier\",comma:n,min:t.min,max:t.max,term:null}}function p(e,t){let n=u(e);return null!==n?(n.term=t,n):t}function $(e){let t=e.peek();return\"\"===t?null:{type:\"Token\",value:t}}function d(e){let t;return e.eat(60),e.eat(39),t=s(e),e.eat(39),e.eat(62),p(e,{type:\"Property\",name:t})}function m(e){let t=null,n=null,i=1;return(e.eat(91),45===e.charCode()&&(e.peek(),i=-1),-1==i&&8734===e.charCode()?e.peek():t=i*Number(_(e)),o(e),e.eat(44),o(e),8734===e.charCode()?e.peek():(i=1,45===e.charCode()&&(e.peek(),i=-1),n=i*Number(_(e))),e.eat(93),null===t&&null===n)?null:{type:\"Range\",min:t,max:n}}function h(e){let t,n=null;return e.eat(60),t=s(e),40===e.charCode()&&41===e.nextCharCode()&&(e.pos+=2,t+=\"()\"),91===e.charCodeAt(e.findWsEnd(e.pos))&&(o(e),n=m(e)),e.eat(62),p(e,{type:\"Type\",name:t,opts:n})}function f(e){let t=s(e);return 40===e.charCode()?(e.pos++,{type:\"Function\",name:t}):p(e,{type:\"Keyword\",name:t})}function g(e,t){function n(e,t){return{type:\"Group\",terms:e,combinator:t,disallowEmpty:!1,explicit:!1}}let i;for(t=Object.keys(t).sort((e,t)=>a[e]-a[t]);t.length>0;){i=t.shift();let r=0,o=0;for(;r<e.length;r++){let s=e[r];\"Combinator\"===s.type&&(s.value===i?(-1===o&&(o=r-1),e.splice(r,1),r--):(-1!==o&&r-o>1&&(e.splice(o,r-o,n(e.slice(o,r),i)),r=o+1),o=-1))}-1!==o&&t.length&&e.splice(o,r-o,n(e.slice(o,r),i))}return i}function x(e){let t=[],n={},i,r=null,a=e.pos;for(;i=b(e);)\"Spaces\"!==i.type&&(\"Combinator\"===i.type?((null===r||\"Combinator\"===r.type)&&(e.pos=a,e.error(\"Unexpected combinator\")),n[i.value]=!0):null!==r&&\"Combinator\"!==r.type&&(n[\" \"]=!0,t.push({type:\"Combinator\",value:\" \"})),t.push(i),r=i,a=e.pos);return null!==r&&\"Combinator\"===r.type&&(e.pos-=a,e.error(\"Unexpected combinator\")),{type:\"Group\",terms:t,combinator:g(t,n)||\" \",disallowEmpty:!1,explicit:!1}}function v(e){let t;return e.eat(91),t=x(e),e.eat(93),t.explicit=!0,33===e.charCode()&&(e.pos++,t.disallowEmpty=!0),t}function b(e){let t=e.charCode();if(t<128&&1===r[t])return f(e);switch(t){case 93:case 42:case 43:case 63:case 35:case 33:break;case 91:return p(e,v(e));case 60:return 39===e.nextCharCode()?d(e):h(e);case 124:return{type:\"Combinator\",value:e.substringToPos(e.pos+(124===e.nextCharCode()?2:1))};case 38:return e.pos++,e.eat(38),{type:\"Combinator\",value:\"&&\"};case 44:return e.pos++,{type:\"Comma\"};case 39:return p(e,{type:\"String\",value:l(e)});case 32:case 9:case 10:case 13:case 12:return{type:\"Spaces\",value:o(e)};case 64:if((t=e.nextCharCode())<128&&1===r[t])return e.pos++,{type:\"AtKeyword\",name:s(e)};return $(e);case 123:if((t=e.nextCharCode())<48||t>57)return $(e);break;default:return $(e)}}function k(e){let t=new i.Tokenizer(e),n=x(t);return(t.pos!==e.length&&t.error(\"Unexpected input\"),1===n.terms.length&&\"Group\"===n.terms[0].type)?n.terms[0]:n}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{Tokenizer:()=>r});var i=n(63);class r{constructor(e){this.str=e,this.pos=0}charCodeAt(e){return e<this.str.length?this.str.charCodeAt(e):0}charCode(){return this.charCodeAt(this.pos)}nextCharCode(){return this.charCodeAt(this.pos+1)}nextNonWsCode(e){return this.charCodeAt(this.findWsEnd(e))}findWsEnd(e){for(;e<this.str.length;e++){let t=this.str.charCodeAt(e);if(13!==t&&10!==t&&12!==t&&32!==t&&9!==t)break}return e}substringToPos(e){return this.str.substring(this.pos,this.pos=e)}eat(e){this.charCode()!==e&&this.error(\"Expect `\"+String.fromCharCode(e)+\"`\"),this.pos++}peek(){return this.pos<this.str.length?this.str.charAt(this.pos++):\"\"}error(e){throw new i.SyntaxError(e,this.str,this.pos)}}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{walk:()=>a});let i=function(){};function r(e){return\"function\"==typeof e?e:i}function a(e,t,n){let a=i,o=i;if(\"function\"==typeof t?a=t:t&&(a=r(t.enter),o=r(t.leave)),a===i&&o===i)throw Error(\"Neither `enter` nor `leave` walker handler is set or both aren't a function\");!function e(t){switch(a.call(n,t),t.type){case\"Group\":t.terms.forEach(e);break;case\"Multiplier\":e(t.term);break;case\"Type\":case\"Property\":case\"Keyword\":case\"AtKeyword\":case\"Function\":case\"String\":case\"Token\":case\"Comma\":break;default:throw Error(\"Unknown type: \"+t.type)}o.call(n,t)}(e,n)}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>o});var i=n(31);let r={decorator:function(e){let t=[],n=null;return{...e,node(t){let i=n;n=t,e.node.call(this,t),n=i},emit(e,i,r){t.push({type:i,value:e,node:r?null:n})},result:()=>t}}};function a(e){let t=[];return(0,i.tokenize)(e,(n,i,r)=>t.push({type:n,value:e.slice(i,r),node:null})),t}function o(e,t){return\"string\"==typeof e?a(e):t.generate(e,r)}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{MATCH:()=>r,MISMATCH:()=>a,DISALLOW_EMPTY:()=>o,buildMatchGraph:()=>$});var i=n(64);let r={type:\"Match\"},a={type:\"Mismatch\"},o={type:\"DisallowEmpty\"};function s(e,t,n){return t===r&&n===a||e===r&&t===r&&n===r?e:(\"If\"===e.type&&e.else===a&&t===r&&(t=e.then,e=e.match),{type:\"If\",match:e,then:t,else:n})}function _(e){return e.length>2&&40===e.charCodeAt(e.length-2)&&41===e.charCodeAt(e.length-1)}function l(e){return\"Keyword\"===e.type||\"AtKeyword\"===e.type||\"Function\"===e.type||\"Type\"===e.type&&_(e.name)}function c(e,t,n){switch(e){case\" \":{let i=r;for(let o=t.length-1;o>=0;o--){let u=t[o];i=s(u,i,a)}return i}case\"|\":{let p=a,$=null;for(let d=t.length-1;d>=0;d--){let m=t[d];if(l(m)&&(null===$&&d>0&&l(t[d-1])&&($=Object.create(null),p=s({type:\"Enum\",map:$},r,p)),null!==$)){let h=(_(m.name)?m.name.slice(0,-1):m.name).toLowerCase();if(h in $==!1){$[h]=m;continue}}$=null,p=s(m,r,p)}return p}case\"&&\":{if(t.length>5)return{type:\"MatchOnce\",terms:t,all:!0};let f=a;for(let g=t.length-1;g>=0;g--){let x=t[g],v;v=t.length>1?c(e,t.filter(function(e){return e!==x}),!1):r,f=s(x,v,f)}return f}case\"||\":{if(t.length>5)return{type:\"MatchOnce\",terms:t,all:!1};let b=n?r:a;for(let k=t.length-1;k>=0;k--){let T=t[k],E;E=t.length>1?c(e,t.filter(function(e){return e!==T}),!0):r,b=s(T,E,b)}return b}}}function u(e){let t=r,n=p(e.term);if(0===e.max)n=s(n,o,a),(t=s(n,null,a)).then=s(r,r,t),e.comma&&(t.then.else=s({type:\"Comma\",syntax:e},t,a));else for(let i=e.min||1;i<=e.max;i++)e.comma&&t!==r&&(t=s({type:\"Comma\",syntax:e},t,a)),t=s(n,s(r,r,t),a);if(0===e.min)t=s(r,r,t);else for(let _=0;_<e.min-1;_++)e.comma&&t!==r&&(t=s({type:\"Comma\",syntax:e},t,a)),t=s(n,t,a);return t}function p(e){if(\"function\"==typeof e)return{type:\"Generic\",fn:e};switch(e.type){case\"Group\":{let t=c(e.combinator,e.terms.map(p),!1);return e.disallowEmpty&&(t=s(t,o,a)),t}case\"Multiplier\":return u(e);case\"Type\":case\"Property\":return{type:e.type,name:e.name,syntax:e};case\"Keyword\":return{type:e.type,name:e.name.toLowerCase(),syntax:e};case\"AtKeyword\":return{type:e.type,name:\"@\"+e.name.toLowerCase(),syntax:e};case\"Function\":return{type:e.type,name:e.name.toLowerCase()+\"(\",syntax:e};case\"String\":if(3===e.value.length)return{type:\"Token\",value:e.value.charAt(1),syntax:e};return{type:e.type,value:e.value.substr(1,e.value.length-2).replace(/\\\\'/g,\"'\"),syntax:e};case\"Token\":return{type:e.type,value:e.value,syntax:e};case\"Comma\":return{type:e.type,syntax:e};default:throw Error(\"Unknown node type:\",e.type)}}function $(e,t){return\"string\"==typeof e&&(e=(0,i.parse)(e)),{type:\"MatchGraph\",match:p(e),syntax:t||null,source:e}}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{totalIterationCount:()=>_,matchAsList:()=>m,matchAsTree:()=>h});var i=n(68),r=n(32);let{hasOwnProperty:a}=Object.prototype,o=0,s=\"Match\",_=0;function l(e){let t=null,n=null,i=e;for(;null!==i;)n=i.prev,i.prev=t,t=i,i=n;return t}function c(e,t){if(e.length!==t.length)return!1;for(let n=0;n<e.length;n++){let i=t.charCodeAt(n),r=e.charCodeAt(n);if(r>=65&&r<=90&&(r|=32),r!==i)return!1}return!0}function u(e){return e.type===r.Delim&&\"?\"!==e.value}function p(e){return null===e||e.type===r.Comma||e.type===r.Function||e.type===r.LeftParenthesis||e.type===r.LeftSquareBracket||e.type===r.LeftCurlyBracket||u(e)}function $(e){return null===e||e.type===r.RightParenthesis||e.type===r.RightSquareBracket||e.type===r.RightCurlyBracket||e.type===r.Delim}function d(e,t,n){function l(){do A=++C<e.length?e[C]:null;while(null!==A&&(A.type===r.WhiteSpace||A.type===r.Comment))}function u(t){let n=C+t;return n<e.length?e[n]:null}function d(e,t){return{nextState:e,matchStack:S,syntaxStack:v,thenStack:b,tokenIndex:C,prev:t}}function m(e){b={nextState:e,matchStack:S,syntaxStack:v,prev:b}}function h(e){k=d(e,k)}function f(){S={type:1,syntax:t.syntax,token:A,prev:S},l(),T=null,C>w&&(w=C)}function g(){v={syntax:t.syntax,opts:t.syntax.opts||null!==v&&v.opts||null,prev:v},S={type:2,syntax:t.syntax,token:S.token,prev:S}}function x(){S=2===S.type?S.prev:{type:3,syntax:v.syntax,token:S.token,prev:S},v=v.prev}let v=null,b=null,k=null,T=null,E=0,y=null,A=null,C=-1,w=0,S={type:o,syntax:null,token:null,prev:null};for(l();null===y&&++E<15e3;)switch(t.type){case\"Match\":if(null===b){if(null!==A&&(C!==e.length-1||\"\\\\0\"!==A.value&&\"\\\\9\"!==A.value)){t=i.MISMATCH;break}y=s;break}if((t=b.nextState)===i.DISALLOW_EMPTY){if(b.matchStack===S){t=i.MISMATCH;break}t=i.MATCH}for(;b.syntaxStack!==v;)x();b=b.prev;break;case\"Mismatch\":if(null!==T&&!1!==T)(null===k||C>k.tokenIndex)&&(k=T,T=!1);else if(null===k){y=\"Mismatch\";break}t=k.nextState,b=k.thenStack,v=k.syntaxStack,S=k.matchStack,A=(C=k.tokenIndex)<e.length?e[C]:null,k=k.prev;break;case\"MatchGraph\":t=t.match;break;case\"If\":t.else!==i.MISMATCH&&h(t.else),t.then!==i.MATCH&&m(t.then),t=t.match;break;case\"MatchOnce\":t={type:\"MatchOnceBuffer\",syntax:t,index:0,mask:0};break;case\"MatchOnceBuffer\":{let N=t.syntax.terms;if(t.index===N.length){if(0===t.mask||t.syntax.all){t=i.MISMATCH;break}t=i.MATCH;break}if(t.mask===(1<<N.length)-1){t=i.MATCH;break}for(;t.index<N.length;t.index++){let D=1<<t.index;if((t.mask&D)==0){h(t),m({type:\"AddMatchOnce\",syntax:t.syntax,mask:t.mask|D}),t=N[t.index++];break}}break}case\"AddMatchOnce\":t={type:\"MatchOnceBuffer\",syntax:t.syntax,index:0,mask:t.mask};break;case\"Enum\":if(null!==A){let P=A.value.toLowerCase();if(-1!==P.indexOf(\"\\\\\")&&(P=P.replace(/\\\\[09].*$/,\"\")),a.call(t.map,P)){t=t.map[P];break}}t=i.MISMATCH;break;case\"Generic\":{let O=null!==v?v.opts:null,L=C+Math.floor(t.fn(A,u,O));if(!isNaN(L)&&L>C){for(;C<L;)f();t=i.MATCH}else t=i.MISMATCH;break}case\"Type\":case\"Property\":{let I=\"Type\"===t.type?\"types\":\"properties\",R=a.call(n,I)?n[I][t.name]:null;if(!R||!R.match)throw Error(\"Bad syntax reference: \"+(\"Type\"===t.type?\"<\"+t.name+\">\":\"<'\"+t.name+\"'>\"));if(!1!==T&&null!==A&&\"Type\"===t.type){let M=\"custom-ident\"===t.name&&A.type===r.Ident||\"length\"===t.name&&\"0\"===A.value;if(M){null===T&&(T=d(t,k)),t=i.MISMATCH;break}}g(),t=R.match;break}case\"Keyword\":{let F=t.name;if(null!==A){let B=A.value;if(-1!==B.indexOf(\"\\\\\")&&(B=B.replace(/\\\\[09].*$/,\"\")),c(B,F)){f(),t=i.MATCH;break}}t=i.MISMATCH;break}case\"AtKeyword\":case\"Function\":if(null!==A&&c(A.value,t.name)){f(),t=i.MATCH;break}t=i.MISMATCH;break;case\"Token\":if(null!==A&&A.value===t.value){f(),t=i.MATCH;break}t=i.MISMATCH;break;case\"Comma\":null!==A&&A.type===r.Comma?p(S.token)?t=i.MISMATCH:(f(),t=$(A)?i.MISMATCH:i.MATCH):t=p(S.token)||$(A)?i.MATCH:i.MISMATCH;break;case\"String\":let H=\"\",j=C;for(;j<e.length&&H.length<t.value.length;j++)H+=e[j].value;if(c(H,t.value)){for(;C<j;)f();t=i.MATCH}else t=i.MISMATCH;break;default:throw Error(\"Unknown node type: \"+t.type)}switch(_+=E,y){case null:console.warn(\"[csstree-match] BREAK after 15000 iterations\"),y=\"Maximum iteration number exceeded (please fill an issue on https://github.com/csstree/csstree/issues)\",S=null;break;case s:for(;null!==v;)x();break;default:S=null}return{tokens:e,reason:y,iterations:E,match:S,longestMatch:w}}function m(e,t,n){let i=d(e,t,n||{});if(null!==i.match){let r=l(i.match).prev;for(i.match=[];null!==r;){switch(r.type){case 2:case 3:i.match.push({type:r.type,syntax:r.syntax});break;default:i.match.push({token:r.token.value,node:r.token.node})}r=r.prev}}return i}function h(e,t,n){let i=d(e,t,n||{});if(null===i.match)return i;let r=i.match,a=i.match={syntax:t.syntax||null,match:[]},o=[a];for(r=l(r).prev;null!==r;){switch(r.type){case 2:a.match.push(a={syntax:r.syntax,match:[]}),o.push(a);break;case 3:o.pop(),a=o[o.length-1];break;default:a.match.push({syntax:r.syntax||null,token:r.token.value,node:r.token.node})}r=r.prev}return i}},(e,t,n)=>{\"use strict\";function i(e){function t(e){return null!==e&&(\"Type\"===e.type||\"Property\"===e.type||\"Keyword\"===e.type)}let n=null;return null!==this.matched&&function i(r){if(Array.isArray(r.match)){for(let a=0;a<r.match.length;a++)if(i(r.match[a]))return t(r.syntax)&&n.unshift(r.syntax),!0}else if(r.node===e)return n=t(r.syntax)?[r.syntax]:[],!0;return!1}(this.matched),n}function r(e,t){return s(this,e,e=>\"Type\"===e.type&&e.name===t)}function a(e,t){return s(this,e,e=>\"Property\"===e.type&&e.name===t)}function o(e){return s(this,e,e=>\"Keyword\"===e.type)}function s(e,t,n){let r=i.call(e,t);return null!==r&&r.some(n)}n.r(t),n.d(t,{getTrace:()=>i,isType:()=>r,isProperty:()=>a,isKeyword:()=>o})},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{matchFragments:()=>o});var i=n(40);function r(e){return\"node\"in e?e.node:r(e.match[0])}function a(e){return\"node\"in e?e.node:a(e.match[e.match.length-1])}function o(e,t,n,o,s){let _=[];return null!==n.matched&&function n(l){if(null!==l.syntax&&l.syntax.type===o&&l.syntax.name===s){let c=r(l),u=a(l);e.syntax.walk(t,function(e,t,n){if(e===c){let r=new i.List;do{if(r.appendData(t.data),t.data===u)break;t=t.next}while(null!==t);_.push({parent:n,nodes:r})}})}Array.isArray(l.match)&&l.match.forEach(n)}(n.matched),_}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{getStructureFromConfig:()=>l});var i=n(40);let{hasOwnProperty:r}=Object.prototype;function a(e){return\"number\"==typeof e&&isFinite(e)&&Math.floor(e)===e&&e>=0}function o(e){return Boolean(e)&&a(e.offset)&&a(e.line)&&a(e.column)}function s(e,t){return function n(a,s){if(!a||a.constructor!==Object)return s(a,\"Type of node should be an Object\");for(let _ in a){let l=!0;if(!1!==r.call(a,_)){if(\"type\"===_)a.type!==e&&s(a,\"Wrong node type `\"+a.type+\"`, expected `\"+e+\"`\");else if(\"loc\"===_){if(null===a.loc)continue;if(a.loc&&a.loc.constructor===Object){if(\"string\"!=typeof a.loc.source)_+=\".source\";else if(o(a.loc.start)){if(o(a.loc.end))continue;_+=\".end\"}else _+=\".start\"}l=!1}else if(t.hasOwnProperty(_)){l=!1;for(let c=0;!l&&c<t[_].length;c++){let u=t[_][c];switch(u){case String:l=\"string\"==typeof a[_];break;case Boolean:l=\"boolean\"==typeof a[_];break;case null:l=null===a[_];break;default:\"string\"==typeof u?l=a[_]&&a[_].type===u:Array.isArray(u)&&(l=a[_]instanceof i.List)}}}else s(a,\"Unknown field `\"+_+\"` for \"+e+\" node type\");l||s(a,\"Bad value for `\"+e+\".\"+_+\"`\")}}for(let p in t)r.call(t,p)&&!1===r.call(a,p)&&s(a,\"Field `\"+e+\".\"+p+\"` is missed\")}}function _(e,t){let n=t.structure,i={type:String,loc:!0},a={type:'\"'+e+'\"'};for(let o in n){if(!1===r.call(n,o))continue;let _=[],l=i[o]=Array.isArray(n[o])?n[o].slice():[n[o]];for(let c=0;c<l.length;c++){let u=l[c];if(u===String||u===Boolean)_.push(u.name);else if(null===u)_.push(\"null\");else if(\"string\"==typeof u)_.push(\"<\"+u+\">\");else if(Array.isArray(u))_.push(\"List\");else throw Error(\"Wrong value `\"+u+\"` in `\"+e+\".\"+o+\"` structure definition\")}a[o]=_.join(\" | \")}return{docs:a,check:s(e,i)}}function l(e){let t={};if(e.node){for(let n in e.node)if(r.call(e.node,n)){let i=e.node[n];if(i.structure)t[n]=_(n,i);else throw Error(\"Missed `structure` field in `\"+n+\"` node type definition\")}}return t}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>$});let{hasOwnProperty:i}=Object.prototype,r={generic:!0,types:c,atrules:{prelude:u,descriptors:u},properties:c,parseContext:s,scope:_,atrule:[\"parse\"],pseudo:[\"parse\"],node:[\"name\",\"structure\",\"parse\",\"generate\",\"walkContext\"]};function a(e){return e&&e.constructor===Object}function o(e){return a(e)?{...e}:e}function s(e,t){return Object.assign(e,t)}function _(e,t){for(let n in t)i.call(t,n)&&(a(e[n])?_(e[n],o(t[n])):e[n]=o(t[n]));return e}function l(e,t){return\"string\"==typeof t&&/^\\s*\\|/.test(t)?\"string\"==typeof e?e+t:t.replace(/^\\s*\\|\\s*/,\"\"):t||null}function c(e,t){if(\"string\"==typeof t)return l(e,t);let n={...e};for(let r in t)i.call(t,r)&&(n[r]=l(i.call(e,r)?e[r]:void 0,t[r]));return n}function u(e,t){let n=c(e,t);return!a(n)||Object.keys(n).length?n:null}function p(e,t,n){for(let r in n)if(!1!==i.call(n,r)){if(!0===n[r])r in t&&i.call(t,r)&&(e[r]=o(t[r]));else if(n[r]){if(\"function\"==typeof n[r]){let s=n[r];e[r]=s({},e[r]),e[r]=s(e[r]||{},t[r])}else if(a(n[r])){let _={};for(let l in e[r])_[l]=p({},e[r][l],n[r]);for(let c in t[r])_[c]=p(_[c]||{},t[r][c],n[r]);e[r]=_}else if(Array.isArray(n[r])){let u={},$=n[r].reduce(function(e,t){return e[t]=!0,e},{});for(let[d,m]of Object.entries(e[r]||{}))u[d]={},m&&p(u[d],m,$);for(let h in t[r])i.call(t[r],h)&&(u[h]||(u[h]={}),t[r]&&t[r][h]&&p(u[h],t[r][h],$));e[r]=u}}}return e}let $=(e,t)=>p(e,t,r)},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>a});var i=n(75),r=n(76);let a={generic:!0,...i.default,node:r}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>i});let i={generic:!0,types:{\"absolute-size\":\"xx-small|x-small|small|medium|large|x-large|xx-large|xxx-large\",\"alpha-value\":\"<number>|<percentage>\",\"angle-percentage\":\"<angle>|<percentage>\",\"angular-color-hint\":\"<angle-percentage>\",\"angular-color-stop\":\"<color>&&<color-stop-angle>?\",\"angular-color-stop-list\":\"[<angular-color-stop> [, <angular-color-hint>]?]# , <angular-color-stop>\",\"animateable-feature\":\"scroll-position|contents|<custom-ident>\",attachment:\"scroll|fixed|local\",\"attr()\":\"attr( <attr-name> <type-or-unit>? [, <attr-fallback>]? )\",\"attr-matcher\":\"['~'|'|'|'^'|'$'|'*']? '='\",\"attr-modifier\":\"i|s\",\"attribute-selector\":\"'[' <wq-name> ']'|'[' <wq-name> <attr-matcher> [<string-token>|<ident-token>] <attr-modifier>? ']'\",\"auto-repeat\":\"repeat( [auto-fill|auto-fit] , [<line-names>? <fixed-size>]+ <line-names>? )\",\"auto-track-list\":\"[<line-names>? [<fixed-size>|<fixed-repeat>]]* <line-names>? <auto-repeat> [<line-names>? [<fixed-size>|<fixed-repeat>]]* <line-names>?\",\"baseline-position\":\"[first|last]? baseline\",\"basic-shape\":\"<inset()>|<circle()>|<ellipse()>|<polygon()>|<path()>\",\"bg-image\":\"none|<image>\",\"bg-layer\":\"<bg-image>||<bg-position> [/ <bg-size>]?||<repeat-style>||<attachment>||<box>||<box>\",\"bg-position\":\"[[left|center|right|top|bottom|<length-percentage>]|[left|center|right|<length-percentage>] [top|center|bottom|<length-percentage>]|[center|[left|right] <length-percentage>?]&&[center|[top|bottom] <length-percentage>?]]\",\"bg-size\":\"[<length-percentage>|auto]{1,2}|cover|contain\",\"blur()\":\"blur( <length> )\",\"blend-mode\":\"normal|multiply|screen|overlay|darken|lighten|color-dodge|color-burn|hard-light|soft-light|difference|exclusion|hue|saturation|color|luminosity\",box:\"border-box|padding-box|content-box\",\"brightness()\":\"brightness( <number-percentage> )\",\"calc()\":\"calc( <calc-sum> )\",\"calc-sum\":\"<calc-product> [['+'|'-'] <calc-product>]*\",\"calc-product\":\"<calc-value> ['*' <calc-value>|'/' <number>]*\",\"calc-value\":\"<number>|<dimension>|<percentage>|( <calc-sum> )\",\"cf-final-image\":\"<image>|<color>\",\"cf-mixing-image\":\"<percentage>?&&<image>\",\"circle()\":\"circle( [<shape-radius>]? [at <position>]? )\",\"clamp()\":\"clamp( <calc-sum>#{3} )\",\"class-selector\":\"'.' <ident-token>\",\"clip-source\":\"<url>\",color:\"<rgb()>|<rgba()>|<hsl()>|<hsla()>|<hex-color>|<named-color>|currentcolor|<deprecated-system-color>\",\"color-stop\":\"<color-stop-length>|<color-stop-angle>\",\"color-stop-angle\":\"<angle-percentage>{1,2}\",\"color-stop-length\":\"<length-percentage>{1,2}\",\"color-stop-list\":\"[<linear-color-stop> [, <linear-color-hint>]?]# , <linear-color-stop>\",combinator:\"'>'|'+'|'~'|['||']\",\"common-lig-values\":\"[common-ligatures|no-common-ligatures]\",\"compat-auto\":\"searchfield|textarea|push-button|slider-horizontal|checkbox|radio|square-button|menulist|listbox|meter|progress-bar|button\",\"composite-style\":\"clear|copy|source-over|source-in|source-out|source-atop|destination-over|destination-in|destination-out|destination-atop|xor\",\"compositing-operator\":\"add|subtract|intersect|exclude\",\"compound-selector\":\"[<type-selector>? <subclass-selector>* [<pseudo-element-selector> <pseudo-class-selector>*]*]!\",\"compound-selector-list\":\"<compound-selector>#\",\"complex-selector\":\"<compound-selector> [<combinator>? <compound-selector>]*\",\"complex-selector-list\":\"<complex-selector>#\",\"conic-gradient()\":\"conic-gradient( [from <angle>]? [at <position>]? , <angular-color-stop-list> )\",\"contextual-alt-values\":\"[contextual|no-contextual]\",\"content-distribution\":\"space-between|space-around|space-evenly|stretch\",\"content-list\":\"[<string>|contents|<image>|<counter>|<quote>|<target>|<leader()>]+\",\"content-position\":\"center|start|end|flex-start|flex-end\",\"content-replacement\":\"<image>\",\"contrast()\":\"contrast( [<number-percentage>] )\",\"counter()\":\"counter( <counter-name> , <counter-style>? )\",\"counter-style\":\"<counter-style-name>|symbols( )\",\"counter-style-name\":\"<custom-ident>\",\"counters()\":\"counters( <counter-name> , <string> , <counter-style>? )\",\"cross-fade()\":\"cross-fade( <cf-mixing-image> , <cf-final-image>? )\",\"cubic-bezier-timing-function\":\"ease|ease-in|ease-out|ease-in-out|cubic-bezier( <number [0,1]> , <number> , <number [0,1]> , <number> )\",\"deprecated-system-color\":\"ActiveBorder|ActiveCaption|AppWorkspace|Background|ButtonFace|ButtonHighlight|ButtonShadow|ButtonText|CaptionText|GrayText|Highlight|HighlightText|InactiveBorder|InactiveCaption|InactiveCaptionText|InfoBackground|InfoText|Menu|MenuText|Scrollbar|ThreeDDarkShadow|ThreeDFace|ThreeDHighlight|ThreeDLightShadow|ThreeDShadow|Window|WindowFrame|WindowText\",\"discretionary-lig-values\":\"[discretionary-ligatures|no-discretionary-ligatures]\",\"display-box\":\"contents|none\",\"display-inside\":\"flow|flow-root|table|flex|grid|ruby\",\"display-internal\":\"table-row-group|table-header-group|table-footer-group|table-row|table-cell|table-column-group|table-column|table-caption|ruby-base|ruby-text|ruby-base-container|ruby-text-container\",\"display-legacy\":\"inline-block|inline-list-item|inline-table|inline-flex|inline-grid\",\"display-listitem\":\"<display-outside>?&&[flow|flow-root]?&&list-item\",\"display-outside\":\"block|inline|run-in\",\"drop-shadow()\":\"drop-shadow( <length>{2,3} <color>? )\",\"east-asian-variant-values\":\"[jis78|jis83|jis90|jis04|simplified|traditional]\",\"east-asian-width-values\":\"[full-width|proportional-width]\",\"element()\":\"element( <custom-ident> , [first|start|last|first-except]? )|element( <id-selector> )\",\"ellipse()\":\"ellipse( [<shape-radius>{2}]? [at <position>]? )\",\"ending-shape\":\"circle|ellipse\",\"env()\":\"env( <custom-ident> , <declaration-value>? )\",\"explicit-track-list\":\"[<line-names>? <track-size>]+ <line-names>?\",\"family-name\":\"<string>|<custom-ident>+\",\"feature-tag-value\":\"<string> [<integer>|on|off]?\",\"feature-type\":\"@stylistic|@historical-forms|@styleset|@character-variant|@swash|@ornaments|@annotation\",\"feature-value-block\":\"<feature-type> '{' <feature-value-declaration-list> '}'\",\"feature-value-block-list\":\"<feature-value-block>+\",\"feature-value-declaration\":\"<custom-ident> : <integer>+ ;\",\"feature-value-declaration-list\":\"<feature-value-declaration>\",\"feature-value-name\":\"<custom-ident>\",\"fill-rule\":\"nonzero|evenodd\",\"filter-function\":\"<blur()>|<brightness()>|<contrast()>|<drop-shadow()>|<grayscale()>|<hue-rotate()>|<invert()>|<opacity()>|<saturate()>|<sepia()>\",\"filter-function-list\":\"[<filter-function>|<url>]+\",\"final-bg-layer\":\"<'background-color'>||<bg-image>||<bg-position> [/ <bg-size>]?||<repeat-style>||<attachment>||<box>||<box>\",\"fit-content()\":\"fit-content( [<length>|<percentage>] )\",\"fixed-breadth\":\"<length-percentage>\",\"fixed-repeat\":\"repeat( [<integer [1,∞]>] , [<line-names>? <fixed-size>]+ <line-names>? )\",\"fixed-size\":\"<fixed-breadth>|minmax( <fixed-breadth> , <track-breadth> )|minmax( <inflexible-breadth> , <fixed-breadth> )\",\"font-stretch-absolute\":\"normal|ultra-condensed|extra-condensed|condensed|semi-condensed|semi-expanded|expanded|extra-expanded|ultra-expanded|<percentage>\",\"font-variant-css21\":\"[normal|small-caps]\",\"font-weight-absolute\":\"normal|bold|<number [1,1000]>\",\"frequency-percentage\":\"<frequency>|<percentage>\",\"general-enclosed\":\"[<function-token> <any-value> )]|( <ident> <any-value> )\",\"generic-family\":\"serif|sans-serif|cursive|fantasy|monospace|-apple-system\",\"generic-name\":\"serif|sans-serif|cursive|fantasy|monospace\",\"geometry-box\":\"<shape-box>|fill-box|stroke-box|view-box\",gradient:\"<linear-gradient()>|<repeating-linear-gradient()>|<radial-gradient()>|<repeating-radial-gradient()>|<conic-gradient()>|<-legacy-gradient>\",\"grayscale()\":\"grayscale( <number-percentage> )\",\"grid-line\":\"auto|<custom-ident>|[<integer>&&<custom-ident>?]|[span&&[<integer>||<custom-ident>]]\",\"historical-lig-values\":\"[historical-ligatures|no-historical-ligatures]\",\"hsl()\":\"hsl( <hue> <percentage> <percentage> [/ <alpha-value>]? )|hsl( <hue> , <percentage> , <percentage> , <alpha-value>? )\",\"hsla()\":\"hsla( <hue> <percentage> <percentage> [/ <alpha-value>]? )|hsla( <hue> , <percentage> , <percentage> , <alpha-value>? )\",hue:\"<number>|<angle>\",\"hue-rotate()\":\"hue-rotate( <angle> )\",image:\"<url>|<image()>|<image-set()>|<element()>|<paint()>|<cross-fade()>|<gradient>\",\"image()\":\"image( <image-tags>? [<image-src>? , <color>?]! )\",\"image-set()\":\"image-set( <image-set-option># )\",\"image-set-option\":\"[<image>|<string>] [<resolution>||type( <string> )]\",\"image-src\":\"<url>|<string>\",\"image-tags\":\"ltr|rtl\",\"inflexible-breadth\":\"<length>|<percentage>|min-content|max-content|auto\",\"inset()\":\"inset( <length-percentage>{1,4} [round <'border-radius'>]? )\",\"invert()\":\"invert( <number-percentage> )\",\"keyframes-name\":\"<custom-ident>|<string>\",\"keyframe-block\":\"<keyframe-selector># { <declaration-list> }\",\"keyframe-block-list\":\"<keyframe-block>+\",\"keyframe-selector\":\"from|to|<percentage>\",\"leader()\":\"leader( <leader-type> )\",\"leader-type\":\"dotted|solid|space|<string>\",\"length-percentage\":\"<length>|<percentage>\",\"line-names\":\"'[' <custom-ident>* ']'\",\"line-name-list\":\"[<line-names>|<name-repeat>]+\",\"line-style\":\"none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset\",\"line-width\":\"<length>|thin|medium|thick\",\"linear-color-hint\":\"<length-percentage>\",\"linear-color-stop\":\"<color> <color-stop-length>?\",\"linear-gradient()\":\"linear-gradient( [<angle>|to <side-or-corner>]? , <color-stop-list> )\",\"mask-layer\":\"<mask-reference>||<position> [/ <bg-size>]?||<repeat-style>||<geometry-box>||[<geometry-box>|no-clip]||<compositing-operator>||<masking-mode>\",\"mask-position\":\"[<length-percentage>|left|center|right] [<length-percentage>|top|center|bottom]?\",\"mask-reference\":\"none|<image>|<mask-source>\",\"mask-source\":\"<url>\",\"masking-mode\":\"alpha|luminance|match-source\",\"matrix()\":\"matrix( <number>#{6} )\",\"matrix3d()\":\"matrix3d( <number>#{16} )\",\"max()\":\"max( <calc-sum># )\",\"media-and\":\"<media-in-parens> [and <media-in-parens>]+\",\"media-condition\":\"<media-not>|<media-and>|<media-or>|<media-in-parens>\",\"media-condition-without-or\":\"<media-not>|<media-and>|<media-in-parens>\",\"media-feature\":\"( [<mf-plain>|<mf-boolean>|<mf-range>] )\",\"media-in-parens\":\"( <media-condition> )|<media-feature>|<general-enclosed>\",\"media-not\":\"not <media-in-parens>\",\"media-or\":\"<media-in-parens> [or <media-in-parens>]+\",\"media-query\":\"<media-condition>|[not|only]? <media-type> [and <media-condition-without-or>]?\",\"media-query-list\":\"<media-query>#\",\"media-type\":\"<ident>\",\"mf-boolean\":\"<mf-name>\",\"mf-name\":\"<ident>\",\"mf-plain\":\"<mf-name> : <mf-value>\",\"mf-range\":\"<mf-name> ['<'|'>']? '='? <mf-value>|<mf-value> ['<'|'>']? '='? <mf-name>|<mf-value> '<' '='? <mf-name> '<' '='? <mf-value>|<mf-value> '>' '='? <mf-name> '>' '='? <mf-value>\",\"mf-value\":\"<number>|<dimension>|<ident>|<ratio>\",\"min()\":\"min( <calc-sum># )\",\"minmax()\":\"minmax( [<length>|<percentage>|min-content|max-content|auto] , [<length>|<percentage>|<flex>|min-content|max-content|auto] )\",\"named-color\":\"transparent|aliceblue|antiquewhite|aqua|aquamarine|azure|beige|bisque|black|blanchedalmond|blue|blueviolet|brown|burlywood|cadetblue|chartreuse|chocolate|coral|cornflowerblue|cornsilk|crimson|cyan|darkblue|darkcyan|darkgoldenrod|darkgray|darkgreen|darkgrey|darkkhaki|darkmagenta|darkolivegreen|darkorange|darkorchid|darkred|darksalmon|darkseagreen|darkslateblue|darkslategray|darkslategrey|darkturquoise|darkviolet|deeppink|deepskyblue|dimgray|dimgrey|dodgerblue|firebrick|floralwhite|forestgreen|fuchsia|gainsboro|ghostwhite|gold|goldenrod|gray|green|greenyellow|grey|honeydew|hotpink|indianred|indigo|ivory|khaki|lavender|lavenderblush|lawngreen|lemonchiffon|lightblue|lightcoral|lightcyan|lightgoldenrodyellow|lightgray|lightgreen|lightgrey|lightpink|lightsalmon|lightseagreen|lightskyblue|lightslategray|lightslategrey|lightsteelblue|lightyellow|lime|limegreen|linen|magenta|maroon|mediumaquamarine|mediumblue|mediumorchid|mediumpurple|mediumseagreen|mediumslateblue|mediumspringgreen|mediumturquoise|mediumvioletred|midnightblue|mintcream|mistyrose|moccasin|navajowhite|navy|oldlace|olive|olivedrab|orange|orangered|orchid|palegoldenrod|palegreen|paleturquoise|palevioletred|papayawhip|peachpuff|peru|pink|plum|powderblue|purple|rebeccapurple|red|rosybrown|royalblue|saddlebrown|salmon|sandybrown|seagreen|seashell|sienna|silver|skyblue|slateblue|slategray|slategrey|snow|springgreen|steelblue|tan|teal|thistle|tomato|turquoise|violet|wheat|white|whitesmoke|yellow|yellowgreen|<-non-standard-color>\",\"namespace-prefix\":\"<ident>\",\"ns-prefix\":\"[<ident-token>|'*']? '|'\",\"number-percentage\":\"<number>|<percentage>\",\"numeric-figure-values\":\"[lining-nums|oldstyle-nums]\",\"numeric-fraction-values\":\"[diagonal-fractions|stacked-fractions]\",\"numeric-spacing-values\":\"[proportional-nums|tabular-nums]\",nth:\"<an-plus-b>|even|odd\",\"opacity()\":\"opacity( [<number-percentage>] )\",\"overflow-position\":\"unsafe|safe\",\"outline-radius\":\"<length>|<percentage>\",\"page-body\":\"<declaration>? [; <page-body>]?|<page-margin-box> <page-body>\",\"page-margin-box\":\"<page-margin-box-type> '{' <declaration-list> '}'\",\"page-margin-box-type\":\"@top-left-corner|@top-left|@top-center|@top-right|@top-right-corner|@bottom-left-corner|@bottom-left|@bottom-center|@bottom-right|@bottom-right-corner|@left-top|@left-middle|@left-bottom|@right-top|@right-middle|@right-bottom\",\"page-selector-list\":\"[<page-selector>#]?\",\"page-selector\":\"<pseudo-page>+|<ident> <pseudo-page>*\",\"page-size\":\"A5|A4|A3|B5|B4|JIS-B5|JIS-B4|letter|legal|ledger\",\"path()\":\"path( [<fill-rule> ,]? <string> )\",\"paint()\":\"paint( <ident> , <declaration-value>? )\",\"perspective()\":\"perspective( <length> )\",\"polygon()\":\"polygon( <fill-rule>? , [<length-percentage> <length-percentage>]# )\",position:\"[[left|center|right]||[top|center|bottom]|[left|center|right|<length-percentage>] [top|center|bottom|<length-percentage>]?|[[left|right] <length-percentage>]&&[[top|bottom] <length-percentage>]]\",\"pseudo-class-selector\":\"':' <ident-token>|':' <function-token> <any-value> ')'\",\"pseudo-element-selector\":\"':' <pseudo-class-selector>\",\"pseudo-page\":\": [left|right|first|blank]\",quote:\"open-quote|close-quote|no-open-quote|no-close-quote\",\"radial-gradient()\":\"radial-gradient( [<ending-shape>||<size>]? [at <position>]? , <color-stop-list> )\",\"relative-selector\":\"<combinator>? <complex-selector>\",\"relative-selector-list\":\"<relative-selector>#\",\"relative-size\":\"larger|smaller\",\"repeat-style\":\"repeat-x|repeat-y|[repeat|space|round|no-repeat]{1,2}\",\"repeating-linear-gradient()\":\"repeating-linear-gradient( [<angle>|to <side-or-corner>]? , <color-stop-list> )\",\"repeating-radial-gradient()\":\"repeating-radial-gradient( [<ending-shape>||<size>]? [at <position>]? , <color-stop-list> )\",\"rgb()\":\"rgb( <percentage>{3} [/ <alpha-value>]? )|rgb( <number>{3} [/ <alpha-value>]? )|rgb( <percentage>#{3} , <alpha-value>? )|rgb( <number>#{3} , <alpha-value>? )\",\"rgba()\":\"rgba( <percentage>{3} [/ <alpha-value>]? )|rgba( <number>{3} [/ <alpha-value>]? )|rgba( <percentage>#{3} , <alpha-value>? )|rgba( <number>#{3} , <alpha-value>? )\",\"rotate()\":\"rotate( [<angle>|<zero>] )\",\"rotate3d()\":\"rotate3d( <number> , <number> , <number> , [<angle>|<zero>] )\",\"rotateX()\":\"rotateX( [<angle>|<zero>] )\",\"rotateY()\":\"rotateY( [<angle>|<zero>] )\",\"rotateZ()\":\"rotateZ( [<angle>|<zero>] )\",\"saturate()\":\"saturate( <number-percentage> )\",\"scale()\":\"scale( <number> , <number>? )\",\"scale3d()\":\"scale3d( <number> , <number> , <number> )\",\"scaleX()\":\"scaleX( <number> )\",\"scaleY()\":\"scaleY( <number> )\",\"scaleZ()\":\"scaleZ( <number> )\",\"self-position\":\"center|start|end|self-start|self-end|flex-start|flex-end\",\"shape-radius\":\"<length-percentage>|closest-side|farthest-side\",\"skew()\":\"skew( [<angle>|<zero>] , [<angle>|<zero>]? )\",\"skewX()\":\"skewX( [<angle>|<zero>] )\",\"skewY()\":\"skewY( [<angle>|<zero>] )\",\"sepia()\":\"sepia( <number-percentage> )\",shadow:\"inset?&&<length>{2,4}&&<color>?\",\"shadow-t\":\"[<length>{2,3}&&<color>?]\",shape:\"rect( <top> , <right> , <bottom> , <left> )|rect( <top> <right> <bottom> <left> )\",\"shape-box\":\"<box>|margin-box\",\"side-or-corner\":\"[left|right]||[top|bottom]\",\"single-animation\":\"<time>||<easing-function>||<time>||<single-animation-iteration-count>||<single-animation-direction>||<single-animation-fill-mode>||<single-animation-play-state>||[none|<keyframes-name>]\",\"single-animation-direction\":\"normal|reverse|alternate|alternate-reverse\",\"single-animation-fill-mode\":\"none|forwards|backwards|both\",\"single-animation-iteration-count\":\"infinite|<number>\",\"single-animation-play-state\":\"running|paused\",\"single-transition\":\"[none|<single-transition-property>]||<time>||<easing-function>||<time>\",\"single-transition-property\":\"all|<custom-ident>\",size:\"closest-side|farthest-side|closest-corner|farthest-corner|<length>|<length-percentage>{2}\",\"step-position\":\"jump-start|jump-end|jump-none|jump-both|start|end\",\"step-timing-function\":\"step-start|step-end|steps( <integer> [, <step-position>]? )\",\"subclass-selector\":\"<id-selector>|<class-selector>|<attribute-selector>|<pseudo-class-selector>\",\"supports-condition\":\"not <supports-in-parens>|<supports-in-parens> [and <supports-in-parens>]*|<supports-in-parens> [or <supports-in-parens>]*\",\"supports-in-parens\":\"( <supports-condition> )|<supports-feature>|<general-enclosed>\",\"supports-feature\":\"<supports-decl>|<supports-selector-fn>\",\"supports-decl\":\"( <declaration> )\",\"supports-selector-fn\":\"selector( <complex-selector> )\",symbol:\"<string>|<image>|<custom-ident>\",target:\"<target-counter()>|<target-counters()>|<target-text()>\",\"target-counter()\":\"target-counter( [<string>|<url>] , <custom-ident> , <counter-style>? )\",\"target-counters()\":\"target-counters( [<string>|<url>] , <custom-ident> , <string> , <counter-style>? )\",\"target-text()\":\"target-text( [<string>|<url>] , [content|before|after|first-letter]? )\",\"time-percentage\":\"<time>|<percentage>\",\"easing-function\":\"linear|<cubic-bezier-timing-function>|<step-timing-function>\",\"track-breadth\":\"<length-percentage>|<flex>|min-content|max-content|auto\",\"track-list\":\"[<line-names>? [<track-size>|<track-repeat>]]+ <line-names>?\",\"track-repeat\":\"repeat( [<integer [1,∞]>] , [<line-names>? <track-size>]+ <line-names>? )\",\"track-size\":\"<track-breadth>|minmax( <inflexible-breadth> , <track-breadth> )|fit-content( [<length>|<percentage>] )\",\"transform-function\":\"<matrix()>|<translate()>|<translateX()>|<translateY()>|<scale()>|<scaleX()>|<scaleY()>|<rotate()>|<skew()>|<skewX()>|<skewY()>|<matrix3d()>|<translate3d()>|<translateZ()>|<scale3d()>|<scaleZ()>|<rotate3d()>|<rotateX()>|<rotateY()>|<rotateZ()>|<perspective()>\",\"transform-list\":\"<transform-function>+\",\"translate()\":\"translate( <length-percentage> , <length-percentage>? )\",\"translate3d()\":\"translate3d( <length-percentage> , <length-percentage> , <length> )\",\"translateX()\":\"translateX( <length-percentage> )\",\"translateY()\":\"translateY( <length-percentage> )\",\"translateZ()\":\"translateZ( <length> )\",\"type-or-unit\":\"string|color|url|integer|number|length|angle|time|frequency|cap|ch|em|ex|ic|lh|rlh|rem|vb|vi|vw|vh|vmin|vmax|mm|Q|cm|in|pt|pc|px|deg|grad|rad|turn|ms|s|Hz|kHz|%\",\"type-selector\":\"<wq-name>|<ns-prefix>? '*'\",\"var()\":\"var( <custom-property-name> , <declaration-value>? )\",\"viewport-length\":\"auto|<length-percentage>\",\"visual-box\":\"content-box|padding-box|border-box\",\"wq-name\":\"<ns-prefix>? <ident-token>\",\"-legacy-gradient\":\"<-webkit-gradient()>|<-legacy-linear-gradient>|<-legacy-repeating-linear-gradient>|<-legacy-radial-gradient>|<-legacy-repeating-radial-gradient>\",\"-legacy-linear-gradient\":\"-moz-linear-gradient( <-legacy-linear-gradient-arguments> )|-webkit-linear-gradient( <-legacy-linear-gradient-arguments> )|-o-linear-gradient( <-legacy-linear-gradient-arguments> )\",\"-legacy-repeating-linear-gradient\":\"-moz-repeating-linear-gradient( <-legacy-linear-gradient-arguments> )|-webkit-repeating-linear-gradient( <-legacy-linear-gradient-arguments> )|-o-repeating-linear-gradient( <-legacy-linear-gradient-arguments> )\",\"-legacy-linear-gradient-arguments\":\"[<angle>|<side-or-corner>]? , <color-stop-list>\",\"-legacy-radial-gradient\":\"-moz-radial-gradient( <-legacy-radial-gradient-arguments> )|-webkit-radial-gradient( <-legacy-radial-gradient-arguments> )|-o-radial-gradient( <-legacy-radial-gradient-arguments> )\",\"-legacy-repeating-radial-gradient\":\"-moz-repeating-radial-gradient( <-legacy-radial-gradient-arguments> )|-webkit-repeating-radial-gradient( <-legacy-radial-gradient-arguments> )|-o-repeating-radial-gradient( <-legacy-radial-gradient-arguments> )\",\"-legacy-radial-gradient-arguments\":\"[<position> ,]? [[[<-legacy-radial-gradient-shape>||<-legacy-radial-gradient-size>]|[<length>|<percentage>]{2}] ,]? <color-stop-list>\",\"-legacy-radial-gradient-size\":\"closest-side|closest-corner|farthest-side|farthest-corner|contain|cover\",\"-legacy-radial-gradient-shape\":\"circle|ellipse\",\"-non-standard-font\":\"-apple-system-body|-apple-system-headline|-apple-system-subheadline|-apple-system-caption1|-apple-system-caption2|-apple-system-footnote|-apple-system-short-body|-apple-system-short-headline|-apple-system-short-subheadline|-apple-system-short-caption1|-apple-system-short-footnote|-apple-system-tall-body\",\"-non-standard-color\":\"-moz-ButtonDefault|-moz-ButtonHoverFace|-moz-ButtonHoverText|-moz-CellHighlight|-moz-CellHighlightText|-moz-Combobox|-moz-ComboboxText|-moz-Dialog|-moz-DialogText|-moz-dragtargetzone|-moz-EvenTreeRow|-moz-Field|-moz-FieldText|-moz-html-CellHighlight|-moz-html-CellHighlightText|-moz-mac-accentdarkestshadow|-moz-mac-accentdarkshadow|-moz-mac-accentface|-moz-mac-accentlightesthighlight|-moz-mac-accentlightshadow|-moz-mac-accentregularhighlight|-moz-mac-accentregularshadow|-moz-mac-chrome-active|-moz-mac-chrome-inactive|-moz-mac-focusring|-moz-mac-menuselect|-moz-mac-menushadow|-moz-mac-menutextselect|-moz-MenuHover|-moz-MenuHoverText|-moz-MenuBarText|-moz-MenuBarHoverText|-moz-nativehyperlinktext|-moz-OddTreeRow|-moz-win-communicationstext|-moz-win-mediatext|-moz-activehyperlinktext|-moz-default-background-color|-moz-default-color|-moz-hyperlinktext|-moz-visitedhyperlinktext|-webkit-activelink|-webkit-focus-ring-color|-webkit-link|-webkit-text\",\"-non-standard-image-rendering\":\"optimize-contrast|-moz-crisp-edges|-o-crisp-edges|-webkit-optimize-contrast\",\"-non-standard-overflow\":\"-moz-scrollbars-none|-moz-scrollbars-horizontal|-moz-scrollbars-vertical|-moz-hidden-unscrollable\",\"-non-standard-width\":\"fill-available|min-intrinsic|intrinsic|-moz-available|-moz-fit-content|-moz-min-content|-moz-max-content|-webkit-min-content|-webkit-max-content\",\"-webkit-gradient()\":\"-webkit-gradient( <-webkit-gradient-type> , <-webkit-gradient-point> [, <-webkit-gradient-point>|, <-webkit-gradient-radius> , <-webkit-gradient-point>] [, <-webkit-gradient-radius>]? [, <-webkit-gradient-color-stop>]* )\",\"-webkit-gradient-color-stop\":\"from( <color> )|color-stop( [<number-zero-one>|<percentage>] , <color> )|to( <color> )\",\"-webkit-gradient-point\":\"[left|center|right|<length-percentage>] [top|center|bottom|<length-percentage>]\",\"-webkit-gradient-radius\":\"<length>|<percentage>\",\"-webkit-gradient-type\":\"linear|radial\",\"-webkit-mask-box-repeat\":\"repeat|stretch|round\",\"-webkit-mask-clip-style\":\"border|border-box|padding|padding-box|content|content-box|text\",\"-ms-filter-function-list\":\"<-ms-filter-function>+\",\"-ms-filter-function\":\"<-ms-filter-function-progid>|<-ms-filter-function-legacy>\",\"-ms-filter-function-progid\":\"'progid:' [<ident-token> '.']* [<ident-token>|<function-token> <any-value>? )]\",\"-ms-filter-function-legacy\":\"<ident-token>|<function-token> <any-value>? )\",\"-ms-filter\":\"<string>\",age:\"child|young|old\",\"attr-name\":\"<wq-name>\",\"attr-fallback\":\"<any-value>\",\"border-radius\":\"<length-percentage>{1,2}\",bottom:\"<length>|auto\",counter:\"<counter()>|<counters()>\",\"counter-name\":\"<custom-ident>\",\"generic-voice\":\"[<age>? <gender> <integer>?]\",gender:\"male|female|neutral\",left:\"<length>|auto\",\"mask-image\":\"<mask-reference>#\",\"name-repeat\":\"repeat( [<positive-integer>|auto-fill] , <line-names>+ )\",paint:\"none|<color>|<url> [none|<color>]?|context-fill|context-stroke\",ratio:\"<integer> / <integer>\",right:\"<length>|auto\",\"svg-length\":\"<percentage>|<length>|<number>\",\"svg-writing-mode\":\"lr-tb|rl-tb|tb-rl|lr|rl|tb\",top:\"<length>|auto\",\"track-group\":\"'(' [<string>* <track-minmax> <string>*]+ ')' ['[' <positive-integer> ']']?|<track-minmax>\",\"track-list-v0\":\"[<string>* <track-group> <string>*]+|none\",\"track-minmax\":\"minmax( <track-breadth> , <track-breadth> )|auto|<track-breadth>|fit-content\",x:\"<number>\",y:\"<number>\",declaration:\"<ident-token> : <declaration-value>? ['!' important]?\",\"declaration-list\":\"[<declaration>? ';']* <declaration>?\",url:\"url( <string> <url-modifier>* )|<url-token>\",\"url-modifier\":\"<ident>|<function-token> <any-value> )\",\"number-zero-one\":\"<number [0,1]>\",\"number-one-or-greater\":\"<number [1,∞]>\",\"positive-integer\":\"<integer [0,∞]>\",\"-non-standard-display\":\"-ms-inline-flexbox|-ms-grid|-ms-inline-grid|-webkit-flex|-webkit-inline-flex|-webkit-box|-webkit-inline-box|-moz-inline-stack|-moz-box|-moz-inline-box\"},properties:{\"--*\":\"<declaration-value>\",\"-ms-accelerator\":\"false|true\",\"-ms-block-progression\":\"tb|rl|bt|lr\",\"-ms-content-zoom-chaining\":\"none|chained\",\"-ms-content-zooming\":\"none|zoom\",\"-ms-content-zoom-limit\":\"<'-ms-content-zoom-limit-min'> <'-ms-content-zoom-limit-max'>\",\"-ms-content-zoom-limit-max\":\"<percentage>\",\"-ms-content-zoom-limit-min\":\"<percentage>\",\"-ms-content-zoom-snap\":\"<'-ms-content-zoom-snap-type'>||<'-ms-content-zoom-snap-points'>\",\"-ms-content-zoom-snap-points\":\"snapInterval( <percentage> , <percentage> )|snapList( <percentage># )\",\"-ms-content-zoom-snap-type\":\"none|proximity|mandatory\",\"-ms-filter\":\"<string>\",\"-ms-flow-from\":\"[none|<custom-ident>]#\",\"-ms-flow-into\":\"[none|<custom-ident>]#\",\"-ms-grid-columns\":\"none|<track-list>|<auto-track-list>\",\"-ms-grid-rows\":\"none|<track-list>|<auto-track-list>\",\"-ms-high-contrast-adjust\":\"auto|none\",\"-ms-hyphenate-limit-chars\":\"auto|<integer>{1,3}\",\"-ms-hyphenate-limit-lines\":\"no-limit|<integer>\",\"-ms-hyphenate-limit-zone\":\"<percentage>|<length>\",\"-ms-ime-align\":\"auto|after\",\"-ms-overflow-style\":\"auto|none|scrollbar|-ms-autohiding-scrollbar\",\"-ms-scrollbar-3dlight-color\":\"<color>\",\"-ms-scrollbar-arrow-color\":\"<color>\",\"-ms-scrollbar-base-color\":\"<color>\",\"-ms-scrollbar-darkshadow-color\":\"<color>\",\"-ms-scrollbar-face-color\":\"<color>\",\"-ms-scrollbar-highlight-color\":\"<color>\",\"-ms-scrollbar-shadow-color\":\"<color>\",\"-ms-scrollbar-track-color\":\"<color>\",\"-ms-scroll-chaining\":\"chained|none\",\"-ms-scroll-limit\":\"<'-ms-scroll-limit-x-min'> <'-ms-scroll-limit-y-min'> <'-ms-scroll-limit-x-max'> <'-ms-scroll-limit-y-max'>\",\"-ms-scroll-limit-x-max\":\"auto|<length>\",\"-ms-scroll-limit-x-min\":\"<length>\",\"-ms-scroll-limit-y-max\":\"auto|<length>\",\"-ms-scroll-limit-y-min\":\"<length>\",\"-ms-scroll-rails\":\"none|railed\",\"-ms-scroll-snap-points-x\":\"snapInterval( <length-percentage> , <length-percentage> )|snapList( <length-percentage># )\",\"-ms-scroll-snap-points-y\":\"snapInterval( <length-percentage> , <length-percentage> )|snapList( <length-percentage># )\",\"-ms-scroll-snap-type\":\"none|proximity|mandatory\",\"-ms-scroll-snap-x\":\"<'-ms-scroll-snap-type'> <'-ms-scroll-snap-points-x'>\",\"-ms-scroll-snap-y\":\"<'-ms-scroll-snap-type'> <'-ms-scroll-snap-points-y'>\",\"-ms-scroll-translation\":\"none|vertical-to-horizontal\",\"-ms-text-autospace\":\"none|ideograph-alpha|ideograph-numeric|ideograph-parenthesis|ideograph-space\",\"-ms-touch-select\":\"grippers|none\",\"-ms-user-select\":\"none|element|text\",\"-ms-wrap-flow\":\"auto|both|start|end|maximum|clear\",\"-ms-wrap-margin\":\"<length>\",\"-ms-wrap-through\":\"wrap|none\",\"-moz-appearance\":\"none|button|button-arrow-down|button-arrow-next|button-arrow-previous|button-arrow-up|button-bevel|button-focus|caret|checkbox|checkbox-container|checkbox-label|checkmenuitem|dualbutton|groupbox|listbox|listitem|menuarrow|menubar|menucheckbox|menuimage|menuitem|menuitemtext|menulist|menulist-button|menulist-text|menulist-textfield|menupopup|menuradio|menuseparator|meterbar|meterchunk|progressbar|progressbar-vertical|progresschunk|progresschunk-vertical|radio|radio-container|radio-label|radiomenuitem|range|range-thumb|resizer|resizerpanel|scale-horizontal|scalethumbend|scalethumb-horizontal|scalethumbstart|scalethumbtick|scalethumb-vertical|scale-vertical|scrollbarbutton-down|scrollbarbutton-left|scrollbarbutton-right|scrollbarbutton-up|scrollbarthumb-horizontal|scrollbarthumb-vertical|scrollbartrack-horizontal|scrollbartrack-vertical|searchfield|separator|sheet|spinner|spinner-downbutton|spinner-textfield|spinner-upbutton|splitter|statusbar|statusbarpanel|tab|tabpanel|tabpanels|tab-scroll-arrow-back|tab-scroll-arrow-forward|textfield|textfield-multiline|toolbar|toolbarbutton|toolbarbutton-dropdown|toolbargripper|toolbox|tooltip|treeheader|treeheadercell|treeheadersortarrow|treeitem|treeline|treetwisty|treetwistyopen|treeview|-moz-mac-unified-toolbar|-moz-win-borderless-glass|-moz-win-browsertabbar-toolbox|-moz-win-communicationstext|-moz-win-communications-toolbox|-moz-win-exclude-glass|-moz-win-glass|-moz-win-mediatext|-moz-win-media-toolbox|-moz-window-button-box|-moz-window-button-box-maximized|-moz-window-button-close|-moz-window-button-maximize|-moz-window-button-minimize|-moz-window-button-restore|-moz-window-frame-bottom|-moz-window-frame-left|-moz-window-frame-right|-moz-window-titlebar|-moz-window-titlebar-maximized\",\"-moz-binding\":\"<url>|none\",\"-moz-border-bottom-colors\":\"<color>+|none\",\"-moz-border-left-colors\":\"<color>+|none\",\"-moz-border-right-colors\":\"<color>+|none\",\"-moz-border-top-colors\":\"<color>+|none\",\"-moz-context-properties\":\"none|[fill|fill-opacity|stroke|stroke-opacity]#\",\"-moz-float-edge\":\"border-box|content-box|margin-box|padding-box\",\"-moz-force-broken-image-icon\":\"0|1\",\"-moz-image-region\":\"<shape>|auto\",\"-moz-orient\":\"inline|block|horizontal|vertical\",\"-moz-outline-radius\":\"<outline-radius>{1,4} [/ <outline-radius>{1,4}]?\",\"-moz-outline-radius-bottomleft\":\"<outline-radius>\",\"-moz-outline-radius-bottomright\":\"<outline-radius>\",\"-moz-outline-radius-topleft\":\"<outline-radius>\",\"-moz-outline-radius-topright\":\"<outline-radius>\",\"-moz-stack-sizing\":\"ignore|stretch-to-fit\",\"-moz-text-blink\":\"none|blink\",\"-moz-user-focus\":\"ignore|normal|select-after|select-before|select-menu|select-same|select-all|none\",\"-moz-user-input\":\"auto|none|enabled|disabled\",\"-moz-user-modify\":\"read-only|read-write|write-only\",\"-moz-window-dragging\":\"drag|no-drag\",\"-moz-window-shadow\":\"default|menu|tooltip|sheet|none\",\"-webkit-appearance\":\"none|button|button-bevel|caps-lock-indicator|caret|checkbox|default-button|inner-spin-button|listbox|listitem|media-controls-background|media-controls-fullscreen-background|media-current-time-display|media-enter-fullscreen-button|media-exit-fullscreen-button|media-fullscreen-button|media-mute-button|media-overlay-play-button|media-play-button|media-seek-back-button|media-seek-forward-button|media-slider|media-sliderthumb|media-time-remaining-display|media-toggle-closed-captions-button|media-volume-slider|media-volume-slider-container|media-volume-sliderthumb|menulist|menulist-button|menulist-text|menulist-textfield|meter|progress-bar|progress-bar-value|push-button|radio|scrollbarbutton-down|scrollbarbutton-left|scrollbarbutton-right|scrollbarbutton-up|scrollbargripper-horizontal|scrollbargripper-vertical|scrollbarthumb-horizontal|scrollbarthumb-vertical|scrollbartrack-horizontal|scrollbartrack-vertical|searchfield|searchfield-cancel-button|searchfield-decoration|searchfield-results-button|searchfield-results-decoration|slider-horizontal|slider-vertical|sliderthumb-horizontal|sliderthumb-vertical|square-button|textarea|textfield|-apple-pay-button\",\"-webkit-border-before\":\"<'border-width'>||<'border-style'>||<color>\",\"-webkit-border-before-color\":\"<color>\",\"-webkit-border-before-style\":\"<'border-style'>\",\"-webkit-border-before-width\":\"<'border-width'>\",\"-webkit-box-reflect\":\"[above|below|right|left]? <length>? <image>?\",\"-webkit-line-clamp\":\"none|<integer>\",\"-webkit-mask\":\"[<mask-reference>||<position> [/ <bg-size>]?||<repeat-style>||[<box>|border|padding|content|text]||[<box>|border|padding|content]]#\",\"-webkit-mask-attachment\":\"<attachment>#\",\"-webkit-mask-clip\":\"[<box>|border|padding|content|text]#\",\"-webkit-mask-composite\":\"<composite-style>#\",\"-webkit-mask-image\":\"<mask-reference>#\",\"-webkit-mask-origin\":\"[<box>|border|padding|content]#\",\"-webkit-mask-position\":\"<position>#\",\"-webkit-mask-position-x\":\"[<length-percentage>|left|center|right]#\",\"-webkit-mask-position-y\":\"[<length-percentage>|top|center|bottom]#\",\"-webkit-mask-repeat\":\"<repeat-style>#\",\"-webkit-mask-repeat-x\":\"repeat|no-repeat|space|round\",\"-webkit-mask-repeat-y\":\"repeat|no-repeat|space|round\",\"-webkit-mask-size\":\"<bg-size>#\",\"-webkit-overflow-scrolling\":\"auto|touch\",\"-webkit-tap-highlight-color\":\"<color>\",\"-webkit-text-fill-color\":\"<color>\",\"-webkit-text-stroke\":\"<length>||<color>\",\"-webkit-text-stroke-color\":\"<color>\",\"-webkit-text-stroke-width\":\"<length>\",\"-webkit-touch-callout\":\"default|none\",\"-webkit-user-modify\":\"read-only|read-write|read-write-plaintext-only\",\"accent-color\":\"auto|<color>\",\"align-content\":\"normal|<baseline-position>|<content-distribution>|<overflow-position>? <content-position>\",\"align-items\":\"normal|stretch|<baseline-position>|[<overflow-position>? <self-position>]\",\"align-self\":\"auto|normal|stretch|<baseline-position>|<overflow-position>? <self-position>\",\"align-tracks\":\"[normal|<baseline-position>|<content-distribution>|<overflow-position>? <content-position>]#\",all:\"initial|inherit|unset|revert\",animation:\"<single-animation>#\",\"animation-delay\":\"<time>#\",\"animation-direction\":\"<single-animation-direction>#\",\"animation-duration\":\"<time>#\",\"animation-fill-mode\":\"<single-animation-fill-mode>#\",\"animation-iteration-count\":\"<single-animation-iteration-count>#\",\"animation-name\":\"[none|<keyframes-name>]#\",\"animation-play-state\":\"<single-animation-play-state>#\",\"animation-timing-function\":\"<easing-function>#\",appearance:\"none|auto|textfield|menulist-button|<compat-auto>\",\"aspect-ratio\":\"auto|<ratio>\",azimuth:\"<angle>|[[left-side|far-left|left|center-left|center|center-right|right|far-right|right-side]||behind]|leftwards|rightwards\",\"backdrop-filter\":\"none|<filter-function-list>\",\"backface-visibility\":\"visible|hidden\",background:\"[<bg-layer> ,]* <final-bg-layer>\",\"background-attachment\":\"<attachment>#\",\"background-blend-mode\":\"<blend-mode>#\",\"background-clip\":\"<box>#\",\"background-color\":\"<color>\",\"background-image\":\"<bg-image>#\",\"background-origin\":\"<box>#\",\"background-position\":\"<bg-position>#\",\"background-position-x\":\"[center|[[left|right|x-start|x-end]? <length-percentage>?]!]#\",\"background-position-y\":\"[center|[[top|bottom|y-start|y-end]? <length-percentage>?]!]#\",\"background-repeat\":\"<repeat-style>#\",\"background-size\":\"<bg-size>#\",\"block-overflow\":\"clip|ellipsis|<string>\",\"block-size\":\"<'width'>\",border:\"<line-width>||<line-style>||<color>\",\"border-block\":\"<'border-top-width'>||<'border-top-style'>||<color>\",\"border-block-color\":\"<'border-top-color'>{1,2}\",\"border-block-style\":\"<'border-top-style'>\",\"border-block-width\":\"<'border-top-width'>\",\"border-block-end\":\"<'border-top-width'>||<'border-top-style'>||<color>\",\"border-block-end-color\":\"<'border-top-color'>\",\"border-block-end-style\":\"<'border-top-style'>\",\"border-block-end-width\":\"<'border-top-width'>\",\"border-block-start\":\"<'border-top-width'>||<'border-top-style'>||<color>\",\"border-block-start-color\":\"<'border-top-color'>\",\"border-block-start-style\":\"<'border-top-style'>\",\"border-block-start-width\":\"<'border-top-width'>\",\"border-bottom\":\"<line-width>||<line-style>||<color>\",\"border-bottom-color\":\"<'border-top-color'>\",\"border-bottom-left-radius\":\"<length-percentage>{1,2}\",\"border-bottom-right-radius\":\"<length-percentage>{1,2}\",\"border-bottom-style\":\"<line-style>\",\"border-bottom-width\":\"<line-width>\",\"border-collapse\":\"collapse|separate\",\"border-color\":\"<color>{1,4}\",\"border-end-end-radius\":\"<length-percentage>{1,2}\",\"border-end-start-radius\":\"<length-percentage>{1,2}\",\"border-image\":\"<'border-image-source'>||<'border-image-slice'> [/ <'border-image-width'>|/ <'border-image-width'>? / <'border-image-outset'>]?||<'border-image-repeat'>\",\"border-image-outset\":\"[<length>|<number>]{1,4}\",\"border-image-repeat\":\"[stretch|repeat|round|space]{1,2}\",\"border-image-slice\":\"<number-percentage>{1,4}&&fill?\",\"border-image-source\":\"none|<image>\",\"border-image-width\":\"[<length-percentage>|<number>|auto]{1,4}\",\"border-inline\":\"<'border-top-width'>||<'border-top-style'>||<color>\",\"border-inline-end\":\"<'border-top-width'>||<'border-top-style'>||<color>\",\"border-inline-color\":\"<'border-top-color'>{1,2}\",\"border-inline-style\":\"<'border-top-style'>\",\"border-inline-width\":\"<'border-top-width'>\",\"border-inline-end-color\":\"<'border-top-color'>\",\"border-inline-end-style\":\"<'border-top-style'>\",\"border-inline-end-width\":\"<'border-top-width'>\",\"border-inline-start\":\"<'border-top-width'>||<'border-top-style'>||<color>\",\"border-inline-start-color\":\"<'border-top-color'>\",\"border-inline-start-style\":\"<'border-top-style'>\",\"border-inline-start-width\":\"<'border-top-width'>\",\"border-left\":\"<line-width>||<line-style>||<color>\",\"border-left-color\":\"<color>\",\"border-left-style\":\"<line-style>\",\"border-left-width\":\"<line-width>\",\"border-radius\":\"<length-percentage>{1,4} [/ <length-percentage>{1,4}]?\",\"border-right\":\"<line-width>||<line-style>||<color>\",\"border-right-color\":\"<color>\",\"border-right-style\":\"<line-style>\",\"border-right-width\":\"<line-width>\",\"border-spacing\":\"<length> <length>?\",\"border-start-end-radius\":\"<length-percentage>{1,2}\",\"border-start-start-radius\":\"<length-percentage>{1,2}\",\"border-style\":\"<line-style>{1,4}\",\"border-top\":\"<line-width>||<line-style>||<color>\",\"border-top-color\":\"<color>\",\"border-top-left-radius\":\"<length-percentage>{1,2}\",\"border-top-right-radius\":\"<length-percentage>{1,2}\",\"border-top-style\":\"<line-style>\",\"border-top-width\":\"<line-width>\",\"border-width\":\"<line-width>{1,4}\",bottom:\"<length>|<percentage>|auto\",\"box-align\":\"start|center|end|baseline|stretch\",\"box-decoration-break\":\"slice|clone\",\"box-direction\":\"normal|reverse|inherit\",\"box-flex\":\"<number>\",\"box-flex-group\":\"<integer>\",\"box-lines\":\"single|multiple\",\"box-ordinal-group\":\"<integer>\",\"box-orient\":\"horizontal|vertical|inline-axis|block-axis|inherit\",\"box-pack\":\"start|center|end|justify\",\"box-shadow\":\"none|<shadow>#\",\"box-sizing\":\"content-box|border-box\",\"break-after\":\"auto|avoid|always|all|avoid-page|page|left|right|recto|verso|avoid-column|column|avoid-region|region\",\"break-before\":\"auto|avoid|always|all|avoid-page|page|left|right|recto|verso|avoid-column|column|avoid-region|region\",\"break-inside\":\"auto|avoid|avoid-page|avoid-column|avoid-region\",\"caption-side\":\"top|bottom|block-start|block-end|inline-start|inline-end\",\"caret-color\":\"auto|<color>\",clear:\"none|left|right|both|inline-start|inline-end\",clip:\"<shape>|auto\",\"clip-path\":\"<clip-source>|[<basic-shape>||<geometry-box>]|none\",color:\"<color>\",\"color-adjust\":\"economy|exact\",\"color-scheme\":\"normal|[light|dark|<custom-ident>]+\",\"column-count\":\"<integer>|auto\",\"column-fill\":\"auto|balance|balance-all\",\"column-gap\":\"normal|<length-percentage>\",\"column-rule\":\"<'column-rule-width'>||<'column-rule-style'>||<'column-rule-color'>\",\"column-rule-color\":\"<color>\",\"column-rule-style\":\"<'border-style'>\",\"column-rule-width\":\"<'border-width'>\",\"column-span\":\"none|all\",\"column-width\":\"<length>|auto\",columns:\"<'column-width'>||<'column-count'>\",contain:\"none|strict|content|[size||layout||style||paint]\",content:\"normal|none|[<content-replacement>|<content-list>] [/ [<string>|<counter>]+]?\",\"content-visibility\":\"visible|auto|hidden\",\"counter-increment\":\"[<counter-name> <integer>?]+|none\",\"counter-reset\":\"[<counter-name> <integer>?]+|none\",\"counter-set\":\"[<counter-name> <integer>?]+|none\",cursor:\"[[<url> [<x> <y>]? ,]* [auto|default|none|context-menu|help|pointer|progress|wait|cell|crosshair|text|vertical-text|alias|copy|move|no-drop|not-allowed|e-resize|n-resize|ne-resize|nw-resize|s-resize|se-resize|sw-resize|w-resize|ew-resize|ns-resize|nesw-resize|nwse-resize|col-resize|row-resize|all-scroll|zoom-in|zoom-out|grab|grabbing|hand|-webkit-grab|-webkit-grabbing|-webkit-zoom-in|-webkit-zoom-out|-moz-grab|-moz-grabbing|-moz-zoom-in|-moz-zoom-out]]\",direction:\"ltr|rtl\",display:\"[<display-outside>||<display-inside>]|<display-listitem>|<display-internal>|<display-box>|<display-legacy>|<-non-standard-display>\",\"empty-cells\":\"show|hide\",filter:\"none|<filter-function-list>|<-ms-filter-function-list>\",flex:\"none|[<'flex-grow'> <'flex-shrink'>?||<'flex-basis'>]\",\"flex-basis\":\"content|<'width'>\",\"flex-direction\":\"row|row-reverse|column|column-reverse\",\"flex-flow\":\"<'flex-direction'>||<'flex-wrap'>\",\"flex-grow\":\"<number>\",\"flex-shrink\":\"<number>\",\"flex-wrap\":\"nowrap|wrap|wrap-reverse\",float:\"left|right|none|inline-start|inline-end\",font:\"[[<'font-style'>||<font-variant-css21>||<'font-weight'>||<'font-stretch'>]? <'font-size'> [/ <'line-height'>]? <'font-family'>]|caption|icon|menu|message-box|small-caption|status-bar\",\"font-family\":\"[<family-name>|<generic-family>]#\",\"font-feature-settings\":\"normal|<feature-tag-value>#\",\"font-kerning\":\"auto|normal|none\",\"font-language-override\":\"normal|<string>\",\"font-optical-sizing\":\"auto|none\",\"font-variation-settings\":\"normal|[<string> <number>]#\",\"font-size\":\"<absolute-size>|<relative-size>|<length-percentage>\",\"font-size-adjust\":\"none|[ex-height|cap-height|ch-width|ic-width|ic-height]? [from-font|<number>]\",\"font-smooth\":\"auto|never|always|<absolute-size>|<length>\",\"font-stretch\":\"<font-stretch-absolute>\",\"font-style\":\"normal|italic|oblique <angle>?\",\"font-synthesis\":\"none|[weight||style||small-caps]\",\"font-variant\":\"normal|none|[<common-lig-values>||<discretionary-lig-values>||<historical-lig-values>||<contextual-alt-values>||stylistic( <feature-value-name> )||historical-forms||styleset( <feature-value-name># )||character-variant( <feature-value-name># )||swash( <feature-value-name> )||ornaments( <feature-value-name> )||annotation( <feature-value-name> )||[small-caps|all-small-caps|petite-caps|all-petite-caps|unicase|titling-caps]||<numeric-figure-values>||<numeric-spacing-values>||<numeric-fraction-values>||ordinal||slashed-zero||<east-asian-variant-values>||<east-asian-width-values>||ruby]\",\"font-variant-alternates\":\"normal|[stylistic( <feature-value-name> )||historical-forms||styleset( <feature-value-name># )||character-variant( <feature-value-name># )||swash( <feature-value-name> )||ornaments( <feature-value-name> )||annotation( <feature-value-name> )]\",\"font-variant-caps\":\"normal|small-caps|all-small-caps|petite-caps|all-petite-caps|unicase|titling-caps\",\"font-variant-east-asian\":\"normal|[<east-asian-variant-values>||<east-asian-width-values>||ruby]\",\"font-variant-ligatures\":\"normal|none|[<common-lig-values>||<discretionary-lig-values>||<historical-lig-values>||<contextual-alt-values>]\",\"font-variant-numeric\":\"normal|[<numeric-figure-values>||<numeric-spacing-values>||<numeric-fraction-values>||ordinal||slashed-zero]\",\"font-variant-position\":\"normal|sub|super\",\"font-weight\":\"<font-weight-absolute>|bolder|lighter\",\"forced-color-adjust\":\"auto|none\",gap:\"<'row-gap'> <'column-gap'>?\",grid:\"<'grid-template'>|<'grid-template-rows'> / [auto-flow&&dense?] <'grid-auto-columns'>?|[auto-flow&&dense?] <'grid-auto-rows'>? / <'grid-template-columns'>\",\"grid-area\":\"<grid-line> [/ <grid-line>]{0,3}\",\"grid-auto-columns\":\"<track-size>+\",\"grid-auto-flow\":\"[row|column]||dense\",\"grid-auto-rows\":\"<track-size>+\",\"grid-column\":\"<grid-line> [/ <grid-line>]?\",\"grid-column-end\":\"<grid-line>\",\"grid-column-gap\":\"<length-percentage>\",\"grid-column-start\":\"<grid-line>\",\"grid-gap\":\"<'grid-row-gap'> <'grid-column-gap'>?\",\"grid-row\":\"<grid-line> [/ <grid-line>]?\",\"grid-row-end\":\"<grid-line>\",\"grid-row-gap\":\"<length-percentage>\",\"grid-row-start\":\"<grid-line>\",\"grid-template\":\"none|[<'grid-template-rows'> / <'grid-template-columns'>]|[<line-names>? <string> <track-size>? <line-names>?]+ [/ <explicit-track-list>]?\",\"grid-template-areas\":\"none|<string>+\",\"grid-template-columns\":\"none|<track-list>|<auto-track-list>|subgrid <line-name-list>?\",\"grid-template-rows\":\"none|<track-list>|<auto-track-list>|subgrid <line-name-list>?\",\"hanging-punctuation\":\"none|[first||[force-end|allow-end]||last]\",height:\"auto|<length>|<percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )\",hyphens:\"none|manual|auto\",\"image-orientation\":\"from-image|<angle>|[<angle>? flip]\",\"image-rendering\":\"auto|crisp-edges|pixelated|optimizeSpeed|optimizeQuality|<-non-standard-image-rendering>\",\"image-resolution\":\"[from-image||<resolution>]&&snap?\",\"ime-mode\":\"auto|normal|active|inactive|disabled\",\"initial-letter\":\"normal|[<number> <integer>?]\",\"initial-letter-align\":\"[auto|alphabetic|hanging|ideographic]\",\"inline-size\":\"<'width'>\",inset:\"<'top'>{1,4}\",\"inset-block\":\"<'top'>{1,2}\",\"inset-block-end\":\"<'top'>\",\"inset-block-start\":\"<'top'>\",\"inset-inline\":\"<'top'>{1,2}\",\"inset-inline-end\":\"<'top'>\",\"inset-inline-start\":\"<'top'>\",isolation:\"auto|isolate\",\"justify-content\":\"normal|<content-distribution>|<overflow-position>? [<content-position>|left|right]\",\"justify-items\":\"normal|stretch|<baseline-position>|<overflow-position>? [<self-position>|left|right]|legacy|legacy&&[left|right|center]\",\"justify-self\":\"auto|normal|stretch|<baseline-position>|<overflow-position>? [<self-position>|left|right]\",\"justify-tracks\":\"[normal|<content-distribution>|<overflow-position>? [<content-position>|left|right]]#\",left:\"<length>|<percentage>|auto\",\"letter-spacing\":\"normal|<length-percentage>\",\"line-break\":\"auto|loose|normal|strict|anywhere\",\"line-clamp\":\"none|<integer>\",\"line-height\":\"normal|<number>|<length>|<percentage>\",\"line-height-step\":\"<length>\",\"list-style\":\"<'list-style-type'>||<'list-style-position'>||<'list-style-image'>\",\"list-style-image\":\"<image>|none\",\"list-style-position\":\"inside|outside\",\"list-style-type\":\"<counter-style>|<string>|none\",margin:\"[<length>|<percentage>|auto]{1,4}\",\"margin-block\":\"<'margin-left'>{1,2}\",\"margin-block-end\":\"<'margin-left'>\",\"margin-block-start\":\"<'margin-left'>\",\"margin-bottom\":\"<length>|<percentage>|auto\",\"margin-inline\":\"<'margin-left'>{1,2}\",\"margin-inline-end\":\"<'margin-left'>\",\"margin-inline-start\":\"<'margin-left'>\",\"margin-left\":\"<length>|<percentage>|auto\",\"margin-right\":\"<length>|<percentage>|auto\",\"margin-top\":\"<length>|<percentage>|auto\",\"margin-trim\":\"none|in-flow|all\",mask:\"<mask-layer>#\",\"mask-border\":\"<'mask-border-source'>||<'mask-border-slice'> [/ <'mask-border-width'>? [/ <'mask-border-outset'>]?]?||<'mask-border-repeat'>||<'mask-border-mode'>\",\"mask-border-mode\":\"luminance|alpha\",\"mask-border-outset\":\"[<length>|<number>]{1,4}\",\"mask-border-repeat\":\"[stretch|repeat|round|space]{1,2}\",\"mask-border-slice\":\"<number-percentage>{1,4} fill?\",\"mask-border-source\":\"none|<image>\",\"mask-border-width\":\"[<length-percentage>|<number>|auto]{1,4}\",\"mask-clip\":\"[<geometry-box>|no-clip]#\",\"mask-composite\":\"<compositing-operator>#\",\"mask-image\":\"<mask-reference>#\",\"mask-mode\":\"<masking-mode>#\",\"mask-origin\":\"<geometry-box>#\",\"mask-position\":\"<position>#\",\"mask-repeat\":\"<repeat-style>#\",\"mask-size\":\"<bg-size>#\",\"mask-type\":\"luminance|alpha\",\"masonry-auto-flow\":\"[pack|next]||[definite-first|ordered]\",\"math-style\":\"normal|compact\",\"max-block-size\":\"<'max-width'>\",\"max-height\":\"none|<length-percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )\",\"max-inline-size\":\"<'max-width'>\",\"max-lines\":\"none|<integer>\",\"max-width\":\"none|<length-percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )|<-non-standard-width>\",\"min-block-size\":\"<'min-width'>\",\"min-height\":\"auto|<length>|<percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )\",\"min-inline-size\":\"<'min-width'>\",\"min-width\":\"auto|<length>|<percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )|<-non-standard-width>\",\"mix-blend-mode\":\"<blend-mode>\",\"object-fit\":\"fill|contain|cover|none|scale-down\",\"object-position\":\"<position>\",offset:\"[<'offset-position'>? [<'offset-path'> [<'offset-distance'>||<'offset-rotate'>]?]?]! [/ <'offset-anchor'>]?\",\"offset-anchor\":\"auto|<position>\",\"offset-distance\":\"<length-percentage>\",\"offset-path\":\"none|ray( [<angle>&&<size>&&contain?] )|<path()>|<url>|[<basic-shape>||<geometry-box>]\",\"offset-position\":\"auto|<position>\",\"offset-rotate\":\"[auto|reverse]||<angle>\",opacity:\"<alpha-value>\",order:\"<integer>\",orphans:\"<integer>\",outline:\"[<'outline-color'>||<'outline-style'>||<'outline-width'>]\",\"outline-color\":\"<color>|invert\",\"outline-offset\":\"<length>\",\"outline-style\":\"auto|<'border-style'>\",\"outline-width\":\"<line-width>\",overflow:\"[visible|hidden|clip|scroll|auto]{1,2}|<-non-standard-overflow>\",\"overflow-anchor\":\"auto|none\",\"overflow-block\":\"visible|hidden|clip|scroll|auto\",\"overflow-clip-box\":\"padding-box|content-box\",\"overflow-clip-margin\":\"<visual-box>||<length [0,∞]>\",\"overflow-inline\":\"visible|hidden|clip|scroll|auto\",\"overflow-wrap\":\"normal|break-word|anywhere\",\"overflow-x\":\"visible|hidden|clip|scroll|auto\",\"overflow-y\":\"visible|hidden|clip|scroll|auto\",\"overscroll-behavior\":\"[contain|none|auto]{1,2}\",\"overscroll-behavior-block\":\"contain|none|auto\",\"overscroll-behavior-inline\":\"contain|none|auto\",\"overscroll-behavior-x\":\"contain|none|auto\",\"overscroll-behavior-y\":\"contain|none|auto\",padding:\"[<length>|<percentage>]{1,4}\",\"padding-block\":\"<'padding-left'>{1,2}\",\"padding-block-end\":\"<'padding-left'>\",\"padding-block-start\":\"<'padding-left'>\",\"padding-bottom\":\"<length>|<percentage>\",\"padding-inline\":\"<'padding-left'>{1,2}\",\"padding-inline-end\":\"<'padding-left'>\",\"padding-inline-start\":\"<'padding-left'>\",\"padding-left\":\"<length>|<percentage>\",\"padding-right\":\"<length>|<percentage>\",\"padding-top\":\"<length>|<percentage>\",\"page-break-after\":\"auto|always|avoid|left|right|recto|verso\",\"page-break-before\":\"auto|always|avoid|left|right|recto|verso\",\"page-break-inside\":\"auto|avoid\",\"paint-order\":\"normal|[fill||stroke||markers]\",perspective:\"none|<length>\",\"perspective-origin\":\"<position>\",\"place-content\":\"<'align-content'> <'justify-content'>?\",\"place-items\":\"<'align-items'> <'justify-items'>?\",\"place-self\":\"<'align-self'> <'justify-self'>?\",\"pointer-events\":\"auto|none|visiblePainted|visibleFill|visibleStroke|visible|painted|fill|stroke|all|inherit\",position:\"static|relative|absolute|sticky|fixed|-webkit-sticky\",quotes:\"none|auto|[<string> <string>]+\",resize:\"none|both|horizontal|vertical|block|inline\",right:\"<length>|<percentage>|auto\",rotate:\"none|<angle>|[x|y|z|<number>{3}]&&<angle>\",\"row-gap\":\"normal|<length-percentage>\",\"ruby-align\":\"start|center|space-between|space-around\",\"ruby-merge\":\"separate|collapse|auto\",\"ruby-position\":\"[alternate||[over|under]]|inter-character\",scale:\"none|<number>{1,3}\",\"scrollbar-color\":\"auto|<color>{2}\",\"scrollbar-gutter\":\"auto|stable&&both-edges?\",\"scrollbar-width\":\"auto|thin|none\",\"scroll-behavior\":\"auto|smooth\",\"scroll-margin\":\"<length>{1,4}\",\"scroll-margin-block\":\"<length>{1,2}\",\"scroll-margin-block-start\":\"<length>\",\"scroll-margin-block-end\":\"<length>\",\"scroll-margin-bottom\":\"<length>\",\"scroll-margin-inline\":\"<length>{1,2}\",\"scroll-margin-inline-start\":\"<length>\",\"scroll-margin-inline-end\":\"<length>\",\"scroll-margin-left\":\"<length>\",\"scroll-margin-right\":\"<length>\",\"scroll-margin-top\":\"<length>\",\"scroll-padding\":\"[auto|<length-percentage>]{1,4}\",\"scroll-padding-block\":\"[auto|<length-percentage>]{1,2}\",\"scroll-padding-block-start\":\"auto|<length-percentage>\",\"scroll-padding-block-end\":\"auto|<length-percentage>\",\"scroll-padding-bottom\":\"auto|<length-percentage>\",\"scroll-padding-inline\":\"[auto|<length-percentage>]{1,2}\",\"scroll-padding-inline-start\":\"auto|<length-percentage>\",\"scroll-padding-inline-end\":\"auto|<length-percentage>\",\"scroll-padding-left\":\"auto|<length-percentage>\",\"scroll-padding-right\":\"auto|<length-percentage>\",\"scroll-padding-top\":\"auto|<length-percentage>\",\"scroll-snap-align\":\"[none|start|end|center]{1,2}\",\"scroll-snap-coordinate\":\"none|<position>#\",\"scroll-snap-destination\":\"<position>\",\"scroll-snap-points-x\":\"none|repeat( <length-percentage> )\",\"scroll-snap-points-y\":\"none|repeat( <length-percentage> )\",\"scroll-snap-stop\":\"normal|always\",\"scroll-snap-type\":\"none|[x|y|block|inline|both] [mandatory|proximity]?\",\"scroll-snap-type-x\":\"none|mandatory|proximity\",\"scroll-snap-type-y\":\"none|mandatory|proximity\",\"shape-image-threshold\":\"<alpha-value>\",\"shape-margin\":\"<length-percentage>\",\"shape-outside\":\"none|[<shape-box>||<basic-shape>]|<image>\",\"tab-size\":\"<integer>|<length>\",\"table-layout\":\"auto|fixed\",\"text-align\":\"start|end|left|right|center|justify|match-parent\",\"text-align-last\":\"auto|start|end|left|right|center|justify\",\"text-combine-upright\":\"none|all|[digits <integer>?]\",\"text-decoration\":\"<'text-decoration-line'>||<'text-decoration-style'>||<'text-decoration-color'>||<'text-decoration-thickness'>\",\"text-decoration-color\":\"<color>\",\"text-decoration-line\":\"none|[underline||overline||line-through||blink]|spelling-error|grammar-error\",\"text-decoration-skip\":\"none|[objects||[spaces|[leading-spaces||trailing-spaces]]||edges||box-decoration]\",\"text-decoration-skip-ink\":\"auto|all|none\",\"text-decoration-style\":\"solid|double|dotted|dashed|wavy\",\"text-decoration-thickness\":\"auto|from-font|<length>|<percentage>\",\"text-emphasis\":\"<'text-emphasis-style'>||<'text-emphasis-color'>\",\"text-emphasis-color\":\"<color>\",\"text-emphasis-position\":\"[over|under]&&[right|left]\",\"text-emphasis-style\":\"none|[[filled|open]||[dot|circle|double-circle|triangle|sesame]]|<string>\",\"text-indent\":\"<length-percentage>&&hanging?&&each-line?\",\"text-justify\":\"auto|inter-character|inter-word|none\",\"text-orientation\":\"mixed|upright|sideways\",\"text-overflow\":\"[clip|ellipsis|<string>]{1,2}\",\"text-rendering\":\"auto|optimizeSpeed|optimizeLegibility|geometricPrecision\",\"text-shadow\":\"none|<shadow-t>#\",\"text-size-adjust\":\"none|auto|<percentage>\",\"text-transform\":\"none|capitalize|uppercase|lowercase|full-width|full-size-kana\",\"text-underline-offset\":\"auto|<length>|<percentage>\",\"text-underline-position\":\"auto|from-font|[under||[left|right]]\",top:\"<length>|<percentage>|auto\",\"touch-action\":\"auto|none|[[pan-x|pan-left|pan-right]||[pan-y|pan-up|pan-down]||pinch-zoom]|manipulation\",transform:\"none|<transform-list>\",\"transform-box\":\"content-box|border-box|fill-box|stroke-box|view-box\",\"transform-origin\":\"[<length-percentage>|left|center|right|top|bottom]|[[<length-percentage>|left|center|right]&&[<length-percentage>|top|center|bottom]] <length>?\",\"transform-style\":\"flat|preserve-3d\",transition:\"<single-transition>#\",\"transition-delay\":\"<time>#\",\"transition-duration\":\"<time>#\",\"transition-property\":\"none|<single-transition-property>#\",\"transition-timing-function\":\"<easing-function>#\",translate:\"none|<length-percentage> [<length-percentage> <length>?]?\",\"unicode-bidi\":\"normal|embed|isolate|bidi-override|isolate-override|plaintext|-moz-isolate|-moz-isolate-override|-moz-plaintext|-webkit-isolate|-webkit-isolate-override|-webkit-plaintext\",\"user-select\":\"auto|text|none|contain|all\",\"vertical-align\":\"baseline|sub|super|text-top|text-bottom|middle|top|bottom|<percentage>|<length>\",visibility:\"visible|hidden|collapse\",\"white-space\":\"normal|pre|nowrap|pre-wrap|pre-line|break-spaces\",widows:\"<integer>\",width:\"auto|<length>|<percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )|fill|stretch|intrinsic|-moz-max-content|-webkit-max-content|-moz-fit-content|-webkit-fit-content\",\"will-change\":\"auto|<animateable-feature>#\",\"word-break\":\"normal|break-all|keep-all|break-word\",\"word-spacing\":\"normal|<length>\",\"word-wrap\":\"normal|break-word\",\"writing-mode\":\"horizontal-tb|vertical-rl|vertical-lr|sideways-rl|sideways-lr|<svg-writing-mode>\",\"z-index\":\"auto|<integer>\",zoom:\"normal|reset|<number>|<percentage>\",\"-moz-background-clip\":\"padding|border\",\"-moz-border-radius-bottomleft\":\"<'border-bottom-left-radius'>\",\"-moz-border-radius-bottomright\":\"<'border-bottom-right-radius'>\",\"-moz-border-radius-topleft\":\"<'border-top-left-radius'>\",\"-moz-border-radius-topright\":\"<'border-bottom-right-radius'>\",\"-moz-control-character-visibility\":\"visible|hidden\",\"-moz-osx-font-smoothing\":\"auto|grayscale\",\"-moz-user-select\":\"none|text|all|-moz-none\",\"-ms-flex-align\":\"start|end|center|baseline|stretch\",\"-ms-flex-item-align\":\"auto|start|end|center|baseline|stretch\",\"-ms-flex-line-pack\":\"start|end|center|justify|distribute|stretch\",\"-ms-flex-negative\":\"<'flex-shrink'>\",\"-ms-flex-pack\":\"start|end|center|justify|distribute\",\"-ms-flex-order\":\"<integer>\",\"-ms-flex-positive\":\"<'flex-grow'>\",\"-ms-flex-preferred-size\":\"<'flex-basis'>\",\"-ms-interpolation-mode\":\"nearest-neighbor|bicubic\",\"-ms-grid-column-align\":\"start|end|center|stretch\",\"-ms-grid-row-align\":\"start|end|center|stretch\",\"-ms-hyphenate-limit-last\":\"none|always|column|page|spread\",\"-webkit-background-clip\":\"[<box>|border|padding|content|text]#\",\"-webkit-column-break-after\":\"always|auto|avoid\",\"-webkit-column-break-before\":\"always|auto|avoid\",\"-webkit-column-break-inside\":\"always|auto|avoid\",\"-webkit-font-smoothing\":\"auto|none|antialiased|subpixel-antialiased\",\"-webkit-mask-box-image\":\"[<url>|<gradient>|none] [<length-percentage>{4} <-webkit-mask-box-repeat>{2}]?\",\"-webkit-print-color-adjust\":\"economy|exact\",\"-webkit-text-security\":\"none|circle|disc|square\",\"-webkit-user-drag\":\"none|element|auto\",\"-webkit-user-select\":\"auto|none|text|all\",\"alignment-baseline\":\"auto|baseline|before-edge|text-before-edge|middle|central|after-edge|text-after-edge|ideographic|alphabetic|hanging|mathematical\",\"baseline-shift\":\"baseline|sub|super|<svg-length>\",behavior:\"<url>+\",\"clip-rule\":\"nonzero|evenodd\",cue:\"<'cue-before'> <'cue-after'>?\",\"cue-after\":\"<url> <decibel>?|none\",\"cue-before\":\"<url> <decibel>?|none\",\"dominant-baseline\":\"auto|use-script|no-change|reset-size|ideographic|alphabetic|hanging|mathematical|central|middle|text-after-edge|text-before-edge\",fill:\"<paint>\",\"fill-opacity\":\"<number-zero-one>\",\"fill-rule\":\"nonzero|evenodd\",\"glyph-orientation-horizontal\":\"<angle>\",\"glyph-orientation-vertical\":\"<angle>\",kerning:\"auto|<svg-length>\",marker:\"none|<url>\",\"marker-end\":\"none|<url>\",\"marker-mid\":\"none|<url>\",\"marker-start\":\"none|<url>\",pause:\"<'pause-before'> <'pause-after'>?\",\"pause-after\":\"<time>|none|x-weak|weak|medium|strong|x-strong\",\"pause-before\":\"<time>|none|x-weak|weak|medium|strong|x-strong\",rest:\"<'rest-before'> <'rest-after'>?\",\"rest-after\":\"<time>|none|x-weak|weak|medium|strong|x-strong\",\"rest-before\":\"<time>|none|x-weak|weak|medium|strong|x-strong\",\"shape-rendering\":\"auto|optimizeSpeed|crispEdges|geometricPrecision\",src:\"[<url> [format( <string># )]?|local( <family-name> )]#\",speak:\"auto|none|normal\",\"speak-as\":\"normal|spell-out||digits||[literal-punctuation|no-punctuation]\",stroke:\"<paint>\",\"stroke-dasharray\":\"none|[<svg-length>+]#\",\"stroke-dashoffset\":\"<svg-length>\",\"stroke-linecap\":\"butt|round|square\",\"stroke-linejoin\":\"miter|round|bevel\",\"stroke-miterlimit\":\"<number-one-or-greater>\",\"stroke-opacity\":\"<number-zero-one>\",\"stroke-width\":\"<svg-length>\",\"text-anchor\":\"start|middle|end\",\"unicode-range\":\"<urange>#\",\"voice-balance\":\"<number>|left|center|right|leftwards|rightwards\",\"voice-duration\":\"auto|<time>\",\"voice-family\":\"[[<family-name>|<generic-voice>] ,]* [<family-name>|<generic-voice>]|preserve\",\"voice-pitch\":\"<frequency>&&absolute|[[x-low|low|medium|high|x-high]||[<frequency>|<semitones>|<percentage>]]\",\"voice-range\":\"<frequency>&&absolute|[[x-low|low|medium|high|x-high]||[<frequency>|<semitones>|<percentage>]]\",\"voice-rate\":\"[normal|x-slow|slow|medium|fast|x-fast]||<percentage>\",\"voice-stress\":\"normal|strong|moderate|none|reduced\",\"voice-volume\":\"silent|[[x-soft|soft|medium|loud|x-loud]||<decibel>]\"},atrules:{charset:{prelude:\"<string>\",descriptors:null},\"counter-style\":{prelude:\"<counter-style-name>\",descriptors:{\"additive-symbols\":\"[<integer>&&<symbol>]#\",fallback:\"<counter-style-name>\",negative:\"<symbol> <symbol>?\",pad:\"<integer>&&<symbol>\",prefix:\"<symbol>\",range:\"[[<integer>|infinite]{2}]#|auto\",\"speak-as\":\"auto|bullets|numbers|words|spell-out|<counter-style-name>\",suffix:\"<symbol>\",symbols:\"<symbol>+\",system:\"cyclic|numeric|alphabetic|symbolic|additive|[fixed <integer>?]|[extends <counter-style-name>]\"}},document:{prelude:\"[<url>|url-prefix( <string> )|domain( <string> )|media-document( <string> )|regexp( <string> )]#\",descriptors:null},\"font-face\":{prelude:null,descriptors:{\"ascent-override\":\"normal|<percentage>\",\"descent-override\":\"normal|<percentage>\",\"font-display\":\"[auto|block|swap|fallback|optional]\",\"font-family\":\"<family-name>\",\"font-feature-settings\":\"normal|<feature-tag-value>#\",\"font-variation-settings\":\"normal|[<string> <number>]#\",\"font-stretch\":\"<font-stretch-absolute>{1,2}\",\"font-style\":\"normal|italic|oblique <angle>{0,2}\",\"font-weight\":\"<font-weight-absolute>{1,2}\",\"font-variant\":\"normal|none|[<common-lig-values>||<discretionary-lig-values>||<historical-lig-values>||<contextual-alt-values>||stylistic( <feature-value-name> )||historical-forms||styleset( <feature-value-name># )||character-variant( <feature-value-name># )||swash( <feature-value-name> )||ornaments( <feature-value-name> )||annotation( <feature-value-name> )||[small-caps|all-small-caps|petite-caps|all-petite-caps|unicase|titling-caps]||<numeric-figure-values>||<numeric-spacing-values>||<numeric-fraction-values>||ordinal||slashed-zero||<east-asian-variant-values>||<east-asian-width-values>||ruby]\",\"line-gap-override\":\"normal|<percentage>\",\"size-adjust\":\"<percentage>\",src:\"[<url> [format( <string># )]?|local( <family-name> )]#\",\"unicode-range\":\"<urange>#\"}},\"font-feature-values\":{prelude:\"<family-name>#\",descriptors:null},import:{prelude:\"[<string>|<url>] [<media-query-list>]?\",descriptors:null},keyframes:{prelude:\"<keyframes-name>\",descriptors:null},media:{prelude:\"<media-query-list>\",descriptors:null},namespace:{prelude:\"<namespace-prefix>? [<string>|<url>]\",descriptors:null},page:{prelude:\"<page-selector-list>\",descriptors:{bleed:\"auto|<length>\",marks:\"none|[crop||cross]\",size:\"<length>{1,2}|auto|[<page-size>||[portrait|landscape]]\"}},property:{prelude:\"<custom-property-name>\",descriptors:{syntax:\"<string>\",inherits:\"true|false\",\"initial-value\":\"<string>\"}},supports:{prelude:\"<supports-condition>\",descriptors:null},viewport:{prelude:null,descriptors:{height:\"<viewport-length>{1,2}\",\"max-height\":\"<viewport-length>\",\"max-width\":\"<viewport-length>\",\"max-zoom\":\"auto|<number>|<percentage>\",\"min-height\":\"<viewport-length>\",\"min-width\":\"<viewport-length>\",\"min-zoom\":\"auto|<number>|<percentage>\",orientation:\"auto|portrait|landscape\",\"user-zoom\":\"zoom|fixed\",\"viewport-fit\":\"auto|contain|cover\",width:\"<viewport-length>{1,2}\",zoom:\"auto|<number>|<percentage>\"}}}}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{AnPlusB:()=>i,Atrule:()=>r,AtrulePrelude:()=>a,AttributeSelector:()=>o,Block:()=>s,Brackets:()=>_,CDC:()=>l,CDO:()=>c,ClassSelector:()=>u,Combinator:()=>p,Comment:()=>$,Declaration:()=>d,DeclarationList:()=>m,Dimension:()=>h,Function:()=>f,Hash:()=>g,Identifier:()=>x,IdSelector:()=>v,MediaFeature:()=>b,MediaQuery:()=>k,MediaQueryList:()=>T,Nth:()=>E,Number:()=>y,Operator:()=>A,Parentheses:()=>C,Percentage:()=>w,PseudoClassSelector:()=>S,PseudoElementSelector:()=>N,Ratio:()=>D,Raw:()=>P,Rule:()=>O,Selector:()=>L,SelectorList:()=>I,String:()=>R,StyleSheet:()=>M,TypeSelector:()=>F,UnicodeRange:()=>B,Url:()=>H,Value:()=>j,WhiteSpace:()=>U});var i=n(77),r=n(78),a=n(79),o=n(80),s=n(81),_=n(82),l=n(83),c=n(84),u=n(85),p=n(86),$=n(87),d=n(88),m=n(89),h=n(90),f=n(91),g=n(92),x=n(93),v=n(94),b=n(95),k=n(96),T=n(97),E=n(98),y=n(99),A=n(100),C=n(101),w=n(102),S=n(103),N=n(104),D=n(105),P=n(106),O=n(107),L=n(108),I=n(109),R=n(110),M=n(112),F=n(113),B=n(114),H=n(115),j=n(117),U=n(118)},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>_,structure:()=>l,parse:()=>c,generate:()=>u});var i=n(31);function r(e,t){let n=this.tokenStart+e,r=this.charCodeAt(n);for((43===r||45===r)&&(t&&this.error(\"Number sign is not allowed\"),n++);n<this.tokenEnd;n++)(0,i.isDigit)(this.charCodeAt(n))||this.error(\"Integer is expected\",n)}function a(e){return r.call(this,0,e)}function o(e,t){if(!this.cmpChar(this.tokenStart+e,t)){let n=\"\";switch(t){case 110:n=\"N is expected\";break;case 45:n=\"HyphenMinus is expected\"}this.error(n,this.tokenStart+e)}}function s(){let e=0,t=0,n=this.tokenType;for(;n===i.WhiteSpace||n===i.Comment;)n=this.lookupType(++e);if(n!==i.Number){if(!(this.isDelim(43,e)||this.isDelim(45,e)))return null;t=this.isDelim(43,e)?43:45;do n=this.lookupType(++e);while(n===i.WhiteSpace||n===i.Comment);n!==i.Number&&(this.skip(e),a.call(this,!0))}return e>0&&this.skip(e),0===t&&43!==(n=this.charCodeAt(this.tokenStart))&&45!==n&&this.error(\"Number sign is expected\"),a.call(this,0!==t),45===t?\"-\"+this.consume(i.Number):this.consume(i.Number)}let _=\"AnPlusB\",l={a:[String,null],b:[String,null]};function c(){let e=this.tokenStart,t=null,n=null;if(this.tokenType===i.Number)a.call(this,!1),n=this.consume(i.Number);else if(this.tokenType===i.Ident&&this.cmpChar(this.tokenStart,45))switch(t=\"-1\",o.call(this,1,110),this.tokenEnd-this.tokenStart){case 2:this.next(),n=s.call(this);break;case 3:o.call(this,2,45),this.next(),this.skipSC(),a.call(this,!0),n=\"-\"+this.consume(i.Number);break;default:o.call(this,2,45),r.call(this,3,!0),this.next(),n=this.substrToCursor(e+2)}else if(this.tokenType===i.Ident||this.isDelim(43)&&this.lookupType(1)===i.Ident){let _=0;switch(t=\"1\",this.isDelim(43)&&(_=1,this.next()),o.call(this,0,110),this.tokenEnd-this.tokenStart){case 1:this.next(),n=s.call(this);break;case 2:o.call(this,1,45),this.next(),this.skipSC(),a.call(this,!0),n=\"-\"+this.consume(i.Number);break;default:o.call(this,1,45),r.call(this,2,!0),this.next(),n=this.substrToCursor(e+_+1)}}else if(this.tokenType===i.Dimension){let l=this.charCodeAt(this.tokenStart),c=43===l||45===l,u=this.tokenStart+c;for(;u<this.tokenEnd&&(0,i.isDigit)(this.charCodeAt(u));u++);u===this.tokenStart+c&&this.error(\"Integer is expected\",this.tokenStart+c),o.call(this,u-this.tokenStart,110),t=this.substring(e,u),u+1===this.tokenEnd?(this.next(),n=s.call(this)):(o.call(this,u-this.tokenStart+1,45),u+2===this.tokenEnd?(this.next(),this.skipSC(),a.call(this,!0),n=\"-\"+this.consume(i.Number)):(r.call(this,u-this.tokenStart+2,!0),this.next(),n=this.substrToCursor(u+1)))}else this.error();return null!==t&&43===t.charCodeAt(0)&&(t=t.substr(1)),null!==n&&43===n.charCodeAt(0)&&(n=n.substr(1)),{type:\"AnPlusB\",loc:this.getLocation(e,this.tokenStart),a:t,b:n}}function u(e){if(e.a){let t=\"+1\"===e.a&&\"n\"||\"1\"===e.a&&\"n\"||\"-1\"===e.a&&\"-n\"||e.a+\"n\";if(e.b){let n=\"-\"===e.b[0]||\"+\"===e.b[0]?e.b:\"+\"+e.b;this.tokenize(t+n)}else this.tokenize(t)}else this.tokenize(e.b)}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>o,walkContext:()=>s,structure:()=>_,parse:()=>l,generate:()=>c});var i=n(31);function r(e){return this.Raw(e,this.consumeUntilLeftCurlyBracketOrSemicolon,!0)}function a(){for(let e=1,t;t=this.lookupType(e);e++){if(t===i.RightCurlyBracket)return!0;if(t===i.LeftCurlyBracket||t===i.AtKeyword)break}return!1}let o=\"Atrule\",s=\"atrule\",_={name:String,prelude:[\"AtrulePrelude\",\"Raw\",null],block:[\"Block\",null]};function l(){let e=this.tokenStart,t,n,o=null,s=null;switch(this.eat(i.AtKeyword),n=(t=this.substrToCursor(e+1)).toLowerCase(),this.skipSC(),!1===this.eof&&this.tokenType!==i.LeftCurlyBracket&&this.tokenType!==i.Semicolon&&(o=this.parseAtrulePrelude?this.parseWithFallback(this.AtrulePrelude.bind(this,t),r):r.call(this,this.tokenIndex),this.skipSC()),this.tokenType){case i.Semicolon:this.next();break;case i.LeftCurlyBracket:s=hasOwnProperty.call(this.atrule,n)&&\"function\"==typeof this.atrule[n].block?this.atrule[n].block.call(this):this.Block(a.call(this))}return{type:\"Atrule\",loc:this.getLocation(e,this.tokenStart),name:t,prelude:o,block:s}}function c(e){this.token(i.AtKeyword,\"@\"+e.name),null!==e.prelude&&this.node(e.prelude),e.block?this.node(e.block):this.token(i.Semicolon,\";\")}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>r,walkContext:()=>a,structure:()=>o,parse:()=>s,generate:()=>_});var i=n(31);let r=\"AtrulePrelude\",a=\"atrulePrelude\",o={children:[[]]};function s(e){let t=null;return null!==e&&(e=e.toLowerCase()),this.skipSC(),t=hasOwnProperty.call(this.atrule,e)&&\"function\"==typeof this.atrule[e].prelude?this.atrule[e].prelude.call(this):this.readSequence(this.scope.AtrulePrelude),this.skipSC(),!0!==this.eof&&this.tokenType!==i.LeftCurlyBracket&&this.tokenType!==i.Semicolon&&this.error(\"Semicolon or block is expected\"),{type:\"AtrulePrelude\",loc:this.getLocationFromList(t),children:t}}function _(e){this.children(e)}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>o,structure:()=>s,parse:()=>_,generate:()=>l});var i=n(31);function r(){this.eof&&this.error(\"Unexpected end of input\");let e=this.tokenStart,t=!1;return this.isDelim(42)?(t=!0,this.next()):this.isDelim(124)||this.eat(i.Ident),this.isDelim(124)?61!==this.charCodeAt(this.tokenStart+1)?(this.next(),this.eat(i.Ident)):t&&this.error(\"Identifier is expected\",this.tokenEnd):t&&this.error(\"Vertical line is expected\"),{type:\"Identifier\",loc:this.getLocation(e,this.tokenStart),name:this.substrToCursor(e)}}function a(){let e=this.tokenStart,t=this.charCodeAt(e);return 61!==t&&126!==t&&94!==t&&36!==t&&42!==t&&124!==t&&this.error(\"Attribute selector (=, ~=, ^=, $=, *=, |=) is expected\"),this.next(),61!==t&&(this.isDelim(61)||this.error(\"Equal sign is expected\"),this.next()),this.substrToCursor(e)}let o=\"AttributeSelector\",s={name:\"Identifier\",matcher:[String,null],value:[\"String\",\"Identifier\",null],flags:[String,null]};function _(){let e=this.tokenStart,t,n=null,o=null,s=null;return this.eat(i.LeftSquareBracket),this.skipSC(),t=r.call(this),this.skipSC(),this.tokenType!==i.RightSquareBracket&&(this.tokenType!==i.Ident&&(n=a.call(this),this.skipSC(),o=this.tokenType===i.String?this.String():this.Identifier(),this.skipSC()),this.tokenType===i.Ident&&(s=this.consume(i.Ident),this.skipSC())),this.eat(i.RightSquareBracket),{type:\"AttributeSelector\",loc:this.getLocation(e,this.tokenStart),name:t,matcher:n,value:o,flags:s}}function l(e){this.token(i.Delim,\"[\"),this.node(e.name),null!==e.matcher&&(this.tokenize(e.matcher),this.node(e.value)),null!==e.flags&&this.token(i.Ident,e.flags),this.token(i.Delim,\"]\")}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>_,walkContext:()=>l,structure:()=>c,parse:()=>u,generate:()=>p});var i=n(31);function r(e){return this.Raw(e,null,!0)}function a(){return this.parseWithFallback(this.Rule,r)}function o(e){return this.Raw(e,this.consumeUntilSemicolonIncluded,!0)}function s(){if(this.tokenType===i.Semicolon)return o.call(this,this.tokenIndex);let e=this.parseWithFallback(this.Declaration,o);return this.tokenType===i.Semicolon&&this.next(),e}let _=\"Block\",l=\"block\",c={children:[[\"Atrule\",\"Rule\",\"Declaration\"]]};function u(e){let t=e?s:a,n=this.tokenStart,o=this.createList();this.eat(i.LeftCurlyBracket);scan:for(;!this.eof;)switch(this.tokenType){case i.RightCurlyBracket:break scan;case i.WhiteSpace:case i.Comment:this.next();break;case i.AtKeyword:o.push(this.parseWithFallback(this.Atrule,r));break;default:o.push(t.call(this))}return this.eof||this.eat(i.RightCurlyBracket),{type:\"Block\",loc:this.getLocation(n,this.tokenStart),children:o}}function p(e){this.token(i.LeftCurlyBracket,\"{\"),this.children(e,e=>{\"Declaration\"===e.type&&this.token(i.Semicolon,\";\")}),this.token(i.RightCurlyBracket,\"}\")}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>r,structure:()=>a,parse:()=>o,generate:()=>s});var i=n(31);let r=\"Brackets\",a={children:[[]]};function o(e,t){let n=this.tokenStart,r=null;return this.eat(i.LeftSquareBracket),r=e.call(this,t),this.eof||this.eat(i.RightSquareBracket),{type:\"Brackets\",loc:this.getLocation(n,this.tokenStart),children:r}}function s(e){this.token(i.Delim,\"[\"),this.children(e),this.token(i.Delim,\"]\")}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>r,structure:()=>a,parse:()=>o,generate:()=>s});var i=n(31);let r=\"CDC\",a=[];function o(){let e=this.tokenStart;return this.eat(i.CDC),{type:\"CDC\",loc:this.getLocation(e,this.tokenStart)}}function s(){this.token(i.CDC,\"-->\")}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>r,structure:()=>a,parse:()=>o,generate:()=>s});var i=n(31);let r=\"CDO\",a=[];function o(){let e=this.tokenStart;return this.eat(i.CDO),{type:\"CDO\",loc:this.getLocation(e,this.tokenStart)}}function s(){this.token(i.CDO,\"<!--\")}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>r,structure:()=>a,parse:()=>o,generate:()=>s});var i=n(31);let r=\"ClassSelector\",a={name:String};function o(){return this.eatDelim(46),{type:\"ClassSelector\",loc:this.getLocation(this.tokenStart-1,this.tokenEnd),name:this.consume(i.Ident)}}function s(e){this.token(i.Delim,\".\"),this.token(i.Ident,e.name)}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>r,structure:()=>a,parse:()=>o,generate:()=>s});var i=n(31);let r=\"Combinator\",a={name:String};function o(){let e=this.tokenStart,t;switch(this.tokenType){case i.WhiteSpace:t=\" \";break;case i.Delim:switch(this.charCodeAt(this.tokenStart)){case 62:case 43:case 126:this.next();break;case 47:this.next(),this.eatIdent(\"deep\"),this.eatDelim(47);break;default:this.error(\"Combinator is expected\")}t=this.substrToCursor(e)}return{type:\"Combinator\",loc:this.getLocation(e,this.tokenStart),name:t}}function s(e){this.tokenize(e.name)}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>r,structure:()=>a,parse:()=>o,generate:()=>s});var i=n(31);let r=\"Comment\",a={value:String};function o(){let e=this.tokenStart,t=this.tokenEnd;return this.eat(i.Comment),t-e+2>=2&&42===this.charCodeAt(t-2)&&47===this.charCodeAt(t-1)&&(t-=2),{type:\"Comment\",loc:this.getLocation(e,this.tokenStart),value:this.substring(e+2,t)}}function s(e){this.token(i.Comment,\"/*\"+e.value+\"*/\")}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>_,walkContext:()=>l,structure:()=>c,parse:()=>u,generate:()=>p});var i=n(58),r=n(31);function a(e){return this.Raw(e,this.consumeUntilExclamationMarkOrSemicolon,!0)}function o(e){return this.Raw(e,this.consumeUntilExclamationMarkOrSemicolon,!1)}function s(){let e=this.tokenIndex,t=this.Value();return\"Raw\"!==t.type&&!1===this.eof&&this.tokenType!==r.Semicolon&&!1===this.isDelim(33)&&!1===this.isBalanceEdge(e)&&this.error(),t}let _=\"Declaration\",l=\"declaration\",c={important:[Boolean,String],property:String,value:[\"Value\",\"Raw\"]};function u(){let e=this.tokenStart,t=this.tokenIndex,n=$.call(this),_=(0,i.isCustomProperty)(n),l=_?this.parseCustomProperty:this.parseValue,c=_?o:a,u=!1,p;this.skipSC(),this.eat(r.Colon);let m=this.tokenIndex;if(_||this.skipSC(),p=l?this.parseWithFallback(s,c):c.call(this,this.tokenIndex),_&&\"Value\"===p.type&&p.children.isEmpty){for(let h=m-this.tokenIndex;h<=0;h++)if(this.lookupType(h)===r.WhiteSpace){p.children.appendData({type:\"WhiteSpace\",loc:null,value:\" \"});break}}return this.isDelim(33)&&(u=d.call(this),this.skipSC()),!1===this.eof&&this.tokenType!==r.Semicolon&&!1===this.isBalanceEdge(t)&&this.error(),{type:\"Declaration\",loc:this.getLocation(e,this.tokenStart),important:u,property:n,value:p}}function p(e){this.token(r.Ident,e.property),this.token(r.Colon,\":\"),this.node(e.value),e.important&&(this.token(r.Delim,\"!\"),this.token(r.Ident,!0===e.important?\"important\":e.important))}function $(){let e=this.tokenStart;if(this.tokenType===r.Delim)switch(this.charCodeAt(this.tokenStart)){case 42:case 36:case 43:case 35:case 38:this.next();break;case 47:this.next(),this.isDelim(47)&&this.next()}return this.tokenType===r.Hash?this.eat(r.Hash):this.eat(r.Ident),this.substrToCursor(e)}function d(){this.eat(r.Delim),this.skipSC();let e=this.consume(r.Ident);return\"important\"===e||e}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>a,structure:()=>o,parse:()=>s,generate:()=>_});var i=n(31);function r(e){return this.Raw(e,this.consumeUntilSemicolonIncluded,!0)}let a=\"DeclarationList\",o={children:[[\"Declaration\"]]};function s(){let e=this.createList();scan:for(;!this.eof;)switch(this.tokenType){case i.WhiteSpace:case i.Comment:case i.Semicolon:this.next();break;default:e.push(this.parseWithFallback(this.Declaration,r))}return{type:\"DeclarationList\",loc:this.getLocationFromList(e),children:e}}function _(e){this.children(e,e=>{\"Declaration\"===e.type&&this.token(i.Semicolon,\";\")})}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>r,structure:()=>a,parse:()=>o,generate:()=>s});var i=n(31);let r=\"Dimension\",a={value:String,unit:String};function o(){let e=this.tokenStart,t=this.consumeNumber(i.Dimension);return{type:\"Dimension\",loc:this.getLocation(e,this.tokenStart),value:t,unit:this.substring(e+t.length,this.tokenStart)}}function s(e){this.token(i.Dimension,e.value+e.unit)}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>r,walkContext:()=>a,structure:()=>o,parse:()=>s,generate:()=>_});var i=n(31);let r=\"Function\",a=\"function\",o={name:String,children:[[]]};function s(e,t){let n=this.tokenStart,r=this.consumeFunctionName(),a=r.toLowerCase(),o;return o=t.hasOwnProperty(a)?t[a].call(this,t):e.call(this,t),this.eof||this.eat(i.RightParenthesis),{type:\"Function\",loc:this.getLocation(n,this.tokenStart),name:r,children:o}}function _(e){this.token(i.Function,e.name+\"(\"),this.children(e),this.token(i.RightParenthesis,\")\")}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{xxx:()=>r,name:()=>a,structure:()=>o,parse:()=>s,generate:()=>_});var i=n(31);let r=\"XXX\",a=\"Hash\",o={value:String};function s(){let e=this.tokenStart;return this.eat(i.Hash),{type:\"Hash\",loc:this.getLocation(e,this.tokenStart),value:this.substrToCursor(e+1)}}function _(e){this.token(i.Hash,\"#\"+e.value)}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>r,structure:()=>a,parse:()=>o,generate:()=>s});var i=n(31);let r=\"Identifier\",a={name:String};function o(){return{type:\"Identifier\",loc:this.getLocation(this.tokenStart,this.tokenEnd),name:this.consume(i.Ident)}}function s(e){this.token(i.Ident,e.name)}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>r,structure:()=>a,parse:()=>o,generate:()=>s});var i=n(31);let r=\"IdSelector\",a={name:String};function o(){let e=this.tokenStart;return this.eat(i.Hash),{type:\"IdSelector\",loc:this.getLocation(e,this.tokenStart),name:this.substrToCursor(e+1)}}function s(e){this.token(i.Delim,\"#\"+e.name)}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>r,structure:()=>a,parse:()=>o,generate:()=>s});var i=n(31);let r=\"MediaFeature\",a={name:String,value:[\"Identifier\",\"Number\",\"Dimension\",\"Ratio\",null]};function o(){let e=this.tokenStart,t,n=null;if(this.eat(i.LeftParenthesis),this.skipSC(),t=this.consume(i.Ident),this.skipSC(),this.tokenType!==i.RightParenthesis){switch(this.eat(i.Colon),this.skipSC(),this.tokenType){case i.Number:n=this.lookupNonWSType(1)===i.Delim?this.Ratio():this.Number();break;case i.Dimension:n=this.Dimension();break;case i.Ident:n=this.Identifier();break;default:this.error(\"Number, dimension, ratio or identifier is expected\")}this.skipSC()}return this.eat(i.RightParenthesis),{type:\"MediaFeature\",loc:this.getLocation(e,this.tokenStart),name:t,value:n}}function s(e){this.token(i.LeftParenthesis,\"(\"),this.token(i.Ident,e.name),null!==e.value&&(this.token(i.Colon,\":\"),this.node(e.value)),this.token(i.RightParenthesis,\")\")}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>r,structure:()=>a,parse:()=>o,generate:()=>s});var i=n(31);let r=\"MediaQuery\",a={children:[[\"Identifier\",\"MediaFeature\",\"WhiteSpace\"]]};function o(){let e=this.createList(),t=null;this.skipSC();scan:for(;!this.eof;){switch(this.tokenType){case i.Comment:case i.WhiteSpace:this.next();continue;case i.Ident:t=this.Identifier();break;case i.LeftParenthesis:t=this.MediaFeature();break;default:break scan}e.push(t)}return null===t&&this.error(\"Identifier or parenthesis is expected\"),{type:\"MediaQuery\",loc:this.getLocationFromList(e),children:e}}function s(e){this.children(e)}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>r,structure:()=>a,parse:()=>o,generate:()=>s});var i=n(31);let r=\"MediaQueryList\",a={children:[[\"MediaQuery\"]]};function o(){let e=this.createList();for(this.skipSC();!this.eof&&(e.push(this.MediaQuery()),this.tokenType===i.Comma);)this.next();return{type:\"MediaQueryList\",loc:this.getLocationFromList(e),children:e}}function s(e){this.children(e,()=>this.token(i.Comma,\",\"))}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>r,structure:()=>a,parse:()=>o,generate:()=>s});var i=n(31);let r=\"Nth\",a={nth:[\"AnPlusB\",\"Identifier\"],selector:[\"SelectorList\",null]};function o(){this.skipSC();let e=this.tokenStart,t=e,n=null,i;return i=this.lookupValue(0,\"odd\")||this.lookupValue(0,\"even\")?this.Identifier():this.AnPlusB(),t=this.tokenStart,this.skipSC(),this.lookupValue(0,\"of\")&&(this.next(),n=this.SelectorList(),t=this.tokenStart),{type:\"Nth\",loc:this.getLocation(e,t),nth:i,selector:n}}function s(e){this.node(e.nth),null!==e.selector&&(this.token(i.Ident,\"of\"),this.node(e.selector))}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>r,structure:()=>a,parse:()=>o,generate:()=>s});var i=n(31);let r=\"Number\",a={value:String};function o(){return{type:\"Number\",loc:this.getLocation(this.tokenStart,this.tokenEnd),value:this.consume(i.Number)}}function s(e){this.token(i.Number,e.value)}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>i,structure:()=>r,parse:()=>a,generate:()=>o});let i=\"Operator\",r={value:String};function a(){let e=this.tokenStart;return this.next(),{type:\"Operator\",loc:this.getLocation(e,this.tokenStart),value:this.substrToCursor(e)}}function o(e){this.tokenize(e.value)}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>r,structure:()=>a,parse:()=>o,generate:()=>s});var i=n(31);let r=\"Parentheses\",a={children:[[]]};function o(e,t){let n=this.tokenStart,r=null;return this.eat(i.LeftParenthesis),r=e.call(this,t),this.eof||this.eat(i.RightParenthesis),{type:\"Parentheses\",loc:this.getLocation(n,this.tokenStart),children:r}}function s(e){this.token(i.LeftParenthesis,\"(\"),this.children(e),this.token(i.RightParenthesis,\")\")}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>r,structure:()=>a,parse:()=>o,generate:()=>s});var i=n(31);let r=\"Percentage\",a={value:String};function o(){return{type:\"Percentage\",loc:this.getLocation(this.tokenStart,this.tokenEnd),value:this.consumeNumber(i.Percentage)}}function s(e){this.token(i.Percentage,e.value+\"%\")}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>r,walkContext:()=>a,structure:()=>o,parse:()=>s,generate:()=>_});var i=n(31);let r=\"PseudoClassSelector\",a=\"function\",o={name:String,children:[[\"Raw\"],null]};function s(){let e=this.tokenStart,t=null,n,r;return this.eat(i.Colon),this.tokenType===i.Function?(r=(n=this.consumeFunctionName()).toLowerCase(),hasOwnProperty.call(this.pseudo,r)?(this.skipSC(),t=this.pseudo[r].call(this),this.skipSC()):(t=this.createList()).push(this.Raw(this.tokenIndex,null,!1)),this.eat(i.RightParenthesis)):n=this.consume(i.Ident),{type:\"PseudoClassSelector\",loc:this.getLocation(e,this.tokenStart),name:n,children:t}}function _(e){this.token(i.Colon,\":\"),null===e.children?this.token(i.Ident,e.name):(this.token(i.Function,e.name+\"(\"),this.children(e),this.token(i.RightParenthesis,\")\"))}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>r,walkContext:()=>a,structure:()=>o,parse:()=>s,generate:()=>_});var i=n(31);let r=\"PseudoElementSelector\",a=\"function\",o={name:String,children:[[\"Raw\"],null]};function s(){let e=this.tokenStart,t=null,n,r;return this.eat(i.Colon),this.eat(i.Colon),this.tokenType===i.Function?(r=(n=this.consumeFunctionName()).toLowerCase(),hasOwnProperty.call(this.pseudo,r)?(this.skipSC(),t=this.pseudo[r].call(this),this.skipSC()):(t=this.createList()).push(this.Raw(this.tokenIndex,null,!1)),this.eat(i.RightParenthesis)):n=this.consume(i.Ident),{type:\"PseudoElementSelector\",loc:this.getLocation(e,this.tokenStart),name:n,children:t}}function _(e){this.token(i.Colon,\":\"),this.token(i.Colon,\":\"),null===e.children?this.token(i.Ident,e.name):(this.token(i.Function,e.name+\"(\"),this.children(e),this.token(i.RightParenthesis,\")\"))}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>a,structure:()=>o,parse:()=>s,generate:()=>_});var i=n(31);function r(){this.skipSC();let e=this.consume(i.Number);for(let t=0;t<e.length;t++){let n=e.charCodeAt(t);(0,i.isDigit)(n)||46===n||this.error(\"Unsigned number is expected\",this.tokenStart-e.length+t)}return 0===Number(e)&&this.error(\"Zero number is not allowed\",this.tokenStart-e.length),e}let a=\"Ratio\",o={left:String,right:String};function s(){let e=this.tokenStart,t=r.call(this),n;return this.skipSC(),this.eatDelim(47),n=r.call(this),{type:\"Ratio\",loc:this.getLocation(e,this.tokenStart),left:t,right:n}}function _(e){this.token(i.Number,e.left),this.token(i.Delim,\"/\"),this.token(i.Number,e.right)}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>a,structure:()=>o,parse:()=>s,generate:()=>_});var i=n(31);function r(){return this.tokenIndex>0&&this.lookupType(-1)===i.WhiteSpace?this.tokenIndex>1?this.getTokenStart(this.tokenIndex-1):this.firstCharOffset:this.tokenStart}let a=\"Raw\",o={value:String};function s(e,t,n){let i=this.getTokenStart(e),a;return this.skipUntilBalanced(e,t||this.consumeUntilBalanceEnd),a=n&&this.tokenStart>i?r.call(this):this.tokenStart,{type:\"Raw\",loc:this.getLocation(i,a),value:this.substring(i,a)}}function _(e){this.tokenize(e.value)}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>o,walkContext:()=>s,structure:()=>_,parse:()=>l,generate:()=>c});var i=n(31);function r(e){return this.Raw(e,this.consumeUntilLeftCurlyBracket,!0)}function a(){let e=this.SelectorList();return\"Raw\"!==e.type&&!1===this.eof&&this.tokenType!==i.LeftCurlyBracket&&this.error(),e}let o=\"Rule\",s=\"rule\",_={prelude:[\"SelectorList\",\"Raw\"],block:[\"Block\"]};function l(){let e=this.tokenIndex,t=this.tokenStart,n,i;return n=this.parseRulePrelude?this.parseWithFallback(a,r):r.call(this,e),i=this.Block(!0),{type:\"Rule\",loc:this.getLocation(t,this.tokenStart),prelude:n,block:i}}function c(e){this.node(e.prelude),this.node(e.block)}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>i,structure:()=>r,parse:()=>a,generate:()=>o});let i=\"Selector\",r={children:[[\"TypeSelector\",\"IdSelector\",\"ClassSelector\",\"AttributeSelector\",\"PseudoClassSelector\",\"PseudoElementSelector\",\"Combinator\",\"WhiteSpace\"]]};function a(){let e=this.readSequence(this.scope.Selector);return null===this.getFirstListNode(e)&&this.error(\"Selector is expected\"),{type:\"Selector\",loc:this.getLocationFromList(e),children:e}}function o(e){this.children(e)}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>r,walkContext:()=>a,structure:()=>o,parse:()=>s,generate:()=>_});var i=n(31);let r=\"SelectorList\",a=\"selector\",o={children:[[\"Selector\",\"Raw\"]]};function s(){let e=this.createList();for(;!this.eof;){if(e.push(this.Selector()),this.tokenType===i.Comma){this.next();continue}break}return{type:\"SelectorList\",loc:this.getLocationFromList(e),children:e}}function _(e){this.children(e,()=>this.token(i.Comma,\",\"))}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>a,structure:()=>o,parse:()=>s,generate:()=>_});var i=n(31),r=n(111);let a=\"String\",o={value:String};function s(){return{type:\"String\",loc:this.getLocation(this.tokenStart,this.tokenEnd),value:(0,r.decode)(this.consume(i.String))}}function _(e){this.token(i.String,(0,r.encode)(e.value))}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{decode:()=>r,encode:()=>a});var i=n(31);function r(e){let t=e.length,n=e.charCodeAt(0),r=34===n||39===n?1:0,a=1===r&&t>1&&e.charCodeAt(t-1)===n?t-2:t-1,o=\"\";for(let s=r;s<=a;s++){let _=e.charCodeAt(s);if(92===_){if(s===a){s!==t-1&&(o=e.substr(s+1));break}if(_=e.charCodeAt(++s),(0,i.isValidEscape)(92,_)){let l=s-1,c=(0,i.consumeEscaped)(e,l);s=c-1,o+=(0,i.decodeEscaped)(e.substring(l+1,c))}else 13===_&&10===e.charCodeAt(s+1)&&s++}else o+=e[s]}return o}function a(e,t){let n=t?\"'\":'\"',r=t?39:34,a=\"\",o=!1;for(let s=0;s<e.length;s++){let _=e.charCodeAt(s);if(0===_){a+=\"�\";continue}if(_<=31||127===_){a+=\"\\\\\"+_.toString(16),o=!0;continue}_===r||92===_?(a+=\"\\\\\"+e.charAt(s),o=!1):(o&&((0,i.isHexDigit)(_)||(0,i.isWhiteSpace)(_))&&(a+=\" \"),a+=e.charAt(s),o=!1)}return n+a+n}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>a,walkContext:()=>o,structure:()=>s,parse:()=>_,generate:()=>l});var i=n(31);function r(e){return this.Raw(e,null,!1)}let a=\"StyleSheet\",o=\"stylesheet\",s={children:[[\"Comment\",\"CDO\",\"CDC\",\"Atrule\",\"Rule\",\"Raw\"]]};function _(){let e=this.tokenStart,t=this.createList(),n;scan:for(;!this.eof;){switch(this.tokenType){case i.WhiteSpace:this.next();continue;case i.Comment:if(33!==this.charCodeAt(this.tokenStart+2)){this.next();continue}n=this.Comment();break;case i.CDO:n=this.CDO();break;case i.CDC:n=this.CDC();break;case i.AtKeyword:n=this.parseWithFallback(this.Atrule,r);break;default:n=this.parseWithFallback(this.Rule,r)}t.push(n)}return{type:\"StyleSheet\",loc:this.getLocation(e,this.tokenStart),children:t}}function l(e){this.children(e)}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>a,structure:()=>o,parse:()=>s,generate:()=>_});var i=n(31);function r(){this.tokenType!==i.Ident&&!1===this.isDelim(42)&&this.error(\"Identifier or asterisk is expected\"),this.next()}let a=\"TypeSelector\",o={name:String};function s(){let e=this.tokenStart;return this.isDelim(124)?(this.next(),r.call(this)):(r.call(this),this.isDelim(124)&&(this.next(),r.call(this))),{type:\"TypeSelector\",loc:this.getLocation(e,this.tokenStart),name:this.substrToCursor(e)}}function _(e){this.tokenize(e.name)}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>_,structure:()=>l,parse:()=>c,generate:()=>u});var i=n(31);function r(e,t){let n=0;for(let a=this.tokenStart+e;a<this.tokenEnd;a++){let o=this.charCodeAt(a);if(45===o&&t&&0!==n)return r.call(this,e+n+1,!1),-1;(0,i.isHexDigit)(o)||this.error(t&&0!==n?\"Hyphen minus\"+(n<6?\" or hex digit\":\"\")+\" is expected\":n<6?\"Hex digit is expected\":\"Unexpected input\",a),++n>6&&this.error(\"Too many hex digits\",a)}return this.next(),n}function a(e){let t=0;for(;this.isDelim(63);)++t>e&&this.error(\"Too many question marks\"),this.next()}function o(e){this.charCodeAt(this.tokenStart)!==e&&this.error((43===e?\"Plus sign\":\"Hyphen minus\")+\" is expected\")}function s(){let e=0;switch(this.tokenType){case i.Number:if(e=r.call(this,1,!0),this.isDelim(63)){a.call(this,6-e);break}(this.tokenType===i.Dimension||this.tokenType===i.Number)&&(o.call(this,45),r.call(this,1,!1));break;case i.Dimension:(e=r.call(this,1,!0))>0&&a.call(this,6-e);break;default:if(this.eatDelim(43),this.tokenType===i.Ident){(e=r.call(this,0,!0))>0&&a.call(this,6-e);break}if(this.isDelim(63)){this.next(),a.call(this,5);break}this.error(\"Hex digit or question mark is expected\")}}let _=\"UnicodeRange\",l={value:String};function c(){let e=this.tokenStart;return this.eatIdent(\"u\"),s.call(this),{type:\"UnicodeRange\",loc:this.getLocation(e,this.tokenStart),value:this.substrToCursor(e)}}function u(e){this.tokenize(e.value)}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>o,structure:()=>s,parse:()=>_,generate:()=>l});var i=n(116),r=n(111),a=n(31);let o=\"Url\",s={value:String};function _(){let e=this.tokenStart,t;switch(this.tokenType){case a.Url:t=i.decode(this.consume(a.Url));break;case a.Function:this.cmpStr(this.tokenStart,this.tokenEnd,\"url(\")||this.error(\"Function name must be `url`\"),this.eat(a.Function),this.skipSC(),t=r.decode(this.consume(a.String)),this.skipSC(),this.eof||this.eat(a.RightParenthesis);break;default:this.error(\"Url or Function is expected\")}return{type:\"Url\",loc:this.getLocation(e,this.tokenStart),value:t}}function l(e){this.token(a.Url,i.encode(e.value))}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{decode:()=>r,encode:()=>a});var i=n(31);function r(e){let t=e.length,n=4,r=41===e.charCodeAt(t-1)?t-2:t-1,a=\"\";for(;n<r&&(0,i.isWhiteSpace)(e.charCodeAt(n));)n++;for(;n<r&&(0,i.isWhiteSpace)(e.charCodeAt(r));)r--;for(let o=n;o<=r;o++){let s=e.charCodeAt(o);if(92===s){if(o===r){o!==t-1&&(a=e.substr(o+1));break}if(s=e.charCodeAt(++o),(0,i.isValidEscape)(92,s)){let _=o-1,l=(0,i.consumeEscaped)(e,_);o=l-1,a+=(0,i.decodeEscaped)(e.substring(_+1,l))}else 13===s&&10===e.charCodeAt(o+1)&&o++}else a+=e[o]}return a}function a(e){let t=\"\",n=!1;for(let r=0;r<e.length;r++){let a=e.charCodeAt(r);if(0===a){t+=\"�\";continue}if(a<=31||127===a){t+=\"\\\\\"+a.toString(16),n=!0;continue}32===a||92===a||34===a||39===a||40===a||41===a?(t+=\"\\\\\"+e.charAt(r),n=!1):(n&&(0,i.isHexDigit)(a)&&(t+=\" \"),t+=e.charAt(r),n=!1)}return\"url(\"+t+\")\"}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>i,structure:()=>r,parse:()=>a,generate:()=>o});let i=\"Value\",r={children:[[]]};function a(){let e=this.tokenStart,t=this.readSequence(this.scope.Value);return{type:\"Value\",loc:this.getLocation(e,this.tokenStart),children:t}}function o(e){this.children(e)}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{name:()=>a,structure:()=>o,parse:()=>s,generate:()=>_});var i=n(31);let r=Object.freeze({type:\"WhiteSpace\",loc:null,value:\" \"}),a=\"WhiteSpace\",o={value:String};function s(){return this.eat(i.WhiteSpace),r}function _(e){this.token(i.WhiteSpace,e.value)}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>s});var i=n(120),r=n(127),a=n(133),o=n(76);let s={parseContext:{default:\"StyleSheet\",stylesheet:\"StyleSheet\",atrule:\"Atrule\",atrulePrelude:function(e){return this.AtrulePrelude(e.atrule?String(e.atrule):null)},mediaQueryList:\"MediaQueryList\",mediaQuery:\"MediaQuery\",rule:\"Rule\",selectorList:\"SelectorList\",selector:\"Selector\",block:function(){return this.Block(!0)},declarationList:\"DeclarationList\",declaration:\"Declaration\",value:\"Value\"},scope:i,atrule:r.default,pseudo:a.default,node:o}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{AtrulePrelude:()=>i.default,Selector:()=>r.default,Value:()=>a.default});var i=n(121),r=n(123),a=n(124)},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>r});var i=n(122);let r={getNode:i.default}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>r});var i=n(31);function r(e){switch(this.tokenType){case i.Hash:return this.Hash();case i.Comma:return this.Operator();case i.LeftParenthesis:return this.Parentheses(this.readSequence,e.recognizer);case i.LeftSquareBracket:return this.Brackets(this.readSequence,e.recognizer);case i.String:return this.String();case i.Dimension:return this.Dimension();case i.Percentage:return this.Percentage();case i.Number:return this.Number();case i.Function:return this.cmpStr(this.tokenStart,this.tokenEnd,\"url(\")?this.Url():this.Function(this.readSequence,e.recognizer);case i.Url:return this.Url();case i.Ident:if(this.cmpChar(this.tokenStart,117)&&this.cmpChar(this.tokenStart+1,43))return this.UnicodeRange();return this.Identifier();case i.Delim:{let t=this.charCodeAt(this.tokenStart);if(47===t||42===t||43===t||45===t)return this.Operator();35===t&&this.error(\"Hex or identifier is expected\",this.tokenStart+1)}}}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>o});var i=n(31);function r(e,t){null!==t.last&&\"Combinator\"!==t.last.type&&null!==e&&\"Combinator\"!==e.type&&t.push({type:\"Combinator\",loc:null,name:\" \"})}function a(){switch(this.tokenType){case i.LeftSquareBracket:return this.AttributeSelector();case i.Hash:return this.IdSelector();case i.Colon:if(this.lookupType(1)===i.Colon)return this.PseudoElementSelector();return this.PseudoClassSelector();case i.Ident:return this.TypeSelector();case i.Number:case i.Percentage:return this.Percentage();case i.Dimension:46===this.charCodeAt(this.tokenStart)&&this.error(\"Identifier is expected\",this.tokenStart+1);break;case i.Delim:{let e=this.charCodeAt(this.tokenStart);switch(e){case 43:case 62:case 126:case 47:return this.Combinator();case 46:return this.ClassSelector();case 42:case 124:return this.TypeSelector();case 35:return this.IdSelector()}}}}let o={onWhiteSpace:r,getNode:a}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>s});var i=n(122),r=n(125),a=n(126);function o(e){return null!==e&&\"Operator\"===e.type&&(\"-\"===e.value[e.value.length-1]||\"+\"===e.value[e.value.length-1])}let s={getNode:i.default,onWhiteSpace:function(e,t){o(e)&&(e.value=\" \"+e.value),o(t.last)&&(t.last.value+=\" \")},expression:r.default,var:a.default}},(e,t,n)=>{\"use strict\";function i(){return this.createSingleNodeList(this.Raw(this.tokenIndex,null,!1))}n.r(t),n.d(t,{default:()=>i})},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>r});var i=n(31);function r(){let e=this.createList();if(this.skipSC(),e.push(this.Identifier()),this.skipSC(),this.tokenType===i.Comma){e.push(this.Operator());let t=this.tokenIndex,n=this.parseCustomProperty?this.Value(null):this.Raw(this.tokenIndex,this.consumeUntilExclamationMarkOrSemicolon,!1);if(\"Value\"===n.type&&n.children.isEmpty){for(let r=t-this.tokenIndex;r<=0;r++)if(this.lookupType(r)===i.WhiteSpace){n.children.appendData({type:\"WhiteSpace\",loc:null,value:\" \"});break}}e.push(n)}return e}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>_});var i=n(128),r=n(129),a=n(130),o=n(131),s=n(132);let _={\"font-face\":i.default,import:r.default,media:a.default,page:o.default,supports:s.default}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>i});let i={parse:{prelude:null,block(){return this.Block(!0)}}}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>r});var i=n(31);let r={parse:{prelude(){let e=this.createList();switch(this.skipSC(),this.tokenType){case i.String:e.push(this.String());break;case i.Url:case i.Function:e.push(this.Url());break;default:this.error(\"String or url() is expected\")}return(this.lookupNonWSType(0)===i.Ident||this.lookupNonWSType(0)===i.LeftParenthesis)&&e.push(this.MediaQueryList()),e},block:null}}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>i});let i={parse:{prelude(){return this.createSingleNodeList(this.MediaQueryList())},block(){return this.Block(!1)}}}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>i});let i={parse:{prelude(){return this.createSingleNodeList(this.SelectorList())},block(){return this.Block(!0)}}}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>s});var i=n(31);function r(){return this.createSingleNodeList(this.Raw(this.tokenIndex,null,!1))}function a(){return(this.skipSC(),this.tokenType===i.Ident&&this.lookupNonWSType(1)===i.Colon)?this.createSingleNodeList(this.Declaration()):o.call(this)}function o(){let e=this.createList(),t;this.skipSC();scan:for(;!this.eof;){switch(this.tokenType){case i.Comment:case i.WhiteSpace:this.next();continue;case i.Function:t=this.Function(r,this.scope.AtrulePrelude);break;case i.Ident:t=this.Identifier();break;case i.LeftParenthesis:t=this.Parentheses(a,this.scope.AtrulePrelude);break;default:break scan}e.push(t)}return e}let s={parse:{prelude(){let e=o.call(this);return null===this.getFirstListNode(e)&&this.error(\"Condition is expected\"),e},block(){return this.Block(!1)}}}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>s});let i={parse(){return this.createSingleNodeList(this.SelectorList())}},r={parse(){return this.createSingleNodeList(this.Selector())}},a={parse(){return this.createSingleNodeList(this.Identifier())}},o={parse(){return this.createSingleNodeList(this.Nth())}},s={dir:a,has:i,lang:a,matches:i,not:i,\"nth-child\":o,\"nth-last-child\":o,\"nth-last-of-type\":o,\"nth-of-type\":o,slotted:r}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>r});var i=n(76);let r={node:i}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{version:()=>i});let i=\"2.0.4\"},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{clone:()=>r});var i=n(40);function r(e){let t={};for(let n in e){let a=e[n];a&&(Array.isArray(a)||a instanceof i.List?a=a.map(r):a.constructor===Object&&(a=r(a))),t[n]=a}return t}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{decode:()=>r,encode:()=>a});var i=n(31);function r(e){let t=e.length-1,n=\"\";for(let r=0;r<e.length;r++){let a=e.charCodeAt(r);if(92===a){if(r===t)break;if(a=e.charCodeAt(++r),(0,i.isValidEscape)(92,a)){let o=r-1,s=(0,i.consumeEscaped)(e,o);r=s-1,n+=(0,i.decodeEscaped)(e.substring(o+1,s))}else 13===a&&10===e.charCodeAt(r+1)&&r++}else n+=e[r]}return n}function a(e){let t=\"\";if(1===e.length&&45===e.charCodeAt(0))return\"\\\\-\";for(let n=0;n<e.length;n++){let r=e.charCodeAt(n);if(0===r){t+=\"�\";continue}if(r<=31||127===r||r>=48&&r<=57&&(0===n||1===n&&45===e.charCodeAt(0))){t+=\"\\\\\"+r.toString(16)+\" \";continue}(0,i.isName)(r)?t+=e.charAt(n):t+=\"\\\\\"+e.charAt(n)}return t}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>i});let i=function(e){let t={attribute:/\\[\\s*(?:(?<namespace>\\*|[-\\w]*)\\|)?(?<name>[-\\w\\u{0080}-\\u{FFFF}]+)\\s*(?:(?<operator>\\W?=)\\s*(?<value>.+?)\\s*(?<caseSensitive>[iIsS])?\\s*)?\\]/gu,id:/#(?<name>(?:[-\\w\\u{0080}-\\u{FFFF}]|\\\\.)+)/gu,class:/\\.(?<name>(?:[-\\w\\u{0080}-\\u{FFFF}]|\\\\.)+)/gu,comma:/\\s*,\\s*/g,combinator:/\\s*[\\s>+~]\\s*/g,\"pseudo-element\":/::(?<name>[-\\w\\u{0080}-\\u{FFFF}]+)(?:\\((?<argument>¶+)\\))?/gu,\"pseudo-class\":/:(?<name>[-\\w\\u{0080}-\\u{FFFF}]+)(?:\\((?<argument>¶+)\\))?/gu,type:/(?:(?<namespace>\\*|[-\\w]*)\\|)?(?<name>[-\\w\\u{0080}-\\u{FFFF}]+)|\\*/gu},n=new Set([\"pseudo-class\",\"pseudo-element\"]),i=new Set([...n,\"attribute\"]),r=new Set([\"combinator\",\"comma\"]),a=new Set([\"not\",\"is\",\"where\",\"has\",\"matches\",\"-moz-any\",\"-webkit-any\",\"nth-child\",\"nth-last-child\"]),o={\"nth-child\":/(?<index>[\\dn+-]+)\\s+of\\s+(?<subtree>.+)/};a[\"nth-last-child\"]=o[\"nth-child\"];let s=Object.assign({},t);function _(e,t){let n=\"\",i=[];for(;t<e.length;t++){let r=e[t];if(\"(\"===r)i.push(r);else if(\")\"===r){if(i.length>0)i.pop();else throw Error(\"Closing paren without opening paren at \"+t)}if(n+=r,0===i.length)return n}throw Error(\"Opening paren without closing paren\")}function l(e,t){if(!e)return[];var n=[e];for(var i in t){let a=t[i];for(var o=0;o<n.length;o++){var s=n[o];if(\"string\"==typeof s){a.lastIndex=0;var _=a.exec(s);if(_){let l=_.index-1,c=[],u=_[0],p=s.slice(0,l+1);p&&c.push(p),c.push({type:i,content:u,..._.groups});let $=s.slice(l+u.length+1);$&&c.push($),n.splice(o,1,...c)}}}}let d=0;for(let m=0;m<n.length;m++){let h=n[m],f=h.length||h.content.length;\"object\"==typeof h&&(h.pos=[d,d+f],r.has(h.type)&&(h.content=h.content.trim()||\" \")),d+=f}return n}function c(e){if(!e)return null;e=e.trim();let r=[];e=e.replace(/(['\"])(\\\\\\1|.)+?\\1/g,(e,t,n,i)=>(r.push({str:e,start:i}),t+\"\\xa7\".repeat(n.length)+t));let a=[],o=0,c;for(;(c=e.indexOf(\"(\",o))>-1;){let u=_(e,c);a.push({str:u,start:c}),e=e.substring(0,c)+\"(\"+\"\\xb6\".repeat(u.length-2)+\")\"+e.substring(c+u.length),o=c+u.length}let p=l(e,t);function $(e,t,n){for(let i of e)for(let r of p)if(n.has(r.type)&&r.pos[0]<i.start&&i.start<r.pos[1]){let a=r.content;if(r.content=r.content.replace(t,i.str),r.content!==a){s[r.type].lastIndex=0;let o=s[r.type].exec(r.content).groups;Object.assign(r,o)}}}return $(a,/\\(¶+\\)/,n),$(r,/(['\"])§+?\\1/,i),p}function u(e,{list:t=!0}={}){if(t&&e.find(e=>\"comma\"===e.type)){let n=[],i=[];for(let r=0;r<e.length;r++)if(\"comma\"===e[r].type){if(0===i.length)throw Error(\"Incorrect comma at \"+r);n.push(u(i,{list:!1})),i.length=0}else i.push(e[r]);if(0===i.length)throw Error(\"Trailing comma\");return n.push(u(i,{list:!1})),{type:\"list\",list:n}}for(let a=e.length-1;a>=0;a--){let o=e[a];if(\"combinator\"===o.type){let s=e.slice(0,a),_=e.slice(a+1);return{type:\"complex\",combinator:o.content,left:u(s),right:u(_)}}}return 0===e.length?null:1===e.length?e[0]:{type:\"compound\",list:[...e]}}function p(e,t,n,i){if(e){if(\"complex\"===e.type)p(e.left,t,n,e),p(e.right,t,n,e);else if(\"compound\"===e.type)for(let r of e.list)p(r,t,n,e);else e.subtree&&n&&n.subtree&&p(e.subtree,t,n,e);t(e,i)}}function $(e,{recursive:t=!0,list:n=!0}={}){let i=c(e);if(!i)return null;let r=u(i,{list:n});return t&&p(r,e=>{if(\"pseudo-class\"===e.type&&e.argument&&a.has(e.name)){let t=e.argument,n=o[e.name];if(n){let i=n.exec(t);if(!i)return;Object.assign(e,i.groups),t=i.groups.subtree}t&&(e.subtree=$(t,{recursive:!0,list:!0}))}}),r}function d(e,t){return t=t||Math.max(...e)+1,e[0]*t**2+e[1]*t+e[2]}return s[\"pseudo-element\"]=RegExp(t[\"pseudo-element\"].source.replace(\"(?<argument>\\xb6+)\",\"(?<argument>.+?)\"),\"gu\"),s[\"pseudo-class\"]=RegExp(t[\"pseudo-class\"].source.replace(\"(?<argument>\\xb6+)\",\"(?<argument>.+)\"),\"gu\"),e.RECURSIVE_PSEUDO_CLASSES=a,e.RECURSIVE_PSEUDO_CLASSES_ARGS=o,e.TOKENS=t,e.TRIM_TOKENS=r,e.gobbleParens=_,e.nestTokens=u,e.parse=$,e.specificity=function e(t,{format:n=\"array\"}={}){let i=\"object\"==typeof t?t:$(t,{recursive:!0});if(!i)return null;if(\"list\"===i.type){let r=10,o=i.list.map(t=>{let n=e(t);return r=Math.max(r,...n),n});return o[function e(t){let n=t[0],i=0;for(let r=0;r<t.length;r++)t[r]>n&&(i=r,n=t[r]);return 0===t.length?-1:i}(o.map(e=>d(e,r)))]}let s=[0,0,0];return p(i,t=>{\"id\"===t.type?s[0]++:\"class\"===t.type||\"attribute\"===t.type?s[1]++:\"type\"===t.type&&\"*\"!==t.content||\"pseudo-element\"===t.type?s[2]++:\"pseudo-class\"===t.type&&\"where\"!==t.name&&(a.has(t.name)&&t.subtree?e(t.subtree).forEach((e,t)=>s[t]+=e):s[1]++)}),s},e.specificityToNumber=d,e.tokenize=c,e.tokenizeBy=l,e.walk=p,Object.defineProperty(e,\"__esModule\",{value:!0}),e}({})},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>s});var i=n(140),r=n(141),a=n(2);class o extends a.default{constructor(){super(),this.parseOptions={ranges:!0,module:!0,globalReturn:!0},this.generationOptions={format:{quotes:\"double\",escapeless:!0,compact:!0}},this.parse=i.parseScript,this.generate=r.generate}rewrite(e,t={}){return this.recast(e,t,\"rewrite\")}source(e,t={}){return this.recast(e,t,\"source\")}recast(e,t={},n=\"\"){try{let i=[],a=this.parse(e,this.parseOptions),o={data:t,changes:[],input:e,ast:a,get slice(){return s}},s=0;for(let _ of(this.iterate(a,(e,t=null)=>{t&&t.inTransformer&&(e.isTransformer=!0),e.parent=t,this.emit(e.type,e,o,n)}),o.changes.sort((e,t)=>e.start-t.start||e.end-t.end),o.changes))\"start\"in _&&\"number\"==typeof _.start&&i.push(e.slice(s,_.start)),_.node&&i.push(\"string\"==typeof _.node?_.node:(0,r.generate)(_.node,this.generationOptions)),\"end\"in _&&\"number\"==typeof _.end&&(s=_.end);return i.push(e.slice(s)),i.join(\"\")}catch(l){return e}}iterate(e,t){\"object\"==typeof e&&t&&function e(t,n,i){if(\"object\"==typeof t&&i){for(let r in i(t,n,i),t)\"parent\"!==r&&(Array.isArray(t[r])?t[r].forEach(n=>{n&&e(n,t,i)}):t[r]&&e(t[r],t,i));\"function\"==typeof t.iterateEnd&&t.iterateEnd()}}(e,null,t)}}let s=o},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{ESTree:()=>nv,parse:()=>ny,parseModule:()=>nE,parseScript:()=>nT,version:()=>nk});let i={0:\"Unexpected token\",28:\"Unexpected token: '%0'\",1:\"Octal escape sequences are not allowed in strict mode\",2:\"Octal escape sequences are not allowed in template strings\",3:\"Unexpected token `#`\",4:\"Illegal Unicode escape sequence\",5:\"Invalid code point %0\",6:\"Invalid hexadecimal escape sequence\",8:\"Octal literals are not allowed in strict mode\",7:\"Decimal integer literals with a leading zero are forbidden in strict mode\",9:\"Expected number in radix %0\",145:\"Invalid left-hand side assignment to a destructible right-hand side\",10:\"Non-number found after exponent indicator\",11:\"Invalid BigIntLiteral\",12:\"No identifiers allowed directly after numeric literal\",13:\"Escapes \\\\8 or \\\\9 are not syntactically valid escapes\",14:\"Unterminated string literal\",15:\"Unterminated template literal\",16:\"Multiline comment was not closed properly\",17:\"The identifier contained dynamic unicode escape that was not closed\",18:\"Illegal character '%0'\",19:\"Missing hexadecimal digits\",20:\"Invalid implicit octal\",21:\"Invalid line break in string literal\",22:\"Only unicode escapes are legal in identifier names\",23:\"Expected '%0'\",24:\"Invalid left-hand side in assignment\",25:\"Invalid left-hand side in async arrow\",26:'Calls to super must be in the \"constructor\" method of a class expression or class declaration that has a superclass',27:\"Member access on super must be in a method\",29:\"Await expression not allowed in formal parameter\",30:\"Yield expression not allowed in formal parameter\",92:\"Unexpected token: 'escaped keyword'\",31:\"Unary expressions as the left operand of an exponentiation expression must be disambiguated with parentheses\",119:\"Async functions can only be declared at the top level or inside a block\",32:\"Unterminated regular expression\",33:\"Unexpected regular expression flag\",34:\"Duplicate regular expression flag '%0'\",35:\"%0 functions must have exactly %1 argument%2\",36:\"Setter function argument must not be a rest parameter\",37:\"%0 declaration must have a name in this context\",38:\"Function name may not contain any reserved words or be eval or arguments in strict mode\",39:\"The rest operator is missing an argument\",40:\"A getter cannot be a generator\",41:\"A computed property name must be followed by a colon or paren\",130:\"Object literal keys that are strings or numbers must be a method or have a colon\",43:\"Found `* async x(){}` but this should be `async * x(){}`\",42:\"Getters and setters can not be generators\",44:\"'%0' can not be generator method\",45:\"No line break is allowed after '=>'\",46:\"The left-hand side of the arrow can only be destructed through assignment\",47:\"The binding declaration is not destructible\",48:\"Async arrow can not be followed by new expression\",49:\"Classes may not have a static property named 'prototype'\",50:\"Class constructor may not be a %0\",51:\"Duplicate constructor method in class\",52:\"Invalid increment/decrement operand\",53:\"Invalid use of `new` keyword on an increment/decrement expression\",54:\"`=>` is an invalid assignment target\",55:\"Rest element may not have a trailing comma\",56:\"Missing initializer in %0 declaration\",57:\"'for-%0' loop head declarations can not have an initializer\",58:\"Invalid left-hand side in for-%0 loop: Must have a single binding\",59:\"Invalid shorthand property initializer\",60:\"Property name __proto__ appears more than once in object literal\",61:\"Let is disallowed as a lexically bound name\",62:\"Invalid use of '%0' inside new expression\",63:\"Illegal 'use strict' directive in function with non-simple parameter list\",64:'Identifier \"let\" disallowed as left-hand side expression in strict mode',65:\"Illegal continue statement\",66:\"Illegal break statement\",67:\"Cannot have `let[...]` as a var name in strict mode\",68:\"Invalid destructuring assignment target\",69:\"Rest parameter may not have a default initializer\",70:\"The rest argument must the be last parameter\",71:\"Invalid rest argument\",73:\"In strict mode code, functions can only be declared at top level or inside a block\",74:\"In non-strict mode code, functions can only be declared at top level, inside a block, or as the body of an if statement\",75:\"Without web compatibility enabled functions can not be declared at top level, inside a block, or as the body of an if statement\",76:\"Class declaration can't appear in single-statement context\",77:\"Invalid left-hand side in for-%0\",78:\"Invalid assignment in for-%0\",79:\"for await (... of ...) is only valid in async functions and async generators\",80:\"The first token after the template expression should be a continuation of the template\",82:\"`let` declaration not allowed here and `let` cannot be a regular var name in strict mode\",81:\"`let \\n [` is a restricted production at the start of a statement\",83:\"Catch clause requires exactly one parameter, not more (and no trailing comma)\",84:\"Catch clause parameter does not support default values\",85:\"Missing catch or finally after try\",86:\"More than one default clause in switch statement\",87:\"Illegal newline after throw\",88:\"Strict mode code may not include a with statement\",89:\"Illegal return statement\",90:\"The left hand side of the for-header binding declaration is not destructible\",91:\"new.target only allowed within functions\",93:\"'#' not followed by identifier\",99:\"Invalid keyword\",98:\"Can not use 'let' as a class name\",97:\"'A lexical declaration can't define a 'let' binding\",96:\"Can not use `let` as variable name in strict mode\",94:\"'%0' may not be used as an identifier in this context\",95:\"Await is only valid in async functions\",100:\"The %0 keyword can only be used with the module goal\",101:\"Unicode codepoint must not be greater than 0x10FFFF\",102:\"%0 source must be string\",103:\"Only a identifier can be used to indicate alias\",104:\"Only '*' or '{...}' can be imported after default\",105:\"Trailing decorator may be followed by method\",106:\"Decorators can't be used with a constructor\",108:\"HTML comments are only allowed with web compatibility (Annex B)\",109:\"The identifier 'let' must not be in expression position in strict mode\",110:\"Cannot assign to `eval` and `arguments` in strict mode\",111:\"The left-hand side of a for-of loop may not start with 'let'\",112:\"Block body arrows can not be immediately invoked without a group\",113:\"Block body arrows can not be immediately accessed without a group\",114:\"Unexpected strict mode reserved word\",115:\"Unexpected eval or arguments in strict mode\",116:\"Decorators must not be followed by a semicolon\",117:\"Calling delete on expression not allowed in strict mode\",118:\"Pattern can not have a tail\",120:\"Can not have a `yield` expression on the left side of a ternary\",121:\"An arrow function can not have a postfix update operator\",122:\"Invalid object literal key character after generator star\",123:\"Private fields can not be deleted\",125:\"Classes may not have a field called constructor\",124:\"Classes may not have a private element named constructor\",126:\"A class field initializer may not contain arguments\",127:\"Generators can only be declared at the top level or inside a block\",128:\"Async methods are a restricted production and cannot have a newline following it\",129:\"Unexpected character after object literal property name\",131:\"Invalid key token\",132:\"Label '%0' has already been declared\",133:\"continue statement must be nested within an iteration statement\",134:\"Undefined label '%0'\",135:\"Trailing comma is disallowed inside import(...) arguments\",136:\"import() requires exactly one argument\",137:\"Cannot use new with import(...)\",138:\"... is not allowed in import()\",139:\"Expected '=>'\",140:\"Duplicate binding '%0'\",141:\"Cannot export a duplicate name '%0'\",144:\"Duplicate %0 for-binding\",142:\"Exported binding '%0' needs to refer to a top-level declared variable\",143:\"Unexpected private field\",147:\"Numeric separators are not allowed at the end of numeric literals\",146:\"Only one underscore is allowed as numeric separator\",148:\"JSX value should be either an expression or a quoted JSX text\",149:\"Expected corresponding JSX closing tag for %0\",150:\"Adjacent JSX elements must be wrapped in an enclosing tag\",151:\"JSX attributes must only be assigned a non-empty 'expression'\",152:\"'%0' has already been declared\",153:\"'%0' shadowed a catch clause binding\",154:\"Dot property must be an identifier\",155:\"Encountered invalid input after spread/rest argument\",156:\"Catch without try\",157:\"Finally without try\",158:\"Expected corresponding closing tag for JSX fragment\",159:\"Coalescing and logical operators used together in the same expression must be disambiguated with parentheses\",160:\"Invalid tagged template on optional chain\",161:\"Invalid optional chain from super property\",162:\"Invalid optional chain from new expression\",163:'Cannot use \"import.meta\" outside a module',164:\"Leading decorators must be attached to a class declaration\"};class r extends SyntaxError{constructor(e,t,n,r,...a){let o=\"[\"+t+\":\"+n+\"]: \"+i[r].replace(/%(\\d+)/g,(e,t)=>a[t]);super(`${o}`),this.index=e,this.line=t,this.column=n,this.description=o,this.loc={line:t,column:n}}}function a(e,t,...n){throw new r(e.index,e.line,e.column,t,...n)}function o(e){throw new r(e.index,e.line,e.column,e.type,e.params)}function s(e,t,n,i,...a){throw new r(e,t,n,i,...a)}function _(e,t,n,i){throw new r(e,t,n,i)}let l=((e,t)=>{let n=new Uint32Array(104448),i=0,r=0;for(;i<3540;){let a=e[i++];if(a<0)r-=a;else{let o=e[i++];2&a&&(o=t[o]),1&a?n.fill(o,r,r+=e[i++]):n[r++]=o}}return n})([-1,2,24,2,25,2,5,-1,0,77595648,3,44,2,3,0,14,2,57,2,58,3,0,3,0,3168796671,0,4294956992,2,1,2,0,2,59,3,0,4,0,4294966523,3,0,4,2,16,2,60,2,0,0,4294836735,0,3221225471,0,4294901942,2,61,0,134152192,3,0,2,0,4294951935,3,0,2,0,2683305983,0,2684354047,2,17,2,0,0,4294961151,3,0,2,2,19,2,0,0,608174079,2,0,2,131,2,6,2,56,-1,2,37,0,4294443263,2,1,3,0,3,0,4294901711,2,39,0,4089839103,0,2961209759,0,1342439375,0,4294543342,0,3547201023,0,1577204103,0,4194240,0,4294688750,2,2,0,80831,0,4261478351,0,4294549486,2,2,0,2967484831,0,196559,0,3594373100,0,3288319768,0,8469959,2,194,2,3,0,3825204735,0,123747807,0,65487,0,4294828015,0,4092591615,0,1080049119,0,458703,2,3,2,0,0,2163244511,0,4227923919,0,4236247022,2,66,0,4284449919,0,851904,2,4,2,11,0,67076095,-1,2,67,0,1073741743,0,4093591391,-1,0,50331649,0,3265266687,2,32,0,4294844415,0,4278190047,2,18,2,129,-1,3,0,2,2,21,2,0,2,9,2,0,2,14,2,15,3,0,10,2,69,2,0,2,70,2,71,2,72,2,0,2,73,2,0,2,10,0,261632,2,23,3,0,2,2,12,2,4,3,0,18,2,74,2,5,3,0,2,2,75,0,2088959,2,27,2,8,0,909311,3,0,2,0,814743551,2,41,0,67057664,3,0,2,2,40,2,0,2,28,2,0,2,29,2,7,0,268374015,2,26,2,49,2,0,2,76,0,134153215,-1,2,6,2,0,2,7,0,2684354559,0,67044351,0,3221160064,0,1,-1,3,0,2,2,42,0,1046528,3,0,3,2,8,2,0,2,51,0,4294960127,2,9,2,38,2,10,0,4294377472,2,11,3,0,7,0,4227858431,3,0,8,2,12,2,0,2,78,2,9,2,0,2,79,2,80,2,81,-1,2,124,0,1048577,2,82,2,13,-1,2,13,0,131042,2,83,2,84,2,85,2,0,2,33,-83,2,0,2,53,2,7,3,0,4,0,1046559,2,0,2,14,2,0,0,2147516671,2,20,3,86,2,2,0,-16,2,87,0,524222462,2,4,2,0,0,4269801471,2,4,2,0,2,15,2,77,2,16,3,0,2,2,47,2,0,-1,2,17,-16,3,0,206,-2,3,0,655,2,18,3,0,36,2,68,-1,2,17,2,9,3,0,8,2,89,2,121,2,0,0,3220242431,3,0,3,2,19,2,90,2,91,3,0,2,2,92,2,0,2,93,2,94,2,0,0,4351,2,0,2,8,3,0,2,0,67043391,0,3909091327,2,0,2,22,2,8,2,18,3,0,2,0,67076097,2,7,2,0,2,20,0,67059711,0,4236247039,3,0,2,0,939524103,0,8191999,2,97,2,98,2,15,2,21,3,0,3,0,67057663,3,0,349,2,99,2,100,2,6,-264,3,0,11,2,22,3,0,2,2,31,-1,0,3774349439,2,101,2,102,3,0,2,2,19,2,103,3,0,10,2,9,2,17,2,0,2,45,2,0,2,30,2,104,2,23,0,1638399,2,172,2,105,3,0,3,2,18,2,24,2,25,2,5,2,26,2,0,2,7,2,106,-1,2,107,2,108,2,109,-1,3,0,3,2,11,-2,2,0,2,27,-3,2,150,-4,2,18,2,0,2,35,0,1,2,0,2,62,2,28,2,11,2,9,2,0,2,110,-1,3,0,4,2,9,2,21,2,111,2,6,2,0,2,112,2,0,2,48,-4,3,0,9,2,20,2,29,2,30,-4,2,113,2,114,2,29,2,20,2,7,-2,2,115,2,29,2,31,-2,2,0,2,116,-2,0,4277137519,0,2269118463,-1,3,18,2,-1,2,32,2,36,2,0,3,29,2,2,34,2,19,-3,3,0,2,2,33,-1,2,0,2,34,2,0,2,34,2,0,2,46,-10,2,0,0,203775,-2,2,18,2,43,2,35,-2,2,17,2,117,2,20,3,0,2,2,36,0,2147549120,2,0,2,11,2,17,2,135,2,0,2,37,2,52,0,5242879,3,0,2,0,402644511,-1,2,120,0,1090519039,-2,2,122,2,38,2,0,0,67045375,2,39,0,4226678271,0,3766565279,0,2039759,-4,3,0,2,0,3288270847,0,3,3,0,2,0,67043519,-5,2,0,0,4282384383,0,1056964609,-1,3,0,2,0,67043345,-1,2,0,2,40,2,41,-1,2,10,2,42,-6,2,0,2,11,-3,3,0,2,0,2147484671,2,125,0,4190109695,2,50,-2,2,126,0,4244635647,0,27,2,0,2,7,2,43,2,0,2,63,-1,2,0,2,40,-8,2,54,2,44,0,67043329,2,127,2,45,0,8388351,-2,2,128,0,3028287487,2,46,2,130,0,33259519,2,41,-9,2,20,-5,2,64,-2,3,0,28,2,31,-3,3,0,3,2,47,3,0,6,2,48,-85,3,0,33,2,47,-126,3,0,18,2,36,-269,3,0,17,2,40,2,7,2,41,-2,2,17,2,49,2,0,2,20,2,50,2,132,2,23,-21,3,0,2,-4,3,0,2,0,4294936575,2,0,0,4294934783,-2,0,196635,3,0,191,2,51,3,0,38,2,29,-1,2,33,-279,3,0,8,2,7,-1,2,133,2,52,3,0,11,2,6,-72,3,0,3,2,134,0,1677656575,-166,0,4161266656,0,4071,0,15360,-4,0,28,-13,3,0,2,2,37,2,0,2,136,2,137,2,55,2,0,2,138,2,139,2,140,3,0,10,2,141,2,142,2,15,3,37,2,3,53,2,3,54,2,0,4294954999,2,0,-16,2,0,2,88,2,0,0,2105343,0,4160749584,0,65534,-42,0,4194303871,0,2011,-6,2,0,0,1073684479,0,17407,-11,2,0,2,31,-40,3,0,6,0,8323103,-1,3,0,2,2,42,-37,2,55,2,144,2,145,2,146,2,147,2,148,-105,2,24,-32,3,0,1334,2,9,-1,3,0,129,2,27,3,0,6,2,9,3,0,180,2,149,3,0,233,0,1,-96,3,0,16,2,9,-47,3,0,154,2,56,-22381,3,0,7,2,23,-6130,3,5,2,-1,0,69207040,3,44,2,3,0,14,2,57,2,58,-3,0,3168731136,0,4294956864,2,1,2,0,2,59,3,0,4,0,4294966275,3,0,4,2,16,2,60,2,0,2,33,-1,2,17,2,61,-1,2,0,2,56,0,4294885376,3,0,2,0,3145727,0,2617294944,0,4294770688,2,23,2,62,3,0,2,0,131135,2,95,0,70256639,0,71303167,0,272,2,40,2,56,-1,2,37,2,30,-1,2,96,2,63,0,4278255616,0,4294836227,0,4294549473,0,600178175,0,2952806400,0,268632067,0,4294543328,0,57540095,0,1577058304,0,1835008,0,4294688736,2,65,2,64,0,33554435,2,123,2,65,2,151,0,131075,0,3594373096,0,67094296,2,64,-1,0,4294828e3,0,603979263,2,160,0,3,0,4294828001,0,602930687,2,183,0,393219,0,4294828016,0,671088639,0,2154840064,0,4227858435,0,4236247008,2,66,2,36,-1,2,4,0,917503,2,36,-1,2,67,0,537788335,0,4026531935,-1,0,1,-1,2,32,2,68,0,7936,-3,2,0,0,2147485695,0,1010761728,0,4292984930,0,16387,2,0,2,14,2,15,3,0,10,2,69,2,0,2,70,2,71,2,72,2,0,2,73,2,0,2,11,-1,2,23,3,0,2,2,12,2,4,3,0,18,2,74,2,5,3,0,2,2,75,0,253951,3,19,2,0,122879,2,0,2,8,0,276824064,-2,3,0,2,2,40,2,0,0,4294903295,2,0,2,29,2,7,-1,2,17,2,49,2,0,2,76,2,41,-1,2,20,2,0,2,27,-2,0,128,-2,2,77,2,8,0,4064,-1,2,119,0,4227907585,2,0,2,118,2,0,2,48,2,173,2,9,2,38,2,10,-1,0,74440192,3,0,6,-2,3,0,8,2,12,2,0,2,78,2,9,2,0,2,79,2,80,2,81,-3,2,82,2,13,-3,2,83,2,84,2,85,2,0,2,33,-83,2,0,2,53,2,7,3,0,4,0,817183,2,0,2,14,2,0,0,33023,2,20,3,86,2,-17,2,87,0,524157950,2,4,2,0,2,88,2,4,2,0,2,15,2,77,2,16,3,0,2,2,47,2,0,-1,2,17,-16,3,0,206,-2,3,0,655,2,18,3,0,36,2,68,-1,2,17,2,9,3,0,8,2,89,0,3072,2,0,0,2147516415,2,9,3,0,2,2,23,2,90,2,91,3,0,2,2,92,2,0,2,93,2,94,0,4294965179,0,7,2,0,2,8,2,91,2,8,-1,0,1761345536,2,95,0,4294901823,2,36,2,18,2,96,2,34,2,166,0,2080440287,2,0,2,33,2,143,0,3296722943,2,0,0,1046675455,0,939524101,0,1837055,2,97,2,98,2,15,2,21,3,0,3,0,7,3,0,349,2,99,2,100,2,6,-264,3,0,11,2,22,3,0,2,2,31,-1,0,2700607615,2,101,2,102,3,0,2,2,19,2,103,3,0,10,2,9,2,17,2,0,2,45,2,0,2,30,2,104,-3,2,105,3,0,3,2,18,-1,3,5,2,2,26,2,0,2,7,2,106,-1,2,107,2,108,2,109,-1,3,0,3,2,11,-2,2,0,2,27,-8,2,18,2,0,2,35,-1,2,0,2,62,2,28,2,29,2,9,2,0,2,110,-1,3,0,4,2,9,2,17,2,111,2,6,2,0,2,112,2,0,2,48,-4,3,0,9,2,20,2,29,2,30,-4,2,113,2,114,2,29,2,20,2,7,-2,2,115,2,29,2,31,-2,2,0,2,116,-2,0,4277075969,2,29,-1,3,18,2,-1,2,32,2,117,2,0,3,29,2,2,34,2,19,-3,3,0,2,2,33,-1,2,0,2,34,2,0,2,34,2,0,2,48,-10,2,0,0,197631,-2,2,18,2,43,2,118,-2,2,17,2,117,2,20,2,119,2,51,-2,2,119,2,23,2,17,2,33,2,119,2,36,0,4294901904,0,4718591,2,119,2,34,0,335544350,-1,2,120,2,121,-2,2,122,2,38,2,7,-1,2,123,2,65,0,3758161920,0,3,-4,2,0,2,27,0,2147485568,0,3,2,0,2,23,0,176,-5,2,0,2,47,2,186,-1,2,0,2,23,2,197,-1,2,0,0,16779263,-2,2,11,-7,2,0,2,121,-3,3,0,2,2,124,2,125,0,2147549183,0,2,-2,2,126,2,35,0,10,0,4294965249,0,67633151,0,4026597376,2,0,0,536871935,-1,2,0,2,40,-8,2,54,2,47,0,1,2,127,2,23,-3,2,128,2,35,2,129,2,130,0,16778239,-10,2,34,-5,2,64,-2,3,0,28,2,31,-3,3,0,3,2,47,3,0,6,2,48,-85,3,0,33,2,47,-126,3,0,18,2,36,-269,3,0,17,2,40,2,7,-3,2,17,2,131,2,0,2,23,2,48,2,132,2,23,-21,3,0,2,-4,3,0,2,0,67583,-1,2,103,-2,0,11,3,0,191,2,51,3,0,38,2,29,-1,2,33,-279,3,0,8,2,7,-1,2,133,2,52,3,0,11,2,6,-72,3,0,3,2,134,2,135,-187,3,0,2,2,37,2,0,2,136,2,137,2,55,2,0,2,138,2,139,2,140,3,0,10,2,141,2,142,2,15,3,37,2,3,53,2,3,54,2,2,143,-73,2,0,0,1065361407,0,16384,-11,2,0,2,121,-40,3,0,6,2,117,-1,3,0,2,0,2063,-37,2,55,2,144,2,145,2,146,2,147,2,148,-138,3,0,1334,2,9,-1,3,0,129,2,27,3,0,6,2,9,3,0,180,2,149,3,0,233,0,1,-96,3,0,16,2,9,-47,3,0,154,2,56,-28517,2,0,0,1,-1,2,124,2,0,0,8193,-21,2,193,0,10255,0,4,-11,2,64,2,171,-1,0,71680,-1,2,161,0,4292900864,0,805306431,-5,2,150,-1,2,157,-1,0,6144,-2,2,127,-1,2,154,-1,0,2147532800,2,151,2,165,2,0,2,164,0,524032,0,4,-4,2,190,0,205128192,0,1333757536,0,2147483696,0,423953,0,747766272,0,2717763192,0,4286578751,0,278545,2,152,0,4294886464,0,33292336,0,417809,2,152,0,1327482464,0,4278190128,0,700594195,0,1006647527,0,4286497336,0,4160749631,2,153,0,469762560,0,4171219488,0,8323120,2,153,0,202375680,0,3214918176,0,4294508592,2,153,-1,0,983584,0,48,0,58720273,0,3489923072,0,10517376,0,4293066815,0,1,0,2013265920,2,177,2,0,0,2089,0,3221225552,0,201375904,2,0,-2,0,256,0,122880,0,16777216,2,150,0,4160757760,2,0,-6,2,167,-11,0,3263218176,-1,0,49664,0,2160197632,0,8388802,-1,0,12713984,-1,2,154,2,159,2,178,-2,2,162,-20,0,3758096385,-2,2,155,0,4292878336,2,90,2,169,0,4294057984,-2,2,163,2,156,2,175,-2,2,155,-1,2,182,-1,2,170,2,124,0,4026593280,0,14,0,4292919296,-1,2,158,0,939588608,-1,0,805306368,-1,2,124,0,1610612736,2,156,2,157,2,4,2,0,-2,2,158,2,159,-3,0,267386880,-1,2,160,0,7168,-1,0,65024,2,154,2,161,2,179,-7,2,168,-8,2,162,-1,0,1426112704,2,163,-1,2,164,0,271581216,0,2149777408,2,23,2,161,2,124,0,851967,2,180,-1,2,23,2,181,-4,2,158,-20,2,195,2,165,-56,0,3145728,2,185,-4,2,166,2,124,-4,0,32505856,-1,2,167,-1,0,2147385088,2,90,1,2155905152,2,-3,2,103,2,0,2,168,-2,2,169,-6,2,170,0,4026597375,0,1,-1,0,1,-1,2,171,-3,2,117,2,64,-2,2,166,-2,2,176,2,124,-878,2,159,-36,2,172,-1,2,201,-10,2,188,-5,2,174,-6,0,4294965251,2,27,-1,2,173,-1,2,174,-2,0,4227874752,-3,0,2146435072,2,159,-2,0,1006649344,2,124,-1,2,90,0,201375744,-3,0,134217720,2,90,0,4286677377,0,32896,-1,2,158,-3,2,175,-349,2,176,0,1920,2,177,3,0,264,-11,2,157,-2,2,178,2,0,0,520617856,0,2692743168,0,36,-3,0,524284,-11,2,23,-1,2,187,-1,2,184,0,3221291007,2,178,-1,2,202,0,2158720,-3,2,159,0,1,-4,2,124,0,3808625411,0,3489628288,2,200,0,1207959680,0,3221274624,2,0,-3,2,179,0,120,0,7340032,-2,2,180,2,4,2,23,2,163,3,0,4,2,159,-1,2,181,2,177,-1,0,8176,2,182,2,179,2,183,-1,0,4290773232,2,0,-4,2,163,2,189,0,15728640,2,177,-1,2,161,-1,0,4294934512,3,0,4,-9,2,90,2,170,2,184,3,0,4,0,704,0,1849688064,2,185,-1,2,124,0,4294901887,2,0,0,130547712,0,1879048192,2,199,3,0,2,-1,2,186,2,187,-1,0,17829776,0,2025848832,0,4261477888,-2,2,0,-1,0,4286580608,-1,0,29360128,2,192,0,16252928,0,3791388672,2,38,3,0,2,-2,2,196,2,0,-1,2,103,-1,0,66584576,-1,2,191,3,0,9,2,124,-1,0,4294755328,3,0,2,-1,2,161,2,178,3,0,2,2,23,2,188,2,90,-2,0,245760,0,2147418112,-1,2,150,2,203,0,4227923456,-1,2,164,2,161,2,90,-3,0,4292870145,0,262144,2,124,3,0,2,0,1073758848,2,189,-1,0,4227921920,2,190,0,68289024,0,528402016,0,4292927536,3,0,4,-2,0,268435456,2,91,-2,2,191,3,0,5,-1,2,192,2,163,2,0,-2,0,4227923936,2,62,-1,2,155,2,95,2,0,2,154,2,158,3,0,6,-1,2,177,3,0,3,-2,0,2146959360,0,9440640,0,104857600,0,4227923840,3,0,2,0,768,2,193,2,77,-2,2,161,-2,2,119,-1,2,155,3,0,8,0,512,0,8388608,2,194,2,172,2,187,0,4286578944,3,0,2,0,1152,0,1266679808,2,191,0,576,0,4261707776,2,95,3,0,9,2,155,3,0,5,2,16,-1,0,2147221504,-28,2,178,3,0,3,-3,0,4292902912,-6,2,96,3,0,85,-33,0,4294934528,3,0,126,-18,2,195,3,0,269,-17,2,155,2,124,2,198,3,0,2,2,23,0,4290822144,-2,0,67174336,0,520093700,2,17,3,0,21,-2,2,179,3,0,3,-2,0,30720,-1,0,32512,3,0,2,0,4294770656,-191,2,174,-38,2,170,2,0,2,196,3,0,279,-8,2,124,2,0,0,4294508543,0,65295,-11,2,177,3,0,72,-3,0,3758159872,0,201391616,3,0,155,-7,2,170,-1,0,384,-1,0,133693440,-3,2,196,-2,2,26,3,0,4,2,169,-2,2,90,2,155,3,0,4,-2,2,164,-1,2,150,0,335552923,2,197,-1,0,538974272,0,2214592512,0,132e3,-10,0,192,-8,0,12288,-21,0,134213632,0,4294901761,3,0,42,0,100663424,0,4294965284,3,0,6,-1,0,3221282816,2,198,3,0,11,-1,2,199,3,0,40,-6,0,4286578784,2,0,-2,0,1006694400,3,0,24,2,35,-1,2,94,3,0,2,0,1,2,163,3,0,6,2,197,0,4110942569,0,1432950139,0,2701658217,0,4026532864,0,4026532881,2,0,2,45,3,0,8,-1,2,158,-2,2,169,0,98304,0,65537,2,170,-5,0,4294950912,2,0,2,118,0,65528,2,177,0,4294770176,2,26,3,0,4,-30,2,174,0,3758153728,-3,2,169,-2,2,155,2,188,2,158,-1,2,191,-1,2,161,0,4294754304,3,0,2,-3,0,33554432,-2,2,200,-3,2,169,0,4175478784,2,201,0,4286643712,0,4286644216,2,0,-4,2,202,-1,2,165,0,4227923967,3,0,32,-1334,2,163,2,0,-129,2,94,-6,2,163,-180,2,203,-233,2,4,3,0,96,-16,2,163,3,0,47,-154,2,165,3,0,22381,-7,2,17,3,0,6128],[4294967295,4294967291,4092460543,4294828031,4294967294,134217726,268435455,2147483647,1048575,1073741823,3892314111,134217727,1061158911,536805376,4294910143,4160749567,4294901759,4294901760,536870911,262143,8388607,4294902783,4294918143,65535,67043328,2281701374,4294967232,2097151,4294903807,4194303,255,67108863,4294967039,511,524287,131071,127,4292870143,4294902271,4294549487,33554431,1023,67047423,4294901888,4286578687,4294770687,67043583,32767,15,2047999,67043343,16777215,4294902e3,4294934527,4294966783,4294967279,2047,262083,20511,4290772991,41943039,493567,4294959104,603979775,65536,602799615,805044223,4294965206,8191,1031749119,4294917631,2134769663,4286578493,4282253311,4294942719,33540095,4294905855,4294967264,2868854591,1608515583,265232348,534519807,2147614720,1060109444,4093640016,17376,2139062143,224,4169138175,4294909951,4286578688,4294967292,4294965759,2044,4292870144,4294966272,4294967280,8289918,4294934399,4294901775,4294965375,1602223615,4294967259,4294443008,268369920,4292804608,486341884,4294963199,3087007615,1073692671,4128527,4279238655,4294902015,4294966591,2445279231,3670015,3238002687,31,63,4294967288,4294705151,4095,3221208447,4294549472,2147483648,4285526655,4294966527,4294705152,4294966143,64,4294966719,16383,3774873592,458752,536807423,67043839,3758096383,3959414372,3755993023,2080374783,4294835295,4294967103,4160749565,4087,184024726,2862017156,1593309078,268434431,268434414,4294901763,536870912,2952790016,202506752,139264,402653184,4261412864,4227922944,49152,61440,3758096384,117440512,65280,3233808384,3221225472,2097152,4294965248,32768,57152,67108864,4293918720,4290772992,25165824,57344,4227915776,4278190080,4227907584,65520,4026531840,4227858432,4160749568,3758129152,4294836224,63488,1073741824,4294967040,4194304,251658240,196608,4294963200,64512,417808,4227923712,12582912,50331648,65472,4294967168,4294966784,16,4294917120,2080374784,4096,65408,524288,65532]);function c(e){return e.column++,e.currentChar=e.source.charCodeAt(++e.index)}function u(e,t){if((64512&t)!=55296)return 0;let n=e.source.charCodeAt(e.index+1);return(64512&n)!=56320?0:((l[((t=e.currentChar=65536+((1023&t)<<10)+(1023&n))>>>5)+0]>>>t&1)==0&&a(e,18,m(t)),e.index++,e.column++,1)}function p(e,t){e.currentChar=e.source.charCodeAt(++e.index),e.flags|=1,(4&t)==0&&(e.column=0,e.line++)}function $(e){e.flags|=1,e.currentChar=e.source.charCodeAt(++e.index),e.column=0,e.line++}function d(e){return 160===e||65279===e||133===e||5760===e||e>=8192&&e<=8203||8239===e||8287===e||12288===e||8201===e||65519===e}function m(e){return e<=65535?String.fromCharCode(e):String.fromCharCode(e>>>10)+String.fromCharCode(1023&e)}function h(e){return e<65?e-48:e-65+10&15}function f(e){switch(e){case 134283266:return\"NumericLiteral\";case 134283267:return\"StringLiteral\";case 86021:case 86022:return\"BooleanLiteral\";case 86023:return\"NullLiteral\";case 65540:return\"RegularExpression\";case 67174408:case 67174409:case 132:return\"TemplateLiteral\";default:if((143360&e)==143360)return\"Identifier\";if((4096&e)==4096)return\"Keyword\";return\"Punctuator\"}}let g=[0,0,0,0,0,0,0,0,0,0,1032,0,0,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8192,0,3,0,0,8192,0,0,0,256,0,33024,0,0,242,242,114,114,114,114,114,114,594,594,0,0,16384,0,0,0,0,67,67,67,67,67,67,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,1,0,0,4099,0,71,71,71,71,71,71,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,16384,0,0,0,0],x=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0],v=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0];function b(e){return e<=127?x[e]:l[(e>>>5)+34816]>>>e&1}function k(e){return e<=127?v[e]:l[(e>>>5)+0]>>>e&1||8204===e||8205===e}let T=[\"SingleLine\",\"MultiLine\",\"HTMLOpen\",\"HTMLClose\",\"HashbangComment\"];function E(e){let t=e.source;35===e.currentChar&&33===t.charCodeAt(e.index+1)&&(c(e),c(e),A(e,t,0,4,e.tokenPos,e.linePos,e.colPos))}function y(e,t,n,i,r,o,s,_){return 2048&i&&a(e,0),A(e,t,n,r,o,s,_)}function A(e,t,n,i,r,a,o){let{index:s}=e;for(e.tokenPos=e.index,e.linePos=e.line,e.colPos=e.column;e.index<e.end;){if(8&g[e.currentChar]){let _=13===e.currentChar;$(e),_&&e.index<e.end&&10===e.currentChar&&(e.currentChar=t.charCodeAt(++e.index));break}if((8232^e.currentChar)<=1){$(e);break}c(e),e.tokenPos=e.index,e.linePos=e.line,e.colPos=e.column}if(e.onComment){let l={start:{line:a,column:o},end:{line:e.linePos,column:e.colPos}};e.onComment(T[255&i],t.slice(s,e.tokenPos),r,e.tokenPos,l)}return 1|n}function C(e,t,n){let{index:i}=e;for(;e.index<e.end;)if(e.currentChar<43){let r=!1;for(;42===e.currentChar;)if(r||(n&=-5,r=!0),47===c(e)){if(c(e),e.onComment){let o={start:{line:e.linePos,column:e.colPos},end:{line:e.line,column:e.column}};e.onComment(T[1],t.slice(i,e.index-2),i-2,e.index,o)}return e.tokenPos=e.index,e.linePos=e.line,e.colPos=e.column,n}if(r)continue;8&g[e.currentChar]?13===e.currentChar?(n|=5,$(e)):(p(e,n),n=-5&n|1):c(e)}else(8232^e.currentChar)<=1?(n=-5&n|1,$(e)):(n&=-5,c(e));a(e,16)}function w(e,t){let n=e.index,i=0;loop:for(;;){let r=e.currentChar;if(c(e),1&i)i&=-2;else switch(r){case 47:if(i)break;break loop;case 92:i|=1;break;case 91:i|=2;break;case 93:i&=1;break;case 13:case 10:case 8232:case 8233:a(e,32)}if(e.index>=e.source.length)return a(e,32)}let o=e.index-1,s=0,_=e.currentChar,{index:l}=e;for(;k(_);){switch(_){case 103:2&s&&a(e,34,\"g\"),s|=2;break;case 105:1&s&&a(e,34,\"i\"),s|=1;break;case 109:4&s&&a(e,34,\"m\"),s|=4;break;case 117:16&s&&a(e,34,\"g\"),s|=16;break;case 121:8&s&&a(e,34,\"y\"),s|=8;break;case 115:12&s&&a(e,34,\"s\"),s|=12;break;default:a(e,33)}_=c(e)}let u=e.source.slice(l,e.index),p=e.source.slice(n,o);return e.tokenRegExp={pattern:p,flags:u},512&t&&(e.tokenRaw=e.source.slice(e.tokenPos,e.index)),e.tokenValue=S(e,p,u),65540}function S(e,t,n){try{return RegExp(t,n)}catch(i){a(e,32)}}function N(e,t,n){let{index:i}=e,r=\"\",o=c(e),s=e.index;for(;(8&g[o])==0;){if(o===n)return r+=e.source.slice(s,e.index),c(e),512&t&&(e.tokenRaw=e.source.slice(i,e.index)),e.tokenValue=r,134283267;if((8&o)==8&&92===o){if(r+=e.source.slice(s,e.index),(o=c(e))<127||8232===o||8233===o){let _=D(e,t,o);_>=0?r+=m(_):P(e,_,0)}else r+=m(o);s=e.index+1}e.index>=e.end&&a(e,14),o=c(e)}a(e,14)}function D(e,t,n){switch(n){case 98:return 8;case 102:return 12;case 114:return 13;case 110:return 10;case 116:return 9;case 118:return 11;case 13:if(e.index<e.end){let i=e.source.charCodeAt(e.index+1);10===i&&(e.index=e.index+1,e.currentChar=i)}case 10:case 8232:case 8233:return e.column=-1,e.line++,-1;case 48:case 49:case 50:case 51:{let r=n-48,a=e.index+1,o=e.column+1;if(a<e.end){let s=e.source.charCodeAt(a);if((32&g[s])==0){if((0!==r||512&g[s])&&1024&t)return -2}else{if(1024&t)return -2;if(e.currentChar=s,r=r<<3|s-48,a++,o++,a<e.end){let _=e.source.charCodeAt(a);32&g[_]&&(e.currentChar=_,r=r<<3|_-48,a++,o++)}e.flags|=64,e.index=a-1,e.column=o-1}}return r}case 52:case 53:case 54:case 55:{if(1024&t)return -2;let l=n-48,u=e.index+1,p=e.column+1;if(u<e.end){let $=e.source.charCodeAt(u);32&g[$]&&(l=l<<3|$-48,e.currentChar=$,e.index=u,e.column=p)}return e.flags|=64,l}case 120:{let d=c(e);if((64&g[d])==0)return -4;let m=h(d),f=c(e);if((64&g[f])==0)return -4;let x=h(f);return m<<4|x}case 117:{let v=c(e);if(123===e.currentChar){let b=0;for(;(64&g[c(e)])!=0;)if((b=b<<4|h(e.currentChar))>1114111)return -5;if(e.currentChar<1||125!==e.currentChar)return -4;return b}{if((64&g[v])==0)return -4;let k=e.source.charCodeAt(e.index+1);if((64&g[k])==0)return -4;let T=e.source.charCodeAt(e.index+2);if((64&g[T])==0)return -4;let E=e.source.charCodeAt(e.index+3);if((64&g[E])==0)return -4;return e.index+=3,e.column+=3,e.currentChar=e.source.charCodeAt(e.index),h(v)<<12|h(k)<<8|h(T)<<4|h(E)}}case 56:case 57:if((256&t)==0)return -3;default:return n}}function P(e,t,n){switch(t){case -1:return;case -2:a(e,n?2:1);case -3:a(e,13);case -4:a(e,6);case -5:a(e,101)}}function O(e,t){let{index:n}=e,i=67174409,r=\"\",o=c(e);for(;96!==o;){if(36===o&&123===e.source.charCodeAt(e.index+1)){c(e),i=67174408;break}if((8&o)==8&&92===o){if((o=c(e))>126)r+=m(o);else{let s=D(e,1024|t,o);if(s>=0)r+=m(s);else if(-1!==s&&65536&t){r=void 0,(o=L(e,o))<0&&(i=67174408);break}else P(e,s,1)}}else e.index<e.end&&13===o&&10===e.source.charCodeAt(e.index)&&(r+=m(o),e.currentChar=e.source.charCodeAt(++e.index)),((83&o)<3&&10===o||(8232^o)<=1)&&(e.column=-1,e.line++),r+=m(o);e.index>=e.end&&a(e,15),o=c(e)}return c(e),e.tokenValue=r,e.tokenRaw=e.source.slice(n+1,e.index-(67174409===i?1:2)),i}function L(e,t){for(;96!==t;){switch(t){case 36:{let n=e.index+1;if(n<e.end&&123===e.source.charCodeAt(n))return e.index=n,e.column++,-t;break}case 10:case 8232:case 8233:e.column=-1,e.line++}e.index>=e.end&&a(e,15),t=c(e)}return t}function I(e,t){return e.index>=e.end&&a(e,0),e.index--,e.column--,O(e,t)}function R(e,t,n){let i=e.currentChar,r=0,o=9,s=64&n?0:1,l=0,u=0;if(64&n)r=\".\"+M(e,i),110===(i=e.currentChar)&&a(e,11);else{if(48===i){if((32|(i=c(e)))==120){for(n=136,i=c(e);4160&g[i];){if(95===i){u||a(e,146),u=0,i=c(e);continue}u=1,r=16*r+h(i),l++,i=c(e)}(l<1||!u)&&a(e,l<1?19:147)}else if((32|i)==111){for(n=132,i=c(e);4128&g[i];){if(95===i){u||a(e,146),u=0,i=c(e);continue}u=1,r=8*r+(i-48),l++,i=c(e)}(l<1||!u)&&a(e,l<1?0:147)}else if((32|i)==98){for(n=130,i=c(e);4224&g[i];){if(95===i){u||a(e,146),u=0,i=c(e);continue}u=1,r=2*r+(i-48),l++,i=c(e)}(l<1||!u)&&a(e,l<1?0:147)}else if(32&g[i])for(1024&t&&a(e,1),n=1;16&g[i];){if(512&g[i]){n=32,s=0;break}r=8*r+(i-48),i=c(e)}else 512&g[i]?(1024&t&&a(e,1),e.flags|=64,n=32):95===i&&a(e,0)}if(48&n){if(s){for(;o>=0&&4112&g[i];){if(95===i){(95===(i=c(e))||32&n)&&_(e.index,e.line,e.index+1,146),u=1;continue}u=0,r=10*r+(i-48),i=c(e),--o}if(u&&_(e.index,e.line,e.index+1,147),o>=0&&!b(i)&&46!==i)return e.tokenValue=r,512&t&&(e.tokenRaw=e.source.slice(e.tokenPos,e.index)),134283266}r+=M(e,i),46===(i=e.currentChar)&&(95===c(e)&&a(e,0),n=64,r+=\".\"+M(e,e.currentChar),i=e.currentChar)}}let p=e.index,$=0;if(110===i&&128&n)$=1,i=c(e);else if((32|i)==101){256&g[i=c(e)]&&(i=c(e));let{index:d}=e;(16&g[i])<1&&a(e,10),r+=e.source.substring(p,d)+M(e,i),i=e.currentChar}return((e.index<e.end&&16&g[i]||b(i))&&a(e,12),$)?(e.tokenRaw=e.source.slice(e.tokenPos,e.index),e.tokenValue=BigInt(r),134283389):(e.tokenValue=15&n?r:32&n?parseFloat(e.source.substring(e.tokenPos,e.index)):+r,512&t&&(e.tokenRaw=e.source.slice(e.tokenPos,e.index)),134283266)}function M(e,t){let n=0,i=e.index,r=\"\";for(;4112&g[t];){if(95===t){let{index:a}=e;95===(t=c(e))&&_(e.index,e.line,e.index+1,146),n=1,r+=e.source.substring(i,a),i=e.index;continue}n=0,t=c(e)}return n&&_(e.index,e.line,e.index+1,147),r+e.source.substring(i,e.index)}let F=[\"end of source\",\"identifier\",\"number\",\"string\",\"regular expression\",\"false\",\"true\",\"null\",\"template continuation\",\"template tail\",\"=>\",\"(\",\"{\",\".\",\"...\",\"}\",\")\",\";\",\",\",\"[\",\"]\",\":\",\"?\",\"'\",'\"',\"</\",\"/>\",\"++\",\"--\",\"=\",\"<<=\",\">>=\",\">>>=\",\"**=\",\"+=\",\"-=\",\"*=\",\"/=\",\"%=\",\"^=\",\"|=\",\"&=\",\"||=\",\"&&=\",\"??=\",\"typeof\",\"delete\",\"void\",\"!\",\"~\",\"+\",\"-\",\"in\",\"instanceof\",\"*\",\"%\",\"/\",\"**\",\"&&\",\"||\",\"===\",\"!==\",\"==\",\"!=\",\"<=\",\">=\",\"<\",\">\",\"<<\",\">>\",\">>>\",\"&\",\"|\",\"^\",\"var\",\"let\",\"const\",\"break\",\"case\",\"catch\",\"class\",\"continue\",\"debugger\",\"default\",\"do\",\"else\",\"export\",\"extends\",\"finally\",\"for\",\"function\",\"if\",\"import\",\"new\",\"return\",\"super\",\"switch\",\"this\",\"throw\",\"try\",\"while\",\"with\",\"implements\",\"interface\",\"package\",\"private\",\"protected\",\"public\",\"static\",\"yield\",\"as\",\"async\",\"await\",\"constructor\",\"get\",\"set\",\"from\",\"of\",\"enum\",\"eval\",\"arguments\",\"escaped keyword\",\"escaped future reserved keyword\",\"reserved if strict\",\"#\",\"BigIntLiteral\",\"??\",\"?.\",\"WhiteSpace\",\"Illegal\",\"LineTerminator\",\"PrivateField\",\"Template\",\"@\",\"target\",\"meta\",\"LineFeed\",\"Escaped\",\"JSXText\"],B=Object.create(null,{this:{value:86113},function:{value:86106},if:{value:20571},return:{value:20574},var:{value:86090},else:{value:20565},for:{value:20569},new:{value:86109},in:{value:8738868},typeof:{value:16863277},while:{value:20580},case:{value:20558},break:{value:20557},try:{value:20579},catch:{value:20559},delete:{value:16863278},throw:{value:86114},switch:{value:86112},continue:{value:20561},default:{value:20563},instanceof:{value:8476725},do:{value:20564},void:{value:16863279},finally:{value:20568},async:{value:209007},await:{value:209008},class:{value:86096},const:{value:86092},constructor:{value:12401},debugger:{value:20562},export:{value:20566},extends:{value:20567},false:{value:86021},from:{value:12404},get:{value:12402},implements:{value:36966},import:{value:86108},interface:{value:36967},let:{value:241739},null:{value:86023},of:{value:274549},package:{value:36968},private:{value:36969},protected:{value:36970},public:{value:36971},set:{value:12403},static:{value:36972},super:{value:86111},true:{value:86022},with:{value:20581},yield:{value:241773},enum:{value:86134},eval:{value:537079927},as:{value:77934},arguments:{value:537079928},target:{value:143494},meta:{value:143495}});function H(e,t,n){for(;v[c(e)];);return e.tokenValue=e.source.slice(e.tokenPos,e.index),92!==e.currentChar&&e.currentChar<126?B[e.tokenValue]||208897:U(e,t,0,n)}function j(e,t){let n=q(e);return k(n)||a(e,4),e.tokenValue=m(n),U(e,t,1,4&g[n])}function U(e,t,n,i){let r=e.index;for(;e.index<e.end;)if(92===e.currentChar){e.tokenValue+=e.source.slice(r,e.index),n=1;let o=q(e);k(o)||a(e,4),i=i&&4&g[o],e.tokenValue+=m(o),r=e.index}else if(k(e.currentChar)||u(e,e.currentChar))c(e);else break;e.index<=e.end&&(e.tokenValue+=e.source.slice(r,e.index));let s=e.tokenValue.length;if(i&&s>=2&&s<=11){let _=B[e.tokenValue];return void 0===_?208897:n?1024&t?209008===_&&(4196352&t)==0?_:36972===_?122:(36864&_)==36864?122:121:1073741824&t&&(8192&t)==0&&(20480&_)==20480?_:241773===_?1073741824&t?143483:2097152&t?121:_:209007===_&&1073741824&t?143483:(36864&_)==36864?_:209008===_&&(4194304&t)==0?_:121:_}return 208897}function z(e){return b(c(e))||a(e,93),131}function q(e){return 117!==e.source.charCodeAt(e.index+1)&&a(e,4),e.currentChar=e.source.charCodeAt(e.index+=2),G(e)}function G(e){let t=0,n=e.currentChar;if(123===n){let i=e.index-2;for(;64&g[c(e)];)(t=t<<4|h(e.currentChar))>1114111&&_(i,e.line,e.index+1,101);return 125!==e.currentChar&&_(i,e.line,e.index-1,6),c(e),t}(64&g[n])==0&&a(e,6);let r=e.source.charCodeAt(e.index+1);(64&g[r])==0&&a(e,6);let o=e.source.charCodeAt(e.index+2);(64&g[o])==0&&a(e,6);let s=e.source.charCodeAt(e.index+3);return(64&g[s])==0&&a(e,6),t=h(n)<<12|h(r)<<8|h(o)<<4|h(s),e.currentChar=e.source.charCodeAt(e.index+=4),t}let K=[129,129,129,129,129,129,129,129,129,128,136,128,128,130,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,128,16842800,134283267,131,208897,8457015,8455751,134283267,67174411,16,8457014,25233970,18,25233971,67108877,8457016,134283266,134283266,134283266,134283266,134283266,134283266,134283266,134283266,134283266,134283266,21,1074790417,8456258,1077936157,8456259,22,133,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,69271571,137,20,8455497,208897,132,4096,4096,4096,4096,4096,4096,4096,208897,4096,208897,208897,4096,208897,4096,208897,4096,208897,4096,4096,4096,208897,4096,4096,208897,4096,4096,2162700,8455240,1074790415,16842801,129];function V(e,t){if(e.flags=(1|e.flags)^1,e.startPos=e.index,e.startColumn=e.column,e.startLine=e.line,e.token=W(e,t,0),e.onToken&&1048576!==e.token){let n={start:{line:e.linePos,column:e.colPos},end:{line:e.line,column:e.column}};e.onToken(f(e.token),e.tokenPos,e.index,n)}}function W(e,t,n){let i=0===e.index,r=e.source,o=e.index,s=e.line,_=e.column;for(;e.index<e.end;){e.tokenPos=e.index,e.colPos=e.column,e.linePos=e.line;let u=e.currentChar;if(u<=126){let h=K[u];switch(h){case 67174411:case 16:case 2162700:case 1074790415:case 69271571:case 20:case 21:case 1074790417:case 18:case 16842801:case 133:case 129:return c(e),h;case 208897:return H(e,t,0);case 4096:return H(e,t,1);case 134283266:return R(e,t,144);case 134283267:return N(e,t,u);case 132:return O(e,t);case 137:return j(e,t);case 131:return z(e);case 128:c(e);break;case 130:n|=5,$(e);break;case 136:p(e,n),n=-5&n|1;break;case 8456258:let f=c(e);if(e.index<e.end){if(60===f){if(e.index<e.end&&61===c(e))return c(e),4194334;return 8456516}if(61===f)return c(e),8456e3;if(33===f){let g=e.index+1;if(g+1<e.end&&45===r.charCodeAt(g)&&45==r.charCodeAt(g+1)){e.column+=3,e.currentChar=r.charCodeAt(e.index+=3),n=y(e,r,n,t,2,e.tokenPos,e.linePos,e.colPos),o=e.tokenPos,s=e.linePos,_=e.colPos;continue}return 8456258}if(47===f){if((16&t)<1)return 8456258;let x=e.index+1;if(x<e.end&&(42===(f=r.charCodeAt(x))||47===f))break;return c(e),25}}return 8456258;case 1077936157:{c(e);let v=e.currentChar;if(61===v){if(61===c(e))return c(e),8455996;return 8455998}if(62===v)return c(e),10;return 1077936157}case 16842800:if(61!==c(e))return 16842800;if(61!==c(e))return 8455999;return c(e),8455997;case 8457015:if(61!==c(e))return 8457015;return c(e),4194342;case 8457014:{if(c(e),e.index>=e.end)return 8457014;let b=e.currentChar;if(61===b)return c(e),4194340;if(42!==b)return 8457014;if(61!==c(e))return 8457273;return c(e),4194337}case 8455497:if(61!==c(e))return 8455497;return c(e),4194343;case 25233970:{c(e);let k=e.currentChar;if(43===k)return c(e),33619995;if(61===k)return c(e),4194338;return 25233970}case 25233971:{c(e);let T=e.currentChar;if(45===T){if(c(e),(1&n||i)&&62===e.currentChar){(256&t)==0&&a(e,108),c(e),n=y(e,r,n,t,3,o,s,_),o=e.tokenPos,s=e.linePos,_=e.colPos;continue}return 33619996}if(61===T)return c(e),4194339;return 25233971}case 8457016:if(c(e),e.index<e.end){let E=e.currentChar;if(47===E){c(e),n=A(e,r,n,0,e.tokenPos,e.linePos,e.colPos),o=e.tokenPos,s=e.linePos,_=e.colPos;continue}if(42===E){c(e),n=C(e,r,n),o=e.tokenPos,s=e.linePos,_=e.colPos;continue}if(32768&t)return w(e,t);if(61===E)return c(e),4259877}return 8457016;case 67108877:let S=c(e);if(S>=48&&S<=57)return R(e,t,80);if(46===S){let D=e.index+1;if(D<e.end&&46===r.charCodeAt(D))return e.column+=2,e.currentChar=r.charCodeAt(e.index+=2),14}return 67108877;case 8455240:{c(e);let P=e.currentChar;if(124===P){if(c(e),61===e.currentChar)return c(e),4194346;return 8979003}if(61===P)return c(e),4194344;return 8455240}case 8456259:{c(e);let L=e.currentChar;if(61===L)return c(e),8456001;if(62!==L)return 8456259;if(c(e),e.index<e.end){let I=e.currentChar;if(62===I){if(61===c(e))return c(e),4194336;return 8456518}if(61===I)return c(e),4194335}return 8456517}case 8455751:{c(e);let M=e.currentChar;if(38===M){if(c(e),61===e.currentChar)return c(e),4194347;return 8979258}if(61===M)return c(e),4194345;return 8455751}case 22:{let F=c(e);if(63===F){if(c(e),61===e.currentChar)return c(e),4194348;return 276889982}if(46===F){let B=e.index+1;if(B<e.end&&!((F=r.charCodeAt(B))>=48&&F<=57))return c(e),67108991}return 22}}}else{if((8232^u)<=1){n=-5&n|1,$(e);continue}if((64512&u)==55296||(l[(u>>>5)+34816]>>>u&1)!=0)return(64512&u)==56320&&((l[((u=(1023&u)<<10|1023&u|65536)>>>5)+0]>>>u&1)==0&&a(e,18,m(u)),e.index++,e.currentChar=u),e.column++,e.tokenValue=\"\",U(e,t,0,0);if(d(u)){c(e);continue}a(e,18,m(u))}}return 1048576}let Y={AElig:\"\\xc6\",AMP:\"&\",Aacute:\"\\xc1\",Abreve:\"Ă\",Acirc:\"\\xc2\",Acy:\"А\",Afr:\"\\uD835\\uDD04\",Agrave:\"\\xc0\",Alpha:\"Α\",Amacr:\"Ā\",And:\"⩓\",Aogon:\"Ą\",Aopf:\"\\uD835\\uDD38\",ApplyFunction:\"⁡\",Aring:\"\\xc5\",Ascr:\"\\uD835\\uDC9C\",Assign:\"≔\",Atilde:\"\\xc3\",Auml:\"\\xc4\",Backslash:\"∖\",Barv:\"⫧\",Barwed:\"⌆\",Bcy:\"Б\",Because:\"∵\",Bernoullis:\"ℬ\",Beta:\"Β\",Bfr:\"\\uD835\\uDD05\",Bopf:\"\\uD835\\uDD39\",Breve:\"˘\",Bscr:\"ℬ\",Bumpeq:\"≎\",CHcy:\"Ч\",COPY:\"\\xa9\",Cacute:\"Ć\",Cap:\"⋒\",CapitalDifferentialD:\"ⅅ\",Cayleys:\"ℭ\",Ccaron:\"Č\",Ccedil:\"\\xc7\",Ccirc:\"Ĉ\",Cconint:\"∰\",Cdot:\"Ċ\",Cedilla:\"\\xb8\",CenterDot:\"\\xb7\",Cfr:\"ℭ\",Chi:\"Χ\",CircleDot:\"⊙\",CircleMinus:\"⊖\",CirclePlus:\"⊕\",CircleTimes:\"⊗\",ClockwiseContourIntegral:\"∲\",CloseCurlyDoubleQuote:\"”\",CloseCurlyQuote:\"’\",Colon:\"∷\",Colone:\"⩴\",Congruent:\"≡\",Conint:\"∯\",ContourIntegral:\"∮\",Copf:\"ℂ\",Coproduct:\"∐\",CounterClockwiseContourIntegral:\"∳\",Cross:\"⨯\",Cscr:\"\\uD835\\uDC9E\",Cup:\"⋓\",CupCap:\"≍\",DD:\"ⅅ\",DDotrahd:\"⤑\",DJcy:\"Ђ\",DScy:\"Ѕ\",DZcy:\"Џ\",Dagger:\"‡\",Darr:\"↡\",Dashv:\"⫤\",Dcaron:\"Ď\",Dcy:\"Д\",Del:\"∇\",Delta:\"Δ\",Dfr:\"\\uD835\\uDD07\",DiacriticalAcute:\"\\xb4\",DiacriticalDot:\"˙\",DiacriticalDoubleAcute:\"˝\",DiacriticalGrave:\"`\",DiacriticalTilde:\"˜\",Diamond:\"⋄\",DifferentialD:\"ⅆ\",Dopf:\"\\uD835\\uDD3B\",Dot:\"\\xa8\",DotDot:\"⃜\",DotEqual:\"≐\",DoubleContourIntegral:\"∯\",DoubleDot:\"\\xa8\",DoubleDownArrow:\"⇓\",DoubleLeftArrow:\"⇐\",DoubleLeftRightArrow:\"⇔\",DoubleLeftTee:\"⫤\",DoubleLongLeftArrow:\"⟸\",DoubleLongLeftRightArrow:\"⟺\",DoubleLongRightArrow:\"⟹\",DoubleRightArrow:\"⇒\",DoubleRightTee:\"⊨\",DoubleUpArrow:\"⇑\",DoubleUpDownArrow:\"⇕\",DoubleVerticalBar:\"∥\",DownArrow:\"↓\",DownArrowBar:\"⤓\",DownArrowUpArrow:\"⇵\",DownBreve:\"̑\",DownLeftRightVector:\"⥐\",DownLeftTeeVector:\"⥞\",DownLeftVector:\"↽\",DownLeftVectorBar:\"⥖\",DownRightTeeVector:\"⥟\",DownRightVector:\"⇁\",DownRightVectorBar:\"⥗\",DownTee:\"⊤\",DownTeeArrow:\"↧\",Downarrow:\"⇓\",Dscr:\"\\uD835\\uDC9F\",Dstrok:\"Đ\",ENG:\"Ŋ\",ETH:\"\\xd0\",Eacute:\"\\xc9\",Ecaron:\"Ě\",Ecirc:\"\\xca\",Ecy:\"Э\",Edot:\"Ė\",Efr:\"\\uD835\\uDD08\",Egrave:\"\\xc8\",Element:\"∈\",Emacr:\"Ē\",EmptySmallSquare:\"◻\",EmptyVerySmallSquare:\"▫\",Eogon:\"Ę\",Eopf:\"\\uD835\\uDD3C\",Epsilon:\"Ε\",Equal:\"⩵\",EqualTilde:\"≂\",Equilibrium:\"⇌\",Escr:\"ℰ\",Esim:\"⩳\",Eta:\"Η\",Euml:\"\\xcb\",Exists:\"∃\",ExponentialE:\"ⅇ\",Fcy:\"Ф\",Ffr:\"\\uD835\\uDD09\",FilledSmallSquare:\"◼\",FilledVerySmallSquare:\"▪\",Fopf:\"\\uD835\\uDD3D\",ForAll:\"∀\",Fouriertrf:\"ℱ\",Fscr:\"ℱ\",GJcy:\"Ѓ\",GT:\">\",Gamma:\"Γ\",Gammad:\"Ϝ\",Gbreve:\"Ğ\",Gcedil:\"Ģ\",Gcirc:\"Ĝ\",Gcy:\"Г\",Gdot:\"Ġ\",Gfr:\"\\uD835\\uDD0A\",Gg:\"⋙\",Gopf:\"\\uD835\\uDD3E\",GreaterEqual:\"≥\",GreaterEqualLess:\"⋛\",GreaterFullEqual:\"≧\",GreaterGreater:\"⪢\",GreaterLess:\"≷\",GreaterSlantEqual:\"⩾\",GreaterTilde:\"≳\",Gscr:\"\\uD835\\uDCA2\",Gt:\"≫\",HARDcy:\"Ъ\",Hacek:\"ˇ\",Hat:\"^\",Hcirc:\"Ĥ\",Hfr:\"ℌ\",HilbertSpace:\"ℋ\",Hopf:\"ℍ\",HorizontalLine:\"─\",Hscr:\"ℋ\",Hstrok:\"Ħ\",HumpDownHump:\"≎\",HumpEqual:\"≏\",IEcy:\"Е\",IJlig:\"Ĳ\",IOcy:\"Ё\",Iacute:\"\\xcd\",Icirc:\"\\xce\",Icy:\"И\",Idot:\"İ\",Ifr:\"ℑ\",Igrave:\"\\xcc\",Im:\"ℑ\",Imacr:\"Ī\",ImaginaryI:\"ⅈ\",Implies:\"⇒\",Int:\"∬\",Integral:\"∫\",Intersection:\"⋂\",InvisibleComma:\"⁣\",InvisibleTimes:\"⁢\",Iogon:\"Į\",Iopf:\"\\uD835\\uDD40\",Iota:\"Ι\",Iscr:\"ℐ\",Itilde:\"Ĩ\",Iukcy:\"І\",Iuml:\"\\xcf\",Jcirc:\"Ĵ\",Jcy:\"Й\",Jfr:\"\\uD835\\uDD0D\",Jopf:\"\\uD835\\uDD41\",Jscr:\"\\uD835\\uDCA5\",Jsercy:\"Ј\",Jukcy:\"Є\",KHcy:\"Х\",KJcy:\"Ќ\",Kappa:\"Κ\",Kcedil:\"Ķ\",Kcy:\"К\",Kfr:\"\\uD835\\uDD0E\",Kopf:\"\\uD835\\uDD42\",Kscr:\"\\uD835\\uDCA6\",LJcy:\"Љ\",LT:\"<\",Lacute:\"Ĺ\",Lambda:\"Λ\",Lang:\"⟪\",Laplacetrf:\"ℒ\",Larr:\"↞\",Lcaron:\"Ľ\",Lcedil:\"Ļ\",Lcy:\"Л\",LeftAngleBracket:\"⟨\",LeftArrow:\"←\",LeftArrowBar:\"⇤\",LeftArrowRightArrow:\"⇆\",LeftCeiling:\"⌈\",LeftDoubleBracket:\"⟦\",LeftDownTeeVector:\"⥡\",LeftDownVector:\"⇃\",LeftDownVectorBar:\"⥙\",LeftFloor:\"⌊\",LeftRightArrow:\"↔\",LeftRightVector:\"⥎\",LeftTee:\"⊣\",LeftTeeArrow:\"↤\",LeftTeeVector:\"⥚\",LeftTriangle:\"⊲\",LeftTriangleBar:\"⧏\",LeftTriangleEqual:\"⊴\",LeftUpDownVector:\"⥑\",LeftUpTeeVector:\"⥠\",LeftUpVector:\"↿\",LeftUpVectorBar:\"⥘\",LeftVector:\"↼\",LeftVectorBar:\"⥒\",Leftarrow:\"⇐\",Leftrightarrow:\"⇔\",LessEqualGreater:\"⋚\",LessFullEqual:\"≦\",LessGreater:\"≶\",LessLess:\"⪡\",LessSlantEqual:\"⩽\",LessTilde:\"≲\",Lfr:\"\\uD835\\uDD0F\",Ll:\"⋘\",Lleftarrow:\"⇚\",Lmidot:\"Ŀ\",LongLeftArrow:\"⟵\",LongLeftRightArrow:\"⟷\",LongRightArrow:\"⟶\",Longleftarrow:\"⟸\",Longleftrightarrow:\"⟺\",Longrightarrow:\"⟹\",Lopf:\"\\uD835\\uDD43\",LowerLeftArrow:\"↙\",LowerRightArrow:\"↘\",Lscr:\"ℒ\",Lsh:\"↰\",Lstrok:\"Ł\",Lt:\"≪\",Map:\"⤅\",Mcy:\"М\",MediumSpace:\" \",Mellintrf:\"ℳ\",Mfr:\"\\uD835\\uDD10\",MinusPlus:\"∓\",Mopf:\"\\uD835\\uDD44\",Mscr:\"ℳ\",Mu:\"Μ\",NJcy:\"Њ\",Nacute:\"Ń\",Ncaron:\"Ň\",Ncedil:\"Ņ\",Ncy:\"Н\",NegativeMediumSpace:\"​\",NegativeThickSpace:\"​\",NegativeThinSpace:\"​\",NegativeVeryThinSpace:\"​\",NestedGreaterGreater:\"≫\",NestedLessLess:\"≪\",NewLine:\"\\n\",Nfr:\"\\uD835\\uDD11\",NoBreak:\"⁠\",NonBreakingSpace:\"\\xa0\",Nopf:\"ℕ\",Not:\"⫬\",NotCongruent:\"≢\",NotCupCap:\"≭\",NotDoubleVerticalBar:\"∦\",NotElement:\"∉\",NotEqual:\"≠\",NotEqualTilde:\"≂̸\",NotExists:\"∄\",NotGreater:\"≯\",NotGreaterEqual:\"≱\",NotGreaterFullEqual:\"≧̸\",NotGreaterGreater:\"≫̸\",NotGreaterLess:\"≹\",NotGreaterSlantEqual:\"⩾̸\",NotGreaterTilde:\"≵\",NotHumpDownHump:\"≎̸\",NotHumpEqual:\"≏̸\",NotLeftTriangle:\"⋪\",NotLeftTriangleBar:\"⧏̸\",NotLeftTriangleEqual:\"⋬\",NotLess:\"≮\",NotLessEqual:\"≰\",NotLessGreater:\"≸\",NotLessLess:\"≪̸\",NotLessSlantEqual:\"⩽̸\",NotLessTilde:\"≴\",NotNestedGreaterGreater:\"⪢̸\",NotNestedLessLess:\"⪡̸\",NotPrecedes:\"⊀\",NotPrecedesEqual:\"⪯̸\",NotPrecedesSlantEqual:\"⋠\",NotReverseElement:\"∌\",NotRightTriangle:\"⋫\",NotRightTriangleBar:\"⧐̸\",NotRightTriangleEqual:\"⋭\",NotSquareSubset:\"⊏̸\",NotSquareSubsetEqual:\"⋢\",NotSquareSuperset:\"⊐̸\",NotSquareSupersetEqual:\"⋣\",NotSubset:\"⊂⃒\",NotSubsetEqual:\"⊈\",NotSucceeds:\"⊁\",NotSucceedsEqual:\"⪰̸\",NotSucceedsSlantEqual:\"⋡\",NotSucceedsTilde:\"≿̸\",NotSuperset:\"⊃⃒\",NotSupersetEqual:\"⊉\",NotTilde:\"≁\",NotTildeEqual:\"≄\",NotTildeFullEqual:\"≇\",NotTildeTilde:\"≉\",NotVerticalBar:\"∤\",Nscr:\"\\uD835\\uDCA9\",Ntilde:\"\\xd1\",Nu:\"Ν\",OElig:\"Œ\",Oacute:\"\\xd3\",Ocirc:\"\\xd4\",Ocy:\"О\",Odblac:\"Ő\",Ofr:\"\\uD835\\uDD12\",Ograve:\"\\xd2\",Omacr:\"Ō\",Omega:\"Ω\",Omicron:\"Ο\",Oopf:\"\\uD835\\uDD46\",OpenCurlyDoubleQuote:\"“\",OpenCurlyQuote:\"‘\",Or:\"⩔\",Oscr:\"\\uD835\\uDCAA\",Oslash:\"\\xd8\",Otilde:\"\\xd5\",Otimes:\"⨷\",Ouml:\"\\xd6\",OverBar:\"‾\",OverBrace:\"⏞\",OverBracket:\"⎴\",OverParenthesis:\"⏜\",PartialD:\"∂\",Pcy:\"П\",Pfr:\"\\uD835\\uDD13\",Phi:\"Φ\",Pi:\"Π\",PlusMinus:\"\\xb1\",Poincareplane:\"ℌ\",Popf:\"ℙ\",Pr:\"⪻\",Precedes:\"≺\",PrecedesEqual:\"⪯\",PrecedesSlantEqual:\"≼\",PrecedesTilde:\"≾\",Prime:\"″\",Product:\"∏\",Proportion:\"∷\",Proportional:\"∝\",Pscr:\"\\uD835\\uDCAB\",Psi:\"Ψ\",QUOT:'\"',Qfr:\"\\uD835\\uDD14\",Qopf:\"ℚ\",Qscr:\"\\uD835\\uDCAC\",RBarr:\"⤐\",REG:\"\\xae\",Racute:\"Ŕ\",Rang:\"⟫\",Rarr:\"↠\",Rarrtl:\"⤖\",Rcaron:\"Ř\",Rcedil:\"Ŗ\",Rcy:\"Р\",Re:\"ℜ\",ReverseElement:\"∋\",ReverseEquilibrium:\"⇋\",ReverseUpEquilibrium:\"⥯\",Rfr:\"ℜ\",Rho:\"Ρ\",RightAngleBracket:\"⟩\",RightArrow:\"→\",RightArrowBar:\"⇥\",RightArrowLeftArrow:\"⇄\",RightCeiling:\"⌉\",RightDoubleBracket:\"⟧\",RightDownTeeVector:\"⥝\",RightDownVector:\"⇂\",RightDownVectorBar:\"⥕\",RightFloor:\"⌋\",RightTee:\"⊢\",RightTeeArrow:\"↦\",RightTeeVector:\"⥛\",RightTriangle:\"⊳\",RightTriangleBar:\"⧐\",RightTriangleEqual:\"⊵\",RightUpDownVector:\"⥏\",RightUpTeeVector:\"⥜\",RightUpVector:\"↾\",RightUpVectorBar:\"⥔\",RightVector:\"⇀\",RightVectorBar:\"⥓\",Rightarrow:\"⇒\",Ropf:\"ℝ\",RoundImplies:\"⥰\",Rrightarrow:\"⇛\",Rscr:\"ℛ\",Rsh:\"↱\",RuleDelayed:\"⧴\",SHCHcy:\"Щ\",SHcy:\"Ш\",SOFTcy:\"Ь\",Sacute:\"Ś\",Sc:\"⪼\",Scaron:\"Š\",Scedil:\"Ş\",Scirc:\"Ŝ\",Scy:\"С\",Sfr:\"\\uD835\\uDD16\",ShortDownArrow:\"↓\",ShortLeftArrow:\"←\",ShortRightArrow:\"→\",ShortUpArrow:\"↑\",Sigma:\"Σ\",SmallCircle:\"∘\",Sopf:\"\\uD835\\uDD4A\",Sqrt:\"√\",Square:\"□\",SquareIntersection:\"⊓\",SquareSubset:\"⊏\",SquareSubsetEqual:\"⊑\",SquareSuperset:\"⊐\",SquareSupersetEqual:\"⊒\",SquareUnion:\"⊔\",Sscr:\"\\uD835\\uDCAE\",Star:\"⋆\",Sub:\"⋐\",Subset:\"⋐\",SubsetEqual:\"⊆\",Succeeds:\"≻\",SucceedsEqual:\"⪰\",SucceedsSlantEqual:\"≽\",SucceedsTilde:\"≿\",SuchThat:\"∋\",Sum:\"∑\",Sup:\"⋑\",Superset:\"⊃\",SupersetEqual:\"⊇\",Supset:\"⋑\",THORN:\"\\xde\",TRADE:\"™\",TSHcy:\"Ћ\",TScy:\"Ц\",Tab:\"\t\",Tau:\"Τ\",Tcaron:\"Ť\",Tcedil:\"Ţ\",Tcy:\"Т\",Tfr:\"\\uD835\\uDD17\",Therefore:\"∴\",Theta:\"Θ\",ThickSpace:\"  \",ThinSpace:\" \",Tilde:\"∼\",TildeEqual:\"≃\",TildeFullEqual:\"≅\",TildeTilde:\"≈\",Topf:\"\\uD835\\uDD4B\",TripleDot:\"⃛\",Tscr:\"\\uD835\\uDCAF\",Tstrok:\"Ŧ\",Uacute:\"\\xda\",Uarr:\"↟\",Uarrocir:\"⥉\",Ubrcy:\"Ў\",Ubreve:\"Ŭ\",Ucirc:\"\\xdb\",Ucy:\"У\",Udblac:\"Ű\",Ufr:\"\\uD835\\uDD18\",Ugrave:\"\\xd9\",Umacr:\"Ū\",UnderBar:\"_\",UnderBrace:\"⏟\",UnderBracket:\"⎵\",UnderParenthesis:\"⏝\",Union:\"⋃\",UnionPlus:\"⊎\",Uogon:\"Ų\",Uopf:\"\\uD835\\uDD4C\",UpArrow:\"↑\",UpArrowBar:\"⤒\",UpArrowDownArrow:\"⇅\",UpDownArrow:\"↕\",UpEquilibrium:\"⥮\",UpTee:\"⊥\",UpTeeArrow:\"↥\",Uparrow:\"⇑\",Updownarrow:\"⇕\",UpperLeftArrow:\"↖\",UpperRightArrow:\"↗\",Upsi:\"ϒ\",Upsilon:\"Υ\",Uring:\"Ů\",Uscr:\"\\uD835\\uDCB0\",Utilde:\"Ũ\",Uuml:\"\\xdc\",VDash:\"⊫\",Vbar:\"⫫\",Vcy:\"В\",Vdash:\"⊩\",Vdashl:\"⫦\",Vee:\"⋁\",Verbar:\"‖\",Vert:\"‖\",VerticalBar:\"∣\",VerticalLine:\"|\",VerticalSeparator:\"❘\",VerticalTilde:\"≀\",VeryThinSpace:\" \",Vfr:\"\\uD835\\uDD19\",Vopf:\"\\uD835\\uDD4D\",Vscr:\"\\uD835\\uDCB1\",Vvdash:\"⊪\",Wcirc:\"Ŵ\",Wedge:\"⋀\",Wfr:\"\\uD835\\uDD1A\",Wopf:\"\\uD835\\uDD4E\",Wscr:\"\\uD835\\uDCB2\",Xfr:\"\\uD835\\uDD1B\",Xi:\"Ξ\",Xopf:\"\\uD835\\uDD4F\",Xscr:\"\\uD835\\uDCB3\",YAcy:\"Я\",YIcy:\"Ї\",YUcy:\"Ю\",Yacute:\"\\xdd\",Ycirc:\"Ŷ\",Ycy:\"Ы\",Yfr:\"\\uD835\\uDD1C\",Yopf:\"\\uD835\\uDD50\",Yscr:\"\\uD835\\uDCB4\",Yuml:\"Ÿ\",ZHcy:\"Ж\",Zacute:\"Ź\",Zcaron:\"Ž\",Zcy:\"З\",Zdot:\"Ż\",ZeroWidthSpace:\"​\",Zeta:\"Ζ\",Zfr:\"ℨ\",Zopf:\"ℤ\",Zscr:\"\\uD835\\uDCB5\",aacute:\"\\xe1\",abreve:\"ă\",ac:\"∾\",acE:\"∾̳\",acd:\"∿\",acirc:\"\\xe2\",acute:\"\\xb4\",acy:\"а\",aelig:\"\\xe6\",af:\"⁡\",afr:\"\\uD835\\uDD1E\",agrave:\"\\xe0\",alefsym:\"ℵ\",aleph:\"ℵ\",alpha:\"α\",amacr:\"ā\",amalg:\"⨿\",amp:\"&\",and:\"∧\",andand:\"⩕\",andd:\"⩜\",andslope:\"⩘\",andv:\"⩚\",ang:\"∠\",ange:\"⦤\",angle:\"∠\",angmsd:\"∡\",angmsdaa:\"⦨\",angmsdab:\"⦩\",angmsdac:\"⦪\",angmsdad:\"⦫\",angmsdae:\"⦬\",angmsdaf:\"⦭\",angmsdag:\"⦮\",angmsdah:\"⦯\",angrt:\"∟\",angrtvb:\"⊾\",angrtvbd:\"⦝\",angsph:\"∢\",angst:\"\\xc5\",angzarr:\"⍼\",aogon:\"ą\",aopf:\"\\uD835\\uDD52\",ap:\"≈\",apE:\"⩰\",apacir:\"⩯\",ape:\"≊\",apid:\"≋\",apos:\"'\",approx:\"≈\",approxeq:\"≊\",aring:\"\\xe5\",ascr:\"\\uD835\\uDCB6\",ast:\"*\",asymp:\"≈\",asympeq:\"≍\",atilde:\"\\xe3\",auml:\"\\xe4\",awconint:\"∳\",awint:\"⨑\",bNot:\"⫭\",backcong:\"≌\",backepsilon:\"϶\",backprime:\"‵\",backsim:\"∽\",backsimeq:\"⋍\",barvee:\"⊽\",barwed:\"⌅\",barwedge:\"⌅\",bbrk:\"⎵\",bbrktbrk:\"⎶\",bcong:\"≌\",bcy:\"б\",bdquo:\"„\",becaus:\"∵\",because:\"∵\",bemptyv:\"⦰\",bepsi:\"϶\",bernou:\"ℬ\",beta:\"β\",beth:\"ℶ\",between:\"≬\",bfr:\"\\uD835\\uDD1F\",bigcap:\"⋂\",bigcirc:\"◯\",bigcup:\"⋃\",bigodot:\"⨀\",bigoplus:\"⨁\",bigotimes:\"⨂\",bigsqcup:\"⨆\",bigstar:\"★\",bigtriangledown:\"▽\",bigtriangleup:\"△\",biguplus:\"⨄\",bigvee:\"⋁\",bigwedge:\"⋀\",bkarow:\"⤍\",blacklozenge:\"⧫\",blacksquare:\"▪\",blacktriangle:\"▴\",blacktriangledown:\"▾\",blacktriangleleft:\"◂\",blacktriangleright:\"▸\",blank:\"␣\",blk12:\"▒\",blk14:\"░\",blk34:\"▓\",block:\"█\",bne:\"=⃥\",bnequiv:\"≡⃥\",bnot:\"⌐\",bopf:\"\\uD835\\uDD53\",bot:\"⊥\",bottom:\"⊥\",bowtie:\"⋈\",boxDL:\"╗\",boxDR:\"╔\",boxDl:\"╖\",boxDr:\"╓\",boxH:\"═\",boxHD:\"╦\",boxHU:\"╩\",boxHd:\"╤\",boxHu:\"╧\",boxUL:\"╝\",boxUR:\"╚\",boxUl:\"╜\",boxUr:\"╙\",boxV:\"║\",boxVH:\"╬\",boxVL:\"╣\",boxVR:\"╠\",boxVh:\"╫\",boxVl:\"╢\",boxVr:\"╟\",boxbox:\"⧉\",boxdL:\"╕\",boxdR:\"╒\",boxdl:\"┐\",boxdr:\"┌\",boxh:\"─\",boxhD:\"╥\",boxhU:\"╨\",boxhd:\"┬\",boxhu:\"┴\",boxminus:\"⊟\",boxplus:\"⊞\",boxtimes:\"⊠\",boxuL:\"╛\",boxuR:\"╘\",boxul:\"┘\",boxur:\"└\",boxv:\"│\",boxvH:\"╪\",boxvL:\"╡\",boxvR:\"╞\",boxvh:\"┼\",boxvl:\"┤\",boxvr:\"├\",bprime:\"‵\",breve:\"˘\",brvbar:\"\\xa6\",bscr:\"\\uD835\\uDCB7\",bsemi:\"⁏\",bsim:\"∽\",bsime:\"⋍\",bsol:\"\\\\\",bsolb:\"⧅\",bsolhsub:\"⟈\",bull:\"•\",bullet:\"•\",bump:\"≎\",bumpE:\"⪮\",bumpe:\"≏\",bumpeq:\"≏\",cacute:\"ć\",cap:\"∩\",capand:\"⩄\",capbrcup:\"⩉\",capcap:\"⩋\",capcup:\"⩇\",capdot:\"⩀\",caps:\"∩︀\",caret:\"⁁\",caron:\"ˇ\",ccaps:\"⩍\",ccaron:\"č\",ccedil:\"\\xe7\",ccirc:\"ĉ\",ccups:\"⩌\",ccupssm:\"⩐\",cdot:\"ċ\",cedil:\"\\xb8\",cemptyv:\"⦲\",cent:\"\\xa2\",centerdot:\"\\xb7\",cfr:\"\\uD835\\uDD20\",chcy:\"ч\",check:\"✓\",checkmark:\"✓\",chi:\"χ\",cir:\"○\",cirE:\"⧃\",circ:\"ˆ\",circeq:\"≗\",circlearrowleft:\"↺\",circlearrowright:\"↻\",circledR:\"\\xae\",circledS:\"Ⓢ\",circledast:\"⊛\",circledcirc:\"⊚\",circleddash:\"⊝\",cire:\"≗\",cirfnint:\"⨐\",cirmid:\"⫯\",cirscir:\"⧂\",clubs:\"♣\",clubsuit:\"♣\",colon:\":\",colone:\"≔\",coloneq:\"≔\",comma:\",\",commat:\"@\",comp:\"∁\",compfn:\"∘\",complement:\"∁\",complexes:\"ℂ\",cong:\"≅\",congdot:\"⩭\",conint:\"∮\",copf:\"\\uD835\\uDD54\",coprod:\"∐\",copy:\"\\xa9\",copysr:\"℗\",crarr:\"↵\",cross:\"✗\",cscr:\"\\uD835\\uDCB8\",csub:\"⫏\",csube:\"⫑\",csup:\"⫐\",csupe:\"⫒\",ctdot:\"⋯\",cudarrl:\"⤸\",cudarrr:\"⤵\",cuepr:\"⋞\",cuesc:\"⋟\",cularr:\"↶\",cularrp:\"⤽\",cup:\"∪\",cupbrcap:\"⩈\",cupcap:\"⩆\",cupcup:\"⩊\",cupdot:\"⊍\",cupor:\"⩅\",cups:\"∪︀\",curarr:\"↷\",curarrm:\"⤼\",curlyeqprec:\"⋞\",curlyeqsucc:\"⋟\",curlyvee:\"⋎\",curlywedge:\"⋏\",curren:\"\\xa4\",curvearrowleft:\"↶\",curvearrowright:\"↷\",cuvee:\"⋎\",cuwed:\"⋏\",cwconint:\"∲\",cwint:\"∱\",cylcty:\"⌭\",dArr:\"⇓\",dHar:\"⥥\",dagger:\"†\",daleth:\"ℸ\",darr:\"↓\",dash:\"‐\",dashv:\"⊣\",dbkarow:\"⤏\",dblac:\"˝\",dcaron:\"ď\",dcy:\"д\",dd:\"ⅆ\",ddagger:\"‡\",ddarr:\"⇊\",ddotseq:\"⩷\",deg:\"\\xb0\",delta:\"δ\",demptyv:\"⦱\",dfisht:\"⥿\",dfr:\"\\uD835\\uDD21\",dharl:\"⇃\",dharr:\"⇂\",diam:\"⋄\",diamond:\"⋄\",diamondsuit:\"♦\",diams:\"♦\",die:\"\\xa8\",digamma:\"ϝ\",disin:\"⋲\",div:\"\\xf7\",divide:\"\\xf7\",divideontimes:\"⋇\",divonx:\"⋇\",djcy:\"ђ\",dlcorn:\"⌞\",dlcrop:\"⌍\",dollar:\"$\",dopf:\"\\uD835\\uDD55\",dot:\"˙\",doteq:\"≐\",doteqdot:\"≑\",dotminus:\"∸\",dotplus:\"∔\",dotsquare:\"⊡\",doublebarwedge:\"⌆\",downarrow:\"↓\",downdownarrows:\"⇊\",downharpoonleft:\"⇃\",downharpoonright:\"⇂\",drbkarow:\"⤐\",drcorn:\"⌟\",drcrop:\"⌌\",dscr:\"\\uD835\\uDCB9\",dscy:\"ѕ\",dsol:\"⧶\",dstrok:\"đ\",dtdot:\"⋱\",dtri:\"▿\",dtrif:\"▾\",duarr:\"⇵\",duhar:\"⥯\",dwangle:\"⦦\",dzcy:\"џ\",dzigrarr:\"⟿\",eDDot:\"⩷\",eDot:\"≑\",eacute:\"\\xe9\",easter:\"⩮\",ecaron:\"ě\",ecir:\"≖\",ecirc:\"\\xea\",ecolon:\"≕\",ecy:\"э\",edot:\"ė\",ee:\"ⅇ\",efDot:\"≒\",efr:\"\\uD835\\uDD22\",eg:\"⪚\",egrave:\"\\xe8\",egs:\"⪖\",egsdot:\"⪘\",el:\"⪙\",elinters:\"⏧\",ell:\"ℓ\",els:\"⪕\",elsdot:\"⪗\",emacr:\"ē\",empty:\"∅\",emptyset:\"∅\",emptyv:\"∅\",emsp13:\" \",emsp14:\" \",emsp:\" \",eng:\"ŋ\",ensp:\" \",eogon:\"ę\",eopf:\"\\uD835\\uDD56\",epar:\"⋕\",eparsl:\"⧣\",eplus:\"⩱\",epsi:\"ε\",epsilon:\"ε\",epsiv:\"ϵ\",eqcirc:\"≖\",eqcolon:\"≕\",eqsim:\"≂\",eqslantgtr:\"⪖\",eqslantless:\"⪕\",equals:\"=\",equest:\"≟\",equiv:\"≡\",equivDD:\"⩸\",eqvparsl:\"⧥\",erDot:\"≓\",erarr:\"⥱\",escr:\"ℯ\",esdot:\"≐\",esim:\"≂\",eta:\"η\",eth:\"\\xf0\",euml:\"\\xeb\",euro:\"€\",excl:\"!\",exist:\"∃\",expectation:\"ℰ\",exponentiale:\"ⅇ\",fallingdotseq:\"≒\",fcy:\"ф\",female:\"♀\",ffilig:\"ﬃ\",fflig:\"ﬀ\",ffllig:\"ﬄ\",ffr:\"\\uD835\\uDD23\",filig:\"ﬁ\",fjlig:\"fj\",flat:\"♭\",fllig:\"ﬂ\",fltns:\"▱\",fnof:\"ƒ\",fopf:\"\\uD835\\uDD57\",forall:\"∀\",fork:\"⋔\",forkv:\"⫙\",fpartint:\"⨍\",frac12:\"\\xbd\",frac13:\"⅓\",frac14:\"\\xbc\",frac15:\"⅕\",frac16:\"⅙\",frac18:\"⅛\",frac23:\"⅔\",frac25:\"⅖\",frac34:\"\\xbe\",frac35:\"⅗\",frac38:\"⅜\",frac45:\"⅘\",frac56:\"⅚\",frac58:\"⅝\",frac78:\"⅞\",frasl:\"⁄\",frown:\"⌢\",fscr:\"\\uD835\\uDCBB\",gE:\"≧\",gEl:\"⪌\",gacute:\"ǵ\",gamma:\"γ\",gammad:\"ϝ\",gap:\"⪆\",gbreve:\"ğ\",gcirc:\"ĝ\",gcy:\"г\",gdot:\"ġ\",ge:\"≥\",gel:\"⋛\",geq:\"≥\",geqq:\"≧\",geqslant:\"⩾\",ges:\"⩾\",gescc:\"⪩\",gesdot:\"⪀\",gesdoto:\"⪂\",gesdotol:\"⪄\",gesl:\"⋛︀\",gesles:\"⪔\",gfr:\"\\uD835\\uDD24\",gg:\"≫\",ggg:\"⋙\",gimel:\"ℷ\",gjcy:\"ѓ\",gl:\"≷\",glE:\"⪒\",gla:\"⪥\",glj:\"⪤\",gnE:\"≩\",gnap:\"⪊\",gnapprox:\"⪊\",gne:\"⪈\",gneq:\"⪈\",gneqq:\"≩\",gnsim:\"⋧\",gopf:\"\\uD835\\uDD58\",grave:\"`\",gscr:\"ℊ\",gsim:\"≳\",gsime:\"⪎\",gsiml:\"⪐\",gt:\">\",gtcc:\"⪧\",gtcir:\"⩺\",gtdot:\"⋗\",gtlPar:\"⦕\",gtquest:\"⩼\",gtrapprox:\"⪆\",gtrarr:\"⥸\",gtrdot:\"⋗\",gtreqless:\"⋛\",gtreqqless:\"⪌\",gtrless:\"≷\",gtrsim:\"≳\",gvertneqq:\"≩︀\",gvnE:\"≩︀\",hArr:\"⇔\",hairsp:\" \",half:\"\\xbd\",hamilt:\"ℋ\",hardcy:\"ъ\",harr:\"↔\",harrcir:\"⥈\",harrw:\"↭\",hbar:\"ℏ\",hcirc:\"ĥ\",hearts:\"♥\",heartsuit:\"♥\",hellip:\"…\",hercon:\"⊹\",hfr:\"\\uD835\\uDD25\",hksearow:\"⤥\",hkswarow:\"⤦\",hoarr:\"⇿\",homtht:\"∻\",hookleftarrow:\"↩\",hookrightarrow:\"↪\",hopf:\"\\uD835\\uDD59\",horbar:\"―\",hscr:\"\\uD835\\uDCBD\",hslash:\"ℏ\",hstrok:\"ħ\",hybull:\"⁃\",hyphen:\"‐\",iacute:\"\\xed\",ic:\"⁣\",icirc:\"\\xee\",icy:\"и\",iecy:\"е\",iexcl:\"\\xa1\",iff:\"⇔\",ifr:\"\\uD835\\uDD26\",igrave:\"\\xec\",ii:\"ⅈ\",iiiint:\"⨌\",iiint:\"∭\",iinfin:\"⧜\",iiota:\"℩\",ijlig:\"ĳ\",imacr:\"ī\",image:\"ℑ\",imagline:\"ℐ\",imagpart:\"ℑ\",imath:\"ı\",imof:\"⊷\",imped:\"Ƶ\",in:\"∈\",incare:\"℅\",infin:\"∞\",infintie:\"⧝\",inodot:\"ı\",int:\"∫\",intcal:\"⊺\",integers:\"ℤ\",intercal:\"⊺\",intlarhk:\"⨗\",intprod:\"⨼\",iocy:\"ё\",iogon:\"į\",iopf:\"\\uD835\\uDD5A\",iota:\"ι\",iprod:\"⨼\",iquest:\"\\xbf\",iscr:\"\\uD835\\uDCBE\",isin:\"∈\",isinE:\"⋹\",isindot:\"⋵\",isins:\"⋴\",isinsv:\"⋳\",isinv:\"∈\",it:\"⁢\",itilde:\"ĩ\",iukcy:\"і\",iuml:\"\\xef\",jcirc:\"ĵ\",jcy:\"й\",jfr:\"\\uD835\\uDD27\",jmath:\"ȷ\",jopf:\"\\uD835\\uDD5B\",jscr:\"\\uD835\\uDCBF\",jsercy:\"ј\",jukcy:\"є\",kappa:\"κ\",kappav:\"ϰ\",kcedil:\"ķ\",kcy:\"к\",kfr:\"\\uD835\\uDD28\",kgreen:\"ĸ\",khcy:\"х\",kjcy:\"ќ\",kopf:\"\\uD835\\uDD5C\",kscr:\"\\uD835\\uDCC0\",lAarr:\"⇚\",lArr:\"⇐\",lAtail:\"⤛\",lBarr:\"⤎\",lE:\"≦\",lEg:\"⪋\",lHar:\"⥢\",lacute:\"ĺ\",laemptyv:\"⦴\",lagran:\"ℒ\",lambda:\"λ\",lang:\"⟨\",langd:\"⦑\",langle:\"⟨\",lap:\"⪅\",laquo:\"\\xab\",larr:\"←\",larrb:\"⇤\",larrbfs:\"⤟\",larrfs:\"⤝\",larrhk:\"↩\",larrlp:\"↫\",larrpl:\"⤹\",larrsim:\"⥳\",larrtl:\"↢\",lat:\"⪫\",latail:\"⤙\",late:\"⪭\",lates:\"⪭︀\",lbarr:\"⤌\",lbbrk:\"❲\",lbrace:\"{\",lbrack:\"[\",lbrke:\"⦋\",lbrksld:\"⦏\",lbrkslu:\"⦍\",lcaron:\"ľ\",lcedil:\"ļ\",lceil:\"⌈\",lcub:\"{\",lcy:\"л\",ldca:\"⤶\",ldquo:\"“\",ldquor:\"„\",ldrdhar:\"⥧\",ldrushar:\"⥋\",ldsh:\"↲\",le:\"≤\",leftarrow:\"←\",leftarrowtail:\"↢\",leftharpoondown:\"↽\",leftharpoonup:\"↼\",leftleftarrows:\"⇇\",leftrightarrow:\"↔\",leftrightarrows:\"⇆\",leftrightharpoons:\"⇋\",leftrightsquigarrow:\"↭\",leftthreetimes:\"⋋\",leg:\"⋚\",leq:\"≤\",leqq:\"≦\",leqslant:\"⩽\",les:\"⩽\",lescc:\"⪨\",lesdot:\"⩿\",lesdoto:\"⪁\",lesdotor:\"⪃\",lesg:\"⋚︀\",lesges:\"⪓\",lessapprox:\"⪅\",lessdot:\"⋖\",lesseqgtr:\"⋚\",lesseqqgtr:\"⪋\",lessgtr:\"≶\",lesssim:\"≲\",lfisht:\"⥼\",lfloor:\"⌊\",lfr:\"\\uD835\\uDD29\",lg:\"≶\",lgE:\"⪑\",lhard:\"↽\",lharu:\"↼\",lharul:\"⥪\",lhblk:\"▄\",ljcy:\"љ\",ll:\"≪\",llarr:\"⇇\",llcorner:\"⌞\",llhard:\"⥫\",lltri:\"◺\",lmidot:\"ŀ\",lmoust:\"⎰\",lmoustache:\"⎰\",lnE:\"≨\",lnap:\"⪉\",lnapprox:\"⪉\",lne:\"⪇\",lneq:\"⪇\",lneqq:\"≨\",lnsim:\"⋦\",loang:\"⟬\",loarr:\"⇽\",lobrk:\"⟦\",longleftarrow:\"⟵\",longleftrightarrow:\"⟷\",longmapsto:\"⟼\",longrightarrow:\"⟶\",looparrowleft:\"↫\",looparrowright:\"↬\",lopar:\"⦅\",lopf:\"\\uD835\\uDD5D\",loplus:\"⨭\",lotimes:\"⨴\",lowast:\"∗\",lowbar:\"_\",loz:\"◊\",lozenge:\"◊\",lozf:\"⧫\",lpar:\"(\",lparlt:\"⦓\",lrarr:\"⇆\",lrcorner:\"⌟\",lrhar:\"⇋\",lrhard:\"⥭\",lrm:\"‎\",lrtri:\"⊿\",lsaquo:\"‹\",lscr:\"\\uD835\\uDCC1\",lsh:\"↰\",lsim:\"≲\",lsime:\"⪍\",lsimg:\"⪏\",lsqb:\"[\",lsquo:\"‘\",lsquor:\"‚\",lstrok:\"ł\",lt:\"<\",ltcc:\"⪦\",ltcir:\"⩹\",ltdot:\"⋖\",lthree:\"⋋\",ltimes:\"⋉\",ltlarr:\"⥶\",ltquest:\"⩻\",ltrPar:\"⦖\",ltri:\"◃\",ltrie:\"⊴\",ltrif:\"◂\",lurdshar:\"⥊\",luruhar:\"⥦\",lvertneqq:\"≨︀\",lvnE:\"≨︀\",mDDot:\"∺\",macr:\"\\xaf\",male:\"♂\",malt:\"✠\",maltese:\"✠\",map:\"↦\",mapsto:\"↦\",mapstodown:\"↧\",mapstoleft:\"↤\",mapstoup:\"↥\",marker:\"▮\",mcomma:\"⨩\",mcy:\"м\",mdash:\"—\",measuredangle:\"∡\",mfr:\"\\uD835\\uDD2A\",mho:\"℧\",micro:\"\\xb5\",mid:\"∣\",midast:\"*\",midcir:\"⫰\",middot:\"\\xb7\",minus:\"−\",minusb:\"⊟\",minusd:\"∸\",minusdu:\"⨪\",mlcp:\"⫛\",mldr:\"…\",mnplus:\"∓\",models:\"⊧\",mopf:\"\\uD835\\uDD5E\",mp:\"∓\",mscr:\"\\uD835\\uDCC2\",mstpos:\"∾\",mu:\"μ\",multimap:\"⊸\",mumap:\"⊸\",nGg:\"⋙̸\",nGt:\"≫⃒\",nGtv:\"≫̸\",nLeftarrow:\"⇍\",nLeftrightarrow:\"⇎\",nLl:\"⋘̸\",nLt:\"≪⃒\",nLtv:\"≪̸\",nRightarrow:\"⇏\",nVDash:\"⊯\",nVdash:\"⊮\",nabla:\"∇\",nacute:\"ń\",nang:\"∠⃒\",nap:\"≉\",napE:\"⩰̸\",napid:\"≋̸\",napos:\"ŉ\",napprox:\"≉\",natur:\"♮\",natural:\"♮\",naturals:\"ℕ\",nbsp:\"\\xa0\",nbump:\"≎̸\",nbumpe:\"≏̸\",ncap:\"⩃\",ncaron:\"ň\",ncedil:\"ņ\",ncong:\"≇\",ncongdot:\"⩭̸\",ncup:\"⩂\",ncy:\"н\",ndash:\"–\",ne:\"≠\",neArr:\"⇗\",nearhk:\"⤤\",nearr:\"↗\",nearrow:\"↗\",nedot:\"≐̸\",nequiv:\"≢\",nesear:\"⤨\",nesim:\"≂̸\",nexist:\"∄\",nexists:\"∄\",nfr:\"\\uD835\\uDD2B\",ngE:\"≧̸\",nge:\"≱\",ngeq:\"≱\",ngeqq:\"≧̸\",ngeqslant:\"⩾̸\",nges:\"⩾̸\",ngsim:\"≵\",ngt:\"≯\",ngtr:\"≯\",nhArr:\"⇎\",nharr:\"↮\",nhpar:\"⫲\",ni:\"∋\",nis:\"⋼\",nisd:\"⋺\",niv:\"∋\",njcy:\"њ\",nlArr:\"⇍\",nlE:\"≦̸\",nlarr:\"↚\",nldr:\"‥\",nle:\"≰\",nleftarrow:\"↚\",nleftrightarrow:\"↮\",nleq:\"≰\",nleqq:\"≦̸\",nleqslant:\"⩽̸\",nles:\"⩽̸\",nless:\"≮\",nlsim:\"≴\",nlt:\"≮\",nltri:\"⋪\",nltrie:\"⋬\",nmid:\"∤\",nopf:\"\\uD835\\uDD5F\",not:\"\\xac\",notin:\"∉\",notinE:\"⋹̸\",notindot:\"⋵̸\",notinva:\"∉\",notinvb:\"⋷\",notinvc:\"⋶\",notni:\"∌\",notniva:\"∌\",notnivb:\"⋾\",notnivc:\"⋽\",npar:\"∦\",nparallel:\"∦\",nparsl:\"⫽⃥\",npart:\"∂̸\",npolint:\"⨔\",npr:\"⊀\",nprcue:\"⋠\",npre:\"⪯̸\",nprec:\"⊀\",npreceq:\"⪯̸\",nrArr:\"⇏\",nrarr:\"↛\",nrarrc:\"⤳̸\",nrarrw:\"↝̸\",nrightarrow:\"↛\",nrtri:\"⋫\",nrtrie:\"⋭\",nsc:\"⊁\",nsccue:\"⋡\",nsce:\"⪰̸\",nscr:\"\\uD835\\uDCC3\",nshortmid:\"∤\",nshortparallel:\"∦\",nsim:\"≁\",nsime:\"≄\",nsimeq:\"≄\",nsmid:\"∤\",nspar:\"∦\",nsqsube:\"⋢\",nsqsupe:\"⋣\",nsub:\"⊄\",nsubE:\"⫅̸\",nsube:\"⊈\",nsubset:\"⊂⃒\",nsubseteq:\"⊈\",nsubseteqq:\"⫅̸\",nsucc:\"⊁\",nsucceq:\"⪰̸\",nsup:\"⊅\",nsupE:\"⫆̸\",nsupe:\"⊉\",nsupset:\"⊃⃒\",nsupseteq:\"⊉\",nsupseteqq:\"⫆̸\",ntgl:\"≹\",ntilde:\"\\xf1\",ntlg:\"≸\",ntriangleleft:\"⋪\",ntrianglelefteq:\"⋬\",ntriangleright:\"⋫\",ntrianglerighteq:\"⋭\",nu:\"ν\",num:\"#\",numero:\"№\",numsp:\" \",nvDash:\"⊭\",nvHarr:\"⤄\",nvap:\"≍⃒\",nvdash:\"⊬\",nvge:\"≥⃒\",nvgt:\">⃒\",nvinfin:\"⧞\",nvlArr:\"⤂\",nvle:\"≤⃒\",nvlt:\"<⃒\",nvltrie:\"⊴⃒\",nvrArr:\"⤃\",nvrtrie:\"⊵⃒\",nvsim:\"∼⃒\",nwArr:\"⇖\",nwarhk:\"⤣\",nwarr:\"↖\",nwarrow:\"↖\",nwnear:\"⤧\",oS:\"Ⓢ\",oacute:\"\\xf3\",oast:\"⊛\",ocir:\"⊚\",ocirc:\"\\xf4\",ocy:\"о\",odash:\"⊝\",odblac:\"ő\",odiv:\"⨸\",odot:\"⊙\",odsold:\"⦼\",oelig:\"œ\",ofcir:\"⦿\",ofr:\"\\uD835\\uDD2C\",ogon:\"˛\",ograve:\"\\xf2\",ogt:\"⧁\",ohbar:\"⦵\",ohm:\"Ω\",oint:\"∮\",olarr:\"↺\",olcir:\"⦾\",olcross:\"⦻\",oline:\"‾\",olt:\"⧀\",omacr:\"ō\",omega:\"ω\",omicron:\"ο\",omid:\"⦶\",ominus:\"⊖\",oopf:\"\\uD835\\uDD60\",opar:\"⦷\",operp:\"⦹\",oplus:\"⊕\",or:\"∨\",orarr:\"↻\",ord:\"⩝\",order:\"ℴ\",orderof:\"ℴ\",ordf:\"\\xaa\",ordm:\"\\xba\",origof:\"⊶\",oror:\"⩖\",orslope:\"⩗\",orv:\"⩛\",oscr:\"ℴ\",oslash:\"\\xf8\",osol:\"⊘\",otilde:\"\\xf5\",otimes:\"⊗\",otimesas:\"⨶\",ouml:\"\\xf6\",ovbar:\"⌽\",par:\"∥\",para:\"\\xb6\",parallel:\"∥\",parsim:\"⫳\",parsl:\"⫽\",part:\"∂\",pcy:\"п\",percnt:\"%\",period:\".\",permil:\"‰\",perp:\"⊥\",pertenk:\"‱\",pfr:\"\\uD835\\uDD2D\",phi:\"φ\",phiv:\"ϕ\",phmmat:\"ℳ\",phone:\"☎\",pi:\"π\",pitchfork:\"⋔\",piv:\"ϖ\",planck:\"ℏ\",planckh:\"ℎ\",plankv:\"ℏ\",plus:\"+\",plusacir:\"⨣\",plusb:\"⊞\",pluscir:\"⨢\",plusdo:\"∔\",plusdu:\"⨥\",pluse:\"⩲\",plusmn:\"\\xb1\",plussim:\"⨦\",plustwo:\"⨧\",pm:\"\\xb1\",pointint:\"⨕\",popf:\"\\uD835\\uDD61\",pound:\"\\xa3\",pr:\"≺\",prE:\"⪳\",prap:\"⪷\",prcue:\"≼\",pre:\"⪯\",prec:\"≺\",precapprox:\"⪷\",preccurlyeq:\"≼\",preceq:\"⪯\",precnapprox:\"⪹\",precneqq:\"⪵\",precnsim:\"⋨\",precsim:\"≾\",prime:\"′\",primes:\"ℙ\",prnE:\"⪵\",prnap:\"⪹\",prnsim:\"⋨\",prod:\"∏\",profalar:\"⌮\",profline:\"⌒\",profsurf:\"⌓\",prop:\"∝\",propto:\"∝\",prsim:\"≾\",prurel:\"⊰\",pscr:\"\\uD835\\uDCC5\",psi:\"ψ\",puncsp:\" \",qfr:\"\\uD835\\uDD2E\",qint:\"⨌\",qopf:\"\\uD835\\uDD62\",qprime:\"⁗\",qscr:\"\\uD835\\uDCC6\",quaternions:\"ℍ\",quatint:\"⨖\",quest:\"?\",questeq:\"≟\",quot:'\"',rAarr:\"⇛\",rArr:\"⇒\",rAtail:\"⤜\",rBarr:\"⤏\",rHar:\"⥤\",race:\"∽̱\",racute:\"ŕ\",radic:\"√\",raemptyv:\"⦳\",rang:\"⟩\",rangd:\"⦒\",range:\"⦥\",rangle:\"⟩\",raquo:\"\\xbb\",rarr:\"→\",rarrap:\"⥵\",rarrb:\"⇥\",rarrbfs:\"⤠\",rarrc:\"⤳\",rarrfs:\"⤞\",rarrhk:\"↪\",rarrlp:\"↬\",rarrpl:\"⥅\",rarrsim:\"⥴\",rarrtl:\"↣\",rarrw:\"↝\",ratail:\"⤚\",ratio:\"∶\",rationals:\"ℚ\",rbarr:\"⤍\",rbbrk:\"❳\",rbrace:\"}\",rbrack:\"]\",rbrke:\"⦌\",rbrksld:\"⦎\",rbrkslu:\"⦐\",rcaron:\"ř\",rcedil:\"ŗ\",rceil:\"⌉\",rcub:\"}\",rcy:\"р\",rdca:\"⤷\",rdldhar:\"⥩\",rdquo:\"”\",rdquor:\"”\",rdsh:\"↳\",real:\"ℜ\",realine:\"ℛ\",realpart:\"ℜ\",reals:\"ℝ\",rect:\"▭\",reg:\"\\xae\",rfisht:\"⥽\",rfloor:\"⌋\",rfr:\"\\uD835\\uDD2F\",rhard:\"⇁\",rharu:\"⇀\",rharul:\"⥬\",rho:\"ρ\",rhov:\"ϱ\",rightarrow:\"→\",rightarrowtail:\"↣\",rightharpoondown:\"⇁\",rightharpoonup:\"⇀\",rightleftarrows:\"⇄\",rightleftharpoons:\"⇌\",rightrightarrows:\"⇉\",rightsquigarrow:\"↝\",rightthreetimes:\"⋌\",ring:\"˚\",risingdotseq:\"≓\",rlarr:\"⇄\",rlhar:\"⇌\",rlm:\"‏\",rmoust:\"⎱\",rmoustache:\"⎱\",rnmid:\"⫮\",roang:\"⟭\",roarr:\"⇾\",robrk:\"⟧\",ropar:\"⦆\",ropf:\"\\uD835\\uDD63\",roplus:\"⨮\",rotimes:\"⨵\",rpar:\")\",rpargt:\"⦔\",rppolint:\"⨒\",rrarr:\"⇉\",rsaquo:\"›\",rscr:\"\\uD835\\uDCC7\",rsh:\"↱\",rsqb:\"]\",rsquo:\"’\",rsquor:\"’\",rthree:\"⋌\",rtimes:\"⋊\",rtri:\"▹\",rtrie:\"⊵\",rtrif:\"▸\",rtriltri:\"⧎\",ruluhar:\"⥨\",rx:\"℞\",sacute:\"ś\",sbquo:\"‚\",sc:\"≻\",scE:\"⪴\",scap:\"⪸\",scaron:\"š\",sccue:\"≽\",sce:\"⪰\",scedil:\"ş\",scirc:\"ŝ\",scnE:\"⪶\",scnap:\"⪺\",scnsim:\"⋩\",scpolint:\"⨓\",scsim:\"≿\",scy:\"с\",sdot:\"⋅\",sdotb:\"⊡\",sdote:\"⩦\",seArr:\"⇘\",searhk:\"⤥\",searr:\"↘\",searrow:\"↘\",sect:\"\\xa7\",semi:\";\",seswar:\"⤩\",setminus:\"∖\",setmn:\"∖\",sext:\"✶\",sfr:\"\\uD835\\uDD30\",sfrown:\"⌢\",sharp:\"♯\",shchcy:\"щ\",shcy:\"ш\",shortmid:\"∣\",shortparallel:\"∥\",shy:\"\\xad\",sigma:\"σ\",sigmaf:\"ς\",sigmav:\"ς\",sim:\"∼\",simdot:\"⩪\",sime:\"≃\",simeq:\"≃\",simg:\"⪞\",simgE:\"⪠\",siml:\"⪝\",simlE:\"⪟\",simne:\"≆\",simplus:\"⨤\",simrarr:\"⥲\",slarr:\"←\",smallsetminus:\"∖\",smashp:\"⨳\",smeparsl:\"⧤\",smid:\"∣\",smile:\"⌣\",smt:\"⪪\",smte:\"⪬\",smtes:\"⪬︀\",softcy:\"ь\",sol:\"/\",solb:\"⧄\",solbar:\"⌿\",sopf:\"\\uD835\\uDD64\",spades:\"♠\",spadesuit:\"♠\",spar:\"∥\",sqcap:\"⊓\",sqcaps:\"⊓︀\",sqcup:\"⊔\",sqcups:\"⊔︀\",sqsub:\"⊏\",sqsube:\"⊑\",sqsubset:\"⊏\",sqsubseteq:\"⊑\",sqsup:\"⊐\",sqsupe:\"⊒\",sqsupset:\"⊐\",sqsupseteq:\"⊒\",squ:\"□\",square:\"□\",squarf:\"▪\",squf:\"▪\",srarr:\"→\",sscr:\"\\uD835\\uDCC8\",ssetmn:\"∖\",ssmile:\"⌣\",sstarf:\"⋆\",star:\"☆\",starf:\"★\",straightepsilon:\"ϵ\",straightphi:\"ϕ\",strns:\"\\xaf\",sub:\"⊂\",subE:\"⫅\",subdot:\"⪽\",sube:\"⊆\",subedot:\"⫃\",submult:\"⫁\",subnE:\"⫋\",subne:\"⊊\",subplus:\"⪿\",subrarr:\"⥹\",subset:\"⊂\",subseteq:\"⊆\",subseteqq:\"⫅\",subsetneq:\"⊊\",subsetneqq:\"⫋\",subsim:\"⫇\",subsub:\"⫕\",subsup:\"⫓\",succ:\"≻\",succapprox:\"⪸\",succcurlyeq:\"≽\",succeq:\"⪰\",succnapprox:\"⪺\",succneqq:\"⪶\",succnsim:\"⋩\",succsim:\"≿\",sum:\"∑\",sung:\"♪\",sup1:\"\\xb9\",sup2:\"\\xb2\",sup3:\"\\xb3\",sup:\"⊃\",supE:\"⫆\",supdot:\"⪾\",supdsub:\"⫘\",supe:\"⊇\",supedot:\"⫄\",suphsol:\"⟉\",suphsub:\"⫗\",suplarr:\"⥻\",supmult:\"⫂\",supnE:\"⫌\",supne:\"⊋\",supplus:\"⫀\",supset:\"⊃\",supseteq:\"⊇\",supseteqq:\"⫆\",supsetneq:\"⊋\",supsetneqq:\"⫌\",supsim:\"⫈\",supsub:\"⫔\",supsup:\"⫖\",swArr:\"⇙\",swarhk:\"⤦\",swarr:\"↙\",swarrow:\"↙\",swnwar:\"⤪\",szlig:\"\\xdf\",target:\"⌖\",tau:\"τ\",tbrk:\"⎴\",tcaron:\"ť\",tcedil:\"ţ\",tcy:\"т\",tdot:\"⃛\",telrec:\"⌕\",tfr:\"\\uD835\\uDD31\",there4:\"∴\",therefore:\"∴\",theta:\"θ\",thetasym:\"ϑ\",thetav:\"ϑ\",thickapprox:\"≈\",thicksim:\"∼\",thinsp:\" \",thkap:\"≈\",thksim:\"∼\",thorn:\"\\xfe\",tilde:\"˜\",times:\"\\xd7\",timesb:\"⊠\",timesbar:\"⨱\",timesd:\"⨰\",tint:\"∭\",toea:\"⤨\",top:\"⊤\",topbot:\"⌶\",topcir:\"⫱\",topf:\"\\uD835\\uDD65\",topfork:\"⫚\",tosa:\"⤩\",tprime:\"‴\",trade:\"™\",triangle:\"▵\",triangledown:\"▿\",triangleleft:\"◃\",trianglelefteq:\"⊴\",triangleq:\"≜\",triangleright:\"▹\",trianglerighteq:\"⊵\",tridot:\"◬\",trie:\"≜\",triminus:\"⨺\",triplus:\"⨹\",trisb:\"⧍\",tritime:\"⨻\",trpezium:\"⏢\",tscr:\"\\uD835\\uDCC9\",tscy:\"ц\",tshcy:\"ћ\",tstrok:\"ŧ\",twixt:\"≬\",twoheadleftarrow:\"↞\",twoheadrightarrow:\"↠\",uArr:\"⇑\",uHar:\"⥣\",uacute:\"\\xfa\",uarr:\"↑\",ubrcy:\"ў\",ubreve:\"ŭ\",ucirc:\"\\xfb\",ucy:\"у\",udarr:\"⇅\",udblac:\"ű\",udhar:\"⥮\",ufisht:\"⥾\",ufr:\"\\uD835\\uDD32\",ugrave:\"\\xf9\",uharl:\"↿\",uharr:\"↾\",uhblk:\"▀\",ulcorn:\"⌜\",ulcorner:\"⌜\",ulcrop:\"⌏\",ultri:\"◸\",umacr:\"ū\",uml:\"\\xa8\",uogon:\"ų\",uopf:\"\\uD835\\uDD66\",uparrow:\"↑\",updownarrow:\"↕\",upharpoonleft:\"↿\",upharpoonright:\"↾\",uplus:\"⊎\",upsi:\"υ\",upsih:\"ϒ\",upsilon:\"υ\",upuparrows:\"⇈\",urcorn:\"⌝\",urcorner:\"⌝\",urcrop:\"⌎\",uring:\"ů\",urtri:\"◹\",uscr:\"\\uD835\\uDCCA\",utdot:\"⋰\",utilde:\"ũ\",utri:\"▵\",utrif:\"▴\",uuarr:\"⇈\",uuml:\"\\xfc\",uwangle:\"⦧\",vArr:\"⇕\",vBar:\"⫨\",vBarv:\"⫩\",vDash:\"⊨\",vangrt:\"⦜\",varepsilon:\"ϵ\",varkappa:\"ϰ\",varnothing:\"∅\",varphi:\"ϕ\",varpi:\"ϖ\",varpropto:\"∝\",varr:\"↕\",varrho:\"ϱ\",varsigma:\"ς\",varsubsetneq:\"⊊︀\",varsubsetneqq:\"⫋︀\",varsupsetneq:\"⊋︀\",varsupsetneqq:\"⫌︀\",vartheta:\"ϑ\",vartriangleleft:\"⊲\",vartriangleright:\"⊳\",vcy:\"в\",vdash:\"⊢\",vee:\"∨\",veebar:\"⊻\",veeeq:\"≚\",vellip:\"⋮\",verbar:\"|\",vert:\"|\",vfr:\"\\uD835\\uDD33\",vltri:\"⊲\",vnsub:\"⊂⃒\",vnsup:\"⊃⃒\",vopf:\"\\uD835\\uDD67\",vprop:\"∝\",vrtri:\"⊳\",vscr:\"\\uD835\\uDCCB\",vsubnE:\"⫋︀\",vsubne:\"⊊︀\",vsupnE:\"⫌︀\",vsupne:\"⊋︀\",vzigzag:\"⦚\",wcirc:\"ŵ\",wedbar:\"⩟\",wedge:\"∧\",wedgeq:\"≙\",weierp:\"℘\",wfr:\"\\uD835\\uDD34\",wopf:\"\\uD835\\uDD68\",wp:\"℘\",wr:\"≀\",wreath:\"≀\",wscr:\"\\uD835\\uDCCC\",xcap:\"⋂\",xcirc:\"◯\",xcup:\"⋃\",xdtri:\"▽\",xfr:\"\\uD835\\uDD35\",xhArr:\"⟺\",xharr:\"⟷\",xi:\"ξ\",xlArr:\"⟸\",xlarr:\"⟵\",xmap:\"⟼\",xnis:\"⋻\",xodot:\"⨀\",xopf:\"\\uD835\\uDD69\",xoplus:\"⨁\",xotime:\"⨂\",xrArr:\"⟹\",xrarr:\"⟶\",xscr:\"\\uD835\\uDCCD\",xsqcup:\"⨆\",xuplus:\"⨄\",xutri:\"△\",xvee:\"⋁\",xwedge:\"⋀\",yacute:\"\\xfd\",yacy:\"я\",ycirc:\"ŷ\",ycy:\"ы\",yen:\"\\xa5\",yfr:\"\\uD835\\uDD36\",yicy:\"ї\",yopf:\"\\uD835\\uDD6A\",yscr:\"\\uD835\\uDCCE\",yucy:\"ю\",yuml:\"\\xff\",zacute:\"ź\",zcaron:\"ž\",zcy:\"з\",zdot:\"ż\",zeetrf:\"ℨ\",zeta:\"ζ\",zfr:\"\\uD835\\uDD37\",zhcy:\"ж\",zigrarr:\"⇝\",zopf:\"\\uD835\\uDD6B\",zscr:\"\\uD835\\uDCCF\",zwj:\"‍\",zwnj:\"‌\"},Q={0:65533,128:8364,130:8218,131:402,132:8222,133:8230,134:8224,135:8225,136:710,137:8240,138:352,139:8249,140:338,142:381,145:8216,146:8217,147:8220,148:8221,149:8226,150:8211,151:8212,152:732,153:8482,154:353,155:8250,156:339,158:382,159:376};function X(e){return e.replace(/&(?:[a-zA-Z]+|#[xX][\\da-fA-F]+|#\\d+);/g,e=>{if(\"#\"===e.charAt(1)){let t=e.charAt(2),n=\"X\"===t||\"x\"===t?parseInt(e.slice(3),16):parseInt(e.slice(2),10);return J(n)}return Y[e.slice(1,-1)]||e})}function J(e){return e>=55296&&e<=57343||e>1114111?\"�\":(e in Q&&(e=Q[e]),String.fromCodePoint(e))}function Z(e,t){return e.startPos=e.tokenPos=e.index,e.startColumn=e.colPos=e.column,e.startLine=e.linePos=e.line,e.token=8192&g[e.currentChar]?ee(e,t):W(e,t,0),e.token}function ee(e,t){let n=e.currentChar,i=c(e),r=e.index;for(;i!==n;)e.index>=e.end&&a(e,14),i=c(e);return i!==n&&a(e,14),e.tokenValue=e.source.slice(r,e.index),c(e),512&t&&(e.tokenRaw=e.source.slice(e.tokenPos,e.index)),134283267}function et(e,t){if(e.startPos=e.tokenPos=e.index,e.startColumn=e.colPos=e.column,e.startLine=e.linePos=e.line,e.index>=e.end)return e.token=1048576;let n=K[e.source.charCodeAt(e.index)];switch(n){case 8456258:c(e),47===e.currentChar?(c(e),e.token=25):e.token=8456258;break;case 2162700:c(e),e.token=2162700;break;default:{let i=0;for(;e.index<e.end;){let r=g[e.source.charCodeAt(e.index)];if(1024&r?(i|=5,$(e)):2048&r?(p(e,i),i=-5&i|1):c(e),16384&g[e.currentChar])break}let a=e.source.slice(e.tokenPos,e.index);512&t&&(e.tokenRaw=a),e.tokenValue=X(a),e.token=138}}return e.token}function en(e){if((143360&e.token)==143360){let{index:t}=e,n=e.currentChar;for(;32770&g[n];)n=c(e);e.tokenValue+=e.source.slice(t,e.index)}return e.token=208897,e.token}function ei(e,t,n){(1&e.flags)!=0||(1048576&e.token)==1048576||n||a(e,28,F[255&e.token]),eo(e,t,1074790417)}function er(e,t,n,i){return t-n<13&&\"use strict\"===i&&((1048576&e.token)==1048576||1&e.flags)?1:0}function ea(e,t,n){return e.token!==n?0:(V(e,t),1)}function eo(e,t,n){return e.token===n&&(V(e,t),!0)}function es(e,t,n){e.token!==n&&a(e,23,F[255&n]),V(e,t)}function e_(e,t){switch(t.type){case\"ArrayExpression\":t.type=\"ArrayPattern\";let n=t.elements;for(let i=0,r=n.length;i<r;++i){let o=n[i];o&&e_(e,o)}return;case\"ObjectExpression\":t.type=\"ObjectPattern\";let s=t.properties;for(let _=0,l=s.length;_<l;++_)e_(e,s[_]);return;case\"AssignmentExpression\":t.type=\"AssignmentPattern\",\"=\"!==t.operator&&a(e,68),delete t.operator,e_(e,t.left);return;case\"Property\":e_(e,t.value);return;case\"SpreadElement\":t.type=\"RestElement\",e_(e,t.argument)}}function el(e,t,n,i,r){1024&t&&((36864&i)==36864&&a(e,114),r||(537079808&i)!=537079808||a(e,115)),(20480&i)==20480&&a(e,99),24&n&&241739===i&&a(e,97),4196352&t&&209008===i&&a(e,95),2098176&t&&241773===i&&a(e,94,\"yield\")}function ec(e,t,n){1024&t&&((36864&n)==36864&&a(e,114),(537079808&n)==537079808&&a(e,115),122===n&&a(e,92),121===n&&a(e,92)),(20480&n)==20480&&a(e,99),4196352&t&&209008===n&&a(e,95),2098176&t&&241773===n&&a(e,94,\"yield\")}function eu(e,t,n){return 209008===n&&(4196352&t&&a(e,95),e.destructible|=128),241773===n&&2097152&t&&a(e,94,\"yield\"),(20480&n)==20480||(36864&n)==36864||122==n}function ep(e){return!!e.property&&\"PrivateIdentifier\"===e.property.type}function e$(e,t,n,i){for(;t;){if(t[\"$\"+n])return i&&a(e,133),1;i&&t.loop&&(i=0),t=t.$}return 0}function ed(e,t,n){let i=t;for(;i;)i[\"$\"+n]&&a(e,132,n),i=i.$;t[\"$\"+n]=1}function e0(e,t,n,i,r,a){return 2&t&&(a.start=n,a.end=e.startPos,a.range=[n,e.startPos]),4&t&&(a.loc={start:{line:i,column:r},end:{line:e.startLine,column:e.startColumn}},e.sourceFile&&(a.loc.source=e.sourceFile)),a}function em(e){switch(e.type){case\"JSXIdentifier\":return e.name;case\"JSXNamespacedName\":return e.namespace+\":\"+e.name;case\"JSXMemberExpression\":return em(e.object)+\".\"+em(e.property)}}function eh(e,t,n){let i=ef(e3(),1024);return e6(e,t,i,n,1,0),i}function e7(e,t,...n){let{index:i,line:r,column:a}=e;return{type:t,params:n,index:i,line:r,column:a}}function e3(){return{parent:void 0,type:2}}function ef(e,t){return{parent:e,type:t,scopeError:void 0}}function e2(e,t,n,i,r,a){4&r?eg(e,t,n,i,r):e6(e,t,n,i,r,a),64&a&&e1(e,i)}function e6(e,t,n,i,r,o){let s=n[\"#\"+i];s&&(2&s)==0&&(1&r?n.scopeError=e7(e,140,i):256&t&&64&s&&2&o||a(e,140,i)),128&n.type&&n.parent[\"#\"+i]&&(2&n.parent[\"#\"+i])==0&&a(e,140,i),1024&n.type&&s&&(2&s)==0&&1&r&&(n.scopeError=e7(e,140,i)),64&n.type&&768&n.parent[\"#\"+i]&&a(e,153,i),n[\"#\"+i]=r}function eg(e,t,n,i,r){let o=n;for(;o&&(256&o.type)==0;){let s=o[\"#\"+i];248&s&&(256&t&&(1024&t)==0&&(128&r&&68&s||128&s&&68&r)||a(e,140,i)),o===n&&1&s&&1&r&&(o.scopeError=e7(e,140,i)),768&s&&((512&s)==0||(256&t)==0||1024&t)&&a(e,140,i),o[\"#\"+i]=r,o=o.parent}}function e1(e,t){void 0!==e.exportedNames&&\"\"!==t&&(e.exportedNames[\"#\"+t]&&a(e,141,t),e.exportedNames[\"#\"+t]=1)}function e4(e,t){void 0!==e.exportedBindings&&\"\"!==t&&(e.exportedBindings[\"#\"+t]=1)}function e5(e,t){return function(n,i,r,a,o){let s={type:n,value:i};2&e&&(s.start=r,s.end=a,s.range=[r,a]),4&e&&(s.loc=o),t.push(s)}}function ex(e,t){return function(n,i,r,a){let o={token:n};2&e&&(o.start=i,o.end=r,o.range=[i,r]),4&e&&(o.loc=a),t.push(o)}}function ev(e,t){return 2098176&e?(!(2048&e)||209008!==t)&&(!(2097152&e)||241773!==t)&&((143360&t)==143360||(12288&t)==12288):(143360&t)==143360||(12288&t)==12288||(36864&t)==36864}function eb(e,t,n,i){(537079808&n)==537079808&&(1024&t&&a(e,115),i&&(e.flags|=512)),ev(t,n)||a(e,0)}function ek(e,t,n,i){return{source:e,flags:0,index:0,line:1,column:0,startPos:0,end:e.length,tokenPos:0,startColumn:0,colPos:0,linePos:1,startLine:1,sourceFile:t,tokenValue:\"\",token:1048576,tokenRaw:\"\",tokenRegExp:void 0,currentChar:e.charCodeAt(0),exportedNames:[],exportedBindings:[],assignable:1,destructible:0,onComment:n,onToken:i,leadingDecorators:[]}}function eT(e,t,n){let i=\"\",r,o;null!=t&&(t.module&&(n|=3072),t.next&&(n|=1),t.loc&&(n|=4),t.ranges&&(n|=2),t.uniqueKeyInPattern&&(n|=-2147483648),t.lexical&&(n|=64),t.webcompat&&(n|=256),t.directives&&(n|=520),t.globalReturn&&(n|=32),t.raw&&(n|=512),t.preserveParens&&(n|=128),t.impliedStrict&&(n|=1024),t.jsx&&(n|=16),t.identifierPattern&&(n|=268435456),t.specDeviation&&(n|=536870912),t.source&&(i=t.source),null!=t.onComment&&(r=Array.isArray(t.onComment)?e5(n,t.onComment):t.onComment),null!=t.onToken&&(o=Array.isArray(t.onToken)?ex(n,t.onToken):t.onToken));let s=ek(e,i,r,o);1&n&&E(s);let _=64&n?e3():void 0,l=[],c=\"script\";if(2048&n){if(c=\"module\",l=ey(s,8192|n,_),_)for(let u in s.exportedBindings)\"#\"!==u[0]||_[u]||a(s,142,u.slice(1))}else l=eE(s,8192|n,_);let p={type:\"Program\",sourceType:c,body:l};return 2&n&&(p.start=0,p.end=e.length,p.range=[0,e.length]),4&n&&(p.loc={start:{line:1,column:0},end:{line:s.line,column:s.column}},s.sourceFile&&(p.loc.source=i)),p}function eE(e,t,n){V(e,1073774592|t);let i=[];for(;134283267===e.token;){let{index:r,tokenPos:a,tokenValue:o,linePos:s,colPos:_,token:l}=e,c=t8(e,t);er(e,r,a,o)&&(t|=1024),i.push(eL(e,t,c,l,a,s,_))}for(;1048576!==e.token;)i.push(eC(e,t,n,4,{}));return i}function ey(e,t,n){V(e,32768|t);let i=[];if(8&t)for(;134283267===e.token;){let{tokenPos:r,linePos:a,colPos:o,token:s}=e;i.push(eL(e,t,t8(e,t),s,r,a,o))}for(;1048576!==e.token;)i.push(eA(e,t,n));return i}function eA(e,t,n){e.leadingDecorators=nn(e,t);let i;switch(e.token){case 20566:i=ts(e,t,n);break;case 86108:i=tt(e,t,n);break;default:i=eC(e,t,n,4,{})}return e.leadingDecorators.length&&a(e,164),i}function eC(e,t,n,i,r){let o=e.tokenPos,s=e.linePos,_=e.colPos;switch(e.token){case 86106:return tP(e,t,n,i,1,0,0,o,s,_);case 133:case 86096:return ne(e,t,n,0,o,s,_);case 86092:return eQ(e,t,n,16,0,o,s,_);case 241739:return eY(e,t,n,i,o,s,_);case 20566:a(e,100,\"export\");case 86108:switch(V(e,t),e.token){case 67174411:return to(e,t,o,s,_);case 67108877:return ta(e,t,o,s,_);default:a(e,100,\"import\")}case 209007:return eO(e,t,n,i,r,1,o,s,_);default:return ew(e,t,n,i,r,1,o,s,_)}}function ew(e,t,n,i,r,o,s,_,l){switch(e.token){case 86090:return eX(e,t,n,0,s,_,l);case 20574:return eN(e,t,s,_,l);case 20571:return eM(e,t,n,r,s,_,l);case 20569:return eZ(e,t,n,r,s,_,l);case 20564:return eW(e,t,n,r,s,_,l);case 20580:return eH(e,t,n,r,s,_,l);case 86112:return eB(e,t,n,r,s,_,l);case 1074790417:return eI(e,t,s,_,l);case 2162700:return e8(e,t,n?ef(n,2):n,r,s,_,l);case 86114:return eR(e,t,s,_,l);case 20557:return ez(e,t,r,s,_,l);case 20561:return eU(e,t,r,s,_,l);case 20579:return eK(e,t,n,r,s,_,l);case 20581:return eq(e,t,n,r,s,_,l);case 20562:return eG(e,t,s,_,l);case 209007:return eO(e,t,n,i,r,0,s,_,l);case 20559:a(e,156);case 20568:a(e,157);case 86106:a(e,1024&t?73:(256&t)<1?75:74);case 86096:a(e,76);default:return eS(e,t,n,i,r,o,s,_,l)}}function eS(e,t,n,i,r,o,s,_,l){let{tokenValue:c,token:u}=e,p;return 241739===u?(p=tS(e,t,0),1024&t&&a(e,82),69271571===e.token&&a(e,81)):p=tx(e,t,2,0,1,0,0,1,e.tokenPos,e.linePos,e.colPos),143360&u&&21===e.token?eP(e,t,n,i,r,c,p,u,o,s,_,l):(p=tg(e,t,p,0,0,s,_,l),p=tu(e,t,0,0,s,_,l,p),18===e.token&&(p=tl(e,t,0,s,_,l,p)),eD(e,t,p,s,_,l))}function e8(e,t,n,i,r,a,o){let s=[];for(es(e,32768|t,2162700);1074790415!==e.token;)s.push(eC(e,t,n,2,{$:i}));return es(e,32768|t,1074790415),e0(e,t,r,a,o,{type:\"BlockStatement\",body:s})}function eN(e,t,n,i,r){(32&t)<1&&8192&t&&a(e,89),V(e,32768|t);let o=1&e.flags||1048576&e.token?null:tc(e,t,0,1,e.tokenPos,e.line,e.column);return ei(e,32768|t),e0(e,t,n,i,r,{type:\"ReturnStatement\",argument:o})}function eD(e,t,n,i,r,a){return ei(e,32768|t),e0(e,t,i,r,a,{type:\"ExpressionStatement\",expression:n})}function eP(e,t,n,i,r,a,o,s,_,l,c,u){el(e,t,0,s,1),ed(e,r,a),V(e,32768|t);let p=_&&(1024&t)<1&&256&t&&86106===e.token?tP(e,t,ef(n,2),i,0,0,0,e.tokenPos,e.linePos,e.colPos):ew(e,t,n,i,r,_,e.tokenPos,e.linePos,e.colPos);return e0(e,t,l,c,u,{type:\"LabeledStatement\",label:o,body:p})}function eO(e,t,n,i,r,o,s,_,l){let{token:c,tokenValue:u}=e,p=tS(e,t,0);if(21===e.token)return eP(e,t,n,i,r,u,p,c,1,s,_,l);let $=1&e.flags;if(!$){if(86106===e.token)return o||a(e,119),tP(e,t,n,i,1,0,1,s,_,l);if((143360&e.token)==143360)return p=t9(e,t,1,s,_,l),18===e.token&&(p=tl(e,t,0,s,_,l,p)),eD(e,t,p,s,_,l)}return 67174411===e.token?p=tJ(e,t,p,1,1,0,$,s,_,l):(10===e.token&&(eb(e,t,c,1),p=tG(e,t,e.tokenValue,p,0,1,0,s,_,l)),e.assignable=1),p=tg(e,t,p,0,0,s,_,l),18===e.token&&(p=tl(e,t,0,s,_,l,p)),p=tu(e,t,0,0,s,_,l,p),e.assignable=1,eD(e,t,p,s,_,l)}function eL(e,t,n,i,r,a,o){return 1074790417!==i&&(e.assignable=2,n=tg(e,t,n,0,0,r,a,o),1074790417!==e.token&&(n=tu(e,t,0,0,r,a,o,n),18===e.token&&(n=tl(e,t,0,r,a,o,n))),ei(e,32768|t)),8&t&&\"Literal\"===n.type&&\"string\"==typeof n.value?e0(e,t,r,a,o,{type:\"ExpressionStatement\",expression:n,directive:n.raw.slice(1,-1)}):e0(e,t,r,a,o,{type:\"ExpressionStatement\",expression:n})}function eI(e,t,n,i,r){return V(e,32768|t),e0(e,t,n,i,r,{type:\"EmptyStatement\"})}function eR(e,t,n,i,r){V(e,32768|t),1&e.flags&&a(e,87);let o=tc(e,t,0,1,e.tokenPos,e.linePos,e.colPos);return ei(e,32768|t),e0(e,t,n,i,r,{type:\"ThrowStatement\",argument:o})}function eM(e,t,n,i,r,a,o){V(e,t),es(e,32768|t,67174411),e.assignable=1;let s=tc(e,t,0,1,e.tokenPos,e.line,e.colPos);es(e,32768|t,16);let _=eF(e,t,n,i,e.tokenPos,e.linePos,e.colPos),l=null;return 20565===e.token&&(V(e,32768|t),l=eF(e,t,n,i,e.tokenPos,e.linePos,e.colPos)),e0(e,t,r,a,o,{type:\"IfStatement\",test:s,consequent:_,alternate:l})}function eF(e,t,n,i,r,a,o){return 1024&t||(256&t)<1||86106!==e.token?ew(e,t,n,0,{$:i},0,e.tokenPos,e.linePos,e.colPos):tP(e,t,ef(n,2),0,0,0,0,r,a,o)}function eB(e,t,n,i,r,o,s){V(e,t),es(e,32768|t,67174411);let _=tc(e,t,0,1,e.tokenPos,e.linePos,e.colPos);es(e,t,16),es(e,t,2162700);let l=[],c=0;for(n&&(n=ef(n,8));1074790415!==e.token;){let{tokenPos:u,linePos:p,colPos:$}=e,d=null,m=[];for(eo(e,32768|t,20558)?d=tc(e,t,0,1,e.tokenPos,e.linePos,e.colPos):(es(e,32768|t,20563),c&&a(e,86),c=1),es(e,32768|t,21);20558!==e.token&&1074790415!==e.token&&20563!==e.token;)m.push(eC(e,4096|t,n,2,{$:i}));l.push(e0(e,t,u,p,$,{type:\"SwitchCase\",test:d,consequent:m}))}return es(e,32768|t,1074790415),e0(e,t,r,o,s,{type:\"SwitchStatement\",discriminant:_,cases:l})}function eH(e,t,n,i,r,a,o){V(e,t),es(e,32768|t,67174411);let s=tc(e,t,0,1,e.tokenPos,e.linePos,e.colPos);es(e,32768|t,16);let _=ej(e,t,n,i);return e0(e,t,r,a,o,{type:\"WhileStatement\",test:s,body:_})}function ej(e,t,n,i){return ew(e,(134217728|t)^134217728|131072,n,0,{loop:1,$:i},0,e.tokenPos,e.linePos,e.colPos)}function eU(e,t,n,i,r,o){(131072&t)<1&&a(e,65),V(e,t);let s=null;if((1&e.flags)<1&&143360&e.token){let{tokenValue:_}=e;s=tS(e,32768|t,0),e$(e,n,_,1)||a(e,134,_)}return ei(e,32768|t),e0(e,t,i,r,o,{type:\"ContinueStatement\",label:s})}function ez(e,t,n,i,r,o){V(e,32768|t);let s=null;if((1&e.flags)<1&&143360&e.token){let{tokenValue:_}=e;s=tS(e,32768|t,0),e$(e,n,_,0)||a(e,134,_)}else(135168&t)<1&&a(e,66);return ei(e,32768|t),e0(e,t,i,r,o,{type:\"BreakStatement\",label:s})}function eq(e,t,n,i,r,o,s){V(e,t),1024&t&&a(e,88),es(e,32768|t,67174411);let _=tc(e,t,0,1,e.tokenPos,e.linePos,e.colPos);es(e,32768|t,16);let l=ew(e,t,n,2,i,0,e.tokenPos,e.linePos,e.colPos);return e0(e,t,r,o,s,{type:\"WithStatement\",object:_,body:l})}function eG(e,t,n,i,r){return V(e,32768|t),ei(e,32768|t),e0(e,t,n,i,r,{type:\"DebuggerStatement\"})}function eK(e,t,n,i,r,o,s){V(e,32768|t);let _=n?ef(n,32):void 0,l=e8(e,t,_,{$:i},e.tokenPos,e.linePos,e.colPos),{tokenPos:c,linePos:u,colPos:p}=e,$=eo(e,32768|t,20559)?eV(e,t,n,i,c,u,p):null,d=null;if(20568===e.token){V(e,32768|t);let m=_?ef(n,4):void 0;d=e8(e,t,m,{$:i},e.tokenPos,e.linePos,e.colPos)}return $||d||a(e,85),e0(e,t,r,o,s,{type:\"TryStatement\",block:l,handler:$,finalizer:d})}function eV(e,t,n,i,r,o,s){let _=null,l=n;eo(e,t,67174411)&&(n&&(n=ef(n,4)),_=n_(e,t,n,(2097152&e.token)==2097152?256:512,0,e.tokenPos,e.linePos,e.colPos),18===e.token?a(e,83):1077936157===e.token&&a(e,84),es(e,32768|t,16),n&&(l=ef(n,64)));let c=e8(e,t,l,{$:i},e.tokenPos,e.linePos,e.colPos);return e0(e,t,r,o,s,{type:\"CatchClause\",param:_,body:c})}function eW(e,t,n,i,r,a,o){V(e,32768|t);let s=ej(e,t,n,i);es(e,t,20580),es(e,32768|t,67174411);let _=tc(e,t,0,1,e.tokenPos,e.linePos,e.colPos);return es(e,32768|t,16),eo(e,t,1074790417),e0(e,t,r,a,o,{type:\"DoWhileStatement\",body:s,test:_})}function eY(e,t,n,i,r,o,s){let{token:_,tokenValue:l}=e,c=tS(e,t,0);if(2240512&e.token){let u=e9(e,t,n,8,0);return ei(e,32768|t),e0(e,t,r,o,s,{type:\"VariableDeclaration\",kind:\"let\",declarations:u})}if(e.assignable=1,1024&t&&a(e,82),21===e.token)return eP(e,t,n,i,{},l,c,_,0,r,o,s);if(10===e.token){let p;64&t&&(p=eh(e,t,l)),e.flags=(128|e.flags)^128,c=tV(e,t,p,[c],0,r,o,s)}else c=tg(e,t,c,0,0,r,o,s),c=tu(e,t,0,0,r,o,s,c);return 18===e.token&&(c=tl(e,t,0,r,o,s,c)),eD(e,t,c,r,o,s)}function eQ(e,t,n,i,r,a,o,s){V(e,t);let _=e9(e,t,n,i,r);return ei(e,32768|t),e0(e,t,a,o,s,{type:\"VariableDeclaration\",kind:8&i?\"let\":\"const\",declarations:_})}function eX(e,t,n,i,r,a,o){V(e,t);let s=e9(e,t,n,4,i);return ei(e,32768|t),e0(e,t,r,a,o,{type:\"VariableDeclaration\",kind:\"var\",declarations:s})}function e9(e,t,n,i,r){let o=1,s=[eJ(e,t,n,i,r)];for(;eo(e,t,18);)o++,s.push(eJ(e,t,n,i,r));return o>1&&32&r&&262144&e.token&&a(e,58,F[255&e.token]),s}function eJ(e,t,n,i,r){let{token:o,tokenPos:_,linePos:l,colPos:c}=e,u=null,p=n_(e,t,n,i,r,_,l,c);return 1077936157===e.token?(V(e,32768|t),u=t_(e,t,1,0,0,e.tokenPos,e.linePos,e.colPos),(32&r||(2097152&o)<1)&&(274549===e.token||8738868===e.token&&(2097152&o||(4&i)<1||1024&t))&&s(_,e.line,e.index-3,57,274549===e.token?\"of\":\"in\")):(16&i||(2097152&o)>0)&&(262144&e.token)!=262144&&a(e,56,16&i?\"const\":\"destructuring\"),e0(e,t,_,l,c,{type:\"VariableDeclarator\",id:p,init:u})}function eZ(e,t,n,i,r,o,s){V(e,t);let _=(4194304&t)>0&&eo(e,t,209008);es(e,32768|t,67174411),n&&(n=ef(n,1));let l=null,c=null,u=0,p=null,$=86090===e.token||241739===e.token||86092===e.token,d,{token:m,tokenPos:h,linePos:f,colPos:g}=e;if($?241739===m?(p=tS(e,t,0),2240512&e.token?(8738868===e.token?1024&t&&a(e,64):p=e0(e,t,h,f,g,{type:\"VariableDeclaration\",kind:\"let\",declarations:e9(e,134217728|t,n,8,32)}),e.assignable=1):1024&t?a(e,64):($=!1,e.assignable=1,p=tg(e,t,p,0,0,h,f,g),274549===e.token&&a(e,111))):(V(e,t),p=e0(e,t,h,f,g,86090===m?{type:\"VariableDeclaration\",kind:\"var\",declarations:e9(e,134217728|t,n,4,32)}:{type:\"VariableDeclaration\",kind:\"const\",declarations:e9(e,134217728|t,n,16,32)}),e.assignable=1):1074790417===m?_&&a(e,79):(2097152&m)==2097152?(p=2162700===m?tH(e,t,void 0,1,0,0,2,32,h,f,g):tI(e,t,void 0,1,0,0,2,32,h,f,g),u=e.destructible,256&t&&64&u&&a(e,60),e.assignable=16&u?2:1,p=tg(e,134217728|t,p,0,0,e.tokenPos,e.linePos,e.colPos)):p=t2(e,134217728|t,1,0,1,h,f,g),(262144&e.token)==262144){if(274549===e.token){2&e.assignable&&a(e,77,_?\"await\":\"of\"),e_(e,p),V(e,32768|t),d=t_(e,t,1,0,0,e.tokenPos,e.linePos,e.colPos),es(e,32768|t,16);let x=ej(e,t,n,i);return e0(e,t,r,o,s,{type:\"ForOfStatement\",left:p,right:d,body:x,await:_})}2&e.assignable&&a(e,77,\"in\"),e_(e,p),V(e,32768|t),_&&a(e,79),d=tc(e,t,0,1,e.tokenPos,e.linePos,e.colPos),es(e,32768|t,16);let v=ej(e,t,n,i);return e0(e,t,r,o,s,{type:\"ForInStatement\",body:v,left:p,right:d})}_&&a(e,79),$||(8&u&&1077936157!==e.token&&a(e,77,\"loop\"),p=tu(e,134217728|t,0,0,h,f,g,p)),18===e.token&&(p=tl(e,t,0,e.tokenPos,e.linePos,e.colPos,p)),es(e,32768|t,1074790417),1074790417!==e.token&&(l=tc(e,t,0,1,e.tokenPos,e.linePos,e.colPos)),es(e,32768|t,1074790417),16!==e.token&&(c=tc(e,t,0,1,e.tokenPos,e.linePos,e.colPos)),es(e,32768|t,16);let b=ej(e,t,n,i);return e0(e,t,r,o,s,{type:\"ForStatement\",init:p,test:l,update:c,body:b})}function te(e,t,n){return ev(t,e.token)||a(e,114),(537079808&e.token)==537079808&&a(e,115),n&&e6(e,t,n,e.tokenValue,8,0),tS(e,t,0)}function tt(e,t,n){let i=e.tokenPos,r=e.linePos,o=e.colPos;V(e,t);let s=null,{tokenPos:_,linePos:l,colPos:c}=e,u=[];if(134283267===e.token)s=t8(e,t);else{if(143360&e.token){let p=te(e,t,n);if(u=[e0(e,t,_,l,c,{type:\"ImportDefaultSpecifier\",local:p})],eo(e,t,18))switch(e.token){case 8457014:u.push(tn(e,t,n));break;case 2162700:tr(e,t,n,u);break;default:a(e,104)}}else switch(e.token){case 8457014:u=[tn(e,t,n)];break;case 2162700:tr(e,t,n,u);break;case 67174411:return to(e,t,i,r,o);case 67108877:return ta(e,t,i,r,o);default:a(e,28,F[255&e.token])}s=ti(e,t)}return ei(e,32768|t),e0(e,t,i,r,o,{type:\"ImportDeclaration\",specifiers:u,source:s})}function tn(e,t,n){let{tokenPos:i,linePos:r,colPos:a}=e;return V(e,t),es(e,t,77934),(134217728&e.token)==134217728&&s(i,e.line,e.index,28,F[255&e.token]),e0(e,t,i,r,a,{type:\"ImportNamespaceSpecifier\",local:te(e,t,n)})}function ti(e,t){return eo(e,t,12404),134283267!==e.token&&a(e,102,\"Import\"),t8(e,t)}function tr(e,t,n,i){for(V(e,t);143360&e.token;){let{token:r,tokenValue:o,tokenPos:s,linePos:_,colPos:l}=e,c=tS(e,t,0),u;eo(e,t,77934)?((134217728&e.token)==134217728||18===e.token?a(e,103):el(e,t,16,e.token,0),o=e.tokenValue,u=tS(e,t,0)):(el(e,t,16,r,0),u=c),n&&e6(e,t,n,o,8,0),i.push(e0(e,t,s,_,l,{type:\"ImportSpecifier\",local:u,imported:c})),1074790415!==e.token&&es(e,t,18)}return es(e,t,1074790415),i}function ta(e,t,n,i,r){let a=tb(e,t,e0(e,t,n,i,r,{type:\"Identifier\",name:\"import\"}),n,i,r);return a=tg(e,t,a,0,0,n,i,r),a=tu(e,t,0,0,n,i,r,a),eD(e,t,a,n,i,r)}function to(e,t,n,i,r){let a=tk(e,t,0,n,i,r);return a=tg(e,t,a,0,0,n,i,r),eD(e,t,a,n,i,r)}function ts(e,t,n){let i=e.tokenPos,r=e.linePos,o=e.colPos;V(e,32768|t);let s=[],_=null,l=null,c;if(eo(e,32768|t,20563)){switch(e.token){case 86106:_=tP(e,t,n,4,1,1,0,e.tokenPos,e.linePos,e.colPos);break;case 133:case 86096:_=ne(e,t,n,1,e.tokenPos,e.linePos,e.colPos);break;case 209007:let{tokenPos:u,linePos:p,colPos:$}=e;_=tS(e,t,0);let{flags:d}=e;(1&d)<1&&(86106===e.token?_=tP(e,t,n,4,1,1,1,u,p,$):67174411===e.token?(_=tJ(e,t,_,1,1,0,d,u,p,$),_=tg(e,t,_,0,0,u,p,$),_=tu(e,t,0,0,u,p,$,_)):143360&e.token&&(n&&(n=eh(e,t,e.tokenValue)),_=tS(e,t,0),_=tV(e,t,n,[_],1,u,p,$)));break;default:_=t_(e,t,1,0,0,e.tokenPos,e.linePos,e.colPos),ei(e,32768|t)}return n&&e1(e,\"default\"),e0(e,t,i,r,o,{type:\"ExportDefaultDeclaration\",declaration:_})}switch(e.token){case 8457014:{V(e,t);let m=null,h=eo(e,t,77934);return h&&(n&&e1(e,e.tokenValue),m=tS(e,t,0)),es(e,t,12404),134283267!==e.token&&a(e,102,\"Export\"),l=t8(e,t),ei(e,32768|t),e0(e,t,i,r,o,{type:\"ExportAllDeclaration\",source:l,exported:m})}case 2162700:{V(e,t);let f=[],g=[];for(;143360&e.token;){let{tokenPos:x,tokenValue:v,linePos:b,colPos:k}=e,T=tS(e,t,0),E;77934===e.token?(V(e,t),(134217728&e.token)==134217728&&a(e,103),n&&(f.push(e.tokenValue),g.push(v)),E=tS(e,t,0)):(n&&(f.push(e.tokenValue),g.push(e.tokenValue)),E=T),s.push(e0(e,t,x,b,k,{type:\"ExportSpecifier\",local:T,exported:E})),1074790415!==e.token&&es(e,t,18)}if(es(e,t,1074790415),eo(e,t,12404))134283267!==e.token&&a(e,102,\"Export\"),l=t8(e,t);else if(n){let y=0,A=f.length;for(;y<A;y++)e1(e,f[y]);for(y=0,A=g.length;y<A;y++)e4(e,g[y])}ei(e,32768|t);break}case 86096:_=ne(e,t,n,2,e.tokenPos,e.linePos,e.colPos);break;case 86106:_=tP(e,t,n,4,1,2,0,e.tokenPos,e.linePos,e.colPos);break;case 241739:_=eQ(e,t,n,8,64,e.tokenPos,e.linePos,e.colPos);break;case 86092:_=eQ(e,t,n,16,64,e.tokenPos,e.linePos,e.colPos);break;case 86090:_=eX(e,t,n,64,e.tokenPos,e.linePos,e.colPos);break;case 209007:let{tokenPos:C,linePos:w,colPos:S}=e;if(V(e,t),(1&e.flags)<1&&86106===e.token){_=tP(e,t,n,4,1,2,1,C,w,S),n&&e1(e,c=_.id?_.id.name:\"\");break}default:a(e,28,F[255&e.token])}return e0(e,t,i,r,o,{type:\"ExportNamedDeclaration\",declaration:_,specifiers:s,source:l})}function t_(e,t,n,i,r,a,o,s){let _=tx(e,t,2,0,n,i,r,1,a,o,s);return _=tg(e,t,_,r,0,a,o,s),tu(e,t,r,0,a,o,s,_)}function tl(e,t,n,i,r,a,o){let s=[o];for(;eo(e,32768|t,18);)s.push(t_(e,t,1,0,n,e.tokenPos,e.linePos,e.colPos));return e0(e,t,i,r,a,{type:\"SequenceExpression\",expressions:s})}function tc(e,t,n,i,r,a,o){let s=t_(e,t,i,0,n,r,a,o);return 18===e.token?tl(e,t,n,r,a,o,s):s}function tu(e,t,n,i,r,o,s,_){let{token:l}=e;if((4194304&l)==4194304){2&e.assignable&&a(e,24),(i||1077936157!==l||\"ArrayExpression\"!==_.type)&&\"ObjectExpression\"!==_.type||e_(e,_),V(e,32768|t);let c=t_(e,t,1,1,n,e.tokenPos,e.linePos,e.colPos);return e.assignable=2,e0(e,t,r,o,s,i?{type:\"AssignmentPattern\",left:_,right:c}:{type:\"AssignmentExpression\",left:_,operator:F[255&l],right:c})}return(8454144&l)==8454144&&(_=td(e,t,n,r,o,s,4,l,_)),eo(e,32768|t,22)&&(_=t$(e,t,_,r,o,s)),_}function tp(e,t,n,i,r,a,o,s){let{token:_}=e;V(e,32768|t);let l=t_(e,t,1,1,n,e.tokenPos,e.linePos,e.colPos);return s=e0(e,t,r,a,o,i?{type:\"AssignmentPattern\",left:s,right:l}:{type:\"AssignmentExpression\",left:s,operator:F[255&_],right:l}),e.assignable=2,s}function t$(e,t,n,i,r,a){let o=t_(e,(134217728|t)^134217728,1,0,0,e.tokenPos,e.linePos,e.colPos);es(e,32768|t,21),e.assignable=1;let s=t_(e,t,1,0,0,e.tokenPos,e.linePos,e.colPos);return e.assignable=2,e0(e,t,i,r,a,{type:\"ConditionalExpression\",test:n,consequent:o,alternate:s})}function td(e,t,n,i,r,o,s,_,l){let c=8738868&-((134217728&t)>0),u,p;for(e.assignable=2;8454144&e.token&&(p=3840&(u=e.token),(524288&u&&268435456&_||524288&_&&268435456&u)&&a(e,159),!(p+((8457273===u)<<8)-((c===u)<<12)<=s));)V(e,32768|t),l=e0(e,t,i,r,o,{type:524288&u||268435456&u?\"LogicalExpression\":\"BinaryExpression\",left:l,right:td(e,t,n,e.tokenPos,e.linePos,e.colPos,p,u,t2(e,t,0,n,1,e.tokenPos,e.linePos,e.colPos)),operator:F[255&u]});return 1077936157===e.token&&a(e,24),l}function t0(e,t,n,i,r,o,s){n||a(e,0);let _=e.token;V(e,32768|t);let l=t2(e,t,0,s,1,e.tokenPos,e.linePos,e.colPos);return 8457273===e.token&&a(e,31),1024&t&&16863278===_&&(\"Identifier\"===l.type?a(e,117):ep(l)&&a(e,123)),e.assignable=2,e0(e,t,i,r,o,{type:\"UnaryExpression\",operator:F[255&_],argument:l,prefix:!0})}function tm(e,t,n,i,r,o,s,_,l,c){let{token:u}=e,p=tS(e,t,o),{flags:$}=e;if((1&$)<1){if(86106===e.token)return tO(e,t,1,n,_,l,c);if((143360&e.token)==143360)return i||a(e,0),t9(e,t,r,_,l,c)}return s||67174411!==e.token?10===e.token?(eb(e,t,u,1),s&&a(e,48),tG(e,t,e.tokenValue,p,s,r,0,_,l,c)):p:tJ(e,t,p,r,1,0,$,_,l,c)}function th(e,t,n,i,r,o,s){if(n&&(e.destructible|=256),2097152&t){V(e,32768|t),8388608&t&&a(e,30),i||a(e,24),22===e.token&&a(e,120);let _=null,l=!1;return(1&e.flags)<1&&(l=eo(e,32768|t,8457014),(77824&e.token||l)&&(_=t_(e,t,1,0,0,e.tokenPos,e.linePos,e.colPos))),e.assignable=2,e0(e,t,r,o,s,{type:\"YieldExpression\",argument:_,delegate:l})}return 1024&t&&a(e,94,\"yield\"),tq(e,t,r,o,s)}function t7(e,t,n,i,r,o,_){if(i&&(e.destructible|=128),4194304&t||2048&t&&8192&t){n&&a(e,0),8388608&t&&s(e.index,e.line,e.index,29),V(e,32768|t);let l=t2(e,t,0,0,1,e.tokenPos,e.linePos,e.colPos);return 8457273===e.token&&a(e,31),e.assignable=2,e0(e,t,r,o,_,{type:\"AwaitExpression\",argument:l})}return 2048&t&&a(e,95),tq(e,t,r,o,_)}function t3(e,t,n,i,r,_){let{tokenPos:l,linePos:c,colPos:u}=e;es(e,32768|t,2162700);let p=[],$=t;if(1074790415!==e.token){for(;134283267===e.token;){let{index:d,tokenPos:m,tokenValue:h,token:f}=e,g=t8(e,t);er(e,d,m,h)&&(t|=1024,128&e.flags&&s(e.index,e.line,e.tokenPos,63),64&e.flags&&s(e.index,e.line,e.tokenPos,8)),p.push(eL(e,t,g,f,m,e.linePos,e.colPos))}1024&t&&(r&&((537079808&r)==537079808&&a(e,115),(36864&r)==36864&&a(e,38)),512&e.flags&&a(e,115),256&e.flags&&a(e,114)),64&t&&n&&void 0!==_&&(1024&$)<1&&(8192&t)<1&&o(_)}for(e.flags=(832|e.flags)^832,e.destructible=(256|e.destructible)^256;1074790415!==e.token;)p.push(eC(e,t,n,4,{}));return es(e,24&i?32768|t:t,1074790415),e.flags&=-193,1077936157===e.token&&a(e,24),e0(e,t,l,c,u,{type:\"BlockStatement\",body:p})}function tf(e,t,n,i,r){switch(V(e,t),e.token){case 67108991:a(e,161);case 67174411:(524288&t)<1&&a(e,26),16384&t&&a(e,143),e.assignable=2;break;case 69271571:case 67108877:(262144&t)<1&&a(e,27),16384&t&&a(e,143),e.assignable=1;break;default:a(e,28,\"super\")}return e0(e,t,n,i,r,{type:\"Super\"})}function t2(e,t,n,i,r,a,o,s){let _=tx(e,t,2,0,n,0,i,r,a,o,s);return tg(e,t,_,i,0,a,o,s)}function t6(e,t,n,i,r,o){2&e.assignable&&a(e,52);let{token:s}=e;return V(e,t),e.assignable=2,e0(e,t,i,r,o,{type:\"UpdateExpression\",argument:n,operator:F[255&s],prefix:!1})}function tg(e,t,n,i,r,o,s,_){if((33619968&e.token)==33619968&&(1&e.flags)<1)n=t6(e,t,n,o,s,_);else if((67108864&e.token)==67108864){switch(t=(134225920|t)^134225920,e.token){case 67108877:{V(e,1073741824|t),e.assignable=1;let l=t4(e,t);n=e0(e,t,o,s,_,{type:\"MemberExpression\",object:n,computed:!1,property:l});break}case 69271571:{let c=!1;(2048&e.flags)==2048&&(c=!0,e.flags=(2048|e.flags)^2048),V(e,32768|t);let{tokenPos:u,linePos:p,colPos:$}=e,d=tc(e,t,i,1,u,p,$);es(e,t,20),e.assignable=1,n=e0(e,t,o,s,_,{type:\"MemberExpression\",object:n,computed:!0,property:d}),c&&(e.flags|=2048);break}case 67174411:{if((1024&e.flags)==1024)return e.flags=(1024|e.flags)^1024,n;let m=!1;(2048&e.flags)==2048&&(m=!0,e.flags=(2048|e.flags)^2048);let h=tw(e,t,i);e.assignable=2,n=e0(e,t,o,s,_,{type:\"CallExpression\",callee:n,arguments:h}),m&&(e.flags|=2048);break}case 67108991:V(e,t),e.flags|=2048,e.assignable=2,n=t1(e,t,n,o,s,_);break;default:(2048&e.flags)==2048&&a(e,160),e.assignable=2,n=e0(e,t,o,s,_,{type:\"TaggedTemplateExpression\",tag:n,quasi:67174408===e.token?ty(e,65536|t):tE(e,t,e.tokenPos,e.linePos,e.colPos)})}n=tg(e,t,n,0,1,o,s,_)}return 0===r&&(2048&e.flags)==2048&&(e.flags=(2048|e.flags)^2048,n=e0(e,t,o,s,_,{type:\"ChainExpression\",expression:n})),n}function t1(e,t,n,i,r,o){let s=!1,_;if((69271571===e.token||67174411===e.token)&&(2048&e.flags)==2048&&(s=!0,e.flags=(2048|e.flags)^2048),69271571===e.token){V(e,32768|t);let{tokenPos:l,linePos:c,colPos:u}=e,p=tc(e,t,0,1,l,c,u);es(e,t,20),e.assignable=2,_=e0(e,t,i,r,o,{type:\"MemberExpression\",object:n,computed:!0,optional:!0,property:p})}else if(67174411===e.token){let $=tw(e,t,0);e.assignable=2,_=e0(e,t,i,r,o,{type:\"CallExpression\",callee:n,arguments:$,optional:!0})}else{(143360&e.token)<1&&a(e,154);let d=tS(e,t,0);e.assignable=2,_=e0(e,t,i,r,o,{type:\"MemberExpression\",object:n,computed:!1,optional:!0,property:d})}return s&&(e.flags|=2048),_}function t4(e,t){return(143360&e.token)<1&&131!==e.token&&a(e,154),1&t&&131===e.token?no(e,t,e.tokenPos,e.linePos,e.colPos):tS(e,t,0)}function t5(e,t,n,i,r,o,s){n&&a(e,53),i||a(e,0);let{token:_}=e;V(e,32768|t);let l=t2(e,t,0,0,1,e.tokenPos,e.linePos,e.colPos);return 2&e.assignable&&a(e,52),e.assignable=2,e0(e,t,r,o,s,{type:\"UpdateExpression\",argument:l,operator:F[255&_],prefix:!0})}function tx(e,t,n,i,r,o,s,_,l,c,u){if((143360&e.token)==143360){switch(e.token){case 209008:return t7(e,t,i,s,l,c,u);case 241773:return th(e,t,s,r,l,c,u);case 209007:return tm(e,t,s,_,r,o,i,l,c,u)}let{token:p,tokenValue:$}=e,d=tS(e,65536|t,o);return 10===e.token?(_||a(e,0),eb(e,t,p,1),tG(e,t,$,d,i,r,0,l,c,u)):(16384&t&&537079928===p&&a(e,126),241739===p&&(1024&t&&a(e,109),24&n&&a(e,97)),e.assignable=1024&t&&(537079808&p)==537079808?2:1,d)}if((134217728&e.token)==134217728)return t8(e,t);switch(e.token){case 33619995:case 33619996:return t5(e,t,i,_,l,c,u);case 16863278:case 16842800:case 16842801:case 25233970:case 25233971:case 16863277:case 16863279:return t0(e,t,_,l,c,u,s);case 86106:return tO(e,t,0,s,l,c,u);case 2162700:return tB(e,t,r?0:1,s,l,c,u);case 69271571:return tL(e,t,r?0:1,s,l,c,u);case 67174411:return tz(e,t,r,1,0,l,c,u);case 86021:case 86022:case 86023:return tN(e,t,l,c,u);case 86113:return tD(e,t);case 65540:return tZ(e,t,l,c,u);case 133:case 86096:return nt(e,t,s,l,c,u);case 86111:return tf(e,t,l,c,u);case 67174409:return tE(e,t,l,c,u);case 67174408:return ty(e,t);case 86109:return tQ(e,t,s,l,c,u);case 134283389:return tT(e,t,l,c,u);case 131:return no(e,t,l,c,u);case 86108:return tv(e,t,i,s,l,c,u);case 8456258:if(16&t)return nc(e,t,1,l,c,u);default:if(ev(t,e.token))return tq(e,t,l,c,u);a(e,28,F[255&e.token])}}function tv(e,t,n,i,r,o,s){let _=tS(e,t,0);return 67108877===e.token?tb(e,t,_,r,o,s):(n&&a(e,137),_=tk(e,t,i,r,o,s),e.assignable=2,tg(e,t,_,i,0,r,o,s))}function tb(e,t,n,i,r,o){return(2048&t)==0&&a(e,163),V(e,t),143495!==e.token&&\"meta\"!==e.tokenValue&&a(e,28,F[255&e.token]),e.assignable=2,e0(e,t,i,r,o,{type:\"MetaProperty\",meta:n,property:tS(e,t,0)})}function tk(e,t,n,i,r,o){es(e,32768|t,67174411),14===e.token&&a(e,138);let s=t_(e,t,1,0,n,e.tokenPos,e.linePos,e.colPos);return es(e,t,16),e0(e,t,i,r,o,{type:\"ImportExpression\",source:s})}function tT(e,t,n,i,r){let{tokenRaw:a,tokenValue:o}=e;return V(e,t),e.assignable=2,e0(e,t,n,i,r,512&t?{type:\"Literal\",value:o,bigint:a.slice(0,-1),raw:a}:{type:\"Literal\",value:o,bigint:a.slice(0,-1)})}function tE(e,t,n,i,r){e.assignable=2;let{tokenValue:a,tokenRaw:o,tokenPos:s,linePos:_,colPos:l}=e;es(e,t,67174409);let c=[tA(e,t,a,o,s,_,l,!0)];return e0(e,t,n,i,r,{type:\"TemplateLiteral\",expressions:[],quasis:c})}function ty(e,t){t=(134217728|t)^134217728;let{tokenValue:n,tokenRaw:i,tokenPos:r,linePos:o,colPos:s}=e;es(e,32768|t,67174408);let _=[tA(e,t,n,i,r,o,s,!1)],l=[tc(e,t,0,1,e.tokenPos,e.linePos,e.colPos)];for(1074790415!==e.token&&a(e,80);67174409!==(e.token=I(e,t));){let{tokenValue:c,tokenRaw:u,tokenPos:p,linePos:$,colPos:d}=e;es(e,32768|t,67174408),_.push(tA(e,t,c,u,p,$,d,!1)),l.push(tc(e,t,0,1,e.tokenPos,e.linePos,e.colPos)),1074790415!==e.token&&a(e,80)}{let{tokenValue:m,tokenRaw:h,tokenPos:f,linePos:g,colPos:x}=e;es(e,t,67174409),_.push(tA(e,t,m,h,f,g,x,!0))}return e0(e,t,r,o,s,{type:\"TemplateLiteral\",expressions:l,quasis:_})}function tA(e,t,n,i,r,a,o,s){let _=e0(e,t,r,a,o,{type:\"TemplateElement\",value:{cooked:n,raw:i},tail:s}),l=s?1:2;return 2&t&&(_.start+=1,_.range[0]+=1,_.end-=l,_.range[1]-=l),4&t&&(_.loc.start.column+=1,_.loc.end.column-=l),_}function tC(e,t,n,i,r){es(e,32768|(t=(134217728|t)^134217728),14);let a=t_(e,t,1,0,0,e.tokenPos,e.linePos,e.colPos);return e.assignable=1,e0(e,t,n,i,r,{type:\"SpreadElement\",argument:a})}function tw(e,t,n){V(e,32768|t);let i=[];if(16===e.token)return V(e,t),i;for(;16!==e.token&&(14===e.token?i.push(tC(e,t,e.tokenPos,e.linePos,e.colPos)):i.push(t_(e,t,1,0,n,e.tokenPos,e.linePos,e.colPos)),18===e.token)&&(V(e,32768|t),16!==e.token););return es(e,t,16),i}function tS(e,t,n){let{tokenValue:i,tokenPos:r,linePos:a,colPos:o}=e;return V(e,t),e0(e,t,r,a,o,268435456&t?{type:\"Identifier\",name:i,pattern:1===n}:{type:\"Identifier\",name:i})}function t8(e,t){let{tokenValue:n,tokenRaw:i,tokenPos:r,linePos:a,colPos:o}=e;return 134283389===e.token?tT(e,t,r,a,o):(V(e,t),e.assignable=2,e0(e,t,r,a,o,512&t?{type:\"Literal\",value:n,raw:i}:{type:\"Literal\",value:n}))}function tN(e,t,n,i,r){let a=F[255&e.token],o=86023===e.token?null:\"true\"===a;return V(e,t),e.assignable=2,e0(e,t,n,i,r,512&t?{type:\"Literal\",value:o,raw:a}:{type:\"Literal\",value:o})}function tD(e,t){let{tokenPos:n,linePos:i,colPos:r}=e;return V(e,t),e.assignable=2,e0(e,t,n,i,r,{type:\"ThisExpression\"})}function tP(e,t,n,i,r,o,s,_,l,c){V(e,32768|t);let u=r?ea(e,t,8457014):0,p=null,$,d=n?e3():void 0;if(67174411===e.token)(1&o)<1&&a(e,37,\"Function\");else{let m=4&i&&((8192&t)<1||(2048&t)<1)?4:64;ec(e,t|(3072&t)<<11,e.token),n&&(4&m?eg(e,t,n,e.tokenValue,m):e6(e,t,n,e.tokenValue,m,i),d=ef(d,256),o&&2&o&&e1(e,e.tokenValue)),$=e.token,143360&e.token?p=tS(e,t,0):a(e,28,F[255&e.token])}t=(32243712|t)^32243712|67108864|2*s+u<<21|(u?0:1073741824),n&&(d=ef(d,512));let h=tW(e,8388608|t,d,0,1),f=t3(e,(143360|t)^143360,n?ef(d,128):d,8,$,n?d.scopeError:void 0);return e0(e,t,_,l,c,{type:\"FunctionDeclaration\",id:p,params:h,body:f,async:1===s,generator:1===u})}function tO(e,t,n,i,r,a,o){V(e,32768|t);let s=ea(e,t,8457014),_=2*n+s<<21,l=null,c,u=64&t?e3():void 0;(176128&e.token)>0&&(ec(e,(32243712|t)^32243712|_,e.token),u&&(u=ef(u,256)),c=e.token,l=tS(e,t,0)),t=(32243712|t)^32243712|67108864|_|(s?0:1073741824),u&&(u=ef(u,512));let p=tW(e,8388608|t,u,i,1),$=t3(e,-134377473&t,u?ef(u,128):u,0,c,void 0);return e.assignable=2,e0(e,t,r,a,o,{type:\"FunctionExpression\",id:l,params:p,body:$,async:1===n,generator:1===s})}function tL(e,t,n,i,r,o,s){let _=tI(e,t,void 0,n,i,0,2,0,r,o,s);return 256&t&&64&e.destructible&&a(e,60),8&e.destructible&&a(e,59),_}function tI(e,t,n,i,r,o,s,_,l,c,u){V(e,32768|t);let p=[],$=0;for(t=(134217728|t)^134217728;20!==e.token;)if(eo(e,32768|t,18))p.push(null);else{let d,{token:m,tokenPos:h,linePos:f,colPos:g,tokenValue:x}=e;if(143360&m){if(d=tx(e,t,s,0,1,0,r,1,h,f,g),1077936157===e.token){2&e.assignable&&a(e,24),V(e,32768|t),n&&e2(e,t,n,x,s,_);let v=t_(e,t,1,1,r,e.tokenPos,e.linePos,e.colPos);d=e0(e,t,h,f,g,o?{type:\"AssignmentPattern\",left:d,right:v}:{type:\"AssignmentExpression\",operator:\"=\",left:d,right:v}),$|=256&e.destructible?256:0|128&e.destructible?128:0}else 18===e.token||20===e.token?(2&e.assignable?$|=16:n&&e2(e,t,n,x,s,_),$|=256&e.destructible?256:0|128&e.destructible?128:0):($|=1&s?32:(2&s)<1?16:0,d=tg(e,t,d,r,0,h,f,g),18!==e.token&&20!==e.token?(1077936157!==e.token&&($|=16),d=tu(e,t,r,o,h,f,g,d)):1077936157!==e.token&&($|=2&e.assignable?16:32))}else 2097152&m?(d=2162700===e.token?tH(e,t,n,0,r,o,s,_,h,f,g):tI(e,t,n,0,r,o,s,_,h,f,g),$|=e.destructible,e.assignable=16&e.destructible?2:1,18===e.token||20===e.token?2&e.assignable&&($|=16):8&e.destructible?a(e,68):(d=tg(e,t,d,r,0,h,f,g),$=2&e.assignable?16:0,18!==e.token&&20!==e.token?d=tu(e,t,r,o,h,f,g,d):1077936157!==e.token&&($|=2&e.assignable?16:32))):14===m?(d=tM(e,t,n,20,s,_,0,r,o,h,f,g),$|=e.destructible,18!==e.token&&20!==e.token&&a(e,28,F[255&e.token])):(d=t2(e,t,1,0,1,h,f,g),18!==e.token&&20!==e.token?(d=tu(e,t,r,o,h,f,g,d),(3&s)<1&&67174411===m&&($|=16)):2&e.assignable?$|=16:67174411===m&&($|=1&e.assignable&&3&s?32:16));if(p.push(d),eo(e,32768|t,18)){if(20===e.token)break}else break}es(e,t,20);let b=e0(e,t,l,c,u,{type:o?\"ArrayPattern\":\"ArrayExpression\",elements:p});return!i&&4194304&e.token?tR(e,t,$,r,o,l,c,u,b):(e.destructible=$,b)}function tR(e,t,n,i,r,o,s,_,l){1077936157!==e.token&&a(e,24),V(e,32768|t),16&n&&a(e,24),r||e_(e,l);let{tokenPos:c,linePos:u,colPos:p}=e,$=t_(e,t,1,1,i,c,u,p);return e.destructible=(72|n)^72|(128&e.destructible?128:0)|(256&e.destructible?256:0),e0(e,t,o,s,_,r?{type:\"AssignmentPattern\",left:l,right:$}:{type:\"AssignmentExpression\",left:l,operator:\"=\",right:$})}function tM(e,t,n,i,r,o,s,_,l,c,u,p){V(e,32768|t);let $=null,d=0,{token:m,tokenValue:h,tokenPos:f,linePos:g,colPos:x}=e;if(143360&m)e.assignable=1,$=tx(e,t,r,0,1,0,_,1,f,g,x),m=e.token,$=tg(e,t,$,_,0,f,g,x),18!==e.token&&e.token!==i&&(2&e.assignable&&1077936157===e.token&&a(e,68),d|=16,$=tu(e,t,_,l,f,g,x,$)),2&e.assignable?d|=16:m===i||18===m?n&&e2(e,t,n,h,r,o):d|=32,d|=128&e.destructible?128:0;else if(m===i)a(e,39);else if(2097152&m)$=2162700===e.token?tH(e,t,n,1,_,l,r,o,f,g,x):tI(e,t,n,1,_,l,r,o,f,g,x),1077936157!==(m=e.token)&&m!==i&&18!==m?(8&e.destructible&&a(e,68),$=tg(e,t,$,_,0,f,g,x),d|=2&e.assignable?16:0,(4194304&e.token)==4194304?(1077936157!==e.token&&(d|=16),$=tu(e,t,_,l,f,g,x,$)):((8454144&e.token)==8454144&&($=td(e,t,1,f,g,x,4,m,$)),eo(e,32768|t,22)&&($=t$(e,t,$,f,g,x)),d|=2&e.assignable?16:32)):d|=1074790415===i&&1077936157!==m?16:e.destructible;else{d|=32,$=t2(e,t,1,_,1,e.tokenPos,e.linePos,e.colPos);let{token:v,tokenPos:b,linePos:k,colPos:T}=e;return 1077936157===v&&v!==i&&18!==v?(2&e.assignable&&a(e,24),$=tu(e,t,_,l,b,k,T,$),d|=16):(18===v?d|=16:v!==i&&($=tu(e,t,_,l,b,k,T,$)),d|=1&e.assignable?32:16),e.destructible=d,e.token!==i&&18!==e.token&&a(e,155),e0(e,t,c,u,p,{type:l?\"RestElement\":\"SpreadElement\",argument:$})}if(e.token!==i){if(1&r&&(d|=s?16:32),eo(e,32768|t,1077936157)){16&d&&a(e,24),e_(e,$);let E=t_(e,t,1,1,_,e.tokenPos,e.linePos,e.colPos);$=e0(e,t,f,g,x,l?{type:\"AssignmentPattern\",left:$,right:E}:{type:\"AssignmentExpression\",left:$,operator:\"=\",right:E}),d=16}else d|=16}return e.destructible=d,e0(e,t,c,u,p,{type:l?\"RestElement\":\"SpreadElement\",argument:$})}function tF(e,t,n,i,r,a,o){let s=(64&n)<1?31981568:14680064,_=(t=(t|s)^s|(88&n)<<18|100925440,ef(e3(),512)),l=tj(e,8388608|t,_,n,1,i);_&&(_=ef(_,128));let c=t3(e,-134230017&t,_,0,void 0,void 0);return e0(e,t,r,a,o,{type:\"FunctionExpression\",params:l,body:c,async:(16&n)>0,generator:(8&n)>0,id:null})}function tB(e,t,n,i,r,o,s){let _=tH(e,t,void 0,n,i,0,2,0,r,o,s);return 256&t&&64&e.destructible&&a(e,60),8&e.destructible&&a(e,59),_}function tH(e,t,n,i,r,o,_,l,c,u,p){V(e,t);let $=[],d=0,m=0;for(t=(134217728|t)^134217728;1074790415!==e.token;){let{token:h,tokenValue:f,linePos:g,colPos:x,tokenPos:v}=e;if(14===h)$.push(tM(e,t,n,1074790415,_,l,0,r,o,v,g,x));else{let b=0,k=null,T,E=e.token;if(143360&e.token||121===e.token){if(k=tS(e,t,0),18===e.token||1074790415===e.token||1077936157===e.token){if(b|=4,1024&t&&(537079808&h)==537079808?d|=16:el(e,t,_,h,0),n&&e2(e,t,n,f,_,l),eo(e,32768|t,1077936157)){d|=8;let y=t_(e,t,1,1,r,e.tokenPos,e.linePos,e.colPos);d|=256&e.destructible?256:0|128&e.destructible?128:0,T=e0(e,t,v,g,x,{type:\"AssignmentPattern\",left:-2147483648&t?Object.assign({},k):k,right:y})}else d|=(209008===h?128:0)|(121===h?16:0),T=-2147483648&t?Object.assign({},k):k}else if(eo(e,32768|t,21)){let{tokenPos:A,linePos:C,colPos:w}=e;if(\"__proto__\"===f&&m++,143360&e.token){let S=e.token,N=e.tokenValue;d|=121===E?16:0,T=tx(e,t,_,0,1,0,r,1,A,C,w);let{token:D}=e;T=tg(e,t,T,r,0,A,C,w),18===e.token||1074790415===e.token?1077936157===D||1074790415===D||18===D?(d|=128&e.destructible?128:0,2&e.assignable?d|=16:n&&(143360&S)==143360&&e2(e,t,n,N,_,l)):d|=1&e.assignable?32:16:(4194304&e.token)==4194304?(2&e.assignable?d|=16:1077936157!==D?d|=32:n&&e2(e,t,n,N,_,l),T=tu(e,t,r,o,A,C,w,T)):(d|=16,(8454144&e.token)==8454144&&(T=td(e,t,1,A,C,w,4,D,T)),eo(e,32768|t,22)&&(T=t$(e,t,T,A,C,w)))}else(2097152&e.token)==2097152?(T=69271571===e.token?tI(e,t,n,0,r,o,_,l,A,C,w):tH(e,t,n,0,r,o,_,l,A,C,w),d=e.destructible,e.assignable=16&d?2:1,18===e.token||1074790415===e.token?2&e.assignable&&(d|=16):8&e.destructible?a(e,68):(T=tg(e,t,T,r,0,A,C,w),d=2&e.assignable?16:0,(4194304&e.token)==4194304?T=tp(e,t,r,o,A,C,w,T):((8454144&e.token)==8454144&&(T=td(e,t,1,A,C,w,4,h,T)),eo(e,32768|t,22)&&(T=t$(e,t,T,A,C,w)),d|=2&e.assignable?16:32))):(T=t2(e,t,1,r,1,A,C,w),d|=1&e.assignable?32:16,18===e.token||1074790415===e.token?2&e.assignable&&(d|=16):(T=tg(e,t,T,r,0,A,C,w),d=2&e.assignable?16:0,18!==e.token&&1074790415!==h&&(1077936157!==e.token&&(d|=16),T=tu(e,t,r,o,A,C,w,T))))}else 69271571===e.token?(d|=16,209007===h&&(b|=16),b|=(12402===h?256:12403===h?512:1)|2,k=tU(e,t,r),d|=e.assignable,T=tF(e,t,b,r,e.tokenPos,e.linePos,e.colPos)):143360&e.token?(d|=16,121===h&&a(e,92),209007===h&&(1&e.flags&&a(e,128),b|=16),k=tS(e,t,0),b|=12402===h?256:12403===h?512:1,T=tF(e,t,b,r,e.tokenPos,e.linePos,e.colPos)):67174411===e.token?(d|=16,b|=1,T=tF(e,t,b,r,e.tokenPos,e.linePos,e.colPos)):8457014===e.token?(d|=16,12402===h||12403===h?a(e,40):143483===h&&a(e,92),V(e,t),b|=9|(209007===h?16:0),143360&e.token?k=tS(e,t,0):(134217728&e.token)==134217728?k=t8(e,t):69271571===e.token?(b|=2,k=tU(e,t,r),d|=e.assignable):a(e,28,F[255&e.token]),T=tF(e,t,b,r,e.tokenPos,e.linePos,e.colPos)):(134217728&e.token)==134217728?(209007===h&&(b|=16),b|=12402===h?256:12403===h?512:1,d|=16,k=t8(e,t),T=tF(e,t,b,r,e.tokenPos,e.linePos,e.colPos)):a(e,129)}else if((134217728&e.token)==134217728){if(k=t8(e,t),21===e.token){es(e,32768|t,21);let{tokenPos:P,linePos:O,colPos:L}=e;if(\"__proto__\"===f&&m++,143360&e.token){T=tx(e,t,_,0,1,0,r,1,P,O,L);let{token:I,tokenValue:R}=e;T=tg(e,t,T,r,0,P,O,L),18===e.token||1074790415===e.token?1077936157===I||1074790415===I||18===I?2&e.assignable?d|=16:n&&e2(e,t,n,R,_,l):d|=1&e.assignable?32:16:1077936157===e.token?(2&e.assignable&&(d|=16),T=tu(e,t,r,o,P,O,L,T)):(d|=16,T=tu(e,t,r,o,P,O,L,T))}else(2097152&e.token)==2097152?(T=69271571===e.token?tI(e,t,n,0,r,o,_,l,P,O,L):tH(e,t,n,0,r,o,_,l,P,O,L),d=e.destructible,e.assignable=16&d?2:1,18===e.token||1074790415===e.token?2&e.assignable&&(d|=16):(8&e.destructible)!=8&&(T=tg(e,t,T,r,0,P,O,L),d=2&e.assignable?16:0,(4194304&e.token)==4194304?T=tp(e,t,r,o,P,O,L,T):((8454144&e.token)==8454144&&(T=td(e,t,1,P,O,L,4,h,T)),eo(e,32768|t,22)&&(T=t$(e,t,T,P,O,L)),d|=2&e.assignable?16:32))):(T=t2(e,t,1,0,1,P,O,L),d|=1&e.assignable?32:16,18===e.token||1074790415===e.token?2&e.assignable&&(d|=16):(T=tg(e,t,T,r,0,P,O,L),d=1&e.assignable?0:16,18!==e.token&&1074790415!==e.token&&(1077936157!==e.token&&(d|=16),T=tu(e,t,r,o,P,O,L,T))))}else 67174411===e.token?(b|=1,T=tF(e,t,b,r,e.tokenPos,e.linePos,e.colPos),d=16|e.assignable):a(e,130)}else if(69271571===e.token){if(k=tU(e,t,r),d|=256&e.destructible?256:0,b|=2,21===e.token){V(e,32768|t);let{tokenPos:M,linePos:B,colPos:H,tokenValue:j,token:U}=e;if(143360&e.token){T=tx(e,t,_,0,1,0,r,1,M,B,H);let{token:z}=e;T=tg(e,t,T,r,0,M,B,H),(4194304&e.token)==4194304?(d|=2&e.assignable?16:1077936157===z?0:32,T=tp(e,t,r,o,M,B,H,T)):18===e.token||1074790415===e.token?1077936157===z||1074790415===z||18===z?2&e.assignable?d|=16:n&&(143360&U)==143360&&e2(e,t,n,j,_,l):d|=1&e.assignable?32:16:(d|=16,T=tu(e,t,r,o,M,B,H,T))}else(2097152&e.token)==2097152?(T=69271571===e.token?tI(e,t,n,0,r,o,_,l,M,B,H):tH(e,t,n,0,r,o,_,l,M,B,H),d=e.destructible,e.assignable=16&d?2:1,18===e.token||1074790415===e.token?2&e.assignable&&(d|=16):8&d?a(e,59):(T=tg(e,t,T,r,0,M,B,H),d=2&e.assignable?16|d:0,(4194304&e.token)==4194304?(1077936157!==e.token&&(d|=16),T=tp(e,t,r,o,M,B,H,T)):((8454144&e.token)==8454144&&(T=td(e,t,1,M,B,H,4,h,T)),eo(e,32768|t,22)&&(T=t$(e,t,T,M,B,H)),d|=2&e.assignable?16:32))):(T=t2(e,t,1,0,1,M,B,H),d|=1&e.assignable?32:16,18===e.token||1074790415===e.token?2&e.assignable&&(d|=16):(T=tg(e,t,T,r,0,M,B,H),d=1&e.assignable?0:16,18!==e.token&&1074790415!==e.token&&(1077936157!==e.token&&(d|=16),T=tu(e,t,r,o,M,B,H,T))))}else 67174411===e.token?(b|=1,T=tF(e,t,b,r,e.tokenPos,g,x),d=16):a(e,41)}else if(8457014===h){if(es(e,32768|t,8457014),b|=8,143360&e.token){let{token:q,line:G,index:K}=e;k=tS(e,t,0),b|=1,67174411===e.token?(d|=16,T=tF(e,t,b,r,e.tokenPos,e.linePos,e.colPos)):s(K,G,K,209007===q?43:12402===q||12403===e.token?42:44,F[255&q])}else(134217728&e.token)==134217728?(d|=16,k=t8(e,t),b|=1,T=tF(e,t,b,r,v,g,x)):69271571===e.token?(d|=16,b|=3,k=tU(e,t,r),T=tF(e,t,b,r,e.tokenPos,e.linePos,e.colPos)):a(e,122)}else a(e,28,F[255&h]);d|=128&e.destructible?128:0,e.destructible=d,$.push(e0(e,t,v,g,x,{type:\"Property\",key:k,value:T,kind:768&b?512&b?\"set\":\"get\":\"init\",computed:(2&b)>0,method:(1&b)>0,shorthand:(4&b)>0}))}if(d|=e.destructible,18!==e.token)break;V(e,t)}es(e,t,1074790415),m>1&&(d|=64);let W=e0(e,t,c,u,p,{type:o?\"ObjectPattern\":\"ObjectExpression\",properties:$});return!i&&4194304&e.token?tR(e,t,d,r,o,c,u,p,W):(e.destructible=d,W)}function tj(e,t,n,i,r,s){es(e,t,67174411);let _=[];if(e.flags=(128|e.flags)^128,16===e.token)return 512&i&&a(e,35,\"Setter\",\"one\",\"\"),V(e,t),_;256&i&&a(e,35,\"Getter\",\"no\",\"s\"),512&i&&14===e.token&&a(e,36),t=(134217728|t)^134217728;let l=0,c=0;for(;18!==e.token;){let u=null,{tokenPos:p,linePos:$,colPos:d}=e;if(143360&e.token?((1024&t)<1&&((36864&e.token)==36864&&(e.flags|=256),(537079808&e.token)==537079808&&(e.flags|=512)),u=nl(e,t,n,1|i,0,p,$,d)):(2162700===e.token?u=tH(e,t,n,1,s,1,r,0,p,$,d):69271571===e.token?u=tI(e,t,n,1,s,1,r,0,p,$,d):14===e.token&&(u=tM(e,t,n,16,r,0,0,s,1,p,$,d)),c=1,48&e.destructible&&a(e,47)),1077936157===e.token){V(e,32768|t),c=1;let m=t_(e,t,1,1,0,e.tokenPos,e.linePos,e.colPos);u=e0(e,t,p,$,d,{type:\"AssignmentPattern\",left:u,right:m})}if(l++,_.push(u),!eo(e,t,18)||16===e.token)break}return 512&i&&1!==l&&a(e,35,\"Setter\",\"one\",\"\"),n&&void 0!==n.scopeError&&o(n.scopeError),c&&(e.flags|=128),es(e,t,16),_}function tU(e,t,n){V(e,32768|t);let i=t_(e,(134217728|t)^134217728,1,0,n,e.tokenPos,e.linePos,e.colPos);return es(e,t,20),i}function tz(e,t,n,i,r,o,s,_){e.flags=(128|e.flags)^128;let{tokenPos:l,linePos:c,colPos:u}=e;V(e,1073774592|t);let p=64&t?ef(e3(),1024):void 0;if(eo(e,t=(134217728|t)^134217728,16))return tK(e,t,p,[],n,0,o,s,_);let $=0;e.destructible&=-385;let d,m=[],h=0,f=0,{tokenPos:g,linePos:x,colPos:v}=e;for(e.assignable=1;16!==e.token;){let{token:b,tokenPos:k,linePos:T,colPos:E}=e;if(143360&b)p&&e6(e,t,p,e.tokenValue,1,0),d=tx(e,t,i,0,1,0,1,1,k,T,E),16===e.token||18===e.token?2&e.assignable?($|=16,f=1):((537079808&b)==537079808||(36864&b)==36864)&&(f=1):(1077936157===e.token?f=1:$|=16,d=tg(e,t,d,1,0,k,T,E),16!==e.token&&18!==e.token&&(d=tu(e,t,1,0,k,T,E,d)));else if((2097152&b)==2097152)d=2162700===b?tH(e,1073741824|t,p,0,1,0,i,r,k,T,E):tI(e,1073741824|t,p,0,1,0,i,r,k,T,E),$|=e.destructible,f=1,e.assignable=2,16!==e.token&&18!==e.token&&(8&$&&a(e,118),d=tg(e,t,d,0,0,k,T,E),$|=16,16!==e.token&&18!==e.token&&(d=tu(e,t,0,0,k,T,E,d)));else if(14===b){d=tM(e,t,p,16,i,r,0,1,0,k,T,E),16&e.destructible&&a(e,71),f=1,h&&(16===e.token||18===e.token)&&m.push(d),$|=8;break}else{if($|=16,d=t_(e,t,1,0,1,k,T,E),h&&(16===e.token||18===e.token)&&m.push(d),18!==e.token||h||(h=1,m=[d]),h){for(;eo(e,32768|t,18);)m.push(t_(e,t,1,0,1,e.tokenPos,e.linePos,e.colPos));e.assignable=2,d=e0(e,t,g,x,v,{type:\"SequenceExpression\",expressions:m})}return es(e,t,16),e.destructible=$,d}if(h&&(16===e.token||18===e.token)&&m.push(d),!eo(e,32768|t,18))break;if(h||(h=1,m=[d]),16===e.token){$|=8;break}}return(h&&(e.assignable=2,d=e0(e,t,g,x,v,{type:\"SequenceExpression\",expressions:m})),es(e,t,16),16&$&&8&$&&a(e,145),$|=256&e.destructible?256:0|128&e.destructible?128:0,10===e.token)?(48&$&&a(e,46),4196352&t&&128&$&&a(e,29),2098176&t&&256&$&&a(e,30),f&&(e.flags|=128),tK(e,t,p,h?m:[d],n,0,o,s,_)):(8&$&&a(e,139),e.destructible=(256|e.destructible)^256|$,128&t?e0(e,t,l,c,u,{type:\"ParenthesizedExpression\",expression:d}):d)}function tq(e,t,n,i,r){let{tokenValue:a}=e,o=tS(e,t,0);if(e.assignable=1,10===e.token){let s;return 64&t&&(s=eh(e,t,a)),e.flags=(128|e.flags)^128,tV(e,t,s,[o],0,n,i,r)}return o}function tG(e,t,n,i,r,o,s,_,l,c){o||a(e,54),r&&a(e,48),e.flags&=-129;let u=64&t?eh(e,t,n):void 0;return tV(e,t,u,[i],s,_,l,c)}function tK(e,t,n,i,r,o,s,_,l){r||a(e,54);for(let c=0;c<i.length;++c)e_(e,i[c]);return tV(e,t,n,i,o,s,_,l)}function tV(e,t,n,i,r,s,_,l){1&e.flags&&a(e,45),es(e,32768|t,10),t=(15728640|t)^15728640|r<<22;let c=2162700!==e.token,u;if(n&&void 0!==n.scopeError&&o(n.scopeError),c)u=t_(e,t,1,0,0,e.tokenPos,e.linePos,e.colPos);else{switch(n&&(n=ef(n,128)),u=t3(e,(134246400|t)^134246400,n,16,void 0,void 0),e.token){case 69271571:(1&e.flags)<1&&a(e,112);break;case 67108877:case 67174409:case 22:a(e,113);case 67174411:(1&e.flags)<1&&a(e,112),e.flags|=1024}(8454144&e.token)==8454144&&(1&e.flags)<1&&a(e,28,F[255&e.token]),(33619968&e.token)==33619968&&a(e,121)}return e.assignable=2,e0(e,t,s,_,l,{type:\"ArrowFunctionExpression\",params:i,body:u,async:1===r,expression:c})}function tW(e,t,n,i,r){es(e,t,67174411),e.flags=(128|e.flags)^128;let s=[];if(eo(e,t,16))return s;t=(134217728|t)^134217728;let _=0;for(;18!==e.token;){let l,{tokenPos:c,linePos:u,colPos:p}=e;if(143360&e.token?((1024&t)<1&&((36864&e.token)==36864&&(e.flags|=256),(537079808&e.token)==537079808&&(e.flags|=512)),l=nl(e,t,n,1|r,0,c,u,p)):(2162700===e.token?l=tH(e,t,n,1,i,1,r,0,c,u,p):69271571===e.token?l=tI(e,t,n,1,i,1,r,0,c,u,p):14===e.token?l=tM(e,t,n,16,r,0,0,i,1,c,u,p):a(e,28,F[255&e.token]),_=1,48&e.destructible&&a(e,47)),1077936157===e.token){V(e,32768|t),_=1;let $=t_(e,t,1,1,i,e.tokenPos,e.linePos,e.colPos);l=e0(e,t,c,u,p,{type:\"AssignmentPattern\",left:l,right:$})}if(s.push(l),!eo(e,t,18)||16===e.token)break}return _&&(e.flags|=128),n&&(_||1024&t)&&void 0!==n.scopeError&&o(n.scopeError),es(e,t,16),s}function tY(e,t,n,i,r,a,o){let{token:s}=e;if(67108864&s){if(67108877===s){V(e,1073741824|t),e.assignable=1;let _=t4(e,t);return tY(e,t,e0(e,t,r,a,o,{type:\"MemberExpression\",object:n,computed:!1,property:_}),0,r,a,o)}if(69271571===s){V(e,32768|t);let{tokenPos:l,linePos:c,colPos:u}=e,p=tc(e,t,i,1,l,c,u);return es(e,t,20),e.assignable=1,tY(e,t,e0(e,t,r,a,o,{type:\"MemberExpression\",object:n,computed:!0,property:p}),0,r,a,o)}if(67174408===s||67174409===s)return e.assignable=2,tY(e,t,e0(e,t,r,a,o,{type:\"TaggedTemplateExpression\",tag:n,quasi:67174408===e.token?ty(e,65536|t):tE(e,t,e.tokenPos,e.linePos,e.colPos)}),0,r,a,o)}return n}function tQ(e,t,n,i,r,o){let s=tS(e,32768|t,0),{tokenPos:_,linePos:l,colPos:c}=e;if(eo(e,t,67108877)){if(67108864&t&&143494===e.token)return e.assignable=2,tX(e,t,s,i,r,o);a(e,91)}e.assignable=2,(16842752&e.token)==16842752&&a(e,62,F[255&e.token]);let u=tx(e,t,2,1,0,0,n,1,_,l,c);t=(134217728|t)^134217728,67108991===e.token&&a(e,162);let p=tY(e,t,u,n,_,l,c);return e.assignable=2,e0(e,t,i,r,o,{type:\"NewExpression\",callee:p,arguments:67174411===e.token?tw(e,t,n):[]})}function tX(e,t,n,i,r,a){let o=tS(e,t,0);return e0(e,t,i,r,a,{type:\"MetaProperty\",meta:n,property:o})}function t9(e,t,n,i,r,o){return 209008===e.token&&a(e,29),2098176&t&&241773===e.token&&a(e,30),(537079808&e.token)==537079808&&(e.flags|=512),tG(e,t,e.tokenValue,tS(e,t,0),0,n,1,i,r,o)}function tJ(e,t,n,i,r,o,s,_,l,c){V(e,32768|t);let u=64&t?ef(e3(),1024):void 0;if(eo(e,t=(134217728|t)^134217728,16))return 10===e.token?(1&s&&a(e,45),tK(e,t,u,[],i,1,_,l,c)):e0(e,t,_,l,c,{type:\"CallExpression\",callee:n,arguments:[]});let p=0,$=null,d=0;e.destructible=(384|e.destructible)^384;let m=[];for(;16!==e.token;){let{token:h,tokenPos:f,linePos:g,colPos:x}=e;if(143360&h)u&&e6(e,t,u,e.tokenValue,r,0),$=tx(e,t,r,0,1,0,1,1,f,g,x),16===e.token||18===e.token?2&e.assignable?(p|=16,d=1):(537079808&h)==537079808?e.flags|=512:(36864&h)==36864&&(e.flags|=256):(1077936157===e.token?d=1:p|=16,$=tg(e,t,$,1,0,f,g,x),16!==e.token&&18!==e.token&&($=tu(e,t,1,0,f,g,x,$)));else if(2097152&h)$=2162700===h?tH(e,t,u,0,1,0,r,o,f,g,x):tI(e,t,u,0,1,0,r,o,f,g,x),p|=e.destructible,d=1,16!==e.token&&18!==e.token&&(8&p&&a(e,118),$=tg(e,t,$,0,0,f,g,x),p|=16,(8454144&e.token)==8454144&&($=td(e,t,1,_,l,c,4,h,$)),eo(e,32768|t,22)&&($=t$(e,t,$,_,l,c)));else if(14===h)$=tM(e,t,u,16,r,o,1,1,0,f,g,x),p|=(16===e.token?0:16)|e.destructible,d=1;else{for($=t_(e,t,1,0,0,f,g,x),p=e.assignable,m.push($);eo(e,32768|t,18);)m.push(t_(e,t,1,0,0,f,g,x));return p|=e.assignable,es(e,t,16),e.destructible=16|p,e.assignable=2,e0(e,t,_,l,c,{type:\"CallExpression\",callee:n,arguments:m})}if(m.push($),!eo(e,32768|t,18))break}return(es(e,t,16),p|=256&e.destructible?256:0|128&e.destructible?128:0,10===e.token)?(48&p&&a(e,25),(1&e.flags||1&s)&&a(e,45),128&p&&a(e,29),2098176&t&&256&p&&a(e,30),d&&(e.flags|=128),tK(e,t,u,m,i,1,_,l,c)):(8&p&&a(e,59),e.assignable=2,e0(e,t,_,l,c,{type:\"CallExpression\",callee:n,arguments:m}))}function tZ(e,t,n,i,r){let{tokenRaw:a,tokenRegExp:o,tokenValue:s}=e;return V(e,t),e.assignable=2,512&t?e0(e,t,n,i,r,{type:\"Literal\",value:s,regex:o,raw:a}):e0(e,t,n,i,r,{type:\"Literal\",value:s,regex:o})}function ne(e,t,n,i,r,o,s){let _=nn(e,t=(16778240|t)^16777216);_.length&&(r=e.tokenPos,o=e.linePos,s=e.colPos),e.leadingDecorators.length&&(e.leadingDecorators.push(..._),_=e.leadingDecorators,e.leadingDecorators=[]),V(e,t);let l=null,c=null,{tokenValue:u}=e;4096&e.token&&20567!==e.token?(eu(e,t,e.token)&&a(e,114),(537079808&e.token)==537079808&&a(e,115),n&&(e6(e,t,n,u,32,0),i&&2&i&&e1(e,u)),l=tS(e,t,0)):(1&i)<1&&a(e,37,\"Class\");let p=t;eo(e,32768|t,20567)?(c=t2(e,t,0,0,0,e.tokenPos,e.linePos,e.colPos),p|=524288):p=(524288|p)^524288;let $=nr(e,p,t,n,2,8,0);return e0(e,t,r,o,s,1&t?{type:\"ClassDeclaration\",id:l,superClass:c,decorators:_,body:$}:{type:\"ClassDeclaration\",id:l,superClass:c,body:$})}function nt(e,t,n,i,r,o){let s=null,_=null;t=(16778240|t)^16777216;let l=nn(e,t);l.length&&(i=e.tokenPos,r=e.linePos,o=e.colPos),V(e,t),4096&e.token&&20567!==e.token&&(eu(e,t,e.token)&&a(e,114),(537079808&e.token)==537079808&&a(e,115),s=tS(e,t,0));let c=t;eo(e,32768|t,20567)?(_=t2(e,t,0,n,0,e.tokenPos,e.linePos,e.colPos),c|=524288):c=(524288|c)^524288;let u=nr(e,c,t,void 0,2,0,n);return e.assignable=2,e0(e,t,i,r,o,1&t?{type:\"ClassExpression\",id:s,superClass:_,decorators:l,body:u}:{type:\"ClassExpression\",id:s,superClass:_,body:u})}function nn(e,t){let n=[];if(1&t)for(;133===e.token;)n.push(ni(e,t,e.tokenPos,e.linePos,e.colPos));return n}function ni(e,t,n,i,r){V(e,32768|t);let a=tx(e,t,2,0,1,0,0,1,n,i,r);return a=tg(e,t,a,0,0,n,i,r),e0(e,t,n,i,r,{type:\"Decorator\",expression:a})}function nr(e,t,n,i,r,o,s){let{tokenPos:_,linePos:l,colPos:c}=e;es(e,32768|t,2162700),t=(134217728|t)^134217728,e.flags=(32|e.flags)^32;let u=[],p;for(;1074790415!==e.token;){let $=0;if(($=(p=nn(e,t)).length)>0&&\"constructor\"===e.tokenValue&&a(e,106),1074790415===e.token&&a(e,105),eo(e,t,1074790417)){$>0&&a(e,116);continue}u.push(na(e,t,i,n,r,p,0,s,e.tokenPos,e.linePos,e.colPos))}return es(e,8&o?32768|t:t,1074790415),e0(e,t,_,l,c,{type:\"ClassBody\",body:u})}function na(e,t,n,i,r,o,s,_,l,c,u){let p=s?32:0,$=null,{token:d,tokenPos:m,linePos:h,colPos:f}=e;if(176128&d)switch($=tS(e,t,0),d){case 36972:if(!s&&67174411!==e.token)return na(e,t,n,i,r,o,1,_,l,c,u);break;case 209007:if(67174411!==e.token&&(1&e.flags)<1){if(1&t&&(1073741824&e.token)==1073741824)return ns(e,t,$,p,o,m,h,f);p|=16|(ea(e,t,8457014)?8:0)}break;case 12402:if(67174411!==e.token){if(1&t&&(1073741824&e.token)==1073741824)return ns(e,t,$,p,o,m,h,f);p|=256}break;case 12403:if(67174411!==e.token){if(1&t&&(1073741824&e.token)==1073741824)return ns(e,t,$,p,o,m,h,f);p|=512}}else 69271571===d?(p|=2,$=tU(e,i,_)):(134217728&d)==134217728?$=t8(e,t):8457014===d?(p|=8,V(e,t)):1&t&&131===e.token?(p|=4096,$=no(e,t,m,h,f),t|=16384):1&t&&(1073741824&e.token)==1073741824?(p|=128,t|=16384):122===d?($=tS(e,t,0),67174411!==e.token&&a(e,28,F[255&e.token])):a(e,28,F[255&e.token]);if(792&p&&(143360&e.token?$=tS(e,t,0):(134217728&e.token)==134217728?$=t8(e,t):69271571===e.token?(p|=2,$=tU(e,t,0)):122===e.token?$=tS(e,t,0):1&t&&131===e.token?(p|=4096,$=no(e,t,m,h,f)):a(e,131)),(2&p)<1&&(\"constructor\"===e.tokenValue?((1073741824&e.token)==1073741824?a(e,125):(32&p)<1&&67174411===e.token&&(920&p?a(e,50,\"accessor\"):(524288&t)<1&&(32&e.flags?a(e,51):e.flags|=32)),p|=64):(4096&p)<1&&824&p&&\"prototype\"===e.tokenValue&&a(e,49)),1&t&&67174411!==e.token)return ns(e,t,$,p,o,m,h,f);let g=tF(e,t,p,_,e.tokenPos,e.linePos,e.colPos);return e0(e,t,l,c,u,1&t?{type:\"MethodDefinition\",kind:(32&p)<1&&64&p?\"constructor\":256&p?\"get\":512&p?\"set\":\"method\",static:(32&p)>0,computed:(2&p)>0,key:$,decorators:o,value:g}:{type:\"MethodDefinition\",kind:(32&p)<1&&64&p?\"constructor\":256&p?\"get\":512&p?\"set\":\"method\",static:(32&p)>0,computed:(2&p)>0,key:$,value:g})}function no(e,t,n,i,r){V(e,t);let{tokenValue:o}=e;return\"constructor\"===o&&a(e,124),V(e,t),e0(e,t,n,i,r,{type:\"PrivateIdentifier\",name:o})}function ns(e,t,n,i,r,o,s,_){let l=null;if(8&i&&a(e,0),1077936157===e.token){V(e,32768|t);let{tokenPos:c,linePos:u,colPos:p}=e;537079928===e.token&&a(e,115),l=tx(e,16384|t,2,0,1,0,0,1,c,u,p),(1073741824&e.token)!=1073741824&&(l=tg(e,16384|t,l,0,0,c,u,p),l=tu(e,16384|t,0,0,c,u,p,l),18===e.token&&(l=tl(e,t,0,o,s,_,l)))}return e0(e,t,o,s,_,{type:\"PropertyDefinition\",key:n,value:l,static:(32&i)>0,computed:(2&i)>0,decorators:r})}function n_(e,t,n,i,r,o,s,_){if(143360&e.token)return nl(e,t,n,i,r,o,s,_);(2097152&e.token)!=2097152&&a(e,28,F[255&e.token]);let l=69271571===e.token?tI(e,t,n,1,0,1,i,r,o,s,_):tH(e,t,n,1,0,1,i,r,o,s,_);return 16&e.destructible&&a(e,47),32&e.destructible&&a(e,47),l}function nl(e,t,n,i,r,o,s,_){let{tokenValue:l,token:c}=e;return 1024&t&&((537079808&c)==537079808?a(e,115):(36864&c)==36864&&a(e,114)),(20480&c)==20480&&a(e,99),2099200&t&&241773===c&&a(e,30),241739===c&&24&i&&a(e,97),4196352&t&&209008===c&&a(e,95),V(e,t),n&&e2(e,t,n,l,i,r),e0(e,t,o,s,_,{type:\"Identifier\",name:l})}function nc(e,t,n,i,r,o){if(V(e,t),8456259===e.token)return e0(e,t,i,r,o,{type:\"JSXFragment\",openingFragment:nu(e,t,i,r,o),children:nd(e,t),closingFragment:n$(e,t,n,e.tokenPos,e.linePos,e.colPos)});let s=null,_=[],l=nh(e,t,n,i,r,o);if(!l.selfClosing){_=nd(e,t),s=np(e,t,n,e.tokenPos,e.linePos,e.colPos);let c=em(s.name);em(l.name)!==c&&a(e,149,c)}return e0(e,t,i,r,o,{type:\"JSXElement\",children:_,openingElement:l,closingElement:s})}function nu(e,t,n,i,r){return et(e,t),e0(e,t,n,i,r,{type:\"JSXOpeningFragment\"})}function np(e,t,n,i,r,a){es(e,t,25);let o=n7(e,t,e.tokenPos,e.linePos,e.colPos);return n?es(e,t,8456259):e.token=et(e,t),e0(e,t,i,r,a,{type:\"JSXClosingElement\",name:o})}function n$(e,t,n,i,r,a){return es(e,t,25),es(e,t,8456259),e0(e,t,i,r,a,{type:\"JSXClosingFragment\"})}function nd(e,t){let n=[];for(;25!==e.token;)e.index=e.tokenPos=e.startPos,e.column=e.colPos=e.startColumn,e.line=e.linePos=e.startLine,et(e,t),n.push(n0(e,t,e.tokenPos,e.linePos,e.colPos));return n}function n0(e,t,n,i,r){return 138===e.token?nm(e,t,n,i,r):2162700===e.token?n1(e,t,0,0,n,i,r):8456258===e.token?nc(e,t,0,n,i,r):void a(e,0)}function nm(e,t,n,i,r){et(e,t);let a={type:\"JSXText\",value:e.tokenValue};return 512&t&&(a.raw=e.tokenRaw),e0(e,t,n,i,r,a)}function nh(e,t,n,i,r,o){(143360&e.token)!=143360&&(4096&e.token)!=4096&&a(e,0);let s=n7(e,t,e.tokenPos,e.linePos,e.colPos),_=nf(e,t),l=8457016===e.token;return 8456259===e.token?et(e,t):(es(e,t,8457016),n?es(e,t,8456259):et(e,t)),e0(e,t,i,r,o,{type:\"JSXOpeningElement\",name:s,attributes:_,selfClosing:l})}function n7(e,t,n,i,r){en(e);let a=nx(e,t,n,i,r);if(21===e.token)return ng(e,t,a,n,i,r);for(;eo(e,t,67108877);)en(e),a=n3(e,t,a,n,i,r);return a}function n3(e,t,n,i,r,a){let o=nx(e,t,e.tokenPos,e.linePos,e.colPos);return e0(e,t,i,r,a,{type:\"JSXMemberExpression\",object:n,property:o})}function nf(e,t){let n=[];for(;8457016!==e.token&&8456259!==e.token&&1048576!==e.token;)n.push(n6(e,t,e.tokenPos,e.linePos,e.colPos));return n}function n2(e,t,n,i,r){V(e,t),es(e,t,14);let a=t_(e,t,1,0,0,e.tokenPos,e.linePos,e.colPos);return es(e,t,1074790415),e0(e,t,n,i,r,{type:\"JSXSpreadAttribute\",argument:a})}function n6(e,t,n,i,r){if(2162700===e.token)return n2(e,t,n,i,r);en(e);let o=null,s=nx(e,t,n,i,r);if(21===e.token&&(s=ng(e,t,s,n,i,r)),1077936157===e.token){let _=Z(e,t),{tokenPos:l,linePos:c,colPos:u}=e;switch(_){case 134283267:o=t8(e,t);break;case 8456258:o=nc(e,t,1,l,c,u);break;case 2162700:o=n1(e,t,1,1,l,c,u);break;default:a(e,148)}}return e0(e,t,n,i,r,{type:\"JSXAttribute\",value:o,name:s})}function ng(e,t,n,i,r,a){es(e,t,21);let o=nx(e,t,e.tokenPos,e.linePos,e.colPos);return e0(e,t,i,r,a,{type:\"JSXNamespacedName\",namespace:n,name:o})}function n1(e,t,n,i,r,o,s){V(e,t);let{tokenPos:_,linePos:l,colPos:c}=e;if(14===e.token)return n4(e,t,_,l,c);let u=null;return 1074790415===e.token?(i&&a(e,151),u=n5(e,t,e.startPos,e.startLine,e.startColumn)):u=t_(e,t,1,0,0,_,l,c),n?es(e,t,1074790415):et(e,t),e0(e,t,r,o,s,{type:\"JSXExpressionContainer\",expression:u})}function n4(e,t,n,i,r){es(e,t,14);let a=t_(e,t,1,0,0,e.tokenPos,e.linePos,e.colPos);return es(e,t,1074790415),e0(e,t,n,i,r,{type:\"JSXSpreadChild\",expression:a})}function n5(e,t,n,i,r){return e.startPos=e.tokenPos,e.startLine=e.linePos,e.startColumn=e.colPos,e0(e,t,n,i,r,{type:\"JSXEmptyExpression\"})}function nx(e,t,n,i,r){let{tokenValue:a}=e;return V(e,t),e0(e,t,n,i,r,{type:\"JSXIdentifier\",name:a})}var nv=Object.freeze({__proto__:null}),nb=\"4.2.0\";let nk=nb;function nT(e,t){return eT(e,t,0)}function nE(e,t){return eT(e,t,3072)}function ny(e,t){return eT(e,t,0)}},(e,t)=>{\"use strict\";var n,i,r,a,o,s,_,l,c,u,p,$,d={AssignmentExpression:\"AssignmentExpression\",AssignmentPattern:\"AssignmentPattern\",ArrayExpression:\"ArrayExpression\",ArrayPattern:\"ArrayPattern\",ArrowFunctionExpression:\"ArrowFunctionExpression\",AwaitExpression:\"AwaitExpression\",BlockStatement:\"BlockStatement\",BinaryExpression:\"BinaryExpression\",BreakStatement:\"BreakStatement\",CallExpression:\"CallExpression\",CatchClause:\"CatchClause\",ClassBody:\"ClassBody\",ClassDeclaration:\"ClassDeclaration\",ClassExpression:\"ClassExpression\",ComprehensionBlock:\"ComprehensionBlock\",ComprehensionExpression:\"ComprehensionExpression\",ConditionalExpression:\"ConditionalExpression\",ContinueStatement:\"ContinueStatement\",DirectiveStatement:\"DirectiveStatement\",DoWhileStatement:\"DoWhileStatement\",DebuggerStatement:\"DebuggerStatement\",EmptyStatement:\"EmptyStatement\",ExportAllDeclaration:\"ExportAllDeclaration\",ExportBatchSpecifier:\"ExportBatchSpecifier\",ExportDeclaration:\"ExportDeclaration\",ExportNamedDeclaration:\"ExportNamedDeclaration\",ExportSpecifier:\"ExportSpecifier\",ExpressionStatement:\"ExpressionStatement\",ForStatement:\"ForStatement\",ForInStatement:\"ForInStatement\",ForOfStatement:\"ForOfStatement\",FunctionDeclaration:\"FunctionDeclaration\",FunctionExpression:\"FunctionExpression\",GeneratorExpression:\"GeneratorExpression\",Identifier:\"Identifier\",IfStatement:\"IfStatement\",ImportExpression:\"ImportExpression\",ImportSpecifier:\"ImportSpecifier\",ImportDeclaration:\"ImportDeclaration\",ChainExpression:\"ChainExpression\",Literal:\"Literal\",LabeledStatement:\"LabeledStatement\",LogicalExpression:\"LogicalExpression\",MemberExpression:\"MemberExpression\",MetaProperty:\"MetaProperty\",MethodDefinition:\"MethodDefinition\",ModuleDeclaration:\"ModuleDeclaration\",NewExpression:\"NewExpression\",ObjectExpression:\"ObjectExpression\",ObjectPattern:\"ObjectPattern\",Program:\"Program\",Property:\"Property\",RestElement:\"RestElement\",ReturnStatement:\"ReturnStatement\",SequenceExpression:\"SequenceExpression\",SpreadElement:\"SpreadElement\",Super:\"Super\",SwitchStatement:\"SwitchStatement\",SwitchCase:\"SwitchCase\",TaggedTemplateExpression:\"TaggedTemplateExpression\",TemplateElement:\"TemplateElement\",TemplateLiteral:\"TemplateLiteral\",ThisExpression:\"ThisExpression\",ThrowStatement:\"ThrowStatement\",TryStatement:\"TryStatement\",UnaryExpression:\"UnaryExpression\",UpdateExpression:\"UpdateExpression\",VariableDeclaration:\"VariableDeclaration\",VariableDeclarator:\"VariableDeclarator\",WhileStatement:\"WhileStatement\",WithStatement:\"WithStatement\",YieldExpression:\"YieldExpression\"};t.Syntax=d;var m={Sequence:0,Yield:1,Assignment:1,Conditional:2,ArrowFunction:2,Coalesce:3,LogicalOR:3,LogicalAND:4,BitwiseOR:5,BitwiseXOR:6,BitwiseAND:7,Equality:8,Relational:9,BitwiseSHIFT:10,Additive:11,Multiplicative:12,Unary:13,Exponentiation:14,Postfix:14,Await:14,Call:15,New:16,TaggedTemplate:17,OptionalChaining:17,Member:18,Primary:19},h={\"||\":m.LogicalOR,\"&&\":m.LogicalAND,\"|\":m.BitwiseOR,\"^\":m.BitwiseXOR,\"&\":m.BitwiseAND,\"==\":m.Equality,\"!=\":m.Equality,\"===\":m.Equality,\"!==\":m.Equality,is:m.Equality,isnt:m.Equality,\"<\":m.Relational,\">\":m.Relational,\"<=\":m.Relational,\">=\":m.Relational,in:m.Relational,instanceof:m.Relational,\"<<\":m.BitwiseSHIFT,\">>\":m.BitwiseSHIFT,\">>>\":m.BitwiseSHIFT,\"+\":m.Additive,\"-\":m.Additive,\"*\":m.Multiplicative,\"%\":m.Multiplicative,\"/\":m.Multiplicative,\"??\":m.Coalesce,\"**\":m.Exponentiation};function f(){return{indent:null,base:null,parse:null,format:{indent:{style:\"    \",base:0},newline:\"\\n\",space:\" \",json:!1,renumber:!1,hexadecimal:!1,quotes:\"single\",escapeless:!1,compact:!1,parentheses:!0,semicolons:!0,safeConcatenation:!1},directive:!1,raw:!0,verbatim:null}}var g=[5760,6158,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8239,8287,12288,65279],x=RegExp(\"[\\xaa\\xb5\\xba\\xc0-\\xd6\\xd8-\\xf6\\xf8-ˁˆ-ˑˠ-ˤˬˮ̀-ʹͶͷͺ-ͽΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁ҃-҇Ҋ-ԧԱ-Ֆՙա-և֑-ׇֽֿׁׂׅׄא-תװ-ײؐ-ؚؠ-٩ٮ-ۓە-ۜ۟-۪ۨ-ۼۿܐ-݊ݍ-ޱ߀-ߵߺࠀ-࠭ࡀ-࡛ࢠࢢ-ࢬࣤ-ࣾऀ-ॣ०-९ॱ-ॷॹ-ॿঁ-ঃঅ-ঌএঐও-নপ-রলশ-হ়-ৄেৈো-ৎৗড়ঢ়য়-ৣ০-ৱਁ-ਃਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹ਼ਾ-ੂੇੈੋ-੍ੑਖ਼-ੜਫ਼੦-ੵઁ-ઃઅ-ઍએ-ઑઓ-નપ-રલળવ-હ઼-ૅે-ૉો-્ૐૠ-ૣ૦-૯ଁ-ଃଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହ଼-ୄେୈୋ-୍ୖୗଡ଼ଢ଼ୟ-ୣ୦-୯ୱஂஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹா-ூெ-ைொ-்ௐௗ௦-௯ఁ-ఃఅ-ఌఎ-ఐఒ-నప-ళవ-హఽ-ౄె-ైొ-్ౕౖౘౙౠ-ౣ౦-౯ಂಃಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹ಼-ೄೆ-ೈೊ-್ೕೖೞೠ-ೣ೦-೯ೱೲംഃഅ-ഌഎ-ഐഒ-ഺഽ-ൄെ-ൈൊ-ൎൗൠ-ൣ൦-൯ൺ-ൿංඃඅ-ඖක-නඳ-රලව-ෆ්ා-ුූෘ-ෟෲෳก-ฺเ-๎๐-๙ກຂຄງຈຊຍດ-ທນ-ຟມ-ຣລວສຫອ-ູົ-ຽເ-ໄໆ່-ໍ໐-໙ໜ-ໟༀ༘༙༠-༩༹༵༷༾-ཇཉ-ཬཱ-྄྆-ྗྙ-ྼ࿆က-၉ၐ-ႝႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚ፝-፟ᎀ-ᎏᎠ-Ᏼᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛰᜀ-ᜌᜎ-᜔ᜠ-᜴ᝀ-ᝓᝠ-ᝬᝮ-ᝰᝲᝳក-៓ៗៜ៝០-៩᠋-᠍᠐-᠙ᠠ-ᡷᢀ-ᢪᢰ-ᣵᤀ-ᤜᤠ-ᤫᤰ-᤻᥆-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉ᧐-᧙ᨀ-ᨛᨠ-ᩞ᩠-᩿᩼-᪉᪐-᪙ᪧᬀ-ᭋ᭐-᭙᭫-᭳ᮀ-᯳ᰀ-᰷᱀-᱉ᱍ-ᱽ᳐-᳔᳒-ᳶᴀ-ᷦ᷼-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼ‌‍‿⁀⁔ⁱⁿₐ-ₜ⃐-⃥⃜⃡-⃰ℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯ⵿-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞⷠ-ⷿⸯ々-〇〡-〯〱-〵〸-〼ぁ-ゖ゙゚ゝ-ゟァ-ヺー-ヿㄅ-ㄭㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿌ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘫꙀ-꙯ꙴ-꙽ꙿ-ꚗꚟ-꛱ꜗ-ꜟꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꠧꡀ-ꡳꢀ-꣄꣐-꣙꣠-ꣷꣻ꤀-꤭ꤰ-꥓ꥠ-ꥼꦀ-꧀ꧏ-꧙ꨀ-ꨶꩀ-ꩍ꩐-꩙ꩠ-ꩶꩺꩻꪀ-ꫂꫛ-ꫝꫠ-ꫯꫲ-꫶ꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯪ꯬꯭꯰-꯹가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ﬀ-ﬆﬓ-ﬗיִ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻ︀-️︠-︦︳︴﹍-﹏ﹰ-ﹴﹶ-ﻼ０-９Ａ-Ｚ＿ａ-ｚｦ-ﾾￂ-ￇￊ-ￏￒ-ￗￚ-ￜ]\");function v(e){if(e<128)return e>=97&&e<=122||e>=65&&e<=90||e>=48&&e<=57||36===e||95===e||92===e;var t=String.fromCharCode(e);return x.test(t)}function b(e){return 10===e||13===e||8232===e||8233===e}function k(e){return 32===e||9===e||b(e)||11===e||12===e||160===e||e>=5760&&g.indexOf(e)>=0}function T(e){return e>=48&&e<=57}function E(e,t){var n=\"\";for(t|=0;t>0;t>>>=1,e+=e)1&t&&(n+=e);return n}function y(e,t){var n,i;function r(e){return\"object\"==typeof e&&e instanceof Object&&!(e instanceof RegExp)}for(n in t)t.hasOwnProperty(n)&&(r(i=t[n])?r(e[n])?y(e[n],i):e[n]=y({},i):e[n]=i);return e}function A(e){var t,n,o,s,_;if(e===1/0)return i?\"null\":r?\"1e400\":\"1e+400\";if(t=\"\"+e,!r||t.length<3)return t;for(n=t.indexOf(\".\"),i||48!==t.charCodeAt(0)||1!==n||(n=0,t=t.slice(1)),o=t,t=t.replace(\"e+\",\"e\"),s=0,(_=o.indexOf(\"e\"))>0&&(s=+o.slice(_+1),o=o.slice(0,_)),n>=0&&(s-=o.length-n-1,o=+(o.slice(0,n)+o.slice(n+1))+\"\"),_=0;48===o.charCodeAt(o.length+_-1);)--_;return 0!==_&&(s-=_,o=o.slice(0,_)),0!==s&&(o+=\"e\"+s),(o.length<t.length||a&&e>1e12&&Math.floor(e)===e&&(o=\"0x\"+e.toString(16)).length<t.length)&&+o===e&&(t=o),t}function C(e,t){return(-2&e)==8232?(t?\"u\":\"\\\\u\")+(8232===e?\"2028\":\"2029\"):10===e||13===e?(t?\"\":\"\\\\\")+(10===e?\"n\":\"r\"):String.fromCharCode(e)}function w(e){var t,n,i,r,a,o,s,_;if(n=e.toString(),e.source){if(!(t=n.match(/\\/([^/]*)$/)))return n;for(r=0,i=t[1],n=\"\",s=!1,_=!1,a=e.source.length;r<a;++r)o=e.source.charCodeAt(r),_?(n+=C(o,_),_=!1):(s?93===o&&(s=!1):47===o?n+=\"\\\\\":91===o&&(s=!0),n+=C(o,_),_=92===o);return\"/\"+n+\"/\"+i}return n}function S(e,t){var n,r=\"\\\\\";switch(e){case 8:r+=\"b\";break;case 12:r+=\"f\";break;case 9:r+=\"t\";break;default:n=e.toString(16).toUpperCase(),i||e>255?r+=\"u\"+\"0000\".slice(n.length)+n:0!==e||T(t)?11===e?r+=\"x0B\":r+=\"x\"+\"00\".slice(n.length)+n:r+=\"0\"}return r}function N(e){var t=\"\\\\\";switch(e){case 92:t+=\"\\\\\";break;case 10:t+=\"n\";break;case 13:t+=\"r\";break;case 8232:t+=\"u2028\";break;case 8233:t+=\"u2029\"}return t}function D(e){var t,n,i,r;for(t=0,r=\"double\"===o?'\"':\"'\",n=e.length;t<n;++t){if(39===(i=e.charCodeAt(t))){r='\"';break}if(34===i){r=\"'\";break}92===i&&++t}return r+e+r}function P(e){var t,n,r,a,_,l=\"\",c=0,u=0;for(t=0,n=e.length;t<n;++t){if(39===(r=e.charCodeAt(t)))++c;else if(34===r)++u;else if(47===r&&i)l+=\"\\\\\";else if(b(r)||92===r){l+=N(r);continue}else if(i&&r<32||!(i||s||r>=32&&r<=126)){l+=S(r,e.charCodeAt(t+1));continue}l+=String.fromCharCode(r)}if(_=(a=!(\"double\"===o||\"auto\"===o&&u<c))?\"'\":'\"',!(a?c:u))return _+l+_;for(t=0,e=l,l=_,n=e.length;t<n;++t)(39===(r=e.charCodeAt(t))&&a||34===r&&!a)&&(l+=\"\\\\\"),l+=String.fromCharCode(r);return l+_}function O(e,t){if(!e.length)return t;if(!t.length)return e;var n=e.charCodeAt(e.length-1),i=t.charCodeAt(0);return v(n)&&v(i)||n===i&&(43===n||45===n)||47===n&&105===i?e+ei.space+t:k(n)||k(i)?e+t:e+ei.optSpace+t}function L(){var e=ei.indent;return ei.indent+=ei.indentUnit,e}function I(e){return e.type===d.BlockStatement?ei.optSpace:e.type===d.EmptyStatement?\"\":ei.newline+ei.indent+ei.indentUnit}function R(e){return e.type===d.BlockStatement?ei.optSpace:ei.newline+ei.indent}function M(e,t){var n=e[p.verbatim],i=\"string\"==typeof n,r=(i||void 0===n.precedence?m.Sequence:n.precedence)<t.precedence,a=(i?n:n.content).split(/\\r\\n|\\n/),o=a.length;r&&(ei.js+=\"(\"),ei.js+=a[0];for(var s=1;s<o;s++)ei.js+=ei.newline+ei.indent+a[s];r&&(ei.js+=\")\")}function F(e){var t=e.params,n=t.length,i=n-1;if(e.type===d.ArrowFunctionExpression&&1===n&&t[0].type===d.Identifier)ei.js+=t[0].name;else{ei.js+=\"(\";for(var r=0;r<n;++r){var a=t[r];t[r].type===d.Identifier?ei.js+=a.name:er[a.type](a,H.e4),r!==i&&(ei.js+=\",\"+ei.optSpace)}ei.js+=\")\"}}function B(e){var t=e.body;if(F(e),e.type===d.ArrowFunctionExpression&&(ei.js+=ei.optSpace+\"=>\"),e.expression){ei.js+=ei.optSpace;var n=J(t,H.e4);\"{\"===n.charAt(0)&&(n=\"(\"+n+\")\"),ei.js+=n}else ei.js+=I(t),ea[t.type](t,H.s8)}(n=Array.isArray)||(n=function e(t){return\"[object Array]\"===Object.prototype.toString.call(t)});var H={e1:function(e){return{precedence:m.Assignment,allowIn:e,allowCall:!0,allowUnparenthesizedNew:!0}},e2:function(e){return{precedence:m.LogicalOR,allowIn:e,allowCall:!0,allowUnparenthesizedNew:!0}},e3:{precedence:m.Call,allowIn:!0,allowCall:!0,allowUnparenthesizedNew:!1},e4:{precedence:m.Assignment,allowIn:!0,allowCall:!0,allowUnparenthesizedNew:!0},e5:{precedence:m.Sequence,allowIn:!0,allowCall:!0,allowUnparenthesizedNew:!0},e6:function(e){return{precedence:m.New,allowIn:!0,allowCall:!1,allowUnparenthesizedNew:e}},e7:{precedence:m.Unary,allowIn:!0,allowCall:!0,allowUnparenthesizedNew:!0},e8:{precedence:m.Postfix,allowIn:!0,allowCall:!0,allowUnparenthesizedNew:!0},e9:{precedence:void 0,allowIn:!0,allowCall:!0,allowUnparenthesizedNew:!0},e10:{precedence:m.Call,allowIn:!0,allowCall:!0,allowUnparenthesizedNew:!0},e11:function(e){return{precedence:m.Call,allowIn:!0,allowCall:e,allowUnparenthesizedNew:!1}},e12:{precedence:m.Primary,allowIn:!1,allowCall:!1,allowUnparenthesizedNew:!0},e13:{precedence:m.Primary,allowIn:!0,allowCall:!0,allowUnparenthesizedNew:!0},e14:{precedence:m.Sequence,allowIn:!1,allowCall:!0,allowUnparenthesizedNew:!0},e15:function(e){return{precedence:m.Sequence,allowIn:!0,allowCall:e,allowUnparenthesizedNew:!0}},e16:function(e,t){return{precedence:e,allowIn:t,allowCall:!0,allowUnparenthesizedNew:!0}},e17:function(e){return{precedence:m.Call,allowIn:e,allowCall:!0,allowUnparenthesizedNew:!0}},e18:function(e){return{precedence:m.Assignment,allowIn:e,allowCall:!0,allowUnparenthesizedNew:!0}},e19:{precedence:m.Sequence,allowIn:!0,allowCall:!0,semicolonOptional:!1},e20:{precedence:m.Await,allowCall:!0},s1:function(e,t){return{allowIn:!0,functionBody:!1,directiveContext:e,semicolonOptional:t}},s2:{allowIn:!0,functionBody:!1,directiveContext:!1,semicolonOptional:!0},s3:function(e){return{allowIn:e,functionBody:!1,directiveContext:!1,semicolonOptional:!1}},s4:function(e){return{allowIn:!0,functionBody:!1,directiveContext:!1,semicolonOptional:e}},s5:function(e){return{allowIn:!0,functionBody:!1,directiveContext:!0,semicolonOptional:e}},s6:{allowIn:!1,functionBody:!1,directiveContext:!1,semicolonOptional:!1},s7:{allowIn:!0,functionBody:!1,directiveContext:!1,semicolonOptional:!1},s8:{allowIn:!0,functionBody:!0,directiveContext:!1,semicolonOptional:!1}},j=/[.eExX]|^0[0-9]+/,U=/[0-9]$/;function z(e,t){var n=e.operator,i=h[e.operator],r=i<t.precedence,a=t.allowIn||r,o=H.e16(i,a),s=J(e.left,o);(r|=\"in\"===n&&!a)&&(ei.js+=\"(\"),s=47===s.charCodeAt(s.length-1)&&v(n.charCodeAt(0))?s+ei.space+n:O(s,n),o.precedence++;var _=J(e.right,o);\"/\"===n&&\"/\"===_.charAt(0)||\"<\"===n.slice(-1)&&\"!--\"===_.slice(0,3)?s+=ei.space+_:s=O(s,_),ei.js+=s,r&&(ei.js+=\")\")}function q(e){var t=e.elements,n=t.length;if(n){var i=n-1,r=n>1,a=L(),o=ei.newline+ei.indent;ei.js+=\"[\";for(var s=0;s<n;s++){var _=t[s];r&&(ei.js+=o),_&&er[_.type](_,H.e4),s===i&&_||(ei.js+=\",\")}ei.indent=a,r&&(ei.js+=ei.newline+ei.indent),ei.js+=\"]\"}else ei.js+=\"[]\"}function G(e){var t=e.blocks,n=e.filter,i=e.type===d.GeneratorExpression,r=i?\"(\":\"[\",a=J(e.body,H.e4);if(t){for(var o=L(),s=t.length,_=0;_<s;++_){var l=J(t[_],H.e5);r=_>0?O(r,l):r+l}ei.indent=o}if(n){var c=J(n,H.e5);r=O(r,\"if\"+ei.optSpace),r=O(r,\"(\"+c+\")\")}r=O(r,a),r+=i?\")\":\"]\",ei.js+=r}var K={SequenceExpression:function e(t,n){var i=t.expressions,r=i.length,a=r-1,o=m.Sequence<n.precedence,s=H.e1(n.allowIn||o);o&&(ei.js+=\"(\");for(var _=0;_<r;_++){var l=i[_];er[l.type](l,s),_!==a&&(ei.js+=\",\"+ei.optSpace)}o&&(ei.js+=\")\")},AssignmentExpression:function e(t,n){var i=t.left,r=t.right,a=m.Assignment<n.precedence,o=n.allowIn||a;a&&(ei.js+=\"(\"),er[i.type](i,H.e17(o)),ei.js+=ei.optSpace+t.operator+ei.optSpace,er[r.type](r,H.e18(o)),a&&(ei.js+=\")\")},AssignmentPattern:function e(t){var n={left:t.left,right:t.right,operator:\"=\"};er.AssignmentExpression(n,H.e4)},ArrowFunctionExpression:function e(t,n){var i=m.ArrowFunction<n.precedence;i&&(ei.js+=\"(\"),t.async&&(ei.js+=\"async \"),B(t),i&&(ei.js+=\")\")},AwaitExpression:function e(t,n){var i=m.Await<n.precedence;i&&(ei.js+=\"(\"),ei.js+=t.all?\"await* \":\"await \",er[t.argument.type](t.argument,H.e20),i&&(ei.js+=\")\")},ConditionalExpression:function e(t,n){var i=t.test,r=t.consequent,a=t.alternate,o=m.Conditional<n.precedence,s=n.allowIn||o,_=H.e2(s),l=H.e1(s);o&&(ei.js+=\"(\"),er[i.type](i,_),ei.js+=ei.optSpace+\"?\"+ei.optSpace,er[r.type](r,l),ei.js+=ei.optSpace+\":\"+ei.optSpace,er[a.type](a,l),o&&(ei.js+=\")\")},LogicalExpression:z,BinaryExpression:z,CallExpression:function e(t,n){var i=t.callee,r=t.arguments,a=r.length,o=a-1,s=!n.allowCall||m.Call<n.precedence;s&&(ei.js+=\"(\"),er[i.type](i,H.e3),t.optional&&(ei.js+=\"?.\"),ei.js+=\"(\";for(var _=0;_<a;++_){var l=r[_];er[l.type](l,H.e4),_!==o&&(ei.js+=\",\"+ei.optSpace)}ei.js+=\")\",s&&(ei.js+=\")\")},NewExpression:function e(t,n){var i=t.arguments,r=m.New<n.precedence,a=i.length,o=a-1,s=!n.allowUnparenthesizedNew||_||a>0,l=J(t.callee,H.e6(!s));if(r&&(ei.js+=\"(\"),ei.js+=O(\"new\",l),s){ei.js+=\"(\";for(var c=0;c<a;++c){var u=i[c];er[u.type](u,H.e4),c!==o&&(ei.js+=\",\"+ei.optSpace)}ei.js+=\")\"}r&&(ei.js+=\")\")},MemberExpression:function e(t,n){var i=t.object,r=t.property,a=m.Member<n.precedence,o=!t.computed&&i.type===d.Literal&&\"number\"==typeof i.value;if(a&&(ei.js+=\"(\"),o){var s=J(i,H.e11(n.allowCall)),_=U.test(s)&&!j.test(s);ei.js+=_?s+\".\":s}else er[i.type](i,H.e11(n.allowCall));t.computed?(t.optional&&(ei.js+=\"?.\"),ei.js+=\"[\",er[r.type](r,H.e15(n.allowCall)),ei.js+=\"]\"):ei.js+=(t.optional?\"?.\":\".\")+r.name,a&&(ei.js+=\")\")},UnaryExpression:function e(t,n){var i=m.Unary<n.precedence,r=t.operator,a=J(t.argument,H.e7);if(i&&(ei.js+=\"(\"),\"\"===ei.optSpace||r.length>2)ei.js+=O(r,a);else{ei.js+=r;var o=r.charCodeAt(r.length-1),s=a.charCodeAt(0);(o===s&&(43===o||45===o)||v(o)&&v(s))&&(ei.js+=ei.space),ei.js+=a}i&&(ei.js+=\")\")},YieldExpression:function e(t,n){var i=t.argument,r=t.delegate?\"yield*\":\"yield\",a=m.Yield<n.precedence;if(a&&(ei.js+=\"(\"),i){var o=J(i,H.e4);r=O(r,o)}ei.js+=r,a&&(ei.js+=\")\")},UpdateExpression:function e(t,n){var i=t.argument,r=t.operator,a=t.prefix,o=(a?m.Unary:m.Postfix)<n.precedence;o&&(ei.js+=\"(\"),a?(ei.js+=r,er[i.type](i,H.e8)):(er[i.type](i,H.e8),ei.js+=r),o&&(ei.js+=\")\")},FunctionExpression:function e(t){var n=!!t.generator;t.async&&(ei.js+=\"async \"),ei.js+=n?\"function*\":\"function\",t.id?(ei.js+=n?ei.optSpace:ei.space,ei.js+=t.id.name):ei.js+=ei.optSpace,B(t)},ExportBatchSpecifier:function e(){ei.js+=\"*\"},ArrayPattern:q,ArrayExpression:q,ClassExpression:function e(t){var n=t.id,i=t.superClass,r=t.body,a=\"class\";if(n){var o=J(n,H.e9);a=O(a,o)}if(i){var s=J(i,H.e4);s=O(\"extends\",s),a=O(a,s)}ei.js+=a+ei.optSpace,ea[r.type](r,H.s2)},MetaProperty:function e(t,n){var i=t.meta,r=t.property,a=m.Member<n.precedence;a&&(ei.js+=\"(\"),ei.js+=(\"string\"==typeof i?i:i.name)+\".\"+(\"string\"==typeof r?r:r.name),a&&(ei.js+=\")\")},MethodDefinition:function e(t){var n=t.static?\"static\"+ei.optSpace:\"\",i=J(t.key,H.e5);t.computed&&(i=\"[\"+i+\"]\"),\"get\"===t.kind||\"set\"===t.kind?(i=O(t.kind,i),ei.js+=O(n,i)):t.value.generator?ei.js+=n+\"*\"+i:t.value.async?ei.js+=n+\"async \"+i:ei.js+=O(n,i),B(t.value)},Property:function e(t){var n=t.value,i=t.kind,r=J(t.key,H.e4);t.computed&&(r=\"[\"+r+\"]\"),\"get\"===i||\"set\"===i?(ei.js+=i+ei.space+r,B(n)):t.shorthand?ei.js+=r:t.method?(n.generator?r=\"*\"+r:n.async&&(r=\"async \"+r),ei.js+=r,B(n)):(ei.js+=r+\":\"+ei.optSpace,er[n.type](n,H.e4))},ObjectExpression:function e(t){var n=t.properties,i=n.length;if(i){var r=i-1,a=L();ei.js+=\"{\";for(var o=0;o<i;o++){var s=n[o],_=s.type||d.Property;ei.js+=ei.newline+ei.indent,er[_](s,H.e5),o!==r&&(ei.js+=\",\")}ei.indent=a,ei.js+=ei.newline+ei.indent+\"}\"}else ei.js+=\"{}\"},ObjectPattern:function e(t){var n=t.properties,i=n.length;if(i){var r=i-1,a=!1;if(1===i)a=n[0].value.type!==d.Identifier;else for(var o=0;o<i;o++)if(!n[o].shorthand){a=!0;break}ei.js+=a?\"{\"+ei.newline:\"{\";for(var s=L(),_=\",\"+(a?ei.newline:ei.optSpace),o=0;o<i;o++){var l=n[o];a&&(ei.js+=ei.indent),er[l.type](l,H.e5),o!==r&&(ei.js+=_)}ei.indent=s,ei.js+=a?ei.newline+ei.indent+\"}\":\"}\"}else ei.js+=\"{}\"},ThisExpression:function e(){ei.js+=\"this\"},Identifier:function e(t,n,i){ei.js+=t.name},ImportExpression:function e(t,n){var i=m.Call<n.precedence,r=t.source;i&&(ei.js+=\"(\"),ei.js+=\"import(\",er[r.type](r,H.e4),ei.js+=\")\",i&&(ei.js+=\")\")},ImportSpecifier:function e(t){ei.js+=t.imported.name,t.local&&(ei.js+=ei.space+\"as\"+ei.space+t.local.name)},ExportSpecifier:function e(t){ei.js+=t.local.name,t.exported&&(ei.js+=ei.space+\"as\"+ei.space+t.exported.name)},ChainExpression:function e(t,n){var i=m.OptionalChaining<n.precedence,r=t.expression;n=n||{};var a={precedence:m.OptionalChaining,allowIn:n.allowIn,allowCall:n.allowCall,allowUnparenthesizedNew:n.allowUnparenthesizedNew};i&&(a.allowCall=!0,ei.js+=\"(\"),er[r.type](r,a),i&&(ei.js+=\")\")},Literal:function e(t){if(p.raw&&void 0!==t.raw)ei.js+=t.raw;else if(null===t.value)ei.js+=\"null\";else{var n=typeof t.value;\"string\"===n?ei.js+=P(t.value):\"number\"===n?ei.js+=A(t.value):\"boolean\"===n?ei.js+=t.value?\"true\":\"false\":ei.js+=w(t.value)}},GeneratorExpression:G,ComprehensionExpression:G,ComprehensionBlock:function e(t){var n=t.left,i=void 0,r=J(t.right,H.e5);i=n.type===d.VariableDeclaration?n.kind+ei.space+Z(n.declarations[0],H.s6):J(n,H.e10),i=O(i,t.of?\"of\":\"in\"),ei.js+=\"for\"+ei.optSpace+\"(\"+O(i,r)+\")\"},RestElement:function e(t){ei.js+=\"...\"+t.argument.name},SpreadElement:function e(t){var n=t.argument;ei.js+=\"...\",er[n.type](n,H.e4)},TaggedTemplateExpression:function e(t,n){var i=t.tag,r=t.quasi,a=m.TaggedTemplate<n.precedence;a&&(ei.js+=\"(\"),er[i.type](i,H.e11(n.allowCall)),er[r.type](r,H.e12),a&&(ei.js+=\")\")},TemplateElement:function e(t){ei.js+=t.value.raw},TemplateLiteral:function e(t){var n=t.quasis,i=t.expressions,r=n.length,a=r-1;ei.js+=\"`\";for(var o=0;o<r;++o){var s=n[o];if(er[s.type](s,H.e13),o!==a){var _=i[o];ei.js+=\"${\"+ei.optSpace,er[_.type](_,H.e5),ei.js+=ei.optSpace+\"}\"}}ei.js+=\"`\"},Super:function e(){ei.js+=\"super\"}},V=/^{|^class(?:\\s|{)|^(async )?function(?:\\s|\\*|\\()/;function W(e,t,n){for(var i=n.length,r=i-1,a=0;a<i;++a){var o=Z(n[a],H.s7);e=O(e,o),(t||a!==r)&&(e+=R(n[a].body))}return e}function Y(e,t,n){var i=t.body,r=t.left,a=!l&&n.semicolonOptional,o=L(),s=\"for\"+(t.await?\" await\":\"\")+ei.optSpace+\"(\";if(r.type===d.VariableDeclaration){var _=L();s+=r.kind+ei.space+Z(r.declarations[0],H.s6),ei.indent=_}else s+=J(r,H.e10);s=O(s,e);var c=J(t.right,H.e4);s=O(s,c)+\")\",ei.indent=o,ei.js+=s+I(i),ea[i.type](i,H.s4(a))}var Q={BlockStatement:function e(t,n){var i=t.body,r=i.length,a=r-1,o=L();ei.js+=\"{\"+ei.newline;for(var s=0;s<r;s++){var _=i[s];ei.js+=ei.indent,ea[_.type](_,H.s1(n.functionBody,s===a)),ei.js+=ei.newline}ei.indent=o,ei.js+=ei.indent+\"}\"},BreakStatement:function e(t,n){t.label?ei.js+=\"break \"+t.label.name:ei.js+=\"break\",(l||!n.semicolonOptional)&&(ei.js+=\";\")},ContinueStatement:function e(t,n){t.label?ei.js+=\"continue \"+t.label.name:ei.js+=\"continue\",(l||!n.semicolonOptional)&&(ei.js+=\";\")},ClassBody:function e(t){var n=t.body,i=n.length,r=i-1,a=L();ei.js+=\"{\"+ei.newline;for(var o=0;o<i;o++){var s=n[o],_=s.type||d.Property;ei.js+=ei.indent,er[_](s,H.e5),o!==r&&(ei.js+=ei.newline)}ei.indent=a,ei.js+=ei.newline+ei.indent+\"}\"},ClassDeclaration:function e(t){var n=t.body,i=t.superClass,r=\"class \"+t.id.name;if(i){var a=J(i,H.e4);r+=ei.space+O(\"extends\",a)}ei.js+=r+ei.optSpace,ea[n.type](n,H.s2)},DirectiveStatement:function e(t,n){p.raw&&t.raw?ei.js+=t.raw:ei.js+=D(t.directive),(l||!n.semicolonOptional)&&(ei.js+=\";\")},DoWhileStatement:function e(t,n){var i=t.body,r=t.test,a=I(i)+Z(i,H.s7)+R(i),o=O(\"do\",a);ei.js+=O(o,\"while\"+ei.optSpace+\"(\"),er[r.type](r,H.e5),ei.js+=\")\",(l||!n.semicolonOptional)&&(ei.js+=\";\")},CatchClause:function e(t){var n=t.param,i=t.guard,r=t.body,a=L();ei.js+=\"catch\"+ei.optSpace,n&&(ei.js+=\"(\",er[n.type](n,H.e5)),i&&(ei.js+=\" if \",er[i.type](i,H.e5)),ei.indent=a,n&&(ei.js+=\")\"),ei.js+=I(r),ea[r.type](r,H.s7)},DebuggerStatement:function e(t,n){ei.js+=\"debugger\",(l||!n.semicolonOptional)&&(ei.js+=\";\")},EmptyStatement:function e(){ei.js+=\";\"},ExportAllDeclaration:function(e,t){Q.ExportDeclaration(e,t,!0)},ExportDeclaration:function e(t,n,i){var r=t.specifiers,a=t.declaration,o=l||!n.semicolonOptional;if(t.default){var s=J(a,H.e4);ei.js+=O(\"export default\",s),o&&(ei.js+=\";\")}else if(r||i){var _=\"export\";if(i)_+=ei.optSpace+\"*\";else if(0===r.length)_+=ei.optSpace+\"{\"+ei.optSpace+\"}\";else if(r[0].type===d.ExportBatchSpecifier){var c=J(r[0],H.e5);_=O(_,c)}else{var u=L(),p=r.length,$=p-1;_+=ei.optSpace+\"{\";for(var m=0;m<p;++m)_+=ei.newline+ei.indent,_+=J(r[m],H.e5),m!==$&&(_+=\",\");ei.indent=u,_+=ei.newline+ei.indent+\"}\"}t.source?(ei.js+=O(_,\"from\"+ei.optSpace),er.Literal(t.source)):ei.js+=_,o&&(ei.js+=\";\")}else if(a){var s=Z(a,H.s4(!o));ei.js+=O(\"export\",s)}},ExportNamedDeclaration:function(e,t){Q.ExportDeclaration(e,t)},ExpressionStatement:function e(t,n){var i=J(t.expression,H.e5);V.test(i)||u&&n.directiveContext&&t.expression.type===d.Literal&&\"string\"==typeof t.expression.value?ei.js+=\"(\"+i+\")\":ei.js+=i,(l||!n.semicolonOptional)&&(ei.js+=\";\")},ImportDeclaration:function e(t,n){var i=t.specifiers,r=\"import\",a=i.length;if(a){var o=!!i[0].default,s=o?1:0,_=a-1;if(o&&(r=O(r,i[0].id.name)),s<a){if(o&&(r+=\",\"),r+=ei.optSpace+\"{\",s===_)r+=ei.optSpace+J(i[s],H.e5)+ei.optSpace;else{for(var c=L(),u=s;u<a;u++)r+=ei.newline+ei.indent+J(i[u],H.e5),u!==_&&(r+=\",\");ei.indent=c,r+=ei.newline+ei.indent}r+=\"}\"+ei.optSpace}r=O(r,\"from\")}ei.js+=r+ei.optSpace,er.Literal(t.source),(l||!n.semicolonOptional)&&(ei.js+=\";\")},VariableDeclarator:function e(t,n){var i=t.id,r=t.init,a=H.e1(n.allowIn);r?(er[i.type](i,a),ei.js+=ei.optSpace+\"=\"+ei.optSpace,er[r.type](r,a)):i.type===d.Identifier?ei.js+=i.name:er[i.type](i,a)},VariableDeclaration:function e(t,n){var i=t.declarations,r=i.length,a=r>1?L():ei.indent,o=H.s3(n.allowIn);ei.js+=t.kind;for(var s=0;s<r;s++){var _=i[s];ei.js+=0===s?ei.space:\",\"+ei.optSpace,ea[_.type](_,o)}(l||!n.semicolonOptional)&&(ei.js+=\";\"),ei.indent=a},ThrowStatement:function e(t,n){var i=J(t.argument,H.e5);ei.js+=O(\"throw\",i),(l||!n.semicolonOptional)&&(ei.js+=\";\")},TryStatement:function e(t){var i=t.block,r=t.finalizer,a=\"try\"+I(i)+Z(i,H.s7)+R(i),o=t.handlers||t.guardedHandlers;o&&(a=W(a,r,o)),t.handler&&(o=n(t.handler)?t.handler:[t.handler],a=W(a,r,o)),r&&(a=O(a,\"finally\"+I(r)),a+=Z(r,H.s7)),ei.js+=a},SwitchStatement:function e(t){var n=t.cases,i=t.discriminant,r=L();if(ei.js+=\"switch\"+ei.optSpace+\"(\",er[i.type](i,H.e5),ei.js+=\")\"+ei.optSpace+\"{\"+ei.newline,ei.indent=r,n)for(var a=n.length,o=a-1,s=0;s<a;s++){var _=n[s];ei.js+=ei.indent,ea[_.type](_,H.s4(s===o)),ei.js+=ei.newline}ei.js+=ei.indent+\"}\"},SwitchCase:function e(t,n){var i=t.consequent,r=i[0],a=t.test,o=0,s=!l&&n.semicolonOptional,_=i.length,c=_-1,u=L();if(a){var p=J(a,H.e5);ei.js+=O(\"case\",p)+\":\"}else ei.js+=\"default:\";for(_&&r.type===d.BlockStatement&&(o++,ei.js+=I(r),ea[r.type](r,H.s7));o<_;o++){var $=i[o],m=o===c&&s;ei.js+=ei.newline+ei.indent,ea[$.type]($,H.s4(m))}ei.indent=u},IfStatement:function e(t,n){var i=t.consequent,r=t.test,a=L(),o=!l&&n.semicolonOptional;if(ei.js+=\"if\"+ei.optSpace+\"(\",er[r.type](r,H.e5),ei.js+=\")\",ei.indent=a,ei.js+=I(i),t.alternate){var s=Z(i,H.s7)+R(i),_=Z(t.alternate,H.s4(o));_=t.alternate.type===d.IfStatement?\"else \"+_:O(\"else\",I(t.alternate)+_),ei.js+=O(s,_)}else ea[i.type](i,H.s4(o))},ForStatement:function e(t,n){var i=t.init,r=t.test,a=t.body,o=t.update,s=!l&&n.semicolonOptional,_=L();ei.js+=\"for\"+ei.optSpace+\"(\",i?i.type===d.VariableDeclaration?ea[i.type](i,H.s6):(er[i.type](i,H.e14),ei.js+=\";\"):ei.js+=\";\",r&&(ei.js+=ei.optSpace,er[r.type](r,H.e5)),ei.js+=\";\",o&&(ei.js+=ei.optSpace,er[o.type](o,H.e5)),ei.js+=\")\",ei.indent=_,ei.js+=I(a),ea[a.type](a,H.s4(s))},ForInStatement:function e(t,n){Y(\"in\",t,n)},ForOfStatement:function e(t,n){Y(\"of\",t,n)},LabeledStatement:function e(t,n){var i=t.body,r=!l&&n.semicolonOptional,a=ei.indent;ei.js+=t.label.name+\":\"+I(i),i.type!==d.BlockStatement&&(a=L()),ea[i.type](i,H.s4(r)),ei.indent=a},ModuleDeclaration:function e(t,n){ei.js+=\"module\"+ei.space+t.id.name+ei.space+\"from\"+ei.optSpace,er.Literal(t.source),(l||!n.semicolonOptional)&&(ei.js+=\";\")},Program:function e(t){var n=t.body,i=n.length,r=i-1;c&&i>0&&(ei.js+=\"\\n\");for(var a=0;a<i;a++){var o=n[a];ei.js+=ei.indent,ea[o.type](o,H.s5(!c&&a===r)),a!==r&&(ei.js+=ei.newline)}},FunctionDeclaration:function e(t){var n=!!t.generator;t.async&&(ei.js+=\"async \"),ei.js+=n?\"function*\"+ei.optSpace:\"function\"+ei.space,ei.js+=t.id.name,B(t)},ReturnStatement:function e(t,n){var i=t.argument;if(i){var r=J(i,H.e5);ei.js+=O(\"return\",r)}else ei.js+=\"return\";(l||!n.semicolonOptional)&&(ei.js+=\";\")},WhileStatement:function e(t,n){var i=t.body,r=t.test,a=!l&&n.semicolonOptional,o=L();ei.js+=\"while\"+ei.optSpace+\"(\",er[r.type](r,H.e5),ei.js+=\")\",ei.indent=o,ei.js+=I(i),ea[i.type](i,H.s4(a))},WithStatement:function e(t,n){var i=t.body,r=t.object,a=!l&&n.semicolonOptional,o=L();ei.js+=\"with\"+ei.optSpace+\"(\",er[r.type](r,H.e5),ei.js+=\")\",ei.indent=o,ei.js+=I(i),ea[i.type](i,H.s4(a))}};function X(e,t){ea[e.type](e,t)}function J(e,t){var n=ei.js;ei.js=\"\",er[e.type](e,t);var i=ei.js;return ei.js=n,i}function Z(e,t){var n=ei.js;ei.js=\"\",ea[e.type](e,t);var i=ei.js;return ei.js=n,i}function ee(e){return ei.js=\"\",ea[e.type]?ea[e.type](e,H.s7):er[e.type](e,H.e19),ei.js}function et(e){return function(t,n){p.verbatim&&t.hasOwnProperty(p.verbatim)?M(t,n):e(t,n)}}function en(){var e={};for(var t in K)K.hasOwnProperty(t)&&(e[t]=et(K[t]));return e}var ei={js:\"\",newline:\"\\n\",optSpace:\" \",space:\" \",indentUnit:\"    \",indent:\"\"},er=void 0,ea=Q;t.generate=function(e,t){var n=f();return null!=t?(\"string\"==typeof t.indent&&(n.format.indent.style=t.indent),\"number\"==typeof t.base&&(n.format.indent.base=t.base),t=y(n,t),ei.indentUnit=t.format.indent.style,\"string\"==typeof t.base?ei.indent=t.base:ei.indent=E(ei.indentUnit,t.format.indent.base)):(t=n,ei.indentUnit=t.format.indent.style,ei.indent=E(ei.indentUnit,t.format.indent.base)),i=t.format.json,r=t.format.renumber,a=!i&&t.format.hexadecimal,o=i?\"double\":t.format.quotes,s=t.format.escapeless,ei.newline=t.format.newline,ei.optSpace=t.format.space,t.format.compact&&(ei.newline=ei.optSpace=ei.indentUnit=ei.indent=\"\"),ei.space=ei.optSpace?ei.optSpace:\" \",_=t.format.parentheses,l=t.format.semicolons,c=t.format.safeConcatenation,u=t.directive,$=i?null:t.parse,er=(p=t).verbatim?en():K,ee(e)}},e=>{\"use strict\";var t={decodeValues:!0,map:!1,silent:!1};function n(e){return\"string\"==typeof e&&!!e.trim()}function i(e,i){var r=e.split(\";\").filter(n),a=r.shift().split(\"=\"),o=a.shift(),s=a.join(\"=\");i=i?Object.assign({},t,i):t;try{s=i.decodeValues?decodeURIComponent(s):s}catch(_){console.error(\"set-cookie-parser encountered an error while decoding a cookie with value '\"+s+\"'. Set options.decodeValues to false to disable this feature.\",_)}var l={name:o,value:s};return r.forEach(function(e){var t=e.split(\"=\"),n=t.shift().trimLeft().toLowerCase(),i=t.join(\"=\");\"expires\"===n?l.expires=new Date(i):\"max-age\"===n?l.maxAge=parseInt(i,10):\"secure\"===n?l.secure=!0:\"httponly\"===n?l.httpOnly=!0:\"samesite\"===n?l.sameSite=i:l[n]=i}),l}function r(e,r){if(r=r?Object.assign({},t,r):t,!e)return r.map?{}:[];if(e.headers&&e.headers[\"set-cookie\"])e=e.headers[\"set-cookie\"];else if(e.headers){var a=e.headers[Object.keys(e.headers).find(function(e){return\"set-cookie\"===e.toLowerCase()})];a||!e.headers.cookie||r.silent||console.warn(\"Warning: set-cookie-parser appears to have been called on a request object. It is designed to parse Set-Cookie headers from responses, not Cookie headers from requests. Set the option {silent: true} to suppress this warning.\"),e=a}return(Array.isArray(e)||(e=[e]),(r=r?Object.assign({},t,r):t).map)?e.filter(n).reduce(function(e,t){var n=i(t,r);return e[n.name]=n,e},{}):e.filter(n).map(function(e){return i(e,r)})}function a(e){if(Array.isArray(e))return e;if(\"string\"!=typeof e)return[];var t,n,i,r,a,o=[],s=0;function _(){for(;s<e.length&&/\\s/.test(e.charAt(s));)s+=1;return s<e.length}function l(){return\"=\"!==(n=e.charAt(s))&&\";\"!==n&&\",\"!==n}for(;s<e.length;){for(t=s,a=!1;_();)if(\",\"===(n=e.charAt(s))){for(i=s,s+=1,_(),r=s;s<e.length&&l();)s+=1;s<e.length&&\"=\"===e.charAt(s)?(a=!0,s=r,o.push(e.substring(t,i)),t=s):s=i+1}else s+=1;(!a||s>=e.length)&&o.push(e.substring(t,e.length))}return o}e.exports=r,e.exports.parse=r,e.exports.parseString=i,e.exports.splitCookiesString=a},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{xor:()=>i,plain:()=>r,base64:()=>a});let i={encode:e=>e?encodeURIComponent(e.toString().split(\"\").map((e,t)=>t%2?String.fromCharCode(2^e.charCodeAt()):e).join(\"\")):e,decode(e){if(!e)return e;let[t,...n]=e.split(\"?\");return decodeURIComponent(t).split(\"\").map((e,t)=>t%2?String.fromCharCode(2^e.charCodeAt(0)):e).join(\"\")+(n.length?\"?\"+n.join(\"?\"):\"\")}},r={encode:e=>e?encodeURIComponent(e):e,decode:e=>e?decodeURIComponent(e):e},a={encode(e){if(!e)return e;e=e.toString();let t=Array.from(\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\"),n,i,r,a,o=\"\",s=e.length%3;for(let _=0;_<e.length;){if((i=e.charCodeAt(_++))>255||(r=e.charCodeAt(_++))>255||(a=e.charCodeAt(_++))>255)throw TypeError(\"invalid character found\");o+=t[(n=i<<16|r<<8|a)>>18&63]+t[n>>12&63]+t[n>>6&63]+t[63&n]}return encodeURIComponent(s?o.slice(0,s-3)+\"===\".substr(s):o)},decode(e){if(!e)return e;e=decodeURIComponent(e.toString());let t={0:52,1:53,2:54,3:55,4:56,5:57,6:58,7:59,8:60,9:61,A:0,B:1,C:2,D:3,E:4,F:5,G:6,H:7,I:8,J:9,K:10,L:11,M:12,N:13,O:14,P:15,Q:16,R:17,S:18,T:19,U:20,V:21,W:22,X:23,Y:24,Z:25,a:26,b:27,c:28,d:29,e:30,f:31,g:32,h:33,i:34,j:35,k:36,l:37,m:38,n:39,o:40,p:41,q:42,r:43,s:44,t:45,u:46,v:47,w:48,x:49,y:50,z:51,\"+\":62,\"/\":63,\"=\":64};e=e.replace(/\\s+/g,\"\"),e+=\"==\".slice(2-(3&e.length));let n,i=\"\",r,a;for(let o=0;o<e.length;)n=t[e.charAt(o++)]<<18|t[e.charAt(o++)]<<12|(r=t[e.charAt(o++)])<<6|(a=t[e.charAt(o++)]),i+=64===r?String.fromCharCode(n>>16&255):64===a?String.fromCharCode(n>>16&255,n>>8&255):String.fromCharCode(n>>16&255,n>>8&255,255&n);return i}}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>$});var i=n(145),r={},a=function(e=\"\"){if(!e.includes(\".\"))return\"\";let t=e.split(\".\");return\".\"+t[t.length-1]},o=/^\\s*([^;\\s]*)(?:;|\\s|$)/,s=/^text\\//i;function _(e){if(!e||\"string\"!=typeof e)return!1;var t=o.exec(e),n=t&&i[t[1].toLowerCase()];return n&&n.charset?n.charset:!!(t&&s.test(t[1]))&&\"UTF-8\"}function l(e){if(!e||\"string\"!=typeof e)return!1;var t=-1===e.indexOf(\"/\")?r.lookup(e):e;if(!t)return!1;if(-1===t.indexOf(\"charset\")){var n=r.charset(t);n&&(t+=\"; charset=\"+n.toLowerCase())}return t}function c(e){if(!e||\"string\"!=typeof e)return!1;var t=o.exec(e),n=t&&r.extensions[t[1].toLowerCase()];return!!n&&!!n.length&&n[0]}function u(e){if(!e||\"string\"!=typeof e)return!1;var t=a(\"x.\"+e).toLowerCase().substr(1);return!!t&&!!r.types[t]}function p(e,t){var n=[\"nginx\",\"apache\",void 0,\"iana\"];Object.keys(i).forEach(function r(a){var o=i[a],s=o.extensions;if(s&&s.length){e[a]=s;for(var _=0;_<s.length;_++){var l=s[_];if(t[l]){var c=n.indexOf(i[t[l]].source),u=n.indexOf(o.source);if(\"application/octet-stream\"!==t[l]&&(c>u||c===u&&\"application/\"===t[l].substr(0,12)))continue}t[l]=a}}})}r.charset=_,r.charsets={lookup:_},r.contentType=l,r.extension=c,r.extensions=Object.create(null),r.lookup=u,r.types=Object.create(null),p(r.extensions,r.types);let $=r},(e,t,n)=>{/*!\n     * mime-db\n     * Copyright(c) 2014 Jonathan Ong\n     * MIT Licensed\n     */ e.exports=n(146)},e=>{\"use strict\";e.exports=JSON.parse('{\"application/1d-interleaved-parityfec\":{\"source\":\"iana\"},\"application/3gpdash-qoe-report+xml\":{\"source\":\"iana\",\"charset\":\"UTF-8\",\"compressible\":true},\"application/3gpp-ims+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/3gpphal+json\":{\"source\":\"iana\",\"compressible\":true},\"application/3gpphalforms+json\":{\"source\":\"iana\",\"compressible\":true},\"application/a2l\":{\"source\":\"iana\"},\"application/ace+cbor\":{\"source\":\"iana\"},\"application/activemessage\":{\"source\":\"iana\"},\"application/activity+json\":{\"source\":\"iana\",\"compressible\":true},\"application/alto-costmap+json\":{\"source\":\"iana\",\"compressible\":true},\"application/alto-costmapfilter+json\":{\"source\":\"iana\",\"compressible\":true},\"application/alto-directory+json\":{\"source\":\"iana\",\"compressible\":true},\"application/alto-endpointcost+json\":{\"source\":\"iana\",\"compressible\":true},\"application/alto-endpointcostparams+json\":{\"source\":\"iana\",\"compressible\":true},\"application/alto-endpointprop+json\":{\"source\":\"iana\",\"compressible\":true},\"application/alto-endpointpropparams+json\":{\"source\":\"iana\",\"compressible\":true},\"application/alto-error+json\":{\"source\":\"iana\",\"compressible\":true},\"application/alto-networkmap+json\":{\"source\":\"iana\",\"compressible\":true},\"application/alto-networkmapfilter+json\":{\"source\":\"iana\",\"compressible\":true},\"application/alto-updatestreamcontrol+json\":{\"source\":\"iana\",\"compressible\":true},\"application/alto-updatestreamparams+json\":{\"source\":\"iana\",\"compressible\":true},\"application/aml\":{\"source\":\"iana\"},\"application/andrew-inset\":{\"source\":\"iana\",\"extensions\":[\"ez\"]},\"application/applefile\":{\"source\":\"iana\"},\"application/applixware\":{\"source\":\"apache\",\"extensions\":[\"aw\"]},\"application/at+jwt\":{\"source\":\"iana\"},\"application/atf\":{\"source\":\"iana\"},\"application/atfx\":{\"source\":\"iana\"},\"application/atom+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"atom\"]},\"application/atomcat+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"atomcat\"]},\"application/atomdeleted+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"atomdeleted\"]},\"application/atomicmail\":{\"source\":\"iana\"},\"application/atomsvc+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"atomsvc\"]},\"application/atsc-dwd+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"dwd\"]},\"application/atsc-dynamic-event-message\":{\"source\":\"iana\"},\"application/atsc-held+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"held\"]},\"application/atsc-rdt+json\":{\"source\":\"iana\",\"compressible\":true},\"application/atsc-rsat+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"rsat\"]},\"application/atxml\":{\"source\":\"iana\"},\"application/auth-policy+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/bacnet-xdd+zip\":{\"source\":\"iana\",\"compressible\":false},\"application/batch-smtp\":{\"source\":\"iana\"},\"application/bdoc\":{\"compressible\":false,\"extensions\":[\"bdoc\"]},\"application/beep+xml\":{\"source\":\"iana\",\"charset\":\"UTF-8\",\"compressible\":true},\"application/calendar+json\":{\"source\":\"iana\",\"compressible\":true},\"application/calendar+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"xcs\"]},\"application/call-completion\":{\"source\":\"iana\"},\"application/cals-1840\":{\"source\":\"iana\"},\"application/captive+json\":{\"source\":\"iana\",\"compressible\":true},\"application/cbor\":{\"source\":\"iana\"},\"application/cbor-seq\":{\"source\":\"iana\"},\"application/cccex\":{\"source\":\"iana\"},\"application/ccmp+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/ccxml+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"ccxml\"]},\"application/cdfx+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"cdfx\"]},\"application/cdmi-capability\":{\"source\":\"iana\",\"extensions\":[\"cdmia\"]},\"application/cdmi-container\":{\"source\":\"iana\",\"extensions\":[\"cdmic\"]},\"application/cdmi-domain\":{\"source\":\"iana\",\"extensions\":[\"cdmid\"]},\"application/cdmi-object\":{\"source\":\"iana\",\"extensions\":[\"cdmio\"]},\"application/cdmi-queue\":{\"source\":\"iana\",\"extensions\":[\"cdmiq\"]},\"application/cdni\":{\"source\":\"iana\"},\"application/cea\":{\"source\":\"iana\"},\"application/cea-2018+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/cellml+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/cfw\":{\"source\":\"iana\"},\"application/clr\":{\"source\":\"iana\"},\"application/clue+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/clue_info+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/cms\":{\"source\":\"iana\"},\"application/cnrp+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/coap-group+json\":{\"source\":\"iana\",\"compressible\":true},\"application/coap-payload\":{\"source\":\"iana\"},\"application/commonground\":{\"source\":\"iana\"},\"application/conference-info+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/cose\":{\"source\":\"iana\"},\"application/cose-key\":{\"source\":\"iana\"},\"application/cose-key-set\":{\"source\":\"iana\"},\"application/cpl+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/csrattrs\":{\"source\":\"iana\"},\"application/csta+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/cstadata+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/csvm+json\":{\"source\":\"iana\",\"compressible\":true},\"application/cu-seeme\":{\"source\":\"apache\",\"extensions\":[\"cu\"]},\"application/cwt\":{\"source\":\"iana\"},\"application/cybercash\":{\"source\":\"iana\"},\"application/dart\":{\"compressible\":true},\"application/dash+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"mpd\"]},\"application/dashdelta\":{\"source\":\"iana\"},\"application/davmount+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"davmount\"]},\"application/dca-rft\":{\"source\":\"iana\"},\"application/dcd\":{\"source\":\"iana\"},\"application/dec-dx\":{\"source\":\"iana\"},\"application/dialog-info+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/dicom\":{\"source\":\"iana\"},\"application/dicom+json\":{\"source\":\"iana\",\"compressible\":true},\"application/dicom+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/dii\":{\"source\":\"iana\"},\"application/dit\":{\"source\":\"iana\"},\"application/dns\":{\"source\":\"iana\"},\"application/dns+json\":{\"source\":\"iana\",\"compressible\":true},\"application/dns-message\":{\"source\":\"iana\"},\"application/docbook+xml\":{\"source\":\"apache\",\"compressible\":true,\"extensions\":[\"dbk\"]},\"application/dots+cbor\":{\"source\":\"iana\"},\"application/dskpp+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/dssc+der\":{\"source\":\"iana\",\"extensions\":[\"dssc\"]},\"application/dssc+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"xdssc\"]},\"application/dvcs\":{\"source\":\"iana\"},\"application/ecmascript\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"es\",\"ecma\"]},\"application/edi-consent\":{\"source\":\"iana\"},\"application/edi-x12\":{\"source\":\"iana\",\"compressible\":false},\"application/edifact\":{\"source\":\"iana\",\"compressible\":false},\"application/efi\":{\"source\":\"iana\"},\"application/elm+json\":{\"source\":\"iana\",\"charset\":\"UTF-8\",\"compressible\":true},\"application/elm+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/emergencycalldata.cap+xml\":{\"source\":\"iana\",\"charset\":\"UTF-8\",\"compressible\":true},\"application/emergencycalldata.comment+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/emergencycalldata.control+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/emergencycalldata.deviceinfo+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/emergencycalldata.ecall.msd\":{\"source\":\"iana\"},\"application/emergencycalldata.providerinfo+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/emergencycalldata.serviceinfo+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/emergencycalldata.subscriberinfo+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/emergencycalldata.veds+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/emma+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"emma\"]},\"application/emotionml+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"emotionml\"]},\"application/encaprtp\":{\"source\":\"iana\"},\"application/epp+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/epub+zip\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"epub\"]},\"application/eshop\":{\"source\":\"iana\"},\"application/exi\":{\"source\":\"iana\",\"extensions\":[\"exi\"]},\"application/expect-ct-report+json\":{\"source\":\"iana\",\"compressible\":true},\"application/express\":{\"source\":\"iana\",\"extensions\":[\"exp\"]},\"application/fastinfoset\":{\"source\":\"iana\"},\"application/fastsoap\":{\"source\":\"iana\"},\"application/fdt+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"fdt\"]},\"application/fhir+json\":{\"source\":\"iana\",\"charset\":\"UTF-8\",\"compressible\":true},\"application/fhir+xml\":{\"source\":\"iana\",\"charset\":\"UTF-8\",\"compressible\":true},\"application/fido.trusted-apps+json\":{\"compressible\":true},\"application/fits\":{\"source\":\"iana\"},\"application/flexfec\":{\"source\":\"iana\"},\"application/font-sfnt\":{\"source\":\"iana\"},\"application/font-tdpfr\":{\"source\":\"iana\",\"extensions\":[\"pfr\"]},\"application/font-woff\":{\"source\":\"iana\",\"compressible\":false},\"application/framework-attributes+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/geo+json\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"geojson\"]},\"application/geo+json-seq\":{\"source\":\"iana\"},\"application/geopackage+sqlite3\":{\"source\":\"iana\"},\"application/geoxacml+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/gltf-buffer\":{\"source\":\"iana\"},\"application/gml+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"gml\"]},\"application/gpx+xml\":{\"source\":\"apache\",\"compressible\":true,\"extensions\":[\"gpx\"]},\"application/gxf\":{\"source\":\"apache\",\"extensions\":[\"gxf\"]},\"application/gzip\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"gz\"]},\"application/h224\":{\"source\":\"iana\"},\"application/held+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/hjson\":{\"extensions\":[\"hjson\"]},\"application/http\":{\"source\":\"iana\"},\"application/hyperstudio\":{\"source\":\"iana\",\"extensions\":[\"stk\"]},\"application/ibe-key-request+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/ibe-pkg-reply+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/ibe-pp-data\":{\"source\":\"iana\"},\"application/iges\":{\"source\":\"iana\"},\"application/im-iscomposing+xml\":{\"source\":\"iana\",\"charset\":\"UTF-8\",\"compressible\":true},\"application/index\":{\"source\":\"iana\"},\"application/index.cmd\":{\"source\":\"iana\"},\"application/index.obj\":{\"source\":\"iana\"},\"application/index.response\":{\"source\":\"iana\"},\"application/index.vnd\":{\"source\":\"iana\"},\"application/inkml+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"ink\",\"inkml\"]},\"application/iotp\":{\"source\":\"iana\"},\"application/ipfix\":{\"source\":\"iana\",\"extensions\":[\"ipfix\"]},\"application/ipp\":{\"source\":\"iana\"},\"application/isup\":{\"source\":\"iana\"},\"application/its+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"its\"]},\"application/java-archive\":{\"source\":\"apache\",\"compressible\":false,\"extensions\":[\"jar\",\"war\",\"ear\"]},\"application/java-serialized-object\":{\"source\":\"apache\",\"compressible\":false,\"extensions\":[\"ser\"]},\"application/java-vm\":{\"source\":\"apache\",\"compressible\":false,\"extensions\":[\"class\"]},\"application/javascript\":{\"source\":\"iana\",\"charset\":\"UTF-8\",\"compressible\":true,\"extensions\":[\"js\",\"mjs\"]},\"application/jf2feed+json\":{\"source\":\"iana\",\"compressible\":true},\"application/jose\":{\"source\":\"iana\"},\"application/jose+json\":{\"source\":\"iana\",\"compressible\":true},\"application/jrd+json\":{\"source\":\"iana\",\"compressible\":true},\"application/jscalendar+json\":{\"source\":\"iana\",\"compressible\":true},\"application/json\":{\"source\":\"iana\",\"charset\":\"UTF-8\",\"compressible\":true,\"extensions\":[\"json\",\"map\"]},\"application/json-patch+json\":{\"source\":\"iana\",\"compressible\":true},\"application/json-seq\":{\"source\":\"iana\"},\"application/json5\":{\"extensions\":[\"json5\"]},\"application/jsonml+json\":{\"source\":\"apache\",\"compressible\":true,\"extensions\":[\"jsonml\"]},\"application/jwk+json\":{\"source\":\"iana\",\"compressible\":true},\"application/jwk-set+json\":{\"source\":\"iana\",\"compressible\":true},\"application/jwt\":{\"source\":\"iana\"},\"application/kpml-request+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/kpml-response+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/ld+json\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"jsonld\"]},\"application/lgr+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"lgr\"]},\"application/link-format\":{\"source\":\"iana\"},\"application/load-control+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/lost+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"lostxml\"]},\"application/lostsync+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/lpf+zip\":{\"source\":\"iana\",\"compressible\":false},\"application/lxf\":{\"source\":\"iana\"},\"application/mac-binhex40\":{\"source\":\"iana\",\"extensions\":[\"hqx\"]},\"application/mac-compactpro\":{\"source\":\"apache\",\"extensions\":[\"cpt\"]},\"application/macwriteii\":{\"source\":\"iana\"},\"application/mads+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"mads\"]},\"application/manifest+json\":{\"source\":\"iana\",\"charset\":\"UTF-8\",\"compressible\":true,\"extensions\":[\"webmanifest\"]},\"application/marc\":{\"source\":\"iana\",\"extensions\":[\"mrc\"]},\"application/marcxml+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"mrcx\"]},\"application/mathematica\":{\"source\":\"iana\",\"extensions\":[\"ma\",\"nb\",\"mb\"]},\"application/mathml+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"mathml\"]},\"application/mathml-content+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/mathml-presentation+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/mbms-associated-procedure-description+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/mbms-deregister+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/mbms-envelope+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/mbms-msk+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/mbms-msk-response+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/mbms-protection-description+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/mbms-reception-report+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/mbms-register+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/mbms-register-response+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/mbms-schedule+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/mbms-user-service-description+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/mbox\":{\"source\":\"iana\",\"extensions\":[\"mbox\"]},\"application/media-policy-dataset+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/media_control+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/mediaservercontrol+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"mscml\"]},\"application/merge-patch+json\":{\"source\":\"iana\",\"compressible\":true},\"application/metalink+xml\":{\"source\":\"apache\",\"compressible\":true,\"extensions\":[\"metalink\"]},\"application/metalink4+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"meta4\"]},\"application/mets+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"mets\"]},\"application/mf4\":{\"source\":\"iana\"},\"application/mikey\":{\"source\":\"iana\"},\"application/mipc\":{\"source\":\"iana\"},\"application/missing-blocks+cbor-seq\":{\"source\":\"iana\"},\"application/mmt-aei+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"maei\"]},\"application/mmt-usd+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"musd\"]},\"application/mods+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"mods\"]},\"application/moss-keys\":{\"source\":\"iana\"},\"application/moss-signature\":{\"source\":\"iana\"},\"application/mosskey-data\":{\"source\":\"iana\"},\"application/mosskey-request\":{\"source\":\"iana\"},\"application/mp21\":{\"source\":\"iana\",\"extensions\":[\"m21\",\"mp21\"]},\"application/mp4\":{\"source\":\"iana\",\"extensions\":[\"mp4s\",\"m4p\"]},\"application/mpeg4-generic\":{\"source\":\"iana\"},\"application/mpeg4-iod\":{\"source\":\"iana\"},\"application/mpeg4-iod-xmt\":{\"source\":\"iana\"},\"application/mrb-consumer+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/mrb-publish+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/msc-ivr+xml\":{\"source\":\"iana\",\"charset\":\"UTF-8\",\"compressible\":true},\"application/msc-mixer+xml\":{\"source\":\"iana\",\"charset\":\"UTF-8\",\"compressible\":true},\"application/msword\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"doc\",\"dot\"]},\"application/mud+json\":{\"source\":\"iana\",\"compressible\":true},\"application/multipart-core\":{\"source\":\"iana\"},\"application/mxf\":{\"source\":\"iana\",\"extensions\":[\"mxf\"]},\"application/n-quads\":{\"source\":\"iana\",\"extensions\":[\"nq\"]},\"application/n-triples\":{\"source\":\"iana\",\"extensions\":[\"nt\"]},\"application/nasdata\":{\"source\":\"iana\"},\"application/news-checkgroups\":{\"source\":\"iana\",\"charset\":\"US-ASCII\"},\"application/news-groupinfo\":{\"source\":\"iana\",\"charset\":\"US-ASCII\"},\"application/news-transmission\":{\"source\":\"iana\"},\"application/nlsml+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/node\":{\"source\":\"iana\",\"extensions\":[\"cjs\"]},\"application/nss\":{\"source\":\"iana\"},\"application/oauth-authz-req+jwt\":{\"source\":\"iana\"},\"application/ocsp-request\":{\"source\":\"iana\"},\"application/ocsp-response\":{\"source\":\"iana\"},\"application/octet-stream\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"bin\",\"dms\",\"lrf\",\"mar\",\"so\",\"dist\",\"distz\",\"pkg\",\"bpk\",\"dump\",\"elc\",\"deploy\",\"exe\",\"dll\",\"deb\",\"dmg\",\"iso\",\"img\",\"msi\",\"msp\",\"msm\",\"buffer\"]},\"application/oda\":{\"source\":\"iana\",\"extensions\":[\"oda\"]},\"application/odm+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/odx\":{\"source\":\"iana\"},\"application/oebps-package+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"opf\"]},\"application/ogg\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"ogx\"]},\"application/omdoc+xml\":{\"source\":\"apache\",\"compressible\":true,\"extensions\":[\"omdoc\"]},\"application/onenote\":{\"source\":\"apache\",\"extensions\":[\"onetoc\",\"onetoc2\",\"onetmp\",\"onepkg\"]},\"application/opc-nodeset+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/oscore\":{\"source\":\"iana\"},\"application/oxps\":{\"source\":\"iana\",\"extensions\":[\"oxps\"]},\"application/p21\":{\"source\":\"iana\"},\"application/p21+zip\":{\"source\":\"iana\",\"compressible\":false},\"application/p2p-overlay+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"relo\"]},\"application/parityfec\":{\"source\":\"iana\"},\"application/passport\":{\"source\":\"iana\"},\"application/patch-ops-error+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"xer\"]},\"application/pdf\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"pdf\"]},\"application/pdx\":{\"source\":\"iana\"},\"application/pem-certificate-chain\":{\"source\":\"iana\"},\"application/pgp-encrypted\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"pgp\"]},\"application/pgp-keys\":{\"source\":\"iana\"},\"application/pgp-signature\":{\"source\":\"iana\",\"extensions\":[\"asc\",\"sig\"]},\"application/pics-rules\":{\"source\":\"apache\",\"extensions\":[\"prf\"]},\"application/pidf+xml\":{\"source\":\"iana\",\"charset\":\"UTF-8\",\"compressible\":true},\"application/pidf-diff+xml\":{\"source\":\"iana\",\"charset\":\"UTF-8\",\"compressible\":true},\"application/pkcs10\":{\"source\":\"iana\",\"extensions\":[\"p10\"]},\"application/pkcs12\":{\"source\":\"iana\"},\"application/pkcs7-mime\":{\"source\":\"iana\",\"extensions\":[\"p7m\",\"p7c\"]},\"application/pkcs7-signature\":{\"source\":\"iana\",\"extensions\":[\"p7s\"]},\"application/pkcs8\":{\"source\":\"iana\",\"extensions\":[\"p8\"]},\"application/pkcs8-encrypted\":{\"source\":\"iana\"},\"application/pkix-attr-cert\":{\"source\":\"iana\",\"extensions\":[\"ac\"]},\"application/pkix-cert\":{\"source\":\"iana\",\"extensions\":[\"cer\"]},\"application/pkix-crl\":{\"source\":\"iana\",\"extensions\":[\"crl\"]},\"application/pkix-pkipath\":{\"source\":\"iana\",\"extensions\":[\"pkipath\"]},\"application/pkixcmp\":{\"source\":\"iana\",\"extensions\":[\"pki\"]},\"application/pls+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"pls\"]},\"application/poc-settings+xml\":{\"source\":\"iana\",\"charset\":\"UTF-8\",\"compressible\":true},\"application/postscript\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"ai\",\"eps\",\"ps\"]},\"application/ppsp-tracker+json\":{\"source\":\"iana\",\"compressible\":true},\"application/problem+json\":{\"source\":\"iana\",\"compressible\":true},\"application/problem+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/provenance+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"provx\"]},\"application/prs.alvestrand.titrax-sheet\":{\"source\":\"iana\"},\"application/prs.cww\":{\"source\":\"iana\",\"extensions\":[\"cww\"]},\"application/prs.cyn\":{\"source\":\"iana\",\"charset\":\"7-BIT\"},\"application/prs.hpub+zip\":{\"source\":\"iana\",\"compressible\":false},\"application/prs.nprend\":{\"source\":\"iana\"},\"application/prs.plucker\":{\"source\":\"iana\"},\"application/prs.rdf-xml-crypt\":{\"source\":\"iana\"},\"application/prs.xsf+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/pskc+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"pskcxml\"]},\"application/pvd+json\":{\"source\":\"iana\",\"compressible\":true},\"application/qsig\":{\"source\":\"iana\"},\"application/raml+yaml\":{\"compressible\":true,\"extensions\":[\"raml\"]},\"application/raptorfec\":{\"source\":\"iana\"},\"application/rdap+json\":{\"source\":\"iana\",\"compressible\":true},\"application/rdf+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"rdf\",\"owl\"]},\"application/reginfo+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"rif\"]},\"application/relax-ng-compact-syntax\":{\"source\":\"iana\",\"extensions\":[\"rnc\"]},\"application/remote-printing\":{\"source\":\"iana\"},\"application/reputon+json\":{\"source\":\"iana\",\"compressible\":true},\"application/resource-lists+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"rl\"]},\"application/resource-lists-diff+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"rld\"]},\"application/rfc+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/riscos\":{\"source\":\"iana\"},\"application/rlmi+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/rls-services+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"rs\"]},\"application/route-apd+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"rapd\"]},\"application/route-s-tsid+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"sls\"]},\"application/route-usd+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"rusd\"]},\"application/rpki-ghostbusters\":{\"source\":\"iana\",\"extensions\":[\"gbr\"]},\"application/rpki-manifest\":{\"source\":\"iana\",\"extensions\":[\"mft\"]},\"application/rpki-publication\":{\"source\":\"iana\"},\"application/rpki-roa\":{\"source\":\"iana\",\"extensions\":[\"roa\"]},\"application/rpki-updown\":{\"source\":\"iana\"},\"application/rsd+xml\":{\"source\":\"apache\",\"compressible\":true,\"extensions\":[\"rsd\"]},\"application/rss+xml\":{\"source\":\"apache\",\"compressible\":true,\"extensions\":[\"rss\"]},\"application/rtf\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"rtf\"]},\"application/rtploopback\":{\"source\":\"iana\"},\"application/rtx\":{\"source\":\"iana\"},\"application/samlassertion+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/samlmetadata+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/sarif+json\":{\"source\":\"iana\",\"compressible\":true},\"application/sarif-external-properties+json\":{\"source\":\"iana\",\"compressible\":true},\"application/sbe\":{\"source\":\"iana\"},\"application/sbml+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"sbml\"]},\"application/scaip+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/scim+json\":{\"source\":\"iana\",\"compressible\":true},\"application/scvp-cv-request\":{\"source\":\"iana\",\"extensions\":[\"scq\"]},\"application/scvp-cv-response\":{\"source\":\"iana\",\"extensions\":[\"scs\"]},\"application/scvp-vp-request\":{\"source\":\"iana\",\"extensions\":[\"spq\"]},\"application/scvp-vp-response\":{\"source\":\"iana\",\"extensions\":[\"spp\"]},\"application/sdp\":{\"source\":\"iana\",\"extensions\":[\"sdp\"]},\"application/secevent+jwt\":{\"source\":\"iana\"},\"application/senml+cbor\":{\"source\":\"iana\"},\"application/senml+json\":{\"source\":\"iana\",\"compressible\":true},\"application/senml+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"senmlx\"]},\"application/senml-etch+cbor\":{\"source\":\"iana\"},\"application/senml-etch+json\":{\"source\":\"iana\",\"compressible\":true},\"application/senml-exi\":{\"source\":\"iana\"},\"application/sensml+cbor\":{\"source\":\"iana\"},\"application/sensml+json\":{\"source\":\"iana\",\"compressible\":true},\"application/sensml+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"sensmlx\"]},\"application/sensml-exi\":{\"source\":\"iana\"},\"application/sep+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/sep-exi\":{\"source\":\"iana\"},\"application/session-info\":{\"source\":\"iana\"},\"application/set-payment\":{\"source\":\"iana\"},\"application/set-payment-initiation\":{\"source\":\"iana\",\"extensions\":[\"setpay\"]},\"application/set-registration\":{\"source\":\"iana\"},\"application/set-registration-initiation\":{\"source\":\"iana\",\"extensions\":[\"setreg\"]},\"application/sgml\":{\"source\":\"iana\"},\"application/sgml-open-catalog\":{\"source\":\"iana\"},\"application/shf+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"shf\"]},\"application/sieve\":{\"source\":\"iana\",\"extensions\":[\"siv\",\"sieve\"]},\"application/simple-filter+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/simple-message-summary\":{\"source\":\"iana\"},\"application/simplesymbolcontainer\":{\"source\":\"iana\"},\"application/sipc\":{\"source\":\"iana\"},\"application/slate\":{\"source\":\"iana\"},\"application/smil\":{\"source\":\"iana\"},\"application/smil+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"smi\",\"smil\"]},\"application/smpte336m\":{\"source\":\"iana\"},\"application/soap+fastinfoset\":{\"source\":\"iana\"},\"application/soap+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/sparql-query\":{\"source\":\"iana\",\"extensions\":[\"rq\"]},\"application/sparql-results+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"srx\"]},\"application/spdx+json\":{\"source\":\"iana\",\"compressible\":true},\"application/spirits-event+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/sql\":{\"source\":\"iana\"},\"application/srgs\":{\"source\":\"iana\",\"extensions\":[\"gram\"]},\"application/srgs+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"grxml\"]},\"application/sru+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"sru\"]},\"application/ssdl+xml\":{\"source\":\"apache\",\"compressible\":true,\"extensions\":[\"ssdl\"]},\"application/ssml+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"ssml\"]},\"application/stix+json\":{\"source\":\"iana\",\"compressible\":true},\"application/swid+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"swidtag\"]},\"application/tamp-apex-update\":{\"source\":\"iana\"},\"application/tamp-apex-update-confirm\":{\"source\":\"iana\"},\"application/tamp-community-update\":{\"source\":\"iana\"},\"application/tamp-community-update-confirm\":{\"source\":\"iana\"},\"application/tamp-error\":{\"source\":\"iana\"},\"application/tamp-sequence-adjust\":{\"source\":\"iana\"},\"application/tamp-sequence-adjust-confirm\":{\"source\":\"iana\"},\"application/tamp-status-query\":{\"source\":\"iana\"},\"application/tamp-status-response\":{\"source\":\"iana\"},\"application/tamp-update\":{\"source\":\"iana\"},\"application/tamp-update-confirm\":{\"source\":\"iana\"},\"application/tar\":{\"compressible\":true},\"application/taxii+json\":{\"source\":\"iana\",\"compressible\":true},\"application/td+json\":{\"source\":\"iana\",\"compressible\":true},\"application/tei+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"tei\",\"teicorpus\"]},\"application/tetra_isi\":{\"source\":\"iana\"},\"application/thraud+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"tfi\"]},\"application/timestamp-query\":{\"source\":\"iana\"},\"application/timestamp-reply\":{\"source\":\"iana\"},\"application/timestamped-data\":{\"source\":\"iana\",\"extensions\":[\"tsd\"]},\"application/tlsrpt+gzip\":{\"source\":\"iana\"},\"application/tlsrpt+json\":{\"source\":\"iana\",\"compressible\":true},\"application/tnauthlist\":{\"source\":\"iana\"},\"application/token-introspection+jwt\":{\"source\":\"iana\"},\"application/toml\":{\"compressible\":true,\"extensions\":[\"toml\"]},\"application/trickle-ice-sdpfrag\":{\"source\":\"iana\"},\"application/trig\":{\"source\":\"iana\",\"extensions\":[\"trig\"]},\"application/ttml+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"ttml\"]},\"application/tve-trigger\":{\"source\":\"iana\"},\"application/tzif\":{\"source\":\"iana\"},\"application/tzif-leap\":{\"source\":\"iana\"},\"application/ubjson\":{\"compressible\":false,\"extensions\":[\"ubj\"]},\"application/ulpfec\":{\"source\":\"iana\"},\"application/urc-grpsheet+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/urc-ressheet+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"rsheet\"]},\"application/urc-targetdesc+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"td\"]},\"application/urc-uisocketdesc+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vcard+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vcard+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vemmi\":{\"source\":\"iana\"},\"application/vividence.scriptfile\":{\"source\":\"apache\"},\"application/vnd.1000minds.decision-model+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"1km\"]},\"application/vnd.3gpp-prose+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp-prose-pc3ch+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp-v2x-local-service-information\":{\"source\":\"iana\"},\"application/vnd.3gpp.5gnas\":{\"source\":\"iana\"},\"application/vnd.3gpp.access-transfer-events+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.bsf+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.gmop+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.gtpc\":{\"source\":\"iana\"},\"application/vnd.3gpp.interworking-data\":{\"source\":\"iana\"},\"application/vnd.3gpp.lpp\":{\"source\":\"iana\"},\"application/vnd.3gpp.mc-signalling-ear\":{\"source\":\"iana\"},\"application/vnd.3gpp.mcdata-affiliation-command+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.mcdata-info+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.mcdata-payload\":{\"source\":\"iana\"},\"application/vnd.3gpp.mcdata-service-config+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.mcdata-signalling\":{\"source\":\"iana\"},\"application/vnd.3gpp.mcdata-ue-config+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.mcdata-user-profile+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.mcptt-affiliation-command+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.mcptt-floor-request+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.mcptt-info+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.mcptt-location-info+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.mcptt-mbms-usage-info+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.mcptt-service-config+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.mcptt-signed+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.mcptt-ue-config+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.mcptt-ue-init-config+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.mcptt-user-profile+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.mcvideo-affiliation-command+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.mcvideo-affiliation-info+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.mcvideo-info+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.mcvideo-location-info+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.mcvideo-mbms-usage-info+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.mcvideo-service-config+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.mcvideo-transmission-request+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.mcvideo-ue-config+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.mcvideo-user-profile+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.mid-call+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.ngap\":{\"source\":\"iana\"},\"application/vnd.3gpp.pfcp\":{\"source\":\"iana\"},\"application/vnd.3gpp.pic-bw-large\":{\"source\":\"iana\",\"extensions\":[\"plb\"]},\"application/vnd.3gpp.pic-bw-small\":{\"source\":\"iana\",\"extensions\":[\"psb\"]},\"application/vnd.3gpp.pic-bw-var\":{\"source\":\"iana\",\"extensions\":[\"pvb\"]},\"application/vnd.3gpp.s1ap\":{\"source\":\"iana\"},\"application/vnd.3gpp.sms\":{\"source\":\"iana\"},\"application/vnd.3gpp.sms+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.srvcc-ext+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.srvcc-info+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.state-and-event-info+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp.ussd+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp2.bcmcsinfo+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.3gpp2.sms\":{\"source\":\"iana\"},\"application/vnd.3gpp2.tcap\":{\"source\":\"iana\",\"extensions\":[\"tcap\"]},\"application/vnd.3lightssoftware.imagescal\":{\"source\":\"iana\"},\"application/vnd.3m.post-it-notes\":{\"source\":\"iana\",\"extensions\":[\"pwn\"]},\"application/vnd.accpac.simply.aso\":{\"source\":\"iana\",\"extensions\":[\"aso\"]},\"application/vnd.accpac.simply.imp\":{\"source\":\"iana\",\"extensions\":[\"imp\"]},\"application/vnd.acucobol\":{\"source\":\"iana\",\"extensions\":[\"acu\"]},\"application/vnd.acucorp\":{\"source\":\"iana\",\"extensions\":[\"atc\",\"acutc\"]},\"application/vnd.adobe.air-application-installer-package+zip\":{\"source\":\"apache\",\"compressible\":false,\"extensions\":[\"air\"]},\"application/vnd.adobe.flash.movie\":{\"source\":\"iana\"},\"application/vnd.adobe.formscentral.fcdt\":{\"source\":\"iana\",\"extensions\":[\"fcdt\"]},\"application/vnd.adobe.fxp\":{\"source\":\"iana\",\"extensions\":[\"fxp\",\"fxpl\"]},\"application/vnd.adobe.partial-upload\":{\"source\":\"iana\"},\"application/vnd.adobe.xdp+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"xdp\"]},\"application/vnd.adobe.xfdf\":{\"source\":\"iana\",\"extensions\":[\"xfdf\"]},\"application/vnd.aether.imp\":{\"source\":\"iana\"},\"application/vnd.afpc.afplinedata\":{\"source\":\"iana\"},\"application/vnd.afpc.afplinedata-pagedef\":{\"source\":\"iana\"},\"application/vnd.afpc.cmoca-cmresource\":{\"source\":\"iana\"},\"application/vnd.afpc.foca-charset\":{\"source\":\"iana\"},\"application/vnd.afpc.foca-codedfont\":{\"source\":\"iana\"},\"application/vnd.afpc.foca-codepage\":{\"source\":\"iana\"},\"application/vnd.afpc.modca\":{\"source\":\"iana\"},\"application/vnd.afpc.modca-cmtable\":{\"source\":\"iana\"},\"application/vnd.afpc.modca-formdef\":{\"source\":\"iana\"},\"application/vnd.afpc.modca-mediummap\":{\"source\":\"iana\"},\"application/vnd.afpc.modca-objectcontainer\":{\"source\":\"iana\"},\"application/vnd.afpc.modca-overlay\":{\"source\":\"iana\"},\"application/vnd.afpc.modca-pagesegment\":{\"source\":\"iana\"},\"application/vnd.age\":{\"source\":\"iana\",\"extensions\":[\"age\"]},\"application/vnd.ah-barcode\":{\"source\":\"iana\"},\"application/vnd.ahead.space\":{\"source\":\"iana\",\"extensions\":[\"ahead\"]},\"application/vnd.airzip.filesecure.azf\":{\"source\":\"iana\",\"extensions\":[\"azf\"]},\"application/vnd.airzip.filesecure.azs\":{\"source\":\"iana\",\"extensions\":[\"azs\"]},\"application/vnd.amadeus+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.amazon.ebook\":{\"source\":\"apache\",\"extensions\":[\"azw\"]},\"application/vnd.amazon.mobi8-ebook\":{\"source\":\"iana\"},\"application/vnd.americandynamics.acc\":{\"source\":\"iana\",\"extensions\":[\"acc\"]},\"application/vnd.amiga.ami\":{\"source\":\"iana\",\"extensions\":[\"ami\"]},\"application/vnd.amundsen.maze+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.android.ota\":{\"source\":\"iana\"},\"application/vnd.android.package-archive\":{\"source\":\"apache\",\"compressible\":false,\"extensions\":[\"apk\"]},\"application/vnd.anki\":{\"source\":\"iana\"},\"application/vnd.anser-web-certificate-issue-initiation\":{\"source\":\"iana\",\"extensions\":[\"cii\"]},\"application/vnd.anser-web-funds-transfer-initiation\":{\"source\":\"apache\",\"extensions\":[\"fti\"]},\"application/vnd.antix.game-component\":{\"source\":\"iana\",\"extensions\":[\"atx\"]},\"application/vnd.apache.arrow.file\":{\"source\":\"iana\"},\"application/vnd.apache.arrow.stream\":{\"source\":\"iana\"},\"application/vnd.apache.thrift.binary\":{\"source\":\"iana\"},\"application/vnd.apache.thrift.compact\":{\"source\":\"iana\"},\"application/vnd.apache.thrift.json\":{\"source\":\"iana\"},\"application/vnd.api+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.aplextor.warrp+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.apothekende.reservation+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.apple.installer+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"mpkg\"]},\"application/vnd.apple.keynote\":{\"source\":\"iana\",\"extensions\":[\"key\"]},\"application/vnd.apple.mpegurl\":{\"source\":\"iana\",\"extensions\":[\"m3u8\"]},\"application/vnd.apple.numbers\":{\"source\":\"iana\",\"extensions\":[\"numbers\"]},\"application/vnd.apple.pages\":{\"source\":\"iana\",\"extensions\":[\"pages\"]},\"application/vnd.apple.pkpass\":{\"compressible\":false,\"extensions\":[\"pkpass\"]},\"application/vnd.arastra.swi\":{\"source\":\"iana\"},\"application/vnd.aristanetworks.swi\":{\"source\":\"iana\",\"extensions\":[\"swi\"]},\"application/vnd.artisan+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.artsquare\":{\"source\":\"iana\"},\"application/vnd.astraea-software.iota\":{\"source\":\"iana\",\"extensions\":[\"iota\"]},\"application/vnd.audiograph\":{\"source\":\"iana\",\"extensions\":[\"aep\"]},\"application/vnd.autopackage\":{\"source\":\"iana\"},\"application/vnd.avalon+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.avistar+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.balsamiq.bmml+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"bmml\"]},\"application/vnd.balsamiq.bmpr\":{\"source\":\"iana\"},\"application/vnd.banana-accounting\":{\"source\":\"iana\"},\"application/vnd.bbf.usp.error\":{\"source\":\"iana\"},\"application/vnd.bbf.usp.msg\":{\"source\":\"iana\"},\"application/vnd.bbf.usp.msg+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.bekitzur-stech+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.bint.med-content\":{\"source\":\"iana\"},\"application/vnd.biopax.rdf+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.blink-idb-value-wrapper\":{\"source\":\"iana\"},\"application/vnd.blueice.multipass\":{\"source\":\"iana\",\"extensions\":[\"mpm\"]},\"application/vnd.bluetooth.ep.oob\":{\"source\":\"iana\"},\"application/vnd.bluetooth.le.oob\":{\"source\":\"iana\"},\"application/vnd.bmi\":{\"source\":\"iana\",\"extensions\":[\"bmi\"]},\"application/vnd.bpf\":{\"source\":\"iana\"},\"application/vnd.bpf3\":{\"source\":\"iana\"},\"application/vnd.businessobjects\":{\"source\":\"iana\",\"extensions\":[\"rep\"]},\"application/vnd.byu.uapi+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.cab-jscript\":{\"source\":\"iana\"},\"application/vnd.canon-cpdl\":{\"source\":\"iana\"},\"application/vnd.canon-lips\":{\"source\":\"iana\"},\"application/vnd.capasystems-pg+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.cendio.thinlinc.clientconf\":{\"source\":\"iana\"},\"application/vnd.century-systems.tcp_stream\":{\"source\":\"iana\"},\"application/vnd.chemdraw+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"cdxml\"]},\"application/vnd.chess-pgn\":{\"source\":\"iana\"},\"application/vnd.chipnuts.karaoke-mmd\":{\"source\":\"iana\",\"extensions\":[\"mmd\"]},\"application/vnd.ciedi\":{\"source\":\"iana\"},\"application/vnd.cinderella\":{\"source\":\"iana\",\"extensions\":[\"cdy\"]},\"application/vnd.cirpack.isdn-ext\":{\"source\":\"iana\"},\"application/vnd.citationstyles.style+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"csl\"]},\"application/vnd.claymore\":{\"source\":\"iana\",\"extensions\":[\"cla\"]},\"application/vnd.cloanto.rp9\":{\"source\":\"iana\",\"extensions\":[\"rp9\"]},\"application/vnd.clonk.c4group\":{\"source\":\"iana\",\"extensions\":[\"c4g\",\"c4d\",\"c4f\",\"c4p\",\"c4u\"]},\"application/vnd.cluetrust.cartomobile-config\":{\"source\":\"iana\",\"extensions\":[\"c11amc\"]},\"application/vnd.cluetrust.cartomobile-config-pkg\":{\"source\":\"iana\",\"extensions\":[\"c11amz\"]},\"application/vnd.coffeescript\":{\"source\":\"iana\"},\"application/vnd.collabio.xodocuments.document\":{\"source\":\"iana\"},\"application/vnd.collabio.xodocuments.document-template\":{\"source\":\"iana\"},\"application/vnd.collabio.xodocuments.presentation\":{\"source\":\"iana\"},\"application/vnd.collabio.xodocuments.presentation-template\":{\"source\":\"iana\"},\"application/vnd.collabio.xodocuments.spreadsheet\":{\"source\":\"iana\"},\"application/vnd.collabio.xodocuments.spreadsheet-template\":{\"source\":\"iana\"},\"application/vnd.collection+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.collection.doc+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.collection.next+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.comicbook+zip\":{\"source\":\"iana\",\"compressible\":false},\"application/vnd.comicbook-rar\":{\"source\":\"iana\"},\"application/vnd.commerce-battelle\":{\"source\":\"iana\"},\"application/vnd.commonspace\":{\"source\":\"iana\",\"extensions\":[\"csp\"]},\"application/vnd.contact.cmsg\":{\"source\":\"iana\",\"extensions\":[\"cdbcmsg\"]},\"application/vnd.coreos.ignition+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.cosmocaller\":{\"source\":\"iana\",\"extensions\":[\"cmc\"]},\"application/vnd.crick.clicker\":{\"source\":\"iana\",\"extensions\":[\"clkx\"]},\"application/vnd.crick.clicker.keyboard\":{\"source\":\"iana\",\"extensions\":[\"clkk\"]},\"application/vnd.crick.clicker.palette\":{\"source\":\"iana\",\"extensions\":[\"clkp\"]},\"application/vnd.crick.clicker.template\":{\"source\":\"iana\",\"extensions\":[\"clkt\"]},\"application/vnd.crick.clicker.wordbank\":{\"source\":\"iana\",\"extensions\":[\"clkw\"]},\"application/vnd.criticaltools.wbs+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"wbs\"]},\"application/vnd.cryptii.pipe+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.crypto-shade-file\":{\"source\":\"iana\"},\"application/vnd.cryptomator.encrypted\":{\"source\":\"iana\"},\"application/vnd.cryptomator.vault\":{\"source\":\"iana\"},\"application/vnd.ctc-posml\":{\"source\":\"iana\",\"extensions\":[\"pml\"]},\"application/vnd.ctct.ws+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.cups-pdf\":{\"source\":\"iana\"},\"application/vnd.cups-postscript\":{\"source\":\"iana\"},\"application/vnd.cups-ppd\":{\"source\":\"iana\",\"extensions\":[\"ppd\"]},\"application/vnd.cups-raster\":{\"source\":\"iana\"},\"application/vnd.cups-raw\":{\"source\":\"iana\"},\"application/vnd.curl\":{\"source\":\"iana\"},\"application/vnd.curl.car\":{\"source\":\"apache\",\"extensions\":[\"car\"]},\"application/vnd.curl.pcurl\":{\"source\":\"apache\",\"extensions\":[\"pcurl\"]},\"application/vnd.cyan.dean.root+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.cybank\":{\"source\":\"iana\"},\"application/vnd.cyclonedx+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.cyclonedx+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.d2l.coursepackage1p0+zip\":{\"source\":\"iana\",\"compressible\":false},\"application/vnd.d3m-dataset\":{\"source\":\"iana\"},\"application/vnd.d3m-problem\":{\"source\":\"iana\"},\"application/vnd.dart\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"dart\"]},\"application/vnd.data-vision.rdz\":{\"source\":\"iana\",\"extensions\":[\"rdz\"]},\"application/vnd.datapackage+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.dataresource+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.dbf\":{\"source\":\"iana\",\"extensions\":[\"dbf\"]},\"application/vnd.debian.binary-package\":{\"source\":\"iana\"},\"application/vnd.dece.data\":{\"source\":\"iana\",\"extensions\":[\"uvf\",\"uvvf\",\"uvd\",\"uvvd\"]},\"application/vnd.dece.ttml+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"uvt\",\"uvvt\"]},\"application/vnd.dece.unspecified\":{\"source\":\"iana\",\"extensions\":[\"uvx\",\"uvvx\"]},\"application/vnd.dece.zip\":{\"source\":\"iana\",\"extensions\":[\"uvz\",\"uvvz\"]},\"application/vnd.denovo.fcselayout-link\":{\"source\":\"iana\",\"extensions\":[\"fe_launch\"]},\"application/vnd.desmume.movie\":{\"source\":\"iana\"},\"application/vnd.dir-bi.plate-dl-nosuffix\":{\"source\":\"iana\"},\"application/vnd.dm.delegation+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.dna\":{\"source\":\"iana\",\"extensions\":[\"dna\"]},\"application/vnd.document+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.dolby.mlp\":{\"source\":\"apache\",\"extensions\":[\"mlp\"]},\"application/vnd.dolby.mobile.1\":{\"source\":\"iana\"},\"application/vnd.dolby.mobile.2\":{\"source\":\"iana\"},\"application/vnd.doremir.scorecloud-binary-document\":{\"source\":\"iana\"},\"application/vnd.dpgraph\":{\"source\":\"iana\",\"extensions\":[\"dpg\"]},\"application/vnd.dreamfactory\":{\"source\":\"iana\",\"extensions\":[\"dfac\"]},\"application/vnd.drive+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.ds-keypoint\":{\"source\":\"apache\",\"extensions\":[\"kpxx\"]},\"application/vnd.dtg.local\":{\"source\":\"iana\"},\"application/vnd.dtg.local.flash\":{\"source\":\"iana\"},\"application/vnd.dtg.local.html\":{\"source\":\"iana\"},\"application/vnd.dvb.ait\":{\"source\":\"iana\",\"extensions\":[\"ait\"]},\"application/vnd.dvb.dvbisl+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.dvb.dvbj\":{\"source\":\"iana\"},\"application/vnd.dvb.esgcontainer\":{\"source\":\"iana\"},\"application/vnd.dvb.ipdcdftnotifaccess\":{\"source\":\"iana\"},\"application/vnd.dvb.ipdcesgaccess\":{\"source\":\"iana\"},\"application/vnd.dvb.ipdcesgaccess2\":{\"source\":\"iana\"},\"application/vnd.dvb.ipdcesgpdd\":{\"source\":\"iana\"},\"application/vnd.dvb.ipdcroaming\":{\"source\":\"iana\"},\"application/vnd.dvb.iptv.alfec-base\":{\"source\":\"iana\"},\"application/vnd.dvb.iptv.alfec-enhancement\":{\"source\":\"iana\"},\"application/vnd.dvb.notif-aggregate-root+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.dvb.notif-container+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.dvb.notif-generic+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.dvb.notif-ia-msglist+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.dvb.notif-ia-registration-request+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.dvb.notif-ia-registration-response+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.dvb.notif-init+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.dvb.pfr\":{\"source\":\"iana\"},\"application/vnd.dvb.service\":{\"source\":\"iana\",\"extensions\":[\"svc\"]},\"application/vnd.dxr\":{\"source\":\"iana\"},\"application/vnd.dynageo\":{\"source\":\"iana\",\"extensions\":[\"geo\"]},\"application/vnd.dzr\":{\"source\":\"iana\"},\"application/vnd.easykaraoke.cdgdownload\":{\"source\":\"iana\"},\"application/vnd.ecdis-update\":{\"source\":\"iana\"},\"application/vnd.ecip.rlp\":{\"source\":\"iana\"},\"application/vnd.ecowin.chart\":{\"source\":\"iana\",\"extensions\":[\"mag\"]},\"application/vnd.ecowin.filerequest\":{\"source\":\"iana\"},\"application/vnd.ecowin.fileupdate\":{\"source\":\"iana\"},\"application/vnd.ecowin.series\":{\"source\":\"iana\"},\"application/vnd.ecowin.seriesrequest\":{\"source\":\"iana\"},\"application/vnd.ecowin.seriesupdate\":{\"source\":\"iana\"},\"application/vnd.efi.img\":{\"source\":\"iana\"},\"application/vnd.efi.iso\":{\"source\":\"iana\"},\"application/vnd.emclient.accessrequest+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.enliven\":{\"source\":\"iana\",\"extensions\":[\"nml\"]},\"application/vnd.enphase.envoy\":{\"source\":\"iana\"},\"application/vnd.eprints.data+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.epson.esf\":{\"source\":\"iana\",\"extensions\":[\"esf\"]},\"application/vnd.epson.msf\":{\"source\":\"iana\",\"extensions\":[\"msf\"]},\"application/vnd.epson.quickanime\":{\"source\":\"iana\",\"extensions\":[\"qam\"]},\"application/vnd.epson.salt\":{\"source\":\"iana\",\"extensions\":[\"slt\"]},\"application/vnd.epson.ssf\":{\"source\":\"iana\",\"extensions\":[\"ssf\"]},\"application/vnd.ericsson.quickcall\":{\"source\":\"iana\"},\"application/vnd.espass-espass+zip\":{\"source\":\"iana\",\"compressible\":false},\"application/vnd.eszigno3+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"es3\",\"et3\"]},\"application/vnd.etsi.aoc+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.etsi.asic-e+zip\":{\"source\":\"iana\",\"compressible\":false},\"application/vnd.etsi.asic-s+zip\":{\"source\":\"iana\",\"compressible\":false},\"application/vnd.etsi.cug+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.etsi.iptvcommand+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.etsi.iptvdiscovery+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.etsi.iptvprofile+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.etsi.iptvsad-bc+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.etsi.iptvsad-cod+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.etsi.iptvsad-npvr+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.etsi.iptvservice+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.etsi.iptvsync+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.etsi.iptvueprofile+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.etsi.mcid+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.etsi.mheg5\":{\"source\":\"iana\"},\"application/vnd.etsi.overload-control-policy-dataset+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.etsi.pstn+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.etsi.sci+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.etsi.simservs+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.etsi.timestamp-token\":{\"source\":\"iana\"},\"application/vnd.etsi.tsl+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.etsi.tsl.der\":{\"source\":\"iana\"},\"application/vnd.eudora.data\":{\"source\":\"iana\"},\"application/vnd.evolv.ecig.profile\":{\"source\":\"iana\"},\"application/vnd.evolv.ecig.settings\":{\"source\":\"iana\"},\"application/vnd.evolv.ecig.theme\":{\"source\":\"iana\"},\"application/vnd.exstream-empower+zip\":{\"source\":\"iana\",\"compressible\":false},\"application/vnd.exstream-package\":{\"source\":\"iana\"},\"application/vnd.ezpix-album\":{\"source\":\"iana\",\"extensions\":[\"ez2\"]},\"application/vnd.ezpix-package\":{\"source\":\"iana\",\"extensions\":[\"ez3\"]},\"application/vnd.f-secure.mobile\":{\"source\":\"iana\"},\"application/vnd.fastcopy-disk-image\":{\"source\":\"iana\"},\"application/vnd.fdf\":{\"source\":\"iana\",\"extensions\":[\"fdf\"]},\"application/vnd.fdsn.mseed\":{\"source\":\"iana\",\"extensions\":[\"mseed\"]},\"application/vnd.fdsn.seed\":{\"source\":\"iana\",\"extensions\":[\"seed\",\"dataless\"]},\"application/vnd.ffsns\":{\"source\":\"iana\"},\"application/vnd.ficlab.flb+zip\":{\"source\":\"iana\",\"compressible\":false},\"application/vnd.filmit.zfc\":{\"source\":\"iana\"},\"application/vnd.fints\":{\"source\":\"iana\"},\"application/vnd.firemonkeys.cloudcell\":{\"source\":\"iana\"},\"application/vnd.flographit\":{\"source\":\"iana\",\"extensions\":[\"gph\"]},\"application/vnd.fluxtime.clip\":{\"source\":\"iana\",\"extensions\":[\"ftc\"]},\"application/vnd.font-fontforge-sfd\":{\"source\":\"iana\"},\"application/vnd.framemaker\":{\"source\":\"iana\",\"extensions\":[\"fm\",\"frame\",\"maker\",\"book\"]},\"application/vnd.frogans.fnc\":{\"source\":\"iana\",\"extensions\":[\"fnc\"]},\"application/vnd.frogans.ltf\":{\"source\":\"iana\",\"extensions\":[\"ltf\"]},\"application/vnd.fsc.weblaunch\":{\"source\":\"iana\",\"extensions\":[\"fsc\"]},\"application/vnd.fujifilm.fb.docuworks\":{\"source\":\"iana\"},\"application/vnd.fujifilm.fb.docuworks.binder\":{\"source\":\"iana\"},\"application/vnd.fujifilm.fb.docuworks.container\":{\"source\":\"iana\"},\"application/vnd.fujifilm.fb.jfi+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.fujitsu.oasys\":{\"source\":\"iana\",\"extensions\":[\"oas\"]},\"application/vnd.fujitsu.oasys2\":{\"source\":\"iana\",\"extensions\":[\"oa2\"]},\"application/vnd.fujitsu.oasys3\":{\"source\":\"iana\",\"extensions\":[\"oa3\"]},\"application/vnd.fujitsu.oasysgp\":{\"source\":\"iana\",\"extensions\":[\"fg5\"]},\"application/vnd.fujitsu.oasysprs\":{\"source\":\"iana\",\"extensions\":[\"bh2\"]},\"application/vnd.fujixerox.art-ex\":{\"source\":\"iana\"},\"application/vnd.fujixerox.art4\":{\"source\":\"iana\"},\"application/vnd.fujixerox.ddd\":{\"source\":\"iana\",\"extensions\":[\"ddd\"]},\"application/vnd.fujixerox.docuworks\":{\"source\":\"iana\",\"extensions\":[\"xdw\"]},\"application/vnd.fujixerox.docuworks.binder\":{\"source\":\"iana\",\"extensions\":[\"xbd\"]},\"application/vnd.fujixerox.docuworks.container\":{\"source\":\"iana\"},\"application/vnd.fujixerox.hbpl\":{\"source\":\"iana\"},\"application/vnd.fut-misnet\":{\"source\":\"iana\"},\"application/vnd.futoin+cbor\":{\"source\":\"iana\"},\"application/vnd.futoin+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.fuzzysheet\":{\"source\":\"iana\",\"extensions\":[\"fzs\"]},\"application/vnd.genomatix.tuxedo\":{\"source\":\"iana\",\"extensions\":[\"txd\"]},\"application/vnd.gentics.grd+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.geo+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.geocube+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.geogebra.file\":{\"source\":\"iana\",\"extensions\":[\"ggb\"]},\"application/vnd.geogebra.slides\":{\"source\":\"iana\"},\"application/vnd.geogebra.tool\":{\"source\":\"iana\",\"extensions\":[\"ggt\"]},\"application/vnd.geometry-explorer\":{\"source\":\"iana\",\"extensions\":[\"gex\",\"gre\"]},\"application/vnd.geonext\":{\"source\":\"iana\",\"extensions\":[\"gxt\"]},\"application/vnd.geoplan\":{\"source\":\"iana\",\"extensions\":[\"g2w\"]},\"application/vnd.geospace\":{\"source\":\"iana\",\"extensions\":[\"g3w\"]},\"application/vnd.gerber\":{\"source\":\"iana\"},\"application/vnd.globalplatform.card-content-mgt\":{\"source\":\"iana\"},\"application/vnd.globalplatform.card-content-mgt-response\":{\"source\":\"iana\"},\"application/vnd.gmx\":{\"source\":\"iana\",\"extensions\":[\"gmx\"]},\"application/vnd.google-apps.document\":{\"compressible\":false,\"extensions\":[\"gdoc\"]},\"application/vnd.google-apps.presentation\":{\"compressible\":false,\"extensions\":[\"gslides\"]},\"application/vnd.google-apps.spreadsheet\":{\"compressible\":false,\"extensions\":[\"gsheet\"]},\"application/vnd.google-earth.kml+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"kml\"]},\"application/vnd.google-earth.kmz\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"kmz\"]},\"application/vnd.gov.sk.e-form+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.gov.sk.e-form+zip\":{\"source\":\"iana\",\"compressible\":false},\"application/vnd.gov.sk.xmldatacontainer+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.grafeq\":{\"source\":\"iana\",\"extensions\":[\"gqf\",\"gqs\"]},\"application/vnd.gridmp\":{\"source\":\"iana\"},\"application/vnd.groove-account\":{\"source\":\"iana\",\"extensions\":[\"gac\"]},\"application/vnd.groove-help\":{\"source\":\"iana\",\"extensions\":[\"ghf\"]},\"application/vnd.groove-identity-message\":{\"source\":\"iana\",\"extensions\":[\"gim\"]},\"application/vnd.groove-injector\":{\"source\":\"iana\",\"extensions\":[\"grv\"]},\"application/vnd.groove-tool-message\":{\"source\":\"iana\",\"extensions\":[\"gtm\"]},\"application/vnd.groove-tool-template\":{\"source\":\"iana\",\"extensions\":[\"tpl\"]},\"application/vnd.groove-vcard\":{\"source\":\"iana\",\"extensions\":[\"vcg\"]},\"application/vnd.hal+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.hal+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"hal\"]},\"application/vnd.handheld-entertainment+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"zmm\"]},\"application/vnd.hbci\":{\"source\":\"iana\",\"extensions\":[\"hbci\"]},\"application/vnd.hc+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.hcl-bireports\":{\"source\":\"iana\"},\"application/vnd.hdt\":{\"source\":\"iana\"},\"application/vnd.heroku+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.hhe.lesson-player\":{\"source\":\"iana\",\"extensions\":[\"les\"]},\"application/vnd.hp-hpgl\":{\"source\":\"iana\",\"extensions\":[\"hpgl\"]},\"application/vnd.hp-hpid\":{\"source\":\"iana\",\"extensions\":[\"hpid\"]},\"application/vnd.hp-hps\":{\"source\":\"iana\",\"extensions\":[\"hps\"]},\"application/vnd.hp-jlyt\":{\"source\":\"iana\",\"extensions\":[\"jlt\"]},\"application/vnd.hp-pcl\":{\"source\":\"iana\",\"extensions\":[\"pcl\"]},\"application/vnd.hp-pclxl\":{\"source\":\"iana\",\"extensions\":[\"pclxl\"]},\"application/vnd.httphone\":{\"source\":\"iana\"},\"application/vnd.hydrostatix.sof-data\":{\"source\":\"iana\",\"extensions\":[\"sfd-hdstx\"]},\"application/vnd.hyper+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.hyper-item+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.hyperdrive+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.hzn-3d-crossword\":{\"source\":\"iana\"},\"application/vnd.ibm.afplinedata\":{\"source\":\"iana\"},\"application/vnd.ibm.electronic-media\":{\"source\":\"iana\"},\"application/vnd.ibm.minipay\":{\"source\":\"iana\",\"extensions\":[\"mpy\"]},\"application/vnd.ibm.modcap\":{\"source\":\"iana\",\"extensions\":[\"afp\",\"listafp\",\"list3820\"]},\"application/vnd.ibm.rights-management\":{\"source\":\"iana\",\"extensions\":[\"irm\"]},\"application/vnd.ibm.secure-container\":{\"source\":\"iana\",\"extensions\":[\"sc\"]},\"application/vnd.iccprofile\":{\"source\":\"iana\",\"extensions\":[\"icc\",\"icm\"]},\"application/vnd.ieee.1905\":{\"source\":\"iana\"},\"application/vnd.igloader\":{\"source\":\"iana\",\"extensions\":[\"igl\"]},\"application/vnd.imagemeter.folder+zip\":{\"source\":\"iana\",\"compressible\":false},\"application/vnd.imagemeter.image+zip\":{\"source\":\"iana\",\"compressible\":false},\"application/vnd.immervision-ivp\":{\"source\":\"iana\",\"extensions\":[\"ivp\"]},\"application/vnd.immervision-ivu\":{\"source\":\"iana\",\"extensions\":[\"ivu\"]},\"application/vnd.ims.imsccv1p1\":{\"source\":\"iana\"},\"application/vnd.ims.imsccv1p2\":{\"source\":\"iana\"},\"application/vnd.ims.imsccv1p3\":{\"source\":\"iana\"},\"application/vnd.ims.lis.v2.result+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.ims.lti.v2.toolconsumerprofile+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.ims.lti.v2.toolproxy+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.ims.lti.v2.toolproxy.id+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.ims.lti.v2.toolsettings+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.ims.lti.v2.toolsettings.simple+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.informedcontrol.rms+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.informix-visionary\":{\"source\":\"iana\"},\"application/vnd.infotech.project\":{\"source\":\"iana\"},\"application/vnd.infotech.project+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.innopath.wamp.notification\":{\"source\":\"iana\"},\"application/vnd.insors.igm\":{\"source\":\"iana\",\"extensions\":[\"igm\"]},\"application/vnd.intercon.formnet\":{\"source\":\"iana\",\"extensions\":[\"xpw\",\"xpx\"]},\"application/vnd.intergeo\":{\"source\":\"iana\",\"extensions\":[\"i2g\"]},\"application/vnd.intertrust.digibox\":{\"source\":\"iana\"},\"application/vnd.intertrust.nncp\":{\"source\":\"iana\"},\"application/vnd.intu.qbo\":{\"source\":\"iana\",\"extensions\":[\"qbo\"]},\"application/vnd.intu.qfx\":{\"source\":\"iana\",\"extensions\":[\"qfx\"]},\"application/vnd.iptc.g2.catalogitem+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.iptc.g2.conceptitem+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.iptc.g2.knowledgeitem+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.iptc.g2.newsitem+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.iptc.g2.newsmessage+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.iptc.g2.packageitem+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.iptc.g2.planningitem+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.ipunplugged.rcprofile\":{\"source\":\"iana\",\"extensions\":[\"rcprofile\"]},\"application/vnd.irepository.package+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"irp\"]},\"application/vnd.is-xpr\":{\"source\":\"iana\",\"extensions\":[\"xpr\"]},\"application/vnd.isac.fcs\":{\"source\":\"iana\",\"extensions\":[\"fcs\"]},\"application/vnd.iso11783-10+zip\":{\"source\":\"iana\",\"compressible\":false},\"application/vnd.jam\":{\"source\":\"iana\",\"extensions\":[\"jam\"]},\"application/vnd.japannet-directory-service\":{\"source\":\"iana\"},\"application/vnd.japannet-jpnstore-wakeup\":{\"source\":\"iana\"},\"application/vnd.japannet-payment-wakeup\":{\"source\":\"iana\"},\"application/vnd.japannet-registration\":{\"source\":\"iana\"},\"application/vnd.japannet-registration-wakeup\":{\"source\":\"iana\"},\"application/vnd.japannet-setstore-wakeup\":{\"source\":\"iana\"},\"application/vnd.japannet-verification\":{\"source\":\"iana\"},\"application/vnd.japannet-verification-wakeup\":{\"source\":\"iana\"},\"application/vnd.jcp.javame.midlet-rms\":{\"source\":\"iana\",\"extensions\":[\"rms\"]},\"application/vnd.jisp\":{\"source\":\"iana\",\"extensions\":[\"jisp\"]},\"application/vnd.joost.joda-archive\":{\"source\":\"iana\",\"extensions\":[\"joda\"]},\"application/vnd.jsk.isdn-ngn\":{\"source\":\"iana\"},\"application/vnd.kahootz\":{\"source\":\"iana\",\"extensions\":[\"ktz\",\"ktr\"]},\"application/vnd.kde.karbon\":{\"source\":\"iana\",\"extensions\":[\"karbon\"]},\"application/vnd.kde.kchart\":{\"source\":\"iana\",\"extensions\":[\"chrt\"]},\"application/vnd.kde.kformula\":{\"source\":\"iana\",\"extensions\":[\"kfo\"]},\"application/vnd.kde.kivio\":{\"source\":\"iana\",\"extensions\":[\"flw\"]},\"application/vnd.kde.kontour\":{\"source\":\"iana\",\"extensions\":[\"kon\"]},\"application/vnd.kde.kpresenter\":{\"source\":\"iana\",\"extensions\":[\"kpr\",\"kpt\"]},\"application/vnd.kde.kspread\":{\"source\":\"iana\",\"extensions\":[\"ksp\"]},\"application/vnd.kde.kword\":{\"source\":\"iana\",\"extensions\":[\"kwd\",\"kwt\"]},\"application/vnd.kenameaapp\":{\"source\":\"iana\",\"extensions\":[\"htke\"]},\"application/vnd.kidspiration\":{\"source\":\"iana\",\"extensions\":[\"kia\"]},\"application/vnd.kinar\":{\"source\":\"iana\",\"extensions\":[\"kne\",\"knp\"]},\"application/vnd.koan\":{\"source\":\"iana\",\"extensions\":[\"skp\",\"skd\",\"skt\",\"skm\"]},\"application/vnd.kodak-descriptor\":{\"source\":\"iana\",\"extensions\":[\"sse\"]},\"application/vnd.las\":{\"source\":\"iana\"},\"application/vnd.las.las+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.las.las+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"lasxml\"]},\"application/vnd.laszip\":{\"source\":\"iana\"},\"application/vnd.leap+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.liberty-request+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.llamagraphics.life-balance.desktop\":{\"source\":\"iana\",\"extensions\":[\"lbd\"]},\"application/vnd.llamagraphics.life-balance.exchange+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"lbe\"]},\"application/vnd.logipipe.circuit+zip\":{\"source\":\"iana\",\"compressible\":false},\"application/vnd.loom\":{\"source\":\"iana\"},\"application/vnd.lotus-1-2-3\":{\"source\":\"iana\",\"extensions\":[\"123\"]},\"application/vnd.lotus-approach\":{\"source\":\"iana\",\"extensions\":[\"apr\"]},\"application/vnd.lotus-freelance\":{\"source\":\"iana\",\"extensions\":[\"pre\"]},\"application/vnd.lotus-notes\":{\"source\":\"iana\",\"extensions\":[\"nsf\"]},\"application/vnd.lotus-organizer\":{\"source\":\"iana\",\"extensions\":[\"org\"]},\"application/vnd.lotus-screencam\":{\"source\":\"iana\",\"extensions\":[\"scm\"]},\"application/vnd.lotus-wordpro\":{\"source\":\"iana\",\"extensions\":[\"lwp\"]},\"application/vnd.macports.portpkg\":{\"source\":\"iana\",\"extensions\":[\"portpkg\"]},\"application/vnd.mapbox-vector-tile\":{\"source\":\"iana\",\"extensions\":[\"mvt\"]},\"application/vnd.marlin.drm.actiontoken+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.marlin.drm.conftoken+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.marlin.drm.license+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.marlin.drm.mdcf\":{\"source\":\"iana\"},\"application/vnd.mason+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.maxmind.maxmind-db\":{\"source\":\"iana\"},\"application/vnd.mcd\":{\"source\":\"iana\",\"extensions\":[\"mcd\"]},\"application/vnd.medcalcdata\":{\"source\":\"iana\",\"extensions\":[\"mc1\"]},\"application/vnd.mediastation.cdkey\":{\"source\":\"iana\",\"extensions\":[\"cdkey\"]},\"application/vnd.meridian-slingshot\":{\"source\":\"iana\"},\"application/vnd.mfer\":{\"source\":\"iana\",\"extensions\":[\"mwf\"]},\"application/vnd.mfmp\":{\"source\":\"iana\",\"extensions\":[\"mfm\"]},\"application/vnd.micro+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.micrografx.flo\":{\"source\":\"iana\",\"extensions\":[\"flo\"]},\"application/vnd.micrografx.igx\":{\"source\":\"iana\",\"extensions\":[\"igx\"]},\"application/vnd.microsoft.portable-executable\":{\"source\":\"iana\"},\"application/vnd.microsoft.windows.thumbnail-cache\":{\"source\":\"iana\"},\"application/vnd.miele+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.mif\":{\"source\":\"iana\",\"extensions\":[\"mif\"]},\"application/vnd.minisoft-hp3000-save\":{\"source\":\"iana\"},\"application/vnd.mitsubishi.misty-guard.trustweb\":{\"source\":\"iana\"},\"application/vnd.mobius.daf\":{\"source\":\"iana\",\"extensions\":[\"daf\"]},\"application/vnd.mobius.dis\":{\"source\":\"iana\",\"extensions\":[\"dis\"]},\"application/vnd.mobius.mbk\":{\"source\":\"iana\",\"extensions\":[\"mbk\"]},\"application/vnd.mobius.mqy\":{\"source\":\"iana\",\"extensions\":[\"mqy\"]},\"application/vnd.mobius.msl\":{\"source\":\"iana\",\"extensions\":[\"msl\"]},\"application/vnd.mobius.plc\":{\"source\":\"iana\",\"extensions\":[\"plc\"]},\"application/vnd.mobius.txf\":{\"source\":\"iana\",\"extensions\":[\"txf\"]},\"application/vnd.mophun.application\":{\"source\":\"iana\",\"extensions\":[\"mpn\"]},\"application/vnd.mophun.certificate\":{\"source\":\"iana\",\"extensions\":[\"mpc\"]},\"application/vnd.motorola.flexsuite\":{\"source\":\"iana\"},\"application/vnd.motorola.flexsuite.adsi\":{\"source\":\"iana\"},\"application/vnd.motorola.flexsuite.fis\":{\"source\":\"iana\"},\"application/vnd.motorola.flexsuite.gotap\":{\"source\":\"iana\"},\"application/vnd.motorola.flexsuite.kmr\":{\"source\":\"iana\"},\"application/vnd.motorola.flexsuite.ttc\":{\"source\":\"iana\"},\"application/vnd.motorola.flexsuite.wem\":{\"source\":\"iana\"},\"application/vnd.motorola.iprm\":{\"source\":\"iana\"},\"application/vnd.mozilla.xul+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"xul\"]},\"application/vnd.ms-3mfdocument\":{\"source\":\"iana\"},\"application/vnd.ms-artgalry\":{\"source\":\"iana\",\"extensions\":[\"cil\"]},\"application/vnd.ms-asf\":{\"source\":\"iana\"},\"application/vnd.ms-cab-compressed\":{\"source\":\"iana\",\"extensions\":[\"cab\"]},\"application/vnd.ms-color.iccprofile\":{\"source\":\"apache\"},\"application/vnd.ms-excel\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"xls\",\"xlm\",\"xla\",\"xlc\",\"xlt\",\"xlw\"]},\"application/vnd.ms-excel.addin.macroenabled.12\":{\"source\":\"iana\",\"extensions\":[\"xlam\"]},\"application/vnd.ms-excel.sheet.binary.macroenabled.12\":{\"source\":\"iana\",\"extensions\":[\"xlsb\"]},\"application/vnd.ms-excel.sheet.macroenabled.12\":{\"source\":\"iana\",\"extensions\":[\"xlsm\"]},\"application/vnd.ms-excel.template.macroenabled.12\":{\"source\":\"iana\",\"extensions\":[\"xltm\"]},\"application/vnd.ms-fontobject\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"eot\"]},\"application/vnd.ms-htmlhelp\":{\"source\":\"iana\",\"extensions\":[\"chm\"]},\"application/vnd.ms-ims\":{\"source\":\"iana\",\"extensions\":[\"ims\"]},\"application/vnd.ms-lrm\":{\"source\":\"iana\",\"extensions\":[\"lrm\"]},\"application/vnd.ms-office.activex+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.ms-officetheme\":{\"source\":\"iana\",\"extensions\":[\"thmx\"]},\"application/vnd.ms-opentype\":{\"source\":\"apache\",\"compressible\":true},\"application/vnd.ms-outlook\":{\"compressible\":false,\"extensions\":[\"msg\"]},\"application/vnd.ms-package.obfuscated-opentype\":{\"source\":\"apache\"},\"application/vnd.ms-pki.seccat\":{\"source\":\"apache\",\"extensions\":[\"cat\"]},\"application/vnd.ms-pki.stl\":{\"source\":\"apache\",\"extensions\":[\"stl\"]},\"application/vnd.ms-playready.initiator+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.ms-powerpoint\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"ppt\",\"pps\",\"pot\"]},\"application/vnd.ms-powerpoint.addin.macroenabled.12\":{\"source\":\"iana\",\"extensions\":[\"ppam\"]},\"application/vnd.ms-powerpoint.presentation.macroenabled.12\":{\"source\":\"iana\",\"extensions\":[\"pptm\"]},\"application/vnd.ms-powerpoint.slide.macroenabled.12\":{\"source\":\"iana\",\"extensions\":[\"sldm\"]},\"application/vnd.ms-powerpoint.slideshow.macroenabled.12\":{\"source\":\"iana\",\"extensions\":[\"ppsm\"]},\"application/vnd.ms-powerpoint.template.macroenabled.12\":{\"source\":\"iana\",\"extensions\":[\"potm\"]},\"application/vnd.ms-printdevicecapabilities+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.ms-printing.printticket+xml\":{\"source\":\"apache\",\"compressible\":true},\"application/vnd.ms-printschematicket+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.ms-project\":{\"source\":\"iana\",\"extensions\":[\"mpp\",\"mpt\"]},\"application/vnd.ms-tnef\":{\"source\":\"iana\"},\"application/vnd.ms-windows.devicepairing\":{\"source\":\"iana\"},\"application/vnd.ms-windows.nwprinting.oob\":{\"source\":\"iana\"},\"application/vnd.ms-windows.printerpairing\":{\"source\":\"iana\"},\"application/vnd.ms-windows.wsd.oob\":{\"source\":\"iana\"},\"application/vnd.ms-wmdrm.lic-chlg-req\":{\"source\":\"iana\"},\"application/vnd.ms-wmdrm.lic-resp\":{\"source\":\"iana\"},\"application/vnd.ms-wmdrm.meter-chlg-req\":{\"source\":\"iana\"},\"application/vnd.ms-wmdrm.meter-resp\":{\"source\":\"iana\"},\"application/vnd.ms-word.document.macroenabled.12\":{\"source\":\"iana\",\"extensions\":[\"docm\"]},\"application/vnd.ms-word.template.macroenabled.12\":{\"source\":\"iana\",\"extensions\":[\"dotm\"]},\"application/vnd.ms-works\":{\"source\":\"iana\",\"extensions\":[\"wps\",\"wks\",\"wcm\",\"wdb\"]},\"application/vnd.ms-wpl\":{\"source\":\"iana\",\"extensions\":[\"wpl\"]},\"application/vnd.ms-xpsdocument\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"xps\"]},\"application/vnd.msa-disk-image\":{\"source\":\"iana\"},\"application/vnd.mseq\":{\"source\":\"iana\",\"extensions\":[\"mseq\"]},\"application/vnd.msign\":{\"source\":\"iana\"},\"application/vnd.multiad.creator\":{\"source\":\"iana\"},\"application/vnd.multiad.creator.cif\":{\"source\":\"iana\"},\"application/vnd.music-niff\":{\"source\":\"iana\"},\"application/vnd.musician\":{\"source\":\"iana\",\"extensions\":[\"mus\"]},\"application/vnd.muvee.style\":{\"source\":\"iana\",\"extensions\":[\"msty\"]},\"application/vnd.mynfc\":{\"source\":\"iana\",\"extensions\":[\"taglet\"]},\"application/vnd.nacamar.ybrid+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.ncd.control\":{\"source\":\"iana\"},\"application/vnd.ncd.reference\":{\"source\":\"iana\"},\"application/vnd.nearst.inv+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.nebumind.line\":{\"source\":\"iana\"},\"application/vnd.nervana\":{\"source\":\"iana\"},\"application/vnd.netfpx\":{\"source\":\"iana\"},\"application/vnd.neurolanguage.nlu\":{\"source\":\"iana\",\"extensions\":[\"nlu\"]},\"application/vnd.nimn\":{\"source\":\"iana\"},\"application/vnd.nintendo.nitro.rom\":{\"source\":\"iana\"},\"application/vnd.nintendo.snes.rom\":{\"source\":\"iana\"},\"application/vnd.nitf\":{\"source\":\"iana\",\"extensions\":[\"ntf\",\"nitf\"]},\"application/vnd.noblenet-directory\":{\"source\":\"iana\",\"extensions\":[\"nnd\"]},\"application/vnd.noblenet-sealer\":{\"source\":\"iana\",\"extensions\":[\"nns\"]},\"application/vnd.noblenet-web\":{\"source\":\"iana\",\"extensions\":[\"nnw\"]},\"application/vnd.nokia.catalogs\":{\"source\":\"iana\"},\"application/vnd.nokia.conml+wbxml\":{\"source\":\"iana\"},\"application/vnd.nokia.conml+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.nokia.iptv.config+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.nokia.isds-radio-presets\":{\"source\":\"iana\"},\"application/vnd.nokia.landmark+wbxml\":{\"source\":\"iana\"},\"application/vnd.nokia.landmark+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.nokia.landmarkcollection+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.nokia.n-gage.ac+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"ac\"]},\"application/vnd.nokia.n-gage.data\":{\"source\":\"iana\",\"extensions\":[\"ngdat\"]},\"application/vnd.nokia.n-gage.symbian.install\":{\"source\":\"iana\",\"extensions\":[\"n-gage\"]},\"application/vnd.nokia.ncd\":{\"source\":\"iana\"},\"application/vnd.nokia.pcd+wbxml\":{\"source\":\"iana\"},\"application/vnd.nokia.pcd+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.nokia.radio-preset\":{\"source\":\"iana\",\"extensions\":[\"rpst\"]},\"application/vnd.nokia.radio-presets\":{\"source\":\"iana\",\"extensions\":[\"rpss\"]},\"application/vnd.novadigm.edm\":{\"source\":\"iana\",\"extensions\":[\"edm\"]},\"application/vnd.novadigm.edx\":{\"source\":\"iana\",\"extensions\":[\"edx\"]},\"application/vnd.novadigm.ext\":{\"source\":\"iana\",\"extensions\":[\"ext\"]},\"application/vnd.ntt-local.content-share\":{\"source\":\"iana\"},\"application/vnd.ntt-local.file-transfer\":{\"source\":\"iana\"},\"application/vnd.ntt-local.ogw_remote-access\":{\"source\":\"iana\"},\"application/vnd.ntt-local.sip-ta_remote\":{\"source\":\"iana\"},\"application/vnd.ntt-local.sip-ta_tcp_stream\":{\"source\":\"iana\"},\"application/vnd.oasis.opendocument.chart\":{\"source\":\"iana\",\"extensions\":[\"odc\"]},\"application/vnd.oasis.opendocument.chart-template\":{\"source\":\"iana\",\"extensions\":[\"otc\"]},\"application/vnd.oasis.opendocument.database\":{\"source\":\"iana\",\"extensions\":[\"odb\"]},\"application/vnd.oasis.opendocument.formula\":{\"source\":\"iana\",\"extensions\":[\"odf\"]},\"application/vnd.oasis.opendocument.formula-template\":{\"source\":\"iana\",\"extensions\":[\"odft\"]},\"application/vnd.oasis.opendocument.graphics\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"odg\"]},\"application/vnd.oasis.opendocument.graphics-template\":{\"source\":\"iana\",\"extensions\":[\"otg\"]},\"application/vnd.oasis.opendocument.image\":{\"source\":\"iana\",\"extensions\":[\"odi\"]},\"application/vnd.oasis.opendocument.image-template\":{\"source\":\"iana\",\"extensions\":[\"oti\"]},\"application/vnd.oasis.opendocument.presentation\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"odp\"]},\"application/vnd.oasis.opendocument.presentation-template\":{\"source\":\"iana\",\"extensions\":[\"otp\"]},\"application/vnd.oasis.opendocument.spreadsheet\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"ods\"]},\"application/vnd.oasis.opendocument.spreadsheet-template\":{\"source\":\"iana\",\"extensions\":[\"ots\"]},\"application/vnd.oasis.opendocument.text\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"odt\"]},\"application/vnd.oasis.opendocument.text-master\":{\"source\":\"iana\",\"extensions\":[\"odm\"]},\"application/vnd.oasis.opendocument.text-template\":{\"source\":\"iana\",\"extensions\":[\"ott\"]},\"application/vnd.oasis.opendocument.text-web\":{\"source\":\"iana\",\"extensions\":[\"oth\"]},\"application/vnd.obn\":{\"source\":\"iana\"},\"application/vnd.ocf+cbor\":{\"source\":\"iana\"},\"application/vnd.oci.image.manifest.v1+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oftn.l10n+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oipf.contentaccessdownload+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oipf.contentaccessstreaming+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oipf.cspg-hexbinary\":{\"source\":\"iana\"},\"application/vnd.oipf.dae.svg+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oipf.dae.xhtml+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oipf.mippvcontrolmessage+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oipf.pae.gem\":{\"source\":\"iana\"},\"application/vnd.oipf.spdiscovery+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oipf.spdlist+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oipf.ueprofile+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oipf.userprofile+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.olpc-sugar\":{\"source\":\"iana\",\"extensions\":[\"xo\"]},\"application/vnd.oma-scws-config\":{\"source\":\"iana\"},\"application/vnd.oma-scws-http-request\":{\"source\":\"iana\"},\"application/vnd.oma-scws-http-response\":{\"source\":\"iana\"},\"application/vnd.oma.bcast.associated-procedure-parameter+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oma.bcast.drm-trigger+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oma.bcast.imd+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oma.bcast.ltkm\":{\"source\":\"iana\"},\"application/vnd.oma.bcast.notification+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oma.bcast.provisioningtrigger\":{\"source\":\"iana\"},\"application/vnd.oma.bcast.sgboot\":{\"source\":\"iana\"},\"application/vnd.oma.bcast.sgdd+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oma.bcast.sgdu\":{\"source\":\"iana\"},\"application/vnd.oma.bcast.simple-symbol-container\":{\"source\":\"iana\"},\"application/vnd.oma.bcast.smartcard-trigger+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oma.bcast.sprov+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oma.bcast.stkm\":{\"source\":\"iana\"},\"application/vnd.oma.cab-address-book+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oma.cab-feature-handler+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oma.cab-pcc+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oma.cab-subs-invite+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oma.cab-user-prefs+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oma.dcd\":{\"source\":\"iana\"},\"application/vnd.oma.dcdc\":{\"source\":\"iana\"},\"application/vnd.oma.dd2+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"dd2\"]},\"application/vnd.oma.drm.risd+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oma.group-usage-list+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oma.lwm2m+cbor\":{\"source\":\"iana\"},\"application/vnd.oma.lwm2m+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oma.lwm2m+tlv\":{\"source\":\"iana\"},\"application/vnd.oma.pal+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oma.poc.detailed-progress-report+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oma.poc.final-report+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oma.poc.groups+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oma.poc.invocation-descriptor+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oma.poc.optimized-progress-report+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oma.push\":{\"source\":\"iana\"},\"application/vnd.oma.scidm.messages+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oma.xcap-directory+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.omads-email+xml\":{\"source\":\"iana\",\"charset\":\"UTF-8\",\"compressible\":true},\"application/vnd.omads-file+xml\":{\"source\":\"iana\",\"charset\":\"UTF-8\",\"compressible\":true},\"application/vnd.omads-folder+xml\":{\"source\":\"iana\",\"charset\":\"UTF-8\",\"compressible\":true},\"application/vnd.omaloc-supl-init\":{\"source\":\"iana\"},\"application/vnd.onepager\":{\"source\":\"iana\"},\"application/vnd.onepagertamp\":{\"source\":\"iana\"},\"application/vnd.onepagertamx\":{\"source\":\"iana\"},\"application/vnd.onepagertat\":{\"source\":\"iana\"},\"application/vnd.onepagertatp\":{\"source\":\"iana\"},\"application/vnd.onepagertatx\":{\"source\":\"iana\"},\"application/vnd.openblox.game+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"obgx\"]},\"application/vnd.openblox.game-binary\":{\"source\":\"iana\"},\"application/vnd.openeye.oeb\":{\"source\":\"iana\"},\"application/vnd.openofficeorg.extension\":{\"source\":\"apache\",\"extensions\":[\"oxt\"]},\"application/vnd.openstreetmap.data+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"osm\"]},\"application/vnd.opentimestamps.ots\":{\"source\":\"iana\"},\"application/vnd.openxmlformats-officedocument.custom-properties+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.customxmlproperties+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.drawing+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.drawingml.chart+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.extended-properties+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.presentationml.comments+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.presentationml.presentation\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"pptx\"]},\"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.presentationml.presprops+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.presentationml.slide\":{\"source\":\"iana\",\"extensions\":[\"sldx\"]},\"application/vnd.openxmlformats-officedocument.presentationml.slide+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.presentationml.slideshow\":{\"source\":\"iana\",\"extensions\":[\"ppsx\"]},\"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.presentationml.tags+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.presentationml.template\":{\"source\":\"iana\",\"extensions\":[\"potx\"]},\"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"xlsx\"]},\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.spreadsheetml.template\":{\"source\":\"iana\",\"extensions\":[\"xltx\"]},\"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.theme+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.themeoverride+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.vmldrawing\":{\"source\":\"iana\"},\"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.wordprocessingml.document\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"docx\"]},\"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.wordprocessingml.template\":{\"source\":\"iana\",\"extensions\":[\"dotx\"]},\"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-package.core-properties+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.openxmlformats-package.relationships+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oracle.resource+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.orange.indata\":{\"source\":\"iana\"},\"application/vnd.osa.netdeploy\":{\"source\":\"iana\"},\"application/vnd.osgeo.mapguide.package\":{\"source\":\"iana\",\"extensions\":[\"mgp\"]},\"application/vnd.osgi.bundle\":{\"source\":\"iana\"},\"application/vnd.osgi.dp\":{\"source\":\"iana\",\"extensions\":[\"dp\"]},\"application/vnd.osgi.subsystem\":{\"source\":\"iana\",\"extensions\":[\"esa\"]},\"application/vnd.otps.ct-kip+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.oxli.countgraph\":{\"source\":\"iana\"},\"application/vnd.pagerduty+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.palm\":{\"source\":\"iana\",\"extensions\":[\"pdb\",\"pqa\",\"oprc\"]},\"application/vnd.panoply\":{\"source\":\"iana\"},\"application/vnd.paos.xml\":{\"source\":\"iana\"},\"application/vnd.patentdive\":{\"source\":\"iana\"},\"application/vnd.patientecommsdoc\":{\"source\":\"iana\"},\"application/vnd.pawaafile\":{\"source\":\"iana\",\"extensions\":[\"paw\"]},\"application/vnd.pcos\":{\"source\":\"iana\"},\"application/vnd.pg.format\":{\"source\":\"iana\",\"extensions\":[\"str\"]},\"application/vnd.pg.osasli\":{\"source\":\"iana\",\"extensions\":[\"ei6\"]},\"application/vnd.piaccess.application-licence\":{\"source\":\"iana\"},\"application/vnd.picsel\":{\"source\":\"iana\",\"extensions\":[\"efif\"]},\"application/vnd.pmi.widget\":{\"source\":\"iana\",\"extensions\":[\"wg\"]},\"application/vnd.poc.group-advertisement+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.pocketlearn\":{\"source\":\"iana\",\"extensions\":[\"plf\"]},\"application/vnd.powerbuilder6\":{\"source\":\"iana\",\"extensions\":[\"pbd\"]},\"application/vnd.powerbuilder6-s\":{\"source\":\"iana\"},\"application/vnd.powerbuilder7\":{\"source\":\"iana\"},\"application/vnd.powerbuilder7-s\":{\"source\":\"iana\"},\"application/vnd.powerbuilder75\":{\"source\":\"iana\"},\"application/vnd.powerbuilder75-s\":{\"source\":\"iana\"},\"application/vnd.preminet\":{\"source\":\"iana\"},\"application/vnd.previewsystems.box\":{\"source\":\"iana\",\"extensions\":[\"box\"]},\"application/vnd.proteus.magazine\":{\"source\":\"iana\",\"extensions\":[\"mgz\"]},\"application/vnd.psfs\":{\"source\":\"iana\"},\"application/vnd.publishare-delta-tree\":{\"source\":\"iana\",\"extensions\":[\"qps\"]},\"application/vnd.pvi.ptid1\":{\"source\":\"iana\",\"extensions\":[\"ptid\"]},\"application/vnd.pwg-multiplexed\":{\"source\":\"iana\"},\"application/vnd.pwg-xhtml-print+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.qualcomm.brew-app-res\":{\"source\":\"iana\"},\"application/vnd.quarantainenet\":{\"source\":\"iana\"},\"application/vnd.quark.quarkxpress\":{\"source\":\"iana\",\"extensions\":[\"qxd\",\"qxt\",\"qwd\",\"qwt\",\"qxl\",\"qxb\"]},\"application/vnd.quobject-quoxdocument\":{\"source\":\"iana\"},\"application/vnd.radisys.moml+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.radisys.msml+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.radisys.msml-audit+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.radisys.msml-audit-conf+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.radisys.msml-audit-conn+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.radisys.msml-audit-dialog+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.radisys.msml-audit-stream+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.radisys.msml-conf+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.radisys.msml-dialog+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.radisys.msml-dialog-base+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.radisys.msml-dialog-fax-detect+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.radisys.msml-dialog-fax-sendrecv+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.radisys.msml-dialog-group+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.radisys.msml-dialog-speech+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.radisys.msml-dialog-transform+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.rainstor.data\":{\"source\":\"iana\"},\"application/vnd.rapid\":{\"source\":\"iana\"},\"application/vnd.rar\":{\"source\":\"iana\",\"extensions\":[\"rar\"]},\"application/vnd.realvnc.bed\":{\"source\":\"iana\",\"extensions\":[\"bed\"]},\"application/vnd.recordare.musicxml\":{\"source\":\"iana\",\"extensions\":[\"mxl\"]},\"application/vnd.recordare.musicxml+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"musicxml\"]},\"application/vnd.renlearn.rlprint\":{\"source\":\"iana\"},\"application/vnd.resilient.logic\":{\"source\":\"iana\"},\"application/vnd.restful+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.rig.cryptonote\":{\"source\":\"iana\",\"extensions\":[\"cryptonote\"]},\"application/vnd.rim.cod\":{\"source\":\"apache\",\"extensions\":[\"cod\"]},\"application/vnd.rn-realmedia\":{\"source\":\"apache\",\"extensions\":[\"rm\"]},\"application/vnd.rn-realmedia-vbr\":{\"source\":\"apache\",\"extensions\":[\"rmvb\"]},\"application/vnd.route66.link66+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"link66\"]},\"application/vnd.rs-274x\":{\"source\":\"iana\"},\"application/vnd.ruckus.download\":{\"source\":\"iana\"},\"application/vnd.s3sms\":{\"source\":\"iana\"},\"application/vnd.sailingtracker.track\":{\"source\":\"iana\",\"extensions\":[\"st\"]},\"application/vnd.sar\":{\"source\":\"iana\"},\"application/vnd.sbm.cid\":{\"source\":\"iana\"},\"application/vnd.sbm.mid2\":{\"source\":\"iana\"},\"application/vnd.scribus\":{\"source\":\"iana\"},\"application/vnd.sealed.3df\":{\"source\":\"iana\"},\"application/vnd.sealed.csf\":{\"source\":\"iana\"},\"application/vnd.sealed.doc\":{\"source\":\"iana\"},\"application/vnd.sealed.eml\":{\"source\":\"iana\"},\"application/vnd.sealed.mht\":{\"source\":\"iana\"},\"application/vnd.sealed.net\":{\"source\":\"iana\"},\"application/vnd.sealed.ppt\":{\"source\":\"iana\"},\"application/vnd.sealed.tiff\":{\"source\":\"iana\"},\"application/vnd.sealed.xls\":{\"source\":\"iana\"},\"application/vnd.sealedmedia.softseal.html\":{\"source\":\"iana\"},\"application/vnd.sealedmedia.softseal.pdf\":{\"source\":\"iana\"},\"application/vnd.seemail\":{\"source\":\"iana\",\"extensions\":[\"see\"]},\"application/vnd.seis+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.sema\":{\"source\":\"iana\",\"extensions\":[\"sema\"]},\"application/vnd.semd\":{\"source\":\"iana\",\"extensions\":[\"semd\"]},\"application/vnd.semf\":{\"source\":\"iana\",\"extensions\":[\"semf\"]},\"application/vnd.shade-save-file\":{\"source\":\"iana\"},\"application/vnd.shana.informed.formdata\":{\"source\":\"iana\",\"extensions\":[\"ifm\"]},\"application/vnd.shana.informed.formtemplate\":{\"source\":\"iana\",\"extensions\":[\"itp\"]},\"application/vnd.shana.informed.interchange\":{\"source\":\"iana\",\"extensions\":[\"iif\"]},\"application/vnd.shana.informed.package\":{\"source\":\"iana\",\"extensions\":[\"ipk\"]},\"application/vnd.shootproof+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.shopkick+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.shp\":{\"source\":\"iana\"},\"application/vnd.shx\":{\"source\":\"iana\"},\"application/vnd.sigrok.session\":{\"source\":\"iana\"},\"application/vnd.simtech-mindmapper\":{\"source\":\"iana\",\"extensions\":[\"twd\",\"twds\"]},\"application/vnd.siren+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.smaf\":{\"source\":\"iana\",\"extensions\":[\"mmf\"]},\"application/vnd.smart.notebook\":{\"source\":\"iana\"},\"application/vnd.smart.teacher\":{\"source\":\"iana\",\"extensions\":[\"teacher\"]},\"application/vnd.snesdev-page-table\":{\"source\":\"iana\"},\"application/vnd.software602.filler.form+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"fo\"]},\"application/vnd.software602.filler.form-xml-zip\":{\"source\":\"iana\"},\"application/vnd.solent.sdkm+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"sdkm\",\"sdkd\"]},\"application/vnd.spotfire.dxp\":{\"source\":\"iana\",\"extensions\":[\"dxp\"]},\"application/vnd.spotfire.sfs\":{\"source\":\"iana\",\"extensions\":[\"sfs\"]},\"application/vnd.sqlite3\":{\"source\":\"iana\"},\"application/vnd.sss-cod\":{\"source\":\"iana\"},\"application/vnd.sss-dtf\":{\"source\":\"iana\"},\"application/vnd.sss-ntf\":{\"source\":\"iana\"},\"application/vnd.stardivision.calc\":{\"source\":\"apache\",\"extensions\":[\"sdc\"]},\"application/vnd.stardivision.draw\":{\"source\":\"apache\",\"extensions\":[\"sda\"]},\"application/vnd.stardivision.impress\":{\"source\":\"apache\",\"extensions\":[\"sdd\"]},\"application/vnd.stardivision.math\":{\"source\":\"apache\",\"extensions\":[\"smf\"]},\"application/vnd.stardivision.writer\":{\"source\":\"apache\",\"extensions\":[\"sdw\",\"vor\"]},\"application/vnd.stardivision.writer-global\":{\"source\":\"apache\",\"extensions\":[\"sgl\"]},\"application/vnd.stepmania.package\":{\"source\":\"iana\",\"extensions\":[\"smzip\"]},\"application/vnd.stepmania.stepchart\":{\"source\":\"iana\",\"extensions\":[\"sm\"]},\"application/vnd.street-stream\":{\"source\":\"iana\"},\"application/vnd.sun.wadl+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"wadl\"]},\"application/vnd.sun.xml.calc\":{\"source\":\"apache\",\"extensions\":[\"sxc\"]},\"application/vnd.sun.xml.calc.template\":{\"source\":\"apache\",\"extensions\":[\"stc\"]},\"application/vnd.sun.xml.draw\":{\"source\":\"apache\",\"extensions\":[\"sxd\"]},\"application/vnd.sun.xml.draw.template\":{\"source\":\"apache\",\"extensions\":[\"std\"]},\"application/vnd.sun.xml.impress\":{\"source\":\"apache\",\"extensions\":[\"sxi\"]},\"application/vnd.sun.xml.impress.template\":{\"source\":\"apache\",\"extensions\":[\"sti\"]},\"application/vnd.sun.xml.math\":{\"source\":\"apache\",\"extensions\":[\"sxm\"]},\"application/vnd.sun.xml.writer\":{\"source\":\"apache\",\"extensions\":[\"sxw\"]},\"application/vnd.sun.xml.writer.global\":{\"source\":\"apache\",\"extensions\":[\"sxg\"]},\"application/vnd.sun.xml.writer.template\":{\"source\":\"apache\",\"extensions\":[\"stw\"]},\"application/vnd.sus-calendar\":{\"source\":\"iana\",\"extensions\":[\"sus\",\"susp\"]},\"application/vnd.svd\":{\"source\":\"iana\",\"extensions\":[\"svd\"]},\"application/vnd.swiftview-ics\":{\"source\":\"iana\"},\"application/vnd.sycle+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.symbian.install\":{\"source\":\"apache\",\"extensions\":[\"sis\",\"sisx\"]},\"application/vnd.syncml+xml\":{\"source\":\"iana\",\"charset\":\"UTF-8\",\"compressible\":true,\"extensions\":[\"xsm\"]},\"application/vnd.syncml.dm+wbxml\":{\"source\":\"iana\",\"charset\":\"UTF-8\",\"extensions\":[\"bdm\"]},\"application/vnd.syncml.dm+xml\":{\"source\":\"iana\",\"charset\":\"UTF-8\",\"compressible\":true,\"extensions\":[\"xdm\"]},\"application/vnd.syncml.dm.notification\":{\"source\":\"iana\"},\"application/vnd.syncml.dmddf+wbxml\":{\"source\":\"iana\"},\"application/vnd.syncml.dmddf+xml\":{\"source\":\"iana\",\"charset\":\"UTF-8\",\"compressible\":true,\"extensions\":[\"ddf\"]},\"application/vnd.syncml.dmtnds+wbxml\":{\"source\":\"iana\"},\"application/vnd.syncml.dmtnds+xml\":{\"source\":\"iana\",\"charset\":\"UTF-8\",\"compressible\":true},\"application/vnd.syncml.ds.notification\":{\"source\":\"iana\"},\"application/vnd.tableschema+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.tao.intent-module-archive\":{\"source\":\"iana\",\"extensions\":[\"tao\"]},\"application/vnd.tcpdump.pcap\":{\"source\":\"iana\",\"extensions\":[\"pcap\",\"cap\",\"dmp\"]},\"application/vnd.think-cell.ppttc+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.tmd.mediaflex.api+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.tml\":{\"source\":\"iana\"},\"application/vnd.tmobile-livetv\":{\"source\":\"iana\",\"extensions\":[\"tmo\"]},\"application/vnd.tri.onesource\":{\"source\":\"iana\"},\"application/vnd.trid.tpt\":{\"source\":\"iana\",\"extensions\":[\"tpt\"]},\"application/vnd.triscape.mxs\":{\"source\":\"iana\",\"extensions\":[\"mxs\"]},\"application/vnd.trueapp\":{\"source\":\"iana\",\"extensions\":[\"tra\"]},\"application/vnd.truedoc\":{\"source\":\"iana\"},\"application/vnd.ubisoft.webplayer\":{\"source\":\"iana\"},\"application/vnd.ufdl\":{\"source\":\"iana\",\"extensions\":[\"ufd\",\"ufdl\"]},\"application/vnd.uiq.theme\":{\"source\":\"iana\",\"extensions\":[\"utz\"]},\"application/vnd.umajin\":{\"source\":\"iana\",\"extensions\":[\"umj\"]},\"application/vnd.unity\":{\"source\":\"iana\",\"extensions\":[\"unityweb\"]},\"application/vnd.uoml+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"uoml\"]},\"application/vnd.uplanet.alert\":{\"source\":\"iana\"},\"application/vnd.uplanet.alert-wbxml\":{\"source\":\"iana\"},\"application/vnd.uplanet.bearer-choice\":{\"source\":\"iana\"},\"application/vnd.uplanet.bearer-choice-wbxml\":{\"source\":\"iana\"},\"application/vnd.uplanet.cacheop\":{\"source\":\"iana\"},\"application/vnd.uplanet.cacheop-wbxml\":{\"source\":\"iana\"},\"application/vnd.uplanet.channel\":{\"source\":\"iana\"},\"application/vnd.uplanet.channel-wbxml\":{\"source\":\"iana\"},\"application/vnd.uplanet.list\":{\"source\":\"iana\"},\"application/vnd.uplanet.list-wbxml\":{\"source\":\"iana\"},\"application/vnd.uplanet.listcmd\":{\"source\":\"iana\"},\"application/vnd.uplanet.listcmd-wbxml\":{\"source\":\"iana\"},\"application/vnd.uplanet.signal\":{\"source\":\"iana\"},\"application/vnd.uri-map\":{\"source\":\"iana\"},\"application/vnd.valve.source.material\":{\"source\":\"iana\"},\"application/vnd.vcx\":{\"source\":\"iana\",\"extensions\":[\"vcx\"]},\"application/vnd.vd-study\":{\"source\":\"iana\"},\"application/vnd.vectorworks\":{\"source\":\"iana\"},\"application/vnd.vel+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.verimatrix.vcas\":{\"source\":\"iana\"},\"application/vnd.veritone.aion+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.veryant.thin\":{\"source\":\"iana\"},\"application/vnd.ves.encrypted\":{\"source\":\"iana\"},\"application/vnd.vidsoft.vidconference\":{\"source\":\"iana\"},\"application/vnd.visio\":{\"source\":\"iana\",\"extensions\":[\"vsd\",\"vst\",\"vss\",\"vsw\"]},\"application/vnd.visionary\":{\"source\":\"iana\",\"extensions\":[\"vis\"]},\"application/vnd.vividence.scriptfile\":{\"source\":\"iana\"},\"application/vnd.vsf\":{\"source\":\"iana\",\"extensions\":[\"vsf\"]},\"application/vnd.wap.sic\":{\"source\":\"iana\"},\"application/vnd.wap.slc\":{\"source\":\"iana\"},\"application/vnd.wap.wbxml\":{\"source\":\"iana\",\"charset\":\"UTF-8\",\"extensions\":[\"wbxml\"]},\"application/vnd.wap.wmlc\":{\"source\":\"iana\",\"extensions\":[\"wmlc\"]},\"application/vnd.wap.wmlscriptc\":{\"source\":\"iana\",\"extensions\":[\"wmlsc\"]},\"application/vnd.webturbo\":{\"source\":\"iana\",\"extensions\":[\"wtb\"]},\"application/vnd.wfa.dpp\":{\"source\":\"iana\"},\"application/vnd.wfa.p2p\":{\"source\":\"iana\"},\"application/vnd.wfa.wsc\":{\"source\":\"iana\"},\"application/vnd.windows.devicepairing\":{\"source\":\"iana\"},\"application/vnd.wmc\":{\"source\":\"iana\"},\"application/vnd.wmf.bootstrap\":{\"source\":\"iana\"},\"application/vnd.wolfram.mathematica\":{\"source\":\"iana\"},\"application/vnd.wolfram.mathematica.package\":{\"source\":\"iana\"},\"application/vnd.wolfram.player\":{\"source\":\"iana\",\"extensions\":[\"nbp\"]},\"application/vnd.wordperfect\":{\"source\":\"iana\",\"extensions\":[\"wpd\"]},\"application/vnd.wqd\":{\"source\":\"iana\",\"extensions\":[\"wqd\"]},\"application/vnd.wrq-hp3000-labelled\":{\"source\":\"iana\"},\"application/vnd.wt.stf\":{\"source\":\"iana\",\"extensions\":[\"stf\"]},\"application/vnd.wv.csp+wbxml\":{\"source\":\"iana\"},\"application/vnd.wv.csp+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.wv.ssp+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.xacml+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.xara\":{\"source\":\"iana\",\"extensions\":[\"xar\"]},\"application/vnd.xfdl\":{\"source\":\"iana\",\"extensions\":[\"xfdl\"]},\"application/vnd.xfdl.webform\":{\"source\":\"iana\"},\"application/vnd.xmi+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/vnd.xmpie.cpkg\":{\"source\":\"iana\"},\"application/vnd.xmpie.dpkg\":{\"source\":\"iana\"},\"application/vnd.xmpie.plan\":{\"source\":\"iana\"},\"application/vnd.xmpie.ppkg\":{\"source\":\"iana\"},\"application/vnd.xmpie.xlim\":{\"source\":\"iana\"},\"application/vnd.yamaha.hv-dic\":{\"source\":\"iana\",\"extensions\":[\"hvd\"]},\"application/vnd.yamaha.hv-script\":{\"source\":\"iana\",\"extensions\":[\"hvs\"]},\"application/vnd.yamaha.hv-voice\":{\"source\":\"iana\",\"extensions\":[\"hvp\"]},\"application/vnd.yamaha.openscoreformat\":{\"source\":\"iana\",\"extensions\":[\"osf\"]},\"application/vnd.yamaha.openscoreformat.osfpvg+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"osfpvg\"]},\"application/vnd.yamaha.remote-setup\":{\"source\":\"iana\"},\"application/vnd.yamaha.smaf-audio\":{\"source\":\"iana\",\"extensions\":[\"saf\"]},\"application/vnd.yamaha.smaf-phrase\":{\"source\":\"iana\",\"extensions\":[\"spf\"]},\"application/vnd.yamaha.through-ngn\":{\"source\":\"iana\"},\"application/vnd.yamaha.tunnel-udpencap\":{\"source\":\"iana\"},\"application/vnd.yaoweme\":{\"source\":\"iana\"},\"application/vnd.yellowriver-custom-menu\":{\"source\":\"iana\",\"extensions\":[\"cmp\"]},\"application/vnd.youtube.yt\":{\"source\":\"iana\"},\"application/vnd.zul\":{\"source\":\"iana\",\"extensions\":[\"zir\",\"zirz\"]},\"application/vnd.zzazz.deck+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"zaz\"]},\"application/voicexml+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"vxml\"]},\"application/voucher-cms+json\":{\"source\":\"iana\",\"compressible\":true},\"application/vq-rtcpxr\":{\"source\":\"iana\"},\"application/wasm\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"wasm\"]},\"application/watcherinfo+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/webpush-options+json\":{\"source\":\"iana\",\"compressible\":true},\"application/whoispp-query\":{\"source\":\"iana\"},\"application/whoispp-response\":{\"source\":\"iana\"},\"application/widget\":{\"source\":\"iana\",\"extensions\":[\"wgt\"]},\"application/winhlp\":{\"source\":\"apache\",\"extensions\":[\"hlp\"]},\"application/wita\":{\"source\":\"iana\"},\"application/wordperfect5.1\":{\"source\":\"iana\"},\"application/wsdl+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"wsdl\"]},\"application/wspolicy+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"wspolicy\"]},\"application/x-7z-compressed\":{\"source\":\"apache\",\"compressible\":false,\"extensions\":[\"7z\"]},\"application/x-abiword\":{\"source\":\"apache\",\"extensions\":[\"abw\"]},\"application/x-ace-compressed\":{\"source\":\"apache\",\"extensions\":[\"ace\"]},\"application/x-amf\":{\"source\":\"apache\"},\"application/x-apple-diskimage\":{\"source\":\"apache\",\"extensions\":[\"dmg\"]},\"application/x-arj\":{\"compressible\":false,\"extensions\":[\"arj\"]},\"application/x-authorware-bin\":{\"source\":\"apache\",\"extensions\":[\"aab\",\"x32\",\"u32\",\"vox\"]},\"application/x-authorware-map\":{\"source\":\"apache\",\"extensions\":[\"aam\"]},\"application/x-authorware-seg\":{\"source\":\"apache\",\"extensions\":[\"aas\"]},\"application/x-bcpio\":{\"source\":\"apache\",\"extensions\":[\"bcpio\"]},\"application/x-bdoc\":{\"compressible\":false,\"extensions\":[\"bdoc\"]},\"application/x-bittorrent\":{\"source\":\"apache\",\"extensions\":[\"torrent\"]},\"application/x-blorb\":{\"source\":\"apache\",\"extensions\":[\"blb\",\"blorb\"]},\"application/x-bzip\":{\"source\":\"apache\",\"compressible\":false,\"extensions\":[\"bz\"]},\"application/x-bzip2\":{\"source\":\"apache\",\"compressible\":false,\"extensions\":[\"bz2\",\"boz\"]},\"application/x-cbr\":{\"source\":\"apache\",\"extensions\":[\"cbr\",\"cba\",\"cbt\",\"cbz\",\"cb7\"]},\"application/x-cdlink\":{\"source\":\"apache\",\"extensions\":[\"vcd\"]},\"application/x-cfs-compressed\":{\"source\":\"apache\",\"extensions\":[\"cfs\"]},\"application/x-chat\":{\"source\":\"apache\",\"extensions\":[\"chat\"]},\"application/x-chess-pgn\":{\"source\":\"apache\",\"extensions\":[\"pgn\"]},\"application/x-chrome-extension\":{\"extensions\":[\"crx\"]},\"application/x-cocoa\":{\"source\":\"nginx\",\"extensions\":[\"cco\"]},\"application/x-compress\":{\"source\":\"apache\"},\"application/x-conference\":{\"source\":\"apache\",\"extensions\":[\"nsc\"]},\"application/x-cpio\":{\"source\":\"apache\",\"extensions\":[\"cpio\"]},\"application/x-csh\":{\"source\":\"apache\",\"extensions\":[\"csh\"]},\"application/x-deb\":{\"compressible\":false},\"application/x-debian-package\":{\"source\":\"apache\",\"extensions\":[\"deb\",\"udeb\"]},\"application/x-dgc-compressed\":{\"source\":\"apache\",\"extensions\":[\"dgc\"]},\"application/x-director\":{\"source\":\"apache\",\"extensions\":[\"dir\",\"dcr\",\"dxr\",\"cst\",\"cct\",\"cxt\",\"w3d\",\"fgd\",\"swa\"]},\"application/x-doom\":{\"source\":\"apache\",\"extensions\":[\"wad\"]},\"application/x-dtbncx+xml\":{\"source\":\"apache\",\"compressible\":true,\"extensions\":[\"ncx\"]},\"application/x-dtbook+xml\":{\"source\":\"apache\",\"compressible\":true,\"extensions\":[\"dtb\"]},\"application/x-dtbresource+xml\":{\"source\":\"apache\",\"compressible\":true,\"extensions\":[\"res\"]},\"application/x-dvi\":{\"source\":\"apache\",\"compressible\":false,\"extensions\":[\"dvi\"]},\"application/x-envoy\":{\"source\":\"apache\",\"extensions\":[\"evy\"]},\"application/x-eva\":{\"source\":\"apache\",\"extensions\":[\"eva\"]},\"application/x-font-bdf\":{\"source\":\"apache\",\"extensions\":[\"bdf\"]},\"application/x-font-dos\":{\"source\":\"apache\"},\"application/x-font-framemaker\":{\"source\":\"apache\"},\"application/x-font-ghostscript\":{\"source\":\"apache\",\"extensions\":[\"gsf\"]},\"application/x-font-libgrx\":{\"source\":\"apache\"},\"application/x-font-linux-psf\":{\"source\":\"apache\",\"extensions\":[\"psf\"]},\"application/x-font-pcf\":{\"source\":\"apache\",\"extensions\":[\"pcf\"]},\"application/x-font-snf\":{\"source\":\"apache\",\"extensions\":[\"snf\"]},\"application/x-font-speedo\":{\"source\":\"apache\"},\"application/x-font-sunos-news\":{\"source\":\"apache\"},\"application/x-font-type1\":{\"source\":\"apache\",\"extensions\":[\"pfa\",\"pfb\",\"pfm\",\"afm\"]},\"application/x-font-vfont\":{\"source\":\"apache\"},\"application/x-freearc\":{\"source\":\"apache\",\"extensions\":[\"arc\"]},\"application/x-futuresplash\":{\"source\":\"apache\",\"extensions\":[\"spl\"]},\"application/x-gca-compressed\":{\"source\":\"apache\",\"extensions\":[\"gca\"]},\"application/x-glulx\":{\"source\":\"apache\",\"extensions\":[\"ulx\"]},\"application/x-gnumeric\":{\"source\":\"apache\",\"extensions\":[\"gnumeric\"]},\"application/x-gramps-xml\":{\"source\":\"apache\",\"extensions\":[\"gramps\"]},\"application/x-gtar\":{\"source\":\"apache\",\"extensions\":[\"gtar\"]},\"application/x-gzip\":{\"source\":\"apache\"},\"application/x-hdf\":{\"source\":\"apache\",\"extensions\":[\"hdf\"]},\"application/x-httpd-php\":{\"compressible\":true,\"extensions\":[\"php\"]},\"application/x-install-instructions\":{\"source\":\"apache\",\"extensions\":[\"install\"]},\"application/x-iso9660-image\":{\"source\":\"apache\",\"extensions\":[\"iso\"]},\"application/x-iwork-keynote-sffkey\":{\"extensions\":[\"key\"]},\"application/x-iwork-numbers-sffnumbers\":{\"extensions\":[\"numbers\"]},\"application/x-iwork-pages-sffpages\":{\"extensions\":[\"pages\"]},\"application/x-java-archive-diff\":{\"source\":\"nginx\",\"extensions\":[\"jardiff\"]},\"application/x-java-jnlp-file\":{\"source\":\"apache\",\"compressible\":false,\"extensions\":[\"jnlp\"]},\"application/x-javascript\":{\"compressible\":true},\"application/x-keepass2\":{\"extensions\":[\"kdbx\"]},\"application/x-latex\":{\"source\":\"apache\",\"compressible\":false,\"extensions\":[\"latex\"]},\"application/x-lua-bytecode\":{\"extensions\":[\"luac\"]},\"application/x-lzh-compressed\":{\"source\":\"apache\",\"extensions\":[\"lzh\",\"lha\"]},\"application/x-makeself\":{\"source\":\"nginx\",\"extensions\":[\"run\"]},\"application/x-mie\":{\"source\":\"apache\",\"extensions\":[\"mie\"]},\"application/x-mobipocket-ebook\":{\"source\":\"apache\",\"extensions\":[\"prc\",\"mobi\"]},\"application/x-mpegurl\":{\"compressible\":false},\"application/x-ms-application\":{\"source\":\"apache\",\"extensions\":[\"application\"]},\"application/x-ms-shortcut\":{\"source\":\"apache\",\"extensions\":[\"lnk\"]},\"application/x-ms-wmd\":{\"source\":\"apache\",\"extensions\":[\"wmd\"]},\"application/x-ms-wmz\":{\"source\":\"apache\",\"extensions\":[\"wmz\"]},\"application/x-ms-xbap\":{\"source\":\"apache\",\"extensions\":[\"xbap\"]},\"application/x-msaccess\":{\"source\":\"apache\",\"extensions\":[\"mdb\"]},\"application/x-msbinder\":{\"source\":\"apache\",\"extensions\":[\"obd\"]},\"application/x-mscardfile\":{\"source\":\"apache\",\"extensions\":[\"crd\"]},\"application/x-msclip\":{\"source\":\"apache\",\"extensions\":[\"clp\"]},\"application/x-msdos-program\":{\"extensions\":[\"exe\"]},\"application/x-msdownload\":{\"source\":\"apache\",\"extensions\":[\"exe\",\"dll\",\"com\",\"bat\",\"msi\"]},\"application/x-msmediaview\":{\"source\":\"apache\",\"extensions\":[\"mvb\",\"m13\",\"m14\"]},\"application/x-msmetafile\":{\"source\":\"apache\",\"extensions\":[\"wmf\",\"wmz\",\"emf\",\"emz\"]},\"application/x-msmoney\":{\"source\":\"apache\",\"extensions\":[\"mny\"]},\"application/x-mspublisher\":{\"source\":\"apache\",\"extensions\":[\"pub\"]},\"application/x-msschedule\":{\"source\":\"apache\",\"extensions\":[\"scd\"]},\"application/x-msterminal\":{\"source\":\"apache\",\"extensions\":[\"trm\"]},\"application/x-mswrite\":{\"source\":\"apache\",\"extensions\":[\"wri\"]},\"application/x-netcdf\":{\"source\":\"apache\",\"extensions\":[\"nc\",\"cdf\"]},\"application/x-ns-proxy-autoconfig\":{\"compressible\":true,\"extensions\":[\"pac\"]},\"application/x-nzb\":{\"source\":\"apache\",\"extensions\":[\"nzb\"]},\"application/x-perl\":{\"source\":\"nginx\",\"extensions\":[\"pl\",\"pm\"]},\"application/x-pilot\":{\"source\":\"nginx\",\"extensions\":[\"prc\",\"pdb\"]},\"application/x-pkcs12\":{\"source\":\"apache\",\"compressible\":false,\"extensions\":[\"p12\",\"pfx\"]},\"application/x-pkcs7-certificates\":{\"source\":\"apache\",\"extensions\":[\"p7b\",\"spc\"]},\"application/x-pkcs7-certreqresp\":{\"source\":\"apache\",\"extensions\":[\"p7r\"]},\"application/x-pki-message\":{\"source\":\"iana\"},\"application/x-rar-compressed\":{\"source\":\"apache\",\"compressible\":false,\"extensions\":[\"rar\"]},\"application/x-redhat-package-manager\":{\"source\":\"nginx\",\"extensions\":[\"rpm\"]},\"application/x-research-info-systems\":{\"source\":\"apache\",\"extensions\":[\"ris\"]},\"application/x-sea\":{\"source\":\"nginx\",\"extensions\":[\"sea\"]},\"application/x-sh\":{\"source\":\"apache\",\"compressible\":true,\"extensions\":[\"sh\"]},\"application/x-shar\":{\"source\":\"apache\",\"extensions\":[\"shar\"]},\"application/x-shockwave-flash\":{\"source\":\"apache\",\"compressible\":false,\"extensions\":[\"swf\"]},\"application/x-silverlight-app\":{\"source\":\"apache\",\"extensions\":[\"xap\"]},\"application/x-sql\":{\"source\":\"apache\",\"extensions\":[\"sql\"]},\"application/x-stuffit\":{\"source\":\"apache\",\"compressible\":false,\"extensions\":[\"sit\"]},\"application/x-stuffitx\":{\"source\":\"apache\",\"extensions\":[\"sitx\"]},\"application/x-subrip\":{\"source\":\"apache\",\"extensions\":[\"srt\"]},\"application/x-sv4cpio\":{\"source\":\"apache\",\"extensions\":[\"sv4cpio\"]},\"application/x-sv4crc\":{\"source\":\"apache\",\"extensions\":[\"sv4crc\"]},\"application/x-t3vm-image\":{\"source\":\"apache\",\"extensions\":[\"t3\"]},\"application/x-tads\":{\"source\":\"apache\",\"extensions\":[\"gam\"]},\"application/x-tar\":{\"source\":\"apache\",\"compressible\":true,\"extensions\":[\"tar\"]},\"application/x-tcl\":{\"source\":\"apache\",\"extensions\":[\"tcl\",\"tk\"]},\"application/x-tex\":{\"source\":\"apache\",\"extensions\":[\"tex\"]},\"application/x-tex-tfm\":{\"source\":\"apache\",\"extensions\":[\"tfm\"]},\"application/x-texinfo\":{\"source\":\"apache\",\"extensions\":[\"texinfo\",\"texi\"]},\"application/x-tgif\":{\"source\":\"apache\",\"extensions\":[\"obj\"]},\"application/x-ustar\":{\"source\":\"apache\",\"extensions\":[\"ustar\"]},\"application/x-virtualbox-hdd\":{\"compressible\":true,\"extensions\":[\"hdd\"]},\"application/x-virtualbox-ova\":{\"compressible\":true,\"extensions\":[\"ova\"]},\"application/x-virtualbox-ovf\":{\"compressible\":true,\"extensions\":[\"ovf\"]},\"application/x-virtualbox-vbox\":{\"compressible\":true,\"extensions\":[\"vbox\"]},\"application/x-virtualbox-vbox-extpack\":{\"compressible\":false,\"extensions\":[\"vbox-extpack\"]},\"application/x-virtualbox-vdi\":{\"compressible\":true,\"extensions\":[\"vdi\"]},\"application/x-virtualbox-vhd\":{\"compressible\":true,\"extensions\":[\"vhd\"]},\"application/x-virtualbox-vmdk\":{\"compressible\":true,\"extensions\":[\"vmdk\"]},\"application/x-wais-source\":{\"source\":\"apache\",\"extensions\":[\"src\"]},\"application/x-web-app-manifest+json\":{\"compressible\":true,\"extensions\":[\"webapp\"]},\"application/x-www-form-urlencoded\":{\"source\":\"iana\",\"compressible\":true},\"application/x-x509-ca-cert\":{\"source\":\"iana\",\"extensions\":[\"der\",\"crt\",\"pem\"]},\"application/x-x509-ca-ra-cert\":{\"source\":\"iana\"},\"application/x-x509-next-ca-cert\":{\"source\":\"iana\"},\"application/x-xfig\":{\"source\":\"apache\",\"extensions\":[\"fig\"]},\"application/x-xliff+xml\":{\"source\":\"apache\",\"compressible\":true,\"extensions\":[\"xlf\"]},\"application/x-xpinstall\":{\"source\":\"apache\",\"compressible\":false,\"extensions\":[\"xpi\"]},\"application/x-xz\":{\"source\":\"apache\",\"extensions\":[\"xz\"]},\"application/x-zmachine\":{\"source\":\"apache\",\"extensions\":[\"z1\",\"z2\",\"z3\",\"z4\",\"z5\",\"z6\",\"z7\",\"z8\"]},\"application/x400-bp\":{\"source\":\"iana\"},\"application/xacml+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/xaml+xml\":{\"source\":\"apache\",\"compressible\":true,\"extensions\":[\"xaml\"]},\"application/xcap-att+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"xav\"]},\"application/xcap-caps+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"xca\"]},\"application/xcap-diff+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"xdf\"]},\"application/xcap-el+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"xel\"]},\"application/xcap-error+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/xcap-ns+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"xns\"]},\"application/xcon-conference-info+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/xcon-conference-info-diff+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/xenc+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"xenc\"]},\"application/xhtml+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"xhtml\",\"xht\"]},\"application/xhtml-voice+xml\":{\"source\":\"apache\",\"compressible\":true},\"application/xliff+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"xlf\"]},\"application/xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"xml\",\"xsl\",\"xsd\",\"rng\"]},\"application/xml-dtd\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"dtd\"]},\"application/xml-external-parsed-entity\":{\"source\":\"iana\"},\"application/xml-patch+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/xmpp+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/xop+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"xop\"]},\"application/xproc+xml\":{\"source\":\"apache\",\"compressible\":true,\"extensions\":[\"xpl\"]},\"application/xslt+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"xsl\",\"xslt\"]},\"application/xspf+xml\":{\"source\":\"apache\",\"compressible\":true,\"extensions\":[\"xspf\"]},\"application/xv+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"mxml\",\"xhvml\",\"xvml\",\"xvm\"]},\"application/yang\":{\"source\":\"iana\",\"extensions\":[\"yang\"]},\"application/yang-data+json\":{\"source\":\"iana\",\"compressible\":true},\"application/yang-data+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/yang-patch+json\":{\"source\":\"iana\",\"compressible\":true},\"application/yang-patch+xml\":{\"source\":\"iana\",\"compressible\":true},\"application/yin+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"yin\"]},\"application/zip\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"zip\"]},\"application/zlib\":{\"source\":\"iana\"},\"application/zstd\":{\"source\":\"iana\"},\"audio/1d-interleaved-parityfec\":{\"source\":\"iana\"},\"audio/32kadpcm\":{\"source\":\"iana\"},\"audio/3gpp\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"3gpp\"]},\"audio/3gpp2\":{\"source\":\"iana\"},\"audio/aac\":{\"source\":\"iana\"},\"audio/ac3\":{\"source\":\"iana\"},\"audio/adpcm\":{\"source\":\"apache\",\"extensions\":[\"adp\"]},\"audio/amr\":{\"source\":\"iana\",\"extensions\":[\"amr\"]},\"audio/amr-wb\":{\"source\":\"iana\"},\"audio/amr-wb+\":{\"source\":\"iana\"},\"audio/aptx\":{\"source\":\"iana\"},\"audio/asc\":{\"source\":\"iana\"},\"audio/atrac-advanced-lossless\":{\"source\":\"iana\"},\"audio/atrac-x\":{\"source\":\"iana\"},\"audio/atrac3\":{\"source\":\"iana\"},\"audio/basic\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"au\",\"snd\"]},\"audio/bv16\":{\"source\":\"iana\"},\"audio/bv32\":{\"source\":\"iana\"},\"audio/clearmode\":{\"source\":\"iana\"},\"audio/cn\":{\"source\":\"iana\"},\"audio/dat12\":{\"source\":\"iana\"},\"audio/dls\":{\"source\":\"iana\"},\"audio/dsr-es201108\":{\"source\":\"iana\"},\"audio/dsr-es202050\":{\"source\":\"iana\"},\"audio/dsr-es202211\":{\"source\":\"iana\"},\"audio/dsr-es202212\":{\"source\":\"iana\"},\"audio/dv\":{\"source\":\"iana\"},\"audio/dvi4\":{\"source\":\"iana\"},\"audio/eac3\":{\"source\":\"iana\"},\"audio/encaprtp\":{\"source\":\"iana\"},\"audio/evrc\":{\"source\":\"iana\"},\"audio/evrc-qcp\":{\"source\":\"iana\"},\"audio/evrc0\":{\"source\":\"iana\"},\"audio/evrc1\":{\"source\":\"iana\"},\"audio/evrcb\":{\"source\":\"iana\"},\"audio/evrcb0\":{\"source\":\"iana\"},\"audio/evrcb1\":{\"source\":\"iana\"},\"audio/evrcnw\":{\"source\":\"iana\"},\"audio/evrcnw0\":{\"source\":\"iana\"},\"audio/evrcnw1\":{\"source\":\"iana\"},\"audio/evrcwb\":{\"source\":\"iana\"},\"audio/evrcwb0\":{\"source\":\"iana\"},\"audio/evrcwb1\":{\"source\":\"iana\"},\"audio/evs\":{\"source\":\"iana\"},\"audio/flexfec\":{\"source\":\"iana\"},\"audio/fwdred\":{\"source\":\"iana\"},\"audio/g711-0\":{\"source\":\"iana\"},\"audio/g719\":{\"source\":\"iana\"},\"audio/g722\":{\"source\":\"iana\"},\"audio/g7221\":{\"source\":\"iana\"},\"audio/g723\":{\"source\":\"iana\"},\"audio/g726-16\":{\"source\":\"iana\"},\"audio/g726-24\":{\"source\":\"iana\"},\"audio/g726-32\":{\"source\":\"iana\"},\"audio/g726-40\":{\"source\":\"iana\"},\"audio/g728\":{\"source\":\"iana\"},\"audio/g729\":{\"source\":\"iana\"},\"audio/g7291\":{\"source\":\"iana\"},\"audio/g729d\":{\"source\":\"iana\"},\"audio/g729e\":{\"source\":\"iana\"},\"audio/gsm\":{\"source\":\"iana\"},\"audio/gsm-efr\":{\"source\":\"iana\"},\"audio/gsm-hr-08\":{\"source\":\"iana\"},\"audio/ilbc\":{\"source\":\"iana\"},\"audio/ip-mr_v2.5\":{\"source\":\"iana\"},\"audio/isac\":{\"source\":\"apache\"},\"audio/l16\":{\"source\":\"iana\"},\"audio/l20\":{\"source\":\"iana\"},\"audio/l24\":{\"source\":\"iana\",\"compressible\":false},\"audio/l8\":{\"source\":\"iana\"},\"audio/lpc\":{\"source\":\"iana\"},\"audio/melp\":{\"source\":\"iana\"},\"audio/melp1200\":{\"source\":\"iana\"},\"audio/melp2400\":{\"source\":\"iana\"},\"audio/melp600\":{\"source\":\"iana\"},\"audio/mhas\":{\"source\":\"iana\"},\"audio/midi\":{\"source\":\"apache\",\"extensions\":[\"mid\",\"midi\",\"kar\",\"rmi\"]},\"audio/mobile-xmf\":{\"source\":\"iana\",\"extensions\":[\"mxmf\"]},\"audio/mp3\":{\"compressible\":false,\"extensions\":[\"mp3\"]},\"audio/mp4\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"m4a\",\"mp4a\"]},\"audio/mp4a-latm\":{\"source\":\"iana\"},\"audio/mpa\":{\"source\":\"iana\"},\"audio/mpa-robust\":{\"source\":\"iana\"},\"audio/mpeg\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"mpga\",\"mp2\",\"mp2a\",\"mp3\",\"m2a\",\"m3a\"]},\"audio/mpeg4-generic\":{\"source\":\"iana\"},\"audio/musepack\":{\"source\":\"apache\"},\"audio/ogg\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"oga\",\"ogg\",\"spx\",\"opus\"]},\"audio/opus\":{\"source\":\"iana\"},\"audio/parityfec\":{\"source\":\"iana\"},\"audio/pcma\":{\"source\":\"iana\"},\"audio/pcma-wb\":{\"source\":\"iana\"},\"audio/pcmu\":{\"source\":\"iana\"},\"audio/pcmu-wb\":{\"source\":\"iana\"},\"audio/prs.sid\":{\"source\":\"iana\"},\"audio/qcelp\":{\"source\":\"iana\"},\"audio/raptorfec\":{\"source\":\"iana\"},\"audio/red\":{\"source\":\"iana\"},\"audio/rtp-enc-aescm128\":{\"source\":\"iana\"},\"audio/rtp-midi\":{\"source\":\"iana\"},\"audio/rtploopback\":{\"source\":\"iana\"},\"audio/rtx\":{\"source\":\"iana\"},\"audio/s3m\":{\"source\":\"apache\",\"extensions\":[\"s3m\"]},\"audio/scip\":{\"source\":\"iana\"},\"audio/silk\":{\"source\":\"apache\",\"extensions\":[\"sil\"]},\"audio/smv\":{\"source\":\"iana\"},\"audio/smv-qcp\":{\"source\":\"iana\"},\"audio/smv0\":{\"source\":\"iana\"},\"audio/sofa\":{\"source\":\"iana\"},\"audio/sp-midi\":{\"source\":\"iana\"},\"audio/speex\":{\"source\":\"iana\"},\"audio/t140c\":{\"source\":\"iana\"},\"audio/t38\":{\"source\":\"iana\"},\"audio/telephone-event\":{\"source\":\"iana\"},\"audio/tetra_acelp\":{\"source\":\"iana\"},\"audio/tetra_acelp_bb\":{\"source\":\"iana\"},\"audio/tone\":{\"source\":\"iana\"},\"audio/tsvcis\":{\"source\":\"iana\"},\"audio/uemclip\":{\"source\":\"iana\"},\"audio/ulpfec\":{\"source\":\"iana\"},\"audio/usac\":{\"source\":\"iana\"},\"audio/vdvi\":{\"source\":\"iana\"},\"audio/vmr-wb\":{\"source\":\"iana\"},\"audio/vnd.3gpp.iufp\":{\"source\":\"iana\"},\"audio/vnd.4sb\":{\"source\":\"iana\"},\"audio/vnd.audiokoz\":{\"source\":\"iana\"},\"audio/vnd.celp\":{\"source\":\"iana\"},\"audio/vnd.cisco.nse\":{\"source\":\"iana\"},\"audio/vnd.cmles.radio-events\":{\"source\":\"iana\"},\"audio/vnd.cns.anp1\":{\"source\":\"iana\"},\"audio/vnd.cns.inf1\":{\"source\":\"iana\"},\"audio/vnd.dece.audio\":{\"source\":\"iana\",\"extensions\":[\"uva\",\"uvva\"]},\"audio/vnd.digital-winds\":{\"source\":\"iana\",\"extensions\":[\"eol\"]},\"audio/vnd.dlna.adts\":{\"source\":\"iana\"},\"audio/vnd.dolby.heaac.1\":{\"source\":\"iana\"},\"audio/vnd.dolby.heaac.2\":{\"source\":\"iana\"},\"audio/vnd.dolby.mlp\":{\"source\":\"iana\"},\"audio/vnd.dolby.mps\":{\"source\":\"iana\"},\"audio/vnd.dolby.pl2\":{\"source\":\"iana\"},\"audio/vnd.dolby.pl2x\":{\"source\":\"iana\"},\"audio/vnd.dolby.pl2z\":{\"source\":\"iana\"},\"audio/vnd.dolby.pulse.1\":{\"source\":\"iana\"},\"audio/vnd.dra\":{\"source\":\"iana\",\"extensions\":[\"dra\"]},\"audio/vnd.dts\":{\"source\":\"iana\",\"extensions\":[\"dts\"]},\"audio/vnd.dts.hd\":{\"source\":\"iana\",\"extensions\":[\"dtshd\"]},\"audio/vnd.dts.uhd\":{\"source\":\"iana\"},\"audio/vnd.dvb.file\":{\"source\":\"iana\"},\"audio/vnd.everad.plj\":{\"source\":\"iana\"},\"audio/vnd.hns.audio\":{\"source\":\"iana\"},\"audio/vnd.lucent.voice\":{\"source\":\"iana\",\"extensions\":[\"lvp\"]},\"audio/vnd.ms-playready.media.pya\":{\"source\":\"iana\",\"extensions\":[\"pya\"]},\"audio/vnd.nokia.mobile-xmf\":{\"source\":\"iana\"},\"audio/vnd.nortel.vbk\":{\"source\":\"iana\"},\"audio/vnd.nuera.ecelp4800\":{\"source\":\"iana\",\"extensions\":[\"ecelp4800\"]},\"audio/vnd.nuera.ecelp7470\":{\"source\":\"iana\",\"extensions\":[\"ecelp7470\"]},\"audio/vnd.nuera.ecelp9600\":{\"source\":\"iana\",\"extensions\":[\"ecelp9600\"]},\"audio/vnd.octel.sbc\":{\"source\":\"iana\"},\"audio/vnd.presonus.multitrack\":{\"source\":\"iana\"},\"audio/vnd.qcelp\":{\"source\":\"iana\"},\"audio/vnd.rhetorex.32kadpcm\":{\"source\":\"iana\"},\"audio/vnd.rip\":{\"source\":\"iana\",\"extensions\":[\"rip\"]},\"audio/vnd.rn-realaudio\":{\"compressible\":false},\"audio/vnd.sealedmedia.softseal.mpeg\":{\"source\":\"iana\"},\"audio/vnd.vmx.cvsd\":{\"source\":\"iana\"},\"audio/vnd.wave\":{\"compressible\":false},\"audio/vorbis\":{\"source\":\"iana\",\"compressible\":false},\"audio/vorbis-config\":{\"source\":\"iana\"},\"audio/wav\":{\"compressible\":false,\"extensions\":[\"wav\"]},\"audio/wave\":{\"compressible\":false,\"extensions\":[\"wav\"]},\"audio/webm\":{\"source\":\"apache\",\"compressible\":false,\"extensions\":[\"weba\"]},\"audio/x-aac\":{\"source\":\"apache\",\"compressible\":false,\"extensions\":[\"aac\"]},\"audio/x-aiff\":{\"source\":\"apache\",\"extensions\":[\"aif\",\"aiff\",\"aifc\"]},\"audio/x-caf\":{\"source\":\"apache\",\"compressible\":false,\"extensions\":[\"caf\"]},\"audio/x-flac\":{\"source\":\"apache\",\"extensions\":[\"flac\"]},\"audio/x-m4a\":{\"source\":\"nginx\",\"extensions\":[\"m4a\"]},\"audio/x-matroska\":{\"source\":\"apache\",\"extensions\":[\"mka\"]},\"audio/x-mpegurl\":{\"source\":\"apache\",\"extensions\":[\"m3u\"]},\"audio/x-ms-wax\":{\"source\":\"apache\",\"extensions\":[\"wax\"]},\"audio/x-ms-wma\":{\"source\":\"apache\",\"extensions\":[\"wma\"]},\"audio/x-pn-realaudio\":{\"source\":\"apache\",\"extensions\":[\"ram\",\"ra\"]},\"audio/x-pn-realaudio-plugin\":{\"source\":\"apache\",\"extensions\":[\"rmp\"]},\"audio/x-realaudio\":{\"source\":\"nginx\",\"extensions\":[\"ra\"]},\"audio/x-tta\":{\"source\":\"apache\"},\"audio/x-wav\":{\"source\":\"apache\",\"extensions\":[\"wav\"]},\"audio/xm\":{\"source\":\"apache\",\"extensions\":[\"xm\"]},\"chemical/x-cdx\":{\"source\":\"apache\",\"extensions\":[\"cdx\"]},\"chemical/x-cif\":{\"source\":\"apache\",\"extensions\":[\"cif\"]},\"chemical/x-cmdf\":{\"source\":\"apache\",\"extensions\":[\"cmdf\"]},\"chemical/x-cml\":{\"source\":\"apache\",\"extensions\":[\"cml\"]},\"chemical/x-csml\":{\"source\":\"apache\",\"extensions\":[\"csml\"]},\"chemical/x-pdb\":{\"source\":\"apache\"},\"chemical/x-xyz\":{\"source\":\"apache\",\"extensions\":[\"xyz\"]},\"font/collection\":{\"source\":\"iana\",\"extensions\":[\"ttc\"]},\"font/otf\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"otf\"]},\"font/sfnt\":{\"source\":\"iana\"},\"font/ttf\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"ttf\"]},\"font/woff\":{\"source\":\"iana\",\"extensions\":[\"woff\"]},\"font/woff2\":{\"source\":\"iana\",\"extensions\":[\"woff2\"]},\"image/aces\":{\"source\":\"iana\",\"extensions\":[\"exr\"]},\"image/apng\":{\"compressible\":false,\"extensions\":[\"apng\"]},\"image/avci\":{\"source\":\"iana\"},\"image/avcs\":{\"source\":\"iana\"},\"image/avif\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"avif\"]},\"image/bmp\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"bmp\"]},\"image/cgm\":{\"source\":\"iana\",\"extensions\":[\"cgm\"]},\"image/dicom-rle\":{\"source\":\"iana\",\"extensions\":[\"drle\"]},\"image/emf\":{\"source\":\"iana\",\"extensions\":[\"emf\"]},\"image/fits\":{\"source\":\"iana\",\"extensions\":[\"fits\"]},\"image/g3fax\":{\"source\":\"iana\",\"extensions\":[\"g3\"]},\"image/gif\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"gif\"]},\"image/heic\":{\"source\":\"iana\",\"extensions\":[\"heic\"]},\"image/heic-sequence\":{\"source\":\"iana\",\"extensions\":[\"heics\"]},\"image/heif\":{\"source\":\"iana\",\"extensions\":[\"heif\"]},\"image/heif-sequence\":{\"source\":\"iana\",\"extensions\":[\"heifs\"]},\"image/hej2k\":{\"source\":\"iana\",\"extensions\":[\"hej2\"]},\"image/hsj2\":{\"source\":\"iana\",\"extensions\":[\"hsj2\"]},\"image/ief\":{\"source\":\"iana\",\"extensions\":[\"ief\"]},\"image/jls\":{\"source\":\"iana\",\"extensions\":[\"jls\"]},\"image/jp2\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"jp2\",\"jpg2\"]},\"image/jpeg\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"jpeg\",\"jpg\",\"jpe\"]},\"image/jph\":{\"source\":\"iana\",\"extensions\":[\"jph\"]},\"image/jphc\":{\"source\":\"iana\",\"extensions\":[\"jhc\"]},\"image/jpm\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"jpm\"]},\"image/jpx\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"jpx\",\"jpf\"]},\"image/jxr\":{\"source\":\"iana\",\"extensions\":[\"jxr\"]},\"image/jxra\":{\"source\":\"iana\",\"extensions\":[\"jxra\"]},\"image/jxrs\":{\"source\":\"iana\",\"extensions\":[\"jxrs\"]},\"image/jxs\":{\"source\":\"iana\",\"extensions\":[\"jxs\"]},\"image/jxsc\":{\"source\":\"iana\",\"extensions\":[\"jxsc\"]},\"image/jxsi\":{\"source\":\"iana\",\"extensions\":[\"jxsi\"]},\"image/jxss\":{\"source\":\"iana\",\"extensions\":[\"jxss\"]},\"image/ktx\":{\"source\":\"iana\",\"extensions\":[\"ktx\"]},\"image/ktx2\":{\"source\":\"iana\",\"extensions\":[\"ktx2\"]},\"image/naplps\":{\"source\":\"iana\"},\"image/pjpeg\":{\"compressible\":false},\"image/png\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"png\"]},\"image/prs.btif\":{\"source\":\"iana\",\"extensions\":[\"btif\"]},\"image/prs.pti\":{\"source\":\"iana\",\"extensions\":[\"pti\"]},\"image/pwg-raster\":{\"source\":\"iana\"},\"image/sgi\":{\"source\":\"apache\",\"extensions\":[\"sgi\"]},\"image/svg+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"svg\",\"svgz\"]},\"image/t38\":{\"source\":\"iana\",\"extensions\":[\"t38\"]},\"image/tiff\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"tif\",\"tiff\"]},\"image/tiff-fx\":{\"source\":\"iana\",\"extensions\":[\"tfx\"]},\"image/vnd.adobe.photoshop\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"psd\"]},\"image/vnd.airzip.accelerator.azv\":{\"source\":\"iana\",\"extensions\":[\"azv\"]},\"image/vnd.cns.inf2\":{\"source\":\"iana\"},\"image/vnd.dece.graphic\":{\"source\":\"iana\",\"extensions\":[\"uvi\",\"uvvi\",\"uvg\",\"uvvg\"]},\"image/vnd.djvu\":{\"source\":\"iana\",\"extensions\":[\"djvu\",\"djv\"]},\"image/vnd.dvb.subtitle\":{\"source\":\"iana\",\"extensions\":[\"sub\"]},\"image/vnd.dwg\":{\"source\":\"iana\",\"extensions\":[\"dwg\"]},\"image/vnd.dxf\":{\"source\":\"iana\",\"extensions\":[\"dxf\"]},\"image/vnd.fastbidsheet\":{\"source\":\"iana\",\"extensions\":[\"fbs\"]},\"image/vnd.fpx\":{\"source\":\"iana\",\"extensions\":[\"fpx\"]},\"image/vnd.fst\":{\"source\":\"iana\",\"extensions\":[\"fst\"]},\"image/vnd.fujixerox.edmics-mmr\":{\"source\":\"iana\",\"extensions\":[\"mmr\"]},\"image/vnd.fujixerox.edmics-rlc\":{\"source\":\"iana\",\"extensions\":[\"rlc\"]},\"image/vnd.globalgraphics.pgb\":{\"source\":\"iana\"},\"image/vnd.microsoft.icon\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"ico\"]},\"image/vnd.mix\":{\"source\":\"iana\"},\"image/vnd.mozilla.apng\":{\"source\":\"iana\"},\"image/vnd.ms-dds\":{\"compressible\":true,\"extensions\":[\"dds\"]},\"image/vnd.ms-modi\":{\"source\":\"iana\",\"extensions\":[\"mdi\"]},\"image/vnd.ms-photo\":{\"source\":\"apache\",\"extensions\":[\"wdp\"]},\"image/vnd.net-fpx\":{\"source\":\"iana\",\"extensions\":[\"npx\"]},\"image/vnd.pco.b16\":{\"source\":\"iana\",\"extensions\":[\"b16\"]},\"image/vnd.radiance\":{\"source\":\"iana\"},\"image/vnd.sealed.png\":{\"source\":\"iana\"},\"image/vnd.sealedmedia.softseal.gif\":{\"source\":\"iana\"},\"image/vnd.sealedmedia.softseal.jpg\":{\"source\":\"iana\"},\"image/vnd.svf\":{\"source\":\"iana\"},\"image/vnd.tencent.tap\":{\"source\":\"iana\",\"extensions\":[\"tap\"]},\"image/vnd.valve.source.texture\":{\"source\":\"iana\",\"extensions\":[\"vtf\"]},\"image/vnd.wap.wbmp\":{\"source\":\"iana\",\"extensions\":[\"wbmp\"]},\"image/vnd.xiff\":{\"source\":\"iana\",\"extensions\":[\"xif\"]},\"image/vnd.zbrush.pcx\":{\"source\":\"iana\",\"extensions\":[\"pcx\"]},\"image/webp\":{\"source\":\"apache\",\"extensions\":[\"webp\"]},\"image/wmf\":{\"source\":\"iana\",\"extensions\":[\"wmf\"]},\"image/x-3ds\":{\"source\":\"apache\",\"extensions\":[\"3ds\"]},\"image/x-cmu-raster\":{\"source\":\"apache\",\"extensions\":[\"ras\"]},\"image/x-cmx\":{\"source\":\"apache\",\"extensions\":[\"cmx\"]},\"image/x-freehand\":{\"source\":\"apache\",\"extensions\":[\"fh\",\"fhc\",\"fh4\",\"fh5\",\"fh7\"]},\"image/x-icon\":{\"source\":\"apache\",\"compressible\":true,\"extensions\":[\"ico\"]},\"image/x-jng\":{\"source\":\"nginx\",\"extensions\":[\"jng\"]},\"image/x-mrsid-image\":{\"source\":\"apache\",\"extensions\":[\"sid\"]},\"image/x-ms-bmp\":{\"source\":\"nginx\",\"compressible\":true,\"extensions\":[\"bmp\"]},\"image/x-pcx\":{\"source\":\"apache\",\"extensions\":[\"pcx\"]},\"image/x-pict\":{\"source\":\"apache\",\"extensions\":[\"pic\",\"pct\"]},\"image/x-portable-anymap\":{\"source\":\"apache\",\"extensions\":[\"pnm\"]},\"image/x-portable-bitmap\":{\"source\":\"apache\",\"extensions\":[\"pbm\"]},\"image/x-portable-graymap\":{\"source\":\"apache\",\"extensions\":[\"pgm\"]},\"image/x-portable-pixmap\":{\"source\":\"apache\",\"extensions\":[\"ppm\"]},\"image/x-rgb\":{\"source\":\"apache\",\"extensions\":[\"rgb\"]},\"image/x-tga\":{\"source\":\"apache\",\"extensions\":[\"tga\"]},\"image/x-xbitmap\":{\"source\":\"apache\",\"extensions\":[\"xbm\"]},\"image/x-xcf\":{\"compressible\":false},\"image/x-xpixmap\":{\"source\":\"apache\",\"extensions\":[\"xpm\"]},\"image/x-xwindowdump\":{\"source\":\"apache\",\"extensions\":[\"xwd\"]},\"message/cpim\":{\"source\":\"iana\"},\"message/delivery-status\":{\"source\":\"iana\"},\"message/disposition-notification\":{\"source\":\"iana\",\"extensions\":[\"disposition-notification\"]},\"message/external-body\":{\"source\":\"iana\"},\"message/feedback-report\":{\"source\":\"iana\"},\"message/global\":{\"source\":\"iana\",\"extensions\":[\"u8msg\"]},\"message/global-delivery-status\":{\"source\":\"iana\",\"extensions\":[\"u8dsn\"]},\"message/global-disposition-notification\":{\"source\":\"iana\",\"extensions\":[\"u8mdn\"]},\"message/global-headers\":{\"source\":\"iana\",\"extensions\":[\"u8hdr\"]},\"message/http\":{\"source\":\"iana\",\"compressible\":false},\"message/imdn+xml\":{\"source\":\"iana\",\"compressible\":true},\"message/news\":{\"source\":\"iana\"},\"message/partial\":{\"source\":\"iana\",\"compressible\":false},\"message/rfc822\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"eml\",\"mime\"]},\"message/s-http\":{\"source\":\"iana\"},\"message/sip\":{\"source\":\"iana\"},\"message/sipfrag\":{\"source\":\"iana\"},\"message/tracking-status\":{\"source\":\"iana\"},\"message/vnd.si.simp\":{\"source\":\"iana\"},\"message/vnd.wfa.wsc\":{\"source\":\"iana\",\"extensions\":[\"wsc\"]},\"model/3mf\":{\"source\":\"iana\",\"extensions\":[\"3mf\"]},\"model/e57\":{\"source\":\"iana\"},\"model/gltf+json\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"gltf\"]},\"model/gltf-binary\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"glb\"]},\"model/iges\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"igs\",\"iges\"]},\"model/mesh\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"msh\",\"mesh\",\"silo\"]},\"model/mtl\":{\"source\":\"iana\",\"extensions\":[\"mtl\"]},\"model/obj\":{\"source\":\"iana\",\"extensions\":[\"obj\"]},\"model/step\":{\"source\":\"iana\"},\"model/step+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"stpx\"]},\"model/step+zip\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"stpz\"]},\"model/step-xml+zip\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"stpxz\"]},\"model/stl\":{\"source\":\"iana\",\"extensions\":[\"stl\"]},\"model/vnd.collada+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"dae\"]},\"model/vnd.dwf\":{\"source\":\"iana\",\"extensions\":[\"dwf\"]},\"model/vnd.flatland.3dml\":{\"source\":\"iana\"},\"model/vnd.gdl\":{\"source\":\"iana\",\"extensions\":[\"gdl\"]},\"model/vnd.gs-gdl\":{\"source\":\"apache\"},\"model/vnd.gs.gdl\":{\"source\":\"iana\"},\"model/vnd.gtw\":{\"source\":\"iana\",\"extensions\":[\"gtw\"]},\"model/vnd.moml+xml\":{\"source\":\"iana\",\"compressible\":true},\"model/vnd.mts\":{\"source\":\"iana\",\"extensions\":[\"mts\"]},\"model/vnd.opengex\":{\"source\":\"iana\",\"extensions\":[\"ogex\"]},\"model/vnd.parasolid.transmit.binary\":{\"source\":\"iana\",\"extensions\":[\"x_b\"]},\"model/vnd.parasolid.transmit.text\":{\"source\":\"iana\",\"extensions\":[\"x_t\"]},\"model/vnd.pytha.pyox\":{\"source\":\"iana\"},\"model/vnd.rosette.annotated-data-model\":{\"source\":\"iana\"},\"model/vnd.sap.vds\":{\"source\":\"iana\",\"extensions\":[\"vds\"]},\"model/vnd.usdz+zip\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"usdz\"]},\"model/vnd.valve.source.compiled-map\":{\"source\":\"iana\",\"extensions\":[\"bsp\"]},\"model/vnd.vtu\":{\"source\":\"iana\",\"extensions\":[\"vtu\"]},\"model/vrml\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"wrl\",\"vrml\"]},\"model/x3d+binary\":{\"source\":\"apache\",\"compressible\":false,\"extensions\":[\"x3db\",\"x3dbz\"]},\"model/x3d+fastinfoset\":{\"source\":\"iana\",\"extensions\":[\"x3db\"]},\"model/x3d+vrml\":{\"source\":\"apache\",\"compressible\":false,\"extensions\":[\"x3dv\",\"x3dvz\"]},\"model/x3d+xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"x3d\",\"x3dz\"]},\"model/x3d-vrml\":{\"source\":\"iana\",\"extensions\":[\"x3dv\"]},\"multipart/alternative\":{\"source\":\"iana\",\"compressible\":false},\"multipart/appledouble\":{\"source\":\"iana\"},\"multipart/byteranges\":{\"source\":\"iana\"},\"multipart/digest\":{\"source\":\"iana\"},\"multipart/encrypted\":{\"source\":\"iana\",\"compressible\":false},\"multipart/form-data\":{\"source\":\"iana\",\"compressible\":false},\"multipart/header-set\":{\"source\":\"iana\"},\"multipart/mixed\":{\"source\":\"iana\"},\"multipart/multilingual\":{\"source\":\"iana\"},\"multipart/parallel\":{\"source\":\"iana\"},\"multipart/related\":{\"source\":\"iana\",\"compressible\":false},\"multipart/report\":{\"source\":\"iana\"},\"multipart/signed\":{\"source\":\"iana\",\"compressible\":false},\"multipart/vnd.bint.med-plus\":{\"source\":\"iana\"},\"multipart/voice-message\":{\"source\":\"iana\"},\"multipart/x-mixed-replace\":{\"source\":\"iana\"},\"text/1d-interleaved-parityfec\":{\"source\":\"iana\"},\"text/cache-manifest\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"appcache\",\"manifest\"]},\"text/calendar\":{\"source\":\"iana\",\"extensions\":[\"ics\",\"ifb\"]},\"text/calender\":{\"compressible\":true},\"text/cmd\":{\"compressible\":true},\"text/coffeescript\":{\"extensions\":[\"coffee\",\"litcoffee\"]},\"text/cql\":{\"source\":\"iana\"},\"text/cql-expression\":{\"source\":\"iana\"},\"text/cql-identifier\":{\"source\":\"iana\"},\"text/css\":{\"source\":\"iana\",\"charset\":\"UTF-8\",\"compressible\":true,\"extensions\":[\"css\"]},\"text/csv\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"csv\"]},\"text/csv-schema\":{\"source\":\"iana\"},\"text/directory\":{\"source\":\"iana\"},\"text/dns\":{\"source\":\"iana\"},\"text/ecmascript\":{\"source\":\"iana\"},\"text/encaprtp\":{\"source\":\"iana\"},\"text/enriched\":{\"source\":\"iana\"},\"text/fhirpath\":{\"source\":\"iana\"},\"text/flexfec\":{\"source\":\"iana\"},\"text/fwdred\":{\"source\":\"iana\"},\"text/gff3\":{\"source\":\"iana\"},\"text/grammar-ref-list\":{\"source\":\"iana\"},\"text/html\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"html\",\"htm\",\"shtml\"]},\"text/jade\":{\"extensions\":[\"jade\"]},\"text/javascript\":{\"source\":\"iana\",\"compressible\":true},\"text/jcr-cnd\":{\"source\":\"iana\"},\"text/jsx\":{\"compressible\":true,\"extensions\":[\"jsx\"]},\"text/less\":{\"compressible\":true,\"extensions\":[\"less\"]},\"text/markdown\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"markdown\",\"md\"]},\"text/mathml\":{\"source\":\"nginx\",\"extensions\":[\"mml\"]},\"text/mdx\":{\"compressible\":true,\"extensions\":[\"mdx\"]},\"text/mizar\":{\"source\":\"iana\"},\"text/n3\":{\"source\":\"iana\",\"charset\":\"UTF-8\",\"compressible\":true,\"extensions\":[\"n3\"]},\"text/parameters\":{\"source\":\"iana\",\"charset\":\"UTF-8\"},\"text/parityfec\":{\"source\":\"iana\"},\"text/plain\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"txt\",\"text\",\"conf\",\"def\",\"list\",\"log\",\"in\",\"ini\"]},\"text/provenance-notation\":{\"source\":\"iana\",\"charset\":\"UTF-8\"},\"text/prs.fallenstein.rst\":{\"source\":\"iana\"},\"text/prs.lines.tag\":{\"source\":\"iana\",\"extensions\":[\"dsc\"]},\"text/prs.prop.logic\":{\"source\":\"iana\"},\"text/raptorfec\":{\"source\":\"iana\"},\"text/red\":{\"source\":\"iana\"},\"text/rfc822-headers\":{\"source\":\"iana\"},\"text/richtext\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"rtx\"]},\"text/rtf\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"rtf\"]},\"text/rtp-enc-aescm128\":{\"source\":\"iana\"},\"text/rtploopback\":{\"source\":\"iana\"},\"text/rtx\":{\"source\":\"iana\"},\"text/sgml\":{\"source\":\"iana\",\"extensions\":[\"sgml\",\"sgm\"]},\"text/shaclc\":{\"source\":\"iana\"},\"text/shex\":{\"source\":\"iana\",\"extensions\":[\"shex\"]},\"text/slim\":{\"extensions\":[\"slim\",\"slm\"]},\"text/spdx\":{\"source\":\"iana\",\"extensions\":[\"spdx\"]},\"text/strings\":{\"source\":\"iana\"},\"text/stylus\":{\"extensions\":[\"stylus\",\"styl\"]},\"text/t140\":{\"source\":\"iana\"},\"text/tab-separated-values\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"tsv\"]},\"text/troff\":{\"source\":\"iana\",\"extensions\":[\"t\",\"tr\",\"roff\",\"man\",\"me\",\"ms\"]},\"text/turtle\":{\"source\":\"iana\",\"charset\":\"UTF-8\",\"extensions\":[\"ttl\"]},\"text/ulpfec\":{\"source\":\"iana\"},\"text/uri-list\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"uri\",\"uris\",\"urls\"]},\"text/vcard\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"vcard\"]},\"text/vnd.a\":{\"source\":\"iana\"},\"text/vnd.abc\":{\"source\":\"iana\"},\"text/vnd.ascii-art\":{\"source\":\"iana\"},\"text/vnd.curl\":{\"source\":\"iana\",\"extensions\":[\"curl\"]},\"text/vnd.curl.dcurl\":{\"source\":\"apache\",\"extensions\":[\"dcurl\"]},\"text/vnd.curl.mcurl\":{\"source\":\"apache\",\"extensions\":[\"mcurl\"]},\"text/vnd.curl.scurl\":{\"source\":\"apache\",\"extensions\":[\"scurl\"]},\"text/vnd.debian.copyright\":{\"source\":\"iana\",\"charset\":\"UTF-8\"},\"text/vnd.dmclientscript\":{\"source\":\"iana\"},\"text/vnd.dvb.subtitle\":{\"source\":\"iana\",\"extensions\":[\"sub\"]},\"text/vnd.esmertec.theme-descriptor\":{\"source\":\"iana\",\"charset\":\"UTF-8\"},\"text/vnd.familysearch.gedcom\":{\"source\":\"iana\",\"extensions\":[\"ged\"]},\"text/vnd.ficlab.flt\":{\"source\":\"iana\"},\"text/vnd.fly\":{\"source\":\"iana\",\"extensions\":[\"fly\"]},\"text/vnd.fmi.flexstor\":{\"source\":\"iana\",\"extensions\":[\"flx\"]},\"text/vnd.gml\":{\"source\":\"iana\"},\"text/vnd.graphviz\":{\"source\":\"iana\",\"extensions\":[\"gv\"]},\"text/vnd.hans\":{\"source\":\"iana\"},\"text/vnd.hgl\":{\"source\":\"iana\"},\"text/vnd.in3d.3dml\":{\"source\":\"iana\",\"extensions\":[\"3dml\"]},\"text/vnd.in3d.spot\":{\"source\":\"iana\",\"extensions\":[\"spot\"]},\"text/vnd.iptc.newsml\":{\"source\":\"iana\"},\"text/vnd.iptc.nitf\":{\"source\":\"iana\"},\"text/vnd.latex-z\":{\"source\":\"iana\"},\"text/vnd.motorola.reflex\":{\"source\":\"iana\"},\"text/vnd.ms-mediapackage\":{\"source\":\"iana\"},\"text/vnd.net2phone.commcenter.command\":{\"source\":\"iana\"},\"text/vnd.radisys.msml-basic-layout\":{\"source\":\"iana\"},\"text/vnd.senx.warpscript\":{\"source\":\"iana\"},\"text/vnd.si.uricatalogue\":{\"source\":\"iana\"},\"text/vnd.sosi\":{\"source\":\"iana\"},\"text/vnd.sun.j2me.app-descriptor\":{\"source\":\"iana\",\"charset\":\"UTF-8\",\"extensions\":[\"jad\"]},\"text/vnd.trolltech.linguist\":{\"source\":\"iana\",\"charset\":\"UTF-8\"},\"text/vnd.wap.si\":{\"source\":\"iana\"},\"text/vnd.wap.sl\":{\"source\":\"iana\"},\"text/vnd.wap.wml\":{\"source\":\"iana\",\"extensions\":[\"wml\"]},\"text/vnd.wap.wmlscript\":{\"source\":\"iana\",\"extensions\":[\"wmls\"]},\"text/vtt\":{\"source\":\"iana\",\"charset\":\"UTF-8\",\"compressible\":true,\"extensions\":[\"vtt\"]},\"text/x-asm\":{\"source\":\"apache\",\"extensions\":[\"s\",\"asm\"]},\"text/x-c\":{\"source\":\"apache\",\"extensions\":[\"c\",\"cc\",\"cxx\",\"cpp\",\"h\",\"hh\",\"dic\"]},\"text/x-component\":{\"source\":\"nginx\",\"extensions\":[\"htc\"]},\"text/x-fortran\":{\"source\":\"apache\",\"extensions\":[\"f\",\"for\",\"f77\",\"f90\"]},\"text/x-gwt-rpc\":{\"compressible\":true},\"text/x-handlebars-template\":{\"extensions\":[\"hbs\"]},\"text/x-java-source\":{\"source\":\"apache\",\"extensions\":[\"java\"]},\"text/x-jquery-tmpl\":{\"compressible\":true},\"text/x-lua\":{\"extensions\":[\"lua\"]},\"text/x-markdown\":{\"compressible\":true,\"extensions\":[\"mkd\"]},\"text/x-nfo\":{\"source\":\"apache\",\"extensions\":[\"nfo\"]},\"text/x-opml\":{\"source\":\"apache\",\"extensions\":[\"opml\"]},\"text/x-org\":{\"compressible\":true,\"extensions\":[\"org\"]},\"text/x-pascal\":{\"source\":\"apache\",\"extensions\":[\"p\",\"pas\"]},\"text/x-processing\":{\"compressible\":true,\"extensions\":[\"pde\"]},\"text/x-sass\":{\"extensions\":[\"sass\"]},\"text/x-scss\":{\"extensions\":[\"scss\"]},\"text/x-setext\":{\"source\":\"apache\",\"extensions\":[\"etx\"]},\"text/x-sfv\":{\"source\":\"apache\",\"extensions\":[\"sfv\"]},\"text/x-suse-ymp\":{\"compressible\":true,\"extensions\":[\"ymp\"]},\"text/x-uuencode\":{\"source\":\"apache\",\"extensions\":[\"uu\"]},\"text/x-vcalendar\":{\"source\":\"apache\",\"extensions\":[\"vcs\"]},\"text/x-vcard\":{\"source\":\"apache\",\"extensions\":[\"vcf\"]},\"text/xml\":{\"source\":\"iana\",\"compressible\":true,\"extensions\":[\"xml\"]},\"text/xml-external-parsed-entity\":{\"source\":\"iana\"},\"text/yaml\":{\"compressible\":true,\"extensions\":[\"yaml\",\"yml\"]},\"video/1d-interleaved-parityfec\":{\"source\":\"iana\"},\"video/3gpp\":{\"source\":\"iana\",\"extensions\":[\"3gp\",\"3gpp\"]},\"video/3gpp-tt\":{\"source\":\"iana\"},\"video/3gpp2\":{\"source\":\"iana\",\"extensions\":[\"3g2\"]},\"video/av1\":{\"source\":\"iana\"},\"video/bmpeg\":{\"source\":\"iana\"},\"video/bt656\":{\"source\":\"iana\"},\"video/celb\":{\"source\":\"iana\"},\"video/dv\":{\"source\":\"iana\"},\"video/encaprtp\":{\"source\":\"iana\"},\"video/ffv1\":{\"source\":\"iana\"},\"video/flexfec\":{\"source\":\"iana\"},\"video/h261\":{\"source\":\"iana\",\"extensions\":[\"h261\"]},\"video/h263\":{\"source\":\"iana\",\"extensions\":[\"h263\"]},\"video/h263-1998\":{\"source\":\"iana\"},\"video/h263-2000\":{\"source\":\"iana\"},\"video/h264\":{\"source\":\"iana\",\"extensions\":[\"h264\"]},\"video/h264-rcdo\":{\"source\":\"iana\"},\"video/h264-svc\":{\"source\":\"iana\"},\"video/h265\":{\"source\":\"iana\"},\"video/iso.segment\":{\"source\":\"iana\",\"extensions\":[\"m4s\"]},\"video/jpeg\":{\"source\":\"iana\",\"extensions\":[\"jpgv\"]},\"video/jpeg2000\":{\"source\":\"iana\"},\"video/jpm\":{\"source\":\"apache\",\"extensions\":[\"jpm\",\"jpgm\"]},\"video/jxsv\":{\"source\":\"iana\"},\"video/mj2\":{\"source\":\"iana\",\"extensions\":[\"mj2\",\"mjp2\"]},\"video/mp1s\":{\"source\":\"iana\"},\"video/mp2p\":{\"source\":\"iana\"},\"video/mp2t\":{\"source\":\"iana\",\"extensions\":[\"ts\"]},\"video/mp4\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"mp4\",\"mp4v\",\"mpg4\"]},\"video/mp4v-es\":{\"source\":\"iana\"},\"video/mpeg\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"mpeg\",\"mpg\",\"mpe\",\"m1v\",\"m2v\"]},\"video/mpeg4-generic\":{\"source\":\"iana\"},\"video/mpv\":{\"source\":\"iana\"},\"video/nv\":{\"source\":\"iana\"},\"video/ogg\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"ogv\"]},\"video/parityfec\":{\"source\":\"iana\"},\"video/pointer\":{\"source\":\"iana\"},\"video/quicktime\":{\"source\":\"iana\",\"compressible\":false,\"extensions\":[\"qt\",\"mov\"]},\"video/raptorfec\":{\"source\":\"iana\"},\"video/raw\":{\"source\":\"iana\"},\"video/rtp-enc-aescm128\":{\"source\":\"iana\"},\"video/rtploopback\":{\"source\":\"iana\"},\"video/rtx\":{\"source\":\"iana\"},\"video/scip\":{\"source\":\"iana\"},\"video/smpte291\":{\"source\":\"iana\"},\"video/smpte292m\":{\"source\":\"iana\"},\"video/ulpfec\":{\"source\":\"iana\"},\"video/vc1\":{\"source\":\"iana\"},\"video/vc2\":{\"source\":\"iana\"},\"video/vnd.cctv\":{\"source\":\"iana\"},\"video/vnd.dece.hd\":{\"source\":\"iana\",\"extensions\":[\"uvh\",\"uvvh\"]},\"video/vnd.dece.mobile\":{\"source\":\"iana\",\"extensions\":[\"uvm\",\"uvvm\"]},\"video/vnd.dece.mp4\":{\"source\":\"iana\"},\"video/vnd.dece.pd\":{\"source\":\"iana\",\"extensions\":[\"uvp\",\"uvvp\"]},\"video/vnd.dece.sd\":{\"source\":\"iana\",\"extensions\":[\"uvs\",\"uvvs\"]},\"video/vnd.dece.video\":{\"source\":\"iana\",\"extensions\":[\"uvv\",\"uvvv\"]},\"video/vnd.directv.mpeg\":{\"source\":\"iana\"},\"video/vnd.directv.mpeg-tts\":{\"source\":\"iana\"},\"video/vnd.dlna.mpeg-tts\":{\"source\":\"iana\"},\"video/vnd.dvb.file\":{\"source\":\"iana\",\"extensions\":[\"dvb\"]},\"video/vnd.fvt\":{\"source\":\"iana\",\"extensions\":[\"fvt\"]},\"video/vnd.hns.video\":{\"source\":\"iana\"},\"video/vnd.iptvforum.1dparityfec-1010\":{\"source\":\"iana\"},\"video/vnd.iptvforum.1dparityfec-2005\":{\"source\":\"iana\"},\"video/vnd.iptvforum.2dparityfec-1010\":{\"source\":\"iana\"},\"video/vnd.iptvforum.2dparityfec-2005\":{\"source\":\"iana\"},\"video/vnd.iptvforum.ttsavc\":{\"source\":\"iana\"},\"video/vnd.iptvforum.ttsmpeg2\":{\"source\":\"iana\"},\"video/vnd.motorola.video\":{\"source\":\"iana\"},\"video/vnd.motorola.videop\":{\"source\":\"iana\"},\"video/vnd.mpegurl\":{\"source\":\"iana\",\"extensions\":[\"mxu\",\"m4u\"]},\"video/vnd.ms-playready.media.pyv\":{\"source\":\"iana\",\"extensions\":[\"pyv\"]},\"video/vnd.nokia.interleaved-multimedia\":{\"source\":\"iana\"},\"video/vnd.nokia.mp4vr\":{\"source\":\"iana\"},\"video/vnd.nokia.videovoip\":{\"source\":\"iana\"},\"video/vnd.objectvideo\":{\"source\":\"iana\"},\"video/vnd.radgamettools.bink\":{\"source\":\"iana\"},\"video/vnd.radgamettools.smacker\":{\"source\":\"iana\"},\"video/vnd.sealed.mpeg1\":{\"source\":\"iana\"},\"video/vnd.sealed.mpeg4\":{\"source\":\"iana\"},\"video/vnd.sealed.swf\":{\"source\":\"iana\"},\"video/vnd.sealedmedia.softseal.mov\":{\"source\":\"iana\"},\"video/vnd.uvvu.mp4\":{\"source\":\"iana\",\"extensions\":[\"uvu\",\"uvvu\"]},\"video/vnd.vivo\":{\"source\":\"iana\",\"extensions\":[\"viv\"]},\"video/vnd.youtube.yt\":{\"source\":\"iana\"},\"video/vp8\":{\"source\":\"iana\"},\"video/vp9\":{\"source\":\"iana\"},\"video/webm\":{\"source\":\"apache\",\"compressible\":false,\"extensions\":[\"webm\"]},\"video/x-f4v\":{\"source\":\"apache\",\"extensions\":[\"f4v\"]},\"video/x-fli\":{\"source\":\"apache\",\"extensions\":[\"fli\"]},\"video/x-flv\":{\"source\":\"apache\",\"compressible\":false,\"extensions\":[\"flv\"]},\"video/x-m4v\":{\"source\":\"apache\",\"extensions\":[\"m4v\"]},\"video/x-matroska\":{\"source\":\"apache\",\"compressible\":false,\"extensions\":[\"mkv\",\"mk3d\",\"mks\"]},\"video/x-mng\":{\"source\":\"apache\",\"extensions\":[\"mng\"]},\"video/x-ms-asf\":{\"source\":\"apache\",\"extensions\":[\"asf\",\"asx\"]},\"video/x-ms-vob\":{\"source\":\"apache\",\"extensions\":[\"vob\"]},\"video/x-ms-wm\":{\"source\":\"apache\",\"extensions\":[\"wm\"]},\"video/x-ms-wmv\":{\"source\":\"apache\",\"compressible\":false,\"extensions\":[\"wmv\"]},\"video/x-ms-wmx\":{\"source\":\"apache\",\"extensions\":[\"wmx\"]},\"video/x-ms-wvx\":{\"source\":\"apache\",\"extensions\":[\"wvx\"]},\"video/x-msvideo\":{\"source\":\"apache\",\"extensions\":[\"avi\"]},\"video/x-sgi-movie\":{\"source\":\"apache\",\"extensions\":[\"movie\"]},\"video/x-smv\":{\"source\":\"apache\",\"extensions\":[\"smv\"]},\"x-conference/x-cooltalk\":{\"source\":\"apache\",\"extensions\":[\"ice\"]},\"x-shader/x-fragment\":{\"compressible\":true},\"x-shader/x-vertex\":{\"compressible\":true}}')},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{validateCookie:()=>r,getCookies:()=>s,setCookies:()=>_,db:()=>a,serialize:()=>o});var i=n(142);function r(e,t,n=!1){return(!e.httpOnly||!n)&&(e.domain.startsWith(\".\")?!!t.url.hostname.endsWith(e.domain.slice(1)):e.domain===t.url.hostname&&(!e.secure||\"http:\"!==t.url.protocol)&&!!t.url.pathname.startsWith(e.path))}async function a(e){let t=await e(\"__op\",1,{upgrade(e,t,n,i){let r=e.createObjectStore(\"cookies\",{keyPath:\"id\"});r.createIndex(\"path\",\"path\")}});return t.transaction([\"cookies\"],\"readwrite\").store.index(\"path\"),t}function o(e=[],t,n){let i=\"\";for(let a of e)r(a,t,n)&&(i.length&&(i+=\"; \"),i+=a.name,i+=\"=\",i+=a.value);return i}async function s(e){let t=new Date;return(await e.getAll(\"cookies\")).filter(n=>{let i=!1;return n.set&&(n.maxAge?i=n.set.getTime()+1e3*n.maxAge<t:n.expires&&(i=new Date(n.expires.toLocaleString())<t)),!i||(e.delete(\"cookies\",n.id),!1)})}function _(e,t,n){if(!t)return!1;let r=i(e,{decodeValues:!1});for(let a of r)a.domain||(a.domain=\".\"+n.url.hostname),a.path||(a.path=\"/\"),a.domain.startsWith(\".\")||(a.domain=\".\"+a.domain),t.put(\"cookies\",{...a,id:`${a.domain}@${a.path}@${a.name}`,set:new Date(Date.now())});return!0}},(e,t,n)=>{\"use strict\";function i(e,t=e.meta){let{html:n,js:i,css:r,attributePrefix:s,handlerScript:_,bundleScript:$}=e,d=s+\"-attr-\";n.on(\"attr\",(r,s)=>{\"base\"===r.node.tagName&&\"href\"===r.name&&r.options.document&&(t.base=new URL(r.value,t.url)),\"rewrite\"===s&&a(r.name,r.tagName)&&(r.node.setAttribute(d+r.name,r.value),r.value=e.rewriteUrl(r.value,t)),\"rewrite\"===s&&p(r.name)&&(r.node.setAttribute(d+r.name,r.value),r.value=n.wrapSrcset(r.value,t)),\"rewrite\"===s&&c(r.name)&&(r.node.setAttribute(d+r.name,r.value),r.value=n.rewrite(r.value,{...t,document:!0,injectHead:r.options.injectHead||[]})),\"rewrite\"===s&&u(r.name)&&(r.node.setAttribute(d+r.name,r.value),r.value=e.rewriteCSS(r.value,{context:\"declarationList\"})),\"rewrite\"===s&&l(r.name)&&(r.name=d+r.name),\"rewrite\"===s&&o(r.name)&&(r.node.setAttribute(d+r.name,r.value),r.value=i.rewrite(r.value,t)),\"source\"===s&&r.name.startsWith(d)&&(r.node.hasAttribute(r.name.slice(d.length))&&r.node.removeAttribute(r.name.slice(d.length)),r.name=r.name.slice(d.length))})}function r(e,t=e.meta){let{html:n,js:i,css:r,attributePrefix:a}=e;return n.on(\"text\",(e,t)=>{\"script\"===e.element.tagName&&(e.value=\"rewrite\"===t?i.rewrite(e.value):i.source(e.value)),\"style\"===e.element.tagName&&(e.value=\"rewrite\"===t?r.rewrite(e.value):r.source(e.value))}),!0}function a(e,t){return\"object\"===t&&\"data\"===e||[\"src\",\"href\",\"ping\",\"movie\",\"action\",\"poster\",\"profile\",\"background\"].indexOf(e)>-1}function o(e){return[\"onafterprint\",\"onbeforeprint\",\"onbeforeunload\",\"onerror\",\"onhashchange\",\"onload\",\"onmessage\",\"onoffline\",\"ononline\",\"onpagehide\",\"onpopstate\",\"onstorage\",\"onunload\",\"onblur\",\"onchange\",\"oncontextmenu\",\"onfocus\",\"oninput\",\"oninvalid\",\"onreset\",\"onsearch\",\"onselect\",\"onsubmit\",\"onkeydown\",\"onkeypress\",\"onkeyup\",\"onclick\",\"ondblclick\",\"onmousedown\",\"onmousemove\",\"onmouseout\",\"onmouseover\",\"onmouseup\",\"onmousewheel\",\"onwheel\",\"ondrag\",\"ondragend\",\"ondragenter\",\"ondragleave\",\"ondragover\",\"ondragstart\",\"ondrop\",\"onscroll\",\"oncopy\",\"oncut\",\"onpaste\",\"onabort\",\"oncanplay\",\"oncanplaythrough\",\"oncuechange\",\"ondurationchange\",\"onemptied\",\"onended\",\"onerror\",\"onloadeddata\",\"onloadedmetadata\",\"onloadstart\",\"onpause\",\"onplay\",\"onplaying\",\"onprogress\",\"onratechange\",\"onseeked\",\"onseeking\",\"onstalled\",\"onsuspend\",\"ontimeupdate\",\"onvolumechange\",\"onwaiting\",].indexOf(e)>-1}function s(e){let{html:t,js:n,css:i,attributePrefix:r}=e;t.on(\"element\",(e,t)=>{if(\"rewrite\"!==t||\"head\"!==e.tagName||!(\"injectHead\"in e.options))return!1;e.childNodes.unshift(...e.options.injectHead)})}function _(e=\"/handler.js?v=2025-04-15\",t=\"/bundle.js?v=2025-04-15\",n=\"/config.js?v=2025-04-15\",i=\"\",r=\"\"){return[{tagName:\"script\",nodeName:\"script\",childNodes:[{nodeName:\"#text\",value:`window.__uv$cookies = atob(\"${btoa(i)}\");\nwindow.__uv$referrer = atob(\"${btoa(r)}\");`},],attrs:[{name:\"__uv-script\",value:\"1\",skip:!0}],skip:!0},{tagName:\"script\",nodeName:\"script\",childNodes:[],attrs:[{name:\"src\",value:t,skip:!0},{name:\"__uv-script\",value:\"1\",skip:!0}]},{tagName:\"script\",nodeName:\"script\",childNodes:[],attrs:[{name:\"src\",value:n,skip:!0},{name:\"__uv-script\",value:\"1\",skip:!0}]},{tagName:\"script\",nodeName:\"script\",childNodes:[],attrs:[{name:\"src\",value:e,skip:!0},{name:\"__uv-script\",value:\"1\",skip:!0}]}]}function l(e){return[\"http-equiv\",\"integrity\",\"sandbox\",\"nonce\",\"crossorigin\"].indexOf(e)>-1}function c(e){return\"srcdoc\"===e}function u(e){return\"style\"===e}function p(e){return\"srcset\"===e||\"imagesrcset\"===e}n.r(t),n.d(t,{attributes:()=>i,createInjection:()=>_,text:()=>r,isUrl:()=>a,isEvent:()=>o,isForbidden:()=>l,isHtml:()=>c,isStyle:()=>u,isSrcset:()=>p,injectHead:()=>s})},(e,t,n)=>{\"use strict\";function i(e){let{css:t}=e;t.on(\"Url\",(t,n,i)=>{t.value=\"rewrite\"===i?e.rewriteUrl(t.value):e.sourceUrl(t.value)})}function r(e){let{css:t}=e;t.on(\"Atrule\",(t,n,i)=>{if(\"import\"!==t.name)return!1;let{data:r}=t.prelude.children.head;if(\"Url\"===r.type)return!1;r.value=\"rewrite\"===i?e.rewriteUrl(r.value):e.sourceUrl(r.value)})}n.r(t),n.d(t,{url:()=>i,importStyle:()=>r})},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{property:()=>r,wrapEval:()=>o,dynamicImport:()=>_,importDeclaration:()=>s,identifier:()=>a,unwrap:()=>l});var i=n(141);function r(e){let{js:t}=e;t.on(\"MemberExpression\",(e,t,n)=>{if(\"Super\"===e.object.type)return!1;if(\"rewrite\"===n&&u(e)&&(t.changes.push({node:\"__uv.$wrap((\",start:e.property.start,end:e.property.start}),e.iterateEnd=function(){t.changes.push({node:\"))\",start:e.property.end,end:e.property.end})}),(e.computed||\"location\"!==e.property.name||\"rewrite\"!==n)&&(\"__uv$location\"!==e.property.name||\"source\"!==n)||t.changes.push({start:e.property.start,end:e.property.end,node:\"rewrite\"===n?\"__uv$setSource(__uv).__uv$location\":\"location\"}),(e.computed||\"top\"!==e.property.name||\"rewrite\"!==n)&&(\"__uv$top\"!==e.property.name||\"source\"!==n)||t.changes.push({start:e.property.start,end:e.property.end,node:\"rewrite\"===n?\"__uv$setSource(__uv).__uv$top\":\"top\"}),(e.computed||\"parent\"!==e.property.name||\"rewrite\"!==n)&&(\"__uv$parent\"!==e.property.name||\"source\"!==n)||t.changes.push({start:e.property.start,end:e.property.end,node:\"rewrite\"===n?\"__uv$setSource(__uv).__uv$parent\":\"parent\"}),e.computed||\"postMessage\"!==e.property.name||\"rewrite\"!==n||t.changes.push({start:e.property.start,end:e.property.end,node:\"__uv$setSource(__uv).postMessage\"}),(e.computed||\"eval\"!==e.property.name||\"rewrite\"!==n)&&(\"__uv$eval\"!==e.property.name||\"source\"!==n)||t.changes.push({start:e.property.start,end:e.property.end,node:\"rewrite\"===n?\"__uv$setSource(__uv).__uv$eval\":\"eval\"}),!e.computed&&\"__uv$setSource\"===e.property.name&&\"source\"===n&&e.parent.type===i.Syntax.CallExpression){let{parent:r,property:a}=e;t.changes.push({start:a.start-1,end:r.end}),e.iterateEnd=function(){t.changes.push({start:a.start,end:r.end})}}})}function a(e){let{js:t}=e;t.on(\"Identifier\",(e,t,n)=>{if(\"rewrite\"!==n)return!1;let{parent:r}=e;if(![\"location\",\"eval\",\"parent\",\"top\"].includes(e.name)||r.type===i.Syntax.VariableDeclarator&&r.id===e||(r.type===i.Syntax.AssignmentExpression||r.type===i.Syntax.AssignmentPattern)&&r.left===e||(r.type===i.Syntax.FunctionExpression||r.type===i.Syntax.FunctionDeclaration)&&r.id===e||r.type===i.Syntax.MemberExpression&&r.property===e&&!r.computed||\"eval\"===e.name&&r.type===i.Syntax.CallExpression&&r.callee===e||r.type===i.Syntax.Property&&r.key===e||r.type===i.Syntax.Property&&r.value===e&&r.shorthand||r.type===i.Syntax.UpdateExpression&&(\"++\"===r.operator||\"--\"===r.operator)||(r.type===i.Syntax.FunctionExpression||r.type===i.Syntax.FunctionDeclaration||r.type===i.Syntax.ArrowFunctionExpression)&&-1!==r.params.indexOf(e)||r.type===i.Syntax.MethodDefinition||r.type===i.Syntax.ClassDeclaration||r.type===i.Syntax.RestElement||r.type===i.Syntax.ExportSpecifier||r.type===i.Syntax.ImportSpecifier)return!1;t.changes.push({start:e.start,end:e.end,node:\"__uv.$get(\"+e.name+\")\"})})}function o(e){let{js:t}=e;t.on(\"CallExpression\",(e,t,n)=>{if(\"rewrite\"!==n||!e.arguments.length||\"Identifier\"!==e.callee.type||\"eval\"!==e.callee.name)return!1;let[i]=e.arguments;t.changes.push({node:\"__uv.js.rewrite(\",start:i.start,end:i.start}),e.iterateEnd=function(){t.changes.push({node:\")\",start:i.end,end:i.end})}})}function s(e){let{js:t}=e;t.on(i.Syntax.Literal,(t,n,r)=>{if(!((t.parent.type===i.Syntax.ImportDeclaration||t.parent.type===i.Syntax.ExportAllDeclaration||t.parent.type===i.Syntax.ExportNamedDeclaration)&&t.parent.source===t))return!1;n.changes.push({start:t.start+1,end:t.end-1,node:\"rewrite\"===r?e.rewriteUrl(t.value):e.sourceUrl(t.value)})})}function _(e){let{js:t}=e;t.on(i.Syntax.ImportExpression,(e,t,n)=>{if(\"rewrite\"!==n)return!1;t.changes.push({node:\"__uv.rewriteUrl(\",start:e.source.start,end:e.source.start}),e.iterateEnd=function(){t.changes.push({node:\")\",start:e.source.end,end:e.source.end})}})}function l(e){let{js:t}=e;t.on(\"CallExpression\",(e,t,n)=>{if(\"source\"!==n||!c(e.callee))return!1;switch(e.callee.property.name){case\"$wrap\":if(!e.arguments||e.parent.type!==i.Syntax.MemberExpression||e.parent.property!==e)return!1;let[r]=e.arguments;t.changes.push({start:e.callee.start,end:r.start}),e.iterateEnd=function(){t.changes.push({start:e.end-2,end:e.end})};break;case\"$get\":case\"rewriteUrl\":let[a]=e.arguments;t.changes.push({start:e.callee.start,end:a.start}),e.iterateEnd=function(){t.changes.push({start:e.end-1,end:e.end})};break;case\"rewrite\":let[o]=e.arguments;t.changes.push({start:e.callee.start,end:o.start}),e.iterateEnd=function(){t.changes.push({start:e.end-1,end:e.end})}}})}function c(e){return e.type===i.Syntax.MemberExpression&&(!!(\"rewrite\"===e.property.name&&c(e.object))||!!(e.object.type===i.Syntax.Identifier&&\"__uv\"===e.object.name&&[\"js\",\"$get\",\"$wrap\",\"rewriteUrl\"].includes(e.property.name)))}function u(e){if(!e.computed)return!1;let{property:t}=e;return t.type,!0}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{unwrap:()=>i.u,wrap:()=>i.w,deleteDB:()=>a,openDB:()=>r});var i=n(152);function r(e,t,{blocked:n,upgrade:r,blocking:a,terminated:o}={}){let s=indexedDB.open(e,t),_=(0,i.w)(s);return r&&s.addEventListener(\"upgradeneeded\",e=>{r((0,i.w)(s.result),e.oldVersion,e.newVersion,(0,i.w)(s.transaction))}),n&&s.addEventListener(\"blocked\",()=>n()),_.then(e=>{o&&e.addEventListener(\"close\",()=>o()),a&&e.addEventListener(\"versionchange\",()=>a())}).catch(()=>{}),_}function a(e,{blocked:t}={}){let n=indexedDB.deleteDatabase(e);return t&&n.addEventListener(\"blocked\",()=>t()),(0,i.w)(n).then(()=>void 0)}let o=[\"get\",\"getKey\",\"getAll\",\"getAllKeys\",\"count\"],s=[\"put\",\"add\",\"delete\",\"clear\"],_=new Map;function l(e,t){if(!(e instanceof IDBDatabase&&!(t in e)&&\"string\"==typeof t))return;if(_.get(t))return _.get(t);let n=t.replace(/FromIndex$/,\"\"),i=t!==n,r=s.includes(n);if(!(n in(i?IDBIndex:IDBObjectStore).prototype)||!(r||o.includes(n)))return;let a=async function(e,...t){let a=this.transaction(e,r?\"readwrite\":\"readonly\"),o=a.store;return i&&(o=o.index(t.shift())),(await Promise.all([o[n](...t),r&&a.done,]))[0]};return _.set(t,a),a}(0,i.r)(e=>({...e,get:(t,n,i)=>l(t,n)||e.get(t,n,i),has:(t,n)=>!!l(t,n)||e.has(t,n)}))},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{a:()=>p,i:()=>i,r:()=>h,u:()=>v,w:()=>x});let i=(e,t)=>t.some(t=>e instanceof t),r,a;function o(){return r||(r=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction,])}function s(){return a||(a=[IDBCursor.prototype.advance,IDBCursor.prototype.continue,IDBCursor.prototype.continuePrimaryKey,])}let _=new WeakMap,l=new WeakMap,c=new WeakMap,u=new WeakMap,p=new WeakMap;function $(e){let t=new Promise((t,n)=>{let i=()=>{e.removeEventListener(\"success\",r),e.removeEventListener(\"error\",a)},r=()=>{t(x(e.result)),i()},a=()=>{n(e.error),i()};e.addEventListener(\"success\",r),e.addEventListener(\"error\",a)});return t.then(t=>{t instanceof IDBCursor&&_.set(t,e)}).catch(()=>{}),p.set(t,e),t}function d(e){if(l.has(e))return;let t=new Promise((t,n)=>{let i=()=>{e.removeEventListener(\"complete\",r),e.removeEventListener(\"error\",a),e.removeEventListener(\"abort\",a)},r=()=>{t(),i()},a=()=>{n(e.error||new DOMException(\"AbortError\",\"AbortError\")),i()};e.addEventListener(\"complete\",r),e.addEventListener(\"error\",a),e.addEventListener(\"abort\",a)});l.set(e,t)}let m={get(e,t,n){if(e instanceof IDBTransaction){if(\"done\"===t)return l.get(e);if(\"objectStoreNames\"===t)return e.objectStoreNames||c.get(e);if(\"store\"===t)return n.objectStoreNames[1]?void 0:n.objectStore(n.objectStoreNames[0])}return x(e[t])},set:(e,t,n)=>(e[t]=n,!0),has:(e,t)=>e instanceof IDBTransaction&&(\"done\"===t||\"store\"===t)||t in e};function h(e){m=e(m)}function f(e){return e!==IDBDatabase.prototype.transaction||\"objectStoreNames\"in IDBTransaction.prototype?s().includes(e)?function(...t){return e.apply(v(this),t),x(_.get(this))}:function(...t){return x(e.apply(v(this),t))}:function(t,...n){let i=e.call(v(this),t,...n);return c.set(i,t.sort?t.sort():[t]),x(i)}}function g(e){return\"function\"==typeof e?f(e):(e instanceof IDBTransaction&&d(e),i(e,o()))?new Proxy(e,m):e}function x(e){if(e instanceof IDBRequest)return $(e);if(u.has(e))return u.get(e);let t=g(e);return t!==e&&(u.set(e,t),p.set(t,e)),t}let v=e=>p.get(e)},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>T});var i=n(154),r=n(157),a=n(158),o=n(159),s=n(160),_=n(161),l=n(162),c=n(163),u=n(164),p=n(165),$=n(166),d=n(167),m=n(168),h=n(169),f=n(170),g=n(171),x=n(155),v=n(172),b=n(173);class k extends x.default{constructor(e=self,t=!e.window){super(),this.window=e,this.nativeMethods={fnToString:this.window.Function.prototype.toString,defineProperty:this.window.Object.defineProperty,getOwnPropertyDescriptor:this.window.Object.getOwnPropertyDescriptor,getOwnPropertyDescriptors:this.window.Object.getOwnPropertyDescriptors,getOwnPropertyNames:this.window.Object.getOwnPropertyNames,keys:this.window.Object.keys,getOwnPropertySymbols:this.window.Object.getOwnPropertySymbols,isArray:this.window.Array.isArray,setPrototypeOf:this.window.Object.setPrototypeOf,isExtensible:this.window.Object.isExtensible,Map:this.window.Map,Proxy:this.window.Proxy},this.worker=t,this.fetch=new l.default(this),this.xhr=new u.default(this),this.history=new $.default(this),this.element=new r.default(this),this.node=new a.default(this),this.document=new i.default(this),this.function=new s.default(this),this.object=new _.default(this),this.message=new m.default(this),this.websocket=new c.default(this),this.navigator=new h.default(this),this.eventSource=new p.default(this),this.attribute=new o.default(this),this.url=new g.default(this),this.workers=new f.default(this),this.location=new d.default(this),this.storage=new v.default(this),this.style=new b.default(this)}initLocation(e,t){this.location=new d.default(this,t,e,this.worker)}override(e,t,n,i){if(!t in e)return!1;let r=this.wrap(e,t,n,i);return e[t]=r}overrideDescriptor(e,t,n={}){let i=this.wrapDescriptor(e,t,n);return i?(this.nativeMethods.defineProperty(e,t,i),i):{}}wrap(e,t,n,i){let r=e[t];if(!r)return r;let a=\"prototype\"in r?function e(){return n(r,this,[...arguments])}:({attach(){return n(r,this,[...arguments])}}).attach;return i&&(a.prototype=r.prototype,a.prototype.constructor=a),this.emit(\"wrap\",r,a,!!i),a}wrapDescriptor(e,t,n={}){let i=this.nativeMethods.getOwnPropertyDescriptor(e,t);if(!i)return!1;for(let r in n)r in i&&(\"get\"===r||\"set\"===r?i[r]=this.wrap(i,r,n[r]):i[r]=\"function\"==typeof n[r]?n[r](i[r]):n[r]);return i}}let T=k;\"object\"==typeof self&&(self.UVClient=k)},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>o});var i=n(155),r=n(156);class a extends i.default{constructor(e){super(),this.ctx=e,this.window=e.window,this.document=this.window.document,this.Document=this.window.Document||{},this.DOMParser=this.window.DOMParser||{},this.docProto=this.Document.prototype||{},this.domProto=this.DOMParser.prototype||{},this.title=e.nativeMethods.getOwnPropertyDescriptor(this.docProto,\"title\"),this.cookie=e.nativeMethods.getOwnPropertyDescriptor(this.docProto,\"cookie\"),this.referrer=e.nativeMethods.getOwnPropertyDescriptor(this.docProto,\"referrer\"),this.domain=e.nativeMethods.getOwnPropertyDescriptor(this.docProto,\"domain\"),this.documentURI=e.nativeMethods.getOwnPropertyDescriptor(this.docProto,\"documentURI\"),this.write=this.docProto.write,this.writeln=this.docProto.writeln,this.querySelector=this.docProto.querySelector,this.querySelectorAll=this.docProto.querySelectorAll,this.parseFromString=this.domProto.parseFromString,this.URL=e.nativeMethods.getOwnPropertyDescriptor(this.docProto,\"URL\")}overrideParseFromString(){this.ctx.override(this.domProto,\"parseFromString\",(e,t,n)=>{if(2>n.length)return e.apply(t,n);let[i,a]=n,o=new r.default({string:i,type:a},e,t);return(this.emit(\"parseFromString\",o),o.intercepted)?o.returnValue:o.target.call(o.that,o.data.string,o.data.type)})}overrideQuerySelector(){this.ctx.override(this.docProto,\"querySelector\",(e,t,n)=>{if(!n.length)return e.apply(t,n);let[i]=n,a=new r.default({selectors:i},e,t);return(this.emit(\"querySelector\",a),a.intercepted)?a.returnValue:a.target.call(a.that,a.data.selectors)})}overrideDomain(){this.ctx.overrideDescriptor(this.docProto,\"domain\",{get:(e,t)=>{let n=new r.default({value:e.call(t)},e,t);return(this.emit(\"getDomain\",n),n.intercepted)?n.returnValue:n.data.value},set:(e,t,[n])=>{let i=new r.default({value:n},e,t);return(this.emit(\"setDomain\",i),i.intercepted)?i.returnValue:i.target.call(i.that,i.data.value)}})}overrideReferrer(){this.ctx.overrideDescriptor(this.docProto,\"referrer\",{get:(e,t)=>{let n=new r.default({value:e.call(t)},e,t);return(this.emit(\"referrer\",n),n.intercepted)?n.returnValue:n.data.value}})}overrideCreateTreeWalker(){this.ctx.override(this.docProto,\"createTreeWalker\",(e,t,n)=>{if(!n.length)return e.apply(t,n);let[i,a=4294967295,o,s]=n,_=new r.default({root:i,show:a,filter:o,expandEntityReferences:s},e,t);return(this.emit(\"createTreeWalker\",_),_.intercepted)?_.returnValue:_.target.call(_.that,_.data.root,_.data.show,_.data.filter,_.data.expandEntityReferences)})}overrideWrite(){this.ctx.override(this.docProto,\"write\",(e,t,n)=>{if(!n.length)return e.apply(t,n);let[...i]=n,a=new r.default({html:i},e,t);return(this.emit(\"write\",a),a.intercepted)?a.returnValue:a.target.apply(a.that,a.data.html)}),this.ctx.override(this.docProto,\"writeln\",(e,t,n)=>{if(!n.length)return e.apply(t,n);let[...i]=n,a=new r.default({html:i},e,t);return(this.emit(\"writeln\",a),a.intercepted)?a.returnValue:a.target.apply(a.that,a.data.html)})}overrideDocumentURI(){this.ctx.overrideDescriptor(this.docProto,\"documentURI\",{get:(e,t)=>{let n=new r.default({value:e.call(t)},e,t);return(this.emit(\"documentURI\",n),n.intercepted)?n.returnValue:n.data.value}})}overrideURL(){this.ctx.overrideDescriptor(this.docProto,\"URL\",{get:(e,t)=>{let n=new r.default({value:e.call(t)},e,t);return(this.emit(\"url\",n),n.intercepted)?n.returnValue:n.data.value}})}overrideReferrer(){this.ctx.overrideDescriptor(this.docProto,\"referrer\",{get:(e,t)=>{let n=new r.default({value:e.call(t)},e,t);return(this.emit(\"referrer\",n),n.intercepted)?n.returnValue:n.data.value}})}overrideCookie(){this.ctx.overrideDescriptor(this.docProto,\"cookie\",{get:(e,t)=>{let n=new r.default({value:e.call(t)},e,t);return(this.emit(\"getCookie\",n),n.intercepted)?n.returnValue:n.data.value},set:(e,t,[n])=>{let i=new r.default({value:n},e,t);return(this.emit(\"setCookie\",i),i.intercepted)?i.returnValue:i.target.call(i.that,i.data.value)}})}overrideTitle(){this.ctx.overrideDescriptor(this.docProto,\"title\",{get:(e,t)=>{let n=new r.default({value:e.call(t)},e,t);return(this.emit(\"getTitle\",n),n.intercepted)?n.returnValue:n.data.value},set:(e,t,[n])=>{let i=new r.default({value:n},e,t);return(this.emit(\"setTitle\",i),i.intercepted)?i.returnValue:i.target.call(i.that,i.data.value)}})}}let o=a},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>l});var i,r=\"object\"==typeof Reflect?Reflect:null,a=r&&\"function\"==typeof r.apply?r.apply:function e(t,n,i){return Function.prototype.apply.call(t,n,i)};function o(e){console&&console.warn&&console.warn(e)}i=r&&\"function\"==typeof r.ownKeys?r.ownKeys:Object.getOwnPropertySymbols?function e(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:function e(t){return Object.getOwnPropertyNames(t)};var s=Number.isNaN||function e(t){return t!=t};function _(){_.init.call(this)}let l=_;_.EventEmitter=_,_.prototype._events=void 0,_.prototype._eventsCount=0,_.prototype._maxListeners=void 0;var c=10;function u(e){if(\"function\"!=typeof e)throw TypeError('The \"listener\" argument must be of type Function. Received type '+typeof e)}function p(e){return void 0===e._maxListeners?_.defaultMaxListeners:e._maxListeners}function $(e,t,n,i){if(u(n),void 0===(a=e._events)?(a=e._events=Object.create(null),e._eventsCount=0):(void 0!==a.newListener&&(e.emit(\"newListener\",t,n.listener?n.listener:n),a=e._events),s=a[t]),void 0===s)s=a[t]=n,++e._eventsCount;else if(\"function\"==typeof s?s=a[t]=i?[n,s]:[s,n]:i?s.unshift(n):s.push(n),(r=p(e))>0&&s.length>r&&!s.warned){s.warned=!0;var r,a,s,_=Error(\"Possible EventEmitter memory leak detected. \"+s.length+\" \"+String(t)+\" listeners added. Use emitter.setMaxListeners() to increase limit\");_.name=\"MaxListenersExceededWarning\",_.emitter=e,_.type=t,_.count=s.length,o(_)}return e}function d(){if(!this.fired)return(this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length)?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function m(e,t,n){var i={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},r=d.bind(i);return r.listener=n,i.wrapFn=r,r}function h(e,t,n){var i=e._events;if(void 0===i)return[];var r=i[t];return void 0===r?[]:\"function\"==typeof r?n?[r.listener||r]:[r]:n?v(r):g(r,r.length)}function f(e){var t=this._events;if(void 0!==t){var n=t[e];if(\"function\"==typeof n)return 1;if(void 0!==n)return n.length}return 0}function g(e,t){for(var n=Array(t),i=0;i<t;++i)n[i]=e[i];return n}function x(e,t){for(;t+1<e.length;t++)e[t]=e[t+1];e.pop()}function v(e){for(var t=Array(e.length),n=0;n<t.length;++n)t[n]=e[n].listener||e[n];return t}function b(e,t){return new Promise(function(n,i){function r(n){e.removeListener(t,a),i(n)}function a(){\"function\"==typeof e.removeListener&&e.removeListener(\"error\",r),n([].slice.call(arguments))}T(e,t,a,{once:!0}),\"error\"!==t&&k(e,r,{once:!0})})}function k(e,t,n){\"function\"==typeof e.on&&T(e,\"error\",t,n)}function T(e,t,n,i){if(\"function\"==typeof e.on)i.once?e.once(t,n):e.on(t,n);else if(\"function\"==typeof e.addEventListener)e.addEventListener(t,function r(a){i.once&&e.removeEventListener(t,r),n(a)});else throw TypeError('The \"emitter\" argument must be of type EventEmitter. Received type '+typeof e)}Object.defineProperty(_,\"defaultMaxListeners\",{enumerable:!0,get:function(){return c},set:function(e){if(\"number\"!=typeof e||e<0||s(e))throw RangeError('The value of \"defaultMaxListeners\" is out of range. It must be a non-negative number. Received '+e+\".\");c=e}}),_.init=function(){(void 0===this._events||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},_.prototype.setMaxListeners=function e(t){if(\"number\"!=typeof t||t<0||s(t))throw RangeError('The value of \"n\" is out of range. It must be a non-negative number. Received '+t+\".\");return this._maxListeners=t,this},_.prototype.getMaxListeners=function e(){return p(this)},_.prototype.emit=function e(t){for(var n=[],i=1;i<arguments.length;i++)n.push(arguments[i]);var r=\"error\"===t,o=this._events;if(void 0!==o)r=r&&void 0===o.error;else if(!r)return!1;if(r){if(n.length>0&&(s=n[0]),s instanceof Error)throw s;var s,_=Error(\"Unhandled error.\"+(s?\" (\"+s.message+\")\":\"\"));throw _.context=s,_}var l=o[t];if(void 0===l)return!1;if(\"function\"==typeof l)a(l,this,n);else for(var c=l.length,u=g(l,c),i=0;i<c;++i)a(u[i],this,n);return!0},_.prototype.addListener=function e(t,n){return $(this,t,n,!1)},_.prototype.on=_.prototype.addListener,_.prototype.prependListener=function e(t,n){return $(this,t,n,!0)},_.prototype.once=function e(t,n){return u(n),this.on(t,m(this,t,n)),this},_.prototype.prependOnceListener=function e(t,n){return u(n),this.prependListener(t,m(this,t,n)),this},_.prototype.removeListener=function e(t,n){var i,r,a,o,s;if(u(n),void 0===(r=this._events)||void 0===(i=r[t]))return this;if(i===n||i.listener===n)0==--this._eventsCount?this._events=Object.create(null):(delete r[t],r.removeListener&&this.emit(\"removeListener\",t,i.listener||n));else if(\"function\"!=typeof i){for(a=-1,o=i.length-1;o>=0;o--)if(i[o]===n||i[o].listener===n){s=i[o].listener,a=o;break}if(a<0)return this;0===a?i.shift():x(i,a),1===i.length&&(r[t]=i[0]),void 0!==r.removeListener&&this.emit(\"removeListener\",t,s||n)}return this},_.prototype.off=_.prototype.removeListener,_.prototype.removeAllListeners=function e(t){var n,i,r;if(void 0===(i=this._events))return this;if(void 0===i.removeListener)return 0===arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==i[t]&&(0==--this._eventsCount?this._events=Object.create(null):delete i[t]),this;if(0===arguments.length){var a,o=Object.keys(i);for(r=0;r<o.length;++r)\"removeListener\"!==(a=o[r])&&this.removeAllListeners(a);return this.removeAllListeners(\"removeListener\"),this._events=Object.create(null),this._eventsCount=0,this}if(\"function\"==typeof(n=i[t]))this.removeListener(t,n);else if(void 0!==n)for(r=n.length-1;r>=0;r--)this.removeListener(t,n[r]);return this},_.prototype.listeners=function e(t){return h(this,t,!0)},_.prototype.rawListeners=function e(t){return h(this,t,!1)},_.listenerCount=function(e,t){return\"function\"==typeof e.listenerCount?e.listenerCount(t):f.call(e,t)},_.prototype.listenerCount=f,_.prototype.eventNames=function e(){return this._eventsCount>0?i(this._events):[]}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>r});class i{#a;#b;constructor(e={},t=null,n=null){this.#a=!1,this.#b=null,this.data=e,this.target=t,this.that=n}get intercepted(){return this.#a}get returnValue(){return this.#b}respondWith(e){this.#b=e,this.#a=!0}}let r=i},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>o});var i=n(155),r=n(156);class a extends i.default{constructor(e){super(),this.ctx=e,this.window=e.window,this.Audio=this.window.Audio,this.Element=this.window.Element,this.elemProto=this.Element?this.Element.prototype:{},this.innerHTML=e.nativeMethods.getOwnPropertyDescriptor(this.elemProto,\"innerHTML\"),this.outerHTML=e.nativeMethods.getOwnPropertyDescriptor(this.elemProto,\"outerHTML\"),this.setAttribute=this.elemProto.setAttribute,this.getAttribute=this.elemProto.getAttribute,this.removeAttribute=this.elemProto.removeAttribute,this.hasAttribute=this.elemProto.hasAttribute,this.querySelector=this.elemProto.querySelector,this.querySelectorAll=this.elemProto.querySelectorAll,this.insertAdjacentHTML=this.elemProto.insertAdjacentHTML,this.insertAdjacentText=this.elemProto.insertAdjacentText}overrideQuerySelector(){this.ctx.override(this.elemProto,\"querySelector\",(e,t,n)=>{if(!n.length)return e.apply(t,n);let[i]=n,a=new r.default({selectors:i},e,t);return(this.emit(\"querySelector\",a),a.intercepted)?a.returnValue:a.target.call(a.that,a.data.selectors)})}overrideAttribute(){this.ctx.override(this.elemProto,\"getAttribute\",(e,t,n)=>{if(!n.length)return e.apply(t,n);let[i]=n,a=new r.default({name:i},e,t);return(this.emit(\"getAttribute\",a),a.intercepted)?a.returnValue:a.target.call(a.that,a.data.name)}),this.ctx.override(this.elemProto,\"setAttribute\",(e,t,n)=>{if(2>n.length)return e.apply(t,n);let[i,a]=n,o=new r.default({name:i,value:a},e,t);return(this.emit(\"setAttribute\",o),o.intercepted)?o.returnValue:o.target.call(o.that,o.data.name,o.data.value)}),this.ctx.override(this.elemProto,\"hasAttribute\",(e,t,n)=>{if(!n.length)return e.apply(t,n);let[i]=n,a=new r.default({name:i},e,t);return(this.emit(\"hasAttribute\",a),a.intercepted)?a.returnValue:a.target.call(a.that,a.data.name)}),this.ctx.override(this.elemProto,\"removeAttribute\",(e,t,n)=>{if(!n.length)return e.apply(t,n);let[i]=n,a=new r.default({name:i},e,t);return(this.emit(\"removeAttribute\",a),a.intercepted)?a.returnValue:a.target.call(a.that,a.data.name)})}overrideAudio(){this.ctx.override(this.window,\"Audio\",(e,t,n)=>{if(!n.length)return new e(...n);let[i]=n,a=new r.default({url:i},e,t);return(this.emit(\"audio\",a),a.intercepted)?a.returnValue:new a.target(a.data.url)},!0)}overrideHtml(){this.hookProperty(this.Element,\"innerHTML\",{get:(e,t)=>{let n=new r.default({value:e.call(t)},e,t);return(this.emit(\"getInnerHTML\",n),n.intercepted)?n.returnValue:n.data.value},set:(e,t,[n])=>{let i=new r.default({value:n},e,t);if(this.emit(\"setInnerHTML\",i),i.intercepted)return i.returnValue;e.call(t,i.data.value)}}),this.hookProperty(this.Element,\"outerHTML\",{get:(e,t)=>{let n=new r.default({value:e.call(t)},e,t);return(this.emit(\"getOuterHTML\",n),n.intercepted)?n.returnValue:n.data.value},set:(e,t,[n])=>{let i=new r.default({value:n},e,t);if(this.emit(\"setOuterHTML\",i),i.intercepted)return i.returnValue;e.call(t,i.data.value)}})}overrideInsertAdjacentHTML(){this.ctx.override(this.elemProto,\"insertAdjacentHTML\",(e,t,n)=>{if(2>n.length)return e.apply(t,n);let[i,a]=n,o=new r.default({position:i,html:a},e,t);return(this.emit(\"insertAdjacentHTML\",o),o.intercepted)?o.returnValue:o.target.call(o.that,o.data.position,o.data.html)})}overrideInsertAdjacentText(){this.ctx.override(this.elemProto,\"insertAdjacentText\",(e,t,n)=>{if(2>n.length)return e.apply(t,n);let[i,a]=n,o=new r.default({position:i,text:a},e,t);return(this.emit(\"insertAdjacentText\",o),o.intercepted)?o.returnValue:o.target.call(o.that,o.data.position,o.data.text)})}hookProperty(e,t,n){if(!e||!t in e)return!1;if(this.ctx.nativeMethods.isArray(e)){for(let i of e)this.hookProperty(i,t,n);return!0}let r=e.prototype;return this.ctx.overrideDescriptor(r,t,n),!0}}let o=a},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>o});var i=n(155),r=n(156);class a extends i.default{constructor(e){super(),this.ctx=e,this.window=e.window,this.Node=e.window.Node||{},this.nodeProto=this.Node.prototype||{},this.compareDocumentPosition=this.nodeProto.compareDocumentPosition,this.contains=this.nodeProto.contains,this.insertBefore=this.nodeProto.insertBefore,this.replaceChild=this.nodeProto.replaceChild,this.append=this.nodeProto.append,this.appendChild=this.nodeProto.appendChild,this.removeChild=this.nodeProto.removeChild,this.textContent=e.nativeMethods.getOwnPropertyDescriptor(this.nodeProto,\"textContent\"),this.parentNode=e.nativeMethods.getOwnPropertyDescriptor(this.nodeProto,\"parentNode\"),this.parentElement=e.nativeMethods.getOwnPropertyDescriptor(this.nodeProto,\"parentElement\"),this.childNodes=e.nativeMethods.getOwnPropertyDescriptor(this.nodeProto,\"childNodes\"),this.baseURI=e.nativeMethods.getOwnPropertyDescriptor(this.nodeProto,\"baseURI\"),this.previousSibling=e.nativeMethods.getOwnPropertyDescriptor(this.nodeProto,\"previousSibling\"),this.ownerDocument=e.nativeMethods.getOwnPropertyDescriptor(this.nodeProto,\"ownerDocument\")}overrideTextContent(){this.ctx.overrideDescriptor(this.nodeProto,\"textContent\",{get:(e,t)=>{let n=new r.default({value:e.call(t)},e,t);return(this.emit(\"getTextContent\",n),n.intercepted)?n.returnValue:n.data.value},set:(e,t,[n])=>{let i=new r.default({value:n},e,t);if(this.emit(\"setTextContent\",i),i.intercepted)return i.returnValue;e.call(t,i.data.value)}})}overrideAppend(){this.ctx.override(this.nodeProto,\"append\",(e,t,[...n])=>{let i=new r.default({nodes:n},e,t);return(this.emit(\"append\",i),i.intercepted)?i.returnValue:i.target.call(i.that,i.data.nodes)}),this.ctx.override(this.nodeProto,\"appendChild\",(e,t,n)=>{if(!n.length)return e.apply(t,n);let[i]=n,a=new r.default({node:i},e,t);return(this.emit(\"appendChild\",a),a.intercepted)?a.returnValue:a.target.call(a.that,a.data.node)})}overrideBaseURI(){this.ctx.overrideDescriptor(this.nodeProto,\"baseURI\",{get:(e,t)=>{let n=new r.default({value:e.call(t)},e,t);return(this.emit(\"baseURI\",n),n.intercepted)?n.returnValue:n.data.value}})}overrideParent(){this.ctx.overrideDescriptor(this.nodeProto,\"parentNode\",{get:(e,t)=>{let n=new r.default({node:e.call(t)},e,t);return(this.emit(\"parentNode\",n),n.intercepted)?n.returnValue:n.data.node}}),this.ctx.overrideDescriptor(this.nodeProto,\"parentElement\",{get:(e,t)=>{let n=new r.default({element:e.call(t)},e,t);return(this.emit(\"parentElement\",n),n.intercepted)?n.returnValue:n.data.node}})}overrideOwnerDocument(){this.ctx.overrideDescriptor(this.nodeProto,\"ownerDocument\",{get:(e,t)=>{let n=new r.default({document:e.call(t)},e,t);return(this.emit(\"ownerDocument\",n),n.intercepted)?n.returnValue:n.data.document}})}overrideCompareDocumentPosit1ion(){this.ctx.override(this.nodeProto,\"compareDocumentPosition\",(e,t,n)=>{if(!n.length)return e.apply(t,n);let[i]=n,a=new r.default({node:i},e,t);return a.intercepted?a.returnValue:a.target.call(a.that,a.data.node)})}overrideChildMethods(){this.ctx.override(this.nodeProto,\"removeChild\")}}let o=a},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>o});var i=n(155),r=n(156);class a extends i.default{constructor(e){super(),this.ctx=e,this.window=e.window,this.Attr=this.window.Attr||{},this.attrProto=this.Attr.prototype||{},this.value=e.nativeMethods.getOwnPropertyDescriptor(this.attrProto,\"value\"),this.name=e.nativeMethods.getOwnPropertyDescriptor(this.attrProto,\"name\"),this.getNamedItem=this.attrProto.getNamedItem||null,this.setNamedItem=this.attrProto.setNamedItem||null,this.removeNamedItem=this.attrProto.removeNamedItem||null,this.getNamedItemNS=this.attrProto.getNamedItemNS||null,this.setNamedItemNS=this.attrProto.setNamedItemNS||null,this.removeNamedItemNS=this.attrProto.removeNamedItemNS||null,this.item=this.attrProto.item||null}overrideNameValue(){this.ctx.overrideDescriptor(this.attrProto,\"name\",{get:(e,t)=>{let n=new r.default({value:e.call(t)},e,t);return(this.emit(\"name\",n),n.intercepted)?n.returnValue:n.data.value}}),this.ctx.overrideDescriptor(this.attrProto,\"value\",{get:(e,t)=>{let n=new r.default({name:this.name.get.call(t),value:e.call(t)},e,t);return(this.emit(\"getValue\",n),n.intercepted)?n.returnValue:n.data.value},set:(e,t,[n])=>{let i=new r.default({name:this.name.get.call(t),value:n},e,t);if(this.emit(\"setValue\",i),i.intercepted)return i.returnValue;i.target.call(i.that,i.data.value)}})}overrideItemMethods(){this.ctx.override(this.attrProto,\"getNamedItem\",(e,t,n)=>{if(!n.length)return e.apply(t,n);let[i]=n,a=new r.default({name:i},e,t);return(this.emit(\"getNamedItem\",a),a.intercepted)?a.returnValue:a.target.call(a.that,a.data.name)}),this.ctx.override(this.attrProto,\"setNamedItem\",(e,t,n)=>{if(2>n.length)return e.apply(t,n);let[i,a]=n,o=new r.default({name:i,value:a},e,t);return(this.emit(\"setNamedItem\",o),o.intercepted)?o.returnValue:o.target.call(o.that,o.data.name,o.data.value)}),this.ctx.override(this.attrProto,\"removeNamedItem\",(e,t,n)=>{if(!n.length)return e.apply(t,n);let[i]=n,a=new r.default({name:i},e,t);return(this.emit(\"removeNamedItem\",a),a.intercepted)?a.returnValue:a.target.call(a.that,a.data.name)}),this.ctx.override(this.attrProto,\"item\",(e,t,n)=>{if(!n.length)return e.apply(t,n);let[i]=n,a=new r.default({index:i},e,t);return(this.emit(\"item\",a),a.intercepted)?a.returnValue:a.target.call(a.that,a.data.name)}),this.ctx.override(this.attrProto,\"getNamedItemNS\",(e,t,n)=>{if(2>n.length)return e.apply(t,n);let[i,a]=n,o=new r.default({namespace:i,localName:a},e,t);return(this.emit(\"getNamedItemNS\",o),o.intercepted)?o.returnValue:o.target.call(o.that,o.data.namespace,o.data.localName)}),this.ctx.override(this.attrProto,\"setNamedItemNS\",(e,t,n)=>{if(!n.length)return e.apply(t,n);let[i]=n,a=new r.default({attr:i},e,t);return(this.emit(\"setNamedItemNS\",a),a.intercepted)?a.returnValue:a.target.call(a.that,a.data.name)}),this.ctx.override(this.attrProto,\"removeNamedItemNS\",(e,t,n)=>{if(2>n.length)return e.apply(t,n);let[i,a]=n,o=new r.default({namespace:i,localName:a},e,t);return(this.emit(\"removeNamedItemNS\",o),o.intercepted)?o.returnValue:o.target.call(o.that,o.data.namespace,o.data.localName)})}}let o=a},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>o});var i=n(155),r=n(156);class a extends i.default{constructor(e){super(),this.ctx=e,this.window=e.window,this.Function=this.window.Function,this.fnProto=this.Function.prototype,this.toString=this.fnProto.toString,this.fnStrings=e.fnStrings,this.call=this.fnProto.call,this.apply=this.fnProto.apply,this.bind=this.fnProto.bind}overrideFunction(){this.ctx.override(this.window,\"Function\",(e,t,n)=>{if(!n.length)return e.apply(t,n);let i=n[n.length-1],a=[];for(let o=0;o<n.length-1;o++)a.push(n[o]);let s=new r.default({script:i,args:a},e,t);return(this.emit(\"function\",s),s.intercepted)?s.returnValue:s.target.call(s.that,...s.data.args,s.data.script)},!0)}overrideToString(){this.ctx.override(this.fnProto,\"toString\",(e,t)=>{let n=new r.default({fn:t},e,t);return(this.emit(\"toString\",n),n.intercepted)?n.returnValue:n.target.call(n.data.fn)})}}let o=a},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>o});var i=n(155),r=n(156);class a extends i.default{constructor(e){super(),this.ctx=e,this.window=e.window,this.Object=this.window.Object,this.getOwnPropertyDescriptors=this.Object.getOwnPropertyDescriptors,this.getOwnPropertyDescriptor=this.Object.getOwnPropertyDescriptor,this.getOwnPropertyNames=this.Object.getOwnPropertyNames}overrideGetPropertyNames(){this.ctx.override(this.Object,\"getOwnPropertyNames\",(e,t,n)=>{if(!n.length)return e.apply(t,n);let[i]=n,a=new r.default({names:e.call(t,i)},e,t);return(this.emit(\"getOwnPropertyNames\",a),a.intercepted)?a.returnValue:a.data.names})}overrideGetOwnPropertyDescriptors(){this.ctx.override(this.Object,\"getOwnPropertyDescriptors\",(e,t,n)=>{if(!n.length)return e.apply(t,n);let[i]=n,a=new r.default({descriptors:e.call(t,i)},e,t);return(this.emit(\"getOwnPropertyDescriptors\",a),a.intercepted)?a.returnValue:a.data.descriptors})}}let o=a},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>o});var i=n(155),r=n(156);class a extends i.default{constructor(e){super(),this.ctx=e,this.window=e.window,this.fetch=this.window.fetch,this.Request=this.window.Request,this.Response=this.window.Response,this.Headers=this.window.Headers,this.reqProto=this.Request?this.Request.prototype:{},this.resProto=this.Response?this.Response.prototype:{},this.headersProto=this.Headers?this.Headers.prototype:{},this.reqUrl=e.nativeMethods.getOwnPropertyDescriptor(this.reqProto,\"url\"),this.resUrl=e.nativeMethods.getOwnPropertyDescriptor(this.resProto,\"url\"),this.reqHeaders=e.nativeMethods.getOwnPropertyDescriptor(this.reqProto,\"headers\"),this.resHeaders=e.nativeMethods.getOwnPropertyDescriptor(this.resProto,\"headers\")}override(){return this.overrideRequest(),this.overrideUrl(),this.overrideHeaders(),!0}overrideRequest(){return!!this.fetch&&(this.ctx.override(this.window,\"fetch\",(e,t,n)=>{if(!n.length||n[0]instanceof this.Request)return e.apply(t,n);let[i,a={}]=n,o=new r.default({input:i,options:a},e,t);return(this.emit(\"request\",o),o.intercepted)?o.returnValue:o.target.call(o.that,o.data.input,o.data.options)}),this.ctx.override(this.window,\"Request\",(e,t,n)=>{if(!n.length)return new e(...n);let[i,a={}]=n,o=new r.default({input:i,options:a},e);return(this.emit(\"request\",o),o.intercepted)?o.returnValue:new o.target(o.data.input,o.data.options)},!0),!0)}overrideUrl(){return this.ctx.overrideDescriptor(this.reqProto,\"url\",{get:(e,t)=>{let n=new r.default({value:e.call(t)},e,t);return(this.emit(\"requestUrl\",n),n.intercepted)?n.returnValue:n.data.value}}),this.ctx.overrideDescriptor(this.resProto,\"url\",{get:(e,t)=>{let n=new r.default({value:e.call(t)},e,t);return(this.emit(\"responseUrl\",n),n.intercepted)?n.returnValue:n.data.value}}),!0}overrideHeaders(){return!!this.Headers&&(this.ctx.overrideDescriptor(this.reqProto,\"headers\",{get:(e,t)=>{let n=new r.default({value:e.call(t)},e,t);return(this.emit(\"requestHeaders\",n),n.intercepted)?n.returnValue:n.data.value}}),this.ctx.overrideDescriptor(this.resProto,\"headers\",{get:(e,t)=>{let n=new r.default({value:e.call(t)},e,t);return(this.emit(\"responseHeaders\",n),n.intercepted)?n.returnValue:n.data.value}}),this.ctx.override(this.headersProto,\"get\",(e,t,[n])=>{if(!n)return e.call(t);let i=new r.default({name:n,value:e.call(t,n)},e,t);return(this.emit(\"getHeader\",i),i.intercepted)?i.returnValue:i.data.value}),this.ctx.override(this.headersProto,\"set\",(e,t,n)=>{if(2>n.length)return e.apply(t,n);let[i,a]=n,o=new r.default({name:i,value:a},e,t);return(this.emit(\"setHeader\",o),o.intercepted)?o.returnValue:o.target.call(o.that,o.data.name,o.data.value)}),this.ctx.override(this.headersProto,\"has\",(e,t,n)=>{if(!n.length)return e.call(t);let[i]=n,a=new r.default({name:i,value:e.call(t,i)},e,t);return(this.emit(\"hasHeader\",a),a.intercepted)?a.returnValue:a.data}),this.ctx.override(this.headersProto,\"append\",(e,t,n)=>{if(2>n.length)return e.apply(t,n);let[i,a]=n,o=new r.default({name:i,value:a},e,t);return(this.emit(\"appendHeader\",o),o.intercepted)?o.returnValue:o.target.call(o.that,o.data.name,o.data.value)}),this.ctx.override(this.headersProto,\"delete\",(e,t,n)=>{if(!n.length)return e.apply(t,n);let[i]=n,a=new r.default({name:i},e,t);return(this.emit(\"deleteHeader\",a),a.intercepted)?a.returnValue:a.target.call(a.that,a.data.name)}),!0)}}let o=a},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>o});var i=n(155),r=n(156);class a extends i.default{constructor(e){super(),this.ctx=e,this.window=e.window,this.WebSocket=this.window.WebSocket||{},this.wsProto=this.WebSocket.prototype||{},this.url=e.nativeMethods.getOwnPropertyDescriptor(this.wsProto,\"url\"),this.protocol=e.nativeMethods.getOwnPropertyDescriptor(this.wsProto,\"protocol\"),this.send=this.wsProto.send,this.close=this.wsProto.close,this.CONNECTING=0,this.OPEN=1,this.CLOSING=2,this.CLOSED=3}overrideWebSocket(){this.ctx.override(this.window,\"WebSocket\",(e,t,n)=>{if(!n.length)return new e(...n);let[i,a=[]]=n;this.ctx.nativeMethods.isArray(a)||(a=[a]);let o=new r.default({url:i,protocols:a},e,t);return(this.emit(\"websocket\",o),o.intercepted)?o.returnValue:new o.target(o.data.url,o.data.protocols)},!0),this.window.WebSocket.CONNECTING=this.CONNECTING,this.window.WebSocket.OPEN=this.OPEN,this.window.WebSocket.CLOSING=this.CLOSING,this.window.WebSocket.CLOSED=this.CLOSED}overrideUrl(){this.ctx.overrideDescriptor(this.wsProto,\"url\",{get:(e,t)=>{let n=new r.default({value:e.call(t)},e,t);return this.emit(\"url\",n),n.data.value}})}overrideProtocol(){this.ctx.overrideDescriptor(this.wsProto,\"protocol\",{get:(e,t)=>{let n=new r.default({value:e.call(t)},e,t);return this.emit(\"protocol\",n),n.data.value}})}}let o=a},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>o});var i=n(155),r=n(156);class a extends i.default{constructor(e){super(),this.ctx=e,this.window=e.window,this.XMLHttpRequest=this.window.XMLHttpRequest,this.xhrProto=this.window.XMLHttpRequest?this.window.XMLHttpRequest.prototype:{},this.open=this.xhrProto.open,this.abort=this.xhrProto.abort,this.send=this.xhrProto.send,this.overrideMimeType=this.xhrProto.overrideMimeType,this.getAllResponseHeaders=this.xhrProto.getAllResponseHeaders,this.getResponseHeader=this.xhrProto.getResponseHeader,this.setRequestHeader=this.xhrProto.setRequestHeader,this.responseURL=e.nativeMethods.getOwnPropertyDescriptor(this.xhrProto,\"responseURL\"),this.responseText=e.nativeMethods.getOwnPropertyDescriptor(this.xhrProto,\"responseText\")}override(){this.overrideOpen(),this.overrideSend(),this.overrideMimeType(),this.overrideGetResHeader(),this.overrideGetResHeaders(),this.overrideSetReqHeader()}overrideOpen(){this.ctx.override(this.xhrProto,\"open\",(e,t,n)=>{if(2>n.length)return e.apply(t,n);let[i,a,o=!0,s=null,_=null]=n,l=new r.default({method:i,input:a,async:o,user:s,password:_},e,t);return(this.emit(\"open\",l),l.intercepted)?l.returnValue:l.target.call(l.that,l.data.method,l.data.input,l.data.async,l.data.user,l.data.password)})}overrideResponseUrl(){this.ctx.overrideDescriptor(this.xhrProto,\"responseURL\",{get:(e,t)=>{let n=new r.default({value:e.call(t)},e,t);return(this.emit(\"responseUrl\",n),n.intercepted)?n.returnValue:n.data.value}})}overrideSend(){this.ctx.override(this.xhrProto,\"send\",(e,t,[n=null])=>{let i=new r.default({body:n},e,t);return(this.emit(\"send\",i),i.intercepted)?i.returnValue:i.target.call(i.that,i.data.body)})}overrideSetReqHeader(){this.ctx.override(this.xhrProto,\"setRequestHeader\",(e,t,n)=>{if(2>n.length)return e.apply(t,n);let[i,a]=n,o=new r.default({name:i,value:a},e,t);return(this.emit(\"setReqHeader\",o),o.intercepted)?o.returnValue:o.target.call(o.that,o.data.name,o.data.value)})}overrideGetResHeaders(){this.ctx.override(this.xhrProto,\"getAllResponseHeaders\",(e,t)=>{let n=new r.default({value:e.call(t)},e,t);return(this.emit(\"getAllResponseHeaders\",n),n.intercepted)?n.returnValue:n.data.value})}overrideGetResHeader(){this.ctx.override(this.xhrProto,\"getResponseHeader\",(e,t,n)=>{if(!n.length)return e.apply(t,n);let[i]=n,a=new r.default({name:i,value:e.call(t,i)},e,t);return a.intercepted?a.returnValue:a.data.value})}}let o=a},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>o});var i=n(155),r=n(156);class a extends i.default{constructor(e){super(),this.ctx=e,this.window=e.window,this.EventSource=this.window.EventSource||{},this.esProto=this.EventSource.prototype||{},this.url=e.nativeMethods.getOwnPropertyDescriptor(this.esProto,\"url\"),this.CONNECTING=0,this.OPEN=1,this.CLOSED=2}overrideConstruct(){this.ctx.override(this.window,\"EventSource\",(e,t,n)=>{if(!n.length)return new e(...n);let[i,a={}]=n,o=new r.default({url:i,config:a},e,t);return(this.emit(\"construct\",o),o.intercepted)?o.returnValue:new o.target(o.data.url,o.data.config)},!0),\"EventSource\"in this.window&&(this.window.EventSource.CONNECTING=this.CONNECTING,this.window.EventSource.OPEN=this.OPEN,this.window.EventSource.CLOSED=this.CLOSED)}overrideUrl(){this.ctx.overrideDescriptor(this.esProto,\"url\",{get:(e,t)=>{let n=new r.default({value:e.call(t)},e,t);return this.emit(\"url\",n),n.data.value}})}}let o=a},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>o});var i=n(155),r=n(156);class a extends i.default{constructor(e){super(),this.ctx=e,this.window=this.ctx.window,this.History=this.window.History,this.history=this.window.history,this.historyProto=this.History?this.History.prototype:{},this.pushState=this.historyProto.pushState,this.replaceState=this.historyProto.replaceState,this.go=this.historyProto.go,this.back=this.historyProto.back,this.forward=this.historyProto.forward}override(){this.overridePushState(),this.overrideReplaceState(),this.overrideGo(),this.overrideForward(),this.overrideBack()}overridePushState(){this.ctx.override(this.historyProto,\"pushState\",(e,t,n)=>{if(2>n.length)return e.apply(t,n);let[i,a,o=\"\"]=n,s=new r.default({state:i,title:a,url:o},e,t);return(this.emit(\"pushState\",s),s.intercepted)?s.returnValue:s.target.call(s.that,s.data.state,s.data.title,s.data.url)})}overrideReplaceState(){this.ctx.override(this.historyProto,\"replaceState\",(e,t,n)=>{if(2>n.length)return e.apply(t,n);let[i,a,o=\"\"]=n,s=new r.default({state:i,title:a,url:o},e,t);return(this.emit(\"replaceState\",s),s.intercepted)?s.returnValue:s.target.call(s.that,s.data.state,s.data.title,s.data.url)})}overrideGo(){this.ctx.override(this.historyProto,\"go\",(e,t,[n])=>{let i=new r.default({delta:n},e,t);return(this.emit(\"go\",i),i.intercepted)?i.returnValue:i.target.call(i.that,i.data.delta)})}overrideForward(){this.ctx.override(this.historyProto,\"forward\",(e,t)=>{let n=new r.default(null,e,t);return(this.emit(\"forward\",n),n.intercepted)?n.returnValue:n.target.call(n.that)})}overrideBack(){this.ctx.override(this.historyProto,\"back\",(e,t)=>{let n=new r.default(null,e,t);return(this.emit(\"back\",n),n.intercepted)?n.returnValue:n.target.call(n.that)})}}let o=a},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>a});var i=n(155);class r extends i.default{constructor(e){super(),this.ctx=e,this.window=e.window,this.location=this.window.location,this.WorkerLocation=this.ctx.worker?this.window.WorkerLocation:null,this.workerLocProto=this.WorkerLocation?this.WorkerLocation.prototype:{},this.keys=[\"href\",\"protocol\",\"host\",\"hostname\",\"port\",\"pathname\",\"search\",\"hash\",\"origin\"],this.HashChangeEvent=this.window.HashChangeEvent||null,this.href=this.WorkerLocation?e.nativeMethods.getOwnPropertyDescriptor(this.workerLocProto,\"href\"):e.nativeMethods.getOwnPropertyDescriptor(this.location,\"href\")}overrideWorkerLocation(e){if(!this.WorkerLocation)return!1;let t=this;for(let n of this.keys)this.ctx.overrideDescriptor(this.workerLocProto,n,{get:(i,r)=>e(t.href.get.call(this.location))[n]});return!0}emulate(e,t){let n={},i=this;for(let r of i.keys)this.ctx.nativeMethods.defineProperty(n,r,{get:()=>e(i.href.get.call(i.location))[r],set:\"origin\"!==r?function(e){switch(r){case\"href\":i.location.href=t(e);break;case\"hash\":i.emit(\"hashchange\",n.href,e.trim().startsWith(\"#\")?new URL(e.trim(),n.href).href:new URL(\"#\"+e.trim(),n.href).href,i);break;default:let a=new URL(n.href);a[r]=e,i.location.href=t(a.href)}}:void 0,configurable:!1,enumerable:!0});return\"reload\"in this.location&&this.ctx.nativeMethods.defineProperty(n,\"reload\",{value:this.ctx.wrap(this.location,\"reload\",(e,t)=>e.call(t===n?this.location:t)),writable:!1,enumerable:!0}),\"replace\"in this.location&&this.ctx.nativeMethods.defineProperty(n,\"replace\",{value:this.ctx.wrap(this.location,\"assign\",(e,i,r)=>{r.length&&i===n||e.call(i),i=this.location;let[a]=r,o=new URL(a,n.href);return e.call(i===n?this.location:i,t(o.href))}),writable:!1,enumerable:!0}),\"assign\"in this.location&&this.ctx.nativeMethods.defineProperty(n,\"assign\",{value:this.ctx.wrap(this.location,\"assign\",(e,i,r)=>{r.length&&i===n||e.call(i),i=this.location;let[a]=r,o=new URL(a,n.href);return e.call(i===n?this.location:i,t(o.href))}),writable:!1,enumerable:!0}),\"ancestorOrigins\"in this.location&&this.ctx.nativeMethods.defineProperty(n,\"ancestorOrigins\",{get(){let e=[];return i.window.DOMStringList&&i.ctx.nativeMethods.setPrototypeOf(e,i.window.DOMStringList.prototype),e},set:void 0,enumerable:!0}),this.ctx.nativeMethods.defineProperty(n,\"toString\",{value:this.ctx.wrap(this.location,\"toString\",()=>n.href),enumerable:!0,writable:!1}),this.ctx.nativeMethods.defineProperty(n,Symbol.toPrimitive,{value:()=>n.href,writable:!1,enumerable:!1}),this.ctx.window.Location&&this.ctx.nativeMethods.setPrototypeOf(n,this.ctx.window.Location.prototype),n}}let a=r},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>o});var i=n(155),r=n(156);class a extends i.default{constructor(e){super(),this.ctx=e,this.window=this.ctx.window,this.postMessage=this.window.postMessage,this.MessageEvent=this.window.MessageEvent||{},this.MessagePort=this.window.MessagePort||{},this.mpProto=this.MessagePort.prototype||{},this.mpPostMessage=this.mpProto.postMessage,this.messageProto=this.MessageEvent.prototype||{},this.messageData=e.nativeMethods.getOwnPropertyDescriptor(this.messageProto,\"data\"),this.messageOrigin=e.nativeMethods.getOwnPropertyDescriptor(this.messageProto,\"origin\")}overridePostMessage(){this.ctx.override(this.window,\"postMessage\",(e,t,n)=>{if(!n.length)return e.apply(t,n);let i,a,o;this.ctx.worker?[i,o=[]]=n:[i,a,o=[]]=n;let s=new r.default({message:i,origin:a,transfer:o,worker:this.ctx.worker},e,t);return(this.emit(\"postMessage\",s),s.intercepted)?s.returnValue:this.ctx.worker?s.target.call(s.that,s.data.message,s.data.transfer):s.target.call(s.that,s.data.message,s.data.origin,s.data.transfer)})}wrapPostMessage(e,t,n=!1){return this.ctx.wrap(e,t,(t,i,a)=>{if(this.ctx.worker?!a.length:2>a)return t.apply(i,a);let o,s,_;n?([o,_=[]]=a,s=null):[o,s,_=[]]=a;let l=new r.default({message:o,origin:s,transfer:_,worker:this.ctx.worker},t,e);return(this.emit(\"postMessage\",l),l.intercepted)?l.returnValue:n?l.target.call(l.that,l.data.message,l.data.transfer):l.target.call(l.that,l.data.message,l.data.origin,l.data.transfer)})}overrideMessageOrigin(){this.ctx.overrideDescriptor(this.messageProto,\"origin\",{get:(e,t)=>{let n=new r.default({value:e.call(t)},e,t);return(this.emit(\"origin\",n),n.intercepted)?n.returnValue:n.data.value}})}overrideMessageData(){this.ctx.overrideDescriptor(this.messageProto,\"data\",{get:(e,t)=>{let n=new r.default({value:e.call(t)},e,t);return(this.emit(\"data\",n),n.intercepted)?n.returnValue:n.data.value}})}}let o=a},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>o});var i=n(155),r=n(156);class a extends i.default{constructor(e){super(),this.ctx=e,this.window=e.window,this.navigator=this.window.navigator,this.Navigator=this.window.Navigator||{},this.navProto=this.Navigator.prototype||{},this.sendBeacon=this.navProto.sendBeacon}overrideSendBeacon(){this.ctx.override(this.navProto,\"sendBeacon\",(e,t,n)=>{if(!n.length)return e.apply(t,n);let[i,a=\"\"]=n,o=new r.default({url:i,data:a},e,t);return(this.emit(\"sendBeacon\",o),o.intercepted)?o.returnValue:o.target.call(o.that,o.data.url,o.data.data)})}}let o=a},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>o});var i=n(155),r=n(156);class a extends i.default{constructor(e){super(),this.ctx=e,this.window=e.window,this.Worker=this.window.Worker||{},this.Worklet=this.window.Worklet||{},this.workletProto=this.Worklet.prototype||{},this.workerProto=this.Worker.prototype||{},this.postMessage=this.workerProto.postMessage,this.terminate=this.workerProto.terminate,this.addModule=this.workletProto.addModule}overrideWorker(){this.ctx.override(this.window,\"Worker\",(e,t,n)=>{if(!n.length)return new e(...n);let[i,a={}]=n,o=new r.default({url:i,options:a},e,t);return(this.emit(\"worker\",o),o.intercepted)?o.returnValue:new o.target(...[o.data.url,o.data.options])},!0)}overrideAddModule(){this.ctx.override(this.workletProto,\"addModule\",(e,t,n)=>{if(!n.length)return e.apply(t,n);let[i,a={}]=n,o=new r.default({url:i,options:a},e,t);return(this.emit(\"addModule\",o),o.intercepted)?o.returnValue:o.target.call(o.that,o.data.url,o.data.options)})}overridePostMessage(){this.ctx.override(this.workerProto,\"postMessage\",(e,t,n)=>{if(!n.length)return e.apply(t,n);let[i,a=[]]=n,o=new r.default({message:i,transfer:a},e,t);return(this.emit(\"postMessage\",o),o.intercepted)?o.returnValue:o.target.call(o.that,o.data.message,o.data.transfer)})}overrideImportScripts(){this.ctx.override(this.window,\"importScripts\",(e,t,n)=>{if(!n.length)return e.apply(t,n);let i=new r.default({scripts:n},e,t);return(this.emit(\"importScripts\",i),i.intercepted)?i.returnValue:i.target.apply(i.that,i.data.scripts)})}}let o=a},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>o});var i=n(155),r=n(156);class a extends i.default{constructor(e){super(),this.ctx=e,this.window=this.ctx.window,this.URL=this.window.URL||{},this.createObjectURL=this.URL.createObjectURL,this.revokeObjectURL=this.URL.revokeObjectURL}overrideObjectURL(){this.ctx.override(this.URL,\"createObjectURL\",(e,t,n)=>{if(!n.length)return e.apply(t,n);let[i]=n,a=new r.default({object:i},e,t);return(this.emit(\"createObjectURL\",a),a.intercepted)?a.returnValue:a.target.call(a.that,a.data.object)}),this.ctx.override(this.URL,\"revokeObjectURL\",(e,t,n)=>{if(!n.length)return e.apply(t,n);let[i]=n,a=new r.default({url:i},e,t);return(this.emit(\"revokeObjectURL\",a),a.intercepted)?a.returnValue:a.target.call(a.that,a.data.url)})}}let o=a},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>o});var i=n(155),r=n(156);class a extends i.default{constructor(e){super(),this.ctx=e,this.window=e.window,this.localStorage=this.window.localStorage||null,this.sessionStorage=this.window.sessionStorage||null,this.Storage=this.window.Storage||{},this.storeProto=this.Storage.prototype||{},this.getItem=this.storeProto.getItem||null,this.setItem=this.storeProto.setItem||null,this.removeItem=this.storeProto.removeItem||null,this.clear=this.storeProto.clear||null,this.key=this.storeProto.key||null,this.methods=[\"key\",\"getItem\",\"setItem\",\"removeItem\",\"clear\"],this.wrappers=new e.nativeMethods.Map}overrideMethods(){this.ctx.override(this.storeProto,\"getItem\",(e,t,n)=>{if(!n.length)return e.apply(this.wrappers.get(t)||t,n);let[i]=n,a=new r.default({name:i},e,this.wrappers.get(t)||t);return(this.emit(\"getItem\",a),a.intercepted)?a.returnValue:a.target.call(a.that,a.data.name)}),this.ctx.override(this.storeProto,\"setItem\",(e,t,n)=>{if(2>n.length)return e.apply(this.wrappers.get(t)||t,n);let[i,a]=n,o=new r.default({name:i,value:a},e,this.wrappers.get(t)||t);return(this.emit(\"setItem\",o),o.intercepted)?o.returnValue:o.target.call(o.that,o.data.name,o.data.value)}),this.ctx.override(this.storeProto,\"removeItem\",(e,t,n)=>{if(!n.length)return e.apply(this.wrappers.get(t)||t,n);let[i]=n,a=new r.default({name:i},e,this.wrappers.get(t)||t);return(this.emit(\"removeItem\",a),a.intercepted)?a.returnValue:a.target.call(a.that,a.data.name)}),this.ctx.override(this.storeProto,\"clear\",(e,t)=>{let n=new r.default(null,e,this.wrappers.get(t)||t);return(this.emit(\"clear\",n),n.intercepted)?n.returnValue:n.target.call(n.that)}),this.ctx.override(this.storeProto,\"key\",(e,t,n)=>{if(!n.length)return e.apply(this.wrappers.get(t)||t,n);let[i]=n,a=new r.default({index:i},e,this.wrappers.get(t)||t);return(this.emit(\"key\",a),a.intercepted)?a.returnValue:a.target.call(a.that,a.data.index)})}overrideLength(){this.ctx.overrideDescriptor(this.storeProto,\"length\",{get:(e,t)=>{let n=new r.default({length:e.call(this.wrappers.get(t)||t)},e,this.wrappers.get(t)||t);return(this.emit(\"length\",n),n.intercepted)?n.returnValue:n.data.length}})}emulate(e,t={}){this.ctx.nativeMethods.setPrototypeOf(t,this.storeProto);let n=new this.ctx.window.Proxy(t,{get:(t,n)=>{if(n in this.storeProto||\"symbol\"==typeof n)return e[n];let i=new r.default({name:n},null,e);return(this.emit(\"get\",i),i.intercepted)?i.returnValue:e[i.data.name]},set:(t,n,i)=>{if(n in this.storeProto||\"symbol\"==typeof n)return e[n]=i;let a=new r.default({name:n,value:i},null,e);return(this.emit(\"set\",a),a.intercepted)?a.returnValue:e[a.data.name]=a.data.value},deleteProperty:(t,n)=>{if(\"symbol\"==typeof n)return delete e[n];let i=new r.default({name:n},null,e);return(this.emit(\"delete\",i),i.intercepted)?i.returnValue:delete e[i.data.name]}});return this.wrappers.set(n,e),this.ctx.nativeMethods.setPrototypeOf(n,this.storeProto),n}}let o=a;class s{constructor(e,t,n,i,r){this.api=e,this.ctx=e.ctx,this.storage=t,this.wrap=n,this.unwrap=i,this.origin=r,this.emulation={}}clear(){for(let e in this.storage){let t=this.unwrap(e);t&&t.origin===this.origin&&this.api.removeItem.call(this.storage,e)}this.emulation={},this.ctx.nativeMethods.setPrototypeOf(this.emulation,this.api.storeProto)}__init(){for(let e in this.storage){let t=this.unwrap(e);t&&t.origin===this.origin&&(this.emulation[t.name]=this.api.getItem.call(this.storage,e))}this.ctx.nativeMethods.setPrototypeOf(this.emulation,this.api.storeProto)}}},(e,t,n)=>{\"use strict\";n.r(t),n.d(t,{default:()=>o});var i=n(155),r=n(156);class a extends i.default{constructor(e){super(),this.ctx=e,this.window=e.window,this.CSSStyleDeclaration=this.window.CSSStyleDeclaration||{},this.cssStyleProto=this.CSSStyleDeclaration.prototype||{},this.getPropertyValue=this.cssStyleProto.getPropertyValue||null,this.setProperty=this.cssStyleProto.setProperty||null,this.cssText,e.nativeMethods.getOwnPropertyDescriptors(this.cssStyleProto,\"cssText\"),this.urlProps=[\"background\",\"backgroundImage\",\"borderImage\",\"borderImageSource\",\"listStyle\",\"listStyleImage\",\"cursor\"],this.dashedUrlProps=[\"background\",\"background-image\",\"border-image\",\"border-image-source\",\"list-style\",\"list-style-image\",\"cursor\"],this.propToDashed={background:\"background\",backgroundImage:\"background-image\",borderImage:\"border-image\",borderImageSource:\"border-image-source\",listStyle:\"list-style\",listStyleImage:\"list-style-image\",cursor:\"cursor\"}}overrideSetGetProperty(){this.ctx.override(this.cssStyleProto,\"getPropertyValue\",(e,t,n)=>{if(!n.length)return e.apply(t,n);let[i]=n,a=new r.default({property:i},e,t);return(this.emit(\"getPropertyValue\",a),a.intercepted)?a.returnValue:a.target.call(a.that,a.data.property)}),this.ctx.override(this.cssStyleProto,\"setProperty\",(e,t,n)=>{if(2>n.length)return e.apply(t,n);let[i,a]=n,o=new r.default({property:i,value:a},e,t);return(this.emit(\"setProperty\",o),o.intercepted)?o.returnValue:o.target.call(o.that,o.data.property,o.data.value)})}overrideCssText(){this.ctx.overrideDescriptor(this.cssStyleProto,\"cssText\",{get:(e,t)=>{let n=new r.default({value:e.call(t)},e,t);return(this.emit(\"getCssText\",n),n.intercepted)?n.returnValue:n.data.value},set:(e,t,[n])=>{let i=new r.default({value:n},e,t);return(this.emit(\"setCssText\",i),i.intercepted)?i.returnValue:i.target.call(i.that,i.data.value)}})}}let o=a},function(e){var t,n;n=function(){return function(e){var t={};function n(i){if(t[i])return t[i].exports;var r=t[i]={i:i,l:!1,exports:{}};return e[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=e,n.c=t,n.d=function(e,t,i){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},n.r=function(e){\"undefined\"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:\"Module\"}),Object.defineProperty(e,\"__esModule\",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t||4&t&&\"object\"==typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,\"default\",{enumerable:!0,value:e}),2&t&&\"string\"!=typeof e)for(var r in e)n.d(i,r,(function(t){return e[t]}).bind(null,r));return i},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,\"a\",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p=\"\",n(n.s=90)}({17:function(e,t,n){\"use strict\";t.__esModule=!0,t.default=void 0;var i=n(18),r=function(){function e(){}return e.getFirstMatch=function(e,t){var n=t.match(e);return n&&n.length>0&&n[1]||\"\"},e.getSecondMatch=function(e,t){var n=t.match(e);return n&&n.length>1&&n[2]||\"\"},e.matchAndReturnConst=function(e,t,n){if(e.test(t))return n},e.getWindowsVersionName=function(e){switch(e){case\"NT\":return\"NT\";case\"XP\":case\"NT 5.1\":return\"XP\";case\"NT 5.0\":return\"2000\";case\"NT 5.2\":return\"2003\";case\"NT 6.0\":return\"Vista\";case\"NT 6.1\":return\"7\";case\"NT 6.2\":return\"8\";case\"NT 6.3\":return\"8.1\";case\"NT 10.0\":return\"10\";default:return}},e.getMacOSVersionName=function(e){var t=e.split(\".\").splice(0,2).map(function(e){return parseInt(e,10)||0});if(t.push(0),10===t[0])switch(t[1]){case 5:return\"Leopard\";case 6:return\"Snow Leopard\";case 7:return\"Lion\";case 8:return\"Mountain Lion\";case 9:return\"Mavericks\";case 10:return\"Yosemite\";case 11:return\"El Capitan\";case 12:return\"Sierra\";case 13:return\"High Sierra\";case 14:return\"Mojave\";case 15:return\"Catalina\";default:return}},e.getAndroidVersionName=function(e){var t=e.split(\".\").splice(0,2).map(function(e){return parseInt(e,10)||0});if(t.push(0),!(1===t[0]&&t[1]<5))return 1===t[0]&&t[1]<6?\"Cupcake\":1===t[0]&&t[1]>=6?\"Donut\":2===t[0]&&t[1]<2?\"Eclair\":2===t[0]&&2===t[1]?\"Froyo\":2===t[0]&&t[1]>2?\"Gingerbread\":3===t[0]?\"Honeycomb\":4===t[0]&&t[1]<1?\"Ice Cream Sandwich\":4===t[0]&&t[1]<4?\"Jelly Bean\":4===t[0]&&t[1]>=4?\"KitKat\":5===t[0]?\"Lollipop\":6===t[0]?\"Marshmallow\":7===t[0]?\"Nougat\":8===t[0]?\"Oreo\":9===t[0]?\"Pie\":void 0},e.getVersionPrecision=function(e){return e.split(\".\").length},e.compareVersions=function(t,n,i){void 0===i&&(i=!1);var r=e.getVersionPrecision(t),a=e.getVersionPrecision(n),o=Math.max(r,a),s=0,_=e.map([t,n],function(t){var n=o-e.getVersionPrecision(t),i=t+Array(n+1).join(\".0\");return e.map(i.split(\".\"),function(e){return Array(20-e.length).join(\"0\")+e}).reverse()});for(i&&(s=o-Math.min(r,a)),o-=1;o>=s;){if(_[0][o]>_[1][o])return 1;if(_[0][o]===_[1][o]){if(o===s)return 0;o-=1}else if(_[0][o]<_[1][o])return -1}},e.map=function(e,t){var n,i=[];if(Array.prototype.map)return Array.prototype.map.call(e,t);for(n=0;n<e.length;n+=1)i.push(t(e[n]));return i},e.find=function(e,t){var n,i;if(Array.prototype.find)return Array.prototype.find.call(e,t);for(n=0,i=e.length;n<i;n+=1){var r=e[n];if(t(r,n))return r}},e.assign=function(e){for(var t,n,i=e,r=arguments.length,a=Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];if(Object.assign)return Object.assign.apply(Object,[e].concat(a));for(t=0,n=a.length;t<n;t+=1)(function(){var e=a[t];\"object\"==typeof e&&null!==e&&Object.keys(e).forEach(function(t){i[t]=e[t]})})();return e},e.getBrowserAlias=function(e){return i.BROWSER_ALIASES_MAP[e]},e.getBrowserTypeByAlias=function(e){return i.BROWSER_MAP[e]||\"\"},e}();t.default=r,e.exports=t.default},18:function(e,t,n){\"use strict\";t.__esModule=!0,t.ENGINE_MAP=t.OS_MAP=t.PLATFORMS_MAP=t.BROWSER_MAP=t.BROWSER_ALIASES_MAP=void 0,t.BROWSER_ALIASES_MAP={\"Amazon Silk\":\"amazon_silk\",\"Android Browser\":\"android\",Bada:\"bada\",BlackBerry:\"blackberry\",Chrome:\"chrome\",Chromium:\"chromium\",Electron:\"electron\",Epiphany:\"epiphany\",Firefox:\"firefox\",Focus:\"focus\",Generic:\"generic\",\"Google Search\":\"google_search\",Googlebot:\"googlebot\",\"Internet Explorer\":\"ie\",\"K-Meleon\":\"k_meleon\",Maxthon:\"maxthon\",\"Microsoft Edge\":\"edge\",\"MZ Browser\":\"mz\",\"NAVER Whale Browser\":\"naver\",Opera:\"opera\",\"Opera Coast\":\"opera_coast\",PhantomJS:\"phantomjs\",Puffin:\"puffin\",QupZilla:\"qupzilla\",QQ:\"qq\",QQLite:\"qqlite\",Safari:\"safari\",Sailfish:\"sailfish\",\"Samsung Internet for Android\":\"samsung_internet\",SeaMonkey:\"seamonkey\",Sleipnir:\"sleipnir\",Swing:\"swing\",Tizen:\"tizen\",\"UC Browser\":\"uc\",Vivaldi:\"vivaldi\",\"WebOS Browser\":\"webos\",WeChat:\"wechat\",\"Yandex Browser\":\"yandex\",Roku:\"roku\"},t.BROWSER_MAP={amazon_silk:\"Amazon Silk\",android:\"Android Browser\",bada:\"Bada\",blackberry:\"BlackBerry\",chrome:\"Chrome\",chromium:\"Chromium\",electron:\"Electron\",epiphany:\"Epiphany\",firefox:\"Firefox\",focus:\"Focus\",generic:\"Generic\",googlebot:\"Googlebot\",google_search:\"Google Search\",ie:\"Internet Explorer\",k_meleon:\"K-Meleon\",maxthon:\"Maxthon\",edge:\"Microsoft Edge\",mz:\"MZ Browser\",naver:\"NAVER Whale Browser\",opera:\"Opera\",opera_coast:\"Opera Coast\",phantomjs:\"PhantomJS\",puffin:\"Puffin\",qupzilla:\"QupZilla\",qq:\"QQ Browser\",qqlite:\"QQ Browser Lite\",safari:\"Safari\",sailfish:\"Sailfish\",samsung_internet:\"Samsung Internet for Android\",seamonkey:\"SeaMonkey\",sleipnir:\"Sleipnir\",swing:\"Swing\",tizen:\"Tizen\",uc:\"UC Browser\",vivaldi:\"Vivaldi\",webos:\"WebOS Browser\",wechat:\"WeChat\",yandex:\"Yandex Browser\"},t.PLATFORMS_MAP={tablet:\"tablet\",mobile:\"mobile\",desktop:\"desktop\",tv:\"tv\"},t.OS_MAP={WindowsPhone:\"Windows Phone\",Windows:\"Windows\",MacOS:\"macOS\",iOS:\"iOS\",Android:\"Android\",WebOS:\"WebOS\",BlackBerry:\"BlackBerry\",Bada:\"Bada\",Tizen:\"Tizen\",Linux:\"Linux\",ChromeOS:\"Chrome OS\",PlayStation4:\"PlayStation 4\",Roku:\"Roku\"},t.ENGINE_MAP={EdgeHTML:\"EdgeHTML\",Blink:\"Blink\",Trident:\"Trident\",Presto:\"Presto\",Gecko:\"Gecko\",WebKit:\"WebKit\"}},90:function(e,t,n){\"use strict\";t.__esModule=!0,t.default=void 0;var i,r=(i=n(91))&&i.__esModule?i:{default:i},a=n(18),o=function(){var e,t,n;function i(){}return i.getParser=function(e,t){if(void 0===t&&(t=!1),\"string\"!=typeof e)throw Error(\"UserAgent should be a string\");return new r.default(e,t)},i.parse=function(e){return new r.default(e).getResult()},e=i,t=null,function e(t,n){for(var i=0;i<n.length;i++){var r=n[i];r.enumerable=r.enumerable||!1,r.configurable=!0,\"value\"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(e,n=[{key:\"BROWSER_MAP\",get:function(){return a.BROWSER_MAP}},{key:\"ENGINE_MAP\",get:function(){return a.ENGINE_MAP}},{key:\"OS_MAP\",get:function(){return a.OS_MAP}},{key:\"PLATFORMS_MAP\",get:function(){return a.PLATFORMS_MAP}}]),i}();t.default=o,e.exports=t.default},91:function(e,t,n){\"use strict\";t.__esModule=!0,t.default=void 0;var i=_(n(92)),r=_(n(93)),a=_(n(94)),o=_(n(95)),s=_(n(17));function _(e){return e&&e.__esModule?e:{default:e}}var l=function(){function e(e,t){if(void 0===t&&(t=!1),null==e||\"\"===e)throw Error(\"UserAgent parameter can't be empty\");this._ua=e,this.parsedResult={},!0!==t&&this.parse()}var t=e.prototype;return t.getUA=function(){return this._ua},t.test=function(e){return e.test(this._ua)},t.parseBrowser=function(){var e=this;this.parsedResult.browser={};var t=s.default.find(i.default,function(t){if(\"function\"==typeof t.test)return t.test(e);if(t.test instanceof Array)return t.test.some(function(t){return e.test(t)});throw Error(\"Browser's test function is not valid\")});return t&&(this.parsedResult.browser=t.describe(this.getUA())),this.parsedResult.browser},t.getBrowser=function(){return this.parsedResult.browser?this.parsedResult.browser:this.parseBrowser()},t.getBrowserName=function(e){return e?String(this.getBrowser().name).toLowerCase()||\"\":this.getBrowser().name||\"\"},t.getBrowserVersion=function(){return this.getBrowser().version},t.getOS=function(){return this.parsedResult.os?this.parsedResult.os:this.parseOS()},t.parseOS=function(){var e=this;this.parsedResult.os={};var t=s.default.find(r.default,function(t){if(\"function\"==typeof t.test)return t.test(e);if(t.test instanceof Array)return t.test.some(function(t){return e.test(t)});throw Error(\"Browser's test function is not valid\")});return t&&(this.parsedResult.os=t.describe(this.getUA())),this.parsedResult.os},t.getOSName=function(e){var t=this.getOS().name;return e?String(t).toLowerCase()||\"\":t||\"\"},t.getOSVersion=function(){return this.getOS().version},t.getPlatform=function(){return this.parsedResult.platform?this.parsedResult.platform:this.parsePlatform()},t.getPlatformType=function(e){void 0===e&&(e=!1);var t=this.getPlatform().type;return e?String(t).toLowerCase()||\"\":t||\"\"},t.parsePlatform=function(){var e=this;this.parsedResult.platform={};var t=s.default.find(a.default,function(t){if(\"function\"==typeof t.test)return t.test(e);if(t.test instanceof Array)return t.test.some(function(t){return e.test(t)});throw Error(\"Browser's test function is not valid\")});return t&&(this.parsedResult.platform=t.describe(this.getUA())),this.parsedResult.platform},t.getEngine=function(){return this.parsedResult.engine?this.parsedResult.engine:this.parseEngine()},t.getEngineName=function(e){return e?String(this.getEngine().name).toLowerCase()||\"\":this.getEngine().name||\"\"},t.parseEngine=function(){var e=this;this.parsedResult.engine={};var t=s.default.find(o.default,function(t){if(\"function\"==typeof t.test)return t.test(e);if(t.test instanceof Array)return t.test.some(function(t){return e.test(t)});throw Error(\"Browser's test function is not valid\")});return t&&(this.parsedResult.engine=t.describe(this.getUA())),this.parsedResult.engine},t.parse=function(){return this.parseBrowser(),this.parseOS(),this.parsePlatform(),this.parseEngine(),this},t.getResult=function(){return s.default.assign({},this.parsedResult)},t.satisfies=function(e){var t=this,n={},i=0,r={},a=0;if(Object.keys(e).forEach(function(t){var o=e[t];\"string\"==typeof o?(r[t]=o,a+=1):\"object\"==typeof o&&(n[t]=o,i+=1)}),i>0){var o=Object.keys(n),_=s.default.find(o,function(e){return t.isOS(e)});if(_){var l=this.satisfies(n[_]);if(void 0!==l)return l}var c=s.default.find(o,function(e){return t.isPlatform(e)});if(c){var u=this.satisfies(n[c]);if(void 0!==u)return u}}if(a>0){var p=Object.keys(r),$=s.default.find(p,function(e){return t.isBrowser(e,!0)});if(void 0!==$)return this.compareVersion(r[$])}},t.isBrowser=function(e,t){void 0===t&&(t=!1);var n=this.getBrowserName().toLowerCase(),i=e.toLowerCase(),r=s.default.getBrowserTypeByAlias(i);return t&&r&&(i=r.toLowerCase()),i===n},t.compareVersion=function(e){var t=[0],n=e,i=!1,r=this.getBrowserVersion();if(\"string\"==typeof r)return\">\"===e[0]||\"<\"===e[0]?(n=e.substr(1),\"=\"===e[1]?(i=!0,n=e.substr(2)):t=[],\">\"===e[0]?t.push(1):t.push(-1)):\"=\"===e[0]?n=e.substr(1):\"~\"===e[0]&&(i=!0,n=e.substr(1)),t.indexOf(s.default.compareVersions(r,n,i))>-1},t.isOS=function(e){return this.getOSName(!0)===String(e).toLowerCase()},t.isPlatform=function(e){return this.getPlatformType(!0)===String(e).toLowerCase()},t.isEngine=function(e){return this.getEngineName(!0)===String(e).toLowerCase()},t.is=function(e,t){return void 0===t&&(t=!1),this.isBrowser(e,t)||this.isOS(e)||this.isPlatform(e)},t.some=function(e){var t=this;return void 0===e&&(e=[]),e.some(function(e){return t.is(e)})},e}();t.default=l,e.exports=t.default},92:function(e,t,n){\"use strict\";t.__esModule=!0,t.default=void 0;var i,r=(i=n(17))&&i.__esModule?i:{default:i},a=/version\\/(\\d+(\\.?_?\\d+)+)/i,o=[{test:[/googlebot/i],describe:function(e){var t={name:\"Googlebot\"},n=r.default.getFirstMatch(/googlebot\\/(\\d+(\\.\\d+))/i,e)||r.default.getFirstMatch(a,e);return n&&(t.version=n),t}},{test:[/opera/i],describe:function(e){var t={name:\"Opera\"},n=r.default.getFirstMatch(a,e)||r.default.getFirstMatch(/(?:opera)[\\s/](\\d+(\\.?_?\\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/opr\\/|opios/i],describe:function(e){var t={name:\"Opera\"},n=r.default.getFirstMatch(/(?:opr|opios)[\\s/](\\S+)/i,e)||r.default.getFirstMatch(a,e);return n&&(t.version=n),t}},{test:[/SamsungBrowser/i],describe:function(e){var t={name:\"Samsung Internet for Android\"},n=r.default.getFirstMatch(a,e)||r.default.getFirstMatch(/(?:SamsungBrowser)[\\s/](\\d+(\\.?_?\\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/Whale/i],describe:function(e){var t={name:\"NAVER Whale Browser\"},n=r.default.getFirstMatch(a,e)||r.default.getFirstMatch(/(?:whale)[\\s/](\\d+(?:\\.\\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/MZBrowser/i],describe:function(e){var t={name:\"MZ Browser\"},n=r.default.getFirstMatch(/(?:MZBrowser)[\\s/](\\d+(?:\\.\\d+)+)/i,e)||r.default.getFirstMatch(a,e);return n&&(t.version=n),t}},{test:[/focus/i],describe:function(e){var t={name:\"Focus\"},n=r.default.getFirstMatch(/(?:focus)[\\s/](\\d+(?:\\.\\d+)+)/i,e)||r.default.getFirstMatch(a,e);return n&&(t.version=n),t}},{test:[/swing/i],describe:function(e){var t={name:\"Swing\"},n=r.default.getFirstMatch(/(?:swing)[\\s/](\\d+(?:\\.\\d+)+)/i,e)||r.default.getFirstMatch(a,e);return n&&(t.version=n),t}},{test:[/coast/i],describe:function(e){var t={name:\"Opera Coast\"},n=r.default.getFirstMatch(a,e)||r.default.getFirstMatch(/(?:coast)[\\s/](\\d+(\\.?_?\\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/opt\\/\\d+(?:.?_?\\d+)+/i],describe:function(e){var t={name:\"Opera Touch\"},n=r.default.getFirstMatch(/(?:opt)[\\s/](\\d+(\\.?_?\\d+)+)/i,e)||r.default.getFirstMatch(a,e);return n&&(t.version=n),t}},{test:[/yabrowser/i],describe:function(e){var t={name:\"Yandex Browser\"},n=r.default.getFirstMatch(/(?:yabrowser)[\\s/](\\d+(\\.?_?\\d+)+)/i,e)||r.default.getFirstMatch(a,e);return n&&(t.version=n),t}},{test:[/ucbrowser/i],describe:function(e){var t={name:\"UC Browser\"},n=r.default.getFirstMatch(a,e)||r.default.getFirstMatch(/(?:ucbrowser)[\\s/](\\d+(\\.?_?\\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/Maxthon|mxios/i],describe:function(e){var t={name:\"Maxthon\"},n=r.default.getFirstMatch(a,e)||r.default.getFirstMatch(/(?:Maxthon|mxios)[\\s/](\\d+(\\.?_?\\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/epiphany/i],describe:function(e){var t={name:\"Epiphany\"},n=r.default.getFirstMatch(a,e)||r.default.getFirstMatch(/(?:epiphany)[\\s/](\\d+(\\.?_?\\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/puffin/i],describe:function(e){var t={name:\"Puffin\"},n=r.default.getFirstMatch(a,e)||r.default.getFirstMatch(/(?:puffin)[\\s/](\\d+(\\.?_?\\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/sleipnir/i],describe:function(e){var t={name:\"Sleipnir\"},n=r.default.getFirstMatch(a,e)||r.default.getFirstMatch(/(?:sleipnir)[\\s/](\\d+(\\.?_?\\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/k-meleon/i],describe:function(e){var t={name:\"K-Meleon\"},n=r.default.getFirstMatch(a,e)||r.default.getFirstMatch(/(?:k-meleon)[\\s/](\\d+(\\.?_?\\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/micromessenger/i],describe:function(e){var t={name:\"WeChat\"},n=r.default.getFirstMatch(/(?:micromessenger)[\\s/](\\d+(\\.?_?\\d+)+)/i,e)||r.default.getFirstMatch(a,e);return n&&(t.version=n),t}},{test:[/qqbrowser/i],describe:function(e){var t={name:/qqbrowserlite/i.test(e)?\"QQ Browser Lite\":\"QQ Browser\"},n=r.default.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\\d+(\\.?_?\\d+)+)/i,e)||r.default.getFirstMatch(a,e);return n&&(t.version=n),t}},{test:[/msie|trident/i],describe:function(e){var t={name:\"Internet Explorer\"},n=r.default.getFirstMatch(/(?:msie |rv:)(\\d+(\\.?_?\\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/\\sedg\\//i],describe:function(e){var t={name:\"Microsoft Edge\"},n=r.default.getFirstMatch(/\\sedg\\/(\\d+(\\.?_?\\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/edg([ea]|ios)/i],describe:function(e){var t={name:\"Microsoft Edge\"},n=r.default.getSecondMatch(/edg([ea]|ios)\\/(\\d+(\\.?_?\\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/vivaldi/i],describe:function(e){var t={name:\"Vivaldi\"},n=r.default.getFirstMatch(/vivaldi\\/(\\d+(\\.?_?\\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/seamonkey/i],describe:function(e){var t={name:\"SeaMonkey\"},n=r.default.getFirstMatch(/seamonkey\\/(\\d+(\\.?_?\\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/sailfish/i],describe:function(e){var t={name:\"Sailfish\"},n=r.default.getFirstMatch(/sailfish\\s?browser\\/(\\d+(\\.\\d+)?)/i,e);return n&&(t.version=n),t}},{test:[/silk/i],describe:function(e){var t={name:\"Amazon Silk\"},n=r.default.getFirstMatch(/silk\\/(\\d+(\\.?_?\\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/phantom/i],describe:function(e){var t={name:\"PhantomJS\"},n=r.default.getFirstMatch(/phantomjs\\/(\\d+(\\.?_?\\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/slimerjs/i],describe:function(e){var t={name:\"SlimerJS\"},n=r.default.getFirstMatch(/slimerjs\\/(\\d+(\\.?_?\\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/blackberry|\\bbb\\d+/i,/rim\\stablet/i],describe:function(e){var t={name:\"BlackBerry\"},n=r.default.getFirstMatch(a,e)||r.default.getFirstMatch(/blackberry[\\d]+\\/(\\d+(\\.?_?\\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/(web|hpw)[o0]s/i],describe:function(e){var t={name:\"WebOS Browser\"},n=r.default.getFirstMatch(a,e)||r.default.getFirstMatch(/w(?:eb)?[o0]sbrowser\\/(\\d+(\\.?_?\\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/bada/i],describe:function(e){var t={name:\"Bada\"},n=r.default.getFirstMatch(/dolfin\\/(\\d+(\\.?_?\\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/tizen/i],describe:function(e){var t={name:\"Tizen\"},n=r.default.getFirstMatch(/(?:tizen\\s?)?browser\\/(\\d+(\\.?_?\\d+)+)/i,e)||r.default.getFirstMatch(a,e);return n&&(t.version=n),t}},{test:[/qupzilla/i],describe:function(e){var t={name:\"QupZilla\"},n=r.default.getFirstMatch(/(?:qupzilla)[\\s/](\\d+(\\.?_?\\d+)+)/i,e)||r.default.getFirstMatch(a,e);return n&&(t.version=n),t}},{test:[/firefox|iceweasel|fxios/i],describe:function(e){var t={name:\"Firefox\"},n=r.default.getFirstMatch(/(?:firefox|iceweasel|fxios)[\\s/](\\d+(\\.?_?\\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/electron/i],describe:function(e){var t={name:\"Electron\"},n=r.default.getFirstMatch(/(?:electron)\\/(\\d+(\\.?_?\\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/MiuiBrowser/i],describe:function(e){var t={name:\"Miui\"},n=r.default.getFirstMatch(/(?:MiuiBrowser)[\\s/](\\d+(\\.?_?\\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/chromium/i],describe:function(e){var t={name:\"Chromium\"},n=r.default.getFirstMatch(/(?:chromium)[\\s/](\\d+(\\.?_?\\d+)+)/i,e)||r.default.getFirstMatch(a,e);return n&&(t.version=n),t}},{test:[/chrome|crios|crmo/i],describe:function(e){var t={name:\"Chrome\"},n=r.default.getFirstMatch(/(?:chrome|crios|crmo)\\/(\\d+(\\.?_?\\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/GSA/i],describe:function(e){var t={name:\"Google Search\"},n=r.default.getFirstMatch(/(?:GSA)\\/(\\d+(\\.?_?\\d+)+)/i,e);return n&&(t.version=n),t}},{test:function(e){var t=!e.test(/like android/i),n=e.test(/android/i);return t&&n},describe:function(e){var t={name:\"Android Browser\"},n=r.default.getFirstMatch(a,e);return n&&(t.version=n),t}},{test:[/playstation 4/i],describe:function(e){var t={name:\"PlayStation 4\"},n=r.default.getFirstMatch(a,e);return n&&(t.version=n),t}},{test:[/safari|applewebkit/i],describe:function(e){var t={name:\"Safari\"},n=r.default.getFirstMatch(a,e);return n&&(t.version=n),t}},{test:[/.*/i],describe:function(e){var t=-1!==e.search(\"\\\\(\")?/^(.*)\\/(.*)[ \\t]\\((.*)/:/^(.*)\\/(.*) /;return{name:r.default.getFirstMatch(t,e),version:r.default.getSecondMatch(t,e)}}}];t.default=o,e.exports=t.default},93:function(e,t,n){\"use strict\";t.__esModule=!0,t.default=void 0;var i,r=(i=n(17))&&i.__esModule?i:{default:i},a=n(18),o=[{test:[/Roku\\/DVP/],describe:function(e){var t=r.default.getFirstMatch(/Roku\\/DVP-(\\d+\\.\\d+)/i,e);return{name:a.OS_MAP.Roku,version:t}}},{test:[/windows phone/i],describe:function(e){var t=r.default.getFirstMatch(/windows phone (?:os)?\\s?(\\d+(\\.\\d+)*)/i,e);return{name:a.OS_MAP.WindowsPhone,version:t}}},{test:[/windows /i],describe:function(e){var t=r.default.getFirstMatch(/Windows ((NT|XP)( \\d\\d?.\\d)?)/i,e),n=r.default.getWindowsVersionName(t);return{name:a.OS_MAP.Windows,version:t,versionName:n}}},{test:[/Macintosh(.*?) FxiOS(.*?)\\//],describe:function(e){var t={name:a.OS_MAP.iOS},n=r.default.getSecondMatch(/(Version\\/)(\\d[\\d.]+)/,e);return n&&(t.version=n),t}},{test:[/macintosh/i],describe:function(e){var t=r.default.getFirstMatch(/mac os x (\\d+(\\.?_?\\d+)+)/i,e).replace(/[_\\s]/g,\".\"),n=r.default.getMacOSVersionName(t),i={name:a.OS_MAP.MacOS,version:t};return n&&(i.versionName=n),i}},{test:[/(ipod|iphone|ipad)/i],describe:function(e){var t=r.default.getFirstMatch(/os (\\d+([_\\s]\\d+)*) like mac os x/i,e).replace(/[_\\s]/g,\".\");return{name:a.OS_MAP.iOS,version:t}}},{test:function(e){var t=!e.test(/like android/i),n=e.test(/android/i);return t&&n},describe:function(e){var t=r.default.getFirstMatch(/android[\\s/-](\\d+(\\.\\d+)*)/i,e),n=r.default.getAndroidVersionName(t),i={name:a.OS_MAP.Android,version:t};return n&&(i.versionName=n),i}},{test:[/(web|hpw)[o0]s/i],describe:function(e){var t=r.default.getFirstMatch(/(?:web|hpw)[o0]s\\/(\\d+(\\.\\d+)*)/i,e),n={name:a.OS_MAP.WebOS};return t&&t.length&&(n.version=t),n}},{test:[/blackberry|\\bbb\\d+/i,/rim\\stablet/i],describe:function(e){var t=r.default.getFirstMatch(/rim\\stablet\\sos\\s(\\d+(\\.\\d+)*)/i,e)||r.default.getFirstMatch(/blackberry\\d+\\/(\\d+([_\\s]\\d+)*)/i,e)||r.default.getFirstMatch(/\\bbb(\\d+)/i,e);return{name:a.OS_MAP.BlackBerry,version:t}}},{test:[/bada/i],describe:function(e){var t=r.default.getFirstMatch(/bada\\/(\\d+(\\.\\d+)*)/i,e);return{name:a.OS_MAP.Bada,version:t}}},{test:[/tizen/i],describe:function(e){var t=r.default.getFirstMatch(/tizen[/\\s](\\d+(\\.\\d+)*)/i,e);return{name:a.OS_MAP.Tizen,version:t}}},{test:[/linux/i],describe:function(){return{name:a.OS_MAP.Linux}}},{test:[/CrOS/],describe:function(){return{name:a.OS_MAP.ChromeOS}}},{test:[/PlayStation 4/],describe:function(e){var t=r.default.getFirstMatch(/PlayStation 4[/\\s](\\d+(\\.\\d+)*)/i,e);return{name:a.OS_MAP.PlayStation4,version:t}}}];t.default=o,e.exports=t.default},94:function(e,t,n){\"use strict\";t.__esModule=!0,t.default=void 0;var i,r=(i=n(17))&&i.__esModule?i:{default:i},a=n(18),o=[{test:[/googlebot/i],describe:function(){return{type:\"bot\",vendor:\"Google\"}}},{test:[/huawei/i],describe:function(e){var t=r.default.getFirstMatch(/(can-l01)/i,e)&&\"Nova\",n={type:a.PLATFORMS_MAP.mobile,vendor:\"Huawei\"};return t&&(n.model=t),n}},{test:[/nexus\\s*(?:7|8|9|10).*/i],describe:function(){return{type:a.PLATFORMS_MAP.tablet,vendor:\"Nexus\"}}},{test:[/ipad/i],describe:function(){return{type:a.PLATFORMS_MAP.tablet,vendor:\"Apple\",model:\"iPad\"}}},{test:[/Macintosh(.*?) FxiOS(.*?)\\//],describe:function(){return{type:a.PLATFORMS_MAP.tablet,vendor:\"Apple\",model:\"iPad\"}}},{test:[/kftt build/i],describe:function(){return{type:a.PLATFORMS_MAP.tablet,vendor:\"Amazon\",model:\"Kindle Fire HD 7\"}}},{test:[/silk/i],describe:function(){return{type:a.PLATFORMS_MAP.tablet,vendor:\"Amazon\"}}},{test:[/tablet(?! pc)/i],describe:function(){return{type:a.PLATFORMS_MAP.tablet}}},{test:function(e){var t=e.test(/ipod|iphone/i),n=e.test(/like (ipod|iphone)/i);return t&&!n},describe:function(e){var t=r.default.getFirstMatch(/(ipod|iphone)/i,e);return{type:a.PLATFORMS_MAP.mobile,vendor:\"Apple\",model:t}}},{test:[/nexus\\s*[0-6].*/i,/galaxy nexus/i],describe:function(){return{type:a.PLATFORMS_MAP.mobile,vendor:\"Nexus\"}}},{test:[/[^-]mobi/i],describe:function(){return{type:a.PLATFORMS_MAP.mobile}}},{test:function(e){return\"blackberry\"===e.getBrowserName(!0)},describe:function(){return{type:a.PLATFORMS_MAP.mobile,vendor:\"BlackBerry\"}}},{test:function(e){return\"bada\"===e.getBrowserName(!0)},describe:function(){return{type:a.PLATFORMS_MAP.mobile}}},{test:function(e){return\"windows phone\"===e.getBrowserName()},describe:function(){return{type:a.PLATFORMS_MAP.mobile,vendor:\"Microsoft\"}}},{test:function(e){var t=Number(String(e.getOSVersion()).split(\".\")[0]);return\"android\"===e.getOSName(!0)&&t>=3},describe:function(){return{type:a.PLATFORMS_MAP.tablet}}},{test:function(e){return\"android\"===e.getOSName(!0)},describe:function(){return{type:a.PLATFORMS_MAP.mobile}}},{test:function(e){return\"macos\"===e.getOSName(!0)},describe:function(){return{type:a.PLATFORMS_MAP.desktop,vendor:\"Apple\"}}},{test:function(e){return\"windows\"===e.getOSName(!0)},describe:function(){return{type:a.PLATFORMS_MAP.desktop}}},{test:function(e){return\"linux\"===e.getOSName(!0)},describe:function(){return{type:a.PLATFORMS_MAP.desktop}}},{test:function(e){return\"playstation 4\"===e.getOSName(!0)},describe:function(){return{type:a.PLATFORMS_MAP.tv}}},{test:function(e){return\"roku\"===e.getOSName(!0)},describe:function(){return{type:a.PLATFORMS_MAP.tv}}}];t.default=o,e.exports=t.default},95:function(e,t,n){\"use strict\";t.__esModule=!0,t.default=void 0;var i,r=(i=n(17))&&i.__esModule?i:{default:i},a=n(18),o=[{test:function(e){return\"microsoft edge\"===e.getBrowserName(!0)},describe:function(e){if(/\\sedg\\//i.test(e))return{name:a.ENGINE_MAP.Blink};var t=r.default.getFirstMatch(/edge\\/(\\d+(\\.?_?\\d+)+)/i,e);return{name:a.ENGINE_MAP.EdgeHTML,version:t}}},{test:[/trident/i],describe:function(e){var t={name:a.ENGINE_MAP.Trident},n=r.default.getFirstMatch(/trident\\/(\\d+(\\.?_?\\d+)+)/i,e);return n&&(t.version=n),t}},{test:function(e){return e.test(/presto/i)},describe:function(e){var t={name:a.ENGINE_MAP.Presto},n=r.default.getFirstMatch(/presto\\/(\\d+(\\.?_?\\d+)+)/i,e);return n&&(t.version=n),t}},{test:function(e){var t=e.test(/gecko/i),n=e.test(/like gecko/i);return t&&!n},describe:function(e){var t={name:a.ENGINE_MAP.Gecko},n=r.default.getFirstMatch(/gecko\\/(\\d+(\\.?_?\\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/(apple)?webkit\\/537\\.36/i],describe:function(){return{name:a.ENGINE_MAP.Blink}}},{test:[/(apple)?webkit/i],describe:function(e){var t={name:a.ENGINE_MAP.WebKit},n=r.default.getFirstMatch(/webkit\\/(\\d+(\\.?_?\\d+)+)/i,e);return n&&(t.version=n),t}}];t.default=o,e.exports=t.default}})},e.exports=n()}],t={};function n(i){var r=t[i];if(void 0!==r)return r.exports;var a=t[i]={exports:{}};return e[i].call(a.exports,a,a.exports,n),a.exports}n.d=(e,t)=>{for(var i in t)n.o(t,i)&&!n.o(e,i)&&Object.defineProperty(e,i,{enumerable:!0,get:t[i]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{\"undefined\"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:\"Module\"}),Object.defineProperty(e,\"__esModule\",{value:!0})};var i={};(()=>{\"use strict\";n.r(i),n.d(i,{default:()=>f});var e=n(1),t=n(27),r=n(139),a=n(142),o=n(143),s=n(144),_=n(147),l=n(148),c=n(149),u=n(150),p=n(151),$=n(138),d=n(153),m=n(174);class h{constructor(n={}){this.prefix=n.prefix||\"/a/\",this.urlRegex=/^(#|about:|data:|mailto:)/,this.rewriteUrl=n.rewriteUrl||this.rewriteUrl,this.sourceUrl=n.sourceUrl||this.sourceUrl,this.encodeUrl=n.encodeUrl||this.encodeUrl,this.decodeUrl=n.decodeUrl||this.decodeUrl,this.vanilla=\"vanilla\"in n&&n.vanilla,this.meta=n.meta||{},this.meta.base||=void 0,this.meta.origin||=\"\",this.bundleScript=n.bundle||\"/bundle.js?v=2025-04-15\",this.handlerScript=n.handler||\"/handler.js?v=2025-04-15\",this.configScript=n.config||\"/config.js?v=2025-04-15\",this.meta.url||=this.meta.base||\"\",this.codec=h.codec,this.html=new e.default(this),this.css=new t.default(this),this.js=new r.default(this),this.parsel=$.default,this.openDB=this.constructor.openDB,this.Bowser=this.constructor.Bowser,this.client=\"undefined\"!=typeof self?new d.default(n.window||self):null,this.master=\"__uv\",this.dataPrefix=\"__uv$\",this.attributePrefix=\"__uv\",this.createHtmlInject=l.createInjection,this.attrs={isUrl:l.isUrl,isForbidden:l.isForbidden,isHtml:l.isHtml,isSrcset:l.isSrcset,isStyle:l.isStyle},this.vanilla||this.implementUVMiddleware(),this.cookie={validateCookie:_.validateCookie,db:()=>(0,_.db)(this.constructor.openDB),getCookies:_.getCookies,setCookies:_.setCookies,serialize:_.serialize,setCookie:a}}rewriteUrl(e,t=this.meta){if(!(e=new String(e).trim())||this.urlRegex.test(e))return e;if(e.startsWith(\"javascript:\"))return\"javascript:\"+this.js.rewrite(e.slice(11));try{return t.origin+this.prefix+this.encodeUrl(new URL(e,t.base).href)}catch(n){return t.origin+this.prefix+this.encodeUrl(e)}}sourceUrl(e,t=this.meta){if(!e||this.urlRegex.test(e))return e;try{return new URL(this.decodeUrl(e.slice(this.prefix.length+t.origin.length)),t.base).href}catch(n){return this.decodeUrl(e.slice(this.prefix.length+t.origin.length))}}encodeUrl(e){return encodeURIComponent(e)}decodeUrl(e){return decodeURIComponent(e)}encodeProtocol(e){e=e.toString();let t=\"\";for(let n=0;n<e.length;n++){let i=e[n];if(\"!#$%&'*+-.0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ^_`abcdefghijklmnopqrstuvwxyz|~\".includes(i)&&!\"%\".includes(i))t+=i;else{let r=i.charCodeAt();t+=\"%\"+r.toString(16).padStart(2,0)}}return t}decodeProtocol(e){if(\"string\"!=typeof e)throw TypeError(\"protocol must be a string\");let t=\"\";for(let n=0;n<e.length;n++){let i=e[n];if(\"%\"==i){let r=parseInt(e.slice(n+1,n+3),16),a=String.fromCharCode(r);t+=a,n+=2}else t+=i}return t}implementUVMiddleware(){(0,l.attributes)(this),(0,l.text)(this),(0,l.injectHead)(this),(0,c.url)(this),(0,c.importStyle)(this),(0,u.importDeclaration)(this),(0,u.dynamicImport)(this),(0,u.property)(this),(0,u.wrapEval)(this),(0,u.identifier)(this),(0,u.unwrap)(this)}get rewriteHtml(){return this.html.rewrite.bind(this.html)}get sourceHtml(){return this.html.source.bind(this.html)}get rewriteCSS(){return this.css.rewrite.bind(this.css)}get sourceCSS(){return this.css.source.bind(this.css)}get rewriteJS(){return this.js.rewrite.bind(this.js)}get sourceJS(){return this.js.source.bind(this.js)}static codec={xor:o.xor,base64:o.base64,plain:o.plain};static mime=s.default;static setCookie=a;static openDB=p.openDB;static Bowser=m}let f=h;\"object\"==typeof self&&(self.Ultraviolet=h)})()})();"
  },
  {
    "path": "static/assets/mathematics/config.js",
    "content": "self.__uv$config = {\n  prefix: \"/a/\",\n  bare: \"/ca/\",\n  encodeUrl: Ultraviolet.codec.xor.encode,\n  decodeUrl: Ultraviolet.codec.xor.decode,\n  handler: \"/assets/mathematics/handler.js?v=9-30-2024\",\n  bundle: \"/assets/mathematics/bundle.js?v=9-30-2024\",\n  config: \"/assets/mathematics/config.js?v=9-30-2024\",\n  sw: \"/assets/mathematics/sw.js?v=9-30-2024\",\n};\n"
  },
  {
    "path": "static/assets/mathematics/handler.js",
    "content": "async function __uvHook(e,t={},a=\"/ca/\"){if(\"__uv\"in e&&e.__uv instanceof Ultraviolet)return!1;e.document&&e.window&&e.document.querySelectorAll(\"script[__uv-script]\").forEach((e=>e.remove()));const r=!e.window,o=\"__uv\",n=\"__uv$\",l=new Ultraviolet({...t,window:e});\"function\"==typeof t.construct&&t.construct(l,r?\"worker\":\"window\");const{client:i}=l,{HTMLMediaElement:s,HTMLScriptElement:d,HTMLAudioElement:c,HTMLVideoElement:u,HTMLInputElement:m,HTMLEmbedElement:h,HTMLTrackElement:v,HTMLAnchorElement:g,HTMLIFrameElement:p,HTMLAreaElement:b,HTMLLinkElement:f,HTMLBaseElement:_,HTMLFormElement:y,HTMLImageElement:S,HTMLSourceElement:w}=e;i.nativeMethods.defineProperty(e,\"__uv\",{value:l,enumerable:!1}),l.meta.origin=location.origin,l.location=i.location.emulate((e=>\"about:srcdoc\"===e?new URL(e):(e.startsWith(\"blob:\")&&(e=e.slice(5)),new URL(l.sourceUrl(e)))),(e=>l.rewriteUrl(e))),l.cookieStr=e.__uv$cookies||\"\",l.meta.url=l.location,l.domain=l.meta.url.host,l.blobUrls=new e.Map,l.referrer=\"\",l.cookies=[],l.localStorageObj={},l.sessionStorageObj={};try{l.bare=new URL(a,e.location.href)}catch(t){l.bare=e.parent.__uv.bare}if(\"about:srcdoc\"===l.location.href&&(l.meta=e.parent.__uv.meta),e.EventTarget&&(l.addEventListener=e.EventTarget.prototype.addEventListener,l.removeListener=e.EventTarget.prototype.removeListener,l.dispatchEvent=e.EventTarget.prototype.dispatchEvent),i.nativeMethods.defineProperty(i.storage.storeProto,\"__uv$storageObj\",{get(){return this===i.storage.sessionStorage?l.sessionStorageObj:this===i.storage.localStorage?l.localStorageObj:void 0},enumerable:!1}),e.localStorage){for(const t in e.localStorage)t.startsWith(n+l.location.origin+\"@\")&&(l.localStorageObj[t.slice((n+l.location.origin+\"@\").length)]=e.localStorage.getItem(t));l.lsWrap=i.storage.emulate(i.storage.localStorage,l.localStorageObj)}if(e.sessionStorage){for(const t in e.sessionStorage)t.startsWith(n+l.location.origin+\"@\")&&(l.sessionStorageObj[t.slice((n+l.location.origin+\"@\").length)]=e.sessionStorage.getItem(t));l.ssWrap=i.storage.emulate(i.storage.sessionStorage,l.sessionStorageObj)}let P=e.document?i.node.baseURI.get.call(e.document):e.location.href,k=l.sourceUrl(P);if(i.nativeMethods.defineProperty(l.meta,\"base\",{get:()=>e.document?(i.node.baseURI.get.call(e.document)!==P&&(P=i.node.baseURI.get.call(e.document),k=l.sourceUrl(P)),k):l.meta.url.href}),l.methods={setSource:n+\"setSource\",source:n+\"source\",location:n+\"location\",function:n+\"function\",string:n+\"string\",eval:n+\"eval\",parent:n+\"parent\",top:n+\"top\"},l.filterKeys=[o,l.methods.setSource,l.methods.source,l.methods.location,l.methods.function,l.methods.string,l.methods.eval,l.methods.parent,l.methods.top,n+\"protocol\",n+\"storageObj\",n+\"url\",n+\"modifiedStyle\",n+\"config\",n+\"dispatched\",\"Ultraviolet\",\"__uvHook\"],i.on(\"wrap\",((e,t)=>{i.nativeMethods.defineProperty(t,\"name\",i.nativeMethods.getOwnPropertyDescriptor(e,\"name\")),i.nativeMethods.defineProperty(t,\"length\",i.nativeMethods.getOwnPropertyDescriptor(e,\"length\")),i.nativeMethods.defineProperty(t,l.methods.string,{enumerable:!1,value:i.nativeMethods.fnToString.call(e)}),i.nativeMethods.defineProperty(t,l.methods.function,{enumerable:!1,value:e})})),i.fetch.on(\"request\",(e=>{e.data.input=l.rewriteUrl(e.data.input)})),i.fetch.on(\"requestUrl\",(e=>{e.data.value=l.sourceUrl(e.data.value)})),i.fetch.on(\"responseUrl\",(e=>{e.data.value=l.sourceUrl(e.data.value)})),i.xhr.on(\"open\",(e=>{e.data.input=l.rewriteUrl(e.data.input)})),i.xhr.on(\"responseUrl\",(e=>{e.data.value=l.sourceUrl(e.data.value)})),i.workers.on(\"worker\",(e=>{e.data.url=l.rewriteUrl(e.data.url)})),i.workers.on(\"addModule\",(e=>{e.data.url=l.rewriteUrl(e.data.url)})),i.workers.on(\"importScripts\",(e=>{for(const t in e.data.scripts)e.data.scripts[t]=l.rewriteUrl(e.data.scripts[t])})),i.workers.on(\"postMessage\",(e=>{let t=e.data.origin;e.data.origin=\"*\",e.data.message={__data:e.data.message,__origin:l.meta.url.origin,__to:t}})),i.navigator.on(\"sendBeacon\",(e=>{e.data.url=l.rewriteUrl(e.data.url)})),i.document.on(\"getCookie\",(e=>{e.data.value=l.cookieStr})),i.document.on(\"setCookie\",(e=>{Promise.resolve(l.cookie.setCookies(e.data.value,l.db,l.meta)).then((()=>{l.cookie.db().then((e=>{l.cookie.getCookies(e).then((e=>{l.cookieStr=l.cookie.serialize(e,l.meta,!0)}))}))}));const t=l.cookie.setCookie(e.data.value)[0];t.path||(t.path=\"/\"),t.domain||(t.domain=l.meta.url.hostname),l.cookie.validateCookie(t,l.meta,!0)&&(l.cookieStr.length&&(l.cookieStr+=\"; \"),l.cookieStr+=`${t.name}=${t.value}`),e.respondWith(e.data.value)})),i.element.on(\"setInnerHTML\",(e=>{switch(e.that.tagName){case\"SCRIPT\":e.data.value=l.js.rewrite(e.data.value);break;case\"STYLE\":e.data.value=l.rewriteCSS(e.data.value);break;default:e.data.value=l.rewriteHtml(e.data.value)}})),i.element.on(\"getInnerHTML\",(e=>{if(\"SCRIPT\"===e.that.tagName)e.data.value=l.js.source(e.data.value);else e.data.value=l.sourceHtml(e.data.value)})),i.element.on(\"setOuterHTML\",(e=>{e.data.value=l.rewriteHtml(e.data.value,{document:\"HTML\"===e.that.tagName})})),i.element.on(\"getOuterHTML\",(e=>{switch(e.that.tagName){case\"HEAD\":e.data.value=l.sourceHtml(e.data.value.replace(/<head(.*)>(.*)<\\/head>/s,\"<op-head$1>$2</op-head>\")).replace(/<op-head(.*)>(.*)<\\/op-head>/s,\"<head$1>$2</head>\");break;case\"BODY\":e.data.value=l.sourceHtml(e.data.value.replace(/<body(.*)>(.*)<\\/body>/s,\"<op-body$1>$2</op-body>\")).replace(/<op-body(.*)>(.*)<\\/op-body>/s,\"<body$1>$2</body>\");break;default:e.data.value=l.sourceHtml(e.data.value,{document:\"HTML\"===e.that.tagName})}})),i.document.on(\"write\",(e=>{if(!e.data.html.length)return!1;e.data.html=[l.rewriteHtml(e.data.html.join(\"\"))]})),i.document.on(\"writeln\",(e=>{if(!e.data.html.length)return!1;e.data.html=[l.rewriteHtml(e.data.html.join(\"\"))]})),i.element.on(\"insertAdjacentHTML\",(e=>{e.data.html=l.rewriteHtml(e.data.html)})),i.eventSource.on(\"construct\",(e=>{e.data.url=l.rewriteUrl(e.data.url)})),i.eventSource.on(\"url\",(e=>{e.data.url=l.rewriteUrl(e.data.url)})),i.history.on(\"replaceState\",(e=>{e.data.url&&(e.data.url=l.rewriteUrl(e.data.url,\"__uv\"in e.that?e.that.__uv.meta:l.meta))})),i.history.on(\"pushState\",(e=>{e.data.url&&(e.data.url=l.rewriteUrl(e.data.url,\"__uv\"in e.that?e.that.__uv.meta:l.meta))})),i.element.on(\"getAttribute\",(e=>{i.element.hasAttribute.call(e.that,l.attributePrefix+\"-attr-\"+e.data.name)&&e.respondWith(e.target.call(e.that,l.attributePrefix+\"-attr-\"+e.data.name))})),i.message.on(\"postMessage\",(e=>{let t=e.data.origin,a=l.call;e.that&&(a=e.that.__uv$source.call),e.data.origin=\"*\",e.data.message={__data:e.data.message,__origin:(e.that||e.target).__uv$source.location.origin,__to:t},e.respondWith(a(e.target,r?[e.data.message,e.data.transfer]:[e.data.message,e.data.origin,e.data.transfer],e.that))})),i.message.on(\"data\",(e=>{const{value:t}=e.data;\"object\"==typeof t&&\"__data\"in t&&\"__origin\"in t&&e.respondWith(t.__data)})),i.message.on(\"origin\",(e=>{const t=i.message.messageData.get.call(e.that);\"object\"==typeof t&&t.__data&&t.__origin&&e.respondWith(t.__origin)})),i.overrideDescriptor(e,\"origin\",{get:(e,t)=>l.location.origin}),i.node.on(\"baseURI\",(t=>{t.data.value.startsWith(e.location.origin)&&(t.data.value=l.sourceUrl(t.data.value))})),i.element.on(\"setAttribute\",(t=>{if(t.that instanceof s&&\"src\"===t.data.name&&t.data.value.startsWith(\"blob:\"))return t.target.call(t.that,l.attributePrefix+\"-attr-\"+t.data.name,t.data.value),void(t.data.value=l.blobUrls.get(t.data.value));l.attrs.isUrl(t.data.name)&&(t.target.call(t.that,l.attributePrefix+\"-attr-\"+t.data.name,t.data.value),t.data.value=l.rewriteUrl(t.data.value)),l.attrs.isStyle(t.data.name)&&(t.target.call(t.that,l.attributePrefix+\"-attr-\"+t.data.name,t.data.value),t.data.value=l.rewriteCSS(t.data.value,{context:\"declarationList\"})),l.attrs.isHtml(t.data.name)&&(t.target.call(t.that,l.attributePrefix+\"-attr-\"+t.data.name,t.data.value),t.data.value=l.rewriteHtml(t.data.value,{...l.meta,document:!0,injectHead:l.createHtmlInject(l.handlerScript,l.bundleScript,l.configScript,l.cookieStr,e.location.href)})),l.attrs.isSrcset(t.data.name)&&(t.target.call(t.that,l.attributePrefix+\"-attr-\"+t.data.name,t.data.value),t.data.value=l.html.wrapSrcset(t.data.value)),l.attrs.isForbidden(t.data.name)&&(t.data.name=l.attributePrefix+\"-attr-\"+t.data.name)})),i.element.on(\"audio\",(e=>{e.data.url=l.rewriteUrl(e.data.url)})),i.element.hookProperty([g,b,f,_],\"href\",{get:(e,t)=>l.sourceUrl(e.call(t)),set:(e,t,[a])=>{i.element.setAttribute.call(t,l.attributePrefix+\"-attr-href\",a),e.call(t,l.rewriteUrl(a))}}),i.element.hookProperty([d,c,u,s,S,m,h,p,v,w],\"src\",{get:(e,t)=>l.sourceUrl(e.call(t)),set:(e,t,[a])=>{if(new String(a).toString().trim().startsWith(\"blob:\")&&t instanceof s)return i.element.setAttribute.call(t,l.attributePrefix+\"-attr-src\",a),e.call(t,l.blobUrls.get(a)||a);i.element.setAttribute.call(t,l.attributePrefix+\"-attr-src\",a),e.call(t,l.rewriteUrl(a))}}),i.element.hookProperty([y],\"action\",{get:(e,t)=>l.sourceUrl(e.call(t)),set:(e,t,[a])=>{i.element.setAttribute.call(t,l.attributePrefix+\"-attr-action\",a),e.call(t,l.rewriteUrl(a))}}),i.element.hookProperty([S],\"srcset\",{get:(e,t)=>i.element.getAttribute.call(t,l.attributePrefix+\"-attr-srcset\")||e.call(t),set:(e,t,[a])=>{i.element.setAttribute.call(t,l.attributePrefix+\"-attr-srcset\",a),e.call(t,l.html.wrapSrcset(a))}}),i.element.hookProperty(d,\"integrity\",{get:(e,t)=>i.element.getAttribute.call(t,l.attributePrefix+\"-attr-integrity\"),set:(e,t,[a])=>{i.element.setAttribute.call(t,l.attributePrefix+\"-attr-integrity\",a)}}),i.element.hookProperty(p,\"sandbox\",{get:(e,t)=>i.element.getAttribute.call(t,l.attributePrefix+\"-attr-sandbox\")||e.call(t),set:(e,t,[a])=>{i.element.setAttribute.call(t,l.attributePrefix+\"-attr-sandbox\",a)}}),i.element.hookProperty(p,\"contentWindow\",{get:(e,r)=>{const o=e.call(r);try{return o.__uv||__uvHook(o,t,a),o}catch(e){return o}}}),i.element.hookProperty(p,\"contentDocument\",{get:(e,r)=>{const o=e.call(r);try{const e=o.defaultView;return e.__uv||__uvHook(e,t,a),o}catch(e){return win}}}),i.element.hookProperty(p,\"srcdoc\",{get:(e,t)=>i.element.getAttribute.call(t,l.attributePrefix+\"-attr-srcdoc\")||e.call(t),set:(t,a,[r])=>{t.call(a,l.rewriteHtml(r,{document:!0,injectHead:l.createHtmlInject(l.handlerScript,l.bundleScript,l.configScript,l.cookieStr,e.location.href)}))}}),i.node.on(\"getTextContent\",(e=>{\"SCRIPT\"===e.that.tagName&&(e.data.value=l.js.source(e.data.value))})),i.node.on(\"setTextContent\",(e=>{\"SCRIPT\"===e.that.tagName&&(e.data.value=l.js.rewrite(e.data.value))})),\"serviceWorker\"in e.navigator&&delete e.Navigator.prototype.serviceWorker,i.document.on(\"getDomain\",(e=>{e.data.value=l.domain})),i.document.on(\"setDomain\",(e=>{if(!e.data.value.toString().endsWith(l.meta.url.hostname.split(\".\").slice(-2).join(\".\")))return e.respondWith(\"\");e.respondWith(l.domain=e.data.value)})),i.document.on(\"url\",(e=>{e.data.value=l.location.href})),i.document.on(\"documentURI\",(e=>{e.data.value=l.location.href})),i.document.on(\"referrer\",(e=>{e.data.value=l.referrer||l.sourceUrl(e.data.value)})),i.document.on(\"parseFromString\",(e=>{if(\"text/html\"!==e.data.type)return!1;e.data.string=l.rewriteHtml(e.data.string,{...l.meta,document:!0})})),i.attribute.on(\"getValue\",(e=>{i.element.hasAttribute.call(e.that.ownerElement,l.attributePrefix+\"-attr-\"+e.data.name)&&(e.data.value=i.element.getAttribute.call(e.that.ownerElement,l.attributePrefix+\"-attr-\"+e.data.name))})),i.attribute.on(\"setValue\",(t=>{l.attrs.isUrl(t.data.name)&&(i.element.setAttribute.call(t.that.ownerElement,l.attributePrefix+\"-attr-\"+t.data.name,t.data.value),t.data.value=l.rewriteUrl(t.data.value)),l.attrs.isStyle(t.data.name)&&(i.element.setAttribute.call(t.that.ownerElement,l.attributePrefix+\"-attr-\"+t.data.name,t.data.value),t.data.value=l.rewriteCSS(t.data.value,{context:\"declarationList\"})),l.attrs.isHtml(t.data.name)&&(i.element.setAttribute.call(t.that.ownerElement,l.attributePrefix+\"-attr-\"+t.data.name,t.data.value),t.data.value=l.rewriteHtml(t.data.value,{...l.meta,document:!0,injectHead:l.createHtmlInject(l.handlerScript,l.bundleScript,l.configScript,l.cookieStr,e.location.href)})),l.attrs.isSrcset(t.data.name)&&(i.element.setAttribute.call(t.that.ownerElement,l.attributePrefix+\"-attr-\"+t.data.name,t.data.value),t.data.value=l.html.wrapSrcset(t.data.value))})),i.url.on(\"createObjectURL\",(t=>{let a=t.target.call(t.that,t.data.object);if(a.startsWith(\"blob:\"+location.origin)){let r=\"blob:\"+(\"about:blank\"!==l.meta.url.href?l.meta.url.origin:e.parent.__uv.meta.url.origin)+a.slice(5+location.origin.length);l.blobUrls.set(r,a),t.respondWith(r)}else t.respondWith(a)})),i.url.on(\"revokeObjectURL\",(e=>{if(l.blobUrls.has(e.data.url)){const t=e.data.url;e.data.url=l.blobUrls.get(e.data.url),l.blobUrls.delete(t)}})),i.storage.on(\"get\",(e=>{e.data.name=n+l.meta.url.origin+\"@\"+e.data.name})),i.storage.on(\"set\",(e=>{e.that.__uv$storageObj&&(e.that.__uv$storageObj[e.data.name]=e.data.value),e.data.name=n+l.meta.url.origin+\"@\"+e.data.name})),i.storage.on(\"delete\",(e=>{e.that.__uv$storageObj&&delete e.that.__uv$storageObj[e.data.name],e.data.name=n+l.meta.url.origin+\"@\"+e.data.name})),i.storage.on(\"getItem\",(e=>{e.data.name=n+l.meta.url.origin+\"@\"+e.data.name})),i.storage.on(\"setItem\",(e=>{e.that.__uv$storageObj&&(e.that.__uv$storageObj[e.data.name]=e.data.value),e.data.name=n+l.meta.url.origin+\"@\"+e.data.name})),i.storage.on(\"removeItem\",(e=>{e.that.__uv$storageObj&&delete e.that.__uv$storageObj[e.data.name],e.data.name=n+l.meta.url.origin+\"@\"+e.data.name})),i.storage.on(\"clear\",(e=>{if(e.that.__uv$storageObj)for(const t of i.nativeMethods.keys.call(null,e.that.__uv$storageObj))delete e.that.__uv$storageObj[t],i.storage.removeItem.call(e.that,n+l.meta.url.origin+\"@\"+t),e.respondWith()})),i.storage.on(\"length\",(e=>{e.that.__uv$storageObj&&e.respondWith(i.nativeMethods.keys.call(null,e.that.__uv$storageObj).length)})),i.storage.on(\"key\",(e=>{e.that.__uv$storageObj&&e.respondWith(i.nativeMethods.keys.call(null,e.that.__uv$storageObj)[e.data.index]||null)})),i.websocket.on(\"websocket\",(async t=>{let a;try{a=new URL(t.data.url)}catch(e){return}const r={Host:a.host,Origin:l.meta.url.origin,Pragma:\"no-cache\",\"Cache-Control\":\"no-cache\",Upgrade:\"websocket\",\"User-Agent\":e.navigator.userAgent,Connection:\"Upgrade\"},o=l.cookie.serialize(l.cookies,{url:a},!1);o&&(r.Cookie=o);const s=[...t.data.protocols],d={protocol:a.protocol,host:a.hostname,port:a.port||(\"wss:\"===a.protocol?\"443\":\"80\"),path:a.pathname+a.search};s.length&&(r[\"Sec-WebSocket-Protocol\"]=s.join(\", \")),t.data.url=(\"https:\"===l.bare.protocol?\"wss://\":\"ws://\")+l.bare.host+l.bare.pathname+\"v1/\",t.data.protocols=[\"bare\",l.encodeProtocol(JSON.stringify({remote:d,headers:r,forward_headers:[\"accept\",\"accept-encoding\",\"accept-language\",\"sec-websocket-extensions\",\"sec-websocket-key\",\"sec-websocket-version\"]}))];const c=new t.target(t.data.url,t.data.protocols);i.nativeMethods.defineProperty(c,n+\"url\",{enumerable:!1,value:a.href}),t.respondWith(c)})),i.websocket.on(\"url\",(e=>{\"__uv$url\"in e.that&&(e.data.value=e.that.__uv$url)})),i.websocket.on(\"protocol\",(e=>{\"__uv$protocol\"in e.that&&(e.data.value=e.that.__uv$protocol)})),i.function.on(\"function\",(e=>{e.data.script=l.rewriteJS(e.data.script)})),i.function.on(\"toString\",(e=>{l.methods.string in e.that&&e.respondWith(e.that[l.methods.string])})),i.object.on(\"getOwnPropertyNames\",(e=>{e.data.names=e.data.names.filter((e=>!l.filterKeys.includes(e)))})),i.object.on(\"getOwnPropertyDescriptors\",(e=>{for(const t of l.filterKeys)delete e.data.descriptors[t]})),i.style.on(\"setProperty\",(e=>{i.style.dashedUrlProps.includes(e.data.property)&&(e.data.value=l.rewriteCSS(e.data.value,{context:\"value\",...l.meta}))})),i.style.on(\"getPropertyValue\",(e=>{i.style.dashedUrlProps.includes(e.data.property)&&e.respondWith(l.sourceCSS(e.target.call(e.that,e.data.property),{context:\"value\",...l.meta}))})),\"CSS2Properties\"in e)for(const t of i.style.urlProps)i.overrideDescriptor(e.CSS2Properties.prototype,t,{get:(e,t)=>l.sourceCSS(e.call(t),{context:\"value\",...l.meta}),set:(e,t,a)=>{e.call(t,l.rewriteCSS(a,{context:\"value\",...l.meta}))}});else\"HTMLElement\"in e&&i.overrideDescriptor(e.HTMLElement.prototype,\"style\",{get:(e,t)=>{const a=e.call(t);if(!a[n+\"modifiedStyle\"])for(const e of i.style.urlProps)i.nativeMethods.defineProperty(a,e,{enumerable:!0,configurable:!0,get(){const t=i.style.getPropertyValue.call(this,e)||\"\";return l.sourceCSS(t,{context:\"value\",...l.meta})},set(t){i.style.setProperty.call(this,i.style.propToDashed[e]||e,l.rewriteCSS(t,{context:\"value\",...l.meta}))}}),i.nativeMethods.defineProperty(a,n+\"modifiedStyle\",{enumerable:!1,value:!0});return a}});i.style.on(\"setCssText\",(e=>{e.data.value=l.rewriteCSS(e.data.value,{context:\"declarationList\",...l.meta})})),i.style.on(\"getCssText\",(e=>{e.data.value=l.sourceCSS(e.data.value,{context:\"declarationList\",...l.meta})})),e.window&&l.addEventListener.call(e,\"hashchange\",(t=>{if(t.__uv$dispatched)return!1;t.stopImmediatePropagation();const a=e.location.hash;i.history.replaceState.call(e.history,\"\",\"\",t.oldURL),l.location.hash=a})),i.location.on(\"hashchange\",((t,a,r)=>{if(r.HashChangeEvent&&i.history.replaceState){i.history.replaceState.call(e.history,\"\",\"\",l.rewriteUrl(a));const o=new r.HashChangeEvent(\"hashchange\",{newURL:a,oldURL:t});i.nativeMethods.defineProperty(o,n+\"dispatched\",{value:!0,enumerable:!1}),l.dispatchEvent.call(e,o)}})),i.fetch.overrideRequest(),i.fetch.overrideUrl(),i.xhr.overrideOpen(),i.xhr.overrideResponseUrl(),i.element.overrideHtml(),i.element.overrideAttribute(),i.element.overrideInsertAdjacentHTML(),i.element.overrideAudio(),i.node.overrideBaseURI(),i.node.overrideTextContent(),i.attribute.overrideNameValue(),i.document.overrideDomain(),i.document.overrideURL(),i.document.overrideDocumentURI(),i.document.overrideWrite(),i.document.overrideReferrer(),i.document.overrideParseFromString(),i.storage.overrideMethods(),i.storage.overrideLength(),i.object.overrideGetPropertyNames(),i.object.overrideGetOwnPropertyDescriptors(),i.history.overridePushState(),i.history.overrideReplaceState(),i.eventSource.overrideConstruct(),i.eventSource.overrideUrl(),i.websocket.overrideWebSocket(),i.websocket.overrideProtocol(),i.websocket.overrideUrl(),i.url.overrideObjectURL(),i.document.overrideCookie(),i.message.overridePostMessage(),i.message.overrideMessageOrigin(),i.message.overrideMessageData(),i.workers.overrideWorker(),i.workers.overrideAddModule(),i.workers.overrideImportScripts(),i.workers.overridePostMessage(),i.style.overrideSetGetProperty(),i.style.overrideCssText(),i.navigator.overrideSendBeacon(),i.function.overrideFunction(),i.function.overrideToString(),i.location.overrideWorkerLocation((e=>new URL(l.sourceUrl(e)))),i.overrideDescriptor(e,\"localStorage\",{get:(t,a)=>(a||e).__uv.lsWrap}),i.overrideDescriptor(e,\"sessionStorage\",{get:(t,a)=>(a||e).__uv.ssWrap}),i.override(e,\"open\",((e,t,a)=>{if(!a.length)return e.apply(t,a);let[r]=a;return r=l.rewriteUrl(r),e.call(t,r)})),l.$wrap=function(e){return\"location\"===e?l.methods.location:\"eval\"===e?l.methods.eval:e},l.$get=function(t){return t===e.location?l.location:t===e.eval?l.eval:t===e.parent?e.__uv$parent:t===e.top?e.__uv$top:t},l.eval=i.wrap(e,\"eval\",((e,t,a)=>{if(!a.length||\"string\"!=typeof a[0])return e.apply(t,a);let[r]=a;return r=l.rewriteJS(r),e.call(t,r)})),l.call=function(e,t,a){return a?e.apply(a,t):e(...t)},l.call$=function(e,t,a=[]){return e[t].apply(e,a)},i.nativeMethods.defineProperty(e.Object.prototype,o,{get:()=>l,enumerable:!1}),i.nativeMethods.defineProperty(e.Object.prototype,l.methods.setSource,{value:function(e){return i.nativeMethods.isExtensible(this)?(i.nativeMethods.defineProperty(this,l.methods.source,{value:e,writable:!0,enumerable:!1}),this):this},enumerable:!1}),i.nativeMethods.defineProperty(e.Object.prototype,l.methods.source,{value:l,writable:!0,enumerable:!1}),i.nativeMethods.defineProperty(e.Object.prototype,l.methods.location,{configurable:!0,get(){return this===e.document||this===e?l.location:this.location},set(t){this===e.document||this===e?l.location.href=t:this.location=t}}),i.nativeMethods.defineProperty(e.Object.prototype,l.methods.parent,{configurable:!0,get(){const t=this.parent;if(this===e)try{return\"__uv\"in t?t:this}catch(e){return this}return t},set(e){this.parent=e}}),i.nativeMethods.defineProperty(e.Object.prototype,l.methods.top,{configurable:!0,get(){const t=this.top;if(this===e){if(t===this.parent)return this[l.methods.parent];try{if(\"__uv\"in t)return t;{let e=this;for(;e.parent!==t;)e=e.parent;return\"__uv\"in e?e:this}}catch(e){return this}}return t},set(e){this.top=e}}),i.nativeMethods.defineProperty(e.Object.prototype,l.methods.eval,{configurable:!0,get(){return this===e?l.eval:this.eval},set(e){this.eval=e}})}self.__uv||__uvHook(self,self.__uv$config,self.__uv$config.bare);"
  },
  {
    "path": "static/assets/mathematics/sw.js",
    "content": "importScripts(\"/assets/mathematics/bundle.js?v=9-30-2024\"),\n  importScripts(\"/assets/mathematics/config.js?v=9-30-2024\");\nclass UVServiceWorker extends EventEmitter {\n  constructor(e = __uv$config) {\n    super(),\n      e.bare || (e.bare = \"/ca/\"),\n      (this.addresses =\n        \"string\" == typeof e.bare\n          ? [new URL(e.bare, location)]\n          : e.bare.map(e => new URL(e, location))),\n      (this.headers = {\n        csp: [\n          \"cross-origin-embedder-policy\",\n          \"cross-origin-opener-policy\",\n          \"cross-origin-resource-policy\",\n          \"content-security-policy\",\n          \"content-security-policy-report-only\",\n          \"expect-ct\",\n          \"feature-policy\",\n          \"origin-isolation\",\n          \"strict-transport-security\",\n          \"upgrade-insecure-requests\",\n          \"x-content-type-options\",\n          \"x-download-options\",\n          \"x-frame-options\",\n          \"x-permitted-cross-domain-policies\",\n          \"x-powered-by\",\n          \"x-xss-protection\",\n        ],\n        forward: [\"accept-encoding\", \"connection\", \"content-length\"],\n      }),\n      (this.method = { empty: [\"GET\", \"HEAD\"] }),\n      (this.statusCode = { empty: [204, 304] }),\n      (this.config = e),\n      (this.browser = Ultraviolet.Bowser.getParser(\n        self.navigator.userAgent,\n      ).getBrowserName()),\n      \"Firefox\" === this.browser &&\n        (this.headers.forward.push(\"user-agent\"),\n        this.headers.forward.push(\"content-type\"));\n  }\n  async fetch({ request: e }) {\n    if (!e.url.startsWith(location.origin + (this.config.prefix || \"/service/\")))\n      return fetch(e);\n    try {\n      const t = new Ultraviolet(this.config);\n      \"function\" == typeof this.config.construct &&\n        this.config.construct(t, \"service\");\n      const r = await t.cookie.db();\n      (t.meta.origin = location.origin),\n        (t.meta.base = t.meta.url = new URL(t.sourceUrl(e.url)));\n      const n = new RequestContext(\n        e,\n        this,\n        t,\n        this.method.empty.includes(e.method.toUpperCase()) ? null : await e.blob(),\n      );\n      if (\n        (\"blob:\" === t.meta.url.protocol &&\n          ((n.blob = !0), (n.base = n.url = new URL(n.url.pathname))),\n        e.referrer && e.referrer.startsWith(location.origin))\n      ) {\n        const r = new URL(t.sourceUrl(e.referrer));\n        (n.headers.origin ||\n          (t.meta.url.origin !== r.origin && \"cors\" === e.mode)) &&\n          (n.headers.origin = r.origin),\n          (n.headers.referer = r.href);\n      }\n      const s = (await t.cookie.getCookies(r)) || [],\n        i = t.cookie.serialize(s, t.meta, !1);\n      \"Firefox\" === this.browser &&\n        \"iframe\" !== e.destination &&\n        \"document\" !== e.destination &&\n        n.forward.shift(),\n        i && (n.headers.cookie = i),\n        (n.headers.Host = n.url.host);\n      const o = new HookEvent(n, null, null);\n      if ((this.emit(\"request\", o), o.intercepted)) return o.returnValue;\n      const a = await fetch(n.send);\n      if (500 === a.status) return Promise.reject(\"\");\n      const c = new ResponseContext(n, a, this),\n        u = new HookEvent(c, null, null);\n      if ((this.emit(\"beforemod\", u), u.intercepted)) return u.returnValue;\n      for (const e of this.headers.csp) c.headers[e] && delete c.headers[e];\n      if (\n        (c.headers.location &&\n          (c.headers.location = t.rewriteUrl(c.headers.location)),\n        c.headers[\"set-cookie\"] &&\n          (Promise.resolve(\n            t.cookie.setCookies(c.headers[\"set-cookie\"], r, t.meta),\n          ).then(() => {\n            self.clients.matchAll().then(function (e) {\n              e.forEach(function (e) {\n                e.postMessage({ msg: \"updateCookies\", url: t.meta.url.href });\n              });\n            });\n          }),\n          delete c.headers[\"set-cookie\"]),\n        c.body)\n      )\n        switch (e.destination) {\n          case \"script\":\n          case \"worker\":\n            (c.body = `if (!self.__uv && self.importScripts) importScripts('${__uv$config.bundle}', '${__uv$config.config}', '${__uv$config.handler}');\\n`),\n              (c.body += t.js.rewrite(await a.text()));\n            break;\n          case \"style\":\n            c.body = t.rewriteCSS(await a.text());\n            break;\n          case \"iframe\":\n          case \"document\":\n            isHtml(t.meta.url, c.headers[\"content-type\"] || \"\") &&\n              (c.body = t.rewriteHtml(await a.text(), {\n                document: !0,\n                injectHead: t.createHtmlInject(\n                  this.config.handler,\n                  this.config.bundle,\n                  this.config.config,\n                  t.cookie.serialize(s, t.meta, !0),\n                  e.referrer,\n                ),\n              }));\n        }\n      return (\n        \"text/event-stream\" === n.headers.accept &&\n          (c.headers[\"content-type\"] = \"text/event-stream\"),\n        this.emit(\"response\", u),\n        u.intercepted\n          ? u.returnValue\n          : new Response(c.body, {\n              headers: c.headers,\n              status: c.status,\n              statusText: c.statusText,\n            })\n      );\n    } catch (e) {\n      return new Response(e.toString(), { status: 500 });\n    }\n  }\n  getBarerResponse(e) {\n    const t = {},\n      r = JSON.parse(e.headers.get(\"x-bare-headers\"));\n    for (const e in r) t[e.toLowerCase()] = r[e];\n    return {\n      headers: t,\n      status: +e.headers.get(\"x-bare-status\"),\n      statusText: e.headers.get(\"x-bare-status-text\"),\n      body: this.statusCode.empty.includes(+e.headers.get(\"x-bare-status\"))\n        ? null\n        : e.body,\n    };\n  }\n  get address() {\n    return this.addresses[Math.floor(Math.random() * this.addresses.length)];\n  }\n  static Ultraviolet = Ultraviolet;\n}\nself.UVServiceWorker = UVServiceWorker;\nclass ResponseContext {\n  constructor(e, t, r) {\n    const {\n      headers: n,\n      status: s,\n      statusText: i,\n      body: o,\n    } = e.blob\n      ? {\n          status: t.status,\n          statusText: t.statusText,\n          headers: Object.fromEntries([...t.headers.entries()]),\n          body: t.body,\n        }\n      : r.getBarerResponse(t);\n    (this.request = e),\n      (this.raw = t),\n      (this.ultraviolet = e.ultraviolet),\n      (this.headers = n),\n      (this.status = s),\n      (this.statusText = i),\n      (this.body = o);\n  }\n  get url() {\n    return this.request.url;\n  }\n  get base() {\n    return this.request.base;\n  }\n  set base(e) {\n    this.request.base = e;\n  }\n}\nclass RequestContext {\n  constructor(e, t, r, n = null) {\n    (this.ultraviolet = r),\n      (this.request = e),\n      (this.headers = Object.fromEntries([...e.headers.entries()])),\n      (this.method = e.method),\n      (this.forward = [...t.headers.forward]),\n      (this.address = t.address),\n      (this.body = n || null),\n      (this.redirect = e.redirect),\n      (this.credentials = \"omit\"),\n      (this.mode = \"cors\" === e.mode ? e.mode : \"same-origin\"),\n      (this.blob = !1);\n  }\n  get send() {\n    return new Request(\n      this.blob\n        ? \"blob:\" + location.origin + this.url.pathname\n        : this.address.href + \"v1/\",\n      {\n        method: this.method,\n        headers: {\n          \"x-bare-protocol\": this.url.protocol,\n          \"x-bare-host\": this.url.hostname,\n          \"x-bare-path\": this.url.pathname + this.url.search,\n          \"x-bare-port\":\n            this.url.port || (\"https:\" === this.url.protocol ? \"443\" : \"80\"),\n          \"x-bare-headers\": JSON.stringify(this.headers),\n          \"x-bare-forward-headers\": JSON.stringify(this.forward),\n          userKey: userKey,\n        },\n        redirect: this.redirect,\n        credentials: this.credentials,\n        mode: location.origin !== this.address.origin ? \"cors\" : this.mode,\n        body: this.body,\n      },\n    );\n  }\n  get url() {\n    return this.ultraviolet.meta.url;\n  }\n  set url(e) {\n    this.ultraviolet.meta.url = e;\n  }\n  get base() {\n    return this.ultraviolet.meta.base;\n  }\n  set base(e) {\n    this.ultraviolet.meta.base = e;\n  }\n}\nfunction isHtml(e, t = \"\") {\n  return (\n    \"text/html\" ===\n    (Ultraviolet.mime.contentType(t || e.pathname) || \"text/html\").split(\";\")[0]\n  );\n}\nclass HookEvent {\n  #e;\n  #t;\n  constructor(e = {}, t = null, r = null) {\n    (this.#e = !1),\n      (this.#t = null),\n      (this.data = e),\n      (this.target = t),\n      (this.that = r);\n  }\n  get intercepted() {\n    return this.#e;\n  }\n  get returnValue() {\n    return this.#t;\n  }\n  respondWith(e) {\n    (this.#t = e), (this.#e = !0);\n  }\n}\nvar ReflectOwnKeys,\n  R = \"object\" == typeof Reflect ? Reflect : null,\n  ReflectApply =\n    R && \"function\" == typeof R.apply\n      ? R.apply\n      : function (e, t, r) {\n          return Function.prototype.apply.call(e, t, r);\n        };\nfunction ProcessEmitWarning(e) {\n  console && console.warn && console.warn(e);\n}\nReflectOwnKeys =\n  R && \"function\" == typeof R.ownKeys\n    ? R.ownKeys\n    : Object.getOwnPropertySymbols\n      ? function (e) {\n          return Object.getOwnPropertyNames(e).concat(\n            Object.getOwnPropertySymbols(e),\n          );\n        }\n      : function (e) {\n          return Object.getOwnPropertyNames(e);\n        };\nvar NumberIsNaN =\n  Number.isNaN ||\n  function (e) {\n    return e != e;\n  };\nfunction EventEmitter() {\n  EventEmitter.init.call(this);\n}\n(EventEmitter.EventEmitter = EventEmitter),\n  (EventEmitter.prototype._events = void 0),\n  (EventEmitter.prototype._eventsCount = 0),\n  (EventEmitter.prototype._maxListeners = void 0);\nvar defaultMaxListeners = 10;\nfunction checkListener(e) {\n  if (\"function\" != typeof e)\n    throw new TypeError(\n      'The \"listener\" argument must be of type Function. Received type ' + typeof e,\n    );\n}\nfunction _getMaxListeners(e) {\n  return void 0 === e._maxListeners\n    ? EventEmitter.defaultMaxListeners\n    : e._maxListeners;\n}\nfunction _addListener(e, t, r, n) {\n  var s, i, o;\n  if (\n    (checkListener(r),\n    void 0 === (i = e._events)\n      ? ((i = e._events = Object.create(null)), (e._eventsCount = 0))\n      : (void 0 !== i.newListener &&\n          (e.emit(\"newListener\", t, r.listener ? r.listener : r), (i = e._events)),\n        (o = i[t])),\n    void 0 === o)\n  )\n    (o = i[t] = r), ++e._eventsCount;\n  else if (\n    (\"function\" == typeof o\n      ? (o = i[t] = n ? [r, o] : [o, r])\n      : n\n        ? o.unshift(r)\n        : o.push(r),\n    (s = _getMaxListeners(e)) > 0 && o.length > s && !o.warned)\n  ) {\n    o.warned = !0;\n    var a = new Error(\n      \"Possible EventEmitter memory leak detected. \" +\n        o.length +\n        \" \" +\n        String(t) +\n        \" listeners added. Use emitter.setMaxListeners() to increase limit\",\n    );\n    (a.name = \"MaxListenersExceededWarning\"),\n      (a.emitter = e),\n      (a.type = t),\n      (a.count = o.length),\n      ProcessEmitWarning(a);\n  }\n  return e;\n}\nfunction onceWrapper() {\n  if (!this.fired)\n    return (\n      this.target.removeListener(this.type, this.wrapFn),\n      (this.fired = !0),\n      0 === arguments.length\n        ? this.listener.call(this.target)\n        : this.listener.apply(this.target, arguments)\n    );\n}\nfunction _onceWrap(e, t, r) {\n  var n = { fired: !1, wrapFn: void 0, target: e, type: t, listener: r },\n    s = onceWrapper.bind(n);\n  return (s.listener = r), (n.wrapFn = s), s;\n}\nfunction _listeners(e, t, r) {\n  var n = e._events;\n  if (void 0 === n) return [];\n  var s = n[t];\n  return void 0 === s\n    ? []\n    : \"function\" == typeof s\n      ? r\n        ? [s.listener || s]\n        : [s]\n      : r\n        ? unwrapListeners(s)\n        : arrayClone(s, s.length);\n}\nfunction listenerCount(e) {\n  var t = this._events;\n  if (void 0 !== t) {\n    var r = t[e];\n    if (\"function\" == typeof r) return 1;\n    if (void 0 !== r) return r.length;\n  }\n  return 0;\n}\nfunction arrayClone(e, t) {\n  for (var r = new Array(t), n = 0; n < t; ++n) r[n] = e[n];\n  return r;\n}\nfunction spliceOne(e, t) {\n  for (; t + 1 < e.length; t++) e[t] = e[t + 1];\n  e.pop();\n}\nfunction unwrapListeners(e) {\n  for (var t = new Array(e.length), r = 0; r < t.length; ++r)\n    t[r] = e[r].listener || e[r];\n  return t;\n}\nfunction once(e, t) {\n  return new Promise(function (r, n) {\n    function s(r) {\n      e.removeListener(t, i), n(r);\n    }\n    function i() {\n      \"function\" == typeof e.removeListener && e.removeListener(\"error\", s),\n        r([].slice.call(arguments));\n    }\n    eventTargetAgnosticAddListener(e, t, i, { once: !0 }),\n      \"error\" !== t && addErrorHandlerIfEventEmitter(e, s, { once: !0 });\n  });\n}\nfunction addErrorHandlerIfEventEmitter(e, t, r) {\n  \"function\" == typeof e.on && eventTargetAgnosticAddListener(e, \"error\", t, r);\n}\nfunction eventTargetAgnosticAddListener(e, t, r, n) {\n  if (\"function\" == typeof e.on) n.once ? e.once(t, r) : e.on(t, r);\n  else {\n    if (\"function\" != typeof e.addEventListener)\n      throw new TypeError(\n        'The \"emitter\" argument must be of type EventEmitter. Received type ' +\n          typeof e,\n      );\n    e.addEventListener(t, function s(i) {\n      n.once && e.removeEventListener(t, s), r(i);\n    });\n  }\n}\nObject.defineProperty(EventEmitter, \"defaultMaxListeners\", {\n  enumerable: !0,\n  get: function () {\n    return defaultMaxListeners;\n  },\n  set: function (e) {\n    if (\"number\" != typeof e || e < 0 || NumberIsNaN(e))\n      throw new RangeError(\n        'The value of \"defaultMaxListeners\" is out of range. It must be a non-negative number. Received ' +\n          e +\n          \".\",\n      );\n    defaultMaxListeners = e;\n  },\n}),\n  (EventEmitter.init = function () {\n    (void 0 !== this._events &&\n      this._events !== Object.getPrototypeOf(this)._events) ||\n      ((this._events = Object.create(null)), (this._eventsCount = 0)),\n      (this._maxListeners = this._maxListeners || void 0);\n  }),\n  (EventEmitter.prototype.setMaxListeners = function (e) {\n    if (\"number\" != typeof e || e < 0 || NumberIsNaN(e))\n      throw new RangeError(\n        'The value of \"n\" is out of range. It must be a non-negative number. Received ' +\n          e +\n          \".\",\n      );\n    return (this._maxListeners = e), this;\n  }),\n  (EventEmitter.prototype.getMaxListeners = function () {\n    return _getMaxListeners(this);\n  }),\n  (EventEmitter.prototype.emit = function (e) {\n    for (var t = [], r = 1; r < arguments.length; r++) t.push(arguments[r]);\n    var n = \"error\" === e,\n      s = this._events;\n    if (void 0 !== s) n = n && void 0 === s.error;\n    else if (!n) return !1;\n    if (n) {\n      var i;\n      if ((t.length > 0 && (i = t[0]), i instanceof Error)) throw i;\n      var o = new Error(\"Unhandled error.\" + (i ? \" (\" + i.message + \")\" : \"\"));\n      throw ((o.context = i), o);\n    }\n    var a = s[e];\n    if (void 0 === a) return !1;\n    if (\"function\" == typeof a) ReflectApply(a, this, t);\n    else {\n      var c = a.length,\n        u = arrayClone(a, c);\n      for (r = 0; r < c; ++r) ReflectApply(u[r], this, t);\n    }\n    return !0;\n  }),\n  (EventEmitter.prototype.addListener = function (e, t) {\n    return _addListener(this, e, t, !1);\n  }),\n  (EventEmitter.prototype.on = EventEmitter.prototype.addListener),\n  (EventEmitter.prototype.prependListener = function (e, t) {\n    return _addListener(this, e, t, !0);\n  }),\n  (EventEmitter.prototype.once = function (e, t) {\n    return checkListener(t), this.on(e, _onceWrap(this, e, t)), this;\n  }),\n  (EventEmitter.prototype.prependOnceListener = function (e, t) {\n    return checkListener(t), this.prependListener(e, _onceWrap(this, e, t)), this;\n  }),\n  (EventEmitter.prototype.removeListener = function (e, t) {\n    var r, n, s, i, o;\n    if ((checkListener(t), void 0 === (n = this._events))) return this;\n    if (void 0 === (r = n[e])) return this;\n    if (r === t || r.listener === t)\n      0 == --this._eventsCount\n        ? (this._events = Object.create(null))\n        : (delete n[e],\n          n.removeListener && this.emit(\"removeListener\", e, r.listener || t));\n    else if (\"function\" != typeof r) {\n      for (s = -1, i = r.length - 1; i >= 0; i--)\n        if (r[i] === t || r[i].listener === t) {\n          (o = r[i].listener), (s = i);\n          break;\n        }\n      if (s < 0) return this;\n      0 === s ? r.shift() : spliceOne(r, s),\n        1 === r.length && (n[e] = r[0]),\n        void 0 !== n.removeListener && this.emit(\"removeListener\", e, o || t);\n    }\n    return this;\n  }),\n  (EventEmitter.prototype.off = EventEmitter.prototype.removeListener),\n  (EventEmitter.prototype.removeAllListeners = function (e) {\n    var t, r, n;\n    if (void 0 === (r = this._events)) return this;\n    if (void 0 === r.removeListener)\n      return (\n        0 === arguments.length\n          ? ((this._events = Object.create(null)), (this._eventsCount = 0))\n          : void 0 !== r[e] &&\n            (0 == --this._eventsCount\n              ? (this._events = Object.create(null))\n              : delete r[e]),\n        this\n      );\n    if (0 === arguments.length) {\n      var s,\n        i = Object.keys(r);\n      for (n = 0; n < i.length; ++n)\n        \"removeListener\" !== (s = i[n]) && this.removeAllListeners(s);\n      return (\n        this.removeAllListeners(\"removeListener\"),\n        (this._events = Object.create(null)),\n        (this._eventsCount = 0),\n        this\n      );\n    }\n    if (\"function\" == typeof (t = r[e])) this.removeListener(e, t);\n    else if (void 0 !== t)\n      for (n = t.length - 1; n >= 0; n--) this.removeListener(e, t[n]);\n    return this;\n  }),\n  (EventEmitter.prototype.listeners = function (e) {\n    return _listeners(this, e, !0);\n  }),\n  (EventEmitter.prototype.rawListeners = function (e) {\n    return _listeners(this, e, !1);\n  }),\n  (EventEmitter.listenerCount = function (e, t) {\n    return \"function\" == typeof e.listenerCount\n      ? e.listenerCount(t)\n      : listenerCount.call(e, t);\n  }),\n  (EventEmitter.prototype.listenerCount = listenerCount),\n  (EventEmitter.prototype.eventNames = function () {\n    return this._eventsCount > 0 ? ReflectOwnKeys(this._events) : [];\n  });\n"
  },
  {
    "path": "static/games.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n  <meta charset=\"UTF-8\" />\n  <meta name=\"referrer\" content=\"no-referrer\" />\n  <meta http-equiv=\"X-Frame-Options\" content=\"SAMEORIGIN\" />\n  <meta http-equiv=\"X-Content-Type-Options\" content=\"nosniff\" />\n  <link rel=\"shortcut icon\" id=\"tab-favicon\" href=\"favicon.png\" />\n  <title id=\"t\">Home</title>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n  <link rel=\"stylesheet\" href=\"/assets/css/global.css?v=6\" />\n  <link rel=\"stylesheet\" href=\"/assets/css/container.css?v=2\" />\n  <link rel=\"stylesheet\" href=\"/assets/css/nav.css?v=01\" />\n  <script src=\"/assets/js/index-3.js\"></script>\n  <script async src=\"https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6840529569014734\"\n    crossorigin=\"anonymous\"></script>\n  <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css\">\n</head>\n\n<body>\n  <div class=\"f-nav\"></div>\n  <div class=\"input-c\">\n    <input type=\"text\" id=\"search\" onkeyup=\"bar()\" placeholder=\"Search\" />\n    <select id=\"category\" name=\"category\" onchange=\"category()\">\n      <option value=\"all\">&#65;&#108;&#108;</option>\n      <option value=\"android\">\n        &#65;&#110;&#100;&#114;&#111;&#105;&#100;&#32;&#69;&#109;&#117;&#108;&#97;&#116;&#111;&#114;</option>\n      <option value=\"2P\">&#77;&#117;&#108;&#116;&#105;&#112;&#108;&#97;&#121;&#101;&#114;</option>\n      <option value=\"sports\">&#83;&#112;&#111;&#114;&#116;&#115;</option>\n      <option value=\"flash\">&#70;&#108;&#97;&#115;&#104;</option>\n      <option value=\"emu\">&#69;&#109;&#117;&#108;&#97;&#116;&#111;&#114;</option>\n      <option value=\"local\">&#76;&#111;&#99;&#97;&#108;</option>\n    </select>\n  </div>\n  <div class=\"pinned\"></div>\n  <div class=\"apps\"></div>\n  <script src=\"/assets/js/c1.js?v=001\"></script>\n  <script src=\"./assets/mathematics/bundle.js?v=2025-04-15\"></script>\n  <script src=\"./assets/mathematics/config.js?v=2025-04-15\"></script>\n  <script src=\"/assets/js/m1.js\"></script>\n  <script async src=\"https://www.googletagmanager.com/gtag/js?id=G-WKJQ5QHQTJ\"></script>\n  <!-- DO NOT REMOVE-->\n  <script>\n    window.dataLayer = window.dataLayer || [];\n    function gtag() {\n      dataLayer.push(arguments);\n    }\n    gtag(\"js\", new Date());\n\n    gtag(\"config\", \"G-WKJQ5QHQTJ\");\n  </script>\n  <!-- DO NOT REMOVE-->\n</body>\n\n</html>"
  },
  {
    "path": "static/index.html",
    "content": "<!doctype html>\n<html lang=\"en\">\n\n<head>\n  <meta charset=\"UTF-8\" />\n  <meta name=\"referrer\" content=\"no-referrer\" />\n  <meta http-equiv=\"X-Content-Type-Options\" content=\"nosniff\" />\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n  <link rel=\"shortcut icon\" id=\"tab-favicon\" href=\"favicon.png\" />\n  <title id=\"t\">Home</title>\n  <link rel=\"stylesheet\" href=\"/assets/css/global.css?v=6\" />\n  <link rel=\"stylesheet\" href=\"/assets/css/h.css?v=01\" />\n  <link rel=\"stylesheet\" href=\"/assets/css/nav.css?v=01\" />\n  <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css\">\n  <script async src=\"https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6840529569014734\"\n    crossorigin=\"anonymous\"></script>\n</head>\n\n<body class=\"center\" onload=\"SplashT\">\n  <div class=\"f-nav\"></div>\n  <div id=\"particles-js\">\n    <script rel=\"preload\" src=\"https://cdn.jsdelivr.net/particles.js/2.0.0/\"></script>\n    <div class=\"main\">\n      <h1 class=\"title\">&#73;&#110;&#116;&#101;&#114;&#115;&#116;&#101;&#108;&#108;&#97;&#114;</h1>\n      <p id=\"splash\"></p>\n      <div class=\"search-container\">\n        <form id=\"fv\" method=\"POST\">\n          <input id=\"input\" class=\"truncate\" placeholder=\"Search or enter a URL\" type=\"text\" />\n        </form>\n      </div>\n    </div>\n  </div>\n  <script src=\"assets/js/index-3.js\"></script>\n  <script src=\"/assets/js/h1.js\"></script>\n  <script src=\"./assets/mathematics/bundle.js?v=2025-04-15\"></script>\n  <script src=\"./assets/mathematics/config.js?v=2025-04-15\"></script>\n  <script src=\"/assets/js/m1.js\"></script>\n  <!-- DO NOT REMOVE-->\n  <script async src=\"https://www.googletagmanager.com/gtag/js?id=G-WKJQ5QHQTJ\"></script>\n  <script>\n    window.dataLayer = window.dataLayer || []\n    function gtag() {\n      dataLayer.push(arguments)\n    }\n    gtag(\"js\", new Date())\n\n    gtag(\"config\", \"G-WKJQ5QHQTJ\")\n  </script>\n  <!-- DO NOT REMOVE-->\n</body>\n\n</html>"
  },
  {
    "path": "static/robots.txt",
    "content": "User-agent: *\nDisallow: /\n\nUser-agent: Googlebot\nAllow: /\n\nUser-agent: Mediapartners-Google\nAllow: /\n"
  },
  {
    "path": "static/settings.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n  <meta charset=\"UTF-8\" />\n  <meta name=\"referrer\" content=\"no-referrer\" />\n  <meta http-equiv=\"X-Frame-Options\" content=\"SAMEORIGIN\" />\n  <meta http-equiv=\"X-Content-Type-Options\" content=\"nosniff\" />\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n  <link rel=\"shortcut icon\" id=\"tab-favicon\" href=\"favicon.png\" />\n  <title id=\"t\">Home</title>\n  <link rel=\"stylesheet\" id=\"global\" href=\"/assets/css/global.css?v=6\" />\n  <link rel=\"stylesheet\" href=\"/assets/css/container.css?v=2\" />\n  <link rel=\"stylesheet\" href=\"/assets/css/nav.css?v=01\" />\n  <link rel=\"stylesheet\" href=\"/assets/css/settings.css?v=06\" />\n  <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css\">\n  <script async src=\"https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6840529569014734\"\n    crossorigin=\"anonymous\"></script>\n\n</head>\n\n<body>\n  <div class=\"f-nav\"></div>\n  <div class=\"main\">\n    <div class=\"settings-container\">\n      <div class=\"settings-card\">\n        <h3>About:Blank</h3>\n        <p>\n          Cloak the site in an about:blank page and toggle about:blank on\n          startup (enabled by default)\n        </p>\n        <div id=\"ab-settings\">\n          <div id=\"ab-settings-container\">\n            <label class=\"switch\">\n              <input type=\"checkbox\" id=\"ab-settings-switch\" class=\"slider-checkbox\" onchange=\"toggleAB()\" />\n              <span class=\"slider-round\"></span>\n            </label>\n          </div>\n          <button onclick=\"AB()\" class=\"key-button\">Open Popup</button>\n        </div>\n      </div>\n      <div class=\"settings-card\">\n        <h3>Set Panic Key</h3>\n        <p>\n          Quick open another site with one press. Used for redirects when\n          about:blank is opened. For multiple key strokes separate them with a\n          comma. Ex. \"A,B,C\"\n        </p>\n        <input type=\"text\" id=\"eventKeyInput\" placeholder=\"Panic Keys (comma separated)\" class=\"key-form\" />\n        <input class=\"key-form\" placeholder=\"Panic Link\" type=\"text\" id=\"linkInput\" value />\n        <button class=\"key-button\" value=\"Save\" onclick=\"saveEventKey()\">\n          Save\n        </button>\n      </div>\n      <div class=\"settings-card\">\n        <h3>&#84;&#97;&#98;&#32;&#67;&#108;&#111;&#97;&#107;&#101;&#114;</h3>\n        <p>Change the title and icon of the page.</p>\n        <select id=\"dropdown\" onchange=\"handleDropdownChange(this)\">\n          <option value=\"Classroom\">Default</option>\n          <option value=\"Clever\">Clever</option>\n          <option value=\"Canvas\">Canvas</option>\n          <option value=\"CodeHS\">CodeHS</option>\n          <option value=\"Edpuzzle\">Edpuzzle</option>\n          <option value=\"Google\">Google</option>\n          <option value=\"Google Meet\">Google Meet</option>\n          <option value=\"Classroom\">Google Classroom</option>\n          <option value=\"Drive\">Google Drive</option>\n          <option value=\"Google Docs\">Google Docs</option>\n          <option value=\"Google Slides\">Google Slides</option>\n          <option value=\"Gmail\">Gmail</option>\n          <option value=\"Khan\">Khan Academy</option>\n          <option value=\"Campus\">Infinite Campus</option>\n          <option value=\"IXL\">IXL</option>\n          <option value=\"LinkIt\">LinkIt!</option>\n          <option value=\"Schoology\">Schoology</option>\n          <option value=\"i-Ready Math\">i-Ready Math</option>\n          <option value=\"i-Ready Reading\">i-Ready Reading</option>\n          <option value=\"ClassLink Login\">ClassLink Login</option>\n          <option value=\"Wikipedia\">Wikipedia</option>\n          <option value=\"Britannica\">Britannica</option>\n          <option value=\"Ducksters\">Ducksters</option>\n          <option value=\"Minga\">Minga</option>\n          <option value=\"i-Ready Learning Games\">\n            i-Ready Learning Games\n          </option>\n          <option value=\"NoRedInk Home\">NoRedInk Home</option>\n          <option value=\"Newsela Binder\">Newsela Binder</option>\n          <option value=\"Newsela Assignments\">Newsela Assignments</option>\n          <option value=\"Newsela Home\">Newsela Home</option>\n          <option value=\"PowerSchool Sign In\">PowerSchool Sign In</option>\n          <option value=\"PowerSchool Grades and Attendance\">\n            PowerSchool Grades and Attendance\n          </option>\n          <option value=\"PowerSchool Teacher Comments\">\n            PowerSchool Teacher Comments\n          </option>\n          <option value=\"PowerSchool Standards Grades\">\n            PowerSchool Standards Grades\n          </option>\n          <option value=\"PowerSchool Attendance\">\n            PowerSchool Attendance\n          </option>\n          <option value=\"Nearpod\">Nearpod</option>\n          <option value=\"StudentVUE\">StudentVUE</option>\n          <option value=\"Quizlet Home\">Quizlet Home</option>\n          <option value=\"Google Forms Locked Mode\">\n            Google Forms - Locked Mode\n          </option>\n          <option value=\"DeltaMath\">DeltaMath</option>\n          <option value=\"Kami\">Kami</option>\n          <option value=\"GoGuardian Admin Restricted\">\n            GoGuardian Admin Block\n          </option>\n          <option value=\"GoGuardian Teacher Block\">\n            GoGuardian Teacher Block\n          </option>\n          <option value=\"World History Encyclopedia\">\n            World History Encyclopedia\n          </option>\n          <option value=\"Big Ideas Math\">Big Ideas Math</option>\n          <option value=\"Big Ideas Math Assignment Player\">\n            Big Ideas Math Assignment Player\n          </option>\n          <option value=\"Savvas Realize\">Savvas Realize</option>\n          <option value=\"SmartPass\">SmartPass</option>\n          <option value=\"World Book Online - Super Home\">\n            World Book Online (Super Home)\n          </option>\n          <option value=\"World Book Online - Student\">\n            World Book Online (Student)\n          </option>\n          <option value=\"World Book Online - Timelines\">\n            World Book Online (Timelines)\n          </option>\n          <option value=\"Naviance\">Naviance Student</option>\n          <option value=\"PBS Learning Media\">PBS Learning Media</option>\n          <option value=\"PBS Learning Media Student Home\">\n            PBS Learning Media Student Home\n          </option>\n          <option value=\"Dictionary\">Dictionary.com</option>\n          <option value=\"Thesaurus\">Thesaurus.com</option>\n        </select>\n        <div id=\"buttonLayer\">\n          <button class=\"key-button\" value=\"Save\" onclick=\"CustomIcon(); CustomName(); redirectToMainDomain();\">\n            Save\n          </button>\n          <button class=\"key-button\" value=\"Reset\" onclick=\"ResetCustomCloak(); redirectToMainDomain();\">\n            Reset Cloak\n          </button>\n        </div>\n      </div>\n      <div class=\"settings-card\">\n        <h3>Set Background Image</h3>\n        <p>Change the site's background image.</p>\n        <input class=\"key-form\" type=\"text\" id=\"background-input\" placeholder=\"Enter image URL\" />\n        <button class=\"key-button\" id=\"save-button\">Save</button>\n        <button class=\"key-button\" id=\"reset-button\">Reset</button>\n      </div>\n      <div class=\"settings-card\">\n        <h3>Search Engine</h3>\n        <p>Change the search engine when searching.</p>\n        <select title=\"engine\" id=\"engine\" onchange=\"EngineChange(this)\">\n          <option value=\"Brave\">Brave (Default)</option>\n          <option value=\"Google\">Google</option>\n          <option value=\"Bing\">Bing</option>\n          <option value=\"Qwant\">Qwant</option>\n          <option value=\"Startpage\">Startpage</option>\n          <option value=\"SearchEncrypt\">SearchEncrypt</option>\n          <option value=\"Ecosia\">Ecosia</option>\n        </select>\n        <input class=\"key-form\" type=\"text\" id=\"engine-form\" placeholder=\"Change Search Engine\" name=\"engine\" />\n        <button class=\"key-button\" value=\"Save\" onclick=\"SaveEngine();\">\n          Save\n        </button>\n      </div>\n      <div class=\"settings-card\">\n        <h3>Choose your <an>Pro</an>xy</h3>\n        <p>\n          Ultra<an>vio</an>let is the main <an>pro</an>xy, but Dynamic is\n          faster and supports more sites. (Dynamic is still in beta, so expect\n          some bugs.)\n        </p>\n        <select id=\"pChange\">\n          <option value=\"uv\">Ultra<an>vio</an>let (Default)</option>\n          <option value=\"dy\">Dynamic (Doesn't work in about:blank)</option>\n        </select>\n      </div>\n      <div class=\"settings-card\">\n        <h3>Particles</h3>\n        <p>\n          Add the particles that are from the previous version to the new\n          site.\n        </p>\n        <label class=\"switch\">\n          <input type=\"checkbox\" class=\"slider-checkbox\" id=\"2\" />\n          <span class=\"slider-round\"></span>\n        </label>\n      </div>\n      <div class=\"settings-card\">\n        <h3>Themes!</h3>\n        <p>Pick from a variety of themes to customize your experience.</p>\n        <select placeholder=\"Solid Color Themes\" id=\"dropdown\" class=\"td\" onchange=\"themeChange(this)\">\n          <option disabled selected>Solid Color Themes</option>\n          <option value=\"d\">Default</option>\n          <option value=\"Inverted\">Inverted</option>\n          <option value=\"sky\">Sky</option>\n          <option disabled selected>Catppuccin Themes</option>\n          <option value=\"catppuccinMocha\">Mocha</option>\n          <option value=\"catppuccinMacchiato\">Macchiato</option>\n          <option value=\"catppuccinFrappe\">Frappe</option>\n          <option value=\"catppuccinLatte\">Latte</option>\n          <option disabled selected>Custom Themes</option>\n        </select>\n      </div>\n      <div class=\"settings-card\">\n        <h3>Save Data Management</h3>\n        <p>Export your Interstellar data on this site and import it on another site.\n          This is useful because this site might be blocked in the future,\n          but you don't want to lose your save data.\n        </p>\n        <p id=\"warning\">Importing a save file will overwrite your current saves!</p>\n        <button class=\"key-button\" value=\"Export\" onclick=\"exportSaveData();\">Export Save</button>\n        <button class=\"key-button\" value=\"Import\" onclick=\"importSaveData();\">Import Save</button>\n      </div>\n      <div class=\"settings-card\">\n        <h3>Information</h3>\n        <p>Version: v5.2.6</p>\n        <p id=\"last-updated\">Last Updated: October 2nd, 2024</p>\n        <p>\n          Questions? Join our\n          <a href=\"https://discord.gg/interstellar\">Discord community</a>,\n          email us at\n          <a href=\"mailto:hello@gointerstellar.app\">hello@gointerstellar.app</a>, or\n          <a href=\"https://docs.gointerstellar.app/faq\">check our FAQ</a>!\n        </p>\n      </div>\n    </div>\n  </div>\n  <script src=\"/assets/js/m1.js\"></script>\n  <script src=\"/assets/js/s1.js\"></script>\n  <!-- DO NOT REMOVE-->\n  <script async src=\"https://www.googletagmanager.com/gtag/js?id=G-WKJQ5QHQTJ\"></script>\n  <script>\n    window.dataLayer = window.dataLayer || [];\n    function gtag() {\n      dataLayer.push(arguments);\n    }\n    gtag(\"js\", new Date());\n\n    gtag(\"config\", \"G-WKJQ5QHQTJ\");\n  </script>\n  <!-- DO NOT REMOVE-->\n</body>\n\n</html>"
  },
  {
    "path": "static/sw.js",
    "content": "importScripts(\"/assets/history/config.js?v=2025-04-15\");\nimportScripts(\"/assets/history/worker.js?v=2025-04-15\");\nimportScripts(\"/assets/mathematics/bundle.js?v=2025-04-15\");\nimportScripts(\"/assets/mathematics/config.js?v=2025-04-15\");\nimportScripts(__uv$config.sw || \"/assets/mathematics/sw.js?v=2025-04-15\");\n\nconst uv = new UVServiceWorker();\nconst dynamic = new Dynamic();\n\nconst userKey = new URL(location).searchParams.get(\"userkey\");\nself.dynamic = dynamic;\n\nself.addEventListener(\"fetch\", event => {\n  event.respondWith(\n    (async () => {\n      if (await dynamic.route(event)) {\n        return await dynamic.fetch(event);\n      }\n\n      if (event.request.url.startsWith(`${location.origin}/a/`)) {\n        return await uv.fetch(event);\n      }\n\n      return await fetch(event.request);\n    })(),\n  );\n});\n"
  },
  {
    "path": "static/tabs.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n  <meta charset=\"UTF-8\" />\n  <meta name=\"referrer\" content=\"no-referrer\" />\n  <meta http-equiv=\"X-Frame-Options\" content=\"SAMEORIGIN\" />\n  <meta http-equiv=\"X-Content-Type-Options\" content=\"nosniff\" />\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n  <link rel=\"shortcut icon\" id=\"tab-favicon\" href=\"favicon.png\" />\n  <title id=\"t\">Home</title>\n  <link rel=\"stylesheet\" href=\"/assets/css/global.css?v=6\" />\n  <link rel=\"stylesheet\" href=\"/assets/css/t.css?v=02\" />\n  <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css\">\n  <script>\n    window.addEventListener(\"resize\", navigator.keyboard.lock([\"Escape\"]));\n  </script>\n</head>\n\n<body id=\"no\">\n  <nav class=\"nav\" id=\"right-side-nav\">\n    <ul id=\"tab-list\"></ul>\n    <button title=\"add-tab\" id=\"add-tab\">\n      <i class=\"fa-solid fa-plus\"></i>\n    </button>\n  </nav>\n  <div class=\"nav-bar\">\n    <div class=\"nav-container\">\n      <div class=\"nav-left\">\n        <button title=\"Home Page\" id=\"home-page\" class=\"nav-button\" onclick=\"Home()\">\n          <i class=\"fa-solid fa-house\"></i>\n        </button>\n        <button title=\"Back Arrow\" class=\"nav-button\" onclick=\"goBack()\">\n          <i class=\"fa-solid fa-arrow-left\"></i>\n        </button>\n        <button title=\"Forward Arrow\" class=\"nav-button\" onclick=\"goForward()\">\n          <i class=\"fa-solid fa-arrow-right\"></i>\n        </button>\n        <button title=\"Reload\" onclick=\"reload()\" class=\"nav-button\">\n          <i class=\"fa-solid fa-rotate-right\"></i>\n        </button>\n        <form id=\"fv\" class=\"navpost\" method=\"POST\">\n          <input id=\"input\" class=\"bar\" placeholder=\"Search or enter a new URL\" type=\"text\" />\n        </form>\n      </div>\n      <div class=\"nav-right\">\n        <button title=\"Fullscreen\" id=\"fullscreen-button\" class=\"nav-button nav-btn-right\" onclick=\"FS()\">\n          <i class=\"fa-solid fa-expand\"></i>\n        </button>\n        <button title=\"Window Popout\" id=\"popout-button\" class=\"nav-button nav-btn-right\" onclick=\"popout()\">\n          <i class=\"fa-solid fa-up-right-from-square\"></i>\n        </button>\n        <button title=\"Inspect\" class=\"nav-button nav-btn-right\" onclick=\"eToggle()\">\n          <i class=\"fa-solid fa-code\"></i>\n        </button>\n        <button title=\"Tabs\" id=\"tabs-button\" class=\"nav-button nav-btn-right\">\n          <i class=\"fa-solid fa-magnifying-glass-minus\"></i>\n        </button>\n      </div>\n    </div>\n  </div>\n  <div class=\"frame-container\" id=\"frame-container\"></div>\n  <script src=\"assets/js/t3.js\"></script>\n  <script src=\"./assets/mathematics/bundle.js?v=2025-04-15\"></script>\n  <script src=\"./assets/mathematics/config.js?v=2025-04-15\"></script>\n  <script src=\"/assets/js/m1.js\"></script>\n  <!-- DO NOT REMOVE-->\n  <script async src=\"https://www.googletagmanager.com/gtag/js?id=G-WKJQ5QHQTJ\"></script>\n  <script>\n    window.dataLayer = window.dataLayer || [];\n    function gtag() {\n      dataLayer.push(arguments);\n    }\n    gtag(\"js\", new Date());\n\n    gtag(\"config\", \"G-WKJQ5QHQTJ\");\n  </script>\n  <!-- DO NOT REMOVE-->\n</body>\n\n</html>"
  },
  {
    "path": "vercel.json",
    "content": "{\n  \"version\": 2,\n  \"builds\": [\n    {\n      \"src\": \"index.js\",\n      \"use\": \"@vercel/node\"\n    }\n  ],\n  \"routes\": [\n    {\n      \"src\": \"/(.*)\",\n      \"dest\": \"index.js\"\n    }\n  ]\n}\n"
  }
]