From 2e1c3a536d87230c568bc058edd69ea4571abf07 Mon Sep 17 00:00:00 2001
From: Stefan Koelle
Date: Sun, 16 Aug 2026 12:11:23 +0200
Subject: [PATCH] initial commit
---
.eleventy.js | 41 +
.gitignore | 6 +
AGENTS.md | 12 +
LICENSE | 439 +++
README.md | 84 +
package-lock.json | 3170 +++++++++++++++++
package.json | 16 +
src/_data/nav.json | 18 +
src/_data/site.json | 4 +
src/_includes/layout.njk | 61 +
src/_includes/nav.njk | 14 +
src/_includes/quicknav.njk | 2 +
src/_includes/redirect.njk | 12 +
src/acoustics/index.md | 52 +
src/assets/archive/banner/moonback_finish.gif | Bin 0 -> 15676 bytes
.../archive/banner/moonweb_banner_ani.gif | Bin 0 -> 13669 bytes
.../archive/banner/moonweb_banner_static.gif | Bin 0 -> 11518 bytes
.../archive/banner/moonweb_newdesign5.gif | Bin 0 -> 35689 bytes
src/assets/archive/fuckoff.jpg | Bin 0 -> 4422 bytes
src/assets/archive/splash-pre.gif | Bin 0 -> 12946 bytes
src/assets/archive/splash.gif | Bin 0 -> 7616 bytes
src/assets/content/network.jpg | Bin 0 -> 37678 bytes
src/assets/content/stefan-koelle.jpg | Bin 0 -> 10569 bytes
src/assets/css/moonweb.css | 60 +
src/assets/images/background.gif | Bin 0 -> 918 bytes
src/assets/images/favicon.ico | Bin 0 -> 1150 bytes
src/assets/images/item.gif | Bin 0 -> 91 bytes
src/assets/images/logo.gif | Bin 0 -> 7516 bytes
src/assets/images/pixel-white.gif | Bin 0 -> 85 bytes
src/assets/images/quicknav-back.gif | Bin 0 -> 818 bytes
src/assets/images/quicknav-end.gif | Bin 0 -> 1289 bytes
src/assets/images/quicknav-top.gif | Bin 0 -> 1497 bytes
src/assets/images/redbottom.gif | Bin 0 -> 179 bytes
src/assets/images/redline.gif | Bin 0 -> 141 bytes
src/assets/menu/acoustics.gif | Bin 0 -> 1146 bytes
src/assets/menu/acoustics_a.gif | Bin 0 -> 1147 bytes
src/assets/menu/acoustics_h.gif | Bin 0 -> 1237 bytes
src/assets/menu/background.gif | Bin 0 -> 1166 bytes
src/assets/menu/background_a.gif | Bin 0 -> 1159 bytes
src/assets/menu/background_h.gif | Bin 0 -> 1234 bytes
src/assets/menu/beginning.gif | Bin 0 -> 1144 bytes
src/assets/menu/beginning_a.gif | Bin 0 -> 1137 bytes
src/assets/menu/beginning_h.gif | Bin 0 -> 1220 bytes
src/assets/menu/contact.gif | Bin 0 -> 1105 bytes
src/assets/menu/contact_a.gif | Bin 0 -> 1100 bytes
src/assets/menu/contact_h.gif | Bin 0 -> 1194 bytes
src/assets/menu/location.gif | Bin 0 -> 1130 bytes
src/assets/menu/location_a.gif | Bin 0 -> 1120 bytes
src/assets/menu/location_h.gif | Bin 0 -> 1205 bytes
src/assets/menu/partners.gif | Bin 0 -> 1107 bytes
src/assets/menu/partners_a.gif | Bin 0 -> 1110 bytes
src/assets/menu/partners_h.gif | Bin 0 -> 1194 bytes
src/assets/menu/products.gif | Bin 0 -> 1130 bytes
src/assets/menu/products_a.gif | Bin 0 -> 1126 bytes
src/assets/menu/products_h.gif | Bin 0 -> 1202 bytes
src/assets/menu/projects.gif | Bin 0 -> 1152 bytes
src/assets/menu/projects_a.gif | Bin 0 -> 1139 bytes
src/assets/menu/projects_h.gif | Bin 0 -> 1235 bytes
src/assets/pageImage/acoustics.jpg | Bin 0 -> 4758 bytes
src/assets/pageImage/background.jpg | Bin 0 -> 4817 bytes
src/assets/pageImage/beginning.jpg | Bin 0 -> 7779 bytes
src/assets/pageImage/contact.jpg | Bin 0 -> 3739 bytes
src/assets/pageImage/location.jpg | Bin 0 -> 7194 bytes
src/assets/pageImage/network.jpg | Bin 0 -> 3999 bytes
src/assets/pageImage/partners.jpg | Bin 0 -> 3794 bytes
src/assets/pageImage/products.jpg | Bin 0 -> 4746 bytes
src/assets/pageImage/projects.jpg | Bin 0 -> 3999 bytes
src/assets/pageImage/stefan.jpg | Bin 0 -> 3739 bytes
src/background/index.md | 67 +
src/beginning/index.md | 8 +
src/beginning/news.md | 43 +
src/beginning/report.md | 39 +
src/beginning/sitemap.md | 160 +
src/contact/index.md | 25 +
src/css/nav-replacement.njk | 29 +
src/hardware.md | 5 +
src/index.md | 38 +
src/index2.md | 5 +
src/index3.md | 5 +
src/infos.md | 5 +
src/links.md | 5 +
src/location/index.md | 43 +
src/network/index.md | 15 +
src/new.md | 5 +
src/partners/index.md | 46 +
src/products/index.md | 79 +
src/projects.md | 5 +
src/projects/index.md | 103 +
src/robots.njk | 8 +
src/sitemap.xml.njk | 12 +
src/start.md | 5 +
src/stefan/index.md | 26 +
src/users.md | 5 +
93 files changed, 4777 insertions(+)
create mode 100644 .eleventy.js
create mode 100644 .gitignore
create mode 100644 AGENTS.md
create mode 100644 LICENSE
create mode 100644 README.md
create mode 100644 package-lock.json
create mode 100644 package.json
create mode 100644 src/_data/nav.json
create mode 100644 src/_data/site.json
create mode 100644 src/_includes/layout.njk
create mode 100644 src/_includes/nav.njk
create mode 100644 src/_includes/quicknav.njk
create mode 100644 src/_includes/redirect.njk
create mode 100644 src/acoustics/index.md
create mode 100755 src/assets/archive/banner/moonback_finish.gif
create mode 100755 src/assets/archive/banner/moonweb_banner_ani.gif
create mode 100755 src/assets/archive/banner/moonweb_banner_static.gif
create mode 100755 src/assets/archive/banner/moonweb_newdesign5.gif
create mode 100755 src/assets/archive/fuckoff.jpg
create mode 100755 src/assets/archive/splash-pre.gif
create mode 100755 src/assets/archive/splash.gif
create mode 100755 src/assets/content/network.jpg
create mode 100755 src/assets/content/stefan-koelle.jpg
create mode 100644 src/assets/css/moonweb.css
create mode 100755 src/assets/images/background.gif
create mode 100755 src/assets/images/favicon.ico
create mode 100755 src/assets/images/item.gif
create mode 100755 src/assets/images/logo.gif
create mode 100755 src/assets/images/pixel-white.gif
create mode 100755 src/assets/images/quicknav-back.gif
create mode 100755 src/assets/images/quicknav-end.gif
create mode 100755 src/assets/images/quicknav-top.gif
create mode 100755 src/assets/images/redbottom.gif
create mode 100755 src/assets/images/redline.gif
create mode 100755 src/assets/menu/acoustics.gif
create mode 100755 src/assets/menu/acoustics_a.gif
create mode 100755 src/assets/menu/acoustics_h.gif
create mode 100755 src/assets/menu/background.gif
create mode 100755 src/assets/menu/background_a.gif
create mode 100755 src/assets/menu/background_h.gif
create mode 100755 src/assets/menu/beginning.gif
create mode 100755 src/assets/menu/beginning_a.gif
create mode 100755 src/assets/menu/beginning_h.gif
create mode 100755 src/assets/menu/contact.gif
create mode 100755 src/assets/menu/contact_a.gif
create mode 100755 src/assets/menu/contact_h.gif
create mode 100755 src/assets/menu/location.gif
create mode 100755 src/assets/menu/location_a.gif
create mode 100755 src/assets/menu/location_h.gif
create mode 100755 src/assets/menu/partners.gif
create mode 100755 src/assets/menu/partners_a.gif
create mode 100755 src/assets/menu/partners_h.gif
create mode 100755 src/assets/menu/products.gif
create mode 100755 src/assets/menu/products_a.gif
create mode 100755 src/assets/menu/products_h.gif
create mode 100755 src/assets/menu/projects.gif
create mode 100755 src/assets/menu/projects_a.gif
create mode 100755 src/assets/menu/projects_h.gif
create mode 100755 src/assets/pageImage/acoustics.jpg
create mode 100755 src/assets/pageImage/background.jpg
create mode 100755 src/assets/pageImage/beginning.jpg
create mode 100755 src/assets/pageImage/contact.jpg
create mode 100755 src/assets/pageImage/location.jpg
create mode 100755 src/assets/pageImage/network.jpg
create mode 100755 src/assets/pageImage/partners.jpg
create mode 100755 src/assets/pageImage/products.jpg
create mode 100755 src/assets/pageImage/projects.jpg
create mode 100755 src/assets/pageImage/stefan.jpg
create mode 100644 src/background/index.md
create mode 100644 src/beginning/index.md
create mode 100644 src/beginning/news.md
create mode 100644 src/beginning/report.md
create mode 100644 src/beginning/sitemap.md
create mode 100644 src/contact/index.md
create mode 100644 src/css/nav-replacement.njk
create mode 100644 src/hardware.md
create mode 100644 src/index.md
create mode 100644 src/index2.md
create mode 100644 src/index3.md
create mode 100644 src/infos.md
create mode 100644 src/links.md
create mode 100644 src/location/index.md
create mode 100644 src/network/index.md
create mode 100644 src/new.md
create mode 100644 src/partners/index.md
create mode 100644 src/products/index.md
create mode 100644 src/projects.md
create mode 100644 src/projects/index.md
create mode 100644 src/robots.njk
create mode 100644 src/sitemap.xml.njk
create mode 100644 src/start.md
create mode 100644 src/stefan/index.md
create mode 100644 src/users.md
diff --git a/.eleventy.js b/.eleventy.js
new file mode 100644
index 0000000..f1a59f3
--- /dev/null
+++ b/.eleventy.js
@@ -0,0 +1,41 @@
+const markdownIt = require("markdown-it");
+
+const md = new markdownIt({ html: true, breaks: true });
+
+module.exports = function (eleventyConfig) {
+ eleventyConfig.addPassthroughCopy({ "src/assets/css": "/assets/css" });
+ eleventyConfig.addPassthroughCopy({ "src/assets/images": "/assets/images" });
+ eleventyConfig.addPassthroughCopy({ "src/assets/menu": "/assets/menu" });
+ eleventyConfig.addPassthroughCopy({ "src/assets/pageImage": "/assets/pageImage" });
+ eleventyConfig.addPassthroughCopy({ "src/assets/content": "/assets/content" });
+
+ eleventyConfig.setLibrary("md", md);
+
+ eleventyConfig.addFilter("toIsoDate", function(dateStr) {
+ var parts = String(dateStr).split("/");
+ if (parts.length === 3) {
+ var m = parts[0].padStart(2, "0");
+ var d = parts[1].padStart(2, "0");
+ var y = parts[2].padStart(4, "0");
+ return y + "-" + m + "-" + d;
+ }
+ return dateStr;
+ });
+
+ eleventyConfig.addPairedShortcode("pseudonymBox", function (content, title) {
+ const body = md.render(content || "");
+ return `
+
+
`;
+ });
+
+ return {
+ dir: { input: "src", includes: "_includes", data: "_data", output: "_site" },
+ markdownTemplateEngine: "njk",
+ htmlTemplateEngine: "njk",
+ dataTemplateEngine: "njk",
+ };
+};
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b4d041c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+node_modules/
+_site/
+.venv/
+.DS_Store
+.env
+.env.*
diff --git a/AGENTS.md b/AGENTS.md
new file mode 100644
index 0000000..7daa56b
--- /dev/null
+++ b/AGENTS.md
@@ -0,0 +1,12 @@
+# AGENTS.md
+
+## Globale Richtlinien
+
+### Python / pip
+- Niemals `pip install` direkt ausführen
+- Immer ein virtuelles Umfeld (`python3 -m venv .venv`) anlegen und darin arbeiten
+- `.venv` im Projektverzeichnis erstellen, bei Tests/Debugging nutzen
+
+### Lizenz
+- Creative Commons Namensnennung - Nicht kommerziell - Weitergabe unter gleichen Bedingungen 4.0 International (CC BY-NC-SA 4.0)
+- Copyright: Stefan Koelle — stefankoelle.de
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..9f846fd
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,439 @@
+Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
+
+Copyright (c) Stefan Koelle — stefankoelle.de
+
+=======================================================================
+
+Creative Commons Corporation ("Creative Commons") is not a law firm and
+does not provide legal services or legal advice. Distribution of
+Creative Commons public licenses does not create a lawyer-client or
+other relationship. Creative Commons makes its licenses and related
+information available on an "as-is" basis. Creative Commons gives no
+warranties regarding its licenses, any material licensed under their
+terms and conditions, or any related information. Creative Commons
+disclaims all liability for damages resulting from their use to the
+fullest extent possible.
+
+Using Creative Commons Public Licenses
+
+Creative Commons public licenses provide a standard set of terms and
+conditions that creators and other rights holders may use to share
+original works of authorship and other material subject to copyright
+and certain other rights specified in the public license below. The
+following considerations are for informational purposes only, are not
+exhaustive, and do not form part of our licenses.
+
+ Considerations for licensors: Our public licenses are
+ intended for use by those authorized to give the public
+ permission to use material in ways otherwise restricted by
+ copyright and certain other rights. Our licenses are
+ irrevocable. Licensors should read and understand the terms
+ and conditions of the license they choose before applying it.
+ Licensors should also secure all rights necessary before
+ applying our licenses so that the public can reuse the
+ material as expected. Licensors should clearly mark any
+ material not subject to the license. This includes other CC-
+ licensed material, or material used under an exception or
+ limitation to copyright. More considerations for licensors:
+ wiki.creativecommons.org/Considerations_for_licensors
+
+ Considerations for the public: By using one of our public
+ licenses, a licensor grants the public permission to use the
+ licensed material under specified terms and conditions. If
+ the licensor's permission is not necessary for any reason--for
+ example, because of any applicable exception or limitation to
+ copyright--then that use is not regulated by the license. Our
+ licenses grant only permissions under copyright and certain
+ other rights that a licensor has authority to grant. Use of
+ the licensed material may still be restricted for other
+ reasons, including because others have copyright or other
+ rights in the material. A licensor may make special requests,
+ such as asking that all changes be marked or described.
+ Although not required by our licenses, you are encouraged to
+ respect those requests where reasonable. More considerations
+ for the public:
+ wiki.creativecommons.org/Considerations_for_licensees
+
+=======================================================================
+
+Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
+Public License
+
+By exercising the Licensed Rights (defined below), You accept and agree
+to be bound by the terms and conditions of this Creative Commons
+Attribution-NonCommercial-ShareAlike 4.0 International Public License
+("Public License"). To the extent this Public License may be
+interpreted as a contract, You are granted the Licensed Rights in
+consideration of Your acceptance of these terms and conditions, and the
+Licensor grants You such rights in consideration of benefits the
+Licensor receives from making the Licensed Material available under
+these terms and conditions.
+
+
+Section 1 -- Definitions.
+
+ a. Adapted Material means material subject to Copyright and Similar
+ Rights that is derived from or based upon the Licensed Material
+ and in which the Licensed Material is translated, altered,
+ arranged, transformed, or otherwise modified in a manner requiring
+ permission under the Copyright and Similar Rights held by the
+ Licensor. For purposes of this Public License, where the Licensed
+ Material is a musical work, performance, or sound recording,
+ Adapted Material is always produced where the Licensed Material is
+ synched in timed relation with a moving image.
+
+ b. Adapter's License means the license You apply to Your Copyright
+ and Similar Rights in Your contributions to Adapted Material in
+ accordance with the terms and conditions of this Public License.
+
+ c. BY-NC-SA Compatible License means a license listed at
+ creativecommons.org/compatiblelicenses, approved by Creative
+ Commons as essentially the equivalent of this Public License.
+
+ d. Copyright and Similar Rights means copyright and/or similar rights
+ closely related to copyright including, without limitation,
+ performance, broadcast, sound recording, and Sui Generis Database
+ Rights, without regard to how the rights are labeled or
+ categorized. For purposes of this Public License, the rights
+ specified in Section 2(b)(1)-(2) are not Copyright and Similar
+ Rights.
+
+ e. Effective Technological Measures means those measures that, in the
+ absence of proper authority, may not be circumvented under laws
+ fulfilling obligations under Article 11 of the WIPO Copyright
+ Treaty adopted on December 20, 1996, and/or similar international
+ agreements.
+
+ f. Exceptions and Limitations means fair use, fair dealing, and/or
+ any other exception or limitation to Copyright and Similar Rights
+ that applies to Your use of the Licensed Material.
+
+ g. License Elements means the license attributes listed in the name
+ of a Creative Commons Public License. The License Elements of this
+ Public License are Attribution, NonCommercial, and ShareAlike.
+
+ h. Licensed Material means the artistic or literary work, database,
+ or other material to which the Licensor applied this Public
+ License.
+
+ i. Licensed Rights means the rights granted to You subject to the
+ terms and conditions of this Public License, which are limited to
+ all Copyright and Similar Rights that apply to Your use of the
+ Licensed Material and that the Licensor has authority to license.
+
+ j. Licensor means the individual(s) or entity(ies) granting rights
+ under this Public License.
+
+ k. NonCommercial means not primarily intended for or directed towards
+ commercial advantage or monetary compensation. For purposes of
+ this Public License, the exchange of the Licensed Material for
+ other material subject to Copyright and Similar Rights by digital
+ file-sharing or similar means is NonCommercial provided there is
+ no payment of monetary compensation in connection with the
+ exchange.
+
+ l. Share means to provide material to the public by any means or
+ process that requires permission under the Licensed Rights, such
+ as reproduction, public display, public performance, distribution,
+ dissemination, communication, or importation, and to make material
+ available to the public including in ways that members of the
+ public may access the material from a place and at a time
+ individually chosen by them.
+
+ m. Sui Generis Database Rights means rights other than copyright
+ resulting from Directive 96/9/EC of the European Parliament and of
+ the Council of 11 March 1996 on the legal protection of databases,
+ as amended and/or succeeded, as well as other essentially
+ equivalent rights anywhere in the world.
+
+ n. You means the individual or entity exercising the Licensed Rights
+ under this Public License. Your has a corresponding meaning.
+
+
+Section 2 -- Scope.
+
+ a. License grant.
+
+ 1. Subject to the terms and conditions of this Public License,
+ the Licensor hereby grants You a worldwide, royalty-free,
+ non-sublicensable, non-exclusive, irrevocable license to
+ exercise the Licensed Rights in the Licensed Material to:
+
+ a. reproduce and Share the Licensed Material, in whole or
+ in part, for NonCommercial purposes only; and
+
+ b. produce, reproduce, and Share Adapted Material for
+ NonCommercial purposes only.
+
+ 2. Exceptions and Limitations. For the avoidance of doubt, where
+ Exceptions and Limitations apply to Your use, this Public
+ License does not apply, and You do not need to comply with
+ its terms and conditions.
+
+ 3. Term. The term of this Public License is specified in Section
+ 6(a).
+
+ 4. Media and formats; technical modifications allowed. The
+ Licensor authorizes You to exercise the Licensed Rights in
+ all media and formats whether now known or hereafter created,
+ and to make technical modifications necessary to do so. The
+ Licensor waives and/or agrees not to assert any right or
+ authority to forbid You from making technical modifications
+ necessary to exercise the Licensed Rights, including
+ technical modifications necessary to circumvent Effective
+ Technological Measures. For purposes of this Public License,
+ simply making modifications authorized by this Section 2(a)
+ (4) never produces Adapted Material.
+
+ 5. Downstream recipients.
+
+ a. Offer from the Licensor -- Licensed Material. Every
+ recipient of the Licensed Material automatically
+ receives an offer from the Licensor to exercise the
+ Licensed Rights under the terms and conditions of this
+ Public License.
+
+ b. Additional offer from the Licensor -- Adapted Material.
+ Every recipient of Adapted Material from You
+ automatically receives an offer from the Licensor to
+ exercise the Licensed Rights in the Adapted Material
+ under the conditions of the Adapter's License You apply.
+
+ c. No downstream restrictions. You may not offer or impose
+ any additional or different terms or conditions on, or
+ apply any Effective Technological Measures to, the
+ Licensed Material if doing so restricts exercise of the
+ Licensed Rights by any recipient of the Licensed
+ Material.
+
+ 6. No endorsement. Nothing in this Public License constitutes or
+ may be construed as permission to assert or imply that You
+ are, or that Your use of the Licensed Material is, connected
+ with, or sponsored, endorsed, or granted official status by,
+ the Licensor or others designated to receive attribution as
+ provided in Section 3(a)(1)(A)(i).
+
+ b. Other rights.
+
+ 1. Moral rights, such as the right of integrity, are not
+ licensed under this Public License, nor are publicity,
+ privacy, and/or other similar personality rights; however, to
+ the extent possible, the Licensor waives and/or agrees not to
+ assert any such rights held by the Licensor to the limited
+ extent necessary to allow You to exercise the Licensed
+ Rights, but not otherwise.
+
+ 2. Patent and trademark rights are not licensed under this
+ Public License.
+
+ 3. To the extent possible, the Licensor waives any right to
+ collect royalties from You for the exercise of the Licensed
+ Rights, whether directly or through a collecting society
+ under any voluntary or waivable statutory or compulsory
+ licensing scheme. In all other cases the Licensor expressly
+ reserves any right to collect such royalties, including when
+ the Licensed Material is used other than for NonCommercial
+ purposes.
+
+
+Section 3 -- License Conditions.
+
+Your exercise of the Licensed Rights is expressly made subject to the
+following conditions.
+
+ a. Attribution.
+
+ 1. If You Share the Licensed Material (including in modified
+ form), You must:
+
+ a. retain the following if it is supplied by the Licensor
+ with the Licensed Material:
+
+ i. identification of the creator(s) of the Licensed
+ Material and any others designated to receive
+ attribution, in any reasonable manner requested by
+ the Licensor (including by pseudonym if
+ designated);
+
+ ii. a copyright notice;
+
+ iii. a notice that refers to this Public License;
+
+ iv. a notice that refers to the disclaimer of
+ warranties;
+
+ v. a URI or hyperlink to the Licensed Material to the
+ extent reasonably practicable;
+
+ b. indicate if You modified the Licensed Material and
+ retain an indication of any previous modifications; and
+
+ c. indicate the Licensed Material is licensed under this
+ Public License, and include the text of, or the URI or
+ hyperlink to, this Public License.
+
+ 2. You may satisfy the conditions in Section 3(a)(1) in any
+ reasonable manner based on the medium, means, and context in
+ which You Share the Licensed Material. For example, it may be
+ reasonable to satisfy the conditions by providing a URI or
+ hyperlink to a resource that includes the required
+ information.
+ 3. If requested by the Licensor, You must remove any of the
+ information required by Section 3(a)(1)(A) to the extent
+ reasonably practicable.
+
+ b. ShareAlike.
+
+ In addition to the conditions in Section 3(a), if You Share
+ Adapted Material You produce, the following conditions also apply.
+
+ 1. The Adapter's License You apply must be a Creative Commons
+ license with the same License Elements, this version or
+ later, or a BY-NC-SA Compatible License.
+
+ 2. You must include the text of, or the URI or hyperlink to, the
+ Adapter's License You apply. You may satisfy this condition
+ in any reasonable manner based on the medium, means, and
+ context in which You Share Adapted Material.
+
+ 3. You may not offer or impose any additional or different terms
+ or conditions on, or apply any Effective Technological
+ Measures to, Adapted Material that restrict exercise of the
+ rights granted under the Adapter's License You apply.
+
+
+Section 4 -- Sui Generis Database Rights.
+
+Where the Licensed Rights include Sui Generis Database Rights that
+apply to Your use of the Licensed Material:
+
+ a. for the avoidance of doubt, Section 2(a)(1) grants You the right
+ to extract, reuse, reproduce, and Share all or a substantial
+ portion of the contents of the database for NonCommercial purposes
+ only;
+
+ b. if You include all or a substantial portion of the database
+ contents in a database in which You have Sui Generis Database
+ Rights, then the database in which You have Sui Generis Database
+ Rights (but not its individual contents) is Adapted Material,
+ including for purposes of Section 3(b); and
+
+ c. You must comply with the conditions in Section 3(a) if You Share
+ all or a substantial portion of the contents of the database.
+
+For the avoidance of doubt, this Section 4 supplements and does not
+replace Your obligations under this Public License where the Licensed
+Rights include other Copyright and Similar Rights.
+
+
+Section 5 -- Disclaimer of Warranties and Limitation of Liability.
+
+ a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
+ EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
+ AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
+ ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
+ IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
+ WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
+ PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
+ ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
+ KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
+ ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
+
+ b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
+ TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
+ NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
+ INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
+ COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
+ USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
+ ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
+ DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
+ IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
+
+ c. The disclaimer of warranties and limitation of liability provided
+ above shall be interpreted in a manner that, to the extent
+ possible, most closely approximates an absolute disclaimer and
+ waiver of all liability.
+
+
+Section 6 -- Term and Termination.
+
+ a. This Public License applies for the term of the Copyright and
+ Similar Rights licensed here. However, if You fail to comply with
+ this Public License, then Your rights under this Public License
+ terminate automatically.
+
+ b. Where Your right to use the Licensed Material has terminated under
+ Section 6(a), it reinstates:
+
+ 1. automatically as of the date the violation is cured, provided
+ it is cured within 30 days of Your discovery of the
+ violation; or
+
+ 2. upon express reinstatement by the Licensor.
+
+ For the avoidance of doubt, this Section 6(b) does not affect any
+ right the Licensor may have to seek remedies for Your violations
+ of this Public License.
+
+ c. For the avoidance of doubt, the Licensor may also offer the
+ Licensed Material under separate terms or conditions or stop
+ distributing the Licensed Material at any time; however, doing so
+ will not terminate this Public License.
+
+ d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
+ License.
+
+
+Section 7 -- Other Terms and Conditions.
+
+ a. The Licensor shall not be bound by any additional or different
+ terms or conditions communicated by You unless expressly agreed.
+
+ b. Any arrangements, understandings, or agreements regarding the
+ Licensed Material not stated herein are separate from and
+ independent of the terms and conditions of this Public License.
+
+
+Section 8 -- Interpretation.
+
+ a. For the avoidance of doubt, this Public License does not, and
+ shall not be interpreted to, reduce, limit, restrict, or impose
+ conditions on any use of the Licensed Material that could lawfully
+ be made without permission under this Public License.
+
+ b. To the extent possible, if any provision of this Public License is
+ deemed unenforceable, it shall be automatically reformed to the
+ minimum extent necessary to make it enforceable. If the provision
+ cannot be reformed, it shall be severed from this Public License
+ without affecting the enforceability of the remaining terms and
+ conditions.
+
+ c. No term or condition of this Public License will be waived and no
+ failure to comply consented to unless expressly agreed to by the
+ Licensor.
+
+ d. Nothing in this Public License constitutes or may be interpreted
+ as a limitation upon, or waiver of, any privileges and immunities
+ that apply to the Licensor or You, including from the legal
+ processes of any jurisdiction or authority.
+
+=======================================================================
+
+Creative Commons is not a party to its public
+licenses. Notwithstanding, Creative Commons may elect to apply one of
+its public licenses to material it publishes and in those instances
+will be considered the "Licensor." The text of the Creative Commons
+public licenses is dedicated to the public domain under the CC0 Public
+Domain Dedication. Except for the limited purpose of indicating that
+material is shared under a Creative Commons public license or as
+otherwise permitted by the Creative Commons policies published at
+creativecommons.org/policies, Creative Commons does not authorize the
+use of the trademark "Creative Commons" or any other trademark or logo
+of Creative Commons without its prior written consent including,
+without limitation, in connection with any unauthorized modifications
+to any of its public licenses or any other arrangements,
+understandings, or agreements concerning use of licensed material. For
+the avoidance of doubt, this paragraph does not form part of the
+public licenses.
+
+Creative Commons may be contacted at creativecommons.org.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..11dc08e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,84 @@
+# moonweb.org
+
+Statische Website von [moonweb.org](https://www.moonweb.org), erstellt mit [Eleventy](https://www.11ty.dev/) als Static-Site-Generator.
+
+## Technologie
+
+- **Eleventy 2.x** — Static-Site-Generator (Build-Time)
+- **Nunjucks** — Template-Sprache für Layouts und Includes
+- **Markdown** — Seiteninhalte
+- **HTML-Tabellen-Layout** — dreispaltiges Layout (1:1 wie das Original)
+
+## Starten
+
+```bash
+npm install
+npm run dev # Dev-Server mit Live-Reload auf http://localhost:8080
+npm run build # Produktions-Build nach _site/
+npm run clean # Build-Verzeichnis leeren
+```
+
+## Projektstruktur
+
+```
+moonweb-www/
+├── .eleventy.js # Eleventy-Konfiguration
+├── package.json
+├── src/
+│ ├── _includes/
+│ │ ├── layout.njk # Master-Layout (3-Spalten-Tabellen)
+│ │ ├── nav.njk # Rechte Seiten-Navigation
+│ │ ├── quicknav.njk # Linke Quicknav-Box
+│ │ └── redirect.njk # Meta-Refresh-Weiterleitung
+│ ├── _data/
+│ │ ├── nav.json # Menüstruktur (8 Sektionen, 4 Gruppen)
+│ │ └── site.json # Globale Daten (Domain, Kontakt-E-Mail)
+│ ├── css/
+│ │ └── nav-replacement.njk # Generiert nav-replacement.css
+│ ├── assets/
+│ │ ├── css/moonweb.css # Haupt-Stylesheet
+│ │ ├── images/ # Layout-Bilder, Favicon (10 Dateien)
+│ │ ├── menu/ # Nav-Sprite-GIFs (24 Dateien: 8×3 Zustände)
+│ │ ├── pageImage/ # Sektions-Header-Bilder (10 Dateien)
+│ │ ├── content/ # Inline-Bilder (2 Dateien)
+│ │ └── archive/ # Archiv-Banner und Splash-Screens
+│ ├── beginning/ # Sektion "beginning" (Startseite + Unterpunkte)
+│ ├── projects/ # Sektion "projects"
+│ ├── products/ # Sektion "products"
+│ ├── acoustics/ # Sektion "acoustics"
+│ ├── location/ # Sektion "location"
+│ ├── background/ # Sektion "background"
+│ ├── partners/ # Sektion "partners"
+│ ├── contact/ # Sektion "contact"
+│ ├── network/ # Sektion "network" (kein Nav-Eintrag)
+│ ├── stefan/ # Sektion "stefan" (kein Nav-Eintrag)
+│ ├── index.md # Startseite
+│ ├── robots.njk # Generiert robots.txt
+│ └── sitemap.xml.njk # Generiert sitemap.xml
+```
+
+## Navigation
+
+Die Navigation besteht aus 8 Sektionen in 4 Gruppen:
+
+| Gruppe | Sektionen |
+|--------|-----------|
+| 1 | beginning |
+| 2 | projects, products, acoustics |
+| 3 | location, background, partners |
+| 4 | contact |
+
+Zusätzlich existieren die Sektionen `network` und `stefan` mit Inhalten, die jedoch nicht in der Hauptnavigation erscheinen.
+
+## Technische Details
+
+- **Layout:** Dreispaltige HTML-Tabelle (108px linke Sidebar \| Inhaltsbereich \| 150px rechte Sidebar)
+- **Navigation:** CSS-Hover-Effekte statt JavaScript (reine Bild-Tausch-Technik via `text-indent: -9999px`)
+- **Shortcode:** `pseudonymBox` — rechtsbündige Box mit dunklem Hintergrund und Gold-Überschrift
+- **Routing:** Alte URL-Pfade werden via Meta-Refresh auf die neue Startseite weitergeleitet
+
+## Lizenz
+
+Dieses Projekt steht unter der [Creative Commons Namensnennung - Nicht kommerziell - Weitergabe unter gleichen Bedingungen 4.0 International](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.de) (CC BY-NC-SA 4.0).
+
+Copyright (c) Stefan Koelle — [stefankoelle.de](https://stefankoelle.de)
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..ae4274d
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,3170 @@
+{
+ "name": "moonweb-www",
+ "version": "0.1.0",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {
+ "": {
+ "name": "moonweb-www",
+ "version": "0.1.0",
+ "devDependencies": {
+ "@11ty/eleventy": "^2.0.1",
+ "markdown-it": "^14.1.0",
+ "rimraf": "^5.0.5"
+ }
+ },
+ "node_modules/@11ty/dependency-tree": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/@11ty/dependency-tree/-/dependency-tree-2.0.1.tgz",
+ "integrity": "sha512-5R+DsT9LJ9tXiSQ4y+KLFppCkQyXhzAm1AIuBWE/sbU0hSXY5pkhoqQYEcPJQFg/nglL+wD55iv2j+7O96UAvg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@11ty/eleventy": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/@11ty/eleventy/-/eleventy-2.0.1.tgz",
+ "integrity": "sha512-t8XVUbCJByhVEa1RzO0zS2QzbL3wPY8ot1yUw9noqiSHxJWUwv6jiwm1/MZDPTYtkZH2ZHvdQIRQ5/SjG9XmLw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@11ty/dependency-tree": "^2.0.1",
+ "@11ty/eleventy-dev-server": "^1.0.4",
+ "@11ty/eleventy-utils": "^1.0.1",
+ "@11ty/lodash-custom": "^4.17.21",
+ "@iarna/toml": "^2.2.5",
+ "@sindresorhus/slugify": "^1.1.2",
+ "bcp-47-normalize": "^1.1.1",
+ "chokidar": "^3.5.3",
+ "cross-spawn": "^7.0.3",
+ "debug": "^4.3.4",
+ "dependency-graph": "^0.11.0",
+ "ejs": "^3.1.9",
+ "fast-glob": "^3.2.12",
+ "graceful-fs": "^4.2.11",
+ "gray-matter": "^4.0.3",
+ "hamljs": "^0.6.2",
+ "handlebars": "^4.7.7",
+ "is-glob": "^4.0.3",
+ "iso-639-1": "^2.1.15",
+ "kleur": "^4.1.5",
+ "liquidjs": "^10.7.0",
+ "luxon": "^3.3.0",
+ "markdown-it": "^13.0.1",
+ "micromatch": "^4.0.5",
+ "minimist": "^1.2.8",
+ "moo": "^0.5.2",
+ "multimatch": "^5.0.0",
+ "mustache": "^4.2.0",
+ "normalize-path": "^3.0.0",
+ "nunjucks": "^3.2.3",
+ "path-to-regexp": "^6.2.1",
+ "please-upgrade-node": "^3.2.0",
+ "posthtml": "^0.16.6",
+ "posthtml-urls": "^1.0.0",
+ "pug": "^3.0.2",
+ "recursive-copy": "^2.0.14",
+ "semver": "^7.3.8",
+ "slugify": "^1.6.6"
+ },
+ "bin": {
+ "eleventy": "cmd.js"
+ },
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/11ty"
+ }
+ },
+ "node_modules/@11ty/eleventy-dev-server": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/@11ty/eleventy-dev-server/-/eleventy-dev-server-1.0.4.tgz",
+ "integrity": "sha512-qVBmV2G1KF/0o5B/3fITlrrDHy4bONUI2YuN3/WJ3BNw4NU1d/we8XhKrlgq13nNvHoBx5czYp3LZt8qRG53Fg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@11ty/eleventy-utils": "^1.0.1",
+ "chokidar": "^3.5.3",
+ "debug": "^4.3.4",
+ "dev-ip": "^1.0.1",
+ "finalhandler": "^1.2.0",
+ "mime": "^3.0.0",
+ "minimist": "^1.2.8",
+ "morphdom": "^2.7.0",
+ "please-upgrade-node": "^3.2.0",
+ "ssri": "^8.0.1",
+ "ws": "^8.13.0"
+ },
+ "bin": {
+ "eleventy-dev-server": "cmd.js"
+ },
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/11ty"
+ }
+ },
+ "node_modules/@11ty/eleventy-utils": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/@11ty/eleventy-utils/-/eleventy-utils-1.0.3.tgz",
+ "integrity": "sha512-nULO91om7vQw4Y/UBjM8i7nJ1xl+/nyK4rImZ41lFxiY2d+XUz7ChAj1CDYFjrLZeu0utAYJTZ45LlcHTkUG4g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "normalize-path": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/11ty"
+ }
+ },
+ "node_modules/@11ty/eleventy/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/@11ty/eleventy/node_modules/entities": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz",
+ "integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "engines": {
+ "node": ">=0.12"
+ },
+ "funding": {
+ "url": "https://github.com/fb55/entities?sponsor=1"
+ }
+ },
+ "node_modules/@11ty/eleventy/node_modules/linkify-it": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-4.0.1.tgz",
+ "integrity": "sha512-C7bfi1UZmoj8+PQx22XyeXCuBlokoyWQL5pWSP+EI6nzRylyThouddufc2c1NDIcP9k5agmN9fLpA7VNJfIiqw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "uc.micro": "^1.0.1"
+ }
+ },
+ "node_modules/@11ty/eleventy/node_modules/markdown-it": {
+ "version": "13.0.2",
+ "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-13.0.2.tgz",
+ "integrity": "sha512-FtwnEuuK+2yVU7goGn/MJ0WBZMM9ZPgU9spqlFs7/A/pDIUNSOQZhUgOqYCficIuR2QaFnrt8LHqBWsbTAoI5w==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "argparse": "^2.0.1",
+ "entities": "~3.0.1",
+ "linkify-it": "^4.0.1",
+ "mdurl": "^1.0.1",
+ "uc.micro": "^1.0.5"
+ },
+ "bin": {
+ "markdown-it": "bin/markdown-it.js"
+ }
+ },
+ "node_modules/@11ty/eleventy/node_modules/mdurl": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz",
+ "integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@11ty/eleventy/node_modules/uc.micro": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz",
+ "integrity": "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@11ty/lodash-custom": {
+ "version": "4.17.21",
+ "resolved": "https://registry.npmjs.org/@11ty/lodash-custom/-/lodash-custom-4.17.21.tgz",
+ "integrity": "sha512-Mqt6im1xpb1Ykn3nbcCovWXK3ggywRJa+IXIdoz4wIIK+cvozADH63lexcuPpGS/gJ6/m2JxyyXDyupkMr5DHw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/11ty"
+ }
+ },
+ "node_modules/@babel/helper-string-parser": {
+ "version": "7.29.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
+ "integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-validator-identifier": {
+ "version": "7.29.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
+ "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/parser": {
+ "version": "7.29.8",
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.8.tgz",
+ "integrity": "sha512-E8lTAYNB1KW+FH+VGJuZM1ioAx2E6oVlvQFRrf5P8ZZmsiJXYAD9vTFV7yyEURNzgh1dFqMZuO6tUwcARbqFCA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/types": "^7.29.8"
+ },
+ "bin": {
+ "parser": "bin/babel-parser.js"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@babel/types": {
+ "version": "7.29.8",
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.8.tgz",
+ "integrity": "sha512-Vj1jF3cPfxg7OAfoI7QnVKLoILlm2JF9pnVHrX8qx7AHMiYWT+NDAA7jChlNgRS4WTLc/fD1lXLmPixluj+3Gg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-string-parser": "^7.29.7",
+ "@babel/helper-validator-identifier": "^7.29.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@iarna/toml": {
+ "version": "2.2.5",
+ "resolved": "https://registry.npmjs.org/@iarna/toml/-/toml-2.2.5.tgz",
+ "integrity": "sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/@isaacs/cliui": {
+ "version": "8.0.2",
+ "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
+ "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "string-width": "^5.1.2",
+ "string-width-cjs": "npm:string-width@^4.2.0",
+ "strip-ansi": "^7.0.1",
+ "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
+ "wrap-ansi": "^8.1.0",
+ "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@nodelib/fs.scandir": {
+ "version": "2.1.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
+ "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@nodelib/fs.stat": "2.0.5",
+ "run-parallel": "^1.1.9"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@nodelib/fs.stat": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
+ "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@nodelib/fs.walk": {
+ "version": "1.2.8",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
+ "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@nodelib/fs.scandir": "2.1.5",
+ "fastq": "^1.6.0"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@pkgjs/parseargs": {
+ "version": "0.11.0",
+ "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
+ "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "engines": {
+ "node": ">=14"
+ }
+ },
+ "node_modules/@sindresorhus/slugify": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@sindresorhus/slugify/-/slugify-1.1.2.tgz",
+ "integrity": "sha512-V9nR/W0Xd9TSGXpZ4iFUcFGhuOJtZX82Fzxj1YISlbSgKvIiNa7eLEZrT0vAraPOt++KHauIVNYgGRgjc13dXA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@sindresorhus/transliterate": "^0.1.1",
+ "escape-string-regexp": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/@sindresorhus/transliterate": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/@sindresorhus/transliterate/-/transliterate-0.1.2.tgz",
+ "integrity": "sha512-5/kmIOY9FF32nicXH+5yLNTX4NJ4atl7jRgqAJuIn/iyDFXBktOKDxCvyGE/EzmF4ngSUvjXxQUQlQiZ5lfw+w==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "escape-string-regexp": "^2.0.0",
+ "lodash.deburr": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/@sindresorhus/transliterate/node_modules/escape-string-regexp": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
+ "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@types/minimatch": {
+ "version": "3.0.5",
+ "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz",
+ "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/a-sync-waterfall": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz",
+ "integrity": "sha512-RYTOHHdWipFUliRFMCS4X2Yn2X8M87V/OpSqWzKKOGhzqyUxzyVmhHDH9sAvG+ZuQf/TAOFsLCpMw09I1ufUnA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/acorn": {
+ "version": "7.4.1",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
+ "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
+ "dev": true,
+ "license": "MIT",
+ "bin": {
+ "acorn": "bin/acorn"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/ansi-regex": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.3.0.tgz",
+ "integrity": "sha512-WpDfL7NO6j7tH88IDBNVdUJxDh9nmCteAVW9dsep846XdwF4naCBK+/tGLX3KJgcpgMRXCFlTM2hKGoK9FsdrQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
+ }
+ },
+ "node_modules/ansi-styles": {
+ "version": "6.2.3",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
+ "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/any-promise": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-0.1.0.tgz",
+ "integrity": "sha512-lqzY9o+BbeGHRCOyxQkt/Tgvz0IZhTmQiA+LxQW8wSNpcTbj8K+0cZiSEvbpNZZP9/11Gy7dnLO3GNWUXO4d1g==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/anymatch": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
+ "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "normalize-path": "^3.0.0",
+ "picomatch": "^2.0.4"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/argparse": {
+ "version": "1.0.10",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "sprintf-js": "~1.0.2"
+ }
+ },
+ "node_modules/array-differ": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-3.0.0.tgz",
+ "integrity": "sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/array-union": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
+ "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/array-uniq": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
+ "integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/arrify": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz",
+ "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/asap": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
+ "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/assert-never": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/assert-never/-/assert-never-1.4.0.tgz",
+ "integrity": "sha512-5oJg84os6NMQNl27T9LnZkvvqzvAnHu03ShCnoj6bsJwS7L8AO4lf+C/XjK/nvzEqQB744moC6V128RucQd1jA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/async": {
+ "version": "3.2.6",
+ "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
+ "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/babel-walk": {
+ "version": "3.0.0-canary-5",
+ "resolved": "https://registry.npmjs.org/babel-walk/-/babel-walk-3.0.0-canary-5.tgz",
+ "integrity": "sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/types": "^7.9.6"
+ },
+ "engines": {
+ "node": ">= 10.0.0"
+ }
+ },
+ "node_modules/balanced-match": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/bcp-47": {
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/bcp-47/-/bcp-47-1.0.8.tgz",
+ "integrity": "sha512-Y9y1QNBBtYtv7hcmoX0tR+tUNSFZGZ6OL6vKPObq8BbOhkCoyayF6ogfLTgAli/KuAEbsYHYUNq2AQuY6IuLag==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "is-alphabetical": "^1.0.0",
+ "is-alphanumerical": "^1.0.0",
+ "is-decimal": "^1.0.0"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
+ }
+ },
+ "node_modules/bcp-47-match": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/bcp-47-match/-/bcp-47-match-1.0.3.tgz",
+ "integrity": "sha512-LggQ4YTdjWQSKELZF5JwchnBa1u0pIQSZf5lSdOHEdbVP55h0qICA/FUp3+W99q0xqxYa1ZQizTUH87gecII5w==",
+ "dev": true,
+ "license": "MIT",
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
+ }
+ },
+ "node_modules/bcp-47-normalize": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/bcp-47-normalize/-/bcp-47-normalize-1.1.1.tgz",
+ "integrity": "sha512-jWZ1Jdu3cs0EZdfCkS0UE9Gg01PtxnChjEBySeB+Zo6nkqtFfnvtoQQgP1qU1Oo4qgJgxhTI6Sf9y/pZIhPs0A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "bcp-47": "^1.0.0",
+ "bcp-47-match": "^1.0.0"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
+ }
+ },
+ "node_modules/binary-extensions": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
+ "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/brace-expansion": {
+ "version": "2.1.4",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.4.tgz",
+ "integrity": "sha512-hGfVzPxthbf3+2yjg/RBs60cB0FhqBS/zvdV/4wn4/BmN0bNMMHPc4V/BbFieqf1TKAGGAHnY4eSjajCl0f2Xg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "balanced-match": "^1.0.0"
+ }
+ },
+ "node_modules/braces": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
+ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "fill-range": "^7.1.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/call-bind-apply-helpers": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "es-errors": "^1.3.0",
+ "function-bind": "^1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/call-bound": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
+ "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "call-bind-apply-helpers": "^1.0.2",
+ "get-intrinsic": "^1.3.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/character-parser": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/character-parser/-/character-parser-2.2.0.tgz",
+ "integrity": "sha512-+UqJQjFEFaTAs3bNsF2j2kEN1baG/zghZbdqoYEDxGZtJo9LBzl1A+m0D4n3qKx8N2FNv8/Xp6yV9mQmBuptaw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "is-regex": "^1.0.3"
+ }
+ },
+ "node_modules/chokidar": {
+ "version": "3.6.0",
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
+ "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "anymatch": "~3.1.2",
+ "braces": "~3.0.2",
+ "glob-parent": "~5.1.2",
+ "is-binary-path": "~2.1.0",
+ "is-glob": "~4.0.1",
+ "normalize-path": "~3.0.0",
+ "readdirp": "~3.6.0"
+ },
+ "engines": {
+ "node": ">= 8.10.0"
+ },
+ "funding": {
+ "url": "https://paulmillr.com/funding/"
+ },
+ "optionalDependencies": {
+ "fsevents": "~2.3.2"
+ }
+ },
+ "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/commander": {
+ "version": "10.0.1",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz",
+ "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=14"
+ }
+ },
+ "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/constantinople": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/constantinople/-/constantinople-4.0.1.tgz",
+ "integrity": "sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/parser": "^7.6.0",
+ "@babel/types": "^7.6.1"
+ }
+ },
+ "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.3",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ms": "^2.1.3"
+ },
+ "engines": {
+ "node": ">=6.0"
+ },
+ "peerDependenciesMeta": {
+ "supports-color": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/dependency-graph": {
+ "version": "0.11.0",
+ "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz",
+ "integrity": "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.6.0"
+ }
+ },
+ "node_modules/dev-ip": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/dev-ip/-/dev-ip-1.0.1.tgz",
+ "integrity": "sha512-LmVkry/oDShEgSZPNgqCIp2/TlqtExeGmymru3uCELnfyjY11IzpAproLYs+1X88fXO6DBoYP3ul2Xo2yz2j6A==",
+ "dev": true,
+ "bin": {
+ "dev-ip": "lib/dev-ip.js"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/doctypes": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/doctypes/-/doctypes-1.1.0.tgz",
+ "integrity": "sha512-LLBi6pEqS6Do3EKQ3J0NqHWV5hhb78Pi8vvESYwyOy2c31ZEZVdtitdzsQsKb7878PEERhzUk0ftqGhG6Mz+pQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/dom-serializer": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz",
+ "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "domelementtype": "^2.0.1",
+ "domhandler": "^4.2.0",
+ "entities": "^2.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
+ }
+ },
+ "node_modules/dom-serializer/node_modules/entities": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
+ "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "funding": {
+ "url": "https://github.com/fb55/entities?sponsor=1"
+ }
+ },
+ "node_modules/domelementtype": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
+ "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/fb55"
+ }
+ ],
+ "license": "BSD-2-Clause"
+ },
+ "node_modules/domhandler": {
+ "version": "4.3.1",
+ "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz",
+ "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "domelementtype": "^2.2.0"
+ },
+ "engines": {
+ "node": ">= 4"
+ },
+ "funding": {
+ "url": "https://github.com/fb55/domhandler?sponsor=1"
+ }
+ },
+ "node_modules/domutils": {
+ "version": "2.8.0",
+ "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz",
+ "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "dom-serializer": "^1.0.1",
+ "domelementtype": "^2.2.0",
+ "domhandler": "^4.2.0"
+ },
+ "funding": {
+ "url": "https://github.com/fb55/domutils?sponsor=1"
+ }
+ },
+ "node_modules/dunder-proto": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "call-bind-apply-helpers": "^1.0.1",
+ "es-errors": "^1.3.0",
+ "gopd": "^1.2.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/eastasianwidth": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
+ "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/ee-first": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
+ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/ejs": {
+ "version": "3.1.10",
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
+ "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "jake": "^10.8.5"
+ },
+ "bin": {
+ "ejs": "bin/cli.js"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/emoji-regex": {
+ "version": "9.2.2",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
+ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/encodeurl": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
+ "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/entities": {
+ "version": "4.5.0",
+ "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
+ "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "engines": {
+ "node": ">=0.12"
+ },
+ "funding": {
+ "url": "https://github.com/fb55/entities?sponsor=1"
+ }
+ },
+ "node_modules/errno": {
+ "version": "0.1.8",
+ "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz",
+ "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "prr": "~1.0.1"
+ },
+ "bin": {
+ "errno": "cli.js"
+ }
+ },
+ "node_modules/es-define-property": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/es-errors": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/es-object-atoms": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
+ "integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "es-errors": "^1.3.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/escape-html": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
+ "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
+ "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/esprima": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
+ "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "bin": {
+ "esparse": "bin/esparse.js",
+ "esvalidate": "bin/esvalidate.js"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "is-extendable": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/fast-glob": {
+ "version": "3.3.3",
+ "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
+ "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@nodelib/fs.stat": "^2.0.2",
+ "@nodelib/fs.walk": "^1.2.3",
+ "glob-parent": "^5.1.2",
+ "merge2": "^1.3.0",
+ "micromatch": "^4.0.8"
+ },
+ "engines": {
+ "node": ">=8.6.0"
+ }
+ },
+ "node_modules/fastq": {
+ "version": "1.20.1",
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
+ "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "reusify": "^1.0.4"
+ }
+ },
+ "node_modules/filelist": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.6.tgz",
+ "integrity": "sha512-5giy2PkLYY1cP39p17Ech+2xlpTRL9HLspOfEgm0L6CwBXBTgsK5ou0JtzYuepxkaQ/tvhCFIJ5uXo0OrM2DxA==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "minimatch": "^5.0.1"
+ }
+ },
+ "node_modules/fill-range": {
+ "version": "7.1.1",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
+ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "to-regex-range": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/finalhandler": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.2.tgz",
+ "integrity": "sha512-aA4RyPcd3badbdABGDuTXCMTtOneUCAYH/gxoYRTZlIJdF0YPWuGqiAsIrhNnnqdXGswYk6dGujem4w80UJFhg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "debug": "2.6.9",
+ "encodeurl": "~2.0.0",
+ "escape-html": "~1.0.3",
+ "on-finished": "~2.4.1",
+ "parseurl": "~1.3.3",
+ "statuses": "~2.0.2",
+ "unpipe": "~1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/finalhandler/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/finalhandler/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/foreground-child": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
+ "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "cross-spawn": "^7.0.6",
+ "signal-exit": "^4.0.1"
+ },
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/fs.realpath": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
+ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/fsevents": {
+ "version": "2.3.3",
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
+ "dev": true,
+ "hasInstallScript": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
+ }
+ },
+ "node_modules/function-bind": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
+ "dev": true,
+ "license": "MIT",
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/get-intrinsic": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "call-bind-apply-helpers": "^1.0.2",
+ "es-define-property": "^1.0.1",
+ "es-errors": "^1.3.0",
+ "es-object-atoms": "^1.1.1",
+ "function-bind": "^1.1.2",
+ "get-proto": "^1.0.1",
+ "gopd": "^1.2.0",
+ "has-symbols": "^1.1.0",
+ "hasown": "^2.0.2",
+ "math-intrinsics": "^1.1.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/get-proto": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "dunder-proto": "^1.0.1",
+ "es-object-atoms": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/glob": {
+ "version": "10.5.0",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
+ "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
+ "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "foreground-child": "^3.1.0",
+ "jackspeak": "^3.1.2",
+ "minimatch": "^9.0.4",
+ "minipass": "^7.1.2",
+ "package-json-from-dist": "^1.0.0",
+ "path-scurry": "^1.11.1"
+ },
+ "bin": {
+ "glob": "dist/esm/bin.mjs"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/glob-parent": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "is-glob": "^4.0.1"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/glob/node_modules/minimatch": {
+ "version": "9.0.9",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
+ "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "brace-expansion": "^2.0.2"
+ },
+ "engines": {
+ "node": ">=16 || 14 >=14.17"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/gopd": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/graceful-fs": {
+ "version": "4.2.11",
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/gray-matter": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/gray-matter/-/gray-matter-4.0.3.tgz",
+ "integrity": "sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "js-yaml": "^3.13.1",
+ "kind-of": "^6.0.2",
+ "section-matter": "^1.0.0",
+ "strip-bom-string": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=6.0"
+ }
+ },
+ "node_modules/hamljs": {
+ "version": "0.6.2",
+ "resolved": "https://registry.npmjs.org/hamljs/-/hamljs-0.6.2.tgz",
+ "integrity": "sha512-/chXRp4WpL47I+HX1vCCdSbEXAljEG2FBMmgO7Am0bYsqgnEjreeWzUdX1onXqwZtcfgxbCg5WtEYYvuZ5muBg==",
+ "dev": true
+ },
+ "node_modules/handlebars": {
+ "version": "4.7.9",
+ "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz",
+ "integrity": "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "minimist": "^1.2.5",
+ "neo-async": "^2.6.2",
+ "source-map": "^0.6.1",
+ "wordwrap": "^1.0.0"
+ },
+ "bin": {
+ "handlebars": "bin/handlebars"
+ },
+ "engines": {
+ "node": ">=0.4.7"
+ },
+ "optionalDependencies": {
+ "uglify-js": "^3.1.4"
+ }
+ },
+ "node_modules/has-symbols": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/has-tostringtag": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
+ "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "has-symbols": "^1.0.3"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/hasown": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
+ "integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "function-bind": "^1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/htmlparser2": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-7.2.0.tgz",
+ "integrity": "sha512-H7MImA4MS6cw7nbyURtLPO1Tms7C5H602LRETv95z1MxO/7CP7rDVROehUYeYBUYEON94NXXDEPmZuq+hX4sog==",
+ "dev": true,
+ "funding": [
+ "https://github.com/fb55/htmlparser2?sponsor=1",
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/fb55"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "domelementtype": "^2.0.1",
+ "domhandler": "^4.2.2",
+ "domutils": "^2.8.0",
+ "entities": "^3.0.1"
+ }
+ },
+ "node_modules/htmlparser2/node_modules/entities": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz",
+ "integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "engines": {
+ "node": ">=0.12"
+ },
+ "funding": {
+ "url": "https://github.com/fb55/entities?sponsor=1"
+ }
+ },
+ "node_modules/http-equiv-refresh": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/http-equiv-refresh/-/http-equiv-refresh-1.0.0.tgz",
+ "integrity": "sha512-TScO04soylRN9i/QdOdgZyhydXg9z6XdaGzEyOgDKycePeDeTT4KvigjBcI+tgfTlieLWauGORMq5F1eIDa+1w==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.10"
+ }
+ },
+ "node_modules/inflight": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
+ "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
+ "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "once": "^1.3.0",
+ "wrappy": "1"
+ }
+ },
+ "node_modules/inherits": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/is-alphabetical": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz",
+ "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==",
+ "dev": true,
+ "license": "MIT",
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
+ }
+ },
+ "node_modules/is-alphanumerical": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz",
+ "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "is-alphabetical": "^1.0.0",
+ "is-decimal": "^1.0.0"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
+ }
+ },
+ "node_modules/is-binary-path": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
+ "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "binary-extensions": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/is-core-module": {
+ "version": "2.16.2",
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.2.tgz",
+ "integrity": "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "hasown": "^2.0.3"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-decimal": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz",
+ "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==",
+ "dev": true,
+ "license": "MIT",
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
+ }
+ },
+ "node_modules/is-expression": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/is-expression/-/is-expression-4.0.0.tgz",
+ "integrity": "sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "acorn": "^7.1.1",
+ "object-assign": "^4.1.1"
+ }
+ },
+ "node_modules/is-extendable": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
+ "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-extglob": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-fullwidth-code-point": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/is-glob": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "is-extglob": "^2.1.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-json": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/is-json/-/is-json-2.0.1.tgz",
+ "integrity": "sha512-6BEnpVn1rcf3ngfmViLM6vjUjGErbdrL4rwlv+u1NO1XO8kqT4YGL8+19Q+Z/bas8tY90BTWMk2+fW1g6hQjbA==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/is-number": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.12.0"
+ }
+ },
+ "node_modules/is-promise": {
+ "version": "2.2.2",
+ "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz",
+ "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/is-regex": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz",
+ "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "call-bound": "^1.0.2",
+ "gopd": "^1.2.0",
+ "has-tostringtag": "^1.0.2",
+ "hasown": "^2.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "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/iso-639-1": {
+ "version": "2.1.15",
+ "resolved": "https://registry.npmjs.org/iso-639-1/-/iso-639-1-2.1.15.tgz",
+ "integrity": "sha512-7c7mBznZu2ktfvyT582E2msM+Udc1EjOyhVRE/0ZsjD9LBtWSm23h3PtiRh2a35XoUsTQQjJXaJzuLjXsOdFDg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.0"
+ }
+ },
+ "node_modules/jackspeak": {
+ "version": "3.4.3",
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
+ "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
+ "dev": true,
+ "license": "BlueOak-1.0.0",
+ "dependencies": {
+ "@isaacs/cliui": "^8.0.2"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ },
+ "optionalDependencies": {
+ "@pkgjs/parseargs": "^0.11.0"
+ }
+ },
+ "node_modules/jake": {
+ "version": "10.9.4",
+ "resolved": "https://registry.npmjs.org/jake/-/jake-10.9.4.tgz",
+ "integrity": "sha512-wpHYzhxiVQL+IV05BLE2Xn34zW1S223hvjtqk0+gsPrwd/8JNLXJgZZM/iPFsYc1xyphF+6M6EvdE5E9MBGkDA==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "async": "^3.2.6",
+ "filelist": "^1.0.4",
+ "picocolors": "^1.1.1"
+ },
+ "bin": {
+ "jake": "bin/cli.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/js-stringify": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/js-stringify/-/js-stringify-1.0.2.tgz",
+ "integrity": "sha512-rtS5ATOo2Q5k1G+DADISilDA6lv79zIiwFd6CcjuIxGKLFm5C+RLImRscVap9k55i+MOZwgliw+NejvkLuGD5g==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/js-yaml": {
+ "version": "3.15.1",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.15.1.tgz",
+ "integrity": "sha512-S99WuO3HlhO3XN41EtYUNl9zzXjoJx7QvmipxsJVxtCBT0YHEFy+iOJhjSvrmV12nYhWpZaM8lPHkJm0yUMbag==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "argparse": "^1.0.7",
+ "esprima": "^4.0.0"
+ },
+ "bin": {
+ "js-yaml": "bin/js-yaml.js"
+ }
+ },
+ "node_modules/jstransformer": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/jstransformer/-/jstransformer-1.0.0.tgz",
+ "integrity": "sha512-C9YK3Rf8q6VAPDCCU9fnqo3mAfOH6vUGnMcP4AQAYIEpWtfGLpwOTmZ+igtdK5y+VvI2n3CyYSzy4Qh34eq24A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "is-promise": "^2.0.0",
+ "promise": "^7.0.1"
+ }
+ },
+ "node_modules/junk": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/junk/-/junk-1.0.3.tgz",
+ "integrity": "sha512-3KF80UaaSSxo8jVnRYtMKNGFOoVPBdkkVPsw+Ad0y4oxKXPduS6G6iHkrf69yJVff/VAaYXkV42rtZ7daJxU3w==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/kind-of": {
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
+ "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/kleur": {
+ "version": "4.1.5",
+ "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz",
+ "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/linkify-it": {
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.2.tgz",
+ "integrity": "sha512-ONTm2jCMAVZjgQa/Fy1kScXsuOoF5NPTsoFBdE1KVIZ2vAh/r9+Bqo+0jINCBYnavTPQZz38QzFTme79ENoN3Q==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/puzrin"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/markdown-it"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "uc.micro": "^2.0.0"
+ }
+ },
+ "node_modules/liquidjs": {
+ "version": "10.29.0",
+ "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.29.0.tgz",
+ "integrity": "sha512-pCVOhs6FLAR8su3ItJ07diN26t6W5dHQRnmTMy8HPyTFuv1+oSCVJIGp5pGjfQyOZfh50KswvKtMTp6p4JEIdw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "commander": "^10.0.0"
+ },
+ "bin": {
+ "liquid": "bin/liquid.js",
+ "liquidjs": "bin/liquid.js"
+ },
+ "engines": {
+ "node": ">=16"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/liquidjs"
+ }
+ },
+ "node_modules/list-to-array": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/list-to-array/-/list-to-array-1.1.0.tgz",
+ "integrity": "sha512-+dAZZ2mM+/m+vY9ezfoueVvrgnHIGi5FvgSymbIgJOFwiznWyA59mav95L+Mc6xPtL3s9gm5eNTlNtxJLbNM1g==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/lodash.deburr": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/lodash.deburr/-/lodash.deburr-4.1.0.tgz",
+ "integrity": "sha512-m/M1U1f3ddMCs6Hq2tAsYThTBDaAKFDX3dwDo97GEYzamXi9SqUpjWi/Rrj/gf3X2n8ktwgZrlP1z6E3v/IExQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/lru-cache": {
+ "version": "10.4.3",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
+ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/luxon": {
+ "version": "3.7.2",
+ "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.7.2.tgz",
+ "integrity": "sha512-vtEhXh/gNjI9Yg1u4jX/0YVPMvxzHuGgCm6tC5kZyb08yjGWGnqAjGJvcXbqQR2P3MyMEFnRbpcdFS6PBcLqew==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/markdown-it": {
+ "version": "14.3.0",
+ "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.3.0.tgz",
+ "integrity": "sha512-RCEsPjR+sr0x+AuYp601tKTkgFG4YEPLCzHST3cQ/fhlJkqAkz1L2/Qbp1j9qw5SBwQHFBoW8+hoN5xssOF0Tw==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/puzrin"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/markdown-it"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "argparse": "^2.0.1",
+ "entities": "^4.5.0",
+ "linkify-it": "^5.0.2",
+ "mdurl": "^2.0.0",
+ "punycode.js": "^2.3.1",
+ "uc.micro": "^2.1.0"
+ },
+ "bin": {
+ "markdown-it": "bin/markdown-it.mjs"
+ }
+ },
+ "node_modules/markdown-it/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/math-intrinsics": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/maximatch": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/maximatch/-/maximatch-0.1.0.tgz",
+ "integrity": "sha512-9ORVtDUFk4u/NFfo0vG/ND/z7UQCVZBL539YW0+U1I7H1BkZwizcPx5foFv7LCPcBnm2U6RjFnQOsIvN4/Vm2A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "array-differ": "^1.0.0",
+ "array-union": "^1.0.1",
+ "arrify": "^1.0.0",
+ "minimatch": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/maximatch/node_modules/array-differ": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz",
+ "integrity": "sha512-LeZY+DZDRnvP7eMuQ6LHfCzUGxAAIViUBliK24P3hWXL6y4SortgR6Nim6xrkfSLlmH0+k+9NYNwVC2s53ZrYQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/maximatch/node_modules/array-union": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
+ "integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "array-uniq": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/maximatch/node_modules/arrify": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
+ "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/maximatch/node_modules/brace-expansion": {
+ "version": "1.1.18",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.18.tgz",
+ "integrity": "sha512-Edep/X9fGqVNmzKBVsDYIOtD+z1tuezV70LBjdCst9Tqu76lsnvRiZ6oTic1n+/BIwX6QDGAO94PN4N2SADvtw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/maximatch/node_modules/minimatch": {
+ "version": "3.1.5",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
+ "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/mdurl": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.1.0.tgz",
+ "integrity": "sha512-1+HBaOx0zi/dQWht8rNv9MYf9qqpqL/kxI0hXImU6Y547zM6Sni8BQibt7ifgMcYtQg41ao3Ivd6cnSM86inpg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/merge2": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
+ "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/micromatch": {
+ "version": "4.0.8",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
+ "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "braces": "^3.0.3",
+ "picomatch": "^2.3.1"
+ },
+ "engines": {
+ "node": ">=8.6"
+ }
+ },
+ "node_modules/mime": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
+ "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
+ "dev": true,
+ "license": "MIT",
+ "bin": {
+ "mime": "cli.js"
+ },
+ "engines": {
+ "node": ">=10.0.0"
+ }
+ },
+ "node_modules/minimatch": {
+ "version": "5.1.9",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.9.tgz",
+ "integrity": "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "brace-expansion": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/minimist": {
+ "version": "1.2.8",
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
+ "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
+ "dev": true,
+ "license": "MIT",
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/minipass": {
+ "version": "7.1.3",
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
+ "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
+ "dev": true,
+ "license": "BlueOak-1.0.0",
+ "engines": {
+ "node": ">=16 || 14 >=14.17"
+ }
+ },
+ "node_modules/mkdirp": {
+ "version": "0.5.6",
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
+ "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "minimist": "^1.2.6"
+ },
+ "bin": {
+ "mkdirp": "bin/cmd.js"
+ }
+ },
+ "node_modules/moo": {
+ "version": "0.5.3",
+ "resolved": "https://registry.npmjs.org/moo/-/moo-0.5.3.tgz",
+ "integrity": "sha512-m2fmM2dDm7GZQsY7KK2cme8agi+AAljILjQnof7p1ZMDe6dQ4bdnSMx0cPppudoeNv5hEFQirN6u+O4fDE0IWA==",
+ "dev": true,
+ "license": "BSD-3-Clause"
+ },
+ "node_modules/morphdom": {
+ "version": "2.7.8",
+ "resolved": "https://registry.npmjs.org/morphdom/-/morphdom-2.7.8.tgz",
+ "integrity": "sha512-D/fR4xgGUyVRbdMGU6Nejea1RFzYxYtyurG4Fbv2Fi/daKlWKuXGLOdXtl+3eIwL110cI2hz1ZojGICjjFLgTg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "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/multimatch": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-5.0.0.tgz",
+ "integrity": "sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@types/minimatch": "^3.0.3",
+ "array-differ": "^3.0.0",
+ "array-union": "^2.1.0",
+ "arrify": "^2.0.1",
+ "minimatch": "^3.0.4"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/multimatch/node_modules/brace-expansion": {
+ "version": "1.1.18",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.18.tgz",
+ "integrity": "sha512-Edep/X9fGqVNmzKBVsDYIOtD+z1tuezV70LBjdCst9Tqu76lsnvRiZ6oTic1n+/BIwX6QDGAO94PN4N2SADvtw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/multimatch/node_modules/minimatch": {
+ "version": "3.1.5",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
+ "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/mustache": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
+ "integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==",
+ "dev": true,
+ "license": "MIT",
+ "bin": {
+ "mustache": "bin/mustache"
+ }
+ },
+ "node_modules/neo-async": {
+ "version": "2.6.2",
+ "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
+ "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/normalize-path": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
+ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/nunjucks": {
+ "version": "3.2.4",
+ "resolved": "https://registry.npmjs.org/nunjucks/-/nunjucks-3.2.4.tgz",
+ "integrity": "sha512-26XRV6BhkgK0VOxfbU5cQI+ICFUtMLixv1noZn1tGU38kQH5A5nmmbk/O45xdyBhD1esk47nKrY0mvQpZIhRjQ==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "a-sync-waterfall": "^1.0.0",
+ "asap": "^2.0.3",
+ "commander": "^5.1.0"
+ },
+ "bin": {
+ "nunjucks-precompile": "bin/precompile"
+ },
+ "engines": {
+ "node": ">= 6.9.0"
+ },
+ "peerDependencies": {
+ "chokidar": "^3.3.0"
+ },
+ "peerDependenciesMeta": {
+ "chokidar": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/nunjucks/node_modules/commander": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz",
+ "integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/object-assign": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/on-finished": {
+ "version": "2.4.1",
+ "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
+ "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ee-first": "1.1.1"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/once": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "wrappy": "1"
+ }
+ },
+ "node_modules/package-json-from-dist": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
+ "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
+ "dev": true,
+ "license": "BlueOak-1.0.0"
+ },
+ "node_modules/parse-srcset": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/parse-srcset/-/parse-srcset-1.0.2.tgz",
+ "integrity": "sha512-/2qh0lav6CmI15FzA3i/2Bzk2zCgQhGMkvhOhKNcBVQ1ldgpbfiNTVslmooUmWJcADi1f1kIeynbDRVzNlfR6Q==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/parseurl": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
+ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/path-is-absolute": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
+ "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/path-key": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/path-parse": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/path-scurry": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
+ "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
+ "dev": true,
+ "license": "BlueOak-1.0.0",
+ "dependencies": {
+ "lru-cache": "^10.2.0",
+ "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
+ },
+ "engines": {
+ "node": ">=16 || 14 >=14.18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/path-to-regexp": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz",
+ "integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/picocolors": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/picomatch": {
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
+ "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8.6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/jonschlinkert"
+ }
+ },
+ "node_modules/pify": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
+ "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/please-upgrade-node": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz",
+ "integrity": "sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "semver-compare": "^1.0.0"
+ }
+ },
+ "node_modules/posthtml": {
+ "version": "0.16.7",
+ "resolved": "https://registry.npmjs.org/posthtml/-/posthtml-0.16.7.tgz",
+ "integrity": "sha512-7Hc+IvlQ7hlaIfQFZnxlRl0jnpWq2qwibORBhQYIb0QbNtuicc5ZxvKkVT71HJ4Py1wSZ/3VR1r8LfkCtoCzhw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "posthtml-parser": "^0.11.0",
+ "posthtml-render": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=12.0.0"
+ }
+ },
+ "node_modules/posthtml-parser": {
+ "version": "0.11.0",
+ "resolved": "https://registry.npmjs.org/posthtml-parser/-/posthtml-parser-0.11.0.tgz",
+ "integrity": "sha512-QecJtfLekJbWVo/dMAA+OSwY79wpRmbqS5TeXvXSX+f0c6pW4/SE6inzZ2qkU7oAMCPqIDkZDvd/bQsSFUnKyw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "htmlparser2": "^7.1.1"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/posthtml-render": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/posthtml-render/-/posthtml-render-3.0.0.tgz",
+ "integrity": "sha512-z+16RoxK3fUPgwaIgH9NGnK1HKY9XIDpydky5eQGgAFVXTCSezalv9U2jQuNV+Z9qV1fDWNzldcw4eK0SSbqKA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "is-json": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/posthtml-urls": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/posthtml-urls/-/posthtml-urls-1.0.0.tgz",
+ "integrity": "sha512-CMJ0L009sGQVUuYM/g6WJdscsq6ooAwhUuF6CDlYPMLxKp2rmCYVebEU+wZGxnQstGJhZPMvXsRhtqekILd5/w==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "http-equiv-refresh": "^1.0.0",
+ "list-to-array": "^1.1.0",
+ "parse-srcset": "^1.0.2",
+ "promise-each": "^2.2.0"
+ },
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/promise": {
+ "version": "7.3.1",
+ "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz",
+ "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "asap": "~2.0.3"
+ }
+ },
+ "node_modules/promise-each": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/promise-each/-/promise-each-2.2.0.tgz",
+ "integrity": "sha512-67roqt1k3QDA41DZ8xi0V+rF3GoaMiX7QilbXu0vXimut+9RcKBNZ/t60xCRgcsihmNUsEjh48xLfNqOrKblUg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "any-promise": "^0.1.0"
+ }
+ },
+ "node_modules/prr": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz",
+ "integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/pug": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/pug/-/pug-3.0.4.tgz",
+ "integrity": "sha512-kFfq5mMzrS7+wrl5pLJzZEzemx34OQ0w4SARfhy/3yxTlhbstsudDwJzhf1hP02yHzbjoVMSXUj/Sz6RNfMyXg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "pug-code-gen": "^3.0.4",
+ "pug-filters": "^4.0.0",
+ "pug-lexer": "^5.0.1",
+ "pug-linker": "^4.0.0",
+ "pug-load": "^3.0.0",
+ "pug-parser": "^6.0.0",
+ "pug-runtime": "^3.0.1",
+ "pug-strip-comments": "^2.0.0"
+ }
+ },
+ "node_modules/pug-attrs": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/pug-attrs/-/pug-attrs-3.0.0.tgz",
+ "integrity": "sha512-azINV9dUtzPMFQktvTXciNAfAuVh/L/JCl0vtPCwvOA21uZrC08K/UnmrL+SXGEVc1FwzjW62+xw5S/uaLj6cA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "constantinople": "^4.0.1",
+ "js-stringify": "^1.0.2",
+ "pug-runtime": "^3.0.0"
+ }
+ },
+ "node_modules/pug-code-gen": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/pug-code-gen/-/pug-code-gen-3.0.4.tgz",
+ "integrity": "sha512-6okWYIKdasTyXICyEtvobmTZAVX57JkzgzIi4iRJlin8kmhG+Xry2dsus+Mun/nGCn6F2U49haHI5mkELXB14g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "constantinople": "^4.0.1",
+ "doctypes": "^1.1.0",
+ "js-stringify": "^1.0.2",
+ "pug-attrs": "^3.0.0",
+ "pug-error": "^2.1.0",
+ "pug-runtime": "^3.0.1",
+ "void-elements": "^3.1.0",
+ "with": "^7.0.0"
+ }
+ },
+ "node_modules/pug-error": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/pug-error/-/pug-error-2.1.0.tgz",
+ "integrity": "sha512-lv7sU9e5Jk8IeUheHata6/UThZ7RK2jnaaNztxfPYUY+VxZyk/ePVaNZ/vwmH8WqGvDz3LrNYt/+gA55NDg6Pg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/pug-filters": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/pug-filters/-/pug-filters-4.0.0.tgz",
+ "integrity": "sha512-yeNFtq5Yxmfz0f9z2rMXGw/8/4i1cCFecw/Q7+D0V2DdtII5UvqE12VaZ2AY7ri6o5RNXiweGH79OCq+2RQU4A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "constantinople": "^4.0.1",
+ "jstransformer": "1.0.0",
+ "pug-error": "^2.0.0",
+ "pug-walk": "^2.0.0",
+ "resolve": "^1.15.1"
+ }
+ },
+ "node_modules/pug-lexer": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/pug-lexer/-/pug-lexer-5.0.1.tgz",
+ "integrity": "sha512-0I6C62+keXlZPZkOJeVam9aBLVP2EnbeDw3An+k0/QlqdwH6rv8284nko14Na7c0TtqtogfWXcRoFE4O4Ff20w==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "character-parser": "^2.2.0",
+ "is-expression": "^4.0.0",
+ "pug-error": "^2.0.0"
+ }
+ },
+ "node_modules/pug-linker": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/pug-linker/-/pug-linker-4.0.0.tgz",
+ "integrity": "sha512-gjD1yzp0yxbQqnzBAdlhbgoJL5qIFJw78juN1NpTLt/mfPJ5VgC4BvkoD3G23qKzJtIIXBbcCt6FioLSFLOHdw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "pug-error": "^2.0.0",
+ "pug-walk": "^2.0.0"
+ }
+ },
+ "node_modules/pug-load": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/pug-load/-/pug-load-3.0.0.tgz",
+ "integrity": "sha512-OCjTEnhLWZBvS4zni/WUMjH2YSUosnsmjGBB1An7CsKQarYSWQ0GCVyd4eQPMFJqZ8w9xgs01QdiZXKVjk92EQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "object-assign": "^4.1.1",
+ "pug-walk": "^2.0.0"
+ }
+ },
+ "node_modules/pug-parser": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/pug-parser/-/pug-parser-6.0.0.tgz",
+ "integrity": "sha512-ukiYM/9cH6Cml+AOl5kETtM9NR3WulyVP2y4HOU45DyMim1IeP/OOiyEWRr6qk5I5klpsBnbuHpwKmTx6WURnw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "pug-error": "^2.0.0",
+ "token-stream": "1.0.0"
+ }
+ },
+ "node_modules/pug-runtime": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/pug-runtime/-/pug-runtime-3.0.1.tgz",
+ "integrity": "sha512-L50zbvrQ35TkpHwv0G6aLSuueDRwc/97XdY8kL3tOT0FmhgG7UypU3VztfV/LATAvmUfYi4wNxSajhSAeNN+Kg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/pug-strip-comments": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/pug-strip-comments/-/pug-strip-comments-2.0.0.tgz",
+ "integrity": "sha512-zo8DsDpH7eTkPHCXFeAk1xZXJbyoTfdPlNR0bK7rpOMuhBYb0f5qUVCO1xlsitYd3w5FQTK7zpNVKb3rZoUrrQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "pug-error": "^2.0.0"
+ }
+ },
+ "node_modules/pug-walk": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/pug-walk/-/pug-walk-2.0.0.tgz",
+ "integrity": "sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/punycode.js": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz",
+ "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/queue-microtask": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
+ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
+ "license": "MIT"
+ },
+ "node_modules/readdirp": {
+ "version": "3.6.0",
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
+ "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "picomatch": "^2.2.1"
+ },
+ "engines": {
+ "node": ">=8.10.0"
+ }
+ },
+ "node_modules/recursive-copy": {
+ "version": "2.0.14",
+ "resolved": "https://registry.npmjs.org/recursive-copy/-/recursive-copy-2.0.14.tgz",
+ "integrity": "sha512-K8WNY8f8naTpfbA+RaXmkaQuD1IeW9EgNEfyGxSqqTQukpVtoOKros9jUqbpEsSw59YOmpd8nCBgtqJZy5nvog==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "errno": "^0.1.2",
+ "graceful-fs": "^4.1.4",
+ "junk": "^1.0.1",
+ "maximatch": "^0.1.0",
+ "mkdirp": "^0.5.1",
+ "pify": "^2.3.0",
+ "promise": "^7.0.1",
+ "rimraf": "^2.7.1",
+ "slash": "^1.0.0"
+ }
+ },
+ "node_modules/recursive-copy/node_modules/brace-expansion": {
+ "version": "1.1.18",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.18.tgz",
+ "integrity": "sha512-Edep/X9fGqVNmzKBVsDYIOtD+z1tuezV70LBjdCst9Tqu76lsnvRiZ6oTic1n+/BIwX6QDGAO94PN4N2SADvtw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/recursive-copy/node_modules/glob": {
+ "version": "7.2.3",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
+ "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "fs.realpath": "^1.0.0",
+ "inflight": "^1.0.4",
+ "inherits": "2",
+ "minimatch": "^3.1.1",
+ "once": "^1.3.0",
+ "path-is-absolute": "^1.0.0"
+ },
+ "engines": {
+ "node": "*"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/recursive-copy/node_modules/minimatch": {
+ "version": "3.1.5",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
+ "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/recursive-copy/node_modules/rimraf": {
+ "version": "2.7.1",
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
+ "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
+ "deprecated": "Rimraf versions prior to v4 are no longer supported",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "glob": "^7.1.3"
+ },
+ "bin": {
+ "rimraf": "bin.js"
+ }
+ },
+ "node_modules/resolve": {
+ "version": "1.22.12",
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.12.tgz",
+ "integrity": "sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "es-errors": "^1.3.0",
+ "is-core-module": "^2.16.1",
+ "path-parse": "^1.0.7",
+ "supports-preserve-symlinks-flag": "^1.0.0"
+ },
+ "bin": {
+ "resolve": "bin/resolve"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/reusify": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
+ "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "iojs": ">=1.0.0",
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/rimraf": {
+ "version": "5.0.10",
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz",
+ "integrity": "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "glob": "^10.3.7"
+ },
+ "bin": {
+ "rimraf": "dist/esm/bin.mjs"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/run-parallel": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
+ "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "queue-microtask": "^1.2.2"
+ }
+ },
+ "node_modules/section-matter": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz",
+ "integrity": "sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "extend-shallow": "^2.0.1",
+ "kind-of": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/semver": {
+ "version": "7.8.5",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
+ "integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
+ "dev": true,
+ "license": "ISC",
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/semver-compare": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz",
+ "integrity": "sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/shebang-command": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "shebang-regex": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/shebang-regex": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/signal-exit": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
+ "dev": true,
+ "license": "ISC",
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/slash": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz",
+ "integrity": "sha512-3TYDR7xWt4dIqV2JauJr+EJeW356RXijHeUlO+8djJ+uBXPn8/2dpzBc8yQhh583sVvc9CvFAeQVgijsH+PNNg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/slugify": {
+ "version": "1.6.9",
+ "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.9.tgz",
+ "integrity": "sha512-vZ7rfeehZui7wQs438JXBckYLkIIdfHOXsaVEUMyS5fHo1483l1bMdo0EDSWYclY0yZKFOipDy4KHuKs6ssvdg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
+ "node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/sprintf-js": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
+ "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
+ "dev": true,
+ "license": "BSD-3-Clause"
+ },
+ "node_modules/ssri": {
+ "version": "8.0.1",
+ "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz",
+ "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "minipass": "^3.1.1"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/ssri/node_modules/minipass": {
+ "version": "3.3.6",
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
+ "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/statuses": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
+ "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/string-width": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
+ "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "eastasianwidth": "^0.2.0",
+ "emoji-regex": "^9.2.2",
+ "strip-ansi": "^7.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/string-width-cjs": {
+ "name": "string-width",
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/string-width-cjs/node_modules/ansi-regex": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/string-width-cjs/node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/string-width-cjs/node_modules/strip-ansi": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-regex": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-ansi": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
+ "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-regex": "^6.2.2"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
+ }
+ },
+ "node_modules/strip-ansi-cjs": {
+ "name": "strip-ansi",
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-regex": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-bom-string": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz",
+ "integrity": "sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/supports-preserve-symlinks-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
+ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/to-regex-range": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "is-number": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=8.0"
+ }
+ },
+ "node_modules/token-stream": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/token-stream/-/token-stream-1.0.0.tgz",
+ "integrity": "sha512-VSsyNPPW74RpHwR8Fc21uubwHY7wMDeJLys2IX5zJNih+OnAnaifKHo+1LHT7DAdloQ7apeaaWg8l7qnf/TnEg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/uc.micro": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
+ "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/uglify-js": {
+ "version": "3.19.3",
+ "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.3.tgz",
+ "integrity": "sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "optional": true,
+ "bin": {
+ "uglifyjs": "bin/uglifyjs"
+ },
+ "engines": {
+ "node": ">=0.8.0"
+ }
+ },
+ "node_modules/unpipe": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
+ "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/void-elements": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-3.1.0.tgz",
+ "integrity": "sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.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/with": {
+ "version": "7.0.2",
+ "resolved": "https://registry.npmjs.org/with/-/with-7.0.2.tgz",
+ "integrity": "sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/parser": "^7.9.6",
+ "@babel/types": "^7.9.6",
+ "assert-never": "^1.2.1",
+ "babel-walk": "3.0.0-canary-5"
+ },
+ "engines": {
+ "node": ">= 10.0.0"
+ }
+ },
+ "node_modules/wordwrap": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz",
+ "integrity": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/wrap-ansi": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
+ "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-styles": "^6.1.0",
+ "string-width": "^5.0.1",
+ "strip-ansi": "^7.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
+ }
+ },
+ "node_modules/wrap-ansi-cjs": {
+ "name": "wrap-ansi",
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-styles": "^4.0.0",
+ "string-width": "^4.1.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
+ }
+ },
+ "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/wrap-ansi-cjs/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/wrap-ansi-cjs/node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/wrap-ansi-cjs/node_modules/string-width": {
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-regex": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/wrappy": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/ws": {
+ "version": "8.21.3",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.3.tgz",
+ "integrity": "sha512-201TZ/kPWxoPr/OKWjquZR1SWKXcvxdH+e1xrx89b3YbmzLMFCLfnaG1HFIgWzJOEWZ7MvpK++odZufgYR50Rw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=10.0.0"
+ },
+ "peerDependencies": {
+ "bufferutil": "^4.0.1",
+ "utf-8-validate": ">=5.0.2"
+ },
+ "peerDependenciesMeta": {
+ "bufferutil": {
+ "optional": true
+ },
+ "utf-8-validate": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
+ "dev": true,
+ "license": "ISC"
+ }
+ }
+}
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..9d6311e
--- /dev/null
+++ b/package.json
@@ -0,0 +1,16 @@
+{
+ "name": "moonweb-www",
+ "version": "0.1.0",
+ "private": true,
+ "description": "moonweb.org Phase 1 migration: 1:1 layout, build-to-html mit Eleventy",
+ "scripts": {
+ "dev": "eleventy --serve",
+ "build": "eleventy",
+ "clean": "rimraf _site"
+ },
+ "devDependencies": {
+ "@11ty/eleventy": "^2.0.1",
+ "markdown-it": "^14.1.0",
+ "rimraf": "^5.0.5"
+ }
+}
\ No newline at end of file
diff --git a/src/_data/nav.json b/src/_data/nav.json
new file mode 100644
index 0000000..a6263b5
--- /dev/null
+++ b/src/_data/nav.json
@@ -0,0 +1,18 @@
+[
+ [
+ "beginning"
+ ],
+ [
+ "projects",
+ "products",
+ "acoustics"
+ ],
+ [
+ "location",
+ "background",
+ "partners"
+ ],
+ [
+ "contact"
+ ]
+]
\ No newline at end of file
diff --git a/src/_data/site.json b/src/_data/site.json
new file mode 100644
index 0000000..7cdb253
--- /dev/null
+++ b/src/_data/site.json
@@ -0,0 +1,4 @@
+{
+ "domain": "https://www.moonweb.org",
+ "contactEmail": "webmaster@moonweb.org"
+}
\ No newline at end of file
diff --git a/src/_includes/layout.njk b/src/_includes/layout.njk
new file mode 100644
index 0000000..d13f211
--- /dev/null
+++ b/src/_includes/layout.njk
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+moonweb.org - {{ pageTitle | default("The " + section) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% if quicknav %}{% include "quicknav.njk" %}{% endif %}
+
+
+
+
+
+
+
+{{ pageTitle | default("The " + section) }}
+
+{{ content | safe }}
+
+
+
+
+
+
+
+
+
+{% include "nav.njk" %}
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/_includes/nav.njk b/src/_includes/nav.njk
new file mode 100644
index 0000000..8e071e7
--- /dev/null
+++ b/src/_includes/nav.njk
@@ -0,0 +1,14 @@
+
+{% for group in nav %}
+
+ {% for item in group %}
+
+ {% endfor %}
+
+{% if not loop.last %}
+
+{% endif %}
+{% endfor %}
+
diff --git a/src/_includes/quicknav.njk b/src/_includes/quicknav.njk
new file mode 100644
index 0000000..fa42b2c
--- /dev/null
+++ b/src/_includes/quicknav.njk
@@ -0,0 +1,2 @@
+
+{% for entry in quicknav %}{{ entry.label }} {% if not loop.last %} {% endif %}{% endfor %}
diff --git a/src/_includes/redirect.njk b/src/_includes/redirect.njk
new file mode 100644
index 0000000..761a7c6
--- /dev/null
+++ b/src/_includes/redirect.njk
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+Redirecting to {{ redirectTo }}
+
+
+Redirecting to {{ redirectTo }} …
+
+
diff --git a/src/acoustics/index.md b/src/acoustics/index.md
new file mode 100644
index 0000000..ce5af05
--- /dev/null
+++ b/src/acoustics/index.md
@@ -0,0 +1,52 @@
+---
+title: "The acoustics"
+description: "Explore my journey in music, from mixing on turntables since 1995 to creating computer music with MOD-Trackers. Discover live synthesizer sessions, DJ mixes, and more. Stay tuned for updates."
+section: acoustics
+permalink: "/acoustics/index.html"
+layout: layout.njk
+lastChanged: "5/1/2001"
+---
+
+Music has always been a significant part of my life. Since 1995, I have been mixing on turntables. I also tried composing my own songs, but they never turned out very well.
+
+## Music on Computers
+
+My first attempt at making music was on the computer. I never enjoyed live playing, so I sought a better way to create music. That's when I discovered MOD-Trackers! There are some nice MOD files, but they are very computer-based and don't sound like real music.
+
+{% pseudonymBox "MOD-file examples (can be played on Winamp)" %}
+
+Computer music examples from 1993:
+[... wizard.mod (46kB)](https://www.moonweb.org/files/amiga/mods/wizard.mod)
+[... run_away.mod (43kB)](https://www.moonweb.org/files/amiga/mods/run_away.mod)
+
+Electronic techno-steps from 1994:
+[... lit_rave.mod (57kB)](https://www.moonweb.org/files/amiga/mods/LIT_RAVE.MOD)
+[... nxt_rave.mod (33kB)](https://www.moonweb.org/files/amiga/mods/NXT_RAVE.MOD)
+
+{% endpseudonymBox %}
+
+## Live Synthesizer Music
+
+Later on, we tried to perform some live music. There are two tapes with live music that I will sample very soon. One tape is a live recording from the S.O.N.A.X meets Genital Angriff session in our party room (screenshot follows), and the other is a solo tape from Genital Angriff.
+
+{% pseudonymBox "Live Sessions" %}
+
+vapeur livesession (1992)
+... album on soundcloud
+
+{% endpseudonymBox %}
+
+## Live Turntable Mixing
+
+I started mixing very late and never aspired to be a big star DJ. I really enjoyed mixing at private parties and smaller events. In the 'DJ examples' box, you can find the latest afro-cosmic-double-mix with my DJ friend Marc le Nain , a live recording at the Private Lounge Party V .
+
+{% pseudonymBox "DJ Examples" %}
+
+Biggest events:
+... All Areas Party Prince Garden
+... 2nd place in DJ competition
+
+Live mix:
+... afro cosmic double mix on mix-cloud
+
+{% endpseudonymBox %}
diff --git a/src/assets/archive/banner/moonback_finish.gif b/src/assets/archive/banner/moonback_finish.gif
new file mode 100755
index 0000000000000000000000000000000000000000..87e89172567d8931cf43d1fcc050b6c4282eda0f
GIT binary patch
literal 15676
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
R7#tI-sYy%o-zOxE{}0qynUVki
literal 0
HcmV?d00001
diff --git a/src/assets/archive/banner/moonweb_banner_static.gif b/src/assets/archive/banner/moonweb_banner_static.gif
new file mode 100755
index 0000000000000000000000000000000000000000..69ec33e481497c8a74eb5e4fa27fa2e38381dea9
GIT binary patch
literal 11518
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
CYav|#
literal 0
HcmV?d00001
diff --git a/src/assets/archive/banner/moonweb_newdesign5.gif b/src/assets/archive/banner/moonweb_newdesign5.gif
new file mode 100755
index 0000000000000000000000000000000000000000..26292602642203b4cbdbb166b2bd1e024a1046ae
GIT binary patch
literal 35689
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