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

0
node_modules/uuid/bin/uuid generated vendored Normal file → Executable file
View File

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

@@ -1,28 +1,32 @@
{
"_from": "uuid",
"_args": [
[
"uuid@3.1.0",
"/var/www/backend/minis-data"
]
],
"_from": "uuid@3.1.0",
"_id": "uuid@3.1.0",
"_inBundle": false,
"_integrity": "sha512-DIWtzUkw04M4k3bf1IcpS2tngXEL26YUD2M0tMDUpnUrz2hgzUBlD55a4FjdLGPvfHxS6uluGWvaVEqgBcVa+g==",
"_location": "/uuid",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"type": "version",
"registry": true,
"raw": "uuid",
"raw": "uuid@3.1.0",
"name": "uuid",
"escapedName": "uuid",
"rawSpec": "",
"rawSpec": "3.1.0",
"saveSpec": null,
"fetchSpec": "latest"
"fetchSpec": "3.1.0"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.1.0.tgz",
"_shasum": "3dd3d3e790abc24d7b0d3a034ffababe28ebbc04",
"_spec": "uuid",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI",
"_spec": "3.1.0",
"_where": "/var/www/backend/minis-data",
"bin": {
"uuid": "./bin/uuid"
},
@@ -33,7 +37,6 @@
"bugs": {
"url": "https://github.com/kelektiv/node-uuid/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Robert Kieffer",
@@ -56,7 +59,6 @@
"email": "shtylman@gmail.com"
}
],
"deprecated": false,
"description": "RFC4122 (v1, v4, and v5) UUIDs",
"devDependencies": {
"mocha": "3.1.2"