Initial commit

This commit is contained in:
Walamana
2024-08-06 22:13:11 +02:00
parent 7905a88e62
commit 72ca3af857
115 changed files with 8932 additions and 8670 deletions

17
node_modules/qs/package.json generated vendored
View File

@@ -1,4 +1,10 @@
{
"_args": [
[
"qs@6.5.1",
"/var/www/backend/minis-data"
]
],
"_from": "qs@6.5.1",
"_id": "qs@6.5.1",
"_inBundle": false,
@@ -16,17 +22,15 @@
"fetchSpec": "6.5.1"
},
"_requiredBy": [
"/body-parser",
"/express"
"/express",
"/express/body-parser"
],
"_resolved": "https://registry.npmjs.org/qs/-/qs-6.5.1.tgz",
"_shasum": "349cdf6eef89ec45c12d7d5eb3fc0c870343a6d8",
"_spec": "qs@6.5.1",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
"_spec": "6.5.1",
"_where": "/var/www/backend/minis-data",
"bugs": {
"url": "https://github.com/ljharb/qs/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jordan Harband",
@@ -35,7 +39,6 @@
}
],
"dependencies": {},
"deprecated": false,
"description": "A querystring parser that supports nesting and arrays, with a depth limit",
"devDependencies": {
"@ljharb/eslint-config": "^12.2.1",