gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-ops-www] branch master updated: properly load bootstrap


From: gnunet
Subject: [taler-taler-ops-www] branch master updated: properly load bootstrap
Date: Sat, 24 Feb 2024 21:42:36 +0100

This is an automated email from the git hooks/post-receive script.

nora pushed a commit to branch master
in repository taler-ops-www.

The following commit(s) were added to refs/heads/master by this push:
     new c3ddf6b  properly load bootstrap
c3ddf6b is described below

commit c3ddf6b8c8c43fc913e16208ecb4ad2179166b0e
Author: Nullptrderef <nullptrderef@national.shitposting.agency>
AuthorDate: Sat Feb 24 21:42:26 2024 +0100

    properly load bootstrap
---
 .gitignore                        |   1 +
 Makefile                          |   2 +-
 common/header.j2.inc              | 103 ++++++++--------
 locale/de/LC_MESSAGES/messages.po |  81 ++++++-------
 locale/en/LC_MESSAGES/messages.po |  36 +-----
 locale/fr/LC_MESSAGES/messages.po |  39 +-----
 locale/messages.pot               |  38 +-----
 package.json                      |   5 +-
 pnpm-lock.yaml                    | 241 ++++++++++++++++++++++++++++++++++++++
 9 files changed, 344 insertions(+), 202 deletions(-)

diff --git a/.gitignore b/.gitignore
index 659440e..5e440ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@ package-lock.json
 
 # Ignore node modules, duh
 node_modules
+
diff --git a/Makefile b/Makefile
index 2ff8d3f..c656a78 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ all: preprocess
        env "BASEURL=$(opt_baseurl)" ./inc/build-site
 
 preprocess:
-       env "NODE_ENV=production" ./build-system/pkgmgr build:scss;
+       env "NODE_ENV=production" ./build-system/pkgmgr build:css;
 
 .PHONY: run
 run: all
