From 916006436b889c95cdc40db5526cfb969a4da252 Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Sat, 30 Jan 2021 18:42:19 +0100
Subject: [PATCH] work

---
 .gitignore                       |  6 ------
 covid19/static/package-lock.json | 28 ++++++++++++++++++++++++++++
 package-lock.json                |  5 +++++
 3 files changed, 33 insertions(+), 6 deletions(-)
 create mode 100644 covid19/static/package-lock.json
 create mode 100644 package-lock.json

diff --git a/.gitignore b/.gitignore
index c467ad52..50246727 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1122,11 +1122,6 @@ Debug*/Debug*\ Libs
 *.xojo_uistate
 *.obsolete
 
-#Würde content_architektur/src/Abbildungen_Lektion_2/Abbildungen_Lektion_2__20/web/ löschen
-#Würde content_architektur/src/Abbildungen_Lektion_2/Abbildungen_Lektion_2__40/web/ löschen
-#Würde content_architektur/src/Abbildungen_Lektion_7/Abbildungen_Lektion_7__100/ löschen
-#Würde content_architektur/web/Abbildungen_Lektion_2/web/ löschen
-#Würde content_architektur/web/Abbildungen_Lektion_7/Abbildungen_Lektion_7__100/ löschen
 /data/covid19.db.sqlite-journal
 
 .idea/misc.xml
@@ -1138,4 +1133,3 @@ Debug*/Debug*\ Libs
 /data/WHO-COVID-19-global-data *.csv
 /data/ecdc_europa_data (1).csv
 /data/RKI_COVID19.csv
-/covid19/static/package-lock.json
diff --git a/covid19/static/package-lock.json b/covid19/static/package-lock.json
new file mode 100644
index 00000000..506ec0b1
--- /dev/null
+++ b/covid19/static/package-lock.json
@@ -0,0 +1,28 @@
+{
+  "name": "covid19static",
+  "version": "0.0.13",
+  "lockfileVersion": 1,
+  "requires": true,
+  "dependencies": {
+    "@fortawesome/fontawesome-free": {
+      "version": "5.15.2",
+      "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.2.tgz",
+      "integrity": "sha512-7l/AX41m609L/EXI9EKH3Vs3v0iA8tKlIOGtw+kgcoanI7p+e4I4GYLqW3UXWiTnjSFymKSmTTPKYrivzbxxqA=="
+    },
+    "bootstrap": {
+      "version": "4.6.0",
+      "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.0.tgz",
+      "integrity": "sha512-Io55IuQY3kydzHtbGvQya3H+KorS/M9rSNyfCGCg9WZ4pyT/lCxIlpJgG1GXW/PswzC84Tr2fBYi+7+jFVQQBw=="
+    },
+    "jquery": {
+      "version": "3.5.1",
+      "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz",
+      "integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg=="
+    },
+    "popper.js": {
+      "version": "1.16.1",
+      "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz",
+      "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ=="
+    }
+  }
+}
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 00000000..c9c23396
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,5 @@
+{
+  "name": "covid19python",
+  "version": "0.0.13",
+  "lockfileVersion": 1
+}
-- 
GitLab