diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6d2ef9d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+dist/
+.direnv/
+node_modules/
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..f288702
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,674 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc.
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+ The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works. By contrast,
+the GNU General Public License is 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. We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors. You can apply it to
+your programs, too.
+
+ 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.
+
+ To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights. Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received. You must make sure that they, too, receive
+or can get the source code. And you must show them these terms so they
+know their rights.
+
+ Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+ For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software. For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+ Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so. This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software. The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable. Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products. If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+ Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary. To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+ 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 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. Use with the GNU Affero General Public License.
+
+ 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 Affero 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 special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+ 14. Revised Versions of this License.
+
+ The Free Software Foundation may publish revised and/or new versions of
+the GNU 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 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 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 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.
+
+
+ Copyright (C)
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU 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 General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+
+Also add information on how to contact you by electronic and paper mail.
+
+ If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+ Copyright (C)
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+ 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 GPL, see
+.
+
+ The GNU General Public License does not permit incorporating your program
+into proprietary programs. If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library. If this is what you want to do, use the GNU Lesser General
+Public License instead of this License. But first, please read
+.
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..0ce742a
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,27 @@
+NAME=auto-rotate
+DOMAIN=henryhiles.com
+
+.PHONY: all pack install clean
+
+all: dist/extension.js
+
+node_modules: package.json
+ npm install
+
+dist/extension.js: node_modules
+ tsc
+
+
+$(NAME).zip: dist/extension.js
+ @cp metadata.json dist/
+ @(cd dist && zip ../$(NAME).zip -9r .)
+
+pack: $(NAME).zip
+
+install: $(NAME).zip
+ @touch ~/.local/share/gnome-shell/extensions/$(NAME)@$(DOMAIN)
+ @rm -rf ~/.local/share/gnome-shell/extensions/$(NAME)@$(DOMAIN)
+ @mv dist ~/.local/share/gnome-shell/extensions/$(NAME)@$(DOMAIN)
+
+clean:
+ @rm -rf dist node_modules $(NAME).zip
\ No newline at end of file
diff --git a/ambient.d.ts b/ambient.d.ts
new file mode 100644
index 0000000..842985c
--- /dev/null
+++ b/ambient.d.ts
@@ -0,0 +1,4 @@
+import "@girs/gjs"
+import "@girs/gjs/dom"
+import "@girs/gnome-shell/ambient"
+import "@girs/gnome-shell/extensions/global"
diff --git a/extension.ts b/extension.ts
new file mode 100644
index 0000000..0edfd6c
--- /dev/null
+++ b/extension.ts
@@ -0,0 +1,14 @@
+import { Extension } from "resource:///org/gnome/shell/extensions/extension.js"
+import * as Main from "resource:///org/gnome/shell/ui/main.js"
+import * as MessageTray from "resource:///org/gnome/shell/ui/messageTray.js"
+
+export default class MyExtension extends Extension {
+ enable() {
+ Main.notify(
+ "Simple Notification",
+ "A notification with a title and body"
+ )
+ }
+
+ disable() {}
+}
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..cf0f5a1
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,61 @@
+{
+ "nodes": {
+ "flake-parts": {
+ "inputs": {
+ "nixpkgs-lib": "nixpkgs-lib"
+ },
+ "locked": {
+ "lastModified": 1754487366,
+ "narHash": "sha256-pHYj8gUBapuUzKV/kN/tR3Zvqc7o6gdFB9XKXIp1SQ8=",
+ "owner": "hercules-ci",
+ "repo": "flake-parts",
+ "rev": "af66ad14b28a127c5c0f3bbb298218fc63528a18",
+ "type": "github"
+ },
+ "original": {
+ "owner": "hercules-ci",
+ "repo": "flake-parts",
+ "type": "github"
+ }
+ },
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1754725699,
+ "narHash": "sha256-iAcj9T/Y+3DBy2J0N+yF9XQQQ8IEb5swLFzs23CdP88=",
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "rev": "85dbfc7aaf52ecb755f87e577ddbe6dbbdbc1054",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nixos",
+ "ref": "nixos-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "nixpkgs-lib": {
+ "locked": {
+ "lastModified": 1753579242,
+ "narHash": "sha256-zvaMGVn14/Zz8hnp4VWT9xVnhc8vuL3TStRqwk22biA=",
+ "owner": "nix-community",
+ "repo": "nixpkgs.lib",
+ "rev": "0f36c44e01a6129be94e3ade315a5883f0228a6e",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-community",
+ "repo": "nixpkgs.lib",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "flake-parts": "flake-parts",
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}
diff --git a/flake.nix b/flake.nix
new file mode 100644
index 0000000..ea01928
--- /dev/null
+++ b/flake.nix
@@ -0,0 +1,60 @@
+{
+ inputs = {
+ flake-parts.url = "github:hercules-ci/flake-parts";
+ nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
+ };
+
+ outputs = inputs:
+ inputs.flake-parts.lib.mkFlake {inherit inputs;} {
+ systems = ["x86_64-linux" "aarch64-linux"];
+ perSystem = {
+ lib,
+ pkgs,
+ system,
+ ...
+ }: {
+ _module.args.pkgs = import inputs.nixpkgs {inherit system;};
+
+ packages.default = pkgs.stdenv.mkDerivation {
+ pname = "auto-rotate";
+ version = "1.0.0";
+ src = ./.;
+
+ nativeBuildInputs = with pkgs; [nodejs glib.dev typescript zip];
+
+ buildPhase = ''
+ npm install
+ tsc
+ '';
+
+ installPhase = ''
+ cp -r dist/* $out/
+ cp metadata.json $out/
+ '';
+
+ meta = {
+ homepage = "https://git.federated.nexus/Henry-Hiles/auto-rotate";
+ description = "An extension to automatically rotate the screen when a window is fullscreened, useful for GNOME Shell Mobile.";
+ license = lib.licenses.gpl3Only;
+ maintainers = [lib.maintainers.quadradical];
+ };
+ };
+
+ # apps.build = {
+ # type = "app";
+ # program = pkgs.writeShellApplication {
+ # name = "build";
+ # runtimeInputs = ;
+ # text = let
+ # name = "auto-rotate";
+ # in ''
+ # npm install
+ # tsc
+ # cp metadata.json dist/
+ # env -C dist zip ../${name}.zip -9r .
+ # '';
+ # };
+ # };
+ };
+ };
+}
diff --git a/metadata.json b/metadata.json
index 83f7623..790b393 100644
--- a/metadata.json
+++ b/metadata.json
@@ -4,5 +4,5 @@
"uuid": "auto-rotate@henryhiles.com",
"url": "https://git.federated.nexus/Henry-Hiles/auto-rotate",
"settings-schema": "org.gnome.shell.extensions.auto-rotate",
- "shell-version": ["48"]
+ "shell-version": ["48", "49"]
}
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..d84721c
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,2119 @@
+{
+ "name": "auto-rotate",
+ "version": "1.0.0",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {
+ "": {
+ "name": "auto-rotate",
+ "version": "1.0.0",
+ "license": "GPL-3.0-only",
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/gnome-shell": "^48.0.2"
+ },
+ "devDependencies": {
+ "eslint": "^9.33.0",
+ "eslint-plugin-jsdoc": "^52.0.4",
+ "typescript": "^5.9.2"
+ }
+ },
+ "node_modules/@es-joy/jsdoccomment": {
+ "version": "0.52.0",
+ "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.52.0.tgz",
+ "integrity": "sha512-BXuN7BII+8AyNtn57euU2Yxo9yA/KUDNzrpXyi3pfqKmBhhysR6ZWOebFh3vyPoqA3/j1SOvGgucElMGwlXing==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@types/estree": "^1.0.8",
+ "@typescript-eslint/types": "^8.34.1",
+ "comment-parser": "1.4.1",
+ "esquery": "^1.6.0",
+ "jsdoc-type-pratt-parser": "~4.1.0"
+ },
+ "engines": {
+ "node": ">=20.11.0"
+ }
+ },
+ "node_modules/@eslint-community/eslint-utils": {
+ "version": "4.7.0",
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
+ "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "eslint-visitor-keys": "^3.4.3"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ },
+ "peerDependencies": {
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
+ }
+ },
+ "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
+ "version": "3.4.3",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/@eslint-community/regexpp": {
+ "version": "4.12.1",
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
+ "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
+ }
+ },
+ "node_modules/@eslint/config-array": {
+ "version": "0.21.0",
+ "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.0.tgz",
+ "integrity": "sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "@eslint/object-schema": "^2.1.6",
+ "debug": "^4.3.1",
+ "minimatch": "^3.1.2"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ }
+ },
+ "node_modules/@eslint/config-helpers": {
+ "version": "0.3.1",
+ "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.3.1.tgz",
+ "integrity": "sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ }
+ },
+ "node_modules/@eslint/core": {
+ "version": "0.15.2",
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.2.tgz",
+ "integrity": "sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "@types/json-schema": "^7.0.15"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ }
+ },
+ "node_modules/@eslint/eslintrc": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
+ "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ajv": "^6.12.4",
+ "debug": "^4.3.2",
+ "espree": "^10.0.1",
+ "globals": "^14.0.0",
+ "ignore": "^5.2.0",
+ "import-fresh": "^3.2.1",
+ "js-yaml": "^4.1.0",
+ "minimatch": "^3.1.2",
+ "strip-json-comments": "^3.1.1"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/@eslint/js": {
+ "version": "9.33.0",
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.33.0.tgz",
+ "integrity": "sha512-5K1/mKhWaMfreBGJTwval43JJmkip0RmM+3+IuqupeSKNC/Th2Kc7ucaq5ovTSra/OOKB9c58CGSz3QMVbWt0A==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "url": "https://eslint.org/donate"
+ }
+ },
+ "node_modules/@eslint/object-schema": {
+ "version": "2.1.6",
+ "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz",
+ "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ }
+ },
+ "node_modules/@eslint/plugin-kit": {
+ "version": "0.3.5",
+ "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz",
+ "integrity": "sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "@eslint/core": "^0.15.2",
+ "levn": "^0.4.1"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ }
+ },
+ "node_modules/@girs/accountsservice-1.0": {
+ "version": "1.0.0-4.0.0-beta.23",
+ "resolved": "https://registry.npmjs.org/@girs/accountsservice-1.0/-/accountsservice-1.0-1.0.0-4.0.0-beta.23.tgz",
+ "integrity": "sha512-QR7xfIvNbovmhNzzma+NxIMsQR8zgTaYk16Dqa/4YD8XBWrAgWuQhwEKKibG9KbQe5+YSUDUxJlbkSeOb3S5mg==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gio-2.0": "^2.84.0-4.0.0-beta.23",
+ "@girs/gjs": "^4.0.0-beta.23",
+ "@girs/glib-2.0": "^2.84.0-4.0.0-beta.23",
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.23",
+ "@girs/gobject-2.0": "^2.84.0-4.0.0-beta.23"
+ }
+ },
+ "node_modules/@girs/accountsservice-1.0/node_modules/@girs/gio-2.0": {
+ "version": "2.84.0-4.0.0-beta.23",
+ "resolved": "https://registry.npmjs.org/@girs/gio-2.0/-/gio-2.0-2.84.0-4.0.0-beta.23.tgz",
+ "integrity": "sha512-FcGgYQ96KhdeFJvUYsIm0XmOYaYnTfpHKzPUOW4IcJm5q38RNDKgoijBMfedv3fMxnPDtpMb08ZFD6P1GjJY8A==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.23",
+ "@girs/glib-2.0": "^2.84.0-4.0.0-beta.23",
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.23",
+ "@girs/gobject-2.0": "^2.84.0-4.0.0-beta.23"
+ }
+ },
+ "node_modules/@girs/accountsservice-1.0/node_modules/@girs/glib-2.0": {
+ "version": "2.84.0-4.0.0-beta.23",
+ "resolved": "https://registry.npmjs.org/@girs/glib-2.0/-/glib-2.0-2.84.0-4.0.0-beta.23.tgz",
+ "integrity": "sha512-epQae3f9rDeIrEgA9hOEiNAppJYQAfVRZ4Uh/0yO9NtAQR6PTfXUpjotw9ndjVxsHpEmRODoM2t/kytCYqKmVg==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.23",
+ "@girs/gobject-2.0": "^2.84.0-4.0.0-beta.23"
+ }
+ },
+ "node_modules/@girs/accountsservice-1.0/node_modules/@girs/gobject-2.0": {
+ "version": "2.84.0-4.0.0-beta.23",
+ "resolved": "https://registry.npmjs.org/@girs/gobject-2.0/-/gobject-2.0-2.84.0-4.0.0-beta.23.tgz",
+ "integrity": "sha512-GNWQDLo+Nmq2FQNPljKKh4Zplp8vZwwr0hj1sf4lbJ36zbVsovrhfNozqaph0XNjv8vtHeTcXUocGQprM9FHCg==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.23",
+ "@girs/glib-2.0": "^2.84.0-4.0.0-beta.23"
+ }
+ },
+ "node_modules/@girs/adw-1": {
+ "version": "1.8.0-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/adw-1/-/adw-1-1.8.0-4.0.0-beta.25.tgz",
+ "integrity": "sha512-8JFyUf9tH0AqZslJPnBQykwoDSajOxMyPqMxvRNGuf7We0PmOthlQSbU3qdo3OcQ0cGTk9dbN0EQSiss97m1zg==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gdk-4.0": "^4.0.0-4.0.0-beta.25",
+ "@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gio-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/graphene-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/gsk-4.0": "^4.0.0-4.0.0-beta.25",
+ "@girs/gtk-4.0": "^4.19.1-4.0.0-beta.25",
+ "@girs/harfbuzz-0.0": "^10.4.0-4.0.0-beta.25",
+ "@girs/pango-1.0": "^1.56.4-4.0.0-beta.25",
+ "@girs/pangocairo-1.0": "^1.0.0-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/adw-1/node_modules/@girs/gtk-4.0": {
+ "version": "4.19.1-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/gtk-4.0/-/gtk-4.0-4.19.1-4.0.0-beta.25.tgz",
+ "integrity": "sha512-afgV1TLur4H0IDx0VSX+tihzL8aXVR7v//97wMwQrEcd9vnhRl5jd2MDJSBlmrkLWLNhrtl1P3+MQ4OxC4oV6Q==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gdk-4.0": "^4.0.0-4.0.0-beta.25",
+ "@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gio-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/graphene-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/gsk-4.0": "^4.0.0-4.0.0-beta.25",
+ "@girs/harfbuzz-0.0": "^10.4.0-4.0.0-beta.25",
+ "@girs/pango-1.0": "^1.56.4-4.0.0-beta.25",
+ "@girs/pangocairo-1.0": "^1.0.0-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/atk-1.0": {
+ "version": "2.56.0-4.0.0-beta.23",
+ "resolved": "https://registry.npmjs.org/@girs/atk-1.0/-/atk-1.0-2.56.0-4.0.0-beta.23.tgz",
+ "integrity": "sha512-5kFs//8rkORYMJh0FQNeNciEQmbMNfA4Jo8AV9du8WiWGAdFzkPLH9o3eQrqRGIqZBsbqiEy3FS+R9P7+bn/UA==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.23",
+ "@girs/glib-2.0": "^2.84.0-4.0.0-beta.23",
+ "@girs/gobject-2.0": "^2.84.0-4.0.0-beta.23"
+ }
+ },
+ "node_modules/@girs/atk-1.0/node_modules/@girs/glib-2.0": {
+ "version": "2.84.0-4.0.0-beta.23",
+ "resolved": "https://registry.npmjs.org/@girs/glib-2.0/-/glib-2.0-2.84.0-4.0.0-beta.23.tgz",
+ "integrity": "sha512-epQae3f9rDeIrEgA9hOEiNAppJYQAfVRZ4Uh/0yO9NtAQR6PTfXUpjotw9ndjVxsHpEmRODoM2t/kytCYqKmVg==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.23",
+ "@girs/gobject-2.0": "^2.84.0-4.0.0-beta.23"
+ }
+ },
+ "node_modules/@girs/atk-1.0/node_modules/@girs/gobject-2.0": {
+ "version": "2.84.0-4.0.0-beta.23",
+ "resolved": "https://registry.npmjs.org/@girs/gobject-2.0/-/gobject-2.0-2.84.0-4.0.0-beta.23.tgz",
+ "integrity": "sha512-GNWQDLo+Nmq2FQNPljKKh4Zplp8vZwwr0hj1sf4lbJ36zbVsovrhfNozqaph0XNjv8vtHeTcXUocGQprM9FHCg==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.23",
+ "@girs/glib-2.0": "^2.84.0-4.0.0-beta.23"
+ }
+ },
+ "node_modules/@girs/cairo-1.0": {
+ "version": "1.0.0-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/cairo-1.0/-/cairo-1.0-1.0.0-4.0.0-beta.25.tgz",
+ "integrity": "sha512-gg892WthDi8uwfyPYMqGQ0P2PEPO0R0L88Vr/wiiKzDtKAoiW0G9Mu81edTc2yK0Q1CFf7toE7HWPOfkNilztA==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/clutter-16": {
+ "version": "16.0.0-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/clutter-16/-/clutter-16-16.0.0-4.0.0-beta.25.tgz",
+ "integrity": "sha512-Bxr9HqbYOp01H7n3u12RvWj7bX/XCZvnyF/6WkrGGOrQPegapPjHLntEMGEKv3GzbrTncvVfzhCCpcW9OU2LiQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/atk-1.0": "^2.56.2-4.0.0-beta.25",
+ "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/cogl-16": "^16.0.0-4.0.0-beta.25",
+ "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gio-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/gl-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/graphene-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/harfbuzz-0.0": "^10.4.0-4.0.0-beta.25",
+ "@girs/mtk-16": "^16.0.0-4.0.0-beta.25",
+ "@girs/pango-1.0": "^1.56.4-4.0.0-beta.25",
+ "@girs/xlib-2.0": "^2.0.0-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/clutter-16/node_modules/@girs/atk-1.0": {
+ "version": "2.56.2-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/atk-1.0/-/atk-1.0-2.56.2-4.0.0-beta.25.tgz",
+ "integrity": "sha512-V6eswiQtp8Hqr/IdD3T+3uHDerCajP6GRKedLwijg39tvAciVH3ZIUqrKY5w6igMMdZIPQ6HbgNPGMqgc3kVlQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/cogl-16": {
+ "version": "16.0.0-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/cogl-16/-/cogl-16-16.0.0-4.0.0-beta.25.tgz",
+ "integrity": "sha512-iPmih9K+84x5Te5lLFGrwSfyfBr73+9ymAEmhYavguS1vY16ozQfDsuGEWUTFi5PiqsHUKBB8mq+Gt2wcNR5zQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/gl-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/graphene-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/mtk-16": "^16.0.0-4.0.0-beta.25",
+ "@girs/xlib-2.0": "^2.0.0-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/cogl-2.0": {
+ "version": "2.0.0-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/cogl-2.0/-/cogl-2.0-2.0.0-4.0.0-beta.25.tgz",
+ "integrity": "sha512-O1qYFxqEbM9yGAZ2wv8GSrDi9ztnL6Q63XEEPCeWIw8xs57zvKm0CCYmgF9Dh+PY71+Q75gAiHKy/785qwK7Cw==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/gl-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/freetype2-2.0": {
+ "version": "2.0.0-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/freetype2-2.0/-/freetype2-2.0-2.0.0-4.0.0-beta.25.tgz",
+ "integrity": "sha512-QubZF7yZDbhEZv/f83leMjiupjrSSvVcPuP3l3O1dpQj/cmERW5+XpZ0PXoDtOWASuE8keiRjGocXOEMd692Vg==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/gck-2": {
+ "version": "4.4.0-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/gck-2/-/gck-2-4.4.0-4.0.0-beta.25.tgz",
+ "integrity": "sha512-nxyN5R1a9C2GuD5tcuswwH2FrUULxyB2jZ4Nbc6AcBSr23nvhOxVwy9HhiL8ipuSdGlMSFI3LS2RQcMxfynPWA==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gio-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/gcr-4": {
+ "version": "4.4.0-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/gcr-4/-/gcr-4-4.4.0-4.0.0-beta.25.tgz",
+ "integrity": "sha512-f4B0QTRfDxN4b2NmdTKNQvJaKauhFGB6IIk67isQJ5fdOVTPXco11To1lC/YO2LN5sXUaQcqJY9IYQ6i0cPk3Q==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gck-2": "^4.4.0-4.0.0-beta.25",
+ "@girs/gio-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/gdesktopenums-3.0": {
+ "version": "3.0.0-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/gdesktopenums-3.0/-/gdesktopenums-3.0-3.0.0-4.0.0-beta.25.tgz",
+ "integrity": "sha512-mUNXdrkQO2SjLWB/AQhckwAjo1CNeI8Nt5jQqm0XniY8L9SW0EYSqZz9gMWiSpCVe5mo7zbkcMti0BD/OHYJdQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/gdk-4.0": {
+ "version": "4.0.0-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/gdk-4.0/-/gdk-4.0-4.0.0-4.0.0-beta.25.tgz",
+ "integrity": "sha512-Cx4pODfpZD4NeOD3GvWmdsGtOvgYcKqkRhvObktNePMKIJDtpoLha/Zcuq8RkwHtTHxXkj67qmn/SrfMCU6DRA==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gio-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/harfbuzz-0.0": "^10.4.0-4.0.0-beta.25",
+ "@girs/pango-1.0": "^1.56.4-4.0.0-beta.25",
+ "@girs/pangocairo-1.0": "^1.0.0-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/gdkpixbuf-2.0": {
+ "version": "2.0.0-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/gdkpixbuf-2.0/-/gdkpixbuf-2.0-2.0.0-4.0.0-beta.25.tgz",
+ "integrity": "sha512-SkKxi4ytXjiCiD6+74wqaZM3gTf0FPc0edhU2+womp4T9FZSvbJ4/FC1/2jSYip3Q39eSxUVBszyoE3oTgvHjg==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gio-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/gdm-1.0": {
+ "version": "1.0.0-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/gdm-1.0/-/gdm-1.0-1.0.0-4.0.0-beta.25.tgz",
+ "integrity": "sha512-dE10VXllSv7cAXMoNUfCafRVqg2i2lmdwH1XRRKDSvH6Db7hGv7vORZWOIE6jnTUUBkT0hAeMmCUWLpKzQptuA==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gio-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/gio-2.0": {
+ "version": "2.84.2-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/gio-2.0/-/gio-2.0-2.84.2-4.0.0-beta.25.tgz",
+ "integrity": "sha512-2iJXJbHX4q2/ZHFyAH/oStPnwlLfyxNPwDX3ouzWGiwTnO4FOPOzW+9CltWD/IOF2I3luLUW5Bk3Y+WbBR8RSA==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/gjs": {
+ "version": "4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/gjs/-/gjs-4.0.0-beta.25.tgz",
+ "integrity": "sha512-7m3copHTTWcc6XyKsCY0xwzZKDer8kzfnfVAptYisXat25GuWT6hsoZdbXJ26sqlnk0w/Tpxmeqd18aYLYRdGA==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/gio-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/gl-1.0": {
+ "version": "1.0.0-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/gl-1.0/-/gl-1.0-1.0.0-4.0.0-beta.25.tgz",
+ "integrity": "sha512-gN2yk7NXRzei7TDL3xlJxzeXbzErdZ5OrZ18Q6EZS7M89Fahz6PNR5BcYbvojsFZh4VEf1jqEaCq3k+p0sVCCg==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/glib-2.0": {
+ "version": "2.84.2-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/glib-2.0/-/glib-2.0-2.84.2-4.0.0-beta.25.tgz",
+ "integrity": "sha512-4G8Ai2jh8bqiHa5Dd4MqU3m1JNyMxa0TudMaZrL67Z1/QOGFPg/75luVtIvCD+j4fwaMlfLHaBGJJ+1dFklCpw==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/gmodule-2.0": {
+ "version": "2.0.0-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/gmodule-2.0/-/gmodule-2.0-2.0.0-4.0.0-beta.25.tgz",
+ "integrity": "sha512-RiZ1LhVN2EbPnqb7Ed4DVhPF5ZDfvKrEaHfxBiAsBU7knf8FUKKOGwOKvH2tQ36JYnvTNACQkm+xcPSIYIkwsQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/gnome-shell": {
+ "version": "48.0.2",
+ "resolved": "https://registry.npmjs.org/@girs/gnome-shell/-/gnome-shell-48.0.2.tgz",
+ "integrity": "sha512-hrlnTCc6y9O7GTn7M7YAufKdmIF8Et7ZFTRRUVXyv3hBHAor0bUFDrHdmVD+D7KdMHCJrtaLW6EtUCRQyovU2A==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/accountsservice-1.0": "1.0.0-4.0.0-beta.23",
+ "@girs/adw-1": "^1.8.0-4.0.0-beta.23",
+ "@girs/atk-1.0": "^2.56.0-4.0.0-beta.23",
+ "@girs/clutter-16": "^16.0.0-4.0.0-beta.23",
+ "@girs/cogl-2.0": "^2.0.0-4.0.0-beta.23",
+ "@girs/gcr-4": "^4.4.0-4.0.0-beta.23",
+ "@girs/gdm-1.0": "^1.0.0-4.0.0-beta.23",
+ "@girs/gio-2.0": "^2.84.0-4.0.0-beta.23",
+ "@girs/gjs": "^4.0.0-beta.23",
+ "@girs/glib-2.0": "^2.84.0-4.0.0-beta.23",
+ "@girs/gnomebg-4.0": "^4.0.0-4.0.0-beta.23",
+ "@girs/gnomebluetooth-3.0": "^3.0.0-4.0.0-beta.23",
+ "@girs/gnomedesktop-4.0": "^4.0.0-4.0.0-beta.23",
+ "@girs/gobject-2.0": "^2.84.0-4.0.0-beta.23",
+ "@girs/gtk-4.0": "^4.18.3-4.0.0-beta.23",
+ "@girs/gvc-1.0": "^1.0.0-4.0.0-beta.23",
+ "@girs/meta-16": "^16.0.0-4.0.0-beta.23",
+ "@girs/mtk-16": "^16.0.0-4.0.0-beta.23",
+ "@girs/polkit-1.0": "^1.0.0-4.0.0-beta.23",
+ "@girs/shell-16": "^16.0.0-4.0.0-beta.23",
+ "@girs/shew-0": "^0.0.0-4.0.0-beta.23",
+ "@girs/st-16": "^16.0.0-4.0.0-beta.23",
+ "@girs/upowerglib-1.0": "^0.99.1-4.0.0-beta.23"
+ }
+ },
+ "node_modules/@girs/gnome-shell/node_modules/@girs/gio-2.0": {
+ "version": "2.84.0-4.0.0-beta.23",
+ "resolved": "https://registry.npmjs.org/@girs/gio-2.0/-/gio-2.0-2.84.0-4.0.0-beta.23.tgz",
+ "integrity": "sha512-FcGgYQ96KhdeFJvUYsIm0XmOYaYnTfpHKzPUOW4IcJm5q38RNDKgoijBMfedv3fMxnPDtpMb08ZFD6P1GjJY8A==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.23",
+ "@girs/glib-2.0": "^2.84.0-4.0.0-beta.23",
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.23",
+ "@girs/gobject-2.0": "^2.84.0-4.0.0-beta.23"
+ }
+ },
+ "node_modules/@girs/gnome-shell/node_modules/@girs/glib-2.0": {
+ "version": "2.84.0-4.0.0-beta.23",
+ "resolved": "https://registry.npmjs.org/@girs/glib-2.0/-/glib-2.0-2.84.0-4.0.0-beta.23.tgz",
+ "integrity": "sha512-epQae3f9rDeIrEgA9hOEiNAppJYQAfVRZ4Uh/0yO9NtAQR6PTfXUpjotw9ndjVxsHpEmRODoM2t/kytCYqKmVg==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.23",
+ "@girs/gobject-2.0": "^2.84.0-4.0.0-beta.23"
+ }
+ },
+ "node_modules/@girs/gnome-shell/node_modules/@girs/gobject-2.0": {
+ "version": "2.84.0-4.0.0-beta.23",
+ "resolved": "https://registry.npmjs.org/@girs/gobject-2.0/-/gobject-2.0-2.84.0-4.0.0-beta.23.tgz",
+ "integrity": "sha512-GNWQDLo+Nmq2FQNPljKKh4Zplp8vZwwr0hj1sf4lbJ36zbVsovrhfNozqaph0XNjv8vtHeTcXUocGQprM9FHCg==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.23",
+ "@girs/glib-2.0": "^2.84.0-4.0.0-beta.23"
+ }
+ },
+ "node_modules/@girs/gnomebg-4.0": {
+ "version": "4.0.0-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/gnomebg-4.0/-/gnomebg-4.0-4.0.0-4.0.0-beta.25.tgz",
+ "integrity": "sha512-/okQR4dZZlZw/1hcQIb+sNjNFaN3ORnxxmRIjW6PfUCtTT6bl7aSqFauyB7jMvc89bPovV+lakBPVqh2bivf2A==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gdesktopenums-3.0": "^3.0.0-4.0.0-beta.25",
+ "@girs/gdk-4.0": "^4.0.0-4.0.0-beta.25",
+ "@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gio-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gnomedesktop-4.0": "^4.0.0-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/harfbuzz-0.0": "^10.4.0-4.0.0-beta.25",
+ "@girs/pango-1.0": "^1.56.4-4.0.0-beta.25",
+ "@girs/pangocairo-1.0": "^1.0.0-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/gnomebluetooth-3.0": {
+ "version": "3.0.0-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/gnomebluetooth-3.0/-/gnomebluetooth-3.0-3.0.0-4.0.0-beta.25.tgz",
+ "integrity": "sha512-689NiJwF4gNd9V+XKauhqcVCNXH5u0LHcZoNiDqL4zVCeZMt08X2YuMBRgwoXTaO7Z+r/0Jr6ExUM+zEfeWaxA==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gio-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/gnomedesktop-4.0": {
+ "version": "4.0.0-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/gnomedesktop-4.0/-/gnomedesktop-4.0-4.0.0-4.0.0-beta.25.tgz",
+ "integrity": "sha512-WycNBQANOFkNvP0x880gTFZ6HfIM8VBggSIpC8ZelA/DthN152YrDoMjD0SRSBcLBqKHMDJS85GjdwwVQqBERw==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gdesktopenums-3.0": "^3.0.0-4.0.0-beta.25",
+ "@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gio-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/gobject-2.0": {
+ "version": "2.84.2-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/gobject-2.0/-/gobject-2.0-2.84.2-4.0.0-beta.25.tgz",
+ "integrity": "sha512-5CHEq2Rw9hCHYmxhWQQLR0eJlqWhO9MpbJkr1rHrPqM00i9t9n701de1daFXubi9DUwsqw73F+36A2UDkTC5sw==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/graphene-1.0": {
+ "version": "1.0.0-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/graphene-1.0/-/graphene-1.0-1.0.0-4.0.0-beta.25.tgz",
+ "integrity": "sha512-4XVs2ZWq/r4fjTT9IP0s14wWotk4NZt/YUzHxHXT9neitD+uJnP9Ho2AFEVpv/vDXr0CSXE2TiJn7ryEltvEwg==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/gsk-4.0": {
+ "version": "4.0.0-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/gsk-4.0/-/gsk-4.0-4.0.0-4.0.0-beta.25.tgz",
+ "integrity": "sha512-Y6j0tGDDMlj53Xb/rIbc294a0osarTEU7mXpJKFcpdJgf/yFTFooglF11Imd87ETJulWkNBkbep4HxtmPmPjdg==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gdk-4.0": "^4.0.0-4.0.0-beta.25",
+ "@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gio-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/graphene-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/harfbuzz-0.0": "^10.4.0-4.0.0-beta.25",
+ "@girs/pango-1.0": "^1.56.4-4.0.0-beta.25",
+ "@girs/pangocairo-1.0": "^1.0.0-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/gtk-4.0": {
+ "version": "4.18.3-4.0.0-beta.23",
+ "resolved": "https://registry.npmjs.org/@girs/gtk-4.0/-/gtk-4.0-4.18.3-4.0.0-beta.23.tgz",
+ "integrity": "sha512-CsMPZLHQz+kWP81zR8AfPRpqUh9g1i5QNG08E9shj3Z9hvbR3goXmQXCSjgVxkcD40YsFn2tlc5FF/aztwY45Q==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.23",
+ "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.23",
+ "@girs/gdk-4.0": "^4.0.0-4.0.0-beta.23",
+ "@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.23",
+ "@girs/gio-2.0": "^2.84.0-4.0.0-beta.23",
+ "@girs/gjs": "^4.0.0-beta.23",
+ "@girs/glib-2.0": "^2.84.0-4.0.0-beta.23",
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.23",
+ "@girs/gobject-2.0": "^2.84.0-4.0.0-beta.23",
+ "@girs/graphene-1.0": "^1.0.0-4.0.0-beta.23",
+ "@girs/gsk-4.0": "^4.0.0-4.0.0-beta.23",
+ "@girs/harfbuzz-0.0": "^9.0.0-4.0.0-beta.23",
+ "@girs/pango-1.0": "^1.56.4-4.0.0-beta.23",
+ "@girs/pangocairo-1.0": "^1.0.0-4.0.0-beta.23"
+ }
+ },
+ "node_modules/@girs/gtk-4.0/node_modules/@girs/gio-2.0": {
+ "version": "2.84.0-4.0.0-beta.23",
+ "resolved": "https://registry.npmjs.org/@girs/gio-2.0/-/gio-2.0-2.84.0-4.0.0-beta.23.tgz",
+ "integrity": "sha512-FcGgYQ96KhdeFJvUYsIm0XmOYaYnTfpHKzPUOW4IcJm5q38RNDKgoijBMfedv3fMxnPDtpMb08ZFD6P1GjJY8A==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.23",
+ "@girs/glib-2.0": "^2.84.0-4.0.0-beta.23",
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.23",
+ "@girs/gobject-2.0": "^2.84.0-4.0.0-beta.23"
+ }
+ },
+ "node_modules/@girs/gtk-4.0/node_modules/@girs/glib-2.0": {
+ "version": "2.84.0-4.0.0-beta.23",
+ "resolved": "https://registry.npmjs.org/@girs/glib-2.0/-/glib-2.0-2.84.0-4.0.0-beta.23.tgz",
+ "integrity": "sha512-epQae3f9rDeIrEgA9hOEiNAppJYQAfVRZ4Uh/0yO9NtAQR6PTfXUpjotw9ndjVxsHpEmRODoM2t/kytCYqKmVg==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.23",
+ "@girs/gobject-2.0": "^2.84.0-4.0.0-beta.23"
+ }
+ },
+ "node_modules/@girs/gtk-4.0/node_modules/@girs/gobject-2.0": {
+ "version": "2.84.0-4.0.0-beta.23",
+ "resolved": "https://registry.npmjs.org/@girs/gobject-2.0/-/gobject-2.0-2.84.0-4.0.0-beta.23.tgz",
+ "integrity": "sha512-GNWQDLo+Nmq2FQNPljKKh4Zplp8vZwwr0hj1sf4lbJ36zbVsovrhfNozqaph0XNjv8vtHeTcXUocGQprM9FHCg==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.23",
+ "@girs/glib-2.0": "^2.84.0-4.0.0-beta.23"
+ }
+ },
+ "node_modules/@girs/gtk-4.0/node_modules/@girs/harfbuzz-0.0": {
+ "version": "9.0.0-4.0.0-beta.23",
+ "resolved": "https://registry.npmjs.org/@girs/harfbuzz-0.0/-/harfbuzz-0.0-9.0.0-4.0.0-beta.23.tgz",
+ "integrity": "sha512-9uWYDEUhkyoClR4GHv69AMHRDtcNSwidtA8MG8c1rMDT5qWNWkwfQK5hwX8/oBCbL0LqJNeMfJByIQ3yLfgQGg==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.23",
+ "@girs/gjs": "^4.0.0-beta.23",
+ "@girs/glib-2.0": "^2.84.0-4.0.0-beta.23",
+ "@girs/gobject-2.0": "^2.84.0-4.0.0-beta.23"
+ }
+ },
+ "node_modules/@girs/gvc-1.0": {
+ "version": "1.0.0-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/gvc-1.0/-/gvc-1.0-1.0.0-4.0.0-beta.25.tgz",
+ "integrity": "sha512-012qBpaJ0XlnupZZgoo2SnX29Dt8gO3U+F+EE9SohbH08jHjni5eMc+A5WupXmKXwwBTX/tFvBr82NnuivZeQw==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gio-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/harfbuzz-0.0": {
+ "version": "10.4.0-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/harfbuzz-0.0/-/harfbuzz-0.0-10.4.0-4.0.0-beta.25.tgz",
+ "integrity": "sha512-0fJFZeBLeiMz03MFVx6uRiNGTXKTYP0Js0WqHYEmwi8eYc3/rvT6wOnxK+4mDSUfplvhS6J6QfNSQYKhA2p6Sw==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/meta-16": {
+ "version": "16.0.0-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/meta-16/-/meta-16-16.0.0-4.0.0-beta.25.tgz",
+ "integrity": "sha512-u/zvn+Iu/C3eCXL3sP2qn2E5lyDNCpndh67mJ5zYwS0KjETpyT9UO0Goaka0t2XH+ytj73TwG25RglP+nsbsDw==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/atk-1.0": "^2.56.2-4.0.0-beta.25",
+ "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/clutter-16": "^16.0.0-4.0.0-beta.25",
+ "@girs/cogl-16": "^16.0.0-4.0.0-beta.25",
+ "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gdesktopenums-3.0": "^3.0.0-4.0.0-beta.25",
+ "@girs/gio-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/gl-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/graphene-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/harfbuzz-0.0": "^10.4.0-4.0.0-beta.25",
+ "@girs/mtk-16": "^16.0.0-4.0.0-beta.25",
+ "@girs/pango-1.0": "^1.56.4-4.0.0-beta.25",
+ "@girs/xfixes-4.0": "^4.0.0-4.0.0-beta.25",
+ "@girs/xlib-2.0": "^2.0.0-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/meta-16/node_modules/@girs/atk-1.0": {
+ "version": "2.56.2-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/atk-1.0/-/atk-1.0-2.56.2-4.0.0-beta.25.tgz",
+ "integrity": "sha512-V6eswiQtp8Hqr/IdD3T+3uHDerCajP6GRKedLwijg39tvAciVH3ZIUqrKY5w6igMMdZIPQ6HbgNPGMqgc3kVlQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/mtk-16": {
+ "version": "16.0.0-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/mtk-16/-/mtk-16-16.0.0-4.0.0-beta.25.tgz",
+ "integrity": "sha512-YxAq7YXm+MEBVtlAcW9F/+Bsm/8dHBgW3x8Uq9yLGSbK20gm6a4aJ7cFBmpV1l8uzVUltAOniBhjZ1X6VWqPPQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/graphene-1.0": "^1.0.0-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/nm-1.0": {
+ "version": "1.49.4-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/nm-1.0/-/nm-1.0-1.49.4-4.0.0-beta.25.tgz",
+ "integrity": "sha512-nX1cmM2H7o6rw52coJcwZIzsAxXhhWNWEkS3rTNnc4IuLsMQePggzzL/zWMU0yZFChJRzfhFxPRTkSh1D352lg==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gio-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/pango-1.0": {
+ "version": "1.56.4-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/pango-1.0/-/pango-1.0-1.56.4-4.0.0-beta.25.tgz",
+ "integrity": "sha512-/lsPuVOPO/muGV97oFk9cv0xnfqS2qIPweSY8Y50Yqwb013tXNx9+23Bvf7AdEPFAOUbP3CK6fwKoyuSOnz1mQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gio-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/harfbuzz-0.0": "^10.4.0-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/pangocairo-1.0": {
+ "version": "1.0.0-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/pangocairo-1.0/-/pangocairo-1.0-1.0.0-4.0.0-beta.25.tgz",
+ "integrity": "sha512-xMcPb4AG4wYB6Z12i6v+9SmY21GLtilyKQiKBjXAXHZWprv1xZRT7bH+VyujoA8ZFcfm6vLvslw1SFVUTFCyrQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gio-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/harfbuzz-0.0": "^10.4.0-4.0.0-beta.25",
+ "@girs/pango-1.0": "^1.56.4-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/polkit-1.0": {
+ "version": "1.0.0-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/polkit-1.0/-/polkit-1.0-1.0.0-4.0.0-beta.25.tgz",
+ "integrity": "sha512-vKXJHCzRD2IMUed8SCu5sSZ6a3ub63pbD9F1YrHt7A77Y1yNSy/pXVwaWw3CB+O9p39Ld8vr/pyPTJC7kKIk2Q==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gio-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/polkitagent-1.0": {
+ "version": "1.0.0-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/polkitagent-1.0/-/polkitagent-1.0-1.0.0-4.0.0-beta.25.tgz",
+ "integrity": "sha512-tb83Wv9KLImKi5RbHldKqbYMfJ0qjeJ5WzXQjT6tEcBboD8N9MLLkNSko1r/N7eRBefSkMTNU+9K8ZTz7jo9cQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gio-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/polkit-1.0": "^1.0.0-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/shell-16": {
+ "version": "16.0.0-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/shell-16/-/shell-16-16.0.0-4.0.0-beta.25.tgz",
+ "integrity": "sha512-dKYitg1Db87CR3P3aBb7tK1fZ5U6XzdsQns3/4IKczqZVLQ23iG8WOoTPBRx3wppOHly0DrXPwMzgoFEQ5QNmg==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/atk-1.0": "^2.56.2-4.0.0-beta.25",
+ "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/clutter-16": "^16.0.0-4.0.0-beta.25",
+ "@girs/cogl-16": "^16.0.0-4.0.0-beta.25",
+ "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gck-2": "^4.4.0-4.0.0-beta.25",
+ "@girs/gcr-4": "^4.4.0-4.0.0-beta.25",
+ "@girs/gdesktopenums-3.0": "^3.0.0-4.0.0-beta.25",
+ "@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gio-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/gl-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/graphene-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/gvc-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/harfbuzz-0.0": "^10.4.0-4.0.0-beta.25",
+ "@girs/meta-16": "^16.0.0-4.0.0-beta.25",
+ "@girs/mtk-16": "^16.0.0-4.0.0-beta.25",
+ "@girs/nm-1.0": "^1.49.4-4.0.0-beta.25",
+ "@girs/pango-1.0": "^1.56.4-4.0.0-beta.25",
+ "@girs/polkit-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/polkitagent-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/st-16": "^16.0.0-4.0.0-beta.25",
+ "@girs/xfixes-4.0": "^4.0.0-4.0.0-beta.25",
+ "@girs/xlib-2.0": "^2.0.0-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/shell-16/node_modules/@girs/atk-1.0": {
+ "version": "2.56.2-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/atk-1.0/-/atk-1.0-2.56.2-4.0.0-beta.25.tgz",
+ "integrity": "sha512-V6eswiQtp8Hqr/IdD3T+3uHDerCajP6GRKedLwijg39tvAciVH3ZIUqrKY5w6igMMdZIPQ6HbgNPGMqgc3kVlQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/shew-0": {
+ "version": "0.0.0-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/shew-0/-/shew-0-0.0.0-4.0.0-beta.25.tgz",
+ "integrity": "sha512-6SkEVFxivSMAZ9RgY5wL63gk/BpjBb/9OQYS8qowTTqXJu3j+wOCWSB3YZfaI/Xifv0gn+1Db/99Iwy5+fhqVw==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gdk-4.0": "^4.0.0-4.0.0-beta.25",
+ "@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gio-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/graphene-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/gsk-4.0": "^4.0.0-4.0.0-beta.25",
+ "@girs/gtk-4.0": "^4.19.1-4.0.0-beta.25",
+ "@girs/harfbuzz-0.0": "^10.4.0-4.0.0-beta.25",
+ "@girs/pango-1.0": "^1.56.4-4.0.0-beta.25",
+ "@girs/pangocairo-1.0": "^1.0.0-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/shew-0/node_modules/@girs/gtk-4.0": {
+ "version": "4.19.1-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/gtk-4.0/-/gtk-4.0-4.19.1-4.0.0-beta.25.tgz",
+ "integrity": "sha512-afgV1TLur4H0IDx0VSX+tihzL8aXVR7v//97wMwQrEcd9vnhRl5jd2MDJSBlmrkLWLNhrtl1P3+MQ4OxC4oV6Q==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gdk-4.0": "^4.0.0-4.0.0-beta.25",
+ "@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gio-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/graphene-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/gsk-4.0": "^4.0.0-4.0.0-beta.25",
+ "@girs/harfbuzz-0.0": "^10.4.0-4.0.0-beta.25",
+ "@girs/pango-1.0": "^1.56.4-4.0.0-beta.25",
+ "@girs/pangocairo-1.0": "^1.0.0-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/st-16": {
+ "version": "16.0.0-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/st-16/-/st-16-16.0.0-4.0.0-beta.25.tgz",
+ "integrity": "sha512-IghzpwywJcBv8NvuS9T4QMTq5Nx6yK3WL8E5WuStDO5OBmVkC6ik/g+SfW3dFR/ITfGz37QDwsGuZvhxY5yY6g==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/atk-1.0": "^2.56.2-4.0.0-beta.25",
+ "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/clutter-16": "^16.0.0-4.0.0-beta.25",
+ "@girs/cogl-16": "^16.0.0-4.0.0-beta.25",
+ "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gdesktopenums-3.0": "^3.0.0-4.0.0-beta.25",
+ "@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gio-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/gl-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/graphene-1.0": "^1.0.0-4.0.0-beta.25",
+ "@girs/harfbuzz-0.0": "^10.4.0-4.0.0-beta.25",
+ "@girs/meta-16": "^16.0.0-4.0.0-beta.25",
+ "@girs/mtk-16": "^16.0.0-4.0.0-beta.25",
+ "@girs/pango-1.0": "^1.56.4-4.0.0-beta.25",
+ "@girs/xfixes-4.0": "^4.0.0-4.0.0-beta.25",
+ "@girs/xlib-2.0": "^2.0.0-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/st-16/node_modules/@girs/atk-1.0": {
+ "version": "2.56.2-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/atk-1.0/-/atk-1.0-2.56.2-4.0.0-beta.25.tgz",
+ "integrity": "sha512-V6eswiQtp8Hqr/IdD3T+3uHDerCajP6GRKedLwijg39tvAciVH3ZIUqrKY5w6igMMdZIPQ6HbgNPGMqgc3kVlQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/upowerglib-1.0": {
+ "version": "0.99.1-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/upowerglib-1.0/-/upowerglib-1.0-0.99.1-4.0.0-beta.25.tgz",
+ "integrity": "sha512-ZDs+cHUnPv5cWNReq3IybN5hykxKUrSNcqAguvmZfvMLnyKzfW4uP0WiYCcJ1+7qg5HY6NVlDWpezyC528Ps9A==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gio-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/xfixes-4.0": {
+ "version": "4.0.0-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/xfixes-4.0/-/xfixes-4.0-4.0.0-4.0.0-beta.25.tgz",
+ "integrity": "sha512-sbW/Iu5mL3gbCMXFYnH3X1v5qmuJc50R8+HLvQf1HG7noFxBd735VU3kjmLF2kGQeuVMv4bhGgBD6L17cYduXg==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@girs/xlib-2.0": {
+ "version": "2.0.0-4.0.0-beta.25",
+ "resolved": "https://registry.npmjs.org/@girs/xlib-2.0/-/xlib-2.0-2.0.0-4.0.0-beta.25.tgz",
+ "integrity": "sha512-tuQnCMgQOwxsTs5j4u0JQG/ogfQKNYl/TPM7UzdyCXzF3aTqDFcZ1cfHap0FTnrkQ9R/NQhv7VN8Mc0d7sqK3A==",
+ "license": "MIT",
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25"
+ }
+ },
+ "node_modules/@humanfs/core": {
+ "version": "0.19.1",
+ "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
+ "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": ">=18.18.0"
+ }
+ },
+ "node_modules/@humanfs/node": {
+ "version": "0.16.6",
+ "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz",
+ "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "@humanfs/core": "^0.19.1",
+ "@humanwhocodes/retry": "^0.3.0"
+ },
+ "engines": {
+ "node": ">=18.18.0"
+ }
+ },
+ "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": {
+ "version": "0.3.1",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz",
+ "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": ">=18.18"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/nzakas"
+ }
+ },
+ "node_modules/@humanwhocodes/module-importer": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
+ "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": ">=12.22"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/nzakas"
+ }
+ },
+ "node_modules/@humanwhocodes/retry": {
+ "version": "0.4.3",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
+ "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": ">=18.18"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/nzakas"
+ }
+ },
+ "node_modules/@types/estree": {
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
+ "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/json-schema": {
+ "version": "7.0.15",
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
+ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@typescript-eslint/types": {
+ "version": "8.39.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.39.0.tgz",
+ "integrity": "sha512-ArDdaOllnCj3yn/lzKn9s0pBQYmmyme/v1HbGIGB0GB/knFI3fWMHloC+oYTJW46tVbYnGKTMDK4ah1sC2v0Kg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ }
+ },
+ "node_modules/acorn": {
+ "version": "8.15.0",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
+ "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
+ "dev": true,
+ "license": "MIT",
+ "bin": {
+ "acorn": "bin/acorn"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/acorn-jsx": {
+ "version": "5.3.2",
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
+ "dev": true,
+ "license": "MIT",
+ "peerDependencies": {
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
+ }
+ },
+ "node_modules/ajv": {
+ "version": "6.12.6",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "fast-deep-equal": "^3.1.1",
+ "fast-json-stable-stringify": "^2.0.0",
+ "json-schema-traverse": "^0.4.1",
+ "uri-js": "^4.2.2"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/epoberezkin"
+ }
+ },
+ "node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/are-docs-informative": {
+ "version": "0.0.2",
+ "resolved": "https://registry.npmjs.org/are-docs-informative/-/are-docs-informative-0.0.2.tgz",
+ "integrity": "sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=14"
+ }
+ },
+ "node_modules/argparse": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
+ "dev": true,
+ "license": "Python-2.0"
+ },
+ "node_modules/balanced-match": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/brace-expansion": {
+ "version": "1.1.12",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
+ "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/callsites": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/comment-parser": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.1.tgz",
+ "integrity": "sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 12.0.0"
+ }
+ },
+ "node_modules/concat-map": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/cross-spawn": {
+ "version": "7.0.6",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/debug": {
+ "version": "4.4.1",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
+ "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ms": "^2.1.3"
+ },
+ "engines": {
+ "node": ">=6.0"
+ },
+ "peerDependenciesMeta": {
+ "supports-color": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/deep-is": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/escape-string-regexp": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/eslint": {
+ "version": "9.33.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.33.0.tgz",
+ "integrity": "sha512-TS9bTNIryDzStCpJN93aC5VRSW3uTx9sClUn4B87pwiCaJh220otoI0X8mJKr+VcPtniMdN8GKjlwgWGUv5ZKA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@eslint-community/eslint-utils": "^4.2.0",
+ "@eslint-community/regexpp": "^4.12.1",
+ "@eslint/config-array": "^0.21.0",
+ "@eslint/config-helpers": "^0.3.1",
+ "@eslint/core": "^0.15.2",
+ "@eslint/eslintrc": "^3.3.1",
+ "@eslint/js": "9.33.0",
+ "@eslint/plugin-kit": "^0.3.5",
+ "@humanfs/node": "^0.16.6",
+ "@humanwhocodes/module-importer": "^1.0.1",
+ "@humanwhocodes/retry": "^0.4.2",
+ "@types/estree": "^1.0.6",
+ "@types/json-schema": "^7.0.15",
+ "ajv": "^6.12.4",
+ "chalk": "^4.0.0",
+ "cross-spawn": "^7.0.6",
+ "debug": "^4.3.2",
+ "escape-string-regexp": "^4.0.0",
+ "eslint-scope": "^8.4.0",
+ "eslint-visitor-keys": "^4.2.1",
+ "espree": "^10.4.0",
+ "esquery": "^1.5.0",
+ "esutils": "^2.0.2",
+ "fast-deep-equal": "^3.1.3",
+ "file-entry-cache": "^8.0.0",
+ "find-up": "^5.0.0",
+ "glob-parent": "^6.0.2",
+ "ignore": "^5.2.0",
+ "imurmurhash": "^0.1.4",
+ "is-glob": "^4.0.0",
+ "json-stable-stringify-without-jsonify": "^1.0.1",
+ "lodash.merge": "^4.6.2",
+ "minimatch": "^3.1.2",
+ "natural-compare": "^1.4.0",
+ "optionator": "^0.9.3"
+ },
+ "bin": {
+ "eslint": "bin/eslint.js"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "url": "https://eslint.org/donate"
+ },
+ "peerDependencies": {
+ "jiti": "*"
+ },
+ "peerDependenciesMeta": {
+ "jiti": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/eslint-plugin-jsdoc": {
+ "version": "52.0.4",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-52.0.4.tgz",
+ "integrity": "sha512-be5OzGlLExvcK13Il3noU7/v7WmAQGenTmCaBKf1pwVtPOb6X+PGFVnJad0QhMj4KKf45XjE4hbsBxv25q1fTg==",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "dependencies": {
+ "@es-joy/jsdoccomment": "~0.52.0",
+ "are-docs-informative": "^0.0.2",
+ "comment-parser": "1.4.1",
+ "debug": "^4.4.1",
+ "escape-string-regexp": "^4.0.0",
+ "espree": "^10.4.0",
+ "esquery": "^1.6.0",
+ "parse-imports-exports": "^0.2.4",
+ "semver": "^7.7.2",
+ "spdx-expression-parse": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=20.11.0"
+ },
+ "peerDependencies": {
+ "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
+ }
+ },
+ "node_modules/eslint-scope": {
+ "version": "8.4.0",
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
+ "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "esrecurse": "^4.3.0",
+ "estraverse": "^5.2.0"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/eslint-visitor-keys": {
+ "version": "4.2.1",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
+ "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/espree": {
+ "version": "10.4.0",
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
+ "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "acorn": "^8.15.0",
+ "acorn-jsx": "^5.3.2",
+ "eslint-visitor-keys": "^4.2.1"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/esquery": {
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
+ "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "dependencies": {
+ "estraverse": "^5.1.0"
+ },
+ "engines": {
+ "node": ">=0.10"
+ }
+ },
+ "node_modules/esrecurse": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "estraverse": "^5.2.0"
+ },
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/estraverse": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/esutils": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/fast-deep-equal": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/fast-json-stable-stringify": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/fast-levenshtein": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/file-entry-cache": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
+ "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "flat-cache": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=16.0.0"
+ }
+ },
+ "node_modules/find-up": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "locate-path": "^6.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/flat-cache": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
+ "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "flatted": "^3.2.9",
+ "keyv": "^4.5.4"
+ },
+ "engines": {
+ "node": ">=16"
+ }
+ },
+ "node_modules/flatted": {
+ "version": "3.3.3",
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
+ "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/glob-parent": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "is-glob": "^4.0.3"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/globals": {
+ "version": "14.0.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
+ "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/ignore": {
+ "version": "5.3.2",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
+ "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/import-fresh": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
+ "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "parent-module": "^1.0.0",
+ "resolve-from": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/imurmurhash": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
+ "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.8.19"
+ }
+ },
+ "node_modules/is-extglob": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-glob": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "is-extglob": "^2.1.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/isexe": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/js-yaml": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "argparse": "^2.0.1"
+ },
+ "bin": {
+ "js-yaml": "bin/js-yaml.js"
+ }
+ },
+ "node_modules/jsdoc-type-pratt-parser": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.1.0.tgz",
+ "integrity": "sha512-Hicd6JK5Njt2QB6XYFS7ok9e37O8AYk3jTcppG4YVQnYjOemymvTcmc7OWsmq/Qqj5TdRFO5/x/tIPmBeRtGHg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=12.0.0"
+ }
+ },
+ "node_modules/json-buffer": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
+ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/json-schema-traverse": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/json-stable-stringify-without-jsonify": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
+ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/keyv": {
+ "version": "4.5.4",
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
+ "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "json-buffer": "3.0.1"
+ }
+ },
+ "node_modules/levn": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "prelude-ls": "^1.2.1",
+ "type-check": "~0.4.0"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/locate-path": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "p-locate": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/lodash.merge": {
+ "version": "4.6.2",
+ "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/ms": {
+ "version": "2.1.3",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/natural-compare": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
+ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/optionator": {
+ "version": "0.9.4",
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
+ "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "deep-is": "^0.1.3",
+ "fast-levenshtein": "^2.0.6",
+ "levn": "^0.4.1",
+ "prelude-ls": "^1.2.1",
+ "type-check": "^0.4.0",
+ "word-wrap": "^1.2.5"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/p-limit": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "yocto-queue": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/p-locate": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "p-limit": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/parent-module": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "callsites": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/parse-imports-exports": {
+ "version": "0.2.4",
+ "resolved": "https://registry.npmjs.org/parse-imports-exports/-/parse-imports-exports-0.2.4.tgz",
+ "integrity": "sha512-4s6vd6dx1AotCx/RCI2m7t7GCh5bDRUtGNvRfHSP2wbBQdMi67pPe7mtzmgwcaQ8VKK/6IB7Glfyu3qdZJPybQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "parse-statements": "1.0.11"
+ }
+ },
+ "node_modules/parse-statements": {
+ "version": "1.0.11",
+ "resolved": "https://registry.npmjs.org/parse-statements/-/parse-statements-1.0.11.tgz",
+ "integrity": "sha512-HlsyYdMBnbPQ9Jr/VgJ1YF4scnldvJpJxCVx6KgqPL4dxppsWrJHCIIxQXMJrqGnsRkNPATbeMJ8Yxu7JMsYcA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/path-key": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/prelude-ls": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/punycode": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/resolve-from": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/semver": {
+ "version": "7.7.2",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
+ "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
+ "dev": true,
+ "license": "ISC",
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/shebang-command": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "shebang-regex": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/shebang-regex": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/spdx-exceptions": {
+ "version": "2.5.0",
+ "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz",
+ "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==",
+ "dev": true,
+ "license": "CC-BY-3.0"
+ },
+ "node_modules/spdx-expression-parse": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz",
+ "integrity": "sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "spdx-exceptions": "^2.1.0",
+ "spdx-license-ids": "^3.0.0"
+ }
+ },
+ "node_modules/spdx-license-ids": {
+ "version": "3.0.22",
+ "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.22.tgz",
+ "integrity": "sha512-4PRT4nh1EImPbt2jASOKHX7PB7I+e4IWNLvkKFDxNhJlfjbYlleYQh285Z/3mPTHSAK/AvdMmw5BNNuYH8ShgQ==",
+ "dev": true,
+ "license": "CC0-1.0"
+ },
+ "node_modules/strip-json-comments": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/type-check": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "prelude-ls": "^1.2.1"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/typescript": {
+ "version": "5.9.2",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz",
+ "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "bin": {
+ "tsc": "bin/tsc",
+ "tsserver": "bin/tsserver"
+ },
+ "engines": {
+ "node": ">=14.17"
+ }
+ },
+ "node_modules/uri-js": {
+ "version": "4.4.1",
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "punycode": "^2.1.0"
+ }
+ },
+ "node_modules/which": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "node-which": "bin/node-which"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/word-wrap": {
+ "version": "1.2.5",
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
+ "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/yocto-queue": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ }
+ }
+}
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..44bf044
--- /dev/null
+++ b/package.json
@@ -0,0 +1,26 @@
+{
+ "name": "auto-rotate",
+ "version": "1.0.0",
+ "description": "An extension to automatically rotate the screen when a window is fullscreened, useful for GNOME Shell Mobile.",
+ "type": "module",
+ "private": true,
+ "repository": {
+ "type": "git",
+ "url": "git+https://git.federated.nexus/Henry-Hiles/auto-rotate.git"
+ },
+ "author": "Henry Hiles",
+ "license": "GPL-3.0-only",
+ "bugs": {
+ "url": "https://git.federated.nexus/Henry-Hiles/auto-rotate/issues"
+ },
+ "homepage": "https://git.federated.nexus/Henry-Hiles/auto-rotate",
+ "devDependencies": {
+ "eslint": "^9.33.0",
+ "eslint-plugin-jsdoc": "^52.0.4",
+ "typescript": "^5.9.2"
+ },
+ "dependencies": {
+ "@girs/gjs": "^4.0.0-beta.25",
+ "@girs/gnome-shell": "^48.0.2"
+ }
+}
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 0000000..ec16c68
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,13 @@
+{
+ "compilerOptions": {
+ "module": "NodeNext",
+ "moduleResolution": "NodeNext",
+ "outDir": "./dist",
+ "sourceMap": false,
+ "strict": true,
+ "target": "ES2022",
+ "lib": ["ES2022"]
+ },
+ "include": ["ambient.d.ts"],
+ "files": ["extension.ts"]
+}