diff --git a/common/header.j2.inc b/common/header.j2.inc
index 574b3a3..726527f 100644
--- a/common/header.j2.inc
+++ b/common/header.j2.inc
@@ -1,50 +1,53 @@
-    <script>
-        /*
-        @licstart  The following is the entire license notice for the
-        JavaScript code in this page.
-
-        Copyright (C) 2014, 2015, 2016 GNUnet e.V.
-        Copyright (C) 2017-2024 Taler Systems SA
-
-        The JavaScript code in this page is free software: you can
-        redistribute it and/or modify it under the terms of the GNU
-        General Public License (GNU GPL) as published by the Free Software
-        Foundation, either version 3 of the License, or (at your option)
-        any later version.  The code is distributed WITHOUT ANY WARRANTY;
-        without even the implied warranty of MERCHANTABILITY or FITNESS
-        FOR A PARTICULAR PURPOSE.  See the GNU GPL for more details.
-
-        As additional permission under GNU GPL version 3 section 7, you
-        may distribute non-source (e.g., minimized or compacted) forms of
-        that code without the copy of the GNU GPL normally required by
-        section 4, provided you include this license notice and a URL
-        through which recipients can access the Corresponding Source.
-
-        @licend  The above is the entire license notice
-        for the JavaScript code in this page.
-        */
-    </script>
-    
-    <link rel="icon" type="image/ico" href="/favicon.ico?v=2">
-    <link rel="alternate" hreflang="en" href="{{ self_localized('en') }}" />
-    <link rel="alternate" hreflang="fr" href="{{ self_localized('fr') }}" />
-    <link rel="alternate" hreflang="de" href="{{ self_localized('de') }}" />
-    <link rel="alternate" hreflang="it" href="{{ self_localized('it') }}" />
-
-    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
-    <meta charset="utf-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge">
-    <meta name="viewport" content="width=device-width, initial-scale=1, 
shrink-to-fit=no">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <script src="{{ url_static('js/jquerymin.js') }}"></script>
-    <script src="{{ url_static('js/bootstrap.js') }}"></script>
-    <script src="{{ url_static('js/carouselscript.js') }}"></script>
-    <script src="{{ url_static('js/owl.carousel.js') }}"></script>
-    <script src="{{ url_static('js/owl.script.js') }}"></script>
-    
-    <link href="{{ url_static('css/bootstrap.min.css') }}" rel="stylesheet">
-       <link href="{{ url_static('css/doc.css') }}" rel="stylesheet">
-       <link href="{{ url_static('css/fonts.css') }}" rel="stylesheet">
-       <link href="{{ url_static('css/owl.carousel.css') }}" rel="stylesheet">
+<script>
+  /*
+    @licstart  The following is the entire license notice for the
+    JavaScript code in this page.
+
+    Copyright (C) 2014, 2015, 2016 GNUnet e.V.
+    Copyright (C) 2017-2024 Taler Systems SA
+
+    The JavaScript code in this page is free software: you can
+    redistribute it and/or modify it under the terms of the GNU
+    General Public License (GNU GPL) as published by the Free Software
+    Foundation, either version 3 of the License, or (at your option)
+    any later version.  The code is distributed WITHOUT ANY WARRANTY;
+    without even the implied warranty of MERCHANTABILITY or FITNESS
+    FOR A PARTICULAR PURPOSE.  See the GNU GPL for more details.
+
+    As additional permission under GNU GPL version 3 section 7, you
+    may distribute non-source (e.g., minimized or compacted) forms of
+    that code without the copy of the GNU GPL normally required by
+    section 4, provided you include this license notice and a URL
+    through which recipients can access the Corresponding Source.
+
+    @licend  The above is the entire license notice
+    for the JavaScript code in this page.
+  */
+</script>
+
+<link rel="icon" type="image/ico" href="/favicon.ico?v=2" />
+<link rel="alternate" hreflang="en" href="{{ self_localized('en') }}" />
+<link rel="alternate" hreflang="fr" href="{{ self_localized('fr') }}" />
+<link rel="alternate" hreflang="de" href="{{ self_localized('de') }}" />
+<link rel="alternate" hreflang="it" href="{{ self_localized('it') }}" />
+
+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<meta charset="utf-8" />
+<meta http-equiv="X-UA-Compatible" content="IE=edge" />
+<meta
+  name="viewport"
+  content="width=device-width, initial-scale=1, shrink-to-fit=no"
+/>
+<meta name="description" content="" />
+<meta name="author" content="" />
+
+<script src="{{ url_static('js/jquerymin.js') }}"></script>
+<script src="{{ url_static('js/bootstrap.js') }}"></script>
+<script src="{{ url_static('js/carouselscript.js') }}"></script>
+<script src="{{ url_static('js/owl.carousel.js') }}"></script>
+<script src="{{ url_static('js/owl.script.js') }}"></script>
+
+<link href="{{ url_static('css/bootstrap5.css') }}" rel="stylesheet" />
+<link href="{{ url_static('css/doc.css') }}" rel="stylesheet" />
+<link href="{{ url_static('css/fonts.css') }}" rel="stylesheet" />
+<link href="{{ url_static('css/owl.carousel.css') }}" rel="stylesheet" />
diff --git a/locale/de/LC_MESSAGES/messages.po 
b/locale/de/LC_MESSAGES/messages.po
index 8448e69..c2ac7a1 100644
--- a/locale/de/LC_MESSAGES/messages.po
+++ b/locale/de/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2024-02-24 20:23+0100\n"
+"POT-Creation-Date: 2024-02-24 21:38+0100\n"
 "PO-Revision-Date: 2024-02-24 20:06+0000\n"
 "Last-Translator: Stefan Kügel <skuegel@web.de>\n"
 "Language-Team: German <https://weblate.taler.net/projects/taler-ops/website/";
@@ -179,49 +179,6 @@ msgstr ""
 msgid "Integrate"
 msgstr "Integration"
 
