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/vary/package.json generated vendored
View File

@@ -1,27 +1,33 @@
{
"_from": "vary@~1.1.2",
"_args": [
[
"vary@1.1.2",
"/var/www/backend/minis-data"
]
],
"_from": "vary@1.1.2",
"_id": "vary@1.1.2",
"_inBundle": false,
"_integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=",
"_location": "/vary",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "vary@~1.1.2",
"raw": "vary@1.1.2",
"name": "vary",
"escapedName": "vary",
"rawSpec": "~1.1.2",
"rawSpec": "1.1.2",
"saveSpec": null,
"fetchSpec": "~1.1.2"
"fetchSpec": "1.1.2"
},
"_requiredBy": [
"/cors",
"/express"
],
"_resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
"_shasum": "2299f02c6ded30d4a5961b0b9f74524a18f634fc",
"_spec": "vary@~1.1.2",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
"_spec": "1.1.2",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
@@ -29,8 +35,6 @@
"bugs": {
"url": "https://github.com/jshttp/vary/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Manipulate the HTTP Vary header",
"devDependencies": {
"beautify-benchmark": "0.2.4",