diff --git a/.gitignore b/.gitignore index c467ad52d7a4cee78d4d0cb7f537c587b132a32f..5024672778f87c8d194f0efa7013323b5e2d3217 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 0000000000000000000000000000000000000000..506ec0b12e9937c0b4e5086d1d5eb11963767cc9 --- /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 0000000000000000000000000000000000000000..c9c233963f8559dd000d5b05f60eef9b9908901b --- /dev/null +++ b/package-lock.json @@ -0,0 +1,5 @@ +{ + "name": "covid19python", + "version": "0.0.13", + "lockfileVersion": 1 +}