-#: template/merchants.html.j2:3
-msgid "Taler Operations AG - Merchants"
-msgstr "Taler Operations AG - Händler"
-
-#: template/merchants.html.j2:11
-msgid "Quick Steps for<span> Merchants</span>"
-msgstr "Anleitung für<span> Händler</span>"
-
-#: template/merchants.html.j2:13
-msgid ""
-"To receive Taler payments, a merchant needs a Swiss bank account in the "
-"currency CHF."
-msgstr ""
-"Um Zahlungen zu erhalten, benötigen Verkäufer ein Schweizer Bankkonto in der "
-"Währung CHF (NetzBon-Betriebe benötigen ein NetzBon-Konto)."
-
-#: template/merchants.html.j2:14
-msgid ""
-"The configuration file has to be filled in, e.g. entering the bank account "
-"number of the merchant."
-msgstr ""
-"In einer Konfigurationsdatei muss u.a. die Bankverbindung des Händlers "
-"eingegeben werden."
-
-#: template/merchants.html.j2:15
-msgid ""
-"In case a mechant has a web shop, a snippet of code has to be integrated "
-"into the web shop software for Taler as a payment option."
-msgstr ""
-"Bei Webshops müssen nur ein paar Zeilen Code in deren Software eingefügt "
-"werden, damit sie Taler als Zahlungsoption anbieten können."
-
-#: template/merchants.html.j2:16
-msgid "A QR code can be generated for offline use at the point of sale."
-msgstr ""
-"Zur Offline-Nutzung am Verkaufsort kann ein QR-Code generiert werden, den "
-"Kunden mit ihren Smartphones scannen, um den Verkäufern eine Bestätigung "
-"ihrer Zahlung vorzuweisen."
-
-#: template/merchants.html.j2:17
-msgid "INTEGRATE SHOP"
-msgstr "Integration"
-
 #: template/terms.html.j2:3
 msgid "Taler Operations AG - Terms of Service"
 msgstr "Taler Operations AG - AGB"
@@ -616,6 +573,42 @@ msgstr "WEITER"
 msgid "I want to use digital cash <br>on my phone!"
 msgstr "Ich bezahle <br>mit meinem Smartphone!"
 
+#~ msgid "Taler Operations AG - Merchants"
+#~ msgstr "Taler Operations AG - Händler"
+
+#~ msgid "Quick Steps for<span> Merchants</span>"
+#~ msgstr "Anleitung für<span> Händler</span>"
+
+#~ msgid ""
+#~ "To receive Taler payments, a merchant needs a Swiss bank account in the "
+#~ "currency CHF."
+#~ msgstr ""
+#~ "Um Zahlungen zu erhalten, benötigen Verkäufer ein Schweizer Bankkonto in "
+#~ "der Währung CHF (NetzBon-Betriebe benötigen ein NetzBon-Konto)."
+
+#~ msgid ""
+#~ "The configuration file has to be filled in, e.g. entering the bank "
+#~ "account number of the merchant."
+#~ msgstr ""
+#~ "In einer Konfigurationsdatei muss u.a. die Bankverbindung des Händlers "
+#~ "eingegeben werden."
+
+#~ msgid ""
+#~ "In case a mechant has a web shop, a snippet of code has to be integrated "
+#~ "into the web shop software for Taler as a payment option."
+#~ msgstr ""
+#~ "Bei Webshops müssen nur ein paar Zeilen Code in deren Software eingefügt "
+#~ "werden, damit sie Taler als Zahlungsoption anbieten können."
+
+#~ msgid "A QR code can be generated for offline use at the point of sale."
+#~ msgstr ""
+#~ "Zur Offline-Nutzung am Verkaufsort kann ein QR-Code generiert werden, den "
+#~ "Kunden mit ihren Smartphones scannen, um den Verkäufern eine Bestätigung "
+#~ "ihrer Zahlung vorzuweisen."
+
+#~ msgid "INTEGRATE SHOP"
+#~ msgstr "Integration"
+
 #~ msgid "These pages explain how to install and use Taler."
 #~ msgstr ""
 #~ "Auf diesen Seiten erfahren Sie, wie sich das Bezahlsystem Taler "
