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

18
node_modules/inherits/package.json generated vendored
View File

@@ -1,4 +1,10 @@
{
"_args": [
[
"inherits@2.0.3",
"/var/www/backend/minis-data"
]
],
"_from": "inherits@2.0.3",
"_id": "inherits@2.0.3",
"_inBundle": false,
@@ -16,18 +22,18 @@
"fetchSpec": "2.0.3"
},
"_requiredBy": [
"/http-errors"
"/body-parser/http-errors",
"/http-errors",
"/raw-body/http-errors",
"/readable-stream"
],
"_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"_shasum": "633c2c83e3da42a502f52466022480f4208261de",
"_spec": "inherits@2.0.3",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\http-errors",
"_spec": "2.0.3",
"_where": "/var/www/backend/minis-data",
"browser": "./inherits_browser.js",
"bugs": {
"url": "https://github.com/isaacs/inherits/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
"devDependencies": {
"tap": "^7.1.0"