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

View File

@@ -1,4 +1,10 @@
{
"_args": [
[
"setprototypeof@1.0.3",
"/var/www/backend/minis-data"
]
],
"_from": "setprototypeof@1.0.3",
"_id": "setprototypeof@1.0.3",
"_inBundle": false,
@@ -19,17 +25,14 @@
"/http-errors"
],
"_resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.3.tgz",
"_shasum": "66567e37043eeb4f04d91bd658c0cbefb55b8e04",
"_spec": "setprototypeof@1.0.3",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\http-errors",
"_spec": "1.0.3",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Wes Todd"
},
"bugs": {
"url": "https://github.com/wesleytodd/setprototypeof/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A small polyfill for Object.setprototypeof",
"homepage": "https://github.com/wesleytodd/setprototypeof",
"keywords": [

View File

@@ -1,29 +1,34 @@
{
"_from": "http-errors@~1.6.2",
"_args": [
[
"http-errors@1.6.2",
"/var/www/backend/minis-data"
]
],
"_from": "http-errors@1.6.2",
"_id": "http-errors@1.6.2",
"_inBundle": false,
"_integrity": "sha1-CgAsyFcHGSp+eUbO7cERVfYOxzY=",
"_location": "/http-errors",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "http-errors@~1.6.2",
"raw": "http-errors@1.6.2",
"name": "http-errors",
"escapedName": "http-errors",
"rawSpec": "~1.6.2",
"rawSpec": "1.6.2",
"saveSpec": null,
"fetchSpec": "~1.6.2"
"fetchSpec": "1.6.2"
},
"_requiredBy": [
"/body-parser",
"/raw-body",
"/express/body-parser",
"/express/raw-body",
"/send"
],
"_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.2.tgz",
"_shasum": "0a002cc85707192a7e7946ceedc11155f60ec736",
"_spec": "http-errors@~1.6.2",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\body-parser",
"_spec": "1.6.2",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
@@ -32,7 +37,6 @@
"bugs": {
"url": "https://github.com/jshttp/http-errors/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Alan Plum",
@@ -49,7 +53,6 @@
"setprototypeof": "1.0.3",
"statuses": ">= 1.3.1 < 2"
},
"deprecated": false,
"description": "Create HTTP error objects",
"devDependencies": {
"eslint": "3.19.0",