diff --git a/locale/en/LC_MESSAGES/messages.po 
b/locale/en/LC_MESSAGES/messages.po
index d46b73b..40c470d 100644
--- a/locale/en/LC_MESSAGES/messages.po
+++ b/locale/en/LC_MESSAGES/messages.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2024-02-24 20:23+0100\n"
+"POT-Creation-Date: 2024-02-24 21:38+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -158,40 +158,6 @@ msgstr ""
 msgid "Integrate"
 msgstr ""
 
-#: template/merchants.html.j2:3
-msgid "Taler Operations AG - Merchants"
-msgstr ""
-
-#: template/merchants.html.j2:11
-msgid "Quick Steps for<span> Merchants</span>"
-msgstr ""
-
-#: template/merchants.html.j2:13
-msgid ""
-"To receive Taler payments, a merchant needs a Swiss bank account in the "
-"currency CHF."
-msgstr ""
-
-#: template/merchants.html.j2:14
-msgid ""
-"The configuration file has to be filled in, e.g. entering the bank account "
-"number of the merchant."
-msgstr ""
-
-#: template/merchants.html.j2:15
-msgid ""
-"In case a mechant has a web shop, a snippet of code has to be integrated "
-"into the web shop software for Taler as a payment option."
-msgstr ""
-
-#: template/merchants.html.j2:16
-msgid "A QR code can be generated for offline use at the point of sale."
-msgstr ""
-
-#: template/merchants.html.j2:17
-msgid "INTEGRATE SHOP"
-msgstr ""
-
 #: template/terms.html.j2:3
 msgid "Taler Operations AG - Terms of Service"
 msgstr ""
diff --git a/locale/fr/LC_MESSAGES/messages.po 
b/locale/fr/LC_MESSAGES/messages.po
index 49a5b24..d3ca388 100644
--- a/locale/fr/LC_MESSAGES/messages.po
+++ b/locale/fr/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2024-02-24 20:23+0100\n"
+"POT-Creation-Date: 2024-02-24 21:38+0100\n"
 "PO-Revision-Date: 2024-02-12 18:13+0000\n"
 "Last-Translator: Stefan Kügel <skuegel@web.de>\n"
 "Language-Team: French <https://weblate.taler.net/projects/taler-ops/website/";
@@ -170,40 +170,6 @@ msgstr ""
 msgid "Integrate"
 msgstr ""
 
-#: template/merchants.html.j2:3
-msgid "Taler Operations AG - Merchants"
-msgstr "Taler Operations AG - Pour marchands"
-
-#: template/merchants.html.j2:11
-msgid "Quick Steps for<span> Merchants</span>"
-msgstr ""
-
-#: template/merchants.html.j2:13
-msgid ""
-"To receive Taler payments, a merchant needs a Swiss bank account in the "
-"currency CHF."
-msgstr ""
-
-#: template/merchants.html.j2:14
-msgid ""
-"The configuration file has to be filled in, e.g. entering the bank account "
-"number of the merchant."
-msgstr ""
-
-#: template/merchants.html.j2:15
-msgid ""
-"In case a mechant has a web shop, a snippet of code has to be integrated "
-"into the web shop software for Taler as a payment option."
-msgstr ""
-
-#: template/merchants.html.j2:16
-msgid "A QR code can be generated for offline use at the point of sale."
-msgstr ""
-
-#: template/merchants.html.j2:17
-msgid "INTEGRATE SHOP"
-msgstr ""
-
 #: template/terms.html.j2:3
 msgid "Taler Operations AG - Terms of Service"
 msgstr "Taler Operations AG - Conditions d'utilisation"
@@ -504,6 +470,9 @@ msgstr ""
 msgid "I want to use digital cash <br>on my phone!"
 msgstr ""
 
+#~ msgid "Taler Operations AG - Merchants"
+#~ msgstr "Taler Operations AG - Pour marchands"
+
 #~ msgid "Taler Operations AG, Switzerland"
 #~ msgstr "Taler Operations AG, Suisse"
 
