diff options
feat: initial commit
61 files changed, 5035 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b31f3cd --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +node_modules + +# Output +.output +.vercel +/.svelte-kit +/build + +# OS +.DS_Store +Thumbs.db + +# Env +.env +.env.* +!.env.example +!.env.test + +# Vite +vite.config.js.timestamp-* +vite.config.ts.timestamp-* + +anim.css @@ -0,0 +1,2 @@ +engine-strict=true +@jsr:registry=https://npm.jsr.io diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..ed06a38 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,4 @@ +{ + "tabWidth": 2, + "plugins": ["prettier-plugin-svelte"] +} diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..c4eb3fe --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,5 @@ +{ + "recommendations": [ + "denoland.vscode-deno" + ] +}
\ No newline at end of file @@ -0,0 +1,235 @@ +GNU AFFERO GENERAL PUBLIC LICENSE +Version 3, 19 November 2007 + +Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> + +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. + + Preamble + +The GNU Affero General Public License is a free, copyleft license for software and other kinds of works, specifically designed to ensure cooperation with the community in the case of network server software. + +The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, our General Public Licenses are intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. + +When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. + +Developers that use our General Public Licenses protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License which gives you legal permission to copy, distribute and/or modify the software. + +A secondary benefit of defending all users' freedom is that improvements made in alternate versions of the program, if they receive widespread use, become available for other developers to incorporate. Many developers of free software are heartened and encouraged by the resulting cooperation. However, in the case of software used on network servers, this result may fail to come about. The GNU General Public License permits making a modified version and letting the public access it on a server without ever releasing its source code to the public. + +The GNU Affero General Public License is designed specifically to ensure that, in such cases, the modified source code becomes available to the community. It requires the operator of a network server to provide the source code of the modified version running there to the users of that server. Therefore, public use of a modified version, on a publicly accessible server, gives the public access to the source code of the modified version. + +An older license, called the Affero General Public License and published by Affero, was designed to accomplish similar goals. This is a different license, not a version of the Affero GPL, but Affero has released a new version of the Affero GPL which permits relicensing under this license. + +The precise terms and conditions for copying, distribution and modification follow. + + TERMS AND CONDITIONS + +0. Definitions. + +"This License" refers to version 3 of the GNU Affero General Public License. + +"Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. + +"The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. + +To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. + +A "covered work" means either the unmodified Program or a work based on the Program. + +To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. + +To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. + +An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. + +1. Source Code. +The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. + +A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. + +The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. + +The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those +subprograms and other parts of the work. + +The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. + +The Corresponding Source for a work in source code form is that same work. + +2. Basic Permissions. +All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. + +You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. + +Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. + +3. Protecting Users' Legal Rights From Anti-Circumvention Law. +No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. + +When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. + +4. Conveying Verbatim Copies. +You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. + +You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. + +5. Conveying Modified Source Versions. +You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". + + c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. + +A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. + +6. Conveying Non-Source Forms. +You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: + + a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. + + d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. + +A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. + +A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. + +"Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. + +If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). + +The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. + +Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. + +7. Additional Terms. +"Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. + +When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. + +Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or authors of the material; or + + e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. + +All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. + +If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. + +Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. + +8. Termination. + +You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). + +However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. + +Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. + +Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. + +9. Acceptance Not Required for Having Copies. + +You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. + +10. Automatic Licensing of Downstream Recipients. + +Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. + +An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. + +You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. + +11. Patents. + +A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". + +A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. + +Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. + +In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. + +If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. + +If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. + +A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. + +Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. + +12. No Surrender of Others' Freedom. + +If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. + +13. Remote Network Interaction; Use with the GNU General Public License. + +Notwithstanding any other provision of this License, if you modify the Program, your modified version must prominently offer all users interacting with it remotely through a computer network (if your version supports such interaction) an opportunity to receive the Corresponding Source of your version by providing access to the Corresponding Source from a network server at no charge, through some standard or customary means of facilitating copying of software. This Corresponding Source shall include the Corresponding Source for any work covered by version 3 of the GNU General Public License that is incorporated pursuant to the following paragraph. + +Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the work with which it is combined will remain governed by version 3 of the GNU General Public License. + +14. Revised Versions of this License. + +The Free Software Foundation may publish revised and/or new versions of the GNU Affero General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU Affero General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU Affero General Public License, you may choose any version ever published by the Free Software Foundation. + +If the Program specifies that a proxy can decide which future versions of the GNU Affero General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. + +Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. + +15. Disclaimer of Warranty. + +THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +16. Limitation of Liability. + +IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +17. Interpretation of Sections 15 and 16. + +If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. + +END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. + + <one line to give the program's name and a brief idea of what it does.> + Copyright (C) <year> <name of author> + + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. + +Also add information on how to contact you by electronic and paper mail. + +If your software can interact with users remotely through a computer network, you should also make sure that it provides a way for users to get its source. For example, if your program is a web application, its interface could display a "Source" link that leads users to an archive of the code. There are many ways you could offer source, and different solutions will be better for different programs; see section 13 for the specific requirements. + +You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU AGPL, see <http://www.gnu.org/licenses/>. diff --git a/README.md b/README.md new file mode 100644 index 0000000..1caaab7 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# mem.estrogen.zone + +css animation hellhole as i wanted to make noscript eyecandy + +## forks + +if you fork this, note that + +1. you must make available the source of your fork to anyone who can access the built form (incl. those who can see it in their browse), as per AGPL-3.0-OR-LATER, and; +2. you really should update the repository URL in the package.json; the /upstream route (linked to in app.html) uses it to assist people in discovering the source if they have access to the binary form. + +a future version may embed the source into a blob in the binary form. diff --git a/canary-templates/memdmp:estrogen.zone b/canary-templates/memdmp:estrogen.zone new file mode 100644 index 0000000..7a3a11b --- /dev/null +++ b/canary-templates/memdmp:estrogen.zone @@ -0,0 +1,146 @@ + ┏━ Date & Time Information ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ + ┃ + ┃ Canary was created at: + ┃ [PRESENT_DAY] [PRESENT_TIME] (UTC) + ┃ + ┣━ Proof of Date & Time ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ + ┃ + ┃ Latest Monero block hash: + ┃ [MONERO_HASH] + ┃ + ┃ Latest Linux kernel.org `master` commit: + ┃ [LINUX_KERNEL_COMMIT] + ┃ + ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ + + ┏━ Law Enforcement Requests ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ + ┃ + ┃ Assuming this message is up-to-date, has a valid signature signed with the + ┃ correct key, this message certifies that, to the extent of memdmp's knowledge, + ┃ estrogen.zone and it's operators and administrators have, for... + ┃ + ┃ ...sh.estrogen.zone (and mem.estrogen.zone, mail.estrogen.zone): + ┃ - obtained 0 law enforcement request(s) for customer/user data, of which, + ┃ - obtained 0 were legally valid, sent in the correct channels, and resulted + ┃ in data being turned over + ┃ - never installed any law enforcement software or equipment anywhere on the + ┃ systems' networks + ┃ + ┃ ...yuridick.gay (including n.yuridick.gay): + ┃ - obtained 0 law enforcement request(s) for customer/user data, of which, + ┃ - obtained 0 were legally valid, sent in the correct channels, and resulted + ┃ in data being turned over + ┃ - never installed any law enforcement software or equipment anywhere on the + ┃ systems' networks + ┃ + ┃ Note that, however, if another operator of the aforementioned system(s) + ┃ has the ability to compromise the privacy of said infrastructure, and may + ┃ be prevented from communicating said information internally, you may need + ┃ to check their canaries. + ┃ + ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ + + ┏━ Compromising Systems ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ + ┃ + ┃ estrogen.zone and its operators have never weakened, compromised, or + ┃ subverted any of its software or hardware at the request of law + ┃ enforcement or another third party. + ┃ + ┃ Note that, however, if another operator of the aforementioned system(s) + ┃ has the ability to compromise said infrastructure, and may be prevented + ┃ from communicating said information internally, you may need to check + ┃ their canaries. + ┃ + ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ + + ┏━ External Providers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ + ┃ + ┃ Certain services are provided via kyun, which's canary can be found at + ┃ https://files.kyun.host/canary.txt and must be signed by + ┃ 120F C25E 2A9A 3F47 84AC 6B0E A0B5 22B4 DA20 1019. + ┃ + ┃ These services are: + ┃ - sh.estrogen.zone, mem.estrogen.zone, mail.estrogen.zone + ┃ - yuridick.gay, n.yuridick.gay + ┃ + ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ + + ┏━ Canary Deadline ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ + ┃ + ┃ This message should be updated within 7 days, and must be updated within 14. + ┃ This canary expires 14 days (336 hours; 20160 minutes) after publishing, + ┃ where the time of publishing is defined as the lowest one of: + ┃ - The date & time at the top of the canary + ┃ - The creation time of the monero hash at the top of this canary + ┃ (https://localmonero.co/blocks/block/ebbd7e0278800501b5092332ae2b0b38c1058e88a41155f21dcaf9147c8a86c1) + ┃ - The creation time of the linux kernel commit at the top of this canary + ┃ (https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=28eb75e178d389d325f1666e422bc13bbbb9804c) + ┃ + ┃ If the date & time are wildly out of line, or are outside of the key + ┃ signing this file's validity range, this canary is to be discarded. + ┃ + ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ + + ┏━ Signing Keys ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ + ┃ + ┃ Assuming you know this message is valid and has not been tampered with, + ┃ you can ensure future canaries are trustworthy by validating them against + ┃ the key with the fingerprint: + ┃ > B546 778F 06BB CC8E C167 DB3C D919 7064 87B8 B6DE + ┃ + ┃ The public key to verify this message's signature is available at: + ┃ https://mem.estrogen.zone/keys/memdmp/primary.pgp + ┃ https://meta.sh.estrogen.zone/~memdmp.pgp (one of them should be the right one) + ┃ https://pgp.surf.nl/pks/lookup?op=get&search=0xB546778F06BBCC8EC167DB3CD919706487B8B6DE + ┃ https://keys.openpgp.org/vks/v1/by-fingerprint/B546778F06BBCC8EC167DB3CD919706487B8B6DE + ┃ https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xB546778F06BBCC8EC167DB3CD919706487B8B6DE + ┃ + ┃ You should ensure that the fingerprint above matches the well-known one + ┃ for the signer, via external sources, such as recordings of talks, at + ┃ events, or other people signing their key. + ┃ + ┃ Any new keys, both temporary and permanent, for signing this document, + ┃ must be mentioned atleast ten days before said new keys are valid, and + ┃ must be signed by a known-good key. + ┃ Both keys must not be expired or revoked as of this new key being added, + ┃ and as of it being used to sign new canaries. + ┃ + ┃ Any canaries not signed by known good keys must be treated as invalid. + ┃ + ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ + + ┏━ Licensing ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ + ┃ + ┃ If you wish to use this canary, or one derived thereof, for your own + ┃ services, you must comply with the licencse below (SPDX: BSD-3-Clause): + ┃ + ┃ Copyright 2024 memdmp + ┃ + ┃ Redistribution and use in source and binary forms, with or without + ┃ modification, are permitted provided that the following conditions + ┃ are met: + ┃ + ┃ 1. Redistributions of source material must retain the above copyright + ┃ notice, this list of conditions and the following disclaimer. + ┃ 2. Redistributions in preprocessed/binary form must reproduce the + ┃ above copyright notice, this list of conditions and the following + ┃ disclaimer in the documentation and/or other materials provided + ┃ with the distribution. + ┃ 3. Neither the name of the copyright holder nor the names of its + ┃ contributors may be used to endorse or promote products derived + ┃ from this material without specific prior written permission. + ┃ + ┃ THIS MATERIAL IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + ┃ “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + ┃ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS + ┃ FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + ┃ COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, + ┃ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, + ┃ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + ┃ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + ┃ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + ┃ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN + ┃ ANY WAY OUT OF THE USE OF THIS MATERIAL, EVEN IF ADVISED OF THE + ┃ POSSIBILITY OF SUCH DAMAGE. + ┃ + ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ diff --git a/contrib/sig-canaries b/contrib/sig-canaries new file mode 100755 index 0000000..26d8e4d --- /dev/null +++ b/contrib/sig-canaries @@ -0,0 +1,113 @@ +#!/bin/zsh +set -e +confirm() { + while true; do + echo -n "$1 [y/N] " + read -k 1 -s yn + case $yn in + [Yy]* ) echo -e "$yn";break;; + [Nn\r\n]* ) echo -e "$yn\nAborted." 1>&2; exit 1;; + * ) echo -e "\nMust answer with y/n.";; + esac + done +} +sign() { + clear + cat "$1" + confirm "Do you wish to sign $1, as shown above?" + gpg --default-key "${SIGKEY:-'B546778F06BBCC8EC167DB3CD919706487B8B6DE'}" -o "${2:-"$1.sig"}" --clearsign "$1" + if [[ "$2" == "" ]] && (grep ".sig" <<< "$1"); then + mv "$1.sig" "$1" + fi; +} + +export DAY="$(date -u "+%Y-%m-%d")" +export TIME="$(date -u "+%H:%M:%S")" + +statustext() { + gt() { + echo " ┏━ Date & Time ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ + ┃ + ┃ Canary will target $DAY, at $TIME + ┃ " + if [[ "$MONERO_HASH" != "" ]]; then + echo " ┣━ Monero ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ + ┃ + ┃ Canary will target monero blockhash $MONERO_HASH + ┃ " + fi; + if [[ "$KERNEL_COMMIT" != "" ]]; then + echo " ┣━ Kernel ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ + ┃ + ┃ Canary will target kernel commit $KERNEL_COMMIT + ┃ " + fi + echo " ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄" + } + clear 1>&2; + echo "$(gt)$(seq $(wc -l <<< "$(gt)") 15 | sed -E 's/[0-9]+/ /g')" 1>&2 +} +statustext +confirm "Do you wish to prepare canaries targetting $DAY at $TIME?" + +localmonero_blockhash_api() { + statustext + echo 'Fetching Monero Blockheight & Blockhash' 1>&2; + curl -fsSL "https://localmonero.co/blocks/api/get_block_data/$(curl -fsSL https://localmonero.co/blocks/api/get_stats | jq .height)" | jq '.block_data.result.block_header.hash' +} +manual_monero_hash_entry() { + statustext + echo -n "Please enter the current monero block hash: " + read MONERO_HASH + if [[ "$(wc -m <<< "$MONERO_HASH")" != "65" ]]; then + confirm "This is the incorrect length for a monero block hash. Are you sure?" || get_monero + fi + export MONERO_HASH +} +get_monero() { + IS_MANUAL=false; + export MONERO_HASH="$(localmonero_blockhash_api || (IS_MANUAL=true; manual_monero_hash_entry))" + statustext + echo -e 'Validation Sources:' + if [[ "$IS_MANUAL" == "true" ]]; then + echo -e '- https://localmonero.co/blocks (use if height was manually entered only)' + fi + echo -e '- https://moneroexplorer.org - click latest height' + echo -e '- https://xmrscan.org/blocks' + echo -e '- a local monerod' + confirm "Please validate that $MONERO_HASH is the latest monero hash - is it correct?" +} +get_kernel_commit() { + statustext + rm -rf /tmp/kernel + echo "Fetching kernel commit..." + git clone --depth 1 --bare --branch master https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git /tmp/kernel + export KERNEL_COMMIT="\"$(git --git-dir=/tmp/kernel rev-parse HEAD)\"" + rm -rf /tmp/kernel + statustext + confirm "Please validate that $KERNEL_COMMIT is the current latest commit hash of the linux kernel, as per https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/log/" +} +export KERNEL_COMMIT="" +export MONERO_HASH="" +get_monero +get_kernel_commit + +process_canary() { + FILE="$1" + replace_template() { + sed -i "s/\\[$1\\]/$2/g" "$FILE" + } + replace_template 'PRESENT_DAY' "$DAY" + replace_template 'PRESENT_TIME' "$TIME" + replace_template 'MONERO_HASH' "$(jq -r <<< "$MONERO_HASH")" + replace_template 'LINUX_KERNEL_COMMIT' "$(jq -r <<< "$KERNEL_COMMIT")" + rm -f "$FILE.sig" + sign "$FILE" "$FILE.sig" + mv "$FILE.sig" "$FILE" +} + +mkdir -p static/canaries +cp -r canary-templates/* static/canaries/ +for f in static/canaries/*; do + process_canary "$f" +done; diff --git a/deno.json b/deno.json new file mode 100644 index 0000000..32e1f61 --- /dev/null +++ b/deno.json @@ -0,0 +1,15 @@ +{ + "version": "0.0.1", + "tasks": { + "dev": "deno task animgen && deno run -A --unstable-cron --unstable-kv --unstable-bare-node-builtins --unstable-byonm npm:vite", + "build": "deno task animgen && deno run -A --unstable-cron --unstable-kv --unstable-bare-node-builtins --unstable-byonm npm:vite build", + "preview": "deno run -A --unstable-cron --unstable-kv --unstable-bare-node-builtins --unstable-byonm npm:vite preview", + "serve": "deno run --allow-net --allow-read main.ts", + "animgen": "deno run src/routes/anim-gen.ts | esbuild --loader=css >src/routes/anim.css" + }, + "importMap": "./import_map.json", + "license": "AGPL-3.0-or-later", + "fmt": { + "singleQuote": true + } +} diff --git a/deno.lock b/deno.lock new file mode 100644 index 0000000..1cd64b0 --- /dev/null +++ b/deno.lock @@ -0,0 +1,41 @@ +{ + "version": "3", + "packages": { + "specifiers": { + "jsr:@memdmp/keyframegen": "jsr:@memdmp/keyframegen@0.2.1", + "jsr:@memdmp/timelinecalc@0.1": "jsr:@memdmp/timelinecalc@0.1.2" + }, + "jsr": { + "@memdmp/keyframegen@0.2.1": { + "integrity": "d0a49ed597422507acb1429f36bec463861b7b48846b7a89564a5b553aa368b7", + "dependencies": [ + "jsr:@memdmp/timelinecalc@0.1" + ] + }, + "@memdmp/timelinecalc@0.1.2": { + "integrity": "edd60ee8d1bbf42d8dad10bbea3a7f7c4e72481bdbc15a1d32e05065fdf3af39" + } + } + }, + "remote": {}, + "workspace": { + "packageJson": { + "dependencies": [ + "npm:@sveltejs/adapter-static@^3.0.6", + "npm:@sveltejs/kit@2.8.1", + "npm:@sveltejs/vite-plugin-svelte@4.0.1", + "npm:autoprefixer@^10.4.20", + "npm:esbuild@^0.24.0", + "npm:openpgp@^6.0.1", + "npm:postcss@^8.4.49", + "npm:prettier-plugin-svelte@^3.3.2", + "npm:prettier@^3.3.3", + "npm:svelte-check@^4.1.0", + "npm:svelte@5.2.7", + "npm:tailwindcss@^3.4.15", + "npm:typescript@^5.6.3", + "npm:vite@^5.4.11" + ] + } + } +} diff --git a/import_map.json b/import_map.json new file mode 100644 index 0000000..c77d583 --- /dev/null +++ b/import_map.json @@ -0,0 +1,10 @@ +{ + "imports": { + "$": "./src", + "$/": "./src/", + "$lib": "./src/lib", + "$lib/": "./src/lib/", + "@memdmp/keyframegen": "jsr:@memdmp/keyframegen", + "openpgp": "npm:openpgp" + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..7b16ffe --- /dev/null +++ b/package.json @@ -0,0 +1,39 @@ +{ + "name": "mem-estrogen-zone", + "version": "0.0.1", + "private": true, + "scripts": { + "dev": "pnpm animgen && vite dev", + "build": "pnpm animgen && vite build", + "preview": "vite preview", + "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", + "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", + "animgen": "deno run src/routes/anim-gen.ts | esbuild --loader=css >src/routes/anim.css" + }, + "devDependencies": { + "@sveltejs/adapter-static": "^3.0.6", + "@sveltejs/kit": "2.8.1", + "@sveltejs/vite-plugin-svelte": "4.0.1", + "autoprefixer": "^10.4.20", + "esbuild": "^0.24.0", + "postcss": "^8.4.49", + "prettier": "^3.3.3", + "prettier-plugin-svelte": "^3.3.2", + "svelte": "5.2.7", + "svelte-check": "^4.1.0", + "tailwindcss": "^3.4.15", + "typescript": "^5.6.3", + "vite": "^5.4.11" + }, + "type": "module", + "packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c", + "repository": { + "url": "https://git.sh.estrogen.zone/~memdmp/mem.estrogen.zone", + "type": "git" + }, + "license": "AGPL-3.0-or-later", + "dependencies": { + "@memdmp/keyframegen": "https://npm.jsr.io/~/11/@jsr/memdmp__keyframegen/0.2.1.tgz", + "openpgp": "^6.0.1" + } +} diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml new file mode 100644 index 0000000..2fcbd00 --- /dev/null +++ b/pnpm-lock.yaml @@ -0,0 +1,2043 @@ +lockfileVersion: '9.0' + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + +importers: + + .: + dependencies: + '@memdmp/keyframegen': + specifier: https://npm.jsr.io/~/11/@jsr/memdmp__keyframegen/0.2.1.tgz + version: '@jsr/memdmp__keyframegen@https://npm.jsr.io/~/11/@jsr/memdmp__keyframegen/0.2.1.tgz' + openpgp: + specifier: ^6.0.1 + version: 6.0.1 + devDependencies: + '@sveltejs/adapter-static': + specifier: ^3.0.6 + version: 3.0.6(@sveltejs/kit@2.8.1(@sveltejs/vite-plugin-svelte@4.0.1(svelte@5.2.7)(vite@5.4.11))(svelte@5.2.7)(vite@5.4.11)) + '@sveltejs/kit': + specifier: 2.8.1 + version: 2.8.1(@sveltejs/vite-plugin-svelte@4.0.1(svelte@5.2.7)(vite@5.4.11))(svelte@5.2.7)(vite@5.4.11) + '@sveltejs/vite-plugin-svelte': + specifier: 4.0.1 + version: 4.0.1(svelte@5.2.7)(vite@5.4.11) + autoprefixer: + specifier: ^10.4.20 + version: 10.4.20(postcss@8.4.49) + esbuild: + specifier: ^0.24.0 + version: 0.24.0 + postcss: + specifier: ^8.4.49 + version: 8.4.49 + prettier: + specifier: ^3.3.3 + version: 3.3.3 + prettier-plugin-svelte: + specifier: ^3.3.2 + version: 3.3.2(prettier@3.3.3)(svelte@5.2.7) + svelte: + specifier: 5.2.7 + version: 5.2.7 + svelte-check: + specifier: ^4.1.0 + version: 4.1.0(svelte@5.2.7)(typescript@5.6.3) + tailwindcss: + specifier: ^3.4.15 + version: 3.4.15 + typescript: + specifier: ^5.6.3 + version: 5.6.3 + vite: + specifier: ^5.4.11 + version: 5.4.11 + +packages: + + '@alloc/quick-lru@5.2.0': + resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==} + engines: {node: '>=10'} + + '@ampproject/remapping@2.3.0': + resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} + engines: {node: '>=6.0.0'} + + '@esbuild/aix-ppc64@0.21.5': + resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [aix] + + '@esbuild/aix-ppc64@0.24.0': + resolution: {integrity: sha512-WtKdFM7ls47zkKHFVzMz8opM7LkcsIp9amDUBIAWirg70RM71WRSjdILPsY5Uv1D42ZpUfaPILDlfactHgsRkw==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [aix] + + '@esbuild/android-arm64@0.21.5': + resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==} + engines: {node: '>=12'} + cpu: [arm64] + os: [android] + + '@esbuild/android-arm64@0.24.0': + resolution: {integrity: sha512-Vsm497xFM7tTIPYK9bNTYJyF/lsP590Qc1WxJdlB6ljCbdZKU9SY8i7+Iin4kyhV/KV5J2rOKsBQbB77Ab7L/w==} + engines: {node: '>=18'} + cpu: [arm64] + os: [android] + + '@esbuild/android-arm@0.21.5': + resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==} + engines: {node: '>=12'} + cpu: [arm] + os: [android] + + '@esbuild/android-arm@0.24.0': + resolution: {integrity: sha512-arAtTPo76fJ/ICkXWetLCc9EwEHKaeya4vMrReVlEIUCAUncH7M4bhMQ+M9Vf+FFOZJdTNMXNBrWwW+OXWpSew==} + engines: {node: '>=18'} + cpu: [arm] + os: [android] + + '@esbuild/android-x64@0.21.5': + resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==} + engines: {node: '>=12'} + cpu: [x64] + os: [android] + + '@esbuild/android-x64@0.24.0': + resolution: {integrity: sha512-t8GrvnFkiIY7pa7mMgJd7p8p8qqYIz1NYiAoKc75Zyv73L3DZW++oYMSHPRarcotTKuSs6m3hTOa5CKHaS02TQ==} + engines: {node: '>=18'} + cpu: [x64] + os: [android] + + '@esbuild/darwin-arm64@0.21.5': + resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==} + engines: {node: '>=12'} + cpu: [arm64] + os: [darwin] + + '@esbuild/darwin-arm64@0.24.0': + resolution: {integrity: sha512-CKyDpRbK1hXwv79soeTJNHb5EiG6ct3efd/FTPdzOWdbZZfGhpbcqIpiD0+vwmpu0wTIL97ZRPZu8vUt46nBSw==} + engines: {node: '>=18'} + cpu: [arm64] + os: [darwin] + + '@esbuild/darwin-x64@0.21.5': + resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==} + engines: {node: '>=12'} + cpu: [x64] + os: [darwin] + + '@esbuild/darwin-x64@0.24.0': + resolution: {integrity: sha512-rgtz6flkVkh58od4PwTRqxbKH9cOjaXCMZgWD905JOzjFKW+7EiUObfd/Kav+A6Gyud6WZk9w+xu6QLytdi2OA==} + engines: {node: '>=18'} + cpu: [x64] + os: [darwin] + + '@esbuild/freebsd-arm64@0.21.5': + resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==} + engines: {node: '>=12'} + cpu: [arm64] + os: [freebsd] + + '@esbuild/freebsd-arm64@0.24.0': + resolution: {integrity: sha512-6Mtdq5nHggwfDNLAHkPlyLBpE5L6hwsuXZX8XNmHno9JuL2+bg2BX5tRkwjyfn6sKbxZTq68suOjgWqCicvPXA==} + engines: {node: '>=18'} + cpu: [arm64] + os: [freebsd] + + '@esbuild/freebsd-x64@0.21.5': + resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [freebsd] + + '@esbuild/freebsd-x64@0.24.0': + resolution: {integrity: sha512-D3H+xh3/zphoX8ck4S2RxKR6gHlHDXXzOf6f/9dbFt/NRBDIE33+cVa49Kil4WUjxMGW0ZIYBYtaGCa2+OsQwQ==} + engines: {node: '>=18'} + cpu: [x64] + os: [freebsd] + + '@esbuild/linux-arm64@0.21.5': + resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==} + engines: {node: '>=12'} + cpu: [arm64] + os: [linux] + + '@esbuild/linux-arm64@0.24.0': + resolution: {integrity: sha512-TDijPXTOeE3eaMkRYpcy3LarIg13dS9wWHRdwYRnzlwlA370rNdZqbcp0WTyyV/k2zSxfko52+C7jU5F9Tfj1g==} + engines: {node: '>=18'} + cpu: [arm64] + os: [linux] + + '@esbuild/linux-arm@0.21.5': + resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==} + engines: {node: '>=12'} + cpu: [arm] + os: [linux] + + '@esbuild/linux-arm@0.24.0': + resolution: {integrity: sha512-gJKIi2IjRo5G6Glxb8d3DzYXlxdEj2NlkixPsqePSZMhLudqPhtZ4BUrpIuTjJYXxvF9njql+vRjB2oaC9XpBw==} + engines: {node: '>=18'} + cpu: [arm] + os: [linux] + + '@esbuild/linux-ia32@0.21.5': + resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==} + engines: {node: '>=12'} + cpu: [ia32] + os: [linux] + + '@esbuild/linux-ia32@0.24.0': + resolution: {integrity: sha512-K40ip1LAcA0byL05TbCQ4yJ4swvnbzHscRmUilrmP9Am7//0UjPreh4lpYzvThT2Quw66MhjG//20mrufm40mA==} + engines: {node: '>=18'} + cpu: [ia32] + os: [linux] + + '@esbuild/linux-loong64@0.21.5': + resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==} + engines: {node: '>=12'} + cpu: [loong64] + os: [linux] + + '@esbuild/linux-loong64@0.24.0': + resolution: {integrity: sha512-0mswrYP/9ai+CU0BzBfPMZ8RVm3RGAN/lmOMgW4aFUSOQBjA31UP8Mr6DDhWSuMwj7jaWOT0p0WoZ6jeHhrD7g==} + engines: {node: '>=18'} + cpu: [loong64] + os: [linux] + + '@esbuild/linux-mips64el@0.21.5': + resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==} + engines: {node: '>=12'} + cpu: [mips64el] + os: [linux] + + '@esbuild/linux-mips64el@0.24.0': + resolution: {integrity: sha512-hIKvXm0/3w/5+RDtCJeXqMZGkI2s4oMUGj3/jM0QzhgIASWrGO5/RlzAzm5nNh/awHE0A19h/CvHQe6FaBNrRA==} + engines: {node: '>=18'} + cpu: [mips64el] + os: [linux] + + '@esbuild/linux-ppc64@0.21.5': + resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [linux] + + '@esbuild/linux-ppc64@0.24.0': + resolution: {integrity: sha512-HcZh5BNq0aC52UoocJxaKORfFODWXZxtBaaZNuN3PUX3MoDsChsZqopzi5UupRhPHSEHotoiptqikjN/B77mYQ==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [linux] + + '@esbuild/linux-riscv64@0.21.5': + resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==} + engines: {node: '>=12'} + cpu: [riscv64] + os: [linux] + + '@esbuild/linux-riscv64@0.24.0': + resolution: {integrity: sha512-bEh7dMn/h3QxeR2KTy1DUszQjUrIHPZKyO6aN1X4BCnhfYhuQqedHaa5MxSQA/06j3GpiIlFGSsy1c7Gf9padw==} + engines: {node: '>=18'} + cpu: [riscv64] + os: [linux] + + '@esbuild/linux-s390x@0.21.5': + resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==} + engines: {node: '>=12'} + cpu: [s390x] + os: [linux] + + '@esbuild/linux-s390x@0.24.0': + resolution: {integrity: sha512-ZcQ6+qRkw1UcZGPyrCiHHkmBaj9SiCD8Oqd556HldP+QlpUIe2Wgn3ehQGVoPOvZvtHm8HPx+bH20c9pvbkX3g==} + engines: {node: '>=18'} + cpu: [s390x] + os: [linux] + + '@esbuild/linux-x64@0.21.5': + resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [linux] + + '@esbuild/linux-x64@0.24.0': + resolution: {integrity: sha512-vbutsFqQ+foy3wSSbmjBXXIJ6PL3scghJoM8zCL142cGaZKAdCZHyf+Bpu/MmX9zT9Q0zFBVKb36Ma5Fzfa8xA==} + engines: {node: '>=18'} + cpu: [x64] + os: [linux] + + '@esbuild/netbsd-x64@0.21.5': + resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==} + engines: {node: '>=12'} + cpu: [x64] + os: [netbsd] + + '@esbuild/netbsd-x64@0.24.0': + resolution: {integrity: sha512-hjQ0R/ulkO8fCYFsG0FZoH+pWgTTDreqpqY7UnQntnaKv95uP5iW3+dChxnx7C3trQQU40S+OgWhUVwCjVFLvg==} + engines: {node: '>=18'} + cpu: [x64] + os: [netbsd] + + '@esbuild/openbsd-arm64@0.24.0': + resolution: {integrity: sha512-MD9uzzkPQbYehwcN583yx3Tu5M8EIoTD+tUgKF982WYL9Pf5rKy9ltgD0eUgs8pvKnmizxjXZyLt0z6DC3rRXg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openbsd] + + '@esbuild/openbsd-x64@0.21.5': + resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==} + engines: {node: '>=12'} + cpu: [x64] + os: [openbsd] + + '@esbuild/openbsd-x64@0.24.0': + resolution: {integrity: sha512-4ir0aY1NGUhIC1hdoCzr1+5b43mw99uNwVzhIq1OY3QcEwPDO3B7WNXBzaKY5Nsf1+N11i1eOfFcq+D/gOS15Q==} + engines: {node: '>=18'} + cpu: [x64] + os: [openbsd] + + '@esbuild/sunos-x64@0.21.5': + resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==} + engines: {node: '>=12'} + cpu: [x64] + os: [sunos] + + '@esbuild/sunos-x64@0.24.0': + resolution: {integrity: sha512-jVzdzsbM5xrotH+W5f1s+JtUy1UWgjU0Cf4wMvffTB8m6wP5/kx0KiaLHlbJO+dMgtxKV8RQ/JvtlFcdZ1zCPA==} + engines: {node: '>=18'} + cpu: [x64] + os: [sunos] + + '@esbuild/win32-arm64@0.21.5': + resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==} + engines: {node: '>=12'} + cpu: [arm64] + os: [win32] + + '@esbuild/win32-arm64@0.24.0': + resolution: {integrity: sha512-iKc8GAslzRpBytO2/aN3d2yb2z8XTVfNV0PjGlCxKo5SgWmNXx82I/Q3aG1tFfS+A2igVCY97TJ8tnYwpUWLCA==} + engines: {node: '>=18'} + cpu: [arm64] + os: [win32] + + '@esbuild/win32-ia32@0.21.5': + resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==} + engines: {node: '>=12'} + cpu: [ia32] + os: [win32] + + '@esbuild/win32-ia32@0.24.0': + resolution: {integrity: sha512-vQW36KZolfIudCcTnaTpmLQ24Ha1RjygBo39/aLkM2kmjkWmZGEJ5Gn9l5/7tzXA42QGIoWbICfg6KLLkIw6yw==} + engines: {node: '>=18'} + cpu: [ia32] + os: [win32] + + '@esbuild/win32-x64@0.21.5': + resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==} + engines: {node: '>=12'} + cpu: [x64] + os: [win32] + + '@esbuild/win32-x64@0.24.0': + resolution: {integrity: sha512-7IAFPrjSQIJrGsK6flwg7NFmwBoSTyF3rl7If0hNUFQU4ilTsEPL6GuMuU9BfIWVVGuRnuIidkSMC+c0Otu8IA==} + engines: {node: '>=18'} + cpu: [x64] + os: [win32] + + '@isaacs/cliui@8.0.2': + resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} + engines: {node: '>=12'} + + '@jridgewell/gen-mapping@0.3.5': + resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} + engines: {node: '>=6.0.0'} + + '@jridgewell/resolve-uri@3.1.2': + resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} + engines: {node: '>=6.0.0'} + + '@jridgewell/set-array@1.2.1': + resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} + engines: {node: '>=6.0.0'} + + '@jridgewell/sourcemap-codec@1.5.0': + resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==} + + '@jridgewell/trace-mapping@0.3.25': + resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} + + '@jsr/memdmp__keyframegen@https://npm.jsr.io/~/11/@jsr/memdmp__keyframegen/0.2.1.tgz': + resolution: {tarball: https://npm.jsr.io/~/11/@jsr/memdmp__keyframegen/0.2.1.tgz} + version: 0.2.1 + + '@jsr/memdmp__timelinecalc@0.1.2': + resolution: {integrity: sha512-AOPeliEMUCM6BP1xMzPPaXhlsfHr8CKGdRpsS5I1SIjQmzSEzpkO1bASmc5My4+8THls5xgAqAd0GSmPV31tGg==, tarball: https://npm.jsr.io/~/11/@jsr/memdmp__timelinecalc/0.1.2.tgz} + + '@nodelib/fs.scandir@2.1.5': + resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} + engines: {node: '>= 8'} + + '@nodelib/fs.stat@2.0.5': + resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} + engines: {node: '>= 8'} + + '@nodelib/fs.walk@1.2.8': + resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} + engines: {node: '>= 8'} + + '@pkgjs/parseargs@0.11.0': + resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} + engines: {node: '>=14'} + + '@polka/url@1.0.0-next.28': + resolution: {integrity: sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw==} + + '@rollup/rollup-android-arm-eabi@4.27.3': + resolution: {integrity: sha512-EzxVSkIvCFxUd4Mgm4xR9YXrcp976qVaHnqom/Tgm+vU79k4vV4eYTjmRvGfeoW8m9LVcsAy/lGjcgVegKEhLQ==} + cpu: [arm] + os: [android] + + '@rollup/rollup-android-arm64@4.27.3': + resolution: {integrity: sha512-LJc5pDf1wjlt9o/Giaw9Ofl+k/vLUaYsE2zeQGH85giX2F+wn/Cg8b3c5CDP3qmVmeO5NzwVUzQQxwZvC2eQKw==} + cpu: [arm64] + os: [android] + + '@rollup/rollup-darwin-arm64@4.27.3': + resolution: {integrity: sha512-OuRysZ1Mt7wpWJ+aYKblVbJWtVn3Cy52h8nLuNSzTqSesYw1EuN6wKp5NW/4eSre3mp12gqFRXOKTcN3AI3LqA==} + cpu: [arm64] + os: [darwin] + + '@rollup/rollup-darwin-x64@4.27.3': + resolution: {integrity: sha512-xW//zjJMlJs2sOrCmXdB4d0uiilZsOdlGQIC/jjmMWT47lkLLoB1nsNhPUcnoqyi5YR6I4h+FjBpILxbEy8JRg==} + cpu: [x64] + os: [darwin] + + '@rollup/rollup-freebsd-arm64@4.27.3': + resolution: {integrity: sha512-58E0tIcwZ+12nK1WiLzHOD8I0d0kdrY/+o7yFVPRHuVGY3twBwzwDdTIBGRxLmyjciMYl1B/U515GJy+yn46qw==} + cpu: [arm64] + os: [freebsd] + + '@rollup/rollup-freebsd-x64@4.27.3': + resolution: {integrity: sha512-78fohrpcVwTLxg1ZzBMlwEimoAJmY6B+5TsyAZ3Vok7YabRBUvjYTsRXPTjGEvv/mfgVBepbW28OlMEz4w8wGA==} + cpu: [x64] + os: [freebsd] + + '@rollup/rollup-linux-arm-gnueabihf@4.27.3': + resolution: {integrity: sha512-h2Ay79YFXyQi+QZKo3ISZDyKaVD7uUvukEHTOft7kh00WF9mxAaxZsNs3o/eukbeKuH35jBvQqrT61fzKfAB/Q==} + cpu: [arm] + os: [linux] + + '@rollup/rollup-linux-arm-musleabihf@4.27.3': + resolution: {integrity: sha512-Sv2GWmrJfRY57urktVLQ0VKZjNZGogVtASAgosDZ1aUB+ykPxSi3X1nWORL5Jk0sTIIwQiPH7iE3BMi9zGWfkg==} + cpu: [arm] + os: [linux] + + '@rollup/rollup-linux-arm64-gnu@4.27.3': + resolution: {integrity: sha512-FPoJBLsPW2bDNWjSrwNuTPUt30VnfM8GPGRoLCYKZpPx0xiIEdFip3dH6CqgoT0RnoGXptaNziM0WlKgBc+OWQ==} + cpu: [arm64] + os: [linux] + + '@rollup/rollup-linux-arm64-musl@4.27.3': + resolution: {integrity: sha512-TKxiOvBorYq4sUpA0JT+Fkh+l+G9DScnG5Dqx7wiiqVMiRSkzTclP35pE6eQQYjP4Gc8yEkJGea6rz4qyWhp3g==} + cpu: [arm64] + os: [linux] + + '@rollup/rollup-linux-powerpc64le-gnu@4.27.3': + resolution: {integrity: sha512-v2M/mPvVUKVOKITa0oCFksnQQ/TqGrT+yD0184/cWHIu0LoIuYHwox0Pm3ccXEz8cEQDLk6FPKd1CCm+PlsISw==} + cpu: [ppc64] + os: [linux] + + '@rollup/rollup-linux-riscv64-gnu@4.27.3': + resolution: {integrity: sha512-LdrI4Yocb1a/tFVkzmOE5WyYRgEBOyEhWYJe4gsDWDiwnjYKjNs7PS6SGlTDB7maOHF4kxevsuNBl2iOcj3b4A==} + cpu: [riscv64] + os: [linux] + + '@rollup/rollup-linux-s390x-gnu@4.27.3': + resolution: {integrity: sha512-d4wVu6SXij/jyiwPvI6C4KxdGzuZOvJ6y9VfrcleHTwo68fl8vZC5ZYHsCVPUi4tndCfMlFniWgwonQ5CUpQcA==} + cpu: [s390x] + os: [linux] + + '@rollup/rollup-linux-x64-gnu@4.27.3': + resolution: {integrity: sha512-/6bn6pp1fsCGEY5n3yajmzZQAh+mW4QPItbiWxs69zskBzJuheb3tNynEjL+mKOsUSFK11X4LYF2BwwXnzWleA==} + cpu: [x64] + os: [linux] + + '@rollup/rollup-linux-x64-musl@4.27.3': + resolution: {integrity: sha512-nBXOfJds8OzUT1qUreT/en3eyOXd2EH5b0wr2bVB5999qHdGKkzGzIyKYaKj02lXk6wpN71ltLIaQpu58YFBoQ==} + cpu: [x64] + os: [linux] + + '@rollup/rollup-win32-arm64-msvc@4.27.3': + resolution: {integrity: sha512-ogfbEVQgIZOz5WPWXF2HVb6En+kWzScuxJo/WdQTqEgeyGkaa2ui5sQav9Zkr7bnNCLK48uxmmK0TySm22eiuw==} + cpu: [arm64] + os: [win32] + + '@rollup/rollup-win32-ia32-msvc@4.27.3': + resolution: {integrity: sha512-ecE36ZBMLINqiTtSNQ1vzWc5pXLQHlf/oqGp/bSbi7iedcjcNb6QbCBNG73Euyy2C+l/fn8qKWEwxr+0SSfs3w==} + cpu: [ia32] + os: [win32] + + '@rollup/rollup-win32-x64-msvc@4.27.3': + resolution: {integrity: sha512-vliZLrDmYKyaUoMzEbMTg2JkerfBjn03KmAw9CykO0Zzkzoyd7o3iZNam/TpyWNjNT+Cz2iO3P9Smv2wgrR+Eg==} + cpu: [x64] + os: [win32] + + '@sveltejs/adapter-static@3.0.6': + resolution: {integrity: sha512-MGJcesnJWj7FxDcB/GbrdYD3q24Uk0PIL4QIX149ku+hlJuj//nxUbb0HxUTpjkecWfHjVveSUnUaQWnPRXlpg==} + peerDependencies: + '@sveltejs/kit': ^2.0.0 + + '@sveltejs/kit@2.8.1': + resolution: {integrity: sha512-uuOfFwZ4xvnfPsiTB6a4H1ljjTUksGhWnYq5X/Y9z4x5+3uM2Md8q/YVeHL+7w+mygAwoEFdgKZ8YkUuk+VKww==} + engines: {node: '>=18.13'} + hasBin: true + peerDependencies: + '@sveltejs/vite-plugin-svelte': ^3.0.0 || ^4.0.0-next.1 + svelte: ^4.0.0 || ^5.0.0-next.0 + vite: ^5.0.3 + + '@sveltejs/vite-plugin-svelte-inspector@3.0.1': + resolution: {integrity: sha512-2CKypmj1sM4GE7HjllT7UKmo4Q6L5xFRd7VMGEWhYnZ+wc6AUVU01IBd7yUi6WnFndEwWoMNOd6e8UjoN0nbvQ==} + engines: {node: ^18.0.0 || ^20.0.0 || >=22} + peerDependencies: + '@sveltejs/vite-plugin-svelte': ^4.0.0-next.0||^4.0.0 + svelte: ^5.0.0-next.96 || ^5.0.0 + vite: ^5.0.0 + + '@sveltejs/vite-plugin-svelte@4.0.1': + resolution: {integrity: sha512-prXoAE/GleD2C4pKgHa9vkdjpzdYwCSw/kmjw6adIyu0vk5YKCfqIztkLg10m+kOYnzZu3bb0NaPTxlWre2a9Q==} + engines: {node: ^18.0.0 || ^20.0.0 || >=22} + peerDependencies: + svelte: ^5.0.0-next.96 || ^5.0.0 + vite: ^5.0.0 + + '@types/cookie@0.6.0': + resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==} + + '@types/estree@1.0.6': + resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} + + acorn-typescript@1.4.13: + resolution: {integrity: sha512-xsc9Xv0xlVfwp2o7sQ+GCQ1PgbkdcpWdTzrwXxO3xDMTAywVS3oXVOcOHuRjAPkS4P9b+yc/qNF15460v+jp4Q==} + peerDependencies: + acorn: '>=8.9.0' + + acorn@8.14.0: + resolution: {integrity: sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==} + engines: {node: '>=0.4.0'} + hasBin: true + + ansi-regex@5.0.1: + resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} + engines: {node: '>=8'} + + ansi-regex@6.1.0: + resolution: {integrity: sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==} + engines: {node: '>=12'} + + ansi-styles@4.3.0: + resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} + engines: {node: '>=8'} + + ansi-styles@6.2.1: + resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} + engines: {node: '>=12'} + + any-promise@1.3.0: + resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} + + anymatch@3.1.3: + resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} + engines: {node: '>= 8'} + + arg@5.0.2: + resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==} + + aria-query@5.3.2: + resolution: {integrity: sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==} + engines: {node: '>= 0.4'} + + autoprefixer@10.4.20: + resolution: {integrity: sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==} + engines: {node: ^10 || ^12 || >=14} + hasBin: true + peerDependencies: + postcss: ^8.1.0 + + axobject-query@4.1.0: + resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} + engines: {node: '>= 0.4'} + + balanced-match@1.0.2: + resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + + binary-extensions@2.3.0: + resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==} + engines: {node: '>=8'} + + brace-expansion@2.0.1: + resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} + + braces@3.0.3: + resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} + engines: {node: '>=8'} + + browserslist@4.24.2: + resolution: {integrity: sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + + camelcase-css@2.0.1: + resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==} + engines: {node: '>= 6'} + + caniuse-lite@1.0.30001683: + resolution: {integrity: sha512-iqmNnThZ0n70mNwvxpEC2nBJ037ZHZUoBI5Gorh1Mw6IlEAZujEoU1tXA628iZfzm7R9FvFzxbfdgml82a3k8Q==} + + chokidar@3.6.0: + resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} + engines: {node: '>= 8.10.0'} + + chokidar@4.0.1: + resolution: {integrity: sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==} + engines: {node: '>= 14.16.0'} + + color-convert@2.0.1: + resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} + engines: {node: '>=7.0.0'} + + color-name@1.1.4: + resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} + + commander@4.1.1: + resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} + engines: {node: '>= 6'} + + cookie@0.6.0: + resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==} + engines: {node: '>= 0.6'} + + cross-spawn@7.0.6: + resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} + engines: {node: '>= 8'} + + cssesc@3.0.0: + resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} + engines: {node: '>=4'} + hasBin: true + + debug@4.3.7: + resolution: {integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + + deepmerge@4.3.1: + resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} + engines: {node: '>=0.10.0'} + + devalue@5.1.1: + resolution: {integrity: sha512-maua5KUiapvEwiEAe+XnlZ3Rh0GD+qI1J/nb9vrJc3muPXvcF/8gXYTWF76+5DAqHyDUtOIImEuo0YKE9mshVw==} + + didyoumean@1.2.2: + resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==} + + dlv@1.1.3: + resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==} + + eastasianwidth@0.2.0: + resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} + + electron-to-chromium@1.5.64: + resolution: {integrity: sha512-IXEuxU+5ClW2IGEYFC2T7szbyVgehupCWQe5GNh+H065CD6U6IFN0s4KeAMFGNmQolRU4IV7zGBWSYMmZ8uuqQ==} + + emoji-regex@8.0.0: + resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} + + emoji-regex@9.2.2: + resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} + + esbuild@0.21.5: + resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==} + engines: {node: '>=12'} + hasBin: true + + esbuild@0.24.0: + resolution: {integrity: sha512-FuLPevChGDshgSicjisSooU0cemp/sGXR841D5LHMB7mTVOmsEHcAxaH3irL53+8YDIeVNQEySh4DaYU/iuPqQ==} + engines: {node: '>=18'} + hasBin: true + + escalade@3.2.0: + resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} + engines: {node: '>=6'} + + esm-env@1.1.4: + resolution: {integrity: sha512-oO82nKPHKkzIj/hbtuDYy/JHqBHFlMIW36SDiPCVsj87ntDLcWN+sJ1erdVryd4NxODacFTsdrIE3b7IamqbOg==} + + esrap@1.2.2: + resolution: {integrity: sha512-F2pSJklxx1BlQIQgooczXCPHmcWpn6EsP5oo73LQfonG9fIlIENQ8vMmfGXeojP9MrkzUNAfyU5vdFlR9shHAw==} + + fast-glob@3.3.2: + resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} + engines: {node: '>=8.6.0'} + + fastq@1.17.1: + resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==} + + fdir@6.4.2: + resolution: {integrity: sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==} + peerDependencies: + picomatch: ^3 || ^4 + peerDependenciesMeta: + picomatch: + optional: true + + fill-range@7.1.1: + resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==} + engines: {node: '>=8'} + + foreground-child@3.3.0: + resolution: {integrity: sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==} + engines: {node: '>=14'} + + fraction.js@4.3.7: + resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==} + + fsevents@2.3.3: + resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} + os: [darwin] + + function-bind@1.1.2: + resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} + + glob-parent@5.1.2: + resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} + engines: {node: '>= 6'} + + glob-parent@6.0.2: + resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} + engines: {node: '>=10.13.0'} + + glob@10.4.5: + resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==} + hasBin: true + + globalyzer@0.1.0: + resolution: {integrity: sha512-40oNTM9UfG6aBmuKxk/giHn5nQ8RVz/SS4Ir6zgzOv9/qC3kKZ9v4etGTcJbEl/NyVQH7FGU7d+X1egr57Md2Q==} + + globrex@0.1.2: + resolution: {integrity: sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==} + + hasown@2.0.2: + resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} + engines: {node: '>= 0.4'} + + import-meta-resolve@4.1.0: + resolution: {integrity: sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==} + + is-binary-path@2.1.0: + resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} + engines: {node: '>=8'} + + is-core-module@2.15.1: + resolution: {integrity: sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==} + engines: {node: '>= 0.4'} + + is-extglob@2.1.1: + resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} + engines: {node: '>=0.10.0'} + + is-fullwidth-code-point@3.0.0: + resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} + engines: {node: '>=8'} + + is-glob@4.0.3: + resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} + engines: {node: '>=0.10.0'} + + is-number@7.0.0: + resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} + engines: {node: '>=0.12.0'} + + is-reference@3.0.3: + resolution: {integrity: sha512-ixkJoqQvAP88E6wLydLGGqCJsrFUnqoH6HnaczB8XmDH1oaWU+xxdptvikTgaEhtZ53Ky6YXiBuUI2WXLMCwjw==} + + isexe@2.0.0: + resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} + + jackspeak@3.4.3: + resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} + + jiti@1.21.6: + resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==} + hasBin: true + + kleur@4.1.5: + resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==} + engines: {node: '>=6'} + + lilconfig@2.1.0: + resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==} + engines: {node: '>=10'} + + lilconfig@3.1.2: + resolution: {integrity: sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==} + engines: {node: '>=14'} + + lines-and-columns@1.2.4: + resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} + + locate-character@3.0.0: + resolution: {integrity: sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==} + + lru-cache@10.4.3: + resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} + + magic-string@0.30.13: + resolution: {integrity: sha512-8rYBO+MsWkgjDSOvLomYnzhdwEG51olQ4zL5KXnNJWV5MNmrb4rTZdrtkhxjnD/QyZUqR/Z/XDsUs/4ej2nx0g==} + + merge2@1.4.1: + resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} + engines: {node: '>= 8'} + + micromatch@4.0.8: + resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} + engines: {node: '>=8.6'} + + minimatch@9.0.5: + resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==} + engines: {node: '>=16 || 14 >=14.17'} + + minipass@7.1.2: + resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==} + engines: {node: '>=16 || 14 >=14.17'} + + mri@1.2.0: + resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} + engines: {node: '>=4'} + + mrmime@2.0.0: + resolution: {integrity: sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==} + engines: {node: '>=10'} + + ms@2.1.3: + resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} + + mz@2.7.0: + resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} + + nanoid@3.3.7: + resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==} + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} + hasBin: true + + node-releases@2.0.18: + resolution: {integrity: sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==} + + normalize-path@3.0.0: + resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} + engines: {node: '>=0.10.0'} + + normalize-range@0.1.2: + resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==} + engines: {node: '>=0.10.0'} + + object-assign@4.1.1: + resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} + engines: {node: '>=0.10.0'} + + object-hash@3.0.0: + resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==} + engines: {node: '>= 6'} + + openpgp@6.0.1: + resolution: {integrity: sha512-3lReDKjgWsKFArZT4Y/yj7/Q0q6/VhXarn4WqKEkyiBWckNjrThSGoB1t0IKo3Ke0ClvBpyQfTwumkGUkxOwww==} + engines: {node: '>= 18.0.0'} + + package-json-from-dist@1.0.1: + resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} + + path-key@3.1.1: + resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} + engines: {node: '>=8'} + + path-parse@1.0.7: + resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} + + path-scurry@1.11.1: + resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==} + engines: {node: '>=16 || 14 >=14.18'} + + picocolors@1.1.1: + resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} + + picomatch@2.3.1: + resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} + engines: {node: '>=8.6'} + + pify@2.3.0: + resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} + engines: {node: '>=0.10.0'} + + pirates@4.0.6: + resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==} + engines: {node: '>= 6'} + + postcss-import@15.1.0: + resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==} + engines: {node: '>=14.0.0'} + peerDependencies: + postcss: ^8.0.0 + + postcss-js@4.0.1: + resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==} + engines: {node: ^12 || ^14 || >= 16} + peerDependencies: + postcss: ^8.4.21 + + postcss-load-config@4.0.2: + resolution: {integrity: sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==} + engines: {node: '>= 14'} + peerDependencies: + postcss: '>=8.0.9' + ts-node: '>=9.0.0' + peerDependenciesMeta: + postcss: + optional: true + ts-node: + optional: true + + postcss-nested@6.2.0: + resolution: {integrity: sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==} + engines: {node: '>=12.0'} + peerDependencies: + postcss: ^8.2.14 + + postcss-selector-parser@6.1.2: + resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==} + engines: {node: '>=4'} + + postcss-value-parser@4.2.0: + resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} + + postcss@8.4.49: + resolution: {integrity: sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==} + engines: {node: ^10 || ^12 || >=14} + + prettier-plugin-svelte@3.3.2: + resolution: {integrity: sha512-kRPjH8wSj2iu+dO+XaUv4vD8qr5mdDmlak3IT/7AOgGIMRG86z/EHOLauFcClKEnOUf4A4nOA7sre5KrJD4Raw==} + peerDependencies: + prettier: ^3.0.0 + svelte: ^3.2.0 || ^4.0.0-next.0 || ^5.0.0-next.0 + + prettier@3.3.3: + resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==} + engines: {node: '>=14'} + hasBin: true + + queue-microtask@1.2.3: + resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} + + read-cache@1.0.0: + resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==} + + readdirp@3.6.0: + resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} + engines: {node: '>=8.10.0'} + + readdirp@4.0.2: + resolution: {integrity: sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==} + engines: {node: '>= 14.16.0'} + + resolve@1.22.8: + resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} + hasBin: true + + reusify@1.0.4: + resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} + engines: {iojs: '>=1.0.0', node: '>=0.10.0'} + + rollup@4.27.3: + resolution: {integrity: sha512-SLsCOnlmGt9VoZ9Ek8yBK8tAdmPHeppkw+Xa7yDlCEhDTvwYei03JlWo1fdc7YTfLZ4tD8riJCUyAgTbszk1fQ==} + engines: {node: '>=18.0.0', npm: '>=8.0.0'} + hasBin: true + + run-parallel@1.2.0: + resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} + + sade@1.8.1: + resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==} + engines: {node: '>=6'} + + set-cookie-parser@2.7.1: + resolution: {integrity: sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==} + + shebang-command@2.0.0: + resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} + engines: {node: '>=8'} + + shebang-regex@3.0.0: + resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} + engines: {node: '>=8'} + + signal-exit@4.1.0: + resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} + engines: {node: '>=14'} + + sirv@3.0.0: + resolution: {integrity: sha512-BPwJGUeDaDCHihkORDchNyyTvWFhcusy1XMmhEVTQTwGeybFbp8YEmB+njbPnth1FibULBSBVwCQni25XlCUDg==} + engines: {node: '>=18'} + + source-map-js@1.2.1: + resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} + engines: {node: '>=0.10.0'} + + string-width@4.2.3: + resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} + engines: {node: '>=8'} + + string-width@5.1.2: + resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} + engines: {node: '>=12'} + + strip-ansi@6.0.1: + resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} + engines: {node: '>=8'} + + strip-ansi@7.1.0: + resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} + engines: {node: '>=12'} + + sucrase@3.35.0: + resolution: {integrity: sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==} + engines: {node: '>=16 || 14 >=14.17'} + hasBin: true + + supports-preserve-symlinks-flag@1.0.0: + resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} + engines: {node: '>= 0.4'} + + svelte-check@4.1.0: + resolution: {integrity: sha512-AflEZYqI578KuDZcpcorPSf597LStxlkN7XqXi38u09zlHODVKd7c+7OuubGzbhgGRUqNTdQCZ+Ga96iRXEf2g==} + engines: {node: '>= 18.0.0'} + hasBin: true + peerDependencies: + svelte: ^4.0.0 || ^5.0.0-next.0 + typescript: '>=5.0.0' + + svelte@5.2.7: + resolution: {integrity: sha512-cEhPGuLHiH2+Z8B1FwQgiZJgA39uUmJR4516TKrM5zrp0/cuwJkfhUfcTxhAkznanAF5fXUKzvYR4o+Ksx3ZCQ==} + engines: {node: '>=18'} + + tailwindcss@3.4.15: + resolution: {integrity: sha512-r4MeXnfBmSOuKUWmXe6h2CcyfzJCEk4F0pptO5jlnYSIViUkVmsawj80N5h2lO3gwcmSb4n3PuN+e+GC1Guylw==} + engines: {node: '>=14.0.0'} + hasBin: true + + thenify-all@1.6.0: + resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==} + engines: {node: '>=0.8'} + + thenify@3.3.1: + resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} + + tiny-glob@0.2.9: + resolution: {integrity: sha512-g/55ssRPUjShh+xkfx9UPDXqhckHEsHr4Vd9zX55oSdGZc/MD0m3sferOkwWtp98bv+kcVfEHtRJgBVJzelrzg==} + + to-regex-range@5.0.1: + resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} + engines: {node: '>=8.0'} + + totalist@3.0.1: + resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==} + engines: {node: '>=6'} + + ts-interface-checker@0.1.13: + resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} + + typescript@5.6.3: + resolution: {integrity: sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==} + engines: {node: '>=14.17'} + hasBin: true + + update-browserslist-db@1.1.1: + resolution: {integrity: sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==} + hasBin: true + peerDependencies: + browserslist: '>= 4.21.0' + + util-deprecate@1.0.2: + resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} + + vite@5.4.11: + resolution: {integrity: sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + peerDependencies: + '@types/node': ^18.0.0 || >=20.0.0 + less: '*' + lightningcss: ^1.21.0 + sass: '*' + sass-embedded: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + sass-embedded: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + + vitefu@1.0.3: + resolution: {integrity: sha512-iKKfOMBHob2WxEJbqbJjHAkmYgvFDPhuqrO82om83S8RLk+17FtyMBfcyeH8GqD0ihShtkMW/zzJgiA51hCNCQ==} + peerDependencies: + vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0-beta.0 + peerDependenciesMeta: + vite: + optional: true + + which@2.0.2: + resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} + engines: {node: '>= 8'} + hasBin: true + + wrap-ansi@7.0.0: + resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} + engines: {node: '>=10'} + + wrap-ansi@8.1.0: + resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} + engines: {node: '>=12'} + + yaml@2.6.1: + resolution: {integrity: sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==} + engines: {node: '>= 14'} + hasBin: true + + zimmerframe@1.1.2: + resolution: {integrity: sha512-rAbqEGa8ovJy4pyBxZM70hg4pE6gDgaQ0Sl9M3enG3I0d6H4XSAM3GeNGLKnsBpuijUow064sf7ww1nutC5/3w==} + +snapshots: + + '@alloc/quick-lru@5.2.0': {} + + '@ampproject/remapping@2.3.0': + dependencies: + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 + + '@esbuild/aix-ppc64@0.21.5': + optional: true + + '@esbuild/aix-ppc64@0.24.0': + optional: true + + '@esbuild/android-arm64@0.21.5': + optional: true + + '@esbuild/android-arm64@0.24.0': + optional: true + + '@esbuild/android-arm@0.21.5': + optional: true + + '@esbuild/android-arm@0.24.0': + optional: true + + '@esbuild/android-x64@0.21.5': + optional: true + + '@esbuild/android-x64@0.24.0': + optional: true + + '@esbuild/darwin-arm64@0.21.5': + optional: true + + '@esbuild/darwin-arm64@0.24.0': + optional: true + + '@esbuild/darwin-x64@0.21.5': + optional: true + + '@esbuild/darwin-x64@0.24.0': + optional: true + + '@esbuild/freebsd-arm64@0.21.5': + optional: true + + '@esbuild/freebsd-arm64@0.24.0': + optional: true + + '@esbuild/freebsd-x64@0.21.5': + optional: true + + '@esbuild/freebsd-x64@0.24.0': + optional: true + + '@esbuild/linux-arm64@0.21.5': + optional: true + + '@esbuild/linux-arm64@0.24.0': + optional: true + + '@esbuild/linux-arm@0.21.5': + optional: true + + '@esbuild/linux-arm@0.24.0': + optional: true + + '@esbuild/linux-ia32@0.21.5': + optional: true + + '@esbuild/linux-ia32@0.24.0': + optional: true + + '@esbuild/linux-loong64@0.21.5': + optional: true + + '@esbuild/linux-loong64@0.24.0': + optional: true + + '@esbuild/linux-mips64el@0.21.5': + optional: true + + '@esbuild/linux-mips64el@0.24.0': + optional: true + + '@esbuild/linux-ppc64@0.21.5': + optional: true + + '@esbuild/linux-ppc64@0.24.0': + optional: true + + '@esbuild/linux-riscv64@0.21.5': + optional: true + + '@esbuild/linux-riscv64@0.24.0': + optional: true + + '@esbuild/linux-s390x@0.21.5': + optional: true + + '@esbuild/linux-s390x@0.24.0': + optional: true + + '@esbuild/linux-x64@0.21.5': + optional: true + + '@esbuild/linux-x64@0.24.0': + optional: true + + '@esbuild/netbsd-x64@0.21.5': + optional: true + + '@esbuild/netbsd-x64@0.24.0': + optional: true + + '@esbuild/openbsd-arm64@0.24.0': + optional: true + + '@esbuild/openbsd-x64@0.21.5': + optional: true + + '@esbuild/openbsd-x64@0.24.0': + optional: true + + '@esbuild/sunos-x64@0.21.5': + optional: true + + '@esbuild/sunos-x64@0.24.0': + optional: true + + '@esbuild/win32-arm64@0.21.5': + optional: true + + '@esbuild/win32-arm64@0.24.0': + optional: true + + '@esbuild/win32-ia32@0.21.5': + optional: true + + '@esbuild/win32-ia32@0.24.0': + optional: true + + '@esbuild/win32-x64@0.21.5': + optional: true + + '@esbuild/win32-x64@0.24.0': + optional: true + + '@isaacs/cliui@8.0.2': + dependencies: + string-width: 5.1.2 + string-width-cjs: string-width@4.2.3 + strip-ansi: 7.1.0 + strip-ansi-cjs: strip-ansi@6.0.1 + wrap-ansi: 8.1.0 + wrap-ansi-cjs: wrap-ansi@7.0.0 + + '@jridgewell/gen-mapping@0.3.5': + dependencies: + '@jridgewell/set-array': 1.2.1 + '@jridgewell/sourcemap-codec': 1.5.0 + '@jridgewell/trace-mapping': 0.3.25 + + '@jridgewell/resolve-uri@3.1.2': {} + + '@jridgewell/set-array@1.2.1': {} + + '@jridgewell/sourcemap-codec@1.5.0': {} + + '@jridgewell/trace-mapping@0.3.25': + dependencies: + '@jridgewell/resolve-uri': 3.1.2 + '@jridgewell/sourcemap-codec': 1.5.0 + + '@jsr/memdmp__keyframegen@https://npm.jsr.io/~/11/@jsr/memdmp__keyframegen/0.2.1.tgz': + dependencies: + '@jsr/memdmp__timelinecalc': 0.1.2 + + '@jsr/memdmp__timelinecalc@0.1.2': {} + + '@nodelib/fs.scandir@2.1.5': + dependencies: + '@nodelib/fs.stat': 2.0.5 + run-parallel: 1.2.0 + + '@nodelib/fs.stat@2.0.5': {} + + '@nodelib/fs.walk@1.2.8': + dependencies: + '@nodelib/fs.scandir': 2.1.5 + fastq: 1.17.1 + + '@pkgjs/parseargs@0.11.0': + optional: true + + '@polka/url@1.0.0-next.28': {} + + '@rollup/rollup-android-arm-eabi@4.27.3': + optional: true + + '@rollup/rollup-android-arm64@4.27.3': + optional: true + + '@rollup/rollup-darwin-arm64@4.27.3': + optional: true + + '@rollup/rollup-darwin-x64@4.27.3': + optional: true + + '@rollup/rollup-freebsd-arm64@4.27.3': + optional: true + + '@rollup/rollup-freebsd-x64@4.27.3': + optional: true + + '@rollup/rollup-linux-arm-gnueabihf@4.27.3': + optional: true + + '@rollup/rollup-linux-arm-musleabihf@4.27.3': + optional: true + + '@rollup/rollup-linux-arm64-gnu@4.27.3': + optional: true + + '@rollup/rollup-linux-arm64-musl@4.27.3': + optional: true + + '@rollup/rollup-linux-powerpc64le-gnu@4.27.3': + optional: true + + '@rollup/rollup-linux-riscv64-gnu@4.27.3': + optional: true + + '@rollup/rollup-linux-s390x-gnu@4.27.3': + optional: true + + '@rollup/rollup-linux-x64-gnu@4.27.3': + optional: true + + '@rollup/rollup-linux-x64-musl@4.27.3': + optional: true + + '@rollup/rollup-win32-arm64-msvc@4.27.3': + optional: true + + '@rollup/rollup-win32-ia32-msvc@4.27.3': + optional: true + + '@rollup/rollup-win32-x64-msvc@4.27.3': + optional: true + + '@sveltejs/adapter-static@3.0.6(@sveltejs/kit@2.8.1(@sveltejs/vite-plugin-svelte@4.0.1(svelte@5.2.7)(vite@5.4.11))(svelte@5.2.7)(vite@5.4.11))': + dependencies: + '@sveltejs/kit': 2.8.1(@sveltejs/vite-plugin-svelte@4.0.1(svelte@5.2.7)(vite@5.4.11))(svelte@5.2.7)(vite@5.4.11) + + '@sveltejs/kit@2.8.1(@sveltejs/vite-plugin-svelte@4.0.1(svelte@5.2.7)(vite@5.4.11))(svelte@5.2.7)(vite@5.4.11)': + dependencies: + '@sveltejs/vite-plugin-svelte': 4.0.1(svelte@5.2.7)(vite@5.4.11) + '@types/cookie': 0.6.0 + cookie: 0.6.0 + devalue: 5.1.1 + esm-env: 1.1.4 + import-meta-resolve: 4.1.0 + kleur: 4.1.5 + magic-string: 0.30.13 + mrmime: 2.0.0 + sade: 1.8.1 + set-cookie-parser: 2.7.1 + sirv: 3.0.0 + svelte: 5.2.7 + tiny-glob: 0.2.9 + vite: 5.4.11 + + '@sveltejs/vite-plugin-svelte-inspector@3.0.1(@sveltejs/vite-plugin-svelte@4.0.1(svelte@5.2.7)(vite@5.4.11))(svelte@5.2.7)(vite@5.4.11)': + dependencies: + '@sveltejs/vite-plugin-svelte': 4.0.1(svelte@5.2.7)(vite@5.4.11) + debug: 4.3.7 + svelte: 5.2.7 + vite: 5.4.11 + transitivePeerDependencies: + - supports-color + + '@sveltejs/vite-plugin-svelte@4.0.1(svelte@5.2.7)(vite@5.4.11)': + dependencies: + '@sveltejs/vite-plugin-svelte-inspector': 3.0.1(@sveltejs/vite-plugin-svelte@4.0.1(svelte@5.2.7)(vite@5.4.11))(svelte@5.2.7)(vite@5.4.11) + debug: 4.3.7 + deepmerge: 4.3.1 + kleur: 4.1.5 + magic-string: 0.30.13 + svelte: 5.2.7 + vite: 5.4.11 + vitefu: 1.0.3(vite@5.4.11) + transitivePeerDependencies: + - supports-color + + '@types/cookie@0.6.0': {} + + '@types/estree@1.0.6': {} + + acorn-typescript@1.4.13(acorn@8.14.0): + dependencies: + acorn: 8.14.0 + + acorn@8.14.0: {} + + ansi-regex@5.0.1: {} + + ansi-regex@6.1.0: {} + + ansi-styles@4.3.0: + dependencies: + color-convert: 2.0.1 + + ansi-styles@6.2.1: {} + + any-promise@1.3.0: {} + + anymatch@3.1.3: + dependencies: + normalize-path: 3.0.0 + picomatch: 2.3.1 + + arg@5.0.2: {} + + aria-query@5.3.2: {} + + autoprefixer@10.4.20(postcss@8.4.49): + dependencies: + browserslist: 4.24.2 + caniuse-lite: 1.0.30001683 + fraction.js: 4.3.7 + normalize-range: 0.1.2 + picocolors: 1.1.1 + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + + axobject-query@4.1.0: {} + + balanced-match@1.0.2: {} + + binary-extensions@2.3.0: {} + + brace-expansion@2.0.1: + dependencies: + balanced-match: 1.0.2 + + braces@3.0.3: + dependencies: + fill-range: 7.1.1 + + browserslist@4.24.2: + dependencies: + caniuse-lite: 1.0.30001683 + electron-to-chromium: 1.5.64 + node-releases: 2.0.18 + update-browserslist-db: 1.1.1(browserslist@4.24.2) + + camelcase-css@2.0.1: {} + + caniuse-lite@1.0.30001683: {} + + chokidar@3.6.0: + dependencies: + anymatch: 3.1.3 + braces: 3.0.3 + glob-parent: 5.1.2 + is-binary-path: 2.1.0 + is-glob: 4.0.3 + normalize-path: 3.0.0 + readdirp: 3.6.0 + optionalDependencies: + fsevents: 2.3.3 + + chokidar@4.0.1: + dependencies: + readdirp: 4.0.2 + + color-convert@2.0.1: + dependencies: + color-name: 1.1.4 + + color-name@1.1.4: {} + + commander@4.1.1: {} + + cookie@0.6.0: {} + + cross-spawn@7.0.6: + dependencies: + path-key: 3.1.1 + shebang-command: 2.0.0 + which: 2.0.2 + + cssesc@3.0.0: {} + + debug@4.3.7: + dependencies: + ms: 2.1.3 + + deepmerge@4.3.1: {} + + devalue@5.1.1: {} + + didyoumean@1.2.2: {} + + dlv@1.1.3: {} + + eastasianwidth@0.2.0: {} + + electron-to-chromium@1.5.64: {} + + emoji-regex@8.0.0: {} + + emoji-regex@9.2.2: {} + + esbuild@0.21.5: + optionalDependencies: + '@esbuild/aix-ppc64': 0.21.5 + '@esbuild/android-arm': 0.21.5 + '@esbuild/android-arm64': 0.21.5 + '@esbuild/android-x64': 0.21.5 + '@esbuild/darwin-arm64': 0.21.5 + '@esbuild/darwin-x64': 0.21.5 + '@esbuild/freebsd-arm64': 0.21.5 + '@esbuild/freebsd-x64': 0.21.5 + '@esbuild/linux-arm': 0.21.5 + '@esbuild/linux-arm64': 0.21.5 + '@esbuild/linux-ia32': 0.21.5 + '@esbuild/linux-loong64': 0.21.5 + '@esbuild/linux-mips64el': 0.21.5 + '@esbuild/linux-ppc64': 0.21.5 + '@esbuild/linux-riscv64': 0.21.5 + '@esbuild/linux-s390x': 0.21.5 + '@esbuild/linux-x64': 0.21.5 + '@esbuild/netbsd-x64': 0.21.5 + '@esbuild/openbsd-x64': 0.21.5 + '@esbuild/sunos-x64': 0.21.5 + '@esbuild/win32-arm64': 0.21.5 + '@esbuild/win32-ia32': 0.21.5 + '@esbuild/win32-x64': 0.21.5 + + esbuild@0.24.0: + optionalDependencies: + '@esbuild/aix-ppc64': 0.24.0 + '@esbuild/android-arm': 0.24.0 + '@esbuild/android-arm64': 0.24.0 + '@esbuild/android-x64': 0.24.0 + '@esbuild/darwin-arm64': 0.24.0 + '@esbuild/darwin-x64': 0.24.0 + '@esbuild/freebsd-arm64': 0.24.0 + '@esbuild/freebsd-x64': 0.24.0 + '@esbuild/linux-arm': 0.24.0 + '@esbuild/linux-arm64': 0.24.0 + '@esbuild/linux-ia32': 0.24.0 + '@esbuild/linux-loong64': 0.24.0 + '@esbuild/linux-mips64el': 0.24.0 + '@esbuild/linux-ppc64': 0.24.0 + '@esbuild/linux-riscv64': 0.24.0 + '@esbuild/linux-s390x': 0.24.0 + '@esbuild/linux-x64': 0.24.0 + '@esbuild/netbsd-x64': 0.24.0 + '@esbuild/openbsd-arm64': 0.24.0 + '@esbuild/openbsd-x64': 0.24.0 + '@esbuild/sunos-x64': 0.24.0 + '@esbuild/win32-arm64': 0.24.0 + '@esbuild/win32-ia32': 0.24.0 + '@esbuild/win32-x64': 0.24.0 + + escalade@3.2.0: {} + + esm-env@1.1.4: {} + + esrap@1.2.2: + dependencies: + '@jridgewell/sourcemap-codec': 1.5.0 + '@types/estree': 1.0.6 + + fast-glob@3.3.2: + dependencies: + '@nodelib/fs.stat': 2.0.5 + '@nodelib/fs.walk': 1.2.8 + glob-parent: 5.1.2 + merge2: 1.4.1 + micromatch: 4.0.8 + + fastq@1.17.1: + dependencies: + reusify: 1.0.4 + + fdir@6.4.2: {} + + fill-range@7.1.1: + dependencies: + to-regex-range: 5.0.1 + + foreground-child@3.3.0: + dependencies: + cross-spawn: 7.0.6 + signal-exit: 4.1.0 + + fraction.js@4.3.7: {} + + fsevents@2.3.3: + optional: true + + function-bind@1.1.2: {} + + glob-parent@5.1.2: + dependencies: + is-glob: 4.0.3 + + glob-parent@6.0.2: + dependencies: + is-glob: 4.0.3 + + glob@10.4.5: + dependencies: + foreground-child: 3.3.0 + jackspeak: 3.4.3 + minimatch: 9.0.5 + minipass: 7.1.2 + package-json-from-dist: 1.0.1 + path-scurry: 1.11.1 + + globalyzer@0.1.0: {} + + globrex@0.1.2: {} + + hasown@2.0.2: + dependencies: + function-bind: 1.1.2 + + import-meta-resolve@4.1.0: {} + + is-binary-path@2.1.0: + dependencies: + binary-extensions: 2.3.0 + + is-core-module@2.15.1: + dependencies: + hasown: 2.0.2 + + is-extglob@2.1.1: {} + + is-fullwidth-code-point@3.0.0: {} + + is-glob@4.0.3: + dependencies: + is-extglob: 2.1.1 + + is-number@7.0.0: {} + + is-reference@3.0.3: + dependencies: + '@types/estree': 1.0.6 + + isexe@2.0.0: {} + + jackspeak@3.4.3: + dependencies: + '@isaacs/cliui': 8.0.2 + optionalDependencies: + '@pkgjs/parseargs': 0.11.0 + + jiti@1.21.6: {} + + kleur@4.1.5: {} + + lilconfig@2.1.0: {} + + lilconfig@3.1.2: {} + + lines-and-columns@1.2.4: {} + + locate-character@3.0.0: {} + + lru-cache@10.4.3: {} + + magic-string@0.30.13: + dependencies: + '@jridgewell/sourcemap-codec': 1.5.0 + + merge2@1.4.1: {} + + micromatch@4.0.8: + dependencies: + braces: 3.0.3 + picomatch: 2.3.1 + + minimatch@9.0.5: + dependencies: + brace-expansion: 2.0.1 + + minipass@7.1.2: {} + + mri@1.2.0: {} + + mrmime@2.0.0: {} + + ms@2.1.3: {} + + mz@2.7.0: + dependencies: + any-promise: 1.3.0 + object-assign: 4.1.1 + thenify-all: 1.6.0 + + nanoid@3.3.7: {} + + node-releases@2.0.18: {} + + normalize-path@3.0.0: {} + + normalize-range@0.1.2: {} + + object-assign@4.1.1: {} + + object-hash@3.0.0: {} + + openpgp@6.0.1: {} + + package-json-from-dist@1.0.1: {} + + path-key@3.1.1: {} + + path-parse@1.0.7: {} + + path-scurry@1.11.1: + dependencies: + lru-cache: 10.4.3 + minipass: 7.1.2 + + picocolors@1.1.1: {} + + picomatch@2.3.1: {} + + pify@2.3.0: {} + + pirates@4.0.6: {} + + postcss-import@15.1.0(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + read-cache: 1.0.0 + resolve: 1.22.8 + + postcss-js@4.0.1(postcss@8.4.49): + dependencies: + camelcase-css: 2.0.1 + postcss: 8.4.49 + + postcss-load-config@4.0.2(postcss@8.4.49): + dependencies: + lilconfig: 3.1.2 + yaml: 2.6.1 + optionalDependencies: + postcss: 8.4.49 + + postcss-nested@6.2.0(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-selector-parser: 6.1.2 + + postcss-selector-parser@6.1.2: + dependencies: + cssesc: 3.0.0 + util-deprecate: 1.0.2 + + postcss-value-parser@4.2.0: {} + + postcss@8.4.49: + dependencies: + nanoid: 3.3.7 + picocolors: 1.1.1 + source-map-js: 1.2.1 + + prettier-plugin-svelte@3.3.2(prettier@3.3.3)(svelte@5.2.7): + dependencies: + prettier: 3.3.3 + svelte: 5.2.7 + + prettier@3.3.3: {} + + queue-microtask@1.2.3: {} + + read-cache@1.0.0: + dependencies: + pify: 2.3.0 + + readdirp@3.6.0: + dependencies: + picomatch: 2.3.1 + + readdirp@4.0.2: {} + + resolve@1.22.8: + dependencies: + is-core-module: 2.15.1 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + + reusify@1.0.4: {} + + rollup@4.27.3: + dependencies: + '@types/estree': 1.0.6 + optionalDependencies: + '@rollup/rollup-android-arm-eabi': 4.27.3 + '@rollup/rollup-android-arm64': 4.27.3 + '@rollup/rollup-darwin-arm64': 4.27.3 + '@rollup/rollup-darwin-x64': 4.27.3 + '@rollup/rollup-freebsd-arm64': 4.27.3 + '@rollup/rollup-freebsd-x64': 4.27.3 + '@rollup/rollup-linux-arm-gnueabihf': 4.27.3 + '@rollup/rollup-linux-arm-musleabihf': 4.27.3 + '@rollup/rollup-linux-arm64-gnu': 4.27.3 + '@rollup/rollup-linux-arm64-musl': 4.27.3 + '@rollup/rollup-linux-powerpc64le-gnu': 4.27.3 + '@rollup/rollup-linux-riscv64-gnu': 4.27.3 + '@rollup/rollup-linux-s390x-gnu': 4.27.3 + '@rollup/rollup-linux-x64-gnu': 4.27.3 + '@rollup/rollup-linux-x64-musl': 4.27.3 + '@rollup/rollup-win32-arm64-msvc': 4.27.3 + '@rollup/rollup-win32-ia32-msvc': 4.27.3 + '@rollup/rollup-win32-x64-msvc': 4.27.3 + fsevents: 2.3.3 + + run-parallel@1.2.0: + dependencies: + queue-microtask: 1.2.3 + + sade@1.8.1: + dependencies: + mri: 1.2.0 + + set-cookie-parser@2.7.1: {} + + shebang-command@2.0.0: + dependencies: + shebang-regex: 3.0.0 + + shebang-regex@3.0.0: {} + + signal-exit@4.1.0: {} + + sirv@3.0.0: + dependencies: + '@polka/url': 1.0.0-next.28 + mrmime: 2.0.0 + totalist: 3.0.1 + + source-map-js@1.2.1: {} + + string-width@4.2.3: + dependencies: + emoji-regex: 8.0.0 + is-fullwidth-code-point: 3.0.0 + strip-ansi: 6.0.1 + + string-width@5.1.2: + dependencies: + eastasianwidth: 0.2.0 + emoji-regex: 9.2.2 + strip-ansi: 7.1.0 + + strip-ansi@6.0.1: + dependencies: + ansi-regex: 5.0.1 + + strip-ansi@7.1.0: + dependencies: + ansi-regex: 6.1.0 + + sucrase@3.35.0: + dependencies: + '@jridgewell/gen-mapping': 0.3.5 + commander: 4.1.1 + glob: 10.4.5 + lines-and-columns: 1.2.4 + mz: 2.7.0 + pirates: 4.0.6 + ts-interface-checker: 0.1.13 + + supports-preserve-symlinks-flag@1.0.0: {} + + svelte-check@4.1.0(svelte@5.2.7)(typescript@5.6.3): + dependencies: + '@jridgewell/trace-mapping': 0.3.25 + chokidar: 4.0.1 + fdir: 6.4.2 + picocolors: 1.1.1 + sade: 1.8.1 + svelte: 5.2.7 + typescript: 5.6.3 + transitivePeerDependencies: + - picomatch + + svelte@5.2.7: + dependencies: + '@ampproject/remapping': 2.3.0 + '@jridgewell/sourcemap-codec': 1.5.0 + '@types/estree': 1.0.6 + acorn: 8.14.0 + acorn-typescript: 1.4.13(acorn@8.14.0) + aria-query: 5.3.2 + axobject-query: 4.1.0 + esm-env: 1.1.4 + esrap: 1.2.2 + is-reference: 3.0.3 + locate-character: 3.0.0 + magic-string: 0.30.13 + zimmerframe: 1.1.2 + + tailwindcss@3.4.15: + dependencies: + '@alloc/quick-lru': 5.2.0 + arg: 5.0.2 + chokidar: 3.6.0 + didyoumean: 1.2.2 + dlv: 1.1.3 + fast-glob: 3.3.2 + glob-parent: 6.0.2 + is-glob: 4.0.3 + jiti: 1.21.6 + lilconfig: 2.1.0 + micromatch: 4.0.8 + normalize-path: 3.0.0 + object-hash: 3.0.0 + picocolors: 1.1.1 + postcss: 8.4.49 + postcss-import: 15.1.0(postcss@8.4.49) + postcss-js: 4.0.1(postcss@8.4.49) + postcss-load-config: 4.0.2(postcss@8.4.49) + postcss-nested: 6.2.0(postcss@8.4.49) + postcss-selector-parser: 6.1.2 + resolve: 1.22.8 + sucrase: 3.35.0 + transitivePeerDependencies: + - ts-node + + thenify-all@1.6.0: + dependencies: + thenify: 3.3.1 + + thenify@3.3.1: + dependencies: + any-promise: 1.3.0 + + tiny-glob@0.2.9: + dependencies: + globalyzer: 0.1.0 + globrex: 0.1.2 + + to-regex-range@5.0.1: + dependencies: + is-number: 7.0.0 + + totalist@3.0.1: {} + + ts-interface-checker@0.1.13: {} + + typescript@5.6.3: {} + + update-browserslist-db@1.1.1(browserslist@4.24.2): + dependencies: + browserslist: 4.24.2 + escalade: 3.2.0 + picocolors: 1.1.1 + + util-deprecate@1.0.2: {} + + vite@5.4.11: + dependencies: + esbuild: 0.21.5 + postcss: 8.4.49 + rollup: 4.27.3 + optionalDependencies: + fsevents: 2.3.3 + + vitefu@1.0.3(vite@5.4.11): + optionalDependencies: + vite: 5.4.11 + + which@2.0.2: + dependencies: + isexe: 2.0.0 + + wrap-ansi@7.0.0: + dependencies: + ansi-styles: 4.3.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 + + wrap-ansi@8.1.0: + dependencies: + ansi-styles: 6.2.1 + string-width: 5.1.2 + strip-ansi: 7.1.0 + + yaml@2.6.1: {} + + zimmerframe@1.1.2: {} diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 0000000..2e7af2b --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,6 @@ +export default { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +} diff --git a/src/app.css b/src/app.css new file mode 100644 index 0000000..e920bfb --- /dev/null +++ b/src/app.css @@ -0,0 +1,12 @@ +/* + Copyright (C) 2024 memdmp + + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ +@tailwind base; +@tailwind components; +@tailwind utilities; diff --git a/src/app.d.ts b/src/app.d.ts new file mode 100644 index 0000000..743f07b --- /dev/null +++ b/src/app.d.ts @@ -0,0 +1,13 @@ +// See https://kit.svelte.dev/docs/types#app +// for information about these interfaces +declare global { + namespace App { + // interface Error {} + // interface Locals {} + // interface PageData {} + // interface PageState {} + // interface Platform {} + } +} + +export {}; diff --git a/src/app.html b/src/app.html new file mode 100644 index 0000000..f2d20ed --- /dev/null +++ b/src/app.html @@ -0,0 +1,31 @@ +<!-- +/** + * @generated + * @license AGPL-3.0-OR-LATER + * @copyright 2024 memdmp + * @upstream see https://[currentdomain]/upstream + * + * Copyright (C) 2024 memdmp + * + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + --> +<!DOCTYPE html> +<html lang="en" xmlns="http://www.w3.org/1999/xhtml"> + +<head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <link rel="icon" href="%sveltekit.assets%/favicon.png" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + %sveltekit.head% +</head> + +<body data-sveltekit-preload-data="hover"> + <div style="display: contents">%sveltekit.body%</div> +</body> + +</html>
\ No newline at end of file diff --git a/src/lib/fonts/Ac437_IBM_EGA_8x14.css b/src/lib/fonts/Ac437_IBM_EGA_8x14.css new file mode 100644 index 0000000..01a053b --- /dev/null +++ b/src/lib/fonts/Ac437_IBM_EGA_8x14.css @@ -0,0 +1,18 @@ +/* + Copyright (C) 2024 memdmp + + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ +@font-face { + font-family: "Ac437 IBM EGA 8x14"; + src: + local("Ac437 IBM EGA 8x14"), + url("./Ac437_IBM_EGA_8x14.woff2") format("woff2"), + url("./Ac437_IBM_EGA_8x14.woff") format("woff"), + url("./Ac437_IBM_EGA_8x14.ttf") format("opentype"); + font-display: swap; +} diff --git a/src/lib/fonts/Ac437_IBM_EGA_8x14.ttf b/src/lib/fonts/Ac437_IBM_EGA_8x14.ttf Binary files differnew file mode 100644 index 0000000..d5b008b --- /dev/null +++ b/src/lib/fonts/Ac437_IBM_EGA_8x14.ttf diff --git a/src/lib/fonts/Ac437_IBM_EGA_8x14.woff b/src/lib/fonts/Ac437_IBM_EGA_8x14.woff Binary files differnew file mode 100644 index 0000000..2a9d6dc --- /dev/null +++ b/src/lib/fonts/Ac437_IBM_EGA_8x14.woff diff --git a/src/lib/fonts/Ac437_IBM_EGA_8x14.woff2 b/src/lib/fonts/Ac437_IBM_EGA_8x14.woff2 Binary files differnew file mode 100644 index 0000000..fa786e2 --- /dev/null +++ b/src/lib/fonts/Ac437_IBM_EGA_8x14.woff2 diff --git a/src/lib/fonts/Px437_DOS-V_re_JPN12.css b/src/lib/fonts/Px437_DOS-V_re_JPN12.css new file mode 100644 index 0000000..410e9de --- /dev/null +++ b/src/lib/fonts/Px437_DOS-V_re_JPN12.css @@ -0,0 +1,18 @@ +/* + Copyright (C) 2024 memdmp + + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ +@font-face { + font-family: "Px437 DOS/V re. JPN12"; + src: + local("Px437 DOS/V re. JPN12"), + url("./Px437_DOS-V_re_JPN12.woff2") format("woff2"), + url("./Px437_DOS-V_re_JPN12.woff") format("woff"), + url("./Px437_DOS-V_re_JPN12.ttf") format("opentype"); + font-display: swap; +} diff --git a/src/lib/fonts/Px437_DOS-V_re_JPN12.ttf b/src/lib/fonts/Px437_DOS-V_re_JPN12.ttf Binary files differnew file mode 100644 index 0000000..6f4d616 --- /dev/null +++ b/src/lib/fonts/Px437_DOS-V_re_JPN12.ttf diff --git a/src/lib/fonts/Px437_DOS-V_re_JPN12.woff b/src/lib/fonts/Px437_DOS-V_re_JPN12.woff Binary files differnew file mode 100644 index 0000000..311517f --- /dev/null +++ b/src/lib/fonts/Px437_DOS-V_re_JPN12.woff diff --git a/src/lib/fonts/Px437_DOS-V_re_JPN12.woff2 b/src/lib/fonts/Px437_DOS-V_re_JPN12.woff2 Binary files differnew file mode 100644 index 0000000..12926c4 --- /dev/null +++ b/src/lib/fonts/Px437_DOS-V_re_JPN12.woff2 diff --git a/src/lib/fonts/PxPlus_IBM_EGA_8x14.css b/src/lib/fonts/PxPlus_IBM_EGA_8x14.css new file mode 100644 index 0000000..d1a3a97 --- /dev/null +++ b/src/lib/fonts/PxPlus_IBM_EGA_8x14.css @@ -0,0 +1,18 @@ +/* + Copyright (C) 2024 memdmp + + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ +@font-face { + font-family: "PxPlus IBM EGA 8x14"; + src: + local("PxPlus IBM EGA 8x14"), + url("./PxPlus_IBM_EGA_8x14.woff2") format("woff2"), + url("./PxPlus_IBM_EGA_8x14.woff") format("woff"), + url("./PxPlus_IBM_EGA_8x14.ttf") format("opentype"); + font-display: swap; +} diff --git a/src/lib/fonts/PxPlus_IBM_EGA_8x14.ttf b/src/lib/fonts/PxPlus_IBM_EGA_8x14.ttf Binary files differnew file mode 100644 index 0000000..6dc1007 --- /dev/null +++ b/src/lib/fonts/PxPlus_IBM_EGA_8x14.ttf diff --git a/src/lib/fonts/PxPlus_IBM_EGA_8x14.woff b/src/lib/fonts/PxPlus_IBM_EGA_8x14.woff Binary files differnew file mode 100644 index 0000000..0763445 --- /dev/null +++ b/src/lib/fonts/PxPlus_IBM_EGA_8x14.woff diff --git a/src/lib/fonts/PxPlus_IBM_EGA_8x14.woff2 b/src/lib/fonts/PxPlus_IBM_EGA_8x14.woff2 Binary files differnew file mode 100644 index 0000000..c29e71a --- /dev/null +++ b/src/lib/fonts/PxPlus_IBM_EGA_8x14.woff2 diff --git a/src/lib/fonts/all-local-after-woff2.css b/src/lib/fonts/all-local-after-woff2.css new file mode 100644 index 0000000..9bc8d65 --- /dev/null +++ b/src/lib/fonts/all-local-after-woff2.css @@ -0,0 +1,36 @@ +/* + Copyright (C) 2024 memdmp + + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ +@font-face { + font-family: "Ac437 IBM EGA 8x14"; + src: + url("./Ac437_IBM_EGA_8x14.woff2") format("woff2"), + local("Ac437 IBM EGA 8x14"), + url("./Ac437_IBM_EGA_8x14.woff") format("woff"), + url("./Ac437_IBM_EGA_8x14.ttf") format("opentype"); + font-display: swap; +} +@font-face { + font-family: "PxPlus IBM EGA 8x14"; + src: + url("./PxPlus_IBM_EGA_8x14.woff2") format("woff2"), + local("PxPlus IBM EGA 8x14"), + url("./PxPlus_IBM_EGA_8x14.woff") format("woff"), + url("./PxPlus_IBM_EGA_8x14.ttf") format("opentype"); + font-display: swap; +} +@font-face { + font-family: "Px437 DOS/V re. JPN12"; + src: + url("./Px437_DOS-V_re_JPN12.woff2") format("woff2"), + local("Px437 DOS/V re. JPN12"), + url("./Px437_DOS-V_re_JPN12.woff") format("woff"), + url("./Px437_DOS-V_re_JPN12.ttf") format("opentype"); + font-display: swap; +} diff --git a/src/lib/fonts/all.css b/src/lib/fonts/all.css new file mode 100644 index 0000000..7b30c9a --- /dev/null +++ b/src/lib/fonts/all.css @@ -0,0 +1,36 @@ +/* + Copyright (C) 2024 memdmp + + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ +@font-face { + font-family: "Ac437 IBM EGA 8x14"; + src: + local("Ac437 IBM EGA 8x14"), + url("./Ac437_IBM_EGA_8x14.woff2") format("woff2"), + url("./Ac437_IBM_EGA_8x14.woff") format("woff"), + url("./Ac437_IBM_EGA_8x14.ttf") format("opentype"); + font-display: swap; +} +@font-face { + font-family: "PxPlus IBM EGA 8x14"; + src: + local("PxPlus IBM EGA 8x14"), + url("./PxPlus_IBM_EGA_8x14.woff2") format("woff2"), + url("./PxPlus_IBM_EGA_8x14.woff") format("woff"), + url("./PxPlus_IBM_EGA_8x14.ttf") format("opentype"); + font-display: swap; +} +@font-face { + font-family: "Px437 DOS/V re. JPN12"; + src: + local("Px437 DOS/V re. JPN12"), + url("./Px437_DOS-V_re_JPN12.woff2") format("woff2"), + url("./Px437_DOS-V_re_JPN12.woff") format("woff"), + url("./Px437_DOS-V_re_JPN12.ttf") format("opentype"); + font-display: swap; +} diff --git a/src/lib/index.ts b/src/lib/index.ts new file mode 100644 index 0000000..13c5889 --- /dev/null +++ b/src/lib/index.ts @@ -0,0 +1,10 @@ +/* + Copyright (C) 2024 memdmp + + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ +export * as styles from "./styles.ts"; diff --git a/src/lib/license.ts b/src/lib/license.ts new file mode 100644 index 0000000..d9c8ffe --- /dev/null +++ b/src/lib/license.ts @@ -0,0 +1,7 @@ +import * as license from "$/../LICENSE?raw"; + +export default (typeof license === "string" + ? license + : "default" in license + ? license.default + : JSON.stringify(license, null, 2)) as string; diff --git a/src/lib/styles.ts b/src/lib/styles.ts new file mode 100644 index 0000000..fd361b4 --- /dev/null +++ b/src/lib/styles.ts @@ -0,0 +1,10 @@ +/* + Copyright (C) 2024 memdmp + + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ +export const button = "bg-white bg-opacity-10 text-white p-4 rounded-xl"; diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte new file mode 100644 index 0000000..53bd941 --- /dev/null +++ b/src/routes/+layout.svelte @@ -0,0 +1,11 @@ +<script lang="ts"> + import "../app.css"; + import "$lib/fonts/all-local-after-woff2.css"; + const { children } = $props(); +</script> + +<div + class="w-screen h-screen fixed top-0 left-0 bg-black text-white p-4 overflow-y-auto" +> + {@render children()} +</div> diff --git a/src/routes/+layout.ts b/src/routes/+layout.ts new file mode 100644 index 0000000..2c01569 --- /dev/null +++ b/src/routes/+layout.ts @@ -0,0 +1,11 @@ +/* + Copyright (C) 2024 memdmp + + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ +export const prerender = true; +export const trailingSlash = 'always'; diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte new file mode 100644 index 0000000..701132b --- /dev/null +++ b/src/routes/+page.svelte @@ -0,0 +1,414 @@ +<!-- +/** + * @license AGPL-3.0-OR-LATER + * @copyright 2024 memdmp + * + * Copyright (C) 2024 memdmp + * + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + --> +<script lang="ts"> + import logo from "./boot-logo.png"; + import "./anim.css"; + import { architecture, hostname, tty, versions } from "./distro-info"; + import { login, ttyLines, type RenderBlock, type TTYText } from "./shared"; + import { onDestroy, onMount } from "svelte"; + + const initTagLine = `line flex flex-row flex-wrap gap-3 justify-between`; + + const fsckFileCount = Math.floor(Math.random() * 32768 + 6732); + const fsckTotalCount = Math.round( + (fsckFileCount / 6732) * 753664 + Math.random() * 10000, + ); + const blocksTotal = Math.floor(Math.random() * 8000000 + 4000000); + const blocksCount = Math.floor(Math.random() * 600000 + 200000); + + const lanLeastSignificantIPPart = Math.floor(Math.random() * 253 + 2); + + let isScripted = false; + onMount(() => (isScripted = true)); + onDestroy(() => (isScripted = false)); +</script> + +<svelte:head> + <title>mem.estrogen.zone</title> +</svelte:head> + +{#snippet tagLeft(colour: string)} + <span class="text-[{colour}]">*</span> +{/snippet} +{#snippet okTagLeft()} + {@render tagLeft("#51f051")} +{/snippet} +{#snippet tagRight(innerText: string, innerColour: string)} + <span class="text-[#5f5fff]">[</span> + <span class="text-[{innerColour}]">{innerText}</span> + <span class="text-[#5f5fff]">]</span> +{/snippet} +{#snippet okTagRight()} + {@render tagRight("ok", "#51f051")} +{/snippet} +{#snippet okLine(text: string, classes?: string, rightClass?: string)} + <div class="{initTagLine}{classes ? ' ' + classes : ''}"> + <div class="left"> + {@render okTagLeft()} + {text} + </div> + <div class="right{rightClass ? ' ' + rightClass : ''}"> + {@render okTagRight()} + </div> + </div> +{/snippet} +{#snippet ttyTextInnerRenderer(section: RenderBlock)} + <span + class="ttytext-block {section.colour + ? ` text-[${section.colour}]` + : ''}{section.bg ? ` bg-[${section.bg}]` : ''} {section.weight + ? ` ${['', 'font-thin', 'font-extralight', 'font-light', 'font-normal', 'font-medium', 'font-semibold', 'font-bold', 'font-extrabold', 'font-black'][section.weight / 100]}` + : ''}{typeof section.italic === 'undefined' + ? '' + : section.italic + ? ' italic' + : ' not-italic'}{typeof section.underlined === 'undefined' + ? '' + : section.underlined + ? ` underline` + : ' no-underline'} inline" + >{#if section.raw}{@html section.value}{:else}{#each section.value + .split("\n") + .map( (l, i, a) => (i === a.length - 1 ? [0, l] : [1, l]), ) as [nl, l]}{l}{#if nl}<br + />{/if}{/each}{/if}</span + > +{/snippet} +{#snippet ttyTextMiddleRenderer( + section: RenderBlock, + line: TTYText & { kind: "text" }, +)} + {#if section.url} + {#if typeof section.url === "string"} + {#if section.url.startsWith("newtab:")} + <a + href={section.url.substring(7)} + target="_blank" + rel="noopener noreferrer" + class="no-underline text-inherit" + download={section.dl}>{@render ttyTextInnerRenderer(section)}</a + > + {:else if section.url.startsWith("currenttab:")} + <a + href={section.url.substring(11)} + class="no-underline text-inherit" + download={section.dl}>{@render ttyTextInnerRenderer(section)}</a + > + {:else} + ERR: Unknown Link Format + {/if} + {:else} + <span + on:click={() => + typeof section.url !== "function" ? void 0 : section.url(line)} + on:keypress={() => + typeof section.url !== "function" ? void 0 : section.url(line)} + role="link" + tabindex="0">{@render ttyTextInnerRenderer(section)}</span + > + {/if} + {:else} + {@render ttyTextInnerRenderer(section)} + {/if} +{/snippet} +{#snippet ttyText(line: TTYText)} + {#if line.kind === "text"} + {#if (line.renderrestriction ?? "everywhere") === "everywhere" || line.renderrestriction === "noscript" || (line.renderrestriction === "js-only" && isScripted)} + {#if line.renderrestriction === "noscript"} + <noscript class="inline-block max-w-[100%] {line.classes.join(' ')}" + >{#each line.value as v}{@render ttyTextMiddleRenderer( + v, + line, + )}{/each}</noscript + > + {:else} + <span class="inline-block max-w-[100%] {line.classes.join(' ')}" + >{#each line.value as v}{@render ttyTextMiddleRenderer( + v, + line, + )}{/each}</span + > + {/if} + {/if} + {/if} +{/snippet} + +<div class="hidden"> + {#each ["inline-block", "block", "flex", "inline-flex", "max-w-full", "font-thin", "font-extralight", "font-light", "font-normal", "font-medium", "font-semibold", "font-bold", "font-extrabold", "font-black"] as c} + <span class={c}></span> + {/each} +</div> + +<div class="fixed top-0 left-0 w-screen h-screen font-mono" id="app"> + <div + id="bios" + class="flex flex-col items-center justify-between relative font-bios text-lg" + > + <div class="top flex items-center justify-center flex-col"> + <div class="inner text-[#999999]"> + <p class="leading-4 mt-8 -mb-8 max-w-[36rem]"> + <span class="bdsdxe-load" + >BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot + (0x0)/Pci(0x2,0x4)/Pci(0x0,0x0)</span + ><br /> + <span class="bdsdxe-start" + >BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot + (0x0)/Pci(0x2,0x4)/Pci(0x0,0x0)</span + > + </p> + </div> + </div> + <div class="middle"> + <img + src={logo} + alt="Bootloader Logo" + class="w-32 h-32 flex items-center justify-center" + /> + </div> + <div + class="bottom flex flex-col items-stretch justify-center text-center gap-0.5 w-full pb-4" + > + <div class="start-text">Start boot option</div> + <div + class="bar h-4" + style={`background-image: url("data:image/svg+xml,${encodeURIComponent(`<svg width="32" height="32" viewbox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> + <rect x="1" y="1" width="30" height="30" fill="white" stroke="black" stroke-width="2"/> +</svg> +`)}");background-size:contain;`} + ></div> + </div> + </div> + <div id="grub" class="font-grub text-sm"> + <div + class="relative p-4 flex items-stretch justify-stretch flex-col w-screen h-screen" + > + <p class="title text-[#a2a2a2] mb-4 h-4 text-center"> + GNU GRUB version 2.12 + </p> + <div + class="outer-border border-2 border-[#a8a8a8] border-solid h-full px-1 py-2 flex flex-col items-stretch" + > + <div class="entry bg-[#a8a8a8] text-[#000] text-left"> + *Alpine Linux {versions.alpine.number}, with {versions.kernel + .humanReadable} + </div> + <div class="entry text-[#a8a8a8] text-left"> + UEFI Firmware Setup + </div> + </div> + <p class="footer text-[#a2a2a2] my-4 text-left pl-2"> + <span class="block pl-6"> + Use the ↑ and ↓ keys to select which entry is highlighted.<br /> + Press enter to boot the selected OS, `e' to edit the commands before booting + or `c' for a command-line.<br /> + </span> + The highlighted entry will be executed automatically in + <span class="grub-2s inline-block">2</span><span + class="grub-1s inline-block">1</span + >s. + </p> + </div> + </div> + <div id="grub-term" class="font-grub text-sm text-left text-[#a2a2a2]"> + <p class="p-8"> + Booting `Alpine Linux {versions.alpine.number}, with {versions + .kernel.humanReadable}'<br /><br /><span class="load-kernel" + >Loading {versions.kernel.humanReadable} ...</span + ><br /><span class="load-ramdisk">Loading initial ramdisk ...</span> + </p> + </div> + <!-- + flex col reverse and mb auto are hacks for it to auto scroll to bottom(!) + flex col reverse only works due to nested inner (which would be at bottom of screen, if it wasnt for mb-auto div above it) + --> + <div id="openrc" class="overflow-y-auto flex flex-col-reverse"> + <div class="mb-auto"></div> + <div class="font-mono leading-4 text-[#b9b9b9] flex flex-col p-4"> + <div class="line"> + <span class="text-[#51f051]">OpenRC</span> + <span class="text-[#4bdfdf]">{versions.openrc}</span> + is starting up Linux + <span class="text-[#5f5fff]">{versions.kernel.id} ({architecture})</span + > + </div> + <div class="line">​</div> + {@render okLine("/proc/ is already mounted")} + {@render okLine("Mounting /run ...")} + {@render okLine("/run/openrc: creating directory")} + {@render okLine("/run/lock: creating directory", "openrc-boot-step-1")} + {@render okLine("/run/lock: correcting owner", "openrc-boot-step-1")} + {@render okLine("Caching service dependencies ...", "openrc-boot-step-1")} + {@render okLine("Remounting devtmpfs on /dev ...", "openrc-boot-step-2")} + {@render okLine("Mounting /dev/mqueue ...", "openrc-boot-step-3")} + {@render okLine("Mounting security filesystem ...", "openrc-boot-step-4")} + {@render okLine("Mounting debug filesystem ...", "openrc-boot-step-5")} + {@render okLine( + "Mounting persistent storage (pstore) filesystem ...", + "openrc-boot-step-5", + )} + {@render okLine("Mounting efivarfs filesystem ...", "openrc-boot-step-5")} + {@render okLine("Starting busybox mdev ...", "openrc-boot-step-6")} + {@render okLine("Scanning hardware for mdev ...", "openrc-boot-step-6")} + {@render okLine("Loading hardware drivers ...", "openrc-boot-step-7")} + {@render okLine("Loading modules ...", "openrc-boot-step-8")} + {@render okLine( + "Setting system clock using the hardware clock [UTC] ...", + "openrc-boot-step-9", + )} + {@render okLine("Checking local filesystems ...", "openrc-boot-step-10")} + <div class="line openrc-boot-step-11"> + /dev/mapper/bepis: clean, {fsckFileCount}/{fsckTotalCount} files, {blocksCount}/{blocksTotal} + blocks + </div> + {@render okLine( + "Remounting root filesystem read/write ...", + "openrc-boot-step-12", + )} + {@render okLine("Remounting filesystems ...", "openrc-boot-step-13")} + {@render okLine("Activating swap devices ...", "openrc-boot-step-14")} + {@render okLine("Mounting local filesystems ...", "openrc-boot-step-15")} + {@render okLine( + "Configuring kernel parameters ...", + "openrc-boot-step-16", + )} + {@render okLine("Creating user login records ...", "openrc-boot-step-17")} + {@render okLine("Setting hostname ...", "openrc-boot-step-18")} + {@render okLine("Setting keymap ...", "openrc-boot-step-19")} + {@render okLine("Starting networking ...", "openrc-boot-step-20")} + {@render okLine("\xa0\xa0lo ...", "openrc-boot-step-21")} + {@render okLine("\xa0\xa0eth0 ...", "openrc-boot-step-22")} + <div class="line openrc-boot-step-22">udhcpd: started</div> + <div class="line openrc-boot-step-23">udhcpd: broadcasting discover</div> + <!-- TODO: configurable subnet uwu --> + <div class="line openrc-boot-step-24"> + udhcpd: broadcasting select for 192.168.1.{lanLeastSignificantIPPart}, + server 192.168.1.1 + </div> + <div class="line openrc-boot-step-25"> + udhcpd: lease of 192.168.1.{lanLeastSignificantIPPart} obtained from 192.168.1.1, + lease time 3600 + </div> + {@render okLine( + "Seeding random number generator ...", + "openrc-boot-step-26", + )} + {@render okLine( + "Seeding 256 bits without crediting", + "openrc-boot-step-26", + )} + {@render okLine( + "Saving 256 bits of creditable seed for next boot", + "openrc-boot-step-26", + )} + {@render okLine("Starting logbookd ...", "openrc-boot-step-27")} + {@render okLine("Starting busybox acpid ...", "openrc-boot-step-28")} + {@render okLine("Starting busybox crond ...", "openrc-boot-step-29")} + {@render okLine("Starting busybox ntpd ...", "openrc-boot-step-29")} + <div class="line openrc-boot-step-30">​</div> + <div class="line openrc-boot-step-30"> + Welcome to Alpine Linux {versions.alpine + .number}{#if versions.alpine.isEdge} (edge){/if} + </div> + <div class="line openrc-boot-step-30"> + Kernel {versions.kernel.humanReadable} on an {architecture} (/dev/{tty}) + </div> + <div class="line openrc-boot-step-30">​</div> + <div class="line openrc-boot-step-30"> + {hostname} login: <span class="openrc-username" + >{#each login.username + .split("") + .map((v, i) => [v, i] as const) as [char, idx]}<span + class="openrc-username-char openrc-username-char-{idx} inline-block" + >{char}</span + >{/each}</span + ><span class="openrc-hide-at-login-prompt-username-done" + ><span class="openrc-username-anim" + ><code class="hidden-after-anim">_</code></span + ></span + ><span class="openrc-pw-line" + ><br /> + Password: <span class="openrc-password-anim" + ><code class="hidden-after-anim">_</code></span + ></span + > + </div> + <!-- TODO: Animate login and launching a tui here (for js enjoyers) or a minimal terminal after clearing the screen, and a no js screen alongside a plaintext version of the thing (for schizo noscript lovers) --> + <div class="hidden-after-anim"> + <span class="openrc-hide-at-last-boot-step inline-block"> + <pre class="flashing-cursor">_</pre> + </span> + </div> + <div class="line ttylines-openrc font-mono text-[#070505] flex flex-col"> + {#each ttyLines.filter(((maxidx) => (_, i) => i < (maxidx === -1 ? Infinity : maxidx))(ttyLines.findIndex((v) => v.kind === "clear"))) as line} + {@render ttyText(line)} + {/each} + </div> + </div> + </div> + {#if ttyLines.find((v) => v.kind === "clear")} + {#each ttyLines + .map((v, i) => [v, i] as const) + .filter(([v]) => v.kind === "clear") + .map((v, i, a) => [v[1], a[i + 1]?.[1], i]) as [idx, nextIdx, clearIdx]} + <div + id="tty-{clearIdx}" + class="overflow-y-auto max-h-screen flex flex-col-reverse" + > + <div class="mb-auto"></div> + <div class="font-mono leading-4 text-[#070505] flex flex-col p-4"> + {#each ttyLines.filter((_, i) => i >= idx && i < (nextIdx ?? Infinity)) as line} + {@render ttyText(line)} + {/each} + </div> + </div> + {/each} + {/if} +</div> + +<style> + @keyframes flashing-cursor { + 0% { + opacity: 0; + } + 49% { + opacity: 0; + } + 50% { + opacity: 1; + } + 99% { + opacity: 1; + } + 100% { + opacity: 0; + } + } + .flashing-cursor { + animation-name: flashing-cursor; + animation-duration: 0.4s; + animation-iteration-count: infinite; + animation-timing-function: linear; + } + .hidden-after-anim { + margin-top: -99999vh; + margin-bottom: 99999vh; + margin-left: -99999vw; + margin-right: 99999vw; + transform: scaleX(0); + opacity: 0; + } + .ttytext-block { + white-space-collapse: preserve-spaces; + } +</style> diff --git a/src/routes/anim-gen.ts b/src/routes/anim-gen.ts new file mode 100644 index 0000000..9138ca9 --- /dev/null +++ b/src/routes/anim-gen.ts @@ -0,0 +1,504 @@ +/* + Copyright (C) 2024 memdmp + + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ +import { Animation, MultiObjectKeyframe } from '@memdmp/keyframegen'; +import { + biosStepInterval, + biosSteps, + getDelay, + login, + ttyLines, +} from './shared.ts'; +const anim = new Animation(); +let ttyCtr = 0; +const stages = [ + anim.selector('#bios'), + anim.selector('#grub'), + anim.selector('#grub-term'), + anim.selector('#openrc'), + ...(ttyLines.flatMap((v) => + v.kind === 'clear' + ? [ + anim.selector('#tty-' + ttyCtr++), + ] + : [] + )), +]; +const visibleStageStyles = `margin-top: 0; +margin-bottom: 0; +margin-left: 0; +margin-right: 0; +height: 100vh; +width: 100vw; +opacity: 1;`; +const hiddenStageStyles = `margin-top: -99999vh; +margin-bottom: 99999vh; +margin-left: -99999vw; +margin-right: 99999vw; +height: 0px; +width: 0px; +opacity: 0;`; +const visibleStyles = `margin-top: 0; +margin-bottom: 0; +margin-left: 0; +margin-right: 0; +transform: none; +opacity: 1;`; +const hiddenStyles = `margin-top: -99999vh; +margin-bottom: 99999vh; +margin-left: -99999vw; +margin-right: 99999vw; +transform: scaleX(0); +opacity: 0;`; +const altHiddenStyles = `opacity:0; +transform:scaleX(0); +width:0; +height:0; +margin-left:-100vw; +margin-right:100vw;`; +const altVisibleStyles = `opacity:1; +transform:none; +width:max-content; +height:max-content; +margin-left:0; +margin-right:0;`; +stages.forEach((v, i) => + v.style(i === 0 ? visibleStageStyles : hiddenStageStyles) +); +let currentStage: typeof stages[number]; +const toStage = (stage: number) => { + const oldStage = currentStage; + currentStage = stages[stage]; + if (typeof oldStage !== 'undefined') { + oldStage.style( + visibleStageStyles, + ); + currentStage.style( + hiddenStageStyles, + ); + anim._internal_timeline.now += 1; + oldStage.style( + hiddenStageStyles, + ); + } + currentStage.style( + visibleStageStyles, + ); +}; + +type Step = (next: () => void) => void; + +const biosStepHandlers: Step[] = [ + // Show BIOS + (next) => { + toStage(0); + anim.in(1000 * 3 / 10, next); + }, + // Show Start boot option + (next) => { + const s = anim.selector('#bios .start-text'); + s.style(hiddenStyles); + anim._internal_timeline.now += 1; + s.style(visibleStyles); + anim.in(1000, next); + }, + // Show bar parts + ...new Array( + biosSteps, + ).fill( + (quantity: number, lastQuantity: number, index: number) => + (next: () => void) => { + const s = anim.selector( + `#bios .bar`, + ); + s.style(`${index === 0 ? hiddenStyles : visibleStyles} +width: ${lastQuantity * 100}vw;`); + anim._internal_timeline.now += 1; + s.style(`${visibleStyles} +width: ${quantity * 100}vw;`); + anim.in(quantity === 1 ? 50 : biosStepInterval, next); + }, + ).map((v, i, a) => v((i + 1) / a.length, i / a.length, i)), + // Show bdsdxe + (next) => { + const s1 = anim.selector('#bios .bdsdxe-load'); + const s2 = anim.selector('#bios .bdsdxe-start'); + s1.style(hiddenStyles); + s2.style(hiddenStyles); + anim._internal_timeline.now += 1; + s1.style(visibleStyles); + anim.in(75, () => { + s2.style(visibleStyles); + anim.in(50, next); + }); + }, +]; +const grubStepHandlers: Step[] = [ // Show Grub + (next) => { + toStage(1); + anim.in(1000, next); + }, + // Hide 2s, show 1s + (next) => { + const g2s = anim.selector('#grub .grub-2s'); + const g1s = anim.selector('#grub .grub-1s'); + g2s.style('width:max-content;opacity:1;'); + g1s.style('width:0;opacity:0;'); + anim._internal_timeline.now += 1; + g2s.style('width:0;opacity:0;'); + g1s.style('width:max-content;opacity:1;'); + anim.in(1000, next); + }, + // Show Booting Alpine Grub + (next) => { + toStage(2); + anim.in(100, next); + }, + (next) => { + const s = anim.selector('#grub-term .load-kernel'); + s.style(hiddenStyles); + anim._internal_timeline.now += 1; + s.style(visibleStyles); + anim.in(200, next); + }, + (next) => { + const s = anim.selector('#grub-term .load-ramdisk'); + s.style(hiddenStyles); + anim._internal_timeline.now += 1; + s.style(visibleStyles); + anim.in(950, next); + }, +]; +const typingIndicatorFlashTime = 200; +const typingIndicatorHidden = ` +opacity: 0; +transform: scaleX(0); +`; +const typingIndicatorVisible = ` +opacity: 1; +transform: none; +`; +/** Returns the last state it was in */ +const idleTypingBar = ( + typingBarSelector: MultiObjectKeyframe, + idleFor: number, +) => { + let flashingTimeCtr = 0; + let isHiddenInCycle = false; + typingBarSelector.style(typingIndicatorVisible); + const v = () => + isHiddenInCycle ? typingIndicatorHidden : typingIndicatorVisible; + while ((flashingTimeCtr += typingIndicatorFlashTime) < idleFor) { + if (flashingTimeCtr === typingIndicatorFlashTime) flashingTimeCtr /= 2; + anim.in(flashingTimeCtr, () => { + isHiddenInCycle = !isHiddenInCycle; + typingBarSelector.style( + v(), + ); + }); + anim.in(flashingTimeCtr - 1, () => { + typingBarSelector.style( + v(), + ); + }); + } + return v(); +}; +const typeCharacter = ( + typingBarSelector: MultiObjectKeyframe, + characterSelector: MultiObjectKeyframe | undefined | null, + next: () => void, + characterTime: number, +) => { + const characterHidden = ` + transform:scaleX(0); + width: 0; + opacity: 0; + `; + const characterVisible = ` + transform:none; + width: max-content; + opacity: 1; + `; + typingBarSelector.style(typingIndicatorVisible); + if (characterSelector) { + characterSelector.style(characterHidden); + anim._internal_timeline.now += 1; + characterSelector.style(characterVisible); + } + if (characterTime > typingIndicatorFlashTime) { + const res = idleTypingBar(typingBarSelector, characterTime); + anim.in(characterTime - 1, () => { + typingBarSelector.style(res); + }); + anim.in(characterTime, () => { + typingBarSelector.style(typingIndicatorHidden); + }); + anim.in(characterTime + 1000 / 60, next); + } else { + anim.in(characterTime, () => { + typingBarSelector.style(typingIndicatorHidden); + }); + anim.in(characterTime + 1000 / 60, next); + } +}; +const openrcStepHandlers = (multi: number): Step[] => [ + // Show OpenRC + (next) => { + toStage(3); + next(); + }, + ...[ + // Steps 1-3 + 1000 / 60, + 200, + 1000 / 30, + // Steps 4-9 + 1000 / 60, + 1000 / 60, + 4000 / 60, + 1000 / 40, + 400, + 75, + // Steps 10-15 + 150, + 100, + 85, + 100, + 3500 / 60, + 125, + // Steps 16-20 + 3500 / 60, + 100, + 150, + 1000 / 60, + 1000 / 60, + 1000 / 60, + // Steps 21-25 + 1000 / 85, + 1000 / 45, + 1000 / 60, + 1000 / 60, + 500, + // Steps 26-30 + 750, + 400, + 100, + 100, + 400, + // Time till typing: + 1000, + ].map((v) => v / multi).map((time, idx, arr) => (next: () => void) => { + const s = anim.selector('#openrc .openrc-boot-step-' + idx); + s.style(`${hiddenStyles} +max-height: 0;`); + if (idx === arr.length - 1) { + anim.selector('#openrc .openrc-hide-at-last-boot-step').style( + 'opacity:1;max-height:90vh;max-width:100vw;', + ); + } + anim._internal_timeline.now += 1; + if (idx === arr.length - 1) { + anim.selector('#openrc .openrc-hide-at-last-boot-step').style( + 'opacity:0;max-height:0;max-width:0;', + ); + } + s.style(`${visibleStyles} +max-height: max-content;`); + if (idx === arr.length - 1) { + idleTypingBar(anim.selector('#openrc .openrc-username-anim'), time); + } + anim.in(time, next); + }), + // Typing Username + ...((() => { + const typingBar = anim.selector('#openrc .openrc-username-anim'); + return login.username.split('').map((_, i) => { + const character = anim.selector( + `#openrc .openrc-username .openrc-username-char.openrc-username-char-${i}`, + ); + return (next: () => void) => + typeCharacter(typingBar, character, next, getDelay(login)); + }); + })()), + // Hide Username Cursor + (next) => { + const s = anim.selector( + '#openrc .openrc-hide-at-login-prompt-username-done', + ); + s.style(`transform:none;width:max-content;opacity:1;`); + anim._internal_timeline.now += 1; + s.style(`transform:scaleX(0);width:0;opacity:0;`); + next(); + }, + // Show Password + (next) => { + const s = anim.selector('#openrc .openrc-pw-line'); + s.style(`transform:scaleX(0);width:0;opacity:0;`); + anim._internal_timeline.now += 1; + s.style(`transform:none;width:max-content;opacity:1;`); + next(); + }, + // Password Typing + ...(new Array(login.passwordLength).fill( + (_idx: number) => (next: () => void) => { + const s = anim.selector('#openrc .openrc-password-anim'); + const characterTime = getDelay(login); + typeCharacter(s, null, next, characterTime); + }, + ).map((v, i) => v(i))), + (next) => { + const s = anim.selector('#openrc .openrc-password-anim'); + s.style('opacity:0;transform:scaleX(0);'); + anim.in(1, next); + }, +]; +const ttyStepHandlers: Step[] = [ + (next) => anim.in(100, next), + (next) => { + const s = anim.selector( + `#openrc .ttylines-openrc`, + ); + s.style(altHiddenStyles); + anim.in(1, () => { + s.style(altVisibleStyles); + next(); + }); + }, + ...(() => { + let isBeforeFirstClear = true; + let ttyIdx = 0; + return ttyLines.map((step) => (next: () => void) => { + switch (step.kind) { + case 'text': { + const s = anim.selector( + `${isBeforeFirstClear ? '#openrc' : '#tty-' + (ttyIdx - 1)} ${ + step.classes.map((v) => `.${v}`).join('') + }`, + ); + s.style(altHiddenStyles); + anim.in(1, () => { + s.style(altVisibleStyles); + next(); + }); + break; + } + case 'removeNode': { + const s = anim.selector( + `${isBeforeFirstClear ? '#openrc' : '#tty-' + (ttyIdx - 1)} ${ + step.removedItemClassList.map((v) => `.${v}`).join('') + }`, + ); + s.style(altVisibleStyles); + anim.in(1, () => { + s.style(altHiddenStyles); + next(); + }); + break; + } + case 'time': { + anim.in(step.delay, next); + break; + } + case 'cursorVisibility': { + next(); + break; + } + case 'clear': { + if (isBeforeFirstClear) { + isBeforeFirstClear = false; + } + toStage(3 + (++ttyIdx)); + next(); + break; + } + } + }); + })(), +]; + +const handleSteps: Step[] = [ + // (n) => { + // toStage(0); + // anim.in(500, n); + // }, + ...biosStepHandlers, + ...grubStepHandlers, + ...openrcStepHandlers(1), + ...ttyStepHandlers, + (n) => { + const s = anim.selector('#app .hidden-after-anim'); + s.style(visibleStyles); + anim._internal_timeline.now += 1; + s.style(hiddenStyles); + anim.in(1000, n); + }, +]; +const nextStep = () => handleSteps.shift()!(nextStep); +handleSteps.push(() => { + anim.style('#nonexistentelement', ''); + // we done +}); +nextStep(); +const output = `/** + * @generated + * @license AGPL-3.0-OR-LATER + * @copyright 2024 memdmp + * + * Copyright (C) 2024 memdmp + * + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. + */ +${anim.exportToCSS()} +${ + stages.filter((_, i, a) => i !== a.length - 1).map((v) => + `${v.selector} { +${hiddenStageStyles} +} +.ttytext-removed-after-done { + display: inline-block; + opacity: 0; + width: 0; + height: 0; + margin-left: -100vw; + margin-right: 100vw; +} +${ + (ttyLines.flatMap((v) => + v.kind === 'text' + ? [ + ...v.value.map((v) => ({ + kind: 'text' as const, + ...v, + })), + ] + : [] + ).flatMap((v) => [ + ...( + v.kind === 'text' + ? [ + v.colour + ? `.ttytext-block.text-\\[\\${v.colour}\\]{color:${v.colour};}` + : '', + v.bg + ? `.ttytext-block.bg-\\[\\${v.bg}\\]{background:${v.bg};}` + : '', + ] + : [] + ), + ]).filter((v, i, a) => v.length !== 0 && a.indexOf(v) === i)).join('\n') + } +` + ).join('') +}`; +console.log(output); diff --git a/src/routes/boot-logo.png b/src/routes/boot-logo.png Binary files differnew file mode 100644 index 0000000..fa3edc0 --- /dev/null +++ b/src/routes/boot-logo.png diff --git a/src/routes/canaries/+page.svelte b/src/routes/canaries/+page.svelte new file mode 100644 index 0000000..adbbdcc --- /dev/null +++ b/src/routes/canaries/+page.svelte @@ -0,0 +1,5 @@ +<script lang="ts"> + import keyStore from "./keystore"; +</script> + +{@debug keyStore} diff --git a/src/routes/canaries/canaries.ts b/src/routes/canaries/canaries.ts new file mode 100644 index 0000000..de5c44f --- /dev/null +++ b/src/routes/canaries/canaries.ts @@ -0,0 +1,25 @@ +export const canaries: Canary[] = []; +export class Canary { + public constructor( + public name: string, + public description: string, + public url: string, + public keyIdentifier: string, + ) { + canaries.push(this); + } +} +new Canary( + 'estrogen.zone, memdmp', + 'This canary is responsible for services hosted around estrogen.zone and yuridick.gay', + '/canaries/memdmp:estrogen.zone', + 'memdmp', +); + +new Canary( + 'kyun.host', + 'This canary is responsible for the VPS provider "kyun.host"', + // '/canaries/napatha:kyun.host', + 'https://files.kyun.host/canary.txt', + 'napatha', +); diff --git a/src/routes/canaries/keystore.ts b/src/routes/canaries/keystore.ts new file mode 100644 index 0000000..788428d --- /dev/null +++ b/src/routes/canaries/keystore.ts @@ -0,0 +1,120 @@ +import { PublicKey, readCleartextMessage, readKey, verify } from 'openpgp'; +export const keyStore = new Map<string, PublicKey>(); +export const validateSignature = async ( + message: string, + id: string, +) => { + id = id.toUpperCase(); + const key = keyStore.get(id) ?? keyStore.get(id.replace(/ /g, '')); + if (!key) throw new Error('Could not find key from keystore'); + const signedMessage = await readCleartextMessage({ + cleartextMessage: message, + }); + const verificationResult = await verify({ + message: signedMessage, + verificationKeys: key, + expectSigned: true, + }); + return verificationResult.data; +}; +const pushKey = async ( + { ids, key, is_url, expectUserIds, signed_by }: { + ids?: string[]; + expectUserIds?: string[]; + key: string; + is_url?: boolean; + signed_by?: string; + }, +) => { + ids = ids ?? []; + if (is_url) { + key = await fetch( + new URL(key, 'https://keys.openpgp.org/vks/v1/by-fingerprint/'), + {}, + ).then((v) => v.text()); + } + if (signed_by) { + key = await validateSignature(key, signed_by); + } + const parsedKey = await readKey({ + armoredKey: key, + }).then((v) => v.toPublic()); + { + const missingUserIds = + expectUserIds?.filter((v) => !expectUserIds.includes(v)) ?? []; + if (missingUserIds.length) { + throw new Error( + `Key ${parsedKey.getFingerprint()} is missing User IDs: ${ + missingUserIds.join(', ') + }`, + ); + } + } + ids.push( + parsedKey.getKeyID().toHex().replace(/ /g, ''), + parsedKey.getFingerprint().replace(/ /g, ''), + ...(expectUserIds ?? []), + ); + ids = ids.filter((v, i, a) => a.indexOf(v) === i).map((v) => v.toUpperCase()); + for (const id of ids) { + keyStore.set(id, parsedKey); + } +}; +await pushKey({ + key: 'B546778F06BBCC8EC167DB3CD919706487B8B6DE', + ids: ['memdmp'], + expectUserIds: [ + 'memdmp <memdmp@estrogen.zone>', + 'memdmp <memdmp@memeware.net>', + ], + is_url: true, +}); +await pushKey({ + // TODO: when primary memdmp key rotates, or when this key expires, replace this inline string with a new one + key: `-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA512 + +- -----BEGIN PGP PUBLIC KEY BLOCK----- +Comment: User ID: memdmp canary keysig <memdmp-key-for-signing-canary-related-keys-for-external-services@fakemail.uwu> +Comment: Valid from: 22 Nov 2024 18:31:11 +Comment: Valid until: 22 Nov 2027 12:00:00 +Comment: Type: 255-bit EdDSA (secret key available) +Comment: Usage: Signing, Encryption, Certifying User IDs +Comment: Fingerprint: 55D3582CAE78601990A8CA1DBFD0F9E61CB7D84E + +mDMEZ0C/3xYJKwYBBAHaRw8BAQdA5w4ET7V3FmasUc3h9sb0O0/y38LXp+IUV8Wf +La95jm20ZG1lbWRtcCBjYW5hcnkga2V5c2lnIDxtZW1kbXAta2V5LWZvci1zaWdu +aW5nLWNhbmFyeS1yZWxhdGVkLWtleXMtZm9yLWV4dGVybmFsLXNlcnZpY2VzQGZh +a2VtYWlsLnV3dT6ImQQTFgoAQRYhBFXTWCyueGAZkKjKHb/Q+eYct9hOBQJnQL/f +AhsDBQkFoz7RBQsJCAcCAiICBhUKCQgLAgQWAgMBAh4HAheAAAoJEL/Q+eYct9hO +X68BAPPBy76J7EWb25+fj/QUD0rYyi/E2kLfGbW+PLhrB/AdAQDl5icCilAI/2xv +X4jpGCH9KdJoClIV4g2AyKoEITKBDbg4BGdAv98SCisGAQQBl1UBBQEBB0CcYmml +AWFCXVjIerJJrs/GA65EZDwoZowiVVTS99FvaQMBCAeIfgQYFgoAJhYhBFXTWCyu +eGAZkKjKHb/Q+eYct9hOBQJnQL/fAhsMBQkFoz7RAAoJEL/Q+eYct9hOr2IA/22U +2rOPevvUoiObv/DeeQlP2mvaQcOCFHp1HVF+4oHrAQDWZiihBvdIESbqm5MH0zLe +EkEE03+lW4Zbe25P6MHsBg== +=5NPo +- -----END PGP PUBLIC KEY BLOCK----- +-----BEGIN PGP SIGNATURE----- + +iIoEARYKADIWIQS1RnePBrvMjsFn2zzZGXBkh7i23gUCZ0DABRQcbWVtZG1wQG1l +bWV3YXJlLm5ldAAKCRDZGXBkh7i23vV5AP9K2Q6j6cOGovTVqsWlThK7qxA2Faz+ +ZQ4KTbprMz8J4AD/bG33f9Kqg3AqehEyU2TldJs9U9Oni5AXGSGfKLJhmQc= +=945T +-----END PGP SIGNATURE----- +`, + signed_by: 'memdmp <memdmp@memeware.net>', + ids: ['canary-sigkey-signing'], +}); +await pushKey({ + // TODO: adapt to the relevant url on current domain when up + key: 'https://files.catbox.moe/yf4x40.sig', + ids: ['napatha'], + expectUserIds: [ + 'chef naphtha <naphtha@kyun.host>', + ], + is_url: true, + signed_by: 'canary-sigkey-signing', +}); + +export default keyStore; diff --git a/src/routes/canaries/napatha:kyun.host/+server.ts b/src/routes/canaries/napatha:kyun.host/+server.ts new file mode 100644 index 0000000..260d15e --- /dev/null +++ b/src/routes/canaries/napatha:kyun.host/+server.ts @@ -0,0 +1,5 @@ +import { redirect } from '@sveltejs/kit'; + +export const GET = () => { + throw redirect(307, 'https://files.kyun.host/canary.txt'); +}; diff --git a/src/routes/distro-info.ts b/src/routes/distro-info.ts new file mode 100644 index 0000000..0c4656e --- /dev/null +++ b/src/routes/distro-info.ts @@ -0,0 +1,38 @@ +/* + Copyright (C) 2024 memdmp + + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ +export const architecture = 'x86_64'; +export const versions = { + alpine: { + number: '3.21.0', + isEdge: true, + }, + kernel: { + id: '6.6.53-0-lts', + humanReadable: 'Linux lts', + }, + openrc: '0.55.1.ba16daf355', + udhcpd: '1.36.1', +}; +export const tty = 'tty1'; +export const hostname = 'estrogen.zone'; +export const interfaces = { + // key: iface name + // value: time for it coming up, in millis + lo: 0, + eth0: Math.random() * 128 + 2, +}; + +if (versions.alpine.isEdge) { + versions.alpine.number += `_alpha${ + new Date().getUTCFullYear().toString() + + new Date().getUTCMonth().toString().padStart(2, '0') + + new Date().getUTCDate().toString().padStart(2, '0') + }`; +} diff --git a/src/routes/license/+server.ts b/src/routes/license/+server.ts new file mode 100644 index 0000000..14db510 --- /dev/null +++ b/src/routes/license/+server.ts @@ -0,0 +1,5 @@ +import license from "$lib/license.ts"; + +export const GET = () => { + return new Response(license); +}; diff --git a/src/routes/shared.ts b/src/routes/shared.ts new file mode 100644 index 0000000..a5ff683 --- /dev/null +++ b/src/routes/shared.ts @@ -0,0 +1,485 @@ +/* + Copyright (C) 2024 memdmp + + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ +export const biosSteps = 3; +export const biosStepInterval = 1000; + +const wpmToTypingSpeed = (wpm: number, avgWordLen: number) => + (1 / (wpm * avgWordLen / 60)) * 1000; + +const averageWordLength = 4.793; +const typingInfo = (wpm = 80) => ({ + typingSpeedAvg: wpmToTypingSpeed(wpm, averageWordLength), + typingDeviation: 20, // typing speed deviation is often correlated to the typing speed - TODO: at way lower speeds, the correlation is inverse; the more deviation there is (is this also the case for fast typing? what is the inflection point if not? i forgor i went down a rabbit hole yrs ago) +}); +export type TypingSpeed = ReturnType<typeof typingInfo>; +export const getDelay = (typingInfo: TypingSpeed) => + (Math.random() * 2 - 1) * typingInfo.typingDeviation + + typingInfo.typingSpeedAvg; +export const login = { + username: 'lain', + passwordLength: 12, + ...typingInfo(100), // one usually has muscle memory for well-known frequently-typed credentials, hence higher wpm +}; +export const ttyTypingInfo = typingInfo(); + +export type RenderBlock = { + value: string; + colour?: string; + weight?: 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900; + italic?: boolean; + underlined?: boolean; + url?: + | `newtab:${string}` + | `currenttab:${string}` + | ((textObj: TTYText & { kind: 'text' }) => void); + bg?: string; + raw?: boolean; + dl?: string; +}; +export type TTYText = { + kind: 'text'; + renderrestriction?: 'everywhere' | 'js-only' | 'noscript'; + value: RenderBlock[]; + id: string; + classes: string[]; +} | { + kind: 'removeNode'; + removedId: string; + removedItemClassList: string[]; +} | { + kind: 'time'; + delay: number; +} | { + kind: 'cursorVisibility'; + visible: boolean; +} | { + kind: 'clear'; +}; +export type Only<Obj, Keys extends keyof Obj> = { + [k in Keys]: Obj[k]; +}; +export type Diff< + T extends { + [k: string]: unknown; + }, + U extends keyof T, +> = ({ [P in keyof T]: P } & { [P in U]: never } & { [x: string]: never })[ + keyof T +]; +export type Omit< + T extends { + [k: string]: unknown; + }, + K extends keyof T, +> = Pick< + T, + Diff<T, K> +>; +export const ttyLines: TTYText[] = (() => { + const lines: TTYText[] = []; + let ids: string[] = []; + const byId = new Map<string, TTYText>(); + let i = 69420; + let defaultRenderRestriction: Only< + TTYText & { kind: 'text' }, + 'renderrestriction' + >['renderrestriction'] = 'everywhere'; + type LimitedRenderBlock = Omit<RenderBlock, 'value'>; + type RenderBlockArg = [ + text: string, + options?: LimitedRenderBlock, + ]; + /** due to hellish css constraints, each text() call creates its own line - however, each block in a text() is joined on the same line. */ + const text = ( + globalOptions: + | Only<TTYText & { kind: 'text' }, 'renderrestriction'> + | RenderBlockArg, + ...blocks: RenderBlockArg[] + ) => { + const id = (++i).toString(); + ids.push(id); + if (Array.isArray(globalOptions)) { + blocks.unshift(globalOptions); + globalOptions = {}; + } + const txt = { + kind: 'text', + renderrestriction: globalOptions.renderrestriction ?? + defaultRenderRestriction, + value: blocks.map(([t, o]) => ({ + value: t, + colour: '#b9b9b9', + ...o, + })), + id, + classes: [`ttytext-${id}`], + } as TTYText; + lines.push(txt); + byId.set(id, txt); + return id; + }; + const wait = (time: number) => + lines.push({ + kind: 'time', + delay: time, + }); + const del = (id: string | number) => { + const removedId = typeof id === 'string' + ? id + : id >= 0 + ? ids[id] + : ids[ids.length + id]; + const r = byId.get(removedId); + if (r?.kind === 'text') { + lines.push({ + kind: 'removeNode', + removedId, + removedItemClassList: r.classes, + }); + r.classes.push('ttytext-removed-after-done'); + } + ids = ids.filter((v) => v !== removedId); + }; + const delSince = (id: string | number) => { + const removedId = typeof id === 'string' + ? id + : id >= 0 + ? ids[id] + : ids[ids.length + id]; + const idIndex = ids.indexOf(removedId); + for (let i = idIndex; i < ids.length; i++) { + const removedId = ids[i]; + const r = byId.get(removedId); + if (r?.kind === 'text') { + r.classes.push('ttytext-removed-after-done'); + lines.push({ + kind: 'removeNode', + removedId, + removedItemClassList: r.classes, + }); + } + } + ids = ids.filter((_, i) => i < idIndex); + }; + const getLast = () => { + const v = byId.get(ids[ids.length - 1]); + if (v?.kind == 'text') { + return v.value; + } else return null; + }; + const overwriteLast = (...newValue: RenderBlockArg[]) => { + const v = byId.get(ids[ids.length - 1]); + const l = v?.kind == 'text' ? v.renderrestriction : 'everywhere'; + del(-1); + return text({ + renderrestriction: l, + }, ...newValue); + }; + const replaceLast = ( + handler: (newValue: RenderBlockArg[]) => RenderBlockArg[], + ) => + overwriteLast( + ...handler( + getLast()!.map( + (v) => + [ + v.value, + Object.fromEntries( + Object.entries(v).filter(([k]) => k !== 'value'), + ), + ] as const, + ), + ), + ); + const everyTTYClear: (() => void)[] = []; + const clear = () => { + if (lines.find((v) => v.kind === 'clear')) { + delSince(lines.findLastIndex((v) => v.kind === 'clear')); + } + lines.push({ kind: 'clear' }); + everyTTYClear.forEach((v) => v()); + }; + + everyTTYClear.push(() => { + text({ + renderrestriction: 'noscript', + }, ['This browser does not support JS. Your experience may be degraded.', { + bg: '#ff0000', + colour: '#dedede', + }], ['\n', {}]); + }); + everyTTYClear.forEach((v) => v()); + + // + + wait(300); + text({ renderrestriction: 'js-only' }, [ + ((v) => v[Math.floor(Math.random() * v.length)])([ + 'cool beats are stored in the balls', + 'found xml documents in the firmware', + 'overhead: "I don\'t consent" "hey thats my line"', + 'uwu', + 'i regret making this hellhole of a codebase', + ]), + { + colour: '#777777', + }, + ]); + wait(1000); + clear(); + text( + ['lain', { + colour: '#FFFF53', + weight: 700, + }], + [' in '], + ['mem.estrogen.zone', { + colour: '#17B117', + weight: 700, + }], + [' in '], + ['~', { + colour: '#53FFFF', + weight: 700, + }], + ); + text( + ['❯ ', { colour: '#53FF53', weight: 600 }], + [''], + ['', { colour: '#777777' }], + ); + { + const targetstr = '/usr/bin/env wel'; + const completions = [ + '/bin/sh -c "$(/usr/bin/env curl -fsSL https://blahaj.estrogen.zone/)"', + '/usr/local/bin/become-estradiol', + '/usr/bin/shellutil ansi cheatsheet 24bit', + '/usr/bin/env sh', + '/usr/bin/env wc -l src/routes/anim.css', + '/usr/bin/env welcome -c ~/.local/share/welcome.toml', + ]; + for (const c of [...targetstr.split(''), 'COMPLETE']) { + replaceLast((l) => { + const prompt = l[l.length - 2]; + const suggestions = l[l.length - 1]; + if (c === 'COMPLETE') { + prompt[0] += suggestions[0]; + suggestions[0] = ''; + } else { + prompt[0] += c; + const completion = completions.find((v) => v.startsWith(prompt[0])); + if (completion) { + suggestions[0] = completion.substring(prompt[0].length); + } else suggestions[0] = ''; + } + return l; + }); + if (c === 'COMPLETE') { + wait(100); + } else wait(50 + Math.random() * 100); + } + text(['Preparing...']); + wait(200); + } + wait(1000); + clear(); + text( + ['Welcome to'], + [''], + [' the Estrogen Zone!\n\n'], + ); + wait(300); + for (const c of ' my corner of'.split('')) { + replaceLast((l) => { + l[1][0] += c; + return l; + }); + wait(70); + } + text( + ['Places you can find me:', { + colour: '#7a7a7a', + }], + ); + wait(300); + text( + [' - ', { + colour: '#7a7a7a', + }], + ['Estradiol SourceHut: ', { colour: '#cdcdcd' }], + ); + wait(100); + replaceLast((v) => [...v, ['sh.estrogen.zone/~memdmp', { + colour: '#99aaff', + underlined: true, + weight: 700, + url: 'newtab:https://sh.estrogen.zone/~memdmp', + }]]); + wait(100); + text( + [' - ', { + colour: '#7a7a7a', + }], + ['On jsr: ', { colour: '#cdcdcd' }], + ); + wait(600); + replaceLast((v) => [...v, ['jsr.io/@memdmp', { + colour: '#f7df23', + underlined: true, + weight: 700, + url: 'newtab:https://sh.estrogen.zone/~memdmp', + }]]); + wait(200); + text( + [' - ', { + colour: '#7a7a7a', + }], + ['In random hackerspaces', { colour: '#aaaaaa' }], + ); + wait(600); + text( + ['\nYou may find these useful:', { + colour: '#7a7a7a', + }], + ); + wait(400); + text( + [' - ', { + colour: '#7a7a7a', + }], + ['GPG Root Key: ', { colour: '#cdcdcd' }], + ); + wait(1000); + replaceLast((v) => [...v, ['B546778F06BBCC8EC167DB3CD919706487B8B6DE', { + colour: '#58C7F3', + underlined: true, + weight: 700, + url: 'currenttab:/keys/memdmp/primary.pgp', + dl: 'memdmp-primary.pgp', + }]]); + wait(100); + replaceLast((v) => [...v, [' (root key)', { + colour: '#999999', + }]]); + wait(400); + text( + [' - ', { + colour: '#7a7a7a', + }], + ); + wait(70); + replaceLast( + (v) => [...v, ['GPG Git Key: ', { colour: '#cdcdcd' }]], + ); + wait(100); + replaceLast((v) => [...v, ['5134F05BD8D9DB8C6C0E1515A9439D346AB6DF4E', { + colour: '#F0A3B3', + underlined: true, + weight: 700, + url: 'currenttab:/keys/memdmp/git.pgp', + dl: 'memdmp-git.pgp', + }]]); + wait(100); + replaceLast((v) => [...v, [' (', { + colour: '#999999', + }], ['signed', { + colour: '#F0A3B3', + underlined: true, + weight: 500, + url: 'currenttab:/keys/memdmp/git.pgp.sig', + dl: 'memdmp-git.pgp.sig', + }], [')', { colour: '#999999' }]]); + wait(45); + text( + [' - ', { + colour: '#7a7a7a', + }], + ); + wait(70); + replaceLast( + ( + v, + ) => [...v, ['GPG Release Signing Key: ', { + colour: '#cdcdcd', + }]], + ); + wait(100); + replaceLast((v) => [...v, ['0D93102265071798C7B65A4C9F0739B9E0C8FD60', { + colour: '#ffffff', + underlined: true, + weight: 700, + url: 'currenttab:/keys/memdmp/release.pgp', + dl: 'memdmp-release.pgp', + }]]); + wait(100); + replaceLast((v) => [...v, [' (', { + colour: '#999999', + }], ['signed', { + colour: '#ffffff', + underlined: true, + weight: 500, + url: 'currenttab:/keys/memdmp/release.pgp.sig', + dl: 'memdmp-release.pgp.sig', + }], [')', { colour: '#999999' }]]); + wait(100); + text( + [' - ', { + colour: '#7a7a7a', + }], + ); + wait(35); + replaceLast( + ( + v, + ) => [...v, ['Source Code: ', { + colour: '#cdcdcd', + }]], + ); + wait(100); + replaceLast((v) => [...v, ['git.sh.estrogen.zone/~memdmp/mem.estrogen.zone', { + colour: '#F0A3B3', + underlined: true, + weight: 700, + url: 'newtab:/upstream/', + }]]); + wait(100); + text( + [' - ', { + colour: '#7a7a7a', + }], + ); + wait(35); + replaceLast( + ( + v, + ) => [...v, ['Canaries: ', { + colour: '#cdcdcd', + }]], + ); + wait(100); + replaceLast((v) => [...v, ['/canaries/', { + colour: '#58C7F3', + underlined: true, + weight: 700, + url: 'currenttab:/canaries/', + }]]); + wait(5000); + text([ + `<button style="padding: 12px 12px;background: #fff2;margin-top: 0.4rem;border-radius: 0.7rem;opacity:0.1;margin-top:3rem;" data-el="le funny button">have a button :3</button>`, + { + raw: true, + url: () => alert('i abused too much css for this i wanna cry now'), + }, + ]); + + // + + return lines; +})(); diff --git a/src/routes/upstream/+server.ts b/src/routes/upstream/+server.ts new file mode 100644 index 0000000..678e4cd --- /dev/null +++ b/src/routes/upstream/+server.ts @@ -0,0 +1,6 @@ +import { redirect } from "@sveltejs/kit"; +import { repository } from "$/../package.json" with { type: "json" }; + +export const GET = () => { + throw redirect(307, repository.url); +}; diff --git a/static/canaries/memdmp:estrogen.zone b/static/canaries/memdmp:estrogen.zone new file mode 100644 index 0000000..1388ada --- /dev/null +++ b/static/canaries/memdmp:estrogen.zone @@ -0,0 +1,156 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA512 + + ┏━ Date & Time Information ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ + ┃ + ┃ Canary was created at: + ┃ 2024-11-22 18:27:51 (UTC) + ┃ + ┣━ Proof of Date & Time ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ + ┃ + ┃ Latest Monero block hash: + ┃ b1e7fedc8dec1709ef6384aa0622bb8643eba75a1ba50c26af5a18d1be12b772 + ┃ + ┃ Latest Linux kernel.org `master` commit: + ┃ 28eb75e178d389d325f1666e422bc13bbbb9804c + ┃ + ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ + + ┏━ Law Enforcement Requests ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ + ┃ + ┃ Assuming this message is up-to-date, has a valid signature signed with the + ┃ correct key, this message certifies that, to the extent of memdmp's knowledge, + ┃ estrogen.zone and it's operators and administrators have, for... + ┃ + ┃ ...sh.estrogen.zone (and mem.estrogen.zone, mail.estrogen.zone): + ┃ - obtained 0 law enforcement request(s) for customer/user data, of which, + ┃ - obtained 0 were legally valid, sent in the correct channels, and resulted + ┃ in data being turned over + ┃ - never installed any law enforcement software or equipment anywhere on the + ┃ systems' networks + ┃ + ┃ ...yuridick.gay (including n.yuridick.gay): + ┃ - obtained 0 law enforcement request(s) for customer/user data, of which, + ┃ - obtained 0 were legally valid, sent in the correct channels, and resulted + ┃ in data being turned over + ┃ - never installed any law enforcement software or equipment anywhere on the + ┃ systems' networks + ┃ + ┃ Note that, however, if another operator of the aforementioned system(s) + ┃ has the ability to compromise the privacy of said infrastructure, and may + ┃ be prevented from communicating said information internally, you may need + ┃ to check their canaries. + ┃ + ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ + + ┏━ Compromising Systems ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ + ┃ + ┃ estrogen.zone and its operators have never weakened, compromised, or + ┃ subverted any of its software or hardware at the request of law + ┃ enforcement or another third party. + ┃ + ┃ Note that, however, if another operator of the aforementioned system(s) + ┃ has the ability to compromise said infrastructure, and may be prevented + ┃ from communicating said information internally, you may need to check + ┃ their canaries. + ┃ + ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ + + ┏━ External Providers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ + ┃ + ┃ Certain services are provided via kyun, which's canary can be found at + ┃ https://files.kyun.host/canary.txt and must be signed by + ┃ 120F C25E 2A9A 3F47 84AC 6B0E A0B5 22B4 DA20 1019. + ┃ + ┃ These services are: + ┃ - sh.estrogen.zone, mem.estrogen.zone, mail.estrogen.zone + ┃ - yuridick.gay, n.yuridick.gay + ┃ + ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ + + ┏━ Canary Deadline ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ + ┃ + ┃ This message should be updated within 7 days, and must be updated within 14. + ┃ This canary expires 14 days (336 hours; 20160 minutes) after publishing, + ┃ where the time of publishing is defined as the lowest one of: + ┃ - The date & time at the top of the canary + ┃ - The creation time of the monero hash at the top of this canary + ┃ (https://localmonero.co/blocks/block/ebbd7e0278800501b5092332ae2b0b38c1058e88a41155f21dcaf9147c8a86c1) + ┃ - The creation time of the linux kernel commit at the top of this canary + ┃ (https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=28eb75e178d389d325f1666e422bc13bbbb9804c) + ┃ + ┃ If the date & time are wildly out of line, or are outside of the key + ┃ signing this file's validity range, this canary is to be discarded. + ┃ + ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ + + ┏━ Signing Keys ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ + ┃ + ┃ Assuming you know this message is valid and has not been tampered with, + ┃ you can ensure future canaries are trustworthy by validating them against + ┃ the key with the fingerprint: + ┃ > B546 778F 06BB CC8E C167 DB3C D919 7064 87B8 B6DE + ┃ + ┃ The public key to verify this message's signature is available at: + ┃ https://mem.estrogen.zone/keys/memdmp/primary.pgp + ┃ https://meta.sh.estrogen.zone/~memdmp.pgp (one of them should be the right one) + ┃ https://pgp.surf.nl/pks/lookup?op=get&search=0xB546778F06BBCC8EC167DB3CD919706487B8B6DE + ┃ https://keys.openpgp.org/vks/v1/by-fingerprint/B546778F06BBCC8EC167DB3CD919706487B8B6DE + ┃ https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xB546778F06BBCC8EC167DB3CD919706487B8B6DE + ┃ + ┃ You should ensure that the fingerprint above matches the well-known one + ┃ for the signer, via external sources, such as recordings of talks, at + ┃ events, or other people signing their key. + ┃ + ┃ Any new keys, both temporary and permanent, for signing this document, + ┃ must be mentioned atleast ten days before said new keys are valid, and + ┃ must be signed by a known-good key. + ┃ Both keys must not be expired or revoked as of this new key being added, + ┃ and as of it being used to sign new canaries. + ┃ + ┃ Any canaries not signed by known good keys must be treated as invalid. + ┃ + ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ + + ┏━ Licensing ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ + ┃ + ┃ If you wish to use this canary, or one derived thereof, for your own + ┃ services, you must comply with the licencse below (SPDX: BSD-3-Clause): + ┃ + ┃ Copyright 2024 memdmp + ┃ + ┃ Redistribution and use in source and binary forms, with or without + ┃ modification, are permitted provided that the following conditions + ┃ are met: + ┃ + ┃ 1. Redistributions of source material must retain the above copyright + ┃ notice, this list of conditions and the following disclaimer. + ┃ 2. Redistributions in preprocessed/binary form must reproduce the + ┃ above copyright notice, this list of conditions and the following + ┃ disclaimer in the documentation and/or other materials provided + ┃ with the distribution. + ┃ 3. Neither the name of the copyright holder nor the names of its + ┃ contributors may be used to endorse or promote products derived + ┃ from this material without specific prior written permission. + ┃ + ┃ THIS MATERIAL IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + ┃ “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + ┃ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS + ┃ FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + ┃ COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, + ┃ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, + ┃ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + ┃ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + ┃ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + ┃ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN + ┃ ANY WAY OUT OF THE USE OF THIS MATERIAL, EVEN IF ADVISED OF THE + ┃ POSSIBILITY OF SUCH DAMAGE. + ┃ + ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┅┅┅┅┅┅┅┄┄┄┄┄ +-----BEGIN PGP SIGNATURE----- + +iHUEARYKAB0WIQS1RnePBrvMjsFn2zzZGXBkh7i23gUCZ0DN+wAKCRDZGXBkh7i2 +3kkuAQDdasKCV/XzARiOOdtkBP7nraSfLfOzPpANxeeCB7jLBQD9G7czLQgqgYOd +mDOQ/RYxdsEPwgjYSD9EsEivfSUPGA0= +=pJ4h +-----END PGP SIGNATURE----- diff --git a/static/favicon.png b/static/favicon.png Binary files differnew file mode 100644 index 0000000..825b9e6 --- /dev/null +++ b/static/favicon.png diff --git a/static/keys/external/napatha.pgp b/static/keys/external/napatha.pgp new file mode 100644 index 0000000..12ac1a3 --- /dev/null +++ b/static/keys/external/napatha.pgp @@ -0,0 +1,59 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Comment: User ID: chef naphtha <naphtha@kyun.host> +Comment: Valid from: 17 Jun 2023 17:21:12 +Comment: Valid until: 16 Jun 2025 17:21:12 +Comment: Type: 4,096-bit RSA +Comment: Usage: Signing, Encryption +Comment: Signature-Intention: This key is being signed for the intention of being used for kyun.host canaries +Comment: Fingerprint: 120FC25E2A9A3F4784AC6B0EA0B522B4DA201019 + +mQINBGSNz2gBEACljc+wENC1IFh/fsJdlNPZMt0ncUWD0TNY9dHqCMNeaim6mRkI +zZFttsehnrC1sysVcpD5/xUJQ1J8/cwzeeWc9YGiLrQ9hLNQfux5asHdPRaYRaCR +kBzsId3H7Ok5WOAhSttdowZM+JOoEqfAjrhmqBq+etyrLQbi/gkt2UohFkjgddlT +dsTA6Y6X8hDJ6oJkw//WP4WaFmYz8OHzHj65XtezEsbIoTXMvSRZeFd9qe6pDVv7 +nbE0q3fszqGyl6gayHYBzt/2HU9cNd29wxgHeIfH15AyXsUWZDOV8ZjC5OTjaI2d +4lwfmurs1KEXj6Aubrtb/j73nOXsAQw3qXeOYVCXa6t0oRAJjne6toK+NLehioU3 +iDZrpHt/u8yAm0lBOD+n+ZAph887MkBI/bmbudIDhRfm+2LcjmzL0n0yCZ0Es7nK +2xfo44cE5/0kwEAiOY6J1NynWywdntdCGl7d1fzx5tb/ev/nZykodcHghbK2vCFj +W19Ei6CDEXRY/8m7WB+CEOUKWaUHrSDAJpIEJVVdjTEVww9RJJ5uXfgr7ld7+Y8P +MTKX+RfjM+bSdtgSgTbQRgfWfeqXRo5vJ68kzKI6SBZB9RIF2ev98bUBDJqVTUzb +2V0S99Ao5tX72bLUF/OrfL3cRUtWWpA6YhYK7caAvYAzOubZUH3ihhbKlQARAQAB +tCBjaGVmIG5hcGh0aGEgPG5hcGh0aGFAa3l1bi5ob3N0PokCVAQTAQgAPhYhBBIP +wl4qmj9HhKxrDqC1IrTaIBAZBQJkjc9oAhsDBQkDwmcABQsJCAcCBhUKCQgLAgQW +AgMBAh4BAheAAAoJEKC1IrTaIBAZWQsP/R0RzyEodFot7jVzyYdLqCNr7DwAQd21 +AKkBo2SADDj/vItG84Q1vKRWVSukZAt/a5FdW3RSLG577l3mWl+ksZlh84BzKWGn +VVWa3egNpukcLSHHSSQxqLuFDIq8nIzYiu+Z6TZR0yRu02z8kUvQy3zssQjjP0K1 +yBJllVHWQwG67rRwVCZbsDebhST0gu6QIlK4moam0m+IyaujOIQNSwrqdh+R20dj +nPCWOvdDjDc8p9Ia9GPvqzGOdR7LG8xP8gDVdoa/qquy9BM9sQ1d46GdCGMYWSG6 +3BCy+4Xn/XlQm9neMLoErnabXuJd+iT2h+fMPQxP1+yGIvijYj+GwkVquE6bLaqK +34w9GnWSsWuQyKq8hNZD7Xf+KaTvbjrJCCi5C9KIIznZfqnm9RByds/e5T0jWKge +NRocGlhUj0Rs9D9LAwJXcSlwfhAZNcd6WPSGFYfyIMdjERNZ+2hUbzA1GmtN2r8P +s1mJkg7U8IHONFmznCZXdmcBfuO0PNbpAUl1eyIvGQXu95hrHIaW1V+oSTZ+NCIV +YiWpvPUT6HUYk+bMF1sH4St2k6B+LGaupPkHpe7VUd8jfn3Xa1AaY+SmW5j3VUJT +5QXxIWsEVkIwjZDIYsgyb0GYVZCqXIifcfvj/YTEig1P3HLdpaIRUDN9TgfN4C8v +XS/HoR3F7tZEuQINBGSNz2gBEACw15Vt1fWRUcVFQqG8632n+fpZq0ohbWRbUn7c +Z4et7CzwVIlXqLtTA76kIFuYzmbSQflVZANtiUIy5lQvmjBwXJBu1C90lQRk/Eat +zFif/QvOo7Qhw+oZt4MxLckLA2kcMnwv+YKPKvUILcZihHUBBhRRJnuy9h2JWfXv +R8hg+EoHMSzNCwQx8mn2U0CSE6fH/Ej/5U17d0a+CESuNmKKlmvx84Cv+FVIIbXF +SFjSW99kbv0P7/xhwJ8+4CROd/K3kAolFbawQNbrojznKscoXanFRxMau85gz2j5 +Mp22Cg+qtz7oOgyouyaY4oWS9VE7Xa/GADiN7YK4l5b7OzWZ19Lqz6g5NrmFRH78 +nYGXMJ9re7R5bXMXjkX8bkkJJr+MkOYWx0AeNIZV7P7tF04aQeCWwV63Eug9ZBlZ +mm3Psoq9UPDrzs0vCndDaz0whD+tg8Ab7sMceB0EPh2Yb4cLZrjYlQIFwrdsseqW +7Z6gzdEQFr5IpnDpA/IopKxP+M5MlKknCFSzQqrpjB+Jw6G1dadGSAKld4R9Ovfy +9V1SHI1KFdNIfcKa8qPrtIj5eYdkudZMshxuPQDrf0aPwWuIK0jAM+y+jPRBT/4g +IbN3exIXhBCVbswPbLTxjeGbXMIqFXWE3JDDdtqt9TjoCwTEhYJ0BZDPDKN0Fya4 +AX+7dQARAQABiQI8BBgBCAAmFiEEEg/CXiqaP0eErGsOoLUitNogEBkFAmSNz2gC +GwwFCQPCZwAACgkQoLUitNogEBlerA//QI7SO2BJ7b0RcVhmFON3e13l69QfYKwA +HNUhO94x8NnJOjbY1pJKqbJapvpjeqxrgH1+2zpsgGEiz+uAqmsZYJfueczCaOvU +2WLP3bvHgOxsnDWsdYqXC1k9Bm5KOLWSKDb6ibCdcXGj9K7TwweQppQ2UqCuZoUc +G85lI/hXE6ajktpdGnx0Ub43qT15LZiuRTIFBPW3Ca9uT1ZziKkvhjC9iKe7Ai8p +zmcLbRUbmUIEdbIr3aLMUZ1TKg+ox9jESVG6U3DdXiJQiE+whUaSfdXG1vZ5xqJa +nClpNV0Fr8JL7wgXYrBdW4Gg1/DzbpdetiS7PKrLm9OBoRP+Y5cBHHbURX3E1BQD +S25Z+o4PtYcbfev6Zb9MlWqs1iJoR3T9nCBzZ47os7GbTirmf1nYjgvt+eGmFCEz +F45KGh6iz+5JCvIo0drnWUjMN2KiiVL88c29t6atQhTI5JPaCEek6BhsBAoSEjkg +iZ5Pd8yoDQ4VWt9DkTCdcVaoPNFY9M+IpRZ6G9dYeFnshhUP/CbV0rxBiAmVrBWG +vXnI6QEMiJZSaxrXAA2Mz+PhJUGubOq2Lp9hun4JhHyU8lh79KRq8sLT7wBS9rhP +9bCNwrLdQ3VOU/6gyzfJPdLiD+Oi22pIvAhB9ZUuaXTOZYhS3tVgVcylJjT+1ECF +wgG30UQDQNI= +=cVPH +-----END PGP PUBLIC KEY BLOCK----- diff --git a/static/keys/external/napatha.pgp.sig b/static/keys/external/napatha.pgp.sig new file mode 100644 index 0000000..c237180 --- /dev/null +++ b/static/keys/external/napatha.pgp.sig @@ -0,0 +1,71 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA512 + +- -----BEGIN PGP PUBLIC KEY BLOCK----- +Comment: User ID: chef naphtha <naphtha@kyun.host> +Comment: Valid from: 17 Jun 2023 17:21:12 +Comment: Valid until: 16 Jun 2025 17:21:12 +Comment: Type: 4,096-bit RSA +Comment: Usage: Signing, Encryption +Comment: Signature-Intention: This key is being signed for the intention of being used for kyun.host canaries +Comment: Fingerprint: 120FC25E2A9A3F4784AC6B0EA0B522B4DA201019 + +mQINBGSNz2gBEACljc+wENC1IFh/fsJdlNPZMt0ncUWD0TNY9dHqCMNeaim6mRkI +zZFttsehnrC1sysVcpD5/xUJQ1J8/cwzeeWc9YGiLrQ9hLNQfux5asHdPRaYRaCR +kBzsId3H7Ok5WOAhSttdowZM+JOoEqfAjrhmqBq+etyrLQbi/gkt2UohFkjgddlT +dsTA6Y6X8hDJ6oJkw//WP4WaFmYz8OHzHj65XtezEsbIoTXMvSRZeFd9qe6pDVv7 +nbE0q3fszqGyl6gayHYBzt/2HU9cNd29wxgHeIfH15AyXsUWZDOV8ZjC5OTjaI2d +4lwfmurs1KEXj6Aubrtb/j73nOXsAQw3qXeOYVCXa6t0oRAJjne6toK+NLehioU3 +iDZrpHt/u8yAm0lBOD+n+ZAph887MkBI/bmbudIDhRfm+2LcjmzL0n0yCZ0Es7nK +2xfo44cE5/0kwEAiOY6J1NynWywdntdCGl7d1fzx5tb/ev/nZykodcHghbK2vCFj +W19Ei6CDEXRY/8m7WB+CEOUKWaUHrSDAJpIEJVVdjTEVww9RJJ5uXfgr7ld7+Y8P +MTKX+RfjM+bSdtgSgTbQRgfWfeqXRo5vJ68kzKI6SBZB9RIF2ev98bUBDJqVTUzb +2V0S99Ao5tX72bLUF/OrfL3cRUtWWpA6YhYK7caAvYAzOubZUH3ihhbKlQARAQAB +tCBjaGVmIG5hcGh0aGEgPG5hcGh0aGFAa3l1bi5ob3N0PokCVAQTAQgAPhYhBBIP +wl4qmj9HhKxrDqC1IrTaIBAZBQJkjc9oAhsDBQkDwmcABQsJCAcCBhUKCQgLAgQW +AgMBAh4BAheAAAoJEKC1IrTaIBAZWQsP/R0RzyEodFot7jVzyYdLqCNr7DwAQd21 +AKkBo2SADDj/vItG84Q1vKRWVSukZAt/a5FdW3RSLG577l3mWl+ksZlh84BzKWGn +VVWa3egNpukcLSHHSSQxqLuFDIq8nIzYiu+Z6TZR0yRu02z8kUvQy3zssQjjP0K1 +yBJllVHWQwG67rRwVCZbsDebhST0gu6QIlK4moam0m+IyaujOIQNSwrqdh+R20dj +nPCWOvdDjDc8p9Ia9GPvqzGOdR7LG8xP8gDVdoa/qquy9BM9sQ1d46GdCGMYWSG6 +3BCy+4Xn/XlQm9neMLoErnabXuJd+iT2h+fMPQxP1+yGIvijYj+GwkVquE6bLaqK +34w9GnWSsWuQyKq8hNZD7Xf+KaTvbjrJCCi5C9KIIznZfqnm9RByds/e5T0jWKge +NRocGlhUj0Rs9D9LAwJXcSlwfhAZNcd6WPSGFYfyIMdjERNZ+2hUbzA1GmtN2r8P +s1mJkg7U8IHONFmznCZXdmcBfuO0PNbpAUl1eyIvGQXu95hrHIaW1V+oSTZ+NCIV +YiWpvPUT6HUYk+bMF1sH4St2k6B+LGaupPkHpe7VUd8jfn3Xa1AaY+SmW5j3VUJT +5QXxIWsEVkIwjZDIYsgyb0GYVZCqXIifcfvj/YTEig1P3HLdpaIRUDN9TgfN4C8v +XS/HoR3F7tZEuQINBGSNz2gBEACw15Vt1fWRUcVFQqG8632n+fpZq0ohbWRbUn7c +Z4et7CzwVIlXqLtTA76kIFuYzmbSQflVZANtiUIy5lQvmjBwXJBu1C90lQRk/Eat +zFif/QvOo7Qhw+oZt4MxLckLA2kcMnwv+YKPKvUILcZihHUBBhRRJnuy9h2JWfXv +R8hg+EoHMSzNCwQx8mn2U0CSE6fH/Ej/5U17d0a+CESuNmKKlmvx84Cv+FVIIbXF +SFjSW99kbv0P7/xhwJ8+4CROd/K3kAolFbawQNbrojznKscoXanFRxMau85gz2j5 +Mp22Cg+qtz7oOgyouyaY4oWS9VE7Xa/GADiN7YK4l5b7OzWZ19Lqz6g5NrmFRH78 +nYGXMJ9re7R5bXMXjkX8bkkJJr+MkOYWx0AeNIZV7P7tF04aQeCWwV63Eug9ZBlZ +mm3Psoq9UPDrzs0vCndDaz0whD+tg8Ab7sMceB0EPh2Yb4cLZrjYlQIFwrdsseqW +7Z6gzdEQFr5IpnDpA/IopKxP+M5MlKknCFSzQqrpjB+Jw6G1dadGSAKld4R9Ovfy +9V1SHI1KFdNIfcKa8qPrtIj5eYdkudZMshxuPQDrf0aPwWuIK0jAM+y+jPRBT/4g +IbN3exIXhBCVbswPbLTxjeGbXMIqFXWE3JDDdtqt9TjoCwTEhYJ0BZDPDKN0Fya4 +AX+7dQARAQABiQI8BBgBCAAmFiEEEg/CXiqaP0eErGsOoLUitNogEBkFAmSNz2gC +GwwFCQPCZwAACgkQoLUitNogEBlerA//QI7SO2BJ7b0RcVhmFON3e13l69QfYKwA +HNUhO94x8NnJOjbY1pJKqbJapvpjeqxrgH1+2zpsgGEiz+uAqmsZYJfueczCaOvU +2WLP3bvHgOxsnDWsdYqXC1k9Bm5KOLWSKDb6ibCdcXGj9K7TwweQppQ2UqCuZoUc +G85lI/hXE6ajktpdGnx0Ub43qT15LZiuRTIFBPW3Ca9uT1ZziKkvhjC9iKe7Ai8p +zmcLbRUbmUIEdbIr3aLMUZ1TKg+ox9jESVG6U3DdXiJQiE+whUaSfdXG1vZ5xqJa +nClpNV0Fr8JL7wgXYrBdW4Gg1/DzbpdetiS7PKrLm9OBoRP+Y5cBHHbURX3E1BQD +S25Z+o4PtYcbfev6Zb9MlWqs1iJoR3T9nCBzZ47os7GbTirmf1nYjgvt+eGmFCEz +F45KGh6iz+5JCvIo0drnWUjMN2KiiVL88c29t6atQhTI5JPaCEek6BhsBAoSEjkg +iZ5Pd8yoDQ4VWt9DkTCdcVaoPNFY9M+IpRZ6G9dYeFnshhUP/CbV0rxBiAmVrBWG +vXnI6QEMiJZSaxrXAA2Mz+PhJUGubOq2Lp9hun4JhHyU8lh79KRq8sLT7wBS9rhP +9bCNwrLdQ3VOU/6gyzfJPdLiD+Oi22pIvAhB9ZUuaXTOZYhS3tVgVcylJjT+1ECF +wgG30UQDQNI= +=cVPH +- -----END PGP PUBLIC KEY BLOCK----- +-----BEGIN PGP SIGNATURE----- + +iMQEARYKAGwWIQRV01gsrnhgGZCoyh2/0PnmHLfYTgUCZ0DAZU4cbWVtZG1wLWtl +eS1mb3Itc2lnbmluZy1jYW5hcnktcmVsYXRlZC1rZXlzLWZvci1leHRlcm5hbC1z +ZXJ2aWNlc0BmYWtlbWFpbC51d3UACgkQv9D55hy32E6r7QEAvZwNO22HHUImJjkm +GIr++ECKsnhfN2M8XPjwJcQUSJsA/Au9JPCkTrmJwkDAgh/5SlfyvxWCa5Q5xY+Y +mpYOUxsM +=VCI6 +-----END PGP SIGNATURE----- diff --git a/static/keys/memdmp/git.pgp b/static/keys/memdmp/git.pgp new file mode 100644 index 0000000..896bf51 --- /dev/null +++ b/static/keys/memdmp/git.pgp @@ -0,0 +1,19 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Comment: User ID: memdmp git +Comment: Valid from: 11 Sep 2024 08:40:01 +Comment: Valid until: 11 Sep 2027 12:00:00 +Comment: Type: 255-bit EdDSA (secret key available) +Comment: Usage: Signing, Encryption, Certifying User IDs +Comment: Fingerprint: 5134F05BD8D9DB8C6C0E1515A9439D346AB6DF4E + +mDMEZuE7QRYJKwYBBAHaRw8BAQdAt1xxGaTaPIMq1//MPq5p+q1640J6SDrxfDiC +ePnBcJC0Cm1lbWRtcCBnaXSImQQTFgoAQRYhBFE08FvY2duMbA4VFalDnTRqtt9O +BQJm4TtBAhsDBQkFo8lfBQsJCAcCAiICBhUKCQgLAgQWAgMBAh4HAheAAAoJEKlD +nTRqtt9O4UcBAIOzOJUf+TAVY0Bpbeg/iImjMe5fqL64McEDb5SA68wqAQCwLHka +75AJp2/cutbUj7kPyS9zaKVgRJJAT3tUJPNMBLg4BGbhO0ESCisGAQQBl1UBBQEB +B0DEa1vqzCWGf62Q0K2NYA3V0BdwphJ/1L7dru2c6ClsDAMBCAeIfgQYFgoAJhYh +BFE08FvY2duMbA4VFalDnTRqtt9OBQJm4TtBAhsMBQkFo8lfAAoJEKlDnTRqtt9O +sw4A/jIP8GR67LdDAz0zxaGD5gtYGBgY8F+MgUyVURT41CzEAQC57oKC/OrsNRQ/ +84cSxTjWDefY68zEzvkLHLxFkbKFBQ== +=1grk +-----END PGP PUBLIC KEY BLOCK----- diff --git a/static/keys/memdmp/git.pgp.sig b/static/keys/memdmp/git.pgp.sig new file mode 100644 index 0000000..76a8eec --- /dev/null +++ b/static/keys/memdmp/git.pgp.sig @@ -0,0 +1,29 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA512 + +- -----BEGIN PGP PUBLIC KEY BLOCK----- +Comment: User ID: memdmp git +Comment: Valid from: 11 Sep 2024 08:40:01 +Comment: Valid until: 11 Sep 2027 12:00:00 +Comment: Type: 255-bit EdDSA (secret key available) +Comment: Usage: Signing, Encryption, Certifying User IDs +Comment: Fingerprint: 5134F05BD8D9DB8C6C0E1515A9439D346AB6DF4E + +mDMEZuE7QRYJKwYBBAHaRw8BAQdAt1xxGaTaPIMq1//MPq5p+q1640J6SDrxfDiC +ePnBcJC0Cm1lbWRtcCBnaXSImQQTFgoAQRYhBFE08FvY2duMbA4VFalDnTRqtt9O +BQJm4TtBAhsDBQkFo8lfBQsJCAcCAiICBhUKCQgLAgQWAgMBAh4HAheAAAoJEKlD +nTRqtt9O4UcBAIOzOJUf+TAVY0Bpbeg/iImjMe5fqL64McEDb5SA68wqAQCwLHka +75AJp2/cutbUj7kPyS9zaKVgRJJAT3tUJPNMBLg4BGbhO0ESCisGAQQBl1UBBQEB +B0DEa1vqzCWGf62Q0K2NYA3V0BdwphJ/1L7dru2c6ClsDAMBCAeIfgQYFgoAJhYh +BFE08FvY2duMbA4VFalDnTRqtt9OBQJm4TtBAhsMBQkFo8lfAAoJEKlDnTRqtt9O +sw4A/jIP8GR67LdDAz0zxaGD5gtYGBgY8F+MgUyVURT41CzEAQC57oKC/OrsNRQ/ +84cSxTjWDefY68zEzvkLHLxFkbKFBQ== +=1grk +- -----END PGP PUBLIC KEY BLOCK----- +-----BEGIN PGP SIGNATURE----- + +iIoEARYKADIWIQS1RnePBrvMjsFn2zzZGXBkh7i23gUCZ0AE5RQcbWVtZG1wQG1l +bWV3YXJlLm5ldAAKCRDZGXBkh7i23vHgAQDCh8Ec1urIBgOx6APS2t2RcT7XKt19 +N82qT0mS6FxUxQD/VpkZDYhRR13jh5FaFbZKOGmiX3h/kqG3ZxWh+IOvdQQ= +=I94J +-----END PGP SIGNATURE----- diff --git a/static/keys/memdmp/primary.pgp b/static/keys/memdmp/primary.pgp new file mode 100644 index 0000000..8479dcf --- /dev/null +++ b/static/keys/memdmp/primary.pgp @@ -0,0 +1,34 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Comment: User ID: memdmp <memdmp@estrogen.zone> +Comment: a.k.a.: memdmp <memdmp@memeware.net> +Comment: Valid from: 11 Sep 2024 08:29:03 +Comment: Type: 255-bit EdDSA (secret key available) +Comment: Usage: Signing, Encryption, Certifying User IDs +Comment: Fingerprint: B546778F06BBCC8EC167DB3CD919706487B8B6DE + +mDMEZuE4rxYJKwYBBAHaRw8BAQdAGFCSBdoIrbk4DcSu8YIF+X+V9v4SFSCt1wl5 +ayp3anG0HW1lbWRtcCA8bWVtZG1wQGVzdHJvZ2VuLnpvbmU+iJMEExYKADsWIQS1 +RnePBrvMjsFn2zzZGXBkh7i23gUCZwf3DQIbAwULCQgHAgIiAgYVCgkICwIEFgID +AQIeBwIXgAAKCRDZGXBkh7i23uHRAP9IQylDWCAypelUhtcBFCb+cFT4NDOX/1N5 +kqCsp0a7TQEAlXR3vkGsPkSymYpFm26837L9IJeNP4wvcBldKdbchgiIdQQQFgoA +HRYhBIkjiMT2LOvXZkCzo8SN5mcaHws1BQJnITEzAAoJEMSN5mcaHws11+oA/jSr +1C24UtDdeyLMpl8d6l3ab9nUAnErlRNWtwux//YEAQDqAHuXEOC/gZh9m+hwHF2W +bugrgEXqTktuK4sCZbsOCLQcbWVtZG1wIDxtZW1kbXBAbWVtZXdhcmUubmV0PoiT +BBMWCgA7AhsDBQsJCAcCAiICBhUKCQgLAgQWAgMBAh4HAheAFiEEtUZ3jwa7zI7B +Z9s82RlwZIe4tt4FAmbhOnYACgkQ2RlwZIe4tt6c0QEAwS5WoDMmLpbC4VIIBho5 +1E9avJqOSbUjBz+RdJ+23cYA/0/nWStYLQWMiuguoFD3WWpl38qt1iavtpboEdAY +jDcNiHUEEBYKAB0WIQSJI4jE9izr12ZAs6PEjeZnGh8LNQUCZyExMwAKCRDEjeZn +Gh8LNekGAQDErOsA2I522vx1m9a0lgS1QPntO7h1U9PwBj34K2zGUQD8ClPU5W7D +sdp9b8zrSTbN2V1aEXqQoF4Efz7mO1d0HQK0IG1lbWRtcCBnaXQgPG1lbWRtcEBt +ZW1ld2FyZS5uZXQ+iHgEMBYKACAWIQS1RnePBrvMjsFn2zzZGXBkh7i23gUCZuE7 +LAIdIAAKCRDZGXBkh7i23pQsAP9y96dG0OZ02NBHXkEUWfkKrkTeaNTaho4bccsx ++fb2+AD+ODcnuTt/E6NZhOC3jkzL/wpwm0XtCxrMXmXf43LZmwKIkwQTFgoAOxYh +BLVGd48Gu8yOwWfbPNkZcGSHuLbeBQJm4TsjAhsDBQsJCAcCAiICBhUKCQgLAgQW +AgMBAh4HAheAAAoJENkZcGSHuLbeUVgBAKTeCPrHTd0YDfA+Bwwmrwc9CzR/PXTn +zR4BpApq3ro5AQCP3NByfBTfYaY0BqoRxkWBS4gSw3cly3cQ2BBbt+thALg4BGbh +OK8SCisGAQQBl1UBBQEBB0C3RzBpJD0UFcCV64bv7EfB/3tqb5onM+Qq9FurKyte +fAMBCAeIeAQYFgoAIAIbDBYhBLVGd48Gu8yOwWfbPNkZcGSHuLbeBQJm4Tp2AAoJ +ENkZcGSHuLbeE9QA/1USt07TSOzMm47ffajCC+rDQEiGvpu19dP8khPsUUUcAPwI +C8p0np2525hjuerND23TEiYK9EoRSprm8S7UdcwzCg== +=DPPI +-----END PGP PUBLIC KEY BLOCK----- diff --git a/static/keys/memdmp/release.pgp b/static/keys/memdmp/release.pgp new file mode 100644 index 0000000..c3fd277 --- /dev/null +++ b/static/keys/memdmp/release.pgp @@ -0,0 +1,25 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Comment: User ID: memdmp release singing <memdmp.release@estrogen.zone> +Comment: Valid from: 22 Oct 2024 04:28:10 +Comment: Valid until: 22 Oct 2027 12:00:00 +Comment: Type: 255-bit EdDSA (secret key available) +Comment: Usage: Signing, Encryption, Certifying User IDs +Comment: Fingerprint: 0D93102265071798C7B65A4C9F0739B9E0C8FD60 + +mDMEZxcNuhYJKwYBBAHaRw8BAQdAYhLfPfS+OcM6g5FwqxiGtWtEgNSUF3adJhVE +UZFvgWO0NW1lbWRtcCByZWxlYXNlIHNpbmdpbmcgPG1lbWRtcC5yZWxlYXNlQGVz +dHJvZ2VuLnpvbmU+iJkEExYKAEEWIQQNkxAiZQcXmMe2WkyfBzm54Mj9YAUCZxcN +ugIbAwUJBaQEZgULCQgHAgIiAgYVCgkICwIEFgIDAQIeBwIXgAAKCRCfBzm54Mj9 +YIXZAP48uOWBqvZhlumwzDvmRzO5xOHmoauRhy7XhyiI2rFfbgD/VKIZzkLMQ614 +VgoAHTBGs0gOE7ChCfGUgJZm6zs94A2IdQQQFgoAHRYhBLVGd48Gu8yOwWfbPNkZ +cGSHuLbeBQJnFw4AAAoJENkZcGSHuLbeUxoBAJsRX2JvBDUsTjgRAufsAl0bcGv6 +Aed1lyNXnIzNhWjJAP9/8Z3XRMdF0sdBRgTlttamnqpy+yrhursvlqMlvyWAB4h1 +BBAWCgAdFiEEbSzVuLYEFf5yDGylRZVDTu2MLaoFAmcXFHQACgkQRZVDTu2MLaoD +qQD/cXIiNBkCnTtkzrn53vHjZ+btLAhnverwL8v06lv+VZEBAJmZL1Bv0QHACH/z +lvLCq6NPYlr5jSUCJ6QBHsznRDIAuDgEZxcNuhIKKwYBBAGXVQEFAQEHQILP8Fih +Kk75P6KCmweEferkABIiqYW6YL1E6+bOdpQXAwEIB4h+BBgWCgAmFiEEDZMQImUH +F5jHtlpMnwc5ueDI/WAFAmcXDboCGwwFCQWkBGYACgkQnwc5ueDI/WCdiwD/SqOq +i+QQKrGW5ouez/4xV+O1UTe1GppN2LfKil3fHaMA/iYO6isLOCwcCtSgAqDAV2z6 +958RO4nlhMa9JYv7bugO +=HWR8 +-----END PGP PUBLIC KEY BLOCK----- diff --git a/static/keys/memdmp/release.pgp.sig b/static/keys/memdmp/release.pgp.sig new file mode 100644 index 0000000..8dc6c7b --- /dev/null +++ b/static/keys/memdmp/release.pgp.sig @@ -0,0 +1,35 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA512 + +- -----BEGIN PGP PUBLIC KEY BLOCK----- +Comment: User ID: memdmp release singing <memdmp.release@estrogen.zone> +Comment: Valid from: 22 Oct 2024 04:28:10 +Comment: Valid until: 22 Oct 2027 12:00:00 +Comment: Type: 255-bit EdDSA (secret key available) +Comment: Usage: Signing, Encryption, Certifying User IDs +Comment: Fingerprint: 0D93102265071798C7B65A4C9F0739B9E0C8FD60 + +mDMEZxcNuhYJKwYBBAHaRw8BAQdAYhLfPfS+OcM6g5FwqxiGtWtEgNSUF3adJhVE +UZFvgWO0NW1lbWRtcCByZWxlYXNlIHNpbmdpbmcgPG1lbWRtcC5yZWxlYXNlQGVz +dHJvZ2VuLnpvbmU+iJkEExYKAEEWIQQNkxAiZQcXmMe2WkyfBzm54Mj9YAUCZxcN +ugIbAwUJBaQEZgULCQgHAgIiAgYVCgkICwIEFgIDAQIeBwIXgAAKCRCfBzm54Mj9 +YIXZAP48uOWBqvZhlumwzDvmRzO5xOHmoauRhy7XhyiI2rFfbgD/VKIZzkLMQ614 +VgoAHTBGs0gOE7ChCfGUgJZm6zs94A2IdQQQFgoAHRYhBLVGd48Gu8yOwWfbPNkZ +cGSHuLbeBQJnFw4AAAoJENkZcGSHuLbeUxoBAJsRX2JvBDUsTjgRAufsAl0bcGv6 +Aed1lyNXnIzNhWjJAP9/8Z3XRMdF0sdBRgTlttamnqpy+yrhursvlqMlvyWAB4h1 +BBAWCgAdFiEEbSzVuLYEFf5yDGylRZVDTu2MLaoFAmcXFHQACgkQRZVDTu2MLaoD +qQD/cXIiNBkCnTtkzrn53vHjZ+btLAhnverwL8v06lv+VZEBAJmZL1Bv0QHACH/z +lvLCq6NPYlr5jSUCJ6QBHsznRDIAuDgEZxcNuhIKKwYBBAGXVQEFAQEHQILP8Fih +Kk75P6KCmweEferkABIiqYW6YL1E6+bOdpQXAwEIB4h+BBgWCgAmFiEEDZMQImUH +F5jHtlpMnwc5ueDI/WAFAmcXDboCGwwFCQWkBGYACgkQnwc5ueDI/WCdiwD/SqOq +i+QQKrGW5ouez/4xV+O1UTe1GppN2LfKil3fHaMA/iYO6isLOCwcCtSgAqDAV2z6 +958RO4nlhMa9JYv7bugO +=HWR8 +- -----END PGP PUBLIC KEY BLOCK----- +-----BEGIN PGP SIGNATURE----- + +iIoEARYKADIWIQS1RnePBrvMjsFn2zzZGXBkh7i23gUCZ0AGxxQcbWVtZG1wQG1l +bWV3YXJlLm5ldAAKCRDZGXBkh7i23sEPAQCmNArpDoyjHy3Pl/WCZPBmrwdd/BT3 ++9ayk7hw63ZoVwD/fetqS0+8Ceyic3P+CAHgWDxZqAqLHiESVdaC+v85zQc= +=zmCj +-----END PGP SIGNATURE----- diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..1f53798 --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / diff --git a/svelte.config.js b/svelte.config.js new file mode 100644 index 0000000..d4f1eff --- /dev/null +++ b/svelte.config.js @@ -0,0 +1,24 @@ +import adapter from '@sveltejs/adapter-static'; +import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'; +import importMap from './import_map.json' with { type: 'json' }; + +/** @type {import('@sveltejs/kit').Config} */ +const config = { + preprocess: vitePreprocess(), + kit: { + adapter: adapter({ + fallback: '404.html', + }), + alias: Object.fromEntries( + Object.entries(importMap.imports).filter(([k]) => + k !== '$lib' && k !== '$lib/' + ).map(([k, v]) => + v.startsWith('npm:') + ? 'npm:' + k === v ? [] : [k, 'node_modules/' + v.substring(4)] + : [k, v] + ).filter((v) => v.length !== 0), + ), + }, +}; + +export default config; diff --git a/tailwind.config.js b/tailwind.config.js new file mode 100644 index 0000000..f5a256c --- /dev/null +++ b/tailwind.config.js @@ -0,0 +1,24 @@ +/** @type {import('npm:tailwindcss').Config} */ +export default { + content: ['./src/**/*.{html,js,svelte,ts}'], + theme: { + extend: { + fontFamily: { + bios: ['Ac437 IBM EGA 8x14', 'Hack', 'monospace'].map((v) => + JSON.stringify(v) + ), + // TODO: Find more accurate grub2 default font! + grub: [ + 'Px437 DOS/V re. JPN12', + 'Ac437 IBM EGA 8x14', + 'Hack', + 'monospace', + ].map((v) => JSON.stringify(v)), + mono: ['PxPlus IBM EGA 8x14', 'Hack', 'monospace'].map((v) => + JSON.stringify(v) + ), + }, + }, + }, + plugins: [], +}; diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..593dc19 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,19 @@ +{ + "extends": "./.svelte-kit/tsconfig.json", + "compilerOptions": { + "allowJs": true, + "checkJs": true, + "esModuleInterop": true, + "forceConsistentCasingInFileNames": true, + "resolveJsonModule": true, + "skipLibCheck": true, + "sourceMap": true, + "strict": true, + "moduleResolution": "bundler" + } + // Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias + // except $lib which is handled by https://kit.svelte.dev/docs/configuration#files + // + // If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes + // from the referenced tsconfig.json - TypeScript does not merge them in +} diff --git a/vite.config.ts b/vite.config.ts new file mode 100644 index 0000000..80864b9 --- /dev/null +++ b/vite.config.ts @@ -0,0 +1,6 @@ +import { sveltekit } from "@sveltejs/kit/vite"; +import { defineConfig } from "vite"; + +export default defineConfig({ + plugins: [sveltekit()], +}); |