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": [
[
"body-parser@1.18.2",
"/var/www/backend/minis-data"
]
],
"_from": "body-parser@1.18.2",
"_id": "body-parser@1.18.2",
"_inBundle": false,
@@ -19,13 +25,11 @@
"/express"
],
"_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.18.2.tgz",
"_shasum": "87678a19d84b47d859b83199bd59bce222b10454",
"_spec": "body-parser@1.18.2",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
"_spec": "1.18.2",
"_where": "/var/www/backend/minis-data",
"bugs": {
"url": "https://github.com/expressjs/body-parser/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
@@ -49,7 +53,6 @@
"raw-body": "2.3.2",
"type-is": "~1.6.15"
},
"deprecated": false,
"description": "Node.js body parsing middleware",
"devDependencies": {
"eslint": "3.19.0",

View File

@@ -1,4 +1,10 @@
{
"_args": [
[
"iconv-lite@0.4.19",
"/var/www/backend/minis-data"
]
],
"_from": "iconv-lite@0.4.19",
"_id": "iconv-lite@0.4.19",
"_inBundle": false,
@@ -20,9 +26,8 @@
"/express/raw-body"
],
"_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.19.tgz",
"_shasum": "f7468f60135f5e5dad3399c0a81be9a1603a082b",
"_spec": "iconv-lite@0.4.19",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express\\node_modules\\body-parser",
"_spec": "0.4.19",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Alexander Shtuchkin",
"email": "ashtuchkin@gmail.com"
@@ -34,7 +39,6 @@
"bugs": {
"url": "https://github.com/ashtuchkin/iconv-lite/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jinwu Zhan",
@@ -85,7 +89,6 @@
"url": "https://github.com/nleush"
}
],
"deprecated": false,
"description": "Convert character encodings in pure javascript.",
"devDependencies": {
"async": "*",

View File

@@ -1,4 +1,10 @@
{
"_args": [
[
"raw-body@2.3.2",
"/var/www/backend/minis-data"
]
],
"_from": "raw-body@2.3.2",
"_id": "raw-body@2.3.2",
"_inBundle": false,
@@ -19,9 +25,8 @@
"/express/body-parser"
],
"_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.3.2.tgz",
"_shasum": "bcd60c77d3eb93cde0050295c3f379389bc88f89",
"_spec": "raw-body@2.3.2",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express\\node_modules\\body-parser",
"_spec": "2.3.2",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
@@ -30,7 +35,6 @@
"bugs": {
"url": "https://github.com/stream-utils/raw-body/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
@@ -47,7 +51,6 @@
"iconv-lite": "0.4.19",
"unpipe": "1.0.0"
},
"deprecated": false,
"description": "Get and validate the raw body of a readable stream.",
"devDependencies": {
"bluebird": "3.5.0",

36
node_modules/express/package.json generated vendored
View File

@@ -1,28 +1,42 @@
{
"_from": "express",
"_args": [
[
"express@4.16.1",
"/var/www/backend/minis-data"
]
],
"_from": "express@4.16.1",
"_id": "express@4.16.1",
"_inBundle": false,
"_integrity": "sha512-STB7LZ4N0L+81FJHGla2oboUHTk4PaN1RsOkoRh9OSeEKylvF5hwKYVX1xCLFaCT7MD0BNG/gX2WFMLqY6EMBw==",
"_location": "/express",
"_phantomChildren": {},
"_phantomChildren": {
"bytes": "3.0.0",
"content-type": "1.0.4",
"debug": "2.6.9",
"depd": "1.1.1",
"http-errors": "1.6.2",
"on-finished": "2.3.0",
"qs": "6.5.1",
"type-is": "1.6.15",
"unpipe": "1.0.0"
},
"_requested": {
"type": "tag",
"type": "version",
"registry": true,
"raw": "express",
"raw": "express@4.16.1",
"name": "express",
"escapedName": "express",
"rawSpec": "",
"rawSpec": "4.16.1",
"saveSpec": null,
"fetchSpec": "latest"
"fetchSpec": "4.16.1"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/express/-/express-4.16.1.tgz",
"_shasum": "6b33b560183c9b253b7b62144df33a4654ac9ed0",
"_spec": "express",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI",
"_spec": "4.16.1",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
@@ -30,7 +44,6 @@
"bugs": {
"url": "https://github.com/expressjs/express/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Aaron Heckmann",
@@ -93,7 +106,6 @@
"utils-merge": "1.0.1",
"vary": "~1.1.2"
},
"deprecated": false,
"description": "Fast, unopinionated, minimalist web framework",
"devDependencies": {
"after": "0.8.2",