diff --git a/locale/messages.pot b/locale/messages.pot
index 671d009..14aceec 100644
--- a/locale/messages.pot
+++ b/locale/messages.pot
@@ -8,14 +8,14 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2024-02-24 20:23+0100\n"
+"POT-Creation-Date: 2024-02-24 21:38+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.10.3\n"
+"Generated-By: Babel 2.12.1\n"
 
 #: common/base.j2:18
 msgid "Taler Operations AG, Biel, Switzerland"
@@ -157,40 +157,6 @@ msgstr ""
 msgid "Integrate"
 msgstr ""
 
-#: template/merchants.html.j2:3
-msgid "Taler Operations AG - Merchants"
-msgstr ""
-
-#: template/merchants.html.j2:11
-msgid "Quick Steps for<span> Merchants</span>"
-msgstr ""
-
-#: template/merchants.html.j2:13
-msgid ""
-"To receive Taler payments, a merchant needs a Swiss bank account in the "
-"currency CHF."
-msgstr ""
-
-#: template/merchants.html.j2:14
-msgid ""
-"The configuration file has to be filled in, e.g. entering the bank "
-"account number of the merchant."
-msgstr ""
-
-#: template/merchants.html.j2:15
-msgid ""
-"In case a mechant has a web shop, a snippet of code has to be integrated "
-"into the web shop software for Taler as a payment option."
-msgstr ""
-
-#: template/merchants.html.j2:16
-msgid "A QR code can be generated for offline use at the point of sale."
-msgstr ""
-
-#: template/merchants.html.j2:17
-msgid "INTEGRATE SHOP"
-msgstr ""
-
 #: template/terms.html.j2:3
 msgid "Taler Operations AG - Terms of Service"
 msgstr ""
diff --git a/package.json b/package.json
index 1a8b5ba..7539a17 100644
--- a/package.json
+++ b/package.json
@@ -2,10 +2,13 @@
   "name": "taler-ops-www",
   "description": "Taler Operations WWW",
   "scripts": {
-    "build:scss": "sass static/scss:static/css"
+    "build:css": "pnpm build:css:sass && pnpm build:css:min",
+    "build:css:sass": "sass static/scss:static/css",
+    "build:css:min": "esbuild static/css/*.css --sourcemap --minify 
--outdir=static/css/min/"
   },
   "private": true,
   "devDependencies": {
+    "esbuild": "^0.20.1",
     "sass": "^1.71.1"
   }
 }
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 29f2b2a..808dbee 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -5,12 +5,222 @@ settings:
   excludeLinksFromLockfile: false
 
 devDependencies:
+  esbuild:
+    specifier: ^0.20.1
+    version: 0.20.1
   sass:
     specifier: ^1.71.1
     version: 1.71.1
 
 packages:
 
