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

24
node_modules/mysql/package.json generated vendored
View File

@@ -1,28 +1,32 @@
{
"_from": "mysql@^2.15.0",
"_args": [
[
"mysql@2.15.0",
"/var/www/backend/minis-data"
]
],
"_from": "mysql@2.15.0",
"_id": "mysql@2.15.0",
"_inBundle": false,
"_integrity": "sha512-C7tjzWtbN5nzkLIV+E8Crnl9bFyc7d3XJcBAvHKEVkjrYjogz3llo22q6s/hw+UcsE4/844pDob9ac+3dVjQSA==",
"_location": "/mysql",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "mysql@^2.15.0",
"raw": "mysql@2.15.0",
"name": "mysql",
"escapedName": "mysql",
"rawSpec": "^2.15.0",
"rawSpec": "2.15.0",
"saveSpec": null,
"fetchSpec": "^2.15.0"
"fetchSpec": "2.15.0"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/mysql/-/mysql-2.15.0.tgz",
"_shasum": "ea16841156343e8f2e47fc8985ec41cdd9573b5c",
"_spec": "mysql@^2.15.0",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI",
"_spec": "2.15.0",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Felix Geisendörfer",
"email": "felix@debuggable.com",
@@ -31,7 +35,6 @@
"bugs": {
"url": "https://github.com/mysqljs/mysql/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Andrey Sidorov",
@@ -60,7 +63,6 @@
"safe-buffer": "5.1.1",
"sqlstring": "2.3.0"
},
"deprecated": false,
"description": "A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.",
"devDependencies": {
"after": "0.8.2",