+  /@esbuild/aix-ppc64@0.20.1:
+    resolution: {integrity: 
sha512-m55cpeupQ2DbuRGQMMZDzbv9J9PgVelPjlcmM5kxHnrBdBx6REaEd7LamYV7Dm8N7rCyR/XwU6rVP8ploKtIkA==}
+    engines: {node: '>=12'}
+    cpu: [ppc64]
+    os: [aix]
+    requiresBuild: true
+    dev: true
+    optional: true
+
+  /@esbuild/android-arm64@0.20.1:
+    resolution: {integrity: 
sha512-hCnXNF0HM6AjowP+Zou0ZJMWWa1VkD77BXe959zERgGJBBxB+sV+J9f/rcjeg2c5bsukD/n17RKWXGFCO5dD5A==}
+    engines: {node: '>=12'}
+    cpu: [arm64]
+    os: [android]
+    requiresBuild: true
+    dev: true
+    optional: true
+
+  /@esbuild/android-arm@0.20.1:
+    resolution: {integrity: 
sha512-4j0+G27/2ZXGWR5okcJi7pQYhmkVgb4D7UKwxcqrjhvp5TKWx3cUjgB1CGj1mfdmJBQ9VnUGgUhign+FPF2Zgw==}
+    engines: {node: '>=12'}
+    cpu: [arm]
+    os: [android]
+    requiresBuild: true
+    dev: true
+    optional: true
+
+  /@esbuild/android-x64@0.20.1:
+    resolution: {integrity: 
sha512-MSfZMBoAsnhpS+2yMFYIQUPs8Z19ajwfuaSZx+tSl09xrHZCjbeXXMsUF/0oq7ojxYEpsSo4c0SfjxOYXRbpaA==}
+    engines: {node: '>=12'}
+    cpu: [x64]
+    os: [android]
+    requiresBuild: true
+    dev: true
+    optional: true
+
+  /@esbuild/darwin-arm64@0.20.1:
+    resolution: {integrity: 
sha512-Ylk6rzgMD8klUklGPzS414UQLa5NPXZD5tf8JmQU8GQrj6BrFA/Ic9tb2zRe1kOZyCbGl+e8VMbDRazCEBqPvA==}
+    engines: {node: '>=12'}
+    cpu: [arm64]
+    os: [darwin]
+    requiresBuild: true
+    dev: true
+    optional: true
+
+  /@esbuild/darwin-x64@0.20.1:
+    resolution: {integrity: 
sha512-pFIfj7U2w5sMp52wTY1XVOdoxw+GDwy9FsK3OFz4BpMAjvZVs0dT1VXs8aQm22nhwoIWUmIRaE+4xow8xfIDZA==}
+    engines: {node: '>=12'}
+    cpu: [x64]
+    os: [darwin]
+    requiresBuild: true
+    dev: true
+    optional: true
+
+  /@esbuild/freebsd-arm64@0.20.1:
+    resolution: {integrity: 
sha512-UyW1WZvHDuM4xDz0jWun4qtQFauNdXjXOtIy7SYdf7pbxSWWVlqhnR/T2TpX6LX5NI62spt0a3ldIIEkPM6RHw==}
+    engines: {node: '>=12'}
+    cpu: [arm64]
+    os: [freebsd]
+    requiresBuild: true
+    dev: true
+    optional: true
+
+  /@esbuild/freebsd-x64@0.20.1:
+    resolution: {integrity: 
sha512-itPwCw5C+Jh/c624vcDd9kRCCZVpzpQn8dtwoYIt2TJF3S9xJLiRohnnNrKwREvcZYx0n8sCSbvGH349XkcQeg==}
+    engines: {node: '>=12'}
+    cpu: [x64]
+    os: [freebsd]
+    requiresBuild: true
+    dev: true
+    optional: true
+
+  /@esbuild/linux-arm64@0.20.1:
+    resolution: {integrity: 
sha512-cX8WdlF6Cnvw/DO9/X7XLH2J6CkBnz7Twjpk56cshk9sjYVcuh4sXQBy5bmTwzBjNVZze2yaV1vtcJS04LbN8w==}
+    engines: {node: '>=12'}
+    cpu: [arm64]
+    os: [linux]
+    requiresBuild: true
+    dev: true
+    optional: true
+
+  /@esbuild/linux-arm@0.20.1:
+    resolution: {integrity: 
sha512-LojC28v3+IhIbfQ+Vu4Ut5n3wKcgTu6POKIHN9Wpt0HnfgUGlBuyDDQR4jWZUZFyYLiz4RBBBmfU6sNfn6RhLw==}
+    engines: {node: '>=12'}
+    cpu: [arm]
+    os: [linux]
+    requiresBuild: true
+    dev: true
+    optional: true
+
+  /@esbuild/linux-ia32@0.20.1:
+    resolution: {integrity: 
sha512-4H/sQCy1mnnGkUt/xszaLlYJVTz3W9ep52xEefGtd6yXDQbz/5fZE5dFLUgsPdbUOQANcVUa5iO6g3nyy5BJiw==}
+    engines: {node: '>=12'}
+    cpu: [ia32]
+    os: [linux]
+    requiresBuild: true
+    dev: true
+    optional: true
+
+  /@esbuild/linux-loong64@0.20.1:
+    resolution: {integrity: 
sha512-c0jgtB+sRHCciVXlyjDcWb2FUuzlGVRwGXgI+3WqKOIuoo8AmZAddzeOHeYLtD+dmtHw3B4Xo9wAUdjlfW5yYA==}
+    engines: {node: '>=12'}
+    cpu: [loong64]
+    os: [linux]
+    requiresBuild: true
+    dev: true
+    optional: true
+
+  /@esbuild/linux-mips64el@0.20.1:
+    resolution: {integrity: 
sha512-TgFyCfIxSujyuqdZKDZ3yTwWiGv+KnlOeXXitCQ+trDODJ+ZtGOzLkSWngynP0HZnTsDyBbPy7GWVXWaEl6lhA==}
+    engines: {node: '>=12'}
+    cpu: [mips64el]
+    os: [linux]
+    requiresBuild: true
+    dev: true
+    optional: true
+
+  /@esbuild/linux-ppc64@0.20.1:
+    resolution: {integrity: 
sha512-b+yuD1IUeL+Y93PmFZDZFIElwbmFfIKLKlYI8M6tRyzE6u7oEP7onGk0vZRh8wfVGC2dZoy0EqX1V8qok4qHaw==}
+    engines: {node: '>=12'}
+    cpu: [ppc64]
+    os: [linux]
+    requiresBuild: true
+    dev: true
+    optional: true
+
+  /@esbuild/linux-riscv64@0.20.1:
+    resolution: {integrity: 
sha512-wpDlpE0oRKZwX+GfomcALcouqjjV8MIX8DyTrxfyCfXxoKQSDm45CZr9fanJ4F6ckD4yDEPT98SrjvLwIqUCgg==}
+    engines: {node: '>=12'}
+    cpu: [riscv64]
+    os: [linux]
+    requiresBuild: true
+    dev: true
+    optional: true
+
+  /@esbuild/linux-s390x@0.20.1:
+    resolution: {integrity: 
sha512-5BepC2Au80EohQ2dBpyTquqGCES7++p7G+7lXe1bAIvMdXm4YYcEfZtQrP4gaoZ96Wv1Ute61CEHFU7h4FMueQ==}
+    engines: {node: '>=12'}
+    cpu: [s390x]
+    os: [linux]
+    requiresBuild: true
+    dev: true
+    optional: true
+
+  /@esbuild/linux-x64@0.20.1:
+    resolution: {integrity: 
sha512-5gRPk7pKuaIB+tmH+yKd2aQTRpqlf1E4f/mC+tawIm/CGJemZcHZpp2ic8oD83nKgUPMEd0fNanrnFljiruuyA==}
+    engines: {node: '>=12'}
+    cpu: [x64]
+    os: [linux]
+    requiresBuild: true
+    dev: true
+    optional: true
+
+  /@esbuild/netbsd-x64@0.20.1:
+    resolution: {integrity: 
sha512-4fL68JdrLV2nVW2AaWZBv3XEm3Ae3NZn/7qy2KGAt3dexAgSVT+Hc97JKSZnqezgMlv9x6KV0ZkZY7UO5cNLCg==}
+    engines: {node: '>=12'}
+    cpu: [x64]
+    os: [netbsd]
+    requiresBuild: true
+    dev: true
+    optional: true
+
+  /@esbuild/openbsd-x64@0.20.1:
+    resolution: {integrity: 
sha512-GhRuXlvRE+twf2ES+8REbeCb/zeikNqwD3+6S5y5/x+DYbAQUNl0HNBs4RQJqrechS4v4MruEr8ZtAin/hK5iw==}
+    engines: {node: '>=12'}
+    cpu: [x64]
+    os: [openbsd]
+    requiresBuild: true
+    dev: true
+    optional: true
+
+  /@esbuild/sunos-x64@0.20.1:
+    resolution: {integrity: 
sha512-ZnWEyCM0G1Ex6JtsygvC3KUUrlDXqOihw8RicRuQAzw+c4f1D66YlPNNV3rkjVW90zXVsHwZYWbJh3v+oQFM9Q==}
+    engines: {node: '>=12'}
+    cpu: [x64]
+    os: [sunos]
+    requiresBuild: true
+    dev: true
+    optional: true
+
+  /@esbuild/win32-arm64@0.20.1:
+    resolution: {integrity: 
sha512-QZ6gXue0vVQY2Oon9WyLFCdSuYbXSoxaZrPuJ4c20j6ICedfsDilNPYfHLlMH7vGfU5DQR0czHLmJvH4Nzis/A==}
+    engines: {node: '>=12'}
+    cpu: [arm64]
+    os: [win32]
+    requiresBuild: true
+    dev: true
+    optional: true
+
+  /@esbuild/win32-ia32@0.20.1:
+    resolution: {integrity: 
sha512-HzcJa1NcSWTAU0MJIxOho8JftNp9YALui3o+Ny7hCh0v5f90nprly1U3Sj1Ldj/CvKKdvvFsCRvDkpsEMp4DNw==}
+    engines: {node: '>=12'}
+    cpu: [ia32]
+    os: [win32]
+    requiresBuild: true
+    dev: true
+    optional: true
+
+  /@esbuild/win32-x64@0.20.1:
+    resolution: {integrity: 
sha512-0MBh53o6XtI6ctDnRMeQ+xoCN8kD2qI1rY1KgF/xdWQwoFeKou7puvDfV8/Wv4Ctx2rRpET/gGdz3YlNtNACSA==}
+    engines: {node: '>=12'}
+    cpu: [x64]
+    os: [win32]
+    requiresBuild: true
+    dev: true
+    optional: true
+
   /anymatch@3.1.3:
     resolution: {integrity: 
sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
     engines: {node: '>= 8'}
@@ -46,6 +256,37 @@ packages:
       fsevents: 2.3.3
     dev: true
 
+  /esbuild@0.20.1:
+    resolution: {integrity: 
sha512-OJwEgrpWm/PCMsLVWXKqvcjme3bHNpOgN7Tb6cQnR5n0TPbQx1/Xrn7rqM+wn17bYeT6MGB5sn1Bh5YiGi70nA==}
+    engines: {node: '>=12'}
+    hasBin: true
+    requiresBuild: true
+    optionalDependencies:
+      '@esbuild/aix-ppc64': 0.20.1
+      '@esbuild/android-arm': 0.20.1
+      '@esbuild/android-arm64': 0.20.1
+      '@esbuild/android-x64': 0.20.1
+      '@esbuild/darwin-arm64': 0.20.1
+      '@esbuild/darwin-x64': 0.20.1
+      '@esbuild/freebsd-arm64': 0.20.1
+      '@esbuild/freebsd-x64': 0.20.1
+      '@esbuild/linux-arm': 0.20.1
+      '@esbuild/linux-arm64': 0.20.1
+      '@esbuild/linux-ia32': 0.20.1
+      '@esbuild/linux-loong64': 0.20.1
+      '@esbuild/linux-mips64el': 0.20.1
+      '@esbuild/linux-ppc64': 0.20.1
+      '@esbuild/linux-riscv64': 0.20.1
+      '@esbuild/linux-s390x': 0.20.1
+      '@esbuild/linux-x64': 0.20.1
+      '@esbuild/netbsd-x64': 0.20.1
+      '@esbuild/openbsd-x64': 0.20.1
+      '@esbuild/sunos-x64': 0.20.1
+      '@esbuild/win32-arm64': 0.20.1
+      '@esbuild/win32-ia32': 0.20.1
+      '@esbuild/win32-x64': 0.20.1
+    dev: true
+
   /fill-range@7.0.1:
     resolution: {integrity: 
sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==}
     engines: {node: '>=8'}

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]