Initial commit
This commit is contained in:
parent
7905a88e62
commit
72ca3af857
15
node_modules/.bin/mime
generated
vendored
15
node_modules/.bin/mime
generated
vendored
@ -1,15 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
||||||
|
|
||||||
case `uname` in
|
|
||||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
if [ -x "$basedir/node" ]; then
|
|
||||||
"$basedir/node" "$basedir/../mime/cli.js" "$@"
|
|
||||||
ret=$?
|
|
||||||
else
|
|
||||||
node "$basedir/../mime/cli.js" "$@"
|
|
||||||
ret=$?
|
|
||||||
fi
|
|
||||||
exit $ret
|
|
||||||
7
node_modules/.bin/mime.cmd
generated
vendored
7
node_modules/.bin/mime.cmd
generated
vendored
@ -1,7 +0,0 @@
|
|||||||
@IF EXIST "%~dp0\node.exe" (
|
|
||||||
"%~dp0\node.exe" "%~dp0\..\mime\cli.js" %*
|
|
||||||
) ELSE (
|
|
||||||
@SETLOCAL
|
|
||||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
|
||||||
node "%~dp0\..\mime\cli.js" %*
|
|
||||||
)
|
|
||||||
15
node_modules/.bin/uuid
generated
vendored
15
node_modules/.bin/uuid
generated
vendored
@ -1,15 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
||||||
|
|
||||||
case `uname` in
|
|
||||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
if [ -x "$basedir/node" ]; then
|
|
||||||
"$basedir/node" "$basedir/../uuid/bin/uuid" "$@"
|
|
||||||
ret=$?
|
|
||||||
else
|
|
||||||
node "$basedir/../uuid/bin/uuid" "$@"
|
|
||||||
ret=$?
|
|
||||||
fi
|
|
||||||
exit $ret
|
|
||||||
7
node_modules/.bin/uuid.cmd
generated
vendored
7
node_modules/.bin/uuid.cmd
generated
vendored
@ -1,7 +0,0 @@
|
|||||||
@IF EXIST "%~dp0\node.exe" (
|
|
||||||
"%~dp0\node.exe" "%~dp0\..\uuid\bin\uuid" %*
|
|
||||||
) ELSE (
|
|
||||||
@SETLOCAL
|
|
||||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
|
||||||
node "%~dp0\..\uuid\bin\uuid" %*
|
|
||||||
)
|
|
||||||
24
node_modules/accepts/package.json
generated
vendored
24
node_modules/accepts/package.json
generated
vendored
@ -1,31 +1,36 @@
|
|||||||
{
|
{
|
||||||
"_from": "accepts@~1.3.4",
|
"_args": [
|
||||||
|
[
|
||||||
|
"accepts@1.3.4",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "accepts@1.3.4",
|
||||||
"_id": "accepts@1.3.4",
|
"_id": "accepts@1.3.4",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-hiRnWMfdbSGmR0/whKR0DsBesh8=",
|
"_integrity": "sha1-hiRnWMfdbSGmR0/whKR0DsBesh8=",
|
||||||
"_location": "/accepts",
|
"_location": "/accepts",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "accepts@~1.3.4",
|
"raw": "accepts@1.3.4",
|
||||||
"name": "accepts",
|
"name": "accepts",
|
||||||
"escapedName": "accepts",
|
"escapedName": "accepts",
|
||||||
"rawSpec": "~1.3.4",
|
"rawSpec": "1.3.4",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "~1.3.4"
|
"fetchSpec": "1.3.4"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
|
"/errorhandler",
|
||||||
"/express"
|
"/express"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.4.tgz",
|
"_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.4.tgz",
|
||||||
"_shasum": "86246758c7dd6d21a6474ff084a4740ec05eb21f",
|
"_spec": "1.3.4",
|
||||||
"_spec": "accepts@~1.3.4",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jshttp/accepts/issues"
|
"url": "https://github.com/jshttp/accepts/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
@ -41,7 +46,6 @@
|
|||||||
"mime-types": "~2.1.16",
|
"mime-types": "~2.1.16",
|
||||||
"negotiator": "0.6.1"
|
"negotiator": "0.6.1"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "Higher-level content negotiation",
|
"description": "Higher-level content negotiation",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "3.19.0",
|
"eslint": "3.19.0",
|
||||||
|
|||||||
13
node_modules/array-flatten/package.json
generated
vendored
13
node_modules/array-flatten/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"array-flatten@1.1.1",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "array-flatten@1.1.1",
|
"_from": "array-flatten@1.1.1",
|
||||||
"_id": "array-flatten@1.1.1",
|
"_id": "array-flatten@1.1.1",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -19,9 +25,8 @@
|
|||||||
"/express"
|
"/express"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
|
"_resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
|
||||||
"_shasum": "9a5f699051b1e7073328f2a008968b64ea2955d2",
|
"_spec": "1.1.1",
|
||||||
"_spec": "array-flatten@1.1.1",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Blake Embrey",
|
"name": "Blake Embrey",
|
||||||
"email": "hello@blakeembrey.com",
|
"email": "hello@blakeembrey.com",
|
||||||
@ -30,8 +35,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/blakeembrey/array-flatten/issues"
|
"url": "https://github.com/blakeembrey/array-flatten/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "Flatten an array of nested arrays into a single flat array",
|
"description": "Flatten an array of nested arrays into a single flat array",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"istanbul": "^0.3.13",
|
"istanbul": "^0.3.13",
|
||||||
|
|||||||
13
node_modules/bignumber.js/package.json
generated
vendored
13
node_modules/bignumber.js/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"bignumber.js@4.0.4",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "bignumber.js@4.0.4",
|
"_from": "bignumber.js@4.0.4",
|
||||||
"_id": "bignumber.js@4.0.4",
|
"_id": "bignumber.js@4.0.4",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -19,9 +25,8 @@
|
|||||||
"/mysql"
|
"/mysql"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-4.0.4.tgz",
|
"_resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-4.0.4.tgz",
|
||||||
"_shasum": "7c40f5abcd2d6623ab7b99682ee7db81b11889a4",
|
"_spec": "4.0.4",
|
||||||
"_spec": "bignumber.js@4.0.4",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\mysql",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Michael Mclaughlin",
|
"name": "Michael Mclaughlin",
|
||||||
"email": "M8ch88l@gmail.com"
|
"email": "M8ch88l@gmail.com"
|
||||||
@ -29,8 +34,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/MikeMcl/bignumber.js/issues"
|
"url": "https://github.com/MikeMcl/bignumber.js/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "A library for arbitrary-precision decimal and non-decimal arithmetic",
|
"description": "A library for arbitrary-precision decimal and non-decimal arithmetic",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "*"
|
"node": "*"
|
||||||
|
|||||||
23
node_modules/body-parser/node_modules/depd/package.json
generated
vendored
23
node_modules/body-parser/node_modules/depd/package.json
generated
vendored
@ -1,28 +1,33 @@
|
|||||||
{
|
{
|
||||||
"_from": "depd@~1.1.2",
|
"_args": [
|
||||||
|
[
|
||||||
|
"depd@1.1.2",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "depd@1.1.2",
|
||||||
"_id": "depd@1.1.2",
|
"_id": "depd@1.1.2",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
|
"_integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
|
||||||
"_location": "/body-parser/depd",
|
"_location": "/body-parser/depd",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "depd@~1.1.2",
|
"raw": "depd@1.1.2",
|
||||||
"name": "depd",
|
"name": "depd",
|
||||||
"escapedName": "depd",
|
"escapedName": "depd",
|
||||||
"rawSpec": "~1.1.2",
|
"rawSpec": "1.1.2",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "~1.1.2"
|
"fetchSpec": "1.1.2"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/body-parser",
|
"/body-parser",
|
||||||
"/body-parser/http-errors"
|
"/body-parser/http-errors"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
|
"_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
|
||||||
"_shasum": "9bcd52e14c097763e749b274c4346ed2e560b5a9",
|
"_spec": "1.1.2",
|
||||||
"_spec": "depd@~1.1.2",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\body-parser",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
"email": "doug@somethingdoug.com"
|
"email": "doug@somethingdoug.com"
|
||||||
@ -31,8 +36,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/dougwilson/nodejs-depd/issues"
|
"url": "https://github.com/dougwilson/nodejs-depd/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "Deprecate all the things",
|
"description": "Deprecate all the things",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"beautify-benchmark": "0.2.4",
|
"beautify-benchmark": "0.2.4",
|
||||||
|
|||||||
23
node_modules/body-parser/node_modules/http-errors/package.json
generated
vendored
23
node_modules/body-parser/node_modules/http-errors/package.json
generated
vendored
@ -1,27 +1,32 @@
|
|||||||
{
|
{
|
||||||
"_from": "http-errors@~1.6.3",
|
"_args": [
|
||||||
|
[
|
||||||
|
"http-errors@1.6.3",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "http-errors@1.6.3",
|
||||||
"_id": "http-errors@1.6.3",
|
"_id": "http-errors@1.6.3",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=",
|
"_integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=",
|
||||||
"_location": "/body-parser/http-errors",
|
"_location": "/body-parser/http-errors",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "http-errors@~1.6.3",
|
"raw": "http-errors@1.6.3",
|
||||||
"name": "http-errors",
|
"name": "http-errors",
|
||||||
"escapedName": "http-errors",
|
"escapedName": "http-errors",
|
||||||
"rawSpec": "~1.6.3",
|
"rawSpec": "1.6.3",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "~1.6.3"
|
"fetchSpec": "1.6.3"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/body-parser"
|
"/body-parser"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
|
"_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
|
||||||
"_shasum": "8b55680bb4be283a0b5bf4ea2e38580be1d9320d",
|
"_spec": "1.6.3",
|
||||||
"_spec": "http-errors@~1.6.3",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\body-parser",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Jonathan Ong",
|
"name": "Jonathan Ong",
|
||||||
"email": "me@jongleberry.com",
|
"email": "me@jongleberry.com",
|
||||||
@ -30,7 +35,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jshttp/http-errors/issues"
|
"url": "https://github.com/jshttp/http-errors/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Alan Plum",
|
"name": "Alan Plum",
|
||||||
@ -47,7 +51,6 @@
|
|||||||
"setprototypeof": "1.1.0",
|
"setprototypeof": "1.1.0",
|
||||||
"statuses": ">= 1.4.0 < 2"
|
"statuses": ">= 1.4.0 < 2"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "Create HTTP error objects",
|
"description": "Create HTTP error objects",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "4.18.1",
|
"eslint": "4.18.1",
|
||||||
|
|||||||
23
node_modules/body-parser/node_modules/mime-db/package.json
generated
vendored
23
node_modules/body-parser/node_modules/mime-db/package.json
generated
vendored
@ -1,31 +1,35 @@
|
|||||||
{
|
{
|
||||||
"_from": "mime-db@~1.35.0",
|
"_args": [
|
||||||
|
[
|
||||||
|
"mime-db@1.35.0",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "mime-db@1.35.0",
|
||||||
"_id": "mime-db@1.35.0",
|
"_id": "mime-db@1.35.0",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha512-JWT/IcCTsB0Io3AhWUMjRqucrHSPsSf2xKLaRldJVULioggvkJvggZ3VXNNSRkCddE6D+BUI4HEIZIA2OjwIvg==",
|
"_integrity": "sha512-JWT/IcCTsB0Io3AhWUMjRqucrHSPsSf2xKLaRldJVULioggvkJvggZ3VXNNSRkCddE6D+BUI4HEIZIA2OjwIvg==",
|
||||||
"_location": "/body-parser/mime-db",
|
"_location": "/body-parser/mime-db",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "mime-db@~1.35.0",
|
"raw": "mime-db@1.35.0",
|
||||||
"name": "mime-db",
|
"name": "mime-db",
|
||||||
"escapedName": "mime-db",
|
"escapedName": "mime-db",
|
||||||
"rawSpec": "~1.35.0",
|
"rawSpec": "1.35.0",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "~1.35.0"
|
"fetchSpec": "1.35.0"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/body-parser/mime-types"
|
"/body-parser/mime-types"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.35.0.tgz",
|
"_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.35.0.tgz",
|
||||||
"_shasum": "0569d657466491283709663ad379a99b90d9ab47",
|
"_spec": "1.35.0",
|
||||||
"_spec": "mime-db@~1.35.0",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\body-parser\\node_modules\\mime-types",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jshttp/mime-db/issues"
|
"url": "https://github.com/jshttp/mime-db/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
@ -42,7 +46,6 @@
|
|||||||
"url": "http://github.com/broofa"
|
"url": "http://github.com/broofa"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"deprecated": false,
|
|
||||||
"description": "Media Type Database",
|
"description": "Media Type Database",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bluebird": "3.5.1",
|
"bluebird": "3.5.1",
|
||||||
|
|||||||
23
node_modules/body-parser/node_modules/mime-types/package.json
generated
vendored
23
node_modules/body-parser/node_modules/mime-types/package.json
generated
vendored
@ -1,31 +1,35 @@
|
|||||||
{
|
{
|
||||||
"_from": "mime-types@~2.1.18",
|
"_args": [
|
||||||
|
[
|
||||||
|
"mime-types@2.1.19",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "mime-types@2.1.19",
|
||||||
"_id": "mime-types@2.1.19",
|
"_id": "mime-types@2.1.19",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha512-P1tKYHVSZ6uFo26mtnve4HQFE3koh1UWVkp8YUC+ESBHe945xWSoXuHHiGarDqcEZ+whpCDnlNw5LON0kLo+sw==",
|
"_integrity": "sha512-P1tKYHVSZ6uFo26mtnve4HQFE3koh1UWVkp8YUC+ESBHe945xWSoXuHHiGarDqcEZ+whpCDnlNw5LON0kLo+sw==",
|
||||||
"_location": "/body-parser/mime-types",
|
"_location": "/body-parser/mime-types",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "mime-types@~2.1.18",
|
"raw": "mime-types@2.1.19",
|
||||||
"name": "mime-types",
|
"name": "mime-types",
|
||||||
"escapedName": "mime-types",
|
"escapedName": "mime-types",
|
||||||
"rawSpec": "~2.1.18",
|
"rawSpec": "2.1.19",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "~2.1.18"
|
"fetchSpec": "2.1.19"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/body-parser/type-is"
|
"/body-parser/type-is"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.19.tgz",
|
"_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.19.tgz",
|
||||||
"_shasum": "71e464537a7ef81c15f2db9d97e913fc0ff606f0",
|
"_spec": "2.1.19",
|
||||||
"_spec": "mime-types@~2.1.18",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\body-parser\\node_modules\\type-is",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jshttp/mime-types/issues"
|
"url": "https://github.com/jshttp/mime-types/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
@ -45,7 +49,6 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"mime-db": "~1.35.0"
|
"mime-db": "~1.35.0"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "The ultimate javascript content-type utility.",
|
"description": "The ultimate javascript content-type utility.",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "4.19.1",
|
"eslint": "4.19.1",
|
||||||
|
|||||||
13
node_modules/body-parser/node_modules/qs/package.json
generated
vendored
13
node_modules/body-parser/node_modules/qs/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"qs@6.5.2",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "qs@6.5.2",
|
"_from": "qs@6.5.2",
|
||||||
"_id": "qs@6.5.2",
|
"_id": "qs@6.5.2",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -19,13 +25,11 @@
|
|||||||
"/body-parser"
|
"/body-parser"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz",
|
"_resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz",
|
||||||
"_shasum": "cb3ae806e8740444584ef154ce8ee98d403f3e36",
|
"_spec": "6.5.2",
|
||||||
"_spec": "qs@6.5.2",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\body-parser",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/ljharb/qs/issues"
|
"url": "https://github.com/ljharb/qs/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Jordan Harband",
|
"name": "Jordan Harband",
|
||||||
@ -34,7 +38,6 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"deprecated": false,
|
|
||||||
"description": "A querystring parser that supports nesting and arrays, with a depth limit",
|
"description": "A querystring parser that supports nesting and arrays, with a depth limit",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@ljharb/eslint-config": "^12.2.1",
|
"@ljharb/eslint-config": "^12.2.1",
|
||||||
|
|||||||
23
node_modules/body-parser/node_modules/statuses/package.json
generated
vendored
23
node_modules/body-parser/node_modules/statuses/package.json
generated
vendored
@ -1,31 +1,35 @@
|
|||||||
{
|
{
|
||||||
"_from": "statuses@>= 1.4.0 < 2",
|
"_args": [
|
||||||
|
[
|
||||||
|
"statuses@1.5.0",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "statuses@1.5.0",
|
||||||
"_id": "statuses@1.5.0",
|
"_id": "statuses@1.5.0",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=",
|
"_integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=",
|
||||||
"_location": "/body-parser/statuses",
|
"_location": "/body-parser/statuses",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "statuses@>= 1.4.0 < 2",
|
"raw": "statuses@1.5.0",
|
||||||
"name": "statuses",
|
"name": "statuses",
|
||||||
"escapedName": "statuses",
|
"escapedName": "statuses",
|
||||||
"rawSpec": ">= 1.4.0 < 2",
|
"rawSpec": "1.5.0",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": ">= 1.4.0 < 2"
|
"fetchSpec": "1.5.0"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/body-parser/http-errors"
|
"/body-parser/http-errors"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
|
"_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
|
||||||
"_shasum": "161c7dac177659fd9811f43771fa99381478628c",
|
"_spec": "1.5.0",
|
||||||
"_spec": "statuses@>= 1.4.0 < 2",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\body-parser\\node_modules\\http-errors",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jshttp/statuses/issues"
|
"url": "https://github.com/jshttp/statuses/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
@ -37,7 +41,6 @@
|
|||||||
"url": "http://jongleberry.com"
|
"url": "http://jongleberry.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"deprecated": false,
|
|
||||||
"description": "HTTP status utility",
|
"description": "HTTP status utility",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"csv-parse": "1.2.4",
|
"csv-parse": "1.2.4",
|
||||||
|
|||||||
23
node_modules/body-parser/node_modules/type-is/package.json
generated
vendored
23
node_modules/body-parser/node_modules/type-is/package.json
generated
vendored
@ -1,31 +1,35 @@
|
|||||||
{
|
{
|
||||||
"_from": "type-is@~1.6.16",
|
"_args": [
|
||||||
|
[
|
||||||
|
"type-is@1.6.16",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "type-is@1.6.16",
|
||||||
"_id": "type-is@1.6.16",
|
"_id": "type-is@1.6.16",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha512-HRkVv/5qY2G6I8iab9cI7v1bOIdhm94dVjQCPFElW9W+3GeDOSHmy2EBYe4VTApuzolPcmgFTN3ftVJRKR2J9Q==",
|
"_integrity": "sha512-HRkVv/5qY2G6I8iab9cI7v1bOIdhm94dVjQCPFElW9W+3GeDOSHmy2EBYe4VTApuzolPcmgFTN3ftVJRKR2J9Q==",
|
||||||
"_location": "/body-parser/type-is",
|
"_location": "/body-parser/type-is",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "type-is@~1.6.16",
|
"raw": "type-is@1.6.16",
|
||||||
"name": "type-is",
|
"name": "type-is",
|
||||||
"escapedName": "type-is",
|
"escapedName": "type-is",
|
||||||
"rawSpec": "~1.6.16",
|
"rawSpec": "1.6.16",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "~1.6.16"
|
"fetchSpec": "1.6.16"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/body-parser"
|
"/body-parser"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.16.tgz",
|
"_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.16.tgz",
|
||||||
"_shasum": "f89ce341541c672b25ee7ae3c73dee3b2be50194",
|
"_spec": "1.6.16",
|
||||||
"_spec": "type-is@~1.6.16",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\body-parser",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jshttp/type-is/issues"
|
"url": "https://github.com/jshttp/type-is/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
@ -41,7 +45,6 @@
|
|||||||
"media-typer": "0.3.0",
|
"media-typer": "0.3.0",
|
||||||
"mime-types": "~2.1.18"
|
"mime-types": "~2.1.18"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "Infer the content-type of a request.",
|
"description": "Infer the content-type of a request.",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "3.19.0",
|
"eslint": "3.19.0",
|
||||||
|
|||||||
24
node_modules/body-parser/package.json
generated
vendored
24
node_modules/body-parser/package.json
generated
vendored
@ -1,5 +1,11 @@
|
|||||||
{
|
{
|
||||||
"_from": "body-parser",
|
"_args": [
|
||||||
|
[
|
||||||
|
"body-parser@1.18.3",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "body-parser@1.18.3",
|
||||||
"_id": "body-parser@1.18.3",
|
"_id": "body-parser@1.18.3",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-WykhmP/dVTs6DyDe0FkrlWlVyLQ=",
|
"_integrity": "sha1-WykhmP/dVTs6DyDe0FkrlWlVyLQ=",
|
||||||
@ -10,27 +16,24 @@
|
|||||||
"setprototypeof": "1.1.0"
|
"setprototypeof": "1.1.0"
|
||||||
},
|
},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "tag",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "body-parser",
|
"raw": "body-parser@1.18.3",
|
||||||
"name": "body-parser",
|
"name": "body-parser",
|
||||||
"escapedName": "body-parser",
|
"escapedName": "body-parser",
|
||||||
"rawSpec": "",
|
"rawSpec": "1.18.3",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "latest"
|
"fetchSpec": "1.18.3"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"#USER",
|
|
||||||
"/"
|
"/"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.18.3.tgz",
|
"_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.18.3.tgz",
|
||||||
"_shasum": "5b292198ffdd553b3a0f20ded0592b956955c8b4",
|
"_spec": "1.18.3",
|
||||||
"_spec": "body-parser",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/expressjs/body-parser/issues"
|
"url": "https://github.com/expressjs/body-parser/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
@ -54,7 +57,6 @@
|
|||||||
"raw-body": "2.3.3",
|
"raw-body": "2.3.3",
|
||||||
"type-is": "~1.6.16"
|
"type-is": "~1.6.16"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "Node.js body parsing middleware",
|
"description": "Node.js body parsing middleware",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "4.19.1",
|
"eslint": "4.19.1",
|
||||||
|
|||||||
15
node_modules/bytes/package.json
generated
vendored
15
node_modules/bytes/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"bytes@3.0.0",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "bytes@3.0.0",
|
"_from": "bytes@3.0.0",
|
||||||
"_id": "bytes@3.0.0",
|
"_id": "bytes@3.0.0",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -17,12 +23,13 @@
|
|||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/body-parser",
|
"/body-parser",
|
||||||
|
"/express/body-parser",
|
||||||
|
"/express/raw-body",
|
||||||
"/raw-body"
|
"/raw-body"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
|
"_resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
|
||||||
"_shasum": "d32815404d689699f85a4ea4fa8755dd13a96048",
|
"_spec": "3.0.0",
|
||||||
"_spec": "bytes@3.0.0",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\body-parser",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "TJ Holowaychuk",
|
"name": "TJ Holowaychuk",
|
||||||
"email": "tj@vision-media.ca",
|
"email": "tj@vision-media.ca",
|
||||||
@ -31,7 +38,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/visionmedia/bytes.js/issues"
|
"url": "https://github.com/visionmedia/bytes.js/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Jed Watson",
|
"name": "Jed Watson",
|
||||||
@ -42,7 +48,6 @@
|
|||||||
"email": "theo.fidry@gmail.com"
|
"email": "theo.fidry@gmail.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"deprecated": false,
|
|
||||||
"description": "Utility to parse a string bytes to bytes and vice-versa",
|
"description": "Utility to parse a string bytes to bytes and vice-versa",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "2.5.3",
|
"mocha": "2.5.3",
|
||||||
|
|||||||
13
node_modules/content-disposition/package.json
generated
vendored
13
node_modules/content-disposition/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"content-disposition@0.5.2",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "content-disposition@0.5.2",
|
"_from": "content-disposition@0.5.2",
|
||||||
"_id": "content-disposition@0.5.2",
|
"_id": "content-disposition@0.5.2",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -19,20 +25,17 @@
|
|||||||
"/express"
|
"/express"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz",
|
"_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz",
|
||||||
"_shasum": "0cf68bb9ddf5f2be7961c3a85178cb85dba78cb4",
|
"_spec": "0.5.2",
|
||||||
"_spec": "content-disposition@0.5.2",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jshttp/content-disposition/issues"
|
"url": "https://github.com/jshttp/content-disposition/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
"email": "doug@somethingdoug.com"
|
"email": "doug@somethingdoug.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"deprecated": false,
|
|
||||||
"description": "Create and parse Content-Disposition header",
|
"description": "Create and parse Content-Disposition header",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "3.11.1",
|
"eslint": "3.11.1",
|
||||||
|
|||||||
26
node_modules/content-type/package.json
generated
vendored
26
node_modules/content-type/package.json
generated
vendored
@ -1,28 +1,34 @@
|
|||||||
{
|
{
|
||||||
"_from": "content-type@~1.0.4",
|
"_args": [
|
||||||
|
[
|
||||||
|
"content-type@1.0.4",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "content-type@1.0.4",
|
||||||
"_id": "content-type@1.0.4",
|
"_id": "content-type@1.0.4",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
|
"_integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
|
||||||
"_location": "/content-type",
|
"_location": "/content-type",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "content-type@~1.0.4",
|
"raw": "content-type@1.0.4",
|
||||||
"name": "content-type",
|
"name": "content-type",
|
||||||
"escapedName": "content-type",
|
"escapedName": "content-type",
|
||||||
"rawSpec": "~1.0.4",
|
"rawSpec": "1.0.4",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "~1.0.4"
|
"fetchSpec": "1.0.4"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/body-parser",
|
"/body-parser",
|
||||||
"/express"
|
"/express",
|
||||||
|
"/express/body-parser"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
|
"_resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
|
||||||
"_shasum": "e138cc75e040c727b1966fe5e5f8c9aee256fe3b",
|
"_spec": "1.0.4",
|
||||||
"_spec": "content-type@~1.0.4",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
"email": "doug@somethingdoug.com"
|
"email": "doug@somethingdoug.com"
|
||||||
@ -30,8 +36,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jshttp/content-type/issues"
|
"url": "https://github.com/jshttp/content-type/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "Create and parse HTTP Content-Type header",
|
"description": "Create and parse HTTP Content-Type header",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "3.19.0",
|
"eslint": "3.19.0",
|
||||||
|
|||||||
24
node_modules/cookie-parser/package.json
generated
vendored
24
node_modules/cookie-parser/package.json
generated
vendored
@ -1,28 +1,32 @@
|
|||||||
{
|
{
|
||||||
"_from": "cookie-parser",
|
"_args": [
|
||||||
|
[
|
||||||
|
"cookie-parser@1.4.3",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "cookie-parser@1.4.3",
|
||||||
"_id": "cookie-parser@1.4.3",
|
"_id": "cookie-parser@1.4.3",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-D+MfoZ0AC5X0qt8fU/3CuKIDuqU=",
|
"_integrity": "sha1-D+MfoZ0AC5X0qt8fU/3CuKIDuqU=",
|
||||||
"_location": "/cookie-parser",
|
"_location": "/cookie-parser",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "tag",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "cookie-parser",
|
"raw": "cookie-parser@1.4.3",
|
||||||
"name": "cookie-parser",
|
"name": "cookie-parser",
|
||||||
"escapedName": "cookie-parser",
|
"escapedName": "cookie-parser",
|
||||||
"rawSpec": "",
|
"rawSpec": "1.4.3",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "latest"
|
"fetchSpec": "1.4.3"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"#USER",
|
|
||||||
"/"
|
"/"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.3.tgz",
|
"_resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.3.tgz",
|
||||||
"_shasum": "0fe31fa19d000b95f4aadf1f53fdc2b8a203baa5",
|
"_spec": "1.4.3",
|
||||||
"_spec": "cookie-parser",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "TJ Holowaychuk",
|
"name": "TJ Holowaychuk",
|
||||||
"email": "tj@vision-media.ca",
|
"email": "tj@vision-media.ca",
|
||||||
@ -31,7 +35,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/expressjs/cookie-parser/issues"
|
"url": "https://github.com/expressjs/cookie-parser/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
@ -42,7 +45,6 @@
|
|||||||
"cookie": "0.3.1",
|
"cookie": "0.3.1",
|
||||||
"cookie-signature": "1.0.6"
|
"cookie-signature": "1.0.6"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "cookie parsing with signatures",
|
"description": "cookie parsing with signatures",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"istanbul": "0.4.3",
|
"istanbul": "0.4.3",
|
||||||
|
|||||||
14
node_modules/cookie-signature/package.json
generated
vendored
14
node_modules/cookie-signature/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"cookie-signature@1.0.6",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "cookie-signature@1.0.6",
|
"_from": "cookie-signature@1.0.6",
|
||||||
"_id": "cookie-signature@1.0.6",
|
"_id": "cookie-signature@1.0.6",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -16,12 +22,12 @@
|
|||||||
"fetchSpec": "1.0.6"
|
"fetchSpec": "1.0.6"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
|
"/cookie-parser",
|
||||||
"/express"
|
"/express"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
|
"_resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
|
||||||
"_shasum": "e303a882b342cc3ee8ca513a79999734dab3ae2c",
|
"_spec": "1.0.6",
|
||||||
"_spec": "cookie-signature@1.0.6",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "TJ Holowaychuk",
|
"name": "TJ Holowaychuk",
|
||||||
"email": "tj@learnboost.com"
|
"email": "tj@learnboost.com"
|
||||||
@ -29,9 +35,7 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/visionmedia/node-cookie-signature/issues"
|
"url": "https://github.com/visionmedia/node-cookie-signature/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"deprecated": false,
|
|
||||||
"description": "Sign and unsign cookies",
|
"description": "Sign and unsign cookies",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "*",
|
"mocha": "*",
|
||||||
|
|||||||
14
node_modules/cookie/package.json
generated
vendored
14
node_modules/cookie/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"cookie@0.3.1",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "cookie@0.3.1",
|
"_from": "cookie@0.3.1",
|
||||||
"_id": "cookie@0.3.1",
|
"_id": "cookie@0.3.1",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -16,12 +22,12 @@
|
|||||||
"fetchSpec": "0.3.1"
|
"fetchSpec": "0.3.1"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
|
"/cookie-parser",
|
||||||
"/express"
|
"/express"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz",
|
"_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz",
|
||||||
"_shasum": "e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb",
|
"_spec": "0.3.1",
|
||||||
"_spec": "cookie@0.3.1",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Roman Shtylman",
|
"name": "Roman Shtylman",
|
||||||
"email": "shtylman@gmail.com"
|
"email": "shtylman@gmail.com"
|
||||||
@ -29,14 +35,12 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jshttp/cookie/issues"
|
"url": "https://github.com/jshttp/cookie/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
"email": "doug@somethingdoug.com"
|
"email": "doug@somethingdoug.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"deprecated": false,
|
|
||||||
"description": "HTTP server cookie parsing and serialization",
|
"description": "HTTP server cookie parsing and serialization",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"istanbul": "0.4.3",
|
"istanbul": "0.4.3",
|
||||||
|
|||||||
23
node_modules/core-util-is/package.json
generated
vendored
23
node_modules/core-util-is/package.json
generated
vendored
@ -1,27 +1,32 @@
|
|||||||
{
|
{
|
||||||
"_from": "core-util-is@~1.0.0",
|
"_args": [
|
||||||
|
[
|
||||||
|
"core-util-is@1.0.2",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "core-util-is@1.0.2",
|
||||||
"_id": "core-util-is@1.0.2",
|
"_id": "core-util-is@1.0.2",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
|
"_integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
|
||||||
"_location": "/core-util-is",
|
"_location": "/core-util-is",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "core-util-is@~1.0.0",
|
"raw": "core-util-is@1.0.2",
|
||||||
"name": "core-util-is",
|
"name": "core-util-is",
|
||||||
"escapedName": "core-util-is",
|
"escapedName": "core-util-is",
|
||||||
"rawSpec": "~1.0.0",
|
"rawSpec": "1.0.2",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "~1.0.0"
|
"fetchSpec": "1.0.2"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/readable-stream"
|
"/readable-stream"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
|
"_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
|
||||||
"_shasum": "b5fd54220aa2bc5ab57aab7140c940754503c1a7",
|
"_spec": "1.0.2",
|
||||||
"_spec": "core-util-is@~1.0.0",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\readable-stream",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Isaac Z. Schlueter",
|
"name": "Isaac Z. Schlueter",
|
||||||
"email": "i@izs.me",
|
"email": "i@izs.me",
|
||||||
@ -30,8 +35,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/isaacs/core-util-is/issues"
|
"url": "https://github.com/isaacs/core-util-is/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "The `util.is*` functions introduced in Node v0.12.",
|
"description": "The `util.is*` functions introduced in Node v0.12.",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"tap": "^2.3.0"
|
"tap": "^2.3.0"
|
||||||
|
|||||||
24
node_modules/cors/package.json
generated
vendored
24
node_modules/cors/package.json
generated
vendored
@ -1,28 +1,32 @@
|
|||||||
{
|
{
|
||||||
"_from": "cors",
|
"_args": [
|
||||||
|
[
|
||||||
|
"cors@2.8.4",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "cors@2.8.4",
|
||||||
"_id": "cors@2.8.4",
|
"_id": "cors@2.8.4",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-K9OB8usgECAQXNUOpZ2mMJBpRoY=",
|
"_integrity": "sha1-K9OB8usgECAQXNUOpZ2mMJBpRoY=",
|
||||||
"_location": "/cors",
|
"_location": "/cors",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "tag",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "cors",
|
"raw": "cors@2.8.4",
|
||||||
"name": "cors",
|
"name": "cors",
|
||||||
"escapedName": "cors",
|
"escapedName": "cors",
|
||||||
"rawSpec": "",
|
"rawSpec": "2.8.4",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "latest"
|
"fetchSpec": "2.8.4"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"#USER",
|
|
||||||
"/"
|
"/"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/cors/-/cors-2.8.4.tgz",
|
"_resolved": "https://registry.npmjs.org/cors/-/cors-2.8.4.tgz",
|
||||||
"_shasum": "2bd381f2eb201020105cd50ea59da63090694686",
|
"_spec": "2.8.4",
|
||||||
"_spec": "cors",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Troy Goode",
|
"name": "Troy Goode",
|
||||||
"email": "troygoode@gmail.com",
|
"email": "troygoode@gmail.com",
|
||||||
@ -31,12 +35,10 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/expressjs/cors/issues"
|
"url": "https://github.com/expressjs/cors/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"object-assign": "^4",
|
"object-assign": "^4",
|
||||||
"vary": "^1"
|
"vary": "^1"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "Node.js CORS middleware",
|
"description": "Node.js CORS middleware",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"basic-auth-connect": "^1.0.0",
|
"basic-auth-connect": "^1.0.0",
|
||||||
|
|||||||
14
node_modules/debug/package.json
generated
vendored
14
node_modules/debug/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"debug@2.6.9",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "debug@2.6.9",
|
"_from": "debug@2.6.9",
|
||||||
"_id": "debug@2.6.9",
|
"_id": "debug@2.6.9",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -18,13 +24,13 @@
|
|||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/body-parser",
|
"/body-parser",
|
||||||
"/express",
|
"/express",
|
||||||
|
"/express/body-parser",
|
||||||
"/finalhandler",
|
"/finalhandler",
|
||||||
"/send"
|
"/send"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
"_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
||||||
"_shasum": "5d128515df134ff327e90a4c93f4e077a536341f",
|
"_spec": "2.6.9",
|
||||||
"_spec": "debug@2.6.9",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "TJ Holowaychuk",
|
"name": "TJ Holowaychuk",
|
||||||
"email": "tj@vision-media.ca"
|
"email": "tj@vision-media.ca"
|
||||||
@ -33,7 +39,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/visionmedia/debug/issues"
|
"url": "https://github.com/visionmedia/debug/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"component": {
|
"component": {
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"debug/index.js": "browser.js",
|
"debug/index.js": "browser.js",
|
||||||
@ -54,7 +59,6 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ms": "2.0.0"
|
"ms": "2.0.0"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "small debugging utility",
|
"description": "small debugging utility",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"browserify": "9.0.3",
|
"browserify": "9.0.3",
|
||||||
|
|||||||
25
node_modules/depd/package.json
generated
vendored
25
node_modules/depd/package.json
generated
vendored
@ -1,30 +1,35 @@
|
|||||||
{
|
{
|
||||||
"_from": "depd@~1.1.1",
|
"_args": [
|
||||||
|
[
|
||||||
|
"depd@1.1.1",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "depd@1.1.1",
|
||||||
"_id": "depd@1.1.1",
|
"_id": "depd@1.1.1",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-V4O04cRZ8G+lyif5kfPQbnoxA1k=",
|
"_integrity": "sha1-V4O04cRZ8G+lyif5kfPQbnoxA1k=",
|
||||||
"_location": "/depd",
|
"_location": "/depd",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "depd@~1.1.1",
|
"raw": "depd@1.1.1",
|
||||||
"name": "depd",
|
"name": "depd",
|
||||||
"escapedName": "depd",
|
"escapedName": "depd",
|
||||||
"rawSpec": "~1.1.1",
|
"rawSpec": "1.1.1",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "~1.1.1"
|
"fetchSpec": "1.1.1"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/body-parser",
|
|
||||||
"/express",
|
"/express",
|
||||||
|
"/express/body-parser",
|
||||||
"/http-errors",
|
"/http-errors",
|
||||||
"/send"
|
"/send"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.1.tgz",
|
"_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.1.tgz",
|
||||||
"_shasum": "5783b4e1c459f06fa5ca27f991f3d06e7a310359",
|
"_spec": "1.1.1",
|
||||||
"_spec": "depd@~1.1.1",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
"email": "doug@somethingdoug.com"
|
"email": "doug@somethingdoug.com"
|
||||||
@ -33,8 +38,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/dougwilson/nodejs-depd/issues"
|
"url": "https://github.com/dougwilson/nodejs-depd/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "Deprecate all the things",
|
"description": "Deprecate all the things",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"beautify-benchmark": "0.2.4",
|
"beautify-benchmark": "0.2.4",
|
||||||
|
|||||||
23
node_modules/destroy/package.json
generated
vendored
23
node_modules/destroy/package.json
generated
vendored
@ -1,27 +1,32 @@
|
|||||||
{
|
{
|
||||||
"_from": "destroy@~1.0.4",
|
"_args": [
|
||||||
|
[
|
||||||
|
"destroy@1.0.4",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "destroy@1.0.4",
|
||||||
"_id": "destroy@1.0.4",
|
"_id": "destroy@1.0.4",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=",
|
"_integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=",
|
||||||
"_location": "/destroy",
|
"_location": "/destroy",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "destroy@~1.0.4",
|
"raw": "destroy@1.0.4",
|
||||||
"name": "destroy",
|
"name": "destroy",
|
||||||
"escapedName": "destroy",
|
"escapedName": "destroy",
|
||||||
"rawSpec": "~1.0.4",
|
"rawSpec": "1.0.4",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "~1.0.4"
|
"fetchSpec": "1.0.4"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/send"
|
"/send"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
|
"_resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
|
||||||
"_shasum": "978857442c44749e4206613e37946205826abd80",
|
"_spec": "1.0.4",
|
||||||
"_spec": "destroy@~1.0.4",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\send",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Jonathan Ong",
|
"name": "Jonathan Ong",
|
||||||
"email": "me@jongleberry.com",
|
"email": "me@jongleberry.com",
|
||||||
@ -30,14 +35,12 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/stream-utils/destroy/issues"
|
"url": "https://github.com/stream-utils/destroy/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
"email": "doug@somethingdoug.com"
|
"email": "doug@somethingdoug.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"deprecated": false,
|
|
||||||
"description": "destroy a stream if possible",
|
"description": "destroy a stream if possible",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"istanbul": "0.4.2",
|
"istanbul": "0.4.2",
|
||||||
|
|||||||
13
node_modules/ee-first/package.json
generated
vendored
13
node_modules/ee-first/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"ee-first@1.1.1",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "ee-first@1.1.1",
|
"_from": "ee-first@1.1.1",
|
||||||
"_id": "ee-first@1.1.1",
|
"_id": "ee-first@1.1.1",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -19,9 +25,8 @@
|
|||||||
"/on-finished"
|
"/on-finished"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
|
"_resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
|
||||||
"_shasum": "590c61156b0ae2f4f0255732a158b266bc56b21d",
|
"_spec": "1.1.1",
|
||||||
"_spec": "ee-first@1.1.1",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\on-finished",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Jonathan Ong",
|
"name": "Jonathan Ong",
|
||||||
"email": "me@jongleberry.com",
|
"email": "me@jongleberry.com",
|
||||||
@ -30,14 +35,12 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jonathanong/ee-first/issues"
|
"url": "https://github.com/jonathanong/ee-first/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
"email": "doug@somethingdoug.com"
|
"email": "doug@somethingdoug.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"deprecated": false,
|
|
||||||
"description": "return the first event in a set of ee/event pairs",
|
"description": "return the first event in a set of ee/event pairs",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"istanbul": "0.3.9",
|
"istanbul": "0.3.9",
|
||||||
|
|||||||
23
node_modules/encodeurl/package.json
generated
vendored
23
node_modules/encodeurl/package.json
generated
vendored
@ -1,19 +1,25 @@
|
|||||||
{
|
{
|
||||||
"_from": "encodeurl@~1.0.1",
|
"_args": [
|
||||||
|
[
|
||||||
|
"encodeurl@1.0.1",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "encodeurl@1.0.1",
|
||||||
"_id": "encodeurl@1.0.1",
|
"_id": "encodeurl@1.0.1",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-eePVhlU0aQn+bw9Fpd5oEDspTSA=",
|
"_integrity": "sha1-eePVhlU0aQn+bw9Fpd5oEDspTSA=",
|
||||||
"_location": "/encodeurl",
|
"_location": "/encodeurl",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "encodeurl@~1.0.1",
|
"raw": "encodeurl@1.0.1",
|
||||||
"name": "encodeurl",
|
"name": "encodeurl",
|
||||||
"escapedName": "encodeurl",
|
"escapedName": "encodeurl",
|
||||||
"rawSpec": "~1.0.1",
|
"rawSpec": "1.0.1",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "~1.0.1"
|
"fetchSpec": "1.0.1"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/express",
|
"/express",
|
||||||
@ -22,20 +28,17 @@
|
|||||||
"/serve-static"
|
"/serve-static"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.1.tgz",
|
"_resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.1.tgz",
|
||||||
"_shasum": "79e3d58655346909fe6f0f45a5de68103b294d20",
|
"_spec": "1.0.1",
|
||||||
"_spec": "encodeurl@~1.0.1",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/pillarjs/encodeurl/issues"
|
"url": "https://github.com/pillarjs/encodeurl/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
"email": "doug@somethingdoug.com"
|
"email": "doug@somethingdoug.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"deprecated": false,
|
|
||||||
"description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences",
|
"description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "2.11.1",
|
"eslint": "2.11.1",
|
||||||
|
|||||||
24
node_modules/errorhandler/package.json
generated
vendored
24
node_modules/errorhandler/package.json
generated
vendored
@ -1,32 +1,35 @@
|
|||||||
{
|
{
|
||||||
"_from": "errorhandler",
|
"_args": [
|
||||||
|
[
|
||||||
|
"errorhandler@1.5.0",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "errorhandler@1.5.0",
|
||||||
"_id": "errorhandler@1.5.0",
|
"_id": "errorhandler@1.5.0",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-6rpkyl1UKjEayUX1gt78M2Fl2fQ=",
|
"_integrity": "sha1-6rpkyl1UKjEayUX1gt78M2Fl2fQ=",
|
||||||
"_location": "/errorhandler",
|
"_location": "/errorhandler",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "tag",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "errorhandler",
|
"raw": "errorhandler@1.5.0",
|
||||||
"name": "errorhandler",
|
"name": "errorhandler",
|
||||||
"escapedName": "errorhandler",
|
"escapedName": "errorhandler",
|
||||||
"rawSpec": "",
|
"rawSpec": "1.5.0",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "latest"
|
"fetchSpec": "1.5.0"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"#USER",
|
|
||||||
"/"
|
"/"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/errorhandler/-/errorhandler-1.5.0.tgz",
|
"_resolved": "https://registry.npmjs.org/errorhandler/-/errorhandler-1.5.0.tgz",
|
||||||
"_shasum": "eaba64ca5d542a311ac945f582defc336165d9f4",
|
"_spec": "1.5.0",
|
||||||
"_spec": "errorhandler",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/expressjs/errorhandler/issues"
|
"url": "https://github.com/expressjs/errorhandler/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
@ -42,7 +45,6 @@
|
|||||||
"accepts": "~1.3.3",
|
"accepts": "~1.3.3",
|
||||||
"escape-html": "~1.0.3"
|
"escape-html": "~1.0.3"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "Development-only error handler middleware",
|
"description": "Development-only error handler middleware",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"after": "0.8.2",
|
"after": "0.8.2",
|
||||||
|
|||||||
24
node_modules/escape-html/package.json
generated
vendored
24
node_modules/escape-html/package.json
generated
vendored
@ -1,35 +1,39 @@
|
|||||||
{
|
{
|
||||||
"_from": "escape-html@~1.0.3",
|
"_args": [
|
||||||
|
[
|
||||||
|
"escape-html@1.0.3",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "escape-html@1.0.3",
|
||||||
"_id": "escape-html@1.0.3",
|
"_id": "escape-html@1.0.3",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=",
|
"_integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=",
|
||||||
"_location": "/escape-html",
|
"_location": "/escape-html",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "escape-html@~1.0.3",
|
"raw": "escape-html@1.0.3",
|
||||||
"name": "escape-html",
|
"name": "escape-html",
|
||||||
"escapedName": "escape-html",
|
"escapedName": "escape-html",
|
||||||
"rawSpec": "~1.0.3",
|
"rawSpec": "1.0.3",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "~1.0.3"
|
"fetchSpec": "1.0.3"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
|
"/errorhandler",
|
||||||
"/express",
|
"/express",
|
||||||
"/finalhandler",
|
"/finalhandler",
|
||||||
"/send",
|
"/send",
|
||||||
"/serve-static"
|
"/serve-static"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
|
"_resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
|
||||||
"_shasum": "0258eae4d3d0c0974de1c169188ef0051d1d1988",
|
"_spec": "1.0.3",
|
||||||
"_spec": "escape-html@~1.0.3",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/component/escape-html/issues"
|
"url": "https://github.com/component/escape-html/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "Escape string for use in HTML",
|
"description": "Escape string for use in HTML",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"beautify-benchmark": "0.2.4",
|
"beautify-benchmark": "0.2.4",
|
||||||
|
|||||||
23
node_modules/etag/package.json
generated
vendored
23
node_modules/etag/package.json
generated
vendored
@ -1,32 +1,36 @@
|
|||||||
{
|
{
|
||||||
"_from": "etag@~1.8.1",
|
"_args": [
|
||||||
|
[
|
||||||
|
"etag@1.8.1",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "etag@1.8.1",
|
||||||
"_id": "etag@1.8.1",
|
"_id": "etag@1.8.1",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=",
|
"_integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=",
|
||||||
"_location": "/etag",
|
"_location": "/etag",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "etag@~1.8.1",
|
"raw": "etag@1.8.1",
|
||||||
"name": "etag",
|
"name": "etag",
|
||||||
"escapedName": "etag",
|
"escapedName": "etag",
|
||||||
"rawSpec": "~1.8.1",
|
"rawSpec": "1.8.1",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "~1.8.1"
|
"fetchSpec": "1.8.1"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/express",
|
"/express",
|
||||||
"/send"
|
"/send"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
|
"_resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
|
||||||
"_shasum": "41ae2eeb65efa62268aebfea83ac7d79299b0887",
|
"_spec": "1.8.1",
|
||||||
"_spec": "etag@~1.8.1",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jshttp/etag/issues"
|
"url": "https://github.com/jshttp/etag/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
@ -37,7 +41,6 @@
|
|||||||
"email": "david.bjorklund@gmail.com"
|
"email": "david.bjorklund@gmail.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"deprecated": false,
|
|
||||||
"description": "Create simple HTTP ETags",
|
"description": "Create simple HTTP ETags",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"beautify-benchmark": "0.2.4",
|
"beautify-benchmark": "0.2.4",
|
||||||
|
|||||||
24
node_modules/express-force-ssl/package.json
generated
vendored
24
node_modules/express-force-ssl/package.json
generated
vendored
@ -1,28 +1,32 @@
|
|||||||
{
|
{
|
||||||
"_from": "express-force-ssl@^0.3.2",
|
"_args": [
|
||||||
|
[
|
||||||
|
"express-force-ssl@0.3.2",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "express-force-ssl@0.3.2",
|
||||||
"_id": "express-force-ssl@0.3.2",
|
"_id": "express-force-ssl@0.3.2",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-AbK0mK5v0uQRUrIrV6Phc3c69n4=",
|
"_integrity": "sha1-AbK0mK5v0uQRUrIrV6Phc3c69n4=",
|
||||||
"_location": "/express-force-ssl",
|
"_location": "/express-force-ssl",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "express-force-ssl@^0.3.2",
|
"raw": "express-force-ssl@0.3.2",
|
||||||
"name": "express-force-ssl",
|
"name": "express-force-ssl",
|
||||||
"escapedName": "express-force-ssl",
|
"escapedName": "express-force-ssl",
|
||||||
"rawSpec": "^0.3.2",
|
"rawSpec": "0.3.2",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "^0.3.2"
|
"fetchSpec": "0.3.2"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"#USER",
|
|
||||||
"/"
|
"/"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/express-force-ssl/-/express-force-ssl-0.3.2.tgz",
|
"_resolved": "https://registry.npmjs.org/express-force-ssl/-/express-force-ssl-0.3.2.tgz",
|
||||||
"_shasum": "01b2b498ae6fd2e41152b22b57a3e173773af67e",
|
"_spec": "0.3.2",
|
||||||
"_spec": "express-force-ssl@^0.3.2",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Jeremy Battle",
|
"name": "Jeremy Battle",
|
||||||
"email": "@complexcarb",
|
"email": "@complexcarb",
|
||||||
@ -31,7 +35,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "http://github.com/battlejj/express-force-ssl/issues"
|
"url": "http://github.com/battlejj/express-force-ssl/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Jeremy Battle",
|
"name": "Jeremy Battle",
|
||||||
@ -41,7 +44,6 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lodash.assign": "^3.2.0"
|
"lodash.assign": "^3.2.0"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "Force SSL on particular/all pages in Express",
|
"description": "Force SSL on particular/all pages in Express",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"body-parser": "^1.9.0",
|
"body-parser": "^1.9.0",
|
||||||
|
|||||||
13
node_modules/express/node_modules/body-parser/package.json
generated
vendored
13
node_modules/express/node_modules/body-parser/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"body-parser@1.18.2",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "body-parser@1.18.2",
|
"_from": "body-parser@1.18.2",
|
||||||
"_id": "body-parser@1.18.2",
|
"_id": "body-parser@1.18.2",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -19,13 +25,11 @@
|
|||||||
"/express"
|
"/express"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.18.2.tgz",
|
"_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.18.2.tgz",
|
||||||
"_shasum": "87678a19d84b47d859b83199bd59bce222b10454",
|
"_spec": "1.18.2",
|
||||||
"_spec": "body-parser@1.18.2",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/expressjs/body-parser/issues"
|
"url": "https://github.com/expressjs/body-parser/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
@ -49,7 +53,6 @@
|
|||||||
"raw-body": "2.3.2",
|
"raw-body": "2.3.2",
|
||||||
"type-is": "~1.6.15"
|
"type-is": "~1.6.15"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "Node.js body parsing middleware",
|
"description": "Node.js body parsing middleware",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "3.19.0",
|
"eslint": "3.19.0",
|
||||||
|
|||||||
13
node_modules/express/node_modules/iconv-lite/package.json
generated
vendored
13
node_modules/express/node_modules/iconv-lite/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"iconv-lite@0.4.19",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "iconv-lite@0.4.19",
|
"_from": "iconv-lite@0.4.19",
|
||||||
"_id": "iconv-lite@0.4.19",
|
"_id": "iconv-lite@0.4.19",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -20,9 +26,8 @@
|
|||||||
"/express/raw-body"
|
"/express/raw-body"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.19.tgz",
|
"_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.19.tgz",
|
||||||
"_shasum": "f7468f60135f5e5dad3399c0a81be9a1603a082b",
|
"_spec": "0.4.19",
|
||||||
"_spec": "iconv-lite@0.4.19",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express\\node_modules\\body-parser",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Alexander Shtuchkin",
|
"name": "Alexander Shtuchkin",
|
||||||
"email": "ashtuchkin@gmail.com"
|
"email": "ashtuchkin@gmail.com"
|
||||||
@ -34,7 +39,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/ashtuchkin/iconv-lite/issues"
|
"url": "https://github.com/ashtuchkin/iconv-lite/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Jinwu Zhan",
|
"name": "Jinwu Zhan",
|
||||||
@ -85,7 +89,6 @@
|
|||||||
"url": "https://github.com/nleush"
|
"url": "https://github.com/nleush"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"deprecated": false,
|
|
||||||
"description": "Convert character encodings in pure javascript.",
|
"description": "Convert character encodings in pure javascript.",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"async": "*",
|
"async": "*",
|
||||||
|
|||||||
13
node_modules/express/node_modules/raw-body/package.json
generated
vendored
13
node_modules/express/node_modules/raw-body/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"raw-body@2.3.2",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "raw-body@2.3.2",
|
"_from": "raw-body@2.3.2",
|
||||||
"_id": "raw-body@2.3.2",
|
"_id": "raw-body@2.3.2",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -19,9 +25,8 @@
|
|||||||
"/express/body-parser"
|
"/express/body-parser"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.3.2.tgz",
|
"_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.3.2.tgz",
|
||||||
"_shasum": "bcd60c77d3eb93cde0050295c3f379389bc88f89",
|
"_spec": "2.3.2",
|
||||||
"_spec": "raw-body@2.3.2",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express\\node_modules\\body-parser",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Jonathan Ong",
|
"name": "Jonathan Ong",
|
||||||
"email": "me@jongleberry.com",
|
"email": "me@jongleberry.com",
|
||||||
@ -30,7 +35,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/stream-utils/raw-body/issues"
|
"url": "https://github.com/stream-utils/raw-body/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
@ -47,7 +51,6 @@
|
|||||||
"iconv-lite": "0.4.19",
|
"iconv-lite": "0.4.19",
|
||||||
"unpipe": "1.0.0"
|
"unpipe": "1.0.0"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "Get and validate the raw body of a readable stream.",
|
"description": "Get and validate the raw body of a readable stream.",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bluebird": "3.5.0",
|
"bluebird": "3.5.0",
|
||||||
|
|||||||
36
node_modules/express/package.json
generated
vendored
36
node_modules/express/package.json
generated
vendored
@ -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",
|
"_id": "express@4.16.1",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha512-STB7LZ4N0L+81FJHGla2oboUHTk4PaN1RsOkoRh9OSeEKylvF5hwKYVX1xCLFaCT7MD0BNG/gX2WFMLqY6EMBw==",
|
"_integrity": "sha512-STB7LZ4N0L+81FJHGla2oboUHTk4PaN1RsOkoRh9OSeEKylvF5hwKYVX1xCLFaCT7MD0BNG/gX2WFMLqY6EMBw==",
|
||||||
"_location": "/express",
|
"_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": {
|
"_requested": {
|
||||||
"type": "tag",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "express",
|
"raw": "express@4.16.1",
|
||||||
"name": "express",
|
"name": "express",
|
||||||
"escapedName": "express",
|
"escapedName": "express",
|
||||||
"rawSpec": "",
|
"rawSpec": "4.16.1",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "latest"
|
"fetchSpec": "4.16.1"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"#USER",
|
|
||||||
"/"
|
"/"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/express/-/express-4.16.1.tgz",
|
"_resolved": "https://registry.npmjs.org/express/-/express-4.16.1.tgz",
|
||||||
"_shasum": "6b33b560183c9b253b7b62144df33a4654ac9ed0",
|
"_spec": "4.16.1",
|
||||||
"_spec": "express",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "TJ Holowaychuk",
|
"name": "TJ Holowaychuk",
|
||||||
"email": "tj@vision-media.ca"
|
"email": "tj@vision-media.ca"
|
||||||
@ -30,7 +44,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/expressjs/express/issues"
|
"url": "https://github.com/expressjs/express/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Aaron Heckmann",
|
"name": "Aaron Heckmann",
|
||||||
@ -93,7 +106,6 @@
|
|||||||
"utils-merge": "1.0.1",
|
"utils-merge": "1.0.1",
|
||||||
"vary": "~1.1.2"
|
"vary": "~1.1.2"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "Fast, unopinionated, minimalist web framework",
|
"description": "Fast, unopinionated, minimalist web framework",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"after": "0.8.2",
|
"after": "0.8.2",
|
||||||
|
|||||||
13
node_modules/finalhandler/package.json
generated
vendored
13
node_modules/finalhandler/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"finalhandler@1.1.0",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "finalhandler@1.1.0",
|
"_from": "finalhandler@1.1.0",
|
||||||
"_id": "finalhandler@1.1.0",
|
"_id": "finalhandler@1.1.0",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -19,9 +25,8 @@
|
|||||||
"/express"
|
"/express"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.0.tgz",
|
"_resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.0.tgz",
|
||||||
"_shasum": "ce0b6855b45853e791b2fcc680046d88253dd7f5",
|
"_spec": "1.1.0",
|
||||||
"_spec": "finalhandler@1.1.0",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
"email": "doug@somethingdoug.com"
|
"email": "doug@somethingdoug.com"
|
||||||
@ -29,7 +34,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/pillarjs/finalhandler/issues"
|
"url": "https://github.com/pillarjs/finalhandler/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"debug": "2.6.9",
|
"debug": "2.6.9",
|
||||||
"encodeurl": "~1.0.1",
|
"encodeurl": "~1.0.1",
|
||||||
@ -39,7 +43,6 @@
|
|||||||
"statuses": "~1.3.1",
|
"statuses": "~1.3.1",
|
||||||
"unpipe": "~1.0.0"
|
"unpipe": "~1.0.0"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "Node.js final http responder",
|
"description": "Node.js final http responder",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "3.19.0",
|
"eslint": "3.19.0",
|
||||||
|
|||||||
23
node_modules/forwarded/package.json
generated
vendored
23
node_modules/forwarded/package.json
generated
vendored
@ -1,38 +1,41 @@
|
|||||||
{
|
{
|
||||||
"_from": "forwarded@~0.1.2",
|
"_args": [
|
||||||
|
[
|
||||||
|
"forwarded@0.1.2",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "forwarded@0.1.2",
|
||||||
"_id": "forwarded@0.1.2",
|
"_id": "forwarded@0.1.2",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=",
|
"_integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=",
|
||||||
"_location": "/forwarded",
|
"_location": "/forwarded",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "forwarded@~0.1.2",
|
"raw": "forwarded@0.1.2",
|
||||||
"name": "forwarded",
|
"name": "forwarded",
|
||||||
"escapedName": "forwarded",
|
"escapedName": "forwarded",
|
||||||
"rawSpec": "~0.1.2",
|
"rawSpec": "0.1.2",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "~0.1.2"
|
"fetchSpec": "0.1.2"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/proxy-addr"
|
"/proxy-addr"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz",
|
"_resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz",
|
||||||
"_shasum": "98c23dab1175657b8c0573e8ceccd91b0ff18c84",
|
"_spec": "0.1.2",
|
||||||
"_spec": "forwarded@~0.1.2",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\proxy-addr",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jshttp/forwarded/issues"
|
"url": "https://github.com/jshttp/forwarded/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
"email": "doug@somethingdoug.com"
|
"email": "doug@somethingdoug.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"deprecated": false,
|
|
||||||
"description": "Parse HTTP X-Forwarded-For header",
|
"description": "Parse HTTP X-Forwarded-For header",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"beautify-benchmark": "0.2.4",
|
"beautify-benchmark": "0.2.4",
|
||||||
|
|||||||
13
node_modules/fresh/package.json
generated
vendored
13
node_modules/fresh/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"fresh@0.5.2",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "fresh@0.5.2",
|
"_from": "fresh@0.5.2",
|
||||||
"_id": "fresh@0.5.2",
|
"_id": "fresh@0.5.2",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -20,9 +26,8 @@
|
|||||||
"/send"
|
"/send"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
|
"_resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
|
||||||
"_shasum": "3d8cadd90d976569fa835ab1f8e4b23a105605a7",
|
"_spec": "0.5.2",
|
||||||
"_spec": "fresh@0.5.2",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "TJ Holowaychuk",
|
"name": "TJ Holowaychuk",
|
||||||
"email": "tj@vision-media.ca",
|
"email": "tj@vision-media.ca",
|
||||||
@ -31,7 +36,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jshttp/fresh/issues"
|
"url": "https://github.com/jshttp/fresh/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
@ -43,7 +47,6 @@
|
|||||||
"url": "http://jongleberry.com"
|
"url": "http://jongleberry.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"deprecated": false,
|
|
||||||
"description": "HTTP response freshness testing",
|
"description": "HTTP response freshness testing",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"beautify-benchmark": "0.2.4",
|
"beautify-benchmark": "0.2.4",
|
||||||
|
|||||||
24
node_modules/hashmap/package.json
generated
vendored
24
node_modules/hashmap/package.json
generated
vendored
@ -1,28 +1,32 @@
|
|||||||
{
|
{
|
||||||
"_from": "hashmap",
|
"_args": [
|
||||||
|
[
|
||||||
|
"hashmap@2.3.0",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "hashmap@2.3.0",
|
||||||
"_id": "hashmap@2.3.0",
|
"_id": "hashmap@2.3.0",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-sT+2XafIul49uPwbjFuh0ASdryI=",
|
"_integrity": "sha1-sT+2XafIul49uPwbjFuh0ASdryI=",
|
||||||
"_location": "/hashmap",
|
"_location": "/hashmap",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "tag",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "hashmap",
|
"raw": "hashmap@2.3.0",
|
||||||
"name": "hashmap",
|
"name": "hashmap",
|
||||||
"escapedName": "hashmap",
|
"escapedName": "hashmap",
|
||||||
"rawSpec": "",
|
"rawSpec": "2.3.0",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "latest"
|
"fetchSpec": "2.3.0"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"#USER",
|
|
||||||
"/"
|
"/"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/hashmap/-/hashmap-2.3.0.tgz",
|
"_resolved": "https://registry.npmjs.org/hashmap/-/hashmap-2.3.0.tgz",
|
||||||
"_shasum": "b13fb65da7c8ba5e3db8fc1b8c5ba1d0049daf22",
|
"_spec": "2.3.0",
|
||||||
"_spec": "hashmap",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Ariel Flesler",
|
"name": "Ariel Flesler",
|
||||||
"url": "https://github.com/flesler"
|
"url": "https://github.com/flesler"
|
||||||
@ -30,9 +34,7 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/flesler/hashmap/issues"
|
"url": "https://github.com/flesler/hashmap/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"deprecated": false,
|
|
||||||
"description": "HashMap Class for JavaScript",
|
"description": "HashMap Class for JavaScript",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"chai": "4.1.1",
|
"chai": "4.1.1",
|
||||||
|
|||||||
13
node_modules/http-errors/node_modules/setprototypeof/package.json
generated
vendored
13
node_modules/http-errors/node_modules/setprototypeof/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"setprototypeof@1.0.3",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "setprototypeof@1.0.3",
|
"_from": "setprototypeof@1.0.3",
|
||||||
"_id": "setprototypeof@1.0.3",
|
"_id": "setprototypeof@1.0.3",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -19,17 +25,14 @@
|
|||||||
"/http-errors"
|
"/http-errors"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.3.tgz",
|
"_resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.3.tgz",
|
||||||
"_shasum": "66567e37043eeb4f04d91bd658c0cbefb55b8e04",
|
"_spec": "1.0.3",
|
||||||
"_spec": "setprototypeof@1.0.3",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\http-errors",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Wes Todd"
|
"name": "Wes Todd"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/wesleytodd/setprototypeof/issues"
|
"url": "https://github.com/wesleytodd/setprototypeof/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "A small polyfill for Object.setprototypeof",
|
"description": "A small polyfill for Object.setprototypeof",
|
||||||
"homepage": "https://github.com/wesleytodd/setprototypeof",
|
"homepage": "https://github.com/wesleytodd/setprototypeof",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
27
node_modules/http-errors/package.json
generated
vendored
27
node_modules/http-errors/package.json
generated
vendored
@ -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",
|
"_id": "http-errors@1.6.2",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-CgAsyFcHGSp+eUbO7cERVfYOxzY=",
|
"_integrity": "sha1-CgAsyFcHGSp+eUbO7cERVfYOxzY=",
|
||||||
"_location": "/http-errors",
|
"_location": "/http-errors",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "http-errors@~1.6.2",
|
"raw": "http-errors@1.6.2",
|
||||||
"name": "http-errors",
|
"name": "http-errors",
|
||||||
"escapedName": "http-errors",
|
"escapedName": "http-errors",
|
||||||
"rawSpec": "~1.6.2",
|
"rawSpec": "1.6.2",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "~1.6.2"
|
"fetchSpec": "1.6.2"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/body-parser",
|
"/express/body-parser",
|
||||||
"/raw-body",
|
"/express/raw-body",
|
||||||
"/send"
|
"/send"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.2.tgz",
|
"_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.2.tgz",
|
||||||
"_shasum": "0a002cc85707192a7e7946ceedc11155f60ec736",
|
"_spec": "1.6.2",
|
||||||
"_spec": "http-errors@~1.6.2",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\body-parser",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Jonathan Ong",
|
"name": "Jonathan Ong",
|
||||||
"email": "me@jongleberry.com",
|
"email": "me@jongleberry.com",
|
||||||
@ -32,7 +37,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jshttp/http-errors/issues"
|
"url": "https://github.com/jshttp/http-errors/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Alan Plum",
|
"name": "Alan Plum",
|
||||||
@ -49,7 +53,6 @@
|
|||||||
"setprototypeof": "1.0.3",
|
"setprototypeof": "1.0.3",
|
||||||
"statuses": ">= 1.3.1 < 2"
|
"statuses": ">= 1.3.1 < 2"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "Create HTTP error objects",
|
"description": "Create HTTP error objects",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "3.19.0",
|
"eslint": "3.19.0",
|
||||||
|
|||||||
13
node_modules/iconv-lite/package.json
generated
vendored
13
node_modules/iconv-lite/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"iconv-lite@0.4.23",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "iconv-lite@0.4.23",
|
"_from": "iconv-lite@0.4.23",
|
||||||
"_id": "iconv-lite@0.4.23",
|
"_id": "iconv-lite@0.4.23",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -20,9 +26,8 @@
|
|||||||
"/raw-body"
|
"/raw-body"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.23.tgz",
|
"_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.23.tgz",
|
||||||
"_shasum": "297871f63be507adcfbfca715d0cd0eed84e9a63",
|
"_spec": "0.4.23",
|
||||||
"_spec": "iconv-lite@0.4.23",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\body-parser",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Alexander Shtuchkin",
|
"name": "Alexander Shtuchkin",
|
||||||
"email": "ashtuchkin@gmail.com"
|
"email": "ashtuchkin@gmail.com"
|
||||||
@ -34,11 +39,9 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/ashtuchkin/iconv-lite/issues"
|
"url": "https://github.com/ashtuchkin/iconv-lite/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"safer-buffer": ">= 2.1.2 < 3"
|
"safer-buffer": ">= 2.1.2 < 3"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "Convert character encodings in pure javascript.",
|
"description": "Convert character encodings in pure javascript.",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"async": "*",
|
"async": "*",
|
||||||
|
|||||||
18
node_modules/inherits/package.json
generated
vendored
18
node_modules/inherits/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"inherits@2.0.3",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "inherits@2.0.3",
|
"_from": "inherits@2.0.3",
|
||||||
"_id": "inherits@2.0.3",
|
"_id": "inherits@2.0.3",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -16,18 +22,18 @@
|
|||||||
"fetchSpec": "2.0.3"
|
"fetchSpec": "2.0.3"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_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",
|
"_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
|
||||||
"_shasum": "633c2c83e3da42a502f52466022480f4208261de",
|
"_spec": "2.0.3",
|
||||||
"_spec": "inherits@2.0.3",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\http-errors",
|
|
||||||
"browser": "./inherits_browser.js",
|
"browser": "./inherits_browser.js",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/isaacs/inherits/issues"
|
"url": "https://github.com/isaacs/inherits/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
|
"description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"tap": "^7.1.0"
|
"tap": "^7.1.0"
|
||||||
|
|||||||
13
node_modules/ipaddr.js/package.json
generated
vendored
13
node_modules/ipaddr.js/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"ipaddr.js@1.5.2",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "ipaddr.js@1.5.2",
|
"_from": "ipaddr.js@1.5.2",
|
||||||
"_id": "ipaddr.js@1.5.2",
|
"_id": "ipaddr.js@1.5.2",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -19,9 +25,8 @@
|
|||||||
"/proxy-addr"
|
"/proxy-addr"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.5.2.tgz",
|
"_resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.5.2.tgz",
|
||||||
"_shasum": "d4b505bde9946987ccf0fc58d9010ff9607e3fa0",
|
"_spec": "1.5.2",
|
||||||
"_spec": "ipaddr.js@1.5.2",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\proxy-addr",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "whitequark",
|
"name": "whitequark",
|
||||||
"email": "whitequark@whitequark.org"
|
"email": "whitequark@whitequark.org"
|
||||||
@ -29,9 +34,7 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/whitequark/ipaddr.js/issues"
|
"url": "https://github.com/whitequark/ipaddr.js/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"deprecated": false,
|
|
||||||
"description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
|
"description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"coffee-script": "~1.12.6",
|
"coffee-script": "~1.12.6",
|
||||||
|
|||||||
23
node_modules/isarray/package.json
generated
vendored
23
node_modules/isarray/package.json
generated
vendored
@ -1,27 +1,32 @@
|
|||||||
{
|
{
|
||||||
"_from": "isarray@~1.0.0",
|
"_args": [
|
||||||
|
[
|
||||||
|
"isarray@1.0.0",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "isarray@1.0.0",
|
||||||
"_id": "isarray@1.0.0",
|
"_id": "isarray@1.0.0",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
|
"_integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
|
||||||
"_location": "/isarray",
|
"_location": "/isarray",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "isarray@~1.0.0",
|
"raw": "isarray@1.0.0",
|
||||||
"name": "isarray",
|
"name": "isarray",
|
||||||
"escapedName": "isarray",
|
"escapedName": "isarray",
|
||||||
"rawSpec": "~1.0.0",
|
"rawSpec": "1.0.0",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "~1.0.0"
|
"fetchSpec": "1.0.0"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/readable-stream"
|
"/readable-stream"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
|
"_resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
|
||||||
"_shasum": "bb935d48582cba168c06834957a54a3e07124f11",
|
"_spec": "1.0.0",
|
||||||
"_spec": "isarray@~1.0.0",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\readable-stream",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Julian Gruber",
|
"name": "Julian Gruber",
|
||||||
"email": "mail@juliangruber.com",
|
"email": "mail@juliangruber.com",
|
||||||
@ -30,9 +35,7 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/juliangruber/isarray/issues"
|
"url": "https://github.com/juliangruber/isarray/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"deprecated": false,
|
|
||||||
"description": "Array#isArray for older browsers",
|
"description": "Array#isArray for older browsers",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"tape": "~2.13.4"
|
"tape": "~2.13.4"
|
||||||
|
|||||||
23
node_modules/lodash._baseassign/package.json
generated
vendored
23
node_modules/lodash._baseassign/package.json
generated
vendored
@ -1,27 +1,32 @@
|
|||||||
{
|
{
|
||||||
"_from": "lodash._baseassign@^3.0.0",
|
"_args": [
|
||||||
|
[
|
||||||
|
"lodash._baseassign@3.2.0",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "lodash._baseassign@3.2.0",
|
||||||
"_id": "lodash._baseassign@3.2.0",
|
"_id": "lodash._baseassign@3.2.0",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-jDigmVAPIVrQnlnxci/QxSv+Ck4=",
|
"_integrity": "sha1-jDigmVAPIVrQnlnxci/QxSv+Ck4=",
|
||||||
"_location": "/lodash._baseassign",
|
"_location": "/lodash._baseassign",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "lodash._baseassign@^3.0.0",
|
"raw": "lodash._baseassign@3.2.0",
|
||||||
"name": "lodash._baseassign",
|
"name": "lodash._baseassign",
|
||||||
"escapedName": "lodash._baseassign",
|
"escapedName": "lodash._baseassign",
|
||||||
"rawSpec": "^3.0.0",
|
"rawSpec": "3.2.0",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "^3.0.0"
|
"fetchSpec": "3.2.0"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/lodash.assign"
|
"/lodash.assign"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz",
|
"_resolved": "https://registry.npmjs.org/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz",
|
||||||
"_shasum": "8c38a099500f215ad09e59f1722fd0c52bfe0a4e",
|
"_spec": "3.2.0",
|
||||||
"_spec": "lodash._baseassign@^3.0.0",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\lodash.assign",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "John-David Dalton",
|
"name": "John-David Dalton",
|
||||||
"email": "john.david.dalton@gmail.com",
|
"email": "john.david.dalton@gmail.com",
|
||||||
@ -30,7 +35,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/lodash/lodash/issues"
|
"url": "https://github.com/lodash/lodash/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "John-David Dalton",
|
"name": "John-David Dalton",
|
||||||
@ -62,7 +66,6 @@
|
|||||||
"lodash._basecopy": "^3.0.0",
|
"lodash._basecopy": "^3.0.0",
|
||||||
"lodash.keys": "^3.0.0"
|
"lodash.keys": "^3.0.0"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "The modern build of lodash’s internal `baseAssign` as a module.",
|
"description": "The modern build of lodash’s internal `baseAssign` as a module.",
|
||||||
"homepage": "https://lodash.com/",
|
"homepage": "https://lodash.com/",
|
||||||
"icon": "https://lodash.com/icon.svg",
|
"icon": "https://lodash.com/icon.svg",
|
||||||
|
|||||||
23
node_modules/lodash._basecopy/package.json
generated
vendored
23
node_modules/lodash._basecopy/package.json
generated
vendored
@ -1,27 +1,32 @@
|
|||||||
{
|
{
|
||||||
"_from": "lodash._basecopy@^3.0.0",
|
"_args": [
|
||||||
|
[
|
||||||
|
"lodash._basecopy@3.0.1",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "lodash._basecopy@3.0.1",
|
||||||
"_id": "lodash._basecopy@3.0.1",
|
"_id": "lodash._basecopy@3.0.1",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-jaDmqHbPNEwK2KVIghEd08XHyjY=",
|
"_integrity": "sha1-jaDmqHbPNEwK2KVIghEd08XHyjY=",
|
||||||
"_location": "/lodash._basecopy",
|
"_location": "/lodash._basecopy",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "lodash._basecopy@^3.0.0",
|
"raw": "lodash._basecopy@3.0.1",
|
||||||
"name": "lodash._basecopy",
|
"name": "lodash._basecopy",
|
||||||
"escapedName": "lodash._basecopy",
|
"escapedName": "lodash._basecopy",
|
||||||
"rawSpec": "^3.0.0",
|
"rawSpec": "3.0.1",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "^3.0.0"
|
"fetchSpec": "3.0.1"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/lodash._baseassign"
|
"/lodash._baseassign"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz",
|
"_resolved": "https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz",
|
||||||
"_shasum": "8da0e6a876cf344c0ad8a54882111dd3c5c7ca36",
|
"_spec": "3.0.1",
|
||||||
"_spec": "lodash._basecopy@^3.0.0",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\lodash._baseassign",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "John-David Dalton",
|
"name": "John-David Dalton",
|
||||||
"email": "john.david.dalton@gmail.com",
|
"email": "john.david.dalton@gmail.com",
|
||||||
@ -30,7 +35,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/lodash/lodash/issues"
|
"url": "https://github.com/lodash/lodash/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "John-David Dalton",
|
"name": "John-David Dalton",
|
||||||
@ -58,7 +62,6 @@
|
|||||||
"url": "https://mathiasbynens.be/"
|
"url": "https://mathiasbynens.be/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"deprecated": false,
|
|
||||||
"description": "The modern build of lodash’s internal `baseCopy` as a module.",
|
"description": "The modern build of lodash’s internal `baseCopy` as a module.",
|
||||||
"homepage": "https://lodash.com/",
|
"homepage": "https://lodash.com/",
|
||||||
"icon": "https://lodash.com/icon.svg",
|
"icon": "https://lodash.com/icon.svg",
|
||||||
|
|||||||
23
node_modules/lodash._bindcallback/package.json
generated
vendored
23
node_modules/lodash._bindcallback/package.json
generated
vendored
@ -1,27 +1,32 @@
|
|||||||
{
|
{
|
||||||
"_from": "lodash._bindcallback@^3.0.0",
|
"_args": [
|
||||||
|
[
|
||||||
|
"lodash._bindcallback@3.0.1",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "lodash._bindcallback@3.0.1",
|
||||||
"_id": "lodash._bindcallback@3.0.1",
|
"_id": "lodash._bindcallback@3.0.1",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-5THCdkTPi1epnhftlbNcdIeJOS4=",
|
"_integrity": "sha1-5THCdkTPi1epnhftlbNcdIeJOS4=",
|
||||||
"_location": "/lodash._bindcallback",
|
"_location": "/lodash._bindcallback",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "lodash._bindcallback@^3.0.0",
|
"raw": "lodash._bindcallback@3.0.1",
|
||||||
"name": "lodash._bindcallback",
|
"name": "lodash._bindcallback",
|
||||||
"escapedName": "lodash._bindcallback",
|
"escapedName": "lodash._bindcallback",
|
||||||
"rawSpec": "^3.0.0",
|
"rawSpec": "3.0.1",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "^3.0.0"
|
"fetchSpec": "3.0.1"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/lodash._createassigner"
|
"/lodash._createassigner"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz",
|
"_resolved": "https://registry.npmjs.org/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz",
|
||||||
"_shasum": "e531c27644cf8b57a99e17ed95b35c748789392e",
|
"_spec": "3.0.1",
|
||||||
"_spec": "lodash._bindcallback@^3.0.0",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\lodash._createassigner",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "John-David Dalton",
|
"name": "John-David Dalton",
|
||||||
"email": "john.david.dalton@gmail.com",
|
"email": "john.david.dalton@gmail.com",
|
||||||
@ -30,7 +35,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/lodash/lodash/issues"
|
"url": "https://github.com/lodash/lodash/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "John-David Dalton",
|
"name": "John-David Dalton",
|
||||||
@ -58,7 +62,6 @@
|
|||||||
"url": "https://mathiasbynens.be/"
|
"url": "https://mathiasbynens.be/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"deprecated": false,
|
|
||||||
"description": "The modern build of lodash’s internal `bindCallback` as a module.",
|
"description": "The modern build of lodash’s internal `bindCallback` as a module.",
|
||||||
"homepage": "https://lodash.com/",
|
"homepage": "https://lodash.com/",
|
||||||
"icon": "https://lodash.com/icon.svg",
|
"icon": "https://lodash.com/icon.svg",
|
||||||
|
|||||||
23
node_modules/lodash._createassigner/package.json
generated
vendored
23
node_modules/lodash._createassigner/package.json
generated
vendored
@ -1,27 +1,32 @@
|
|||||||
{
|
{
|
||||||
"_from": "lodash._createassigner@^3.0.0",
|
"_args": [
|
||||||
|
[
|
||||||
|
"lodash._createassigner@3.1.1",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "lodash._createassigner@3.1.1",
|
||||||
"_id": "lodash._createassigner@3.1.1",
|
"_id": "lodash._createassigner@3.1.1",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-g4pbri/aymOsIt7o4Z+k5taXCxE=",
|
"_integrity": "sha1-g4pbri/aymOsIt7o4Z+k5taXCxE=",
|
||||||
"_location": "/lodash._createassigner",
|
"_location": "/lodash._createassigner",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "lodash._createassigner@^3.0.0",
|
"raw": "lodash._createassigner@3.1.1",
|
||||||
"name": "lodash._createassigner",
|
"name": "lodash._createassigner",
|
||||||
"escapedName": "lodash._createassigner",
|
"escapedName": "lodash._createassigner",
|
||||||
"rawSpec": "^3.0.0",
|
"rawSpec": "3.1.1",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "^3.0.0"
|
"fetchSpec": "3.1.1"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/lodash.assign"
|
"/lodash.assign"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/lodash._createassigner/-/lodash._createassigner-3.1.1.tgz",
|
"_resolved": "https://registry.npmjs.org/lodash._createassigner/-/lodash._createassigner-3.1.1.tgz",
|
||||||
"_shasum": "838a5bae2fdaca63ac22dee8e19fa4e6d6970b11",
|
"_spec": "3.1.1",
|
||||||
"_spec": "lodash._createassigner@^3.0.0",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\lodash.assign",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "John-David Dalton",
|
"name": "John-David Dalton",
|
||||||
"email": "john.david.dalton@gmail.com",
|
"email": "john.david.dalton@gmail.com",
|
||||||
@ -30,7 +35,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/lodash/lodash/issues"
|
"url": "https://github.com/lodash/lodash/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "John-David Dalton",
|
"name": "John-David Dalton",
|
||||||
@ -63,7 +67,6 @@
|
|||||||
"lodash._isiterateecall": "^3.0.0",
|
"lodash._isiterateecall": "^3.0.0",
|
||||||
"lodash.restparam": "^3.0.0"
|
"lodash.restparam": "^3.0.0"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "The modern build of lodash’s internal `createAssigner` as a module.",
|
"description": "The modern build of lodash’s internal `createAssigner` as a module.",
|
||||||
"homepage": "https://lodash.com/",
|
"homepage": "https://lodash.com/",
|
||||||
"icon": "https://lodash.com/icon.svg",
|
"icon": "https://lodash.com/icon.svg",
|
||||||
|
|||||||
23
node_modules/lodash._getnative/package.json
generated
vendored
23
node_modules/lodash._getnative/package.json
generated
vendored
@ -1,27 +1,32 @@
|
|||||||
{
|
{
|
||||||
"_from": "lodash._getnative@^3.0.0",
|
"_args": [
|
||||||
|
[
|
||||||
|
"lodash._getnative@3.9.1",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "lodash._getnative@3.9.1",
|
||||||
"_id": "lodash._getnative@3.9.1",
|
"_id": "lodash._getnative@3.9.1",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=",
|
"_integrity": "sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=",
|
||||||
"_location": "/lodash._getnative",
|
"_location": "/lodash._getnative",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "lodash._getnative@^3.0.0",
|
"raw": "lodash._getnative@3.9.1",
|
||||||
"name": "lodash._getnative",
|
"name": "lodash._getnative",
|
||||||
"escapedName": "lodash._getnative",
|
"escapedName": "lodash._getnative",
|
||||||
"rawSpec": "^3.0.0",
|
"rawSpec": "3.9.1",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "^3.0.0"
|
"fetchSpec": "3.9.1"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/lodash.keys"
|
"/lodash.keys"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz",
|
"_resolved": "https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz",
|
||||||
"_shasum": "570bc7dede46d61cdcde687d65d3eecbaa3aaff5",
|
"_spec": "3.9.1",
|
||||||
"_spec": "lodash._getnative@^3.0.0",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\lodash.keys",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "John-David Dalton",
|
"name": "John-David Dalton",
|
||||||
"email": "john.david.dalton@gmail.com",
|
"email": "john.david.dalton@gmail.com",
|
||||||
@ -30,7 +35,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/lodash/lodash/issues"
|
"url": "https://github.com/lodash/lodash/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "John-David Dalton",
|
"name": "John-David Dalton",
|
||||||
@ -58,7 +62,6 @@
|
|||||||
"url": "https://mathiasbynens.be/"
|
"url": "https://mathiasbynens.be/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"deprecated": false,
|
|
||||||
"description": "The modern build of lodash’s internal `getNative` as a module.",
|
"description": "The modern build of lodash’s internal `getNative` as a module.",
|
||||||
"homepage": "https://lodash.com/",
|
"homepage": "https://lodash.com/",
|
||||||
"icon": "https://lodash.com/icon.svg",
|
"icon": "https://lodash.com/icon.svg",
|
||||||
|
|||||||
23
node_modules/lodash._isiterateecall/package.json
generated
vendored
23
node_modules/lodash._isiterateecall/package.json
generated
vendored
@ -1,27 +1,32 @@
|
|||||||
{
|
{
|
||||||
"_from": "lodash._isiterateecall@^3.0.0",
|
"_args": [
|
||||||
|
[
|
||||||
|
"lodash._isiterateecall@3.0.9",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "lodash._isiterateecall@3.0.9",
|
||||||
"_id": "lodash._isiterateecall@3.0.9",
|
"_id": "lodash._isiterateecall@3.0.9",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-UgOte6Ql+uhCRg5pbbnPPmqsBXw=",
|
"_integrity": "sha1-UgOte6Ql+uhCRg5pbbnPPmqsBXw=",
|
||||||
"_location": "/lodash._isiterateecall",
|
"_location": "/lodash._isiterateecall",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "lodash._isiterateecall@^3.0.0",
|
"raw": "lodash._isiterateecall@3.0.9",
|
||||||
"name": "lodash._isiterateecall",
|
"name": "lodash._isiterateecall",
|
||||||
"escapedName": "lodash._isiterateecall",
|
"escapedName": "lodash._isiterateecall",
|
||||||
"rawSpec": "^3.0.0",
|
"rawSpec": "3.0.9",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "^3.0.0"
|
"fetchSpec": "3.0.9"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/lodash._createassigner"
|
"/lodash._createassigner"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz",
|
"_resolved": "https://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz",
|
||||||
"_shasum": "5203ad7ba425fae842460e696db9cf3e6aac057c",
|
"_spec": "3.0.9",
|
||||||
"_spec": "lodash._isiterateecall@^3.0.0",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\lodash._createassigner",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "John-David Dalton",
|
"name": "John-David Dalton",
|
||||||
"email": "john.david.dalton@gmail.com",
|
"email": "john.david.dalton@gmail.com",
|
||||||
@ -30,7 +35,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/lodash/lodash/issues"
|
"url": "https://github.com/lodash/lodash/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "John-David Dalton",
|
"name": "John-David Dalton",
|
||||||
@ -58,7 +62,6 @@
|
|||||||
"url": "https://mathiasbynens.be/"
|
"url": "https://mathiasbynens.be/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"deprecated": false,
|
|
||||||
"description": "The modern build of lodash’s internal `isIterateeCall` as a module.",
|
"description": "The modern build of lodash’s internal `isIterateeCall` as a module.",
|
||||||
"homepage": "https://lodash.com/",
|
"homepage": "https://lodash.com/",
|
||||||
"icon": "https://lodash.com/icon.svg",
|
"icon": "https://lodash.com/icon.svg",
|
||||||
|
|||||||
23
node_modules/lodash.assign/package.json
generated
vendored
23
node_modules/lodash.assign/package.json
generated
vendored
@ -1,27 +1,32 @@
|
|||||||
{
|
{
|
||||||
"_from": "lodash.assign@^3.2.0",
|
"_args": [
|
||||||
|
[
|
||||||
|
"lodash.assign@3.2.0",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "lodash.assign@3.2.0",
|
||||||
"_id": "lodash.assign@3.2.0",
|
"_id": "lodash.assign@3.2.0",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-POnwI0tLIiPilrj6CsH+6OvKZPo=",
|
"_integrity": "sha1-POnwI0tLIiPilrj6CsH+6OvKZPo=",
|
||||||
"_location": "/lodash.assign",
|
"_location": "/lodash.assign",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "lodash.assign@^3.2.0",
|
"raw": "lodash.assign@3.2.0",
|
||||||
"name": "lodash.assign",
|
"name": "lodash.assign",
|
||||||
"escapedName": "lodash.assign",
|
"escapedName": "lodash.assign",
|
||||||
"rawSpec": "^3.2.0",
|
"rawSpec": "3.2.0",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "^3.2.0"
|
"fetchSpec": "3.2.0"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/express-force-ssl"
|
"/express-force-ssl"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-3.2.0.tgz",
|
"_resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-3.2.0.tgz",
|
||||||
"_shasum": "3ce9f0234b4b2223e296b8fa0ac1fee8ebca64fa",
|
"_spec": "3.2.0",
|
||||||
"_spec": "lodash.assign@^3.2.0",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express-force-ssl",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "John-David Dalton",
|
"name": "John-David Dalton",
|
||||||
"email": "john.david.dalton@gmail.com",
|
"email": "john.david.dalton@gmail.com",
|
||||||
@ -30,7 +35,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/lodash/lodash/issues"
|
"url": "https://github.com/lodash/lodash/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "John-David Dalton",
|
"name": "John-David Dalton",
|
||||||
@ -63,7 +67,6 @@
|
|||||||
"lodash._createassigner": "^3.0.0",
|
"lodash._createassigner": "^3.0.0",
|
||||||
"lodash.keys": "^3.0.0"
|
"lodash.keys": "^3.0.0"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "The modern build of lodash’s `_.assign` as a module.",
|
"description": "The modern build of lodash’s `_.assign` as a module.",
|
||||||
"homepage": "https://lodash.com/",
|
"homepage": "https://lodash.com/",
|
||||||
"icon": "https://lodash.com/icon.svg",
|
"icon": "https://lodash.com/icon.svg",
|
||||||
|
|||||||
23
node_modules/lodash.isarguments/package.json
generated
vendored
23
node_modules/lodash.isarguments/package.json
generated
vendored
@ -1,27 +1,32 @@
|
|||||||
{
|
{
|
||||||
"_from": "lodash.isarguments@^3.0.0",
|
"_args": [
|
||||||
|
[
|
||||||
|
"lodash.isarguments@3.1.0",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "lodash.isarguments@3.1.0",
|
||||||
"_id": "lodash.isarguments@3.1.0",
|
"_id": "lodash.isarguments@3.1.0",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo=",
|
"_integrity": "sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo=",
|
||||||
"_location": "/lodash.isarguments",
|
"_location": "/lodash.isarguments",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "lodash.isarguments@^3.0.0",
|
"raw": "lodash.isarguments@3.1.0",
|
||||||
"name": "lodash.isarguments",
|
"name": "lodash.isarguments",
|
||||||
"escapedName": "lodash.isarguments",
|
"escapedName": "lodash.isarguments",
|
||||||
"rawSpec": "^3.0.0",
|
"rawSpec": "3.1.0",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "^3.0.0"
|
"fetchSpec": "3.1.0"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/lodash.keys"
|
"/lodash.keys"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
|
"_resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
|
||||||
"_shasum": "2f573d85c6a24289ff00663b491c1d338ff3458a",
|
"_spec": "3.1.0",
|
||||||
"_spec": "lodash.isarguments@^3.0.0",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\lodash.keys",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "John-David Dalton",
|
"name": "John-David Dalton",
|
||||||
"email": "john.david.dalton@gmail.com",
|
"email": "john.david.dalton@gmail.com",
|
||||||
@ -30,7 +35,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/lodash/lodash/issues"
|
"url": "https://github.com/lodash/lodash/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "John-David Dalton",
|
"name": "John-David Dalton",
|
||||||
@ -48,7 +52,6 @@
|
|||||||
"url": "https://mathiasbynens.be/"
|
"url": "https://mathiasbynens.be/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"deprecated": false,
|
|
||||||
"description": "The lodash method `_.isArguments` exported as a module.",
|
"description": "The lodash method `_.isArguments` exported as a module.",
|
||||||
"homepage": "https://lodash.com/",
|
"homepage": "https://lodash.com/",
|
||||||
"icon": "https://lodash.com/icon.svg",
|
"icon": "https://lodash.com/icon.svg",
|
||||||
|
|||||||
23
node_modules/lodash.isarray/package.json
generated
vendored
23
node_modules/lodash.isarray/package.json
generated
vendored
@ -1,27 +1,32 @@
|
|||||||
{
|
{
|
||||||
"_from": "lodash.isarray@^3.0.0",
|
"_args": [
|
||||||
|
[
|
||||||
|
"lodash.isarray@3.0.4",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "lodash.isarray@3.0.4",
|
||||||
"_id": "lodash.isarray@3.0.4",
|
"_id": "lodash.isarray@3.0.4",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U=",
|
"_integrity": "sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U=",
|
||||||
"_location": "/lodash.isarray",
|
"_location": "/lodash.isarray",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "lodash.isarray@^3.0.0",
|
"raw": "lodash.isarray@3.0.4",
|
||||||
"name": "lodash.isarray",
|
"name": "lodash.isarray",
|
||||||
"escapedName": "lodash.isarray",
|
"escapedName": "lodash.isarray",
|
||||||
"rawSpec": "^3.0.0",
|
"rawSpec": "3.0.4",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "^3.0.0"
|
"fetchSpec": "3.0.4"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/lodash.keys"
|
"/lodash.keys"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz",
|
"_resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz",
|
||||||
"_shasum": "79e4eb88c36a8122af86f844aa9bcd851b5fbb55",
|
"_spec": "3.0.4",
|
||||||
"_spec": "lodash.isarray@^3.0.0",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\lodash.keys",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "John-David Dalton",
|
"name": "John-David Dalton",
|
||||||
"email": "john.david.dalton@gmail.com",
|
"email": "john.david.dalton@gmail.com",
|
||||||
@ -30,7 +35,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/lodash/lodash/issues"
|
"url": "https://github.com/lodash/lodash/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "John-David Dalton",
|
"name": "John-David Dalton",
|
||||||
@ -58,7 +62,6 @@
|
|||||||
"url": "https://mathiasbynens.be/"
|
"url": "https://mathiasbynens.be/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"deprecated": false,
|
|
||||||
"description": "The modern build of lodash’s `_.isArray` as a module.",
|
"description": "The modern build of lodash’s `_.isArray` as a module.",
|
||||||
"homepage": "https://lodash.com/",
|
"homepage": "https://lodash.com/",
|
||||||
"icon": "https://lodash.com/icon.svg",
|
"icon": "https://lodash.com/icon.svg",
|
||||||
|
|||||||
23
node_modules/lodash.keys/package.json
generated
vendored
23
node_modules/lodash.keys/package.json
generated
vendored
@ -1,28 +1,33 @@
|
|||||||
{
|
{
|
||||||
"_from": "lodash.keys@^3.0.0",
|
"_args": [
|
||||||
|
[
|
||||||
|
"lodash.keys@3.1.2",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "lodash.keys@3.1.2",
|
||||||
"_id": "lodash.keys@3.1.2",
|
"_id": "lodash.keys@3.1.2",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo=",
|
"_integrity": "sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo=",
|
||||||
"_location": "/lodash.keys",
|
"_location": "/lodash.keys",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "lodash.keys@^3.0.0",
|
"raw": "lodash.keys@3.1.2",
|
||||||
"name": "lodash.keys",
|
"name": "lodash.keys",
|
||||||
"escapedName": "lodash.keys",
|
"escapedName": "lodash.keys",
|
||||||
"rawSpec": "^3.0.0",
|
"rawSpec": "3.1.2",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "^3.0.0"
|
"fetchSpec": "3.1.2"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/lodash._baseassign",
|
"/lodash._baseassign",
|
||||||
"/lodash.assign"
|
"/lodash.assign"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz",
|
"_resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz",
|
||||||
"_shasum": "4dbc0472b156be50a0b286855d1bd0b0c656098a",
|
"_spec": "3.1.2",
|
||||||
"_spec": "lodash.keys@^3.0.0",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\lodash.assign",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "John-David Dalton",
|
"name": "John-David Dalton",
|
||||||
"email": "john.david.dalton@gmail.com",
|
"email": "john.david.dalton@gmail.com",
|
||||||
@ -31,7 +36,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/lodash/lodash/issues"
|
"url": "https://github.com/lodash/lodash/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "John-David Dalton",
|
"name": "John-David Dalton",
|
||||||
@ -64,7 +68,6 @@
|
|||||||
"lodash.isarguments": "^3.0.0",
|
"lodash.isarguments": "^3.0.0",
|
||||||
"lodash.isarray": "^3.0.0"
|
"lodash.isarray": "^3.0.0"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "The modern build of lodash’s `_.keys` as a module.",
|
"description": "The modern build of lodash’s `_.keys` as a module.",
|
||||||
"homepage": "https://lodash.com/",
|
"homepage": "https://lodash.com/",
|
||||||
"icon": "https://lodash.com/icon.svg",
|
"icon": "https://lodash.com/icon.svg",
|
||||||
|
|||||||
23
node_modules/lodash.restparam/package.json
generated
vendored
23
node_modules/lodash.restparam/package.json
generated
vendored
@ -1,27 +1,32 @@
|
|||||||
{
|
{
|
||||||
"_from": "lodash.restparam@^3.0.0",
|
"_args": [
|
||||||
|
[
|
||||||
|
"lodash.restparam@3.6.1",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "lodash.restparam@3.6.1",
|
||||||
"_id": "lodash.restparam@3.6.1",
|
"_id": "lodash.restparam@3.6.1",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=",
|
"_integrity": "sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=",
|
||||||
"_location": "/lodash.restparam",
|
"_location": "/lodash.restparam",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "lodash.restparam@^3.0.0",
|
"raw": "lodash.restparam@3.6.1",
|
||||||
"name": "lodash.restparam",
|
"name": "lodash.restparam",
|
||||||
"escapedName": "lodash.restparam",
|
"escapedName": "lodash.restparam",
|
||||||
"rawSpec": "^3.0.0",
|
"rawSpec": "3.6.1",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "^3.0.0"
|
"fetchSpec": "3.6.1"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/lodash._createassigner"
|
"/lodash._createassigner"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz",
|
"_resolved": "https://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz",
|
||||||
"_shasum": "936a4e309ef330a7645ed4145986c85ae5b20805",
|
"_spec": "3.6.1",
|
||||||
"_spec": "lodash.restparam@^3.0.0",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\lodash._createassigner",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "John-David Dalton",
|
"name": "John-David Dalton",
|
||||||
"email": "john.david.dalton@gmail.com",
|
"email": "john.david.dalton@gmail.com",
|
||||||
@ -30,7 +35,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/lodash/lodash/issues"
|
"url": "https://github.com/lodash/lodash/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "John-David Dalton",
|
"name": "John-David Dalton",
|
||||||
@ -58,7 +62,6 @@
|
|||||||
"url": "https://mathiasbynens.be/"
|
"url": "https://mathiasbynens.be/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"deprecated": false,
|
|
||||||
"description": "The modern build of lodash’s `_.restParam` as a module.",
|
"description": "The modern build of lodash’s `_.restParam` as a module.",
|
||||||
"homepage": "https://lodash.com/",
|
"homepage": "https://lodash.com/",
|
||||||
"icon": "https://lodash.com/icon.svg",
|
"icon": "https://lodash.com/icon.svg",
|
||||||
|
|||||||
14
node_modules/media-typer/package.json
generated
vendored
14
node_modules/media-typer/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"media-typer@0.3.0",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "media-typer@0.3.0",
|
"_from": "media-typer@0.3.0",
|
||||||
"_id": "media-typer@0.3.0",
|
"_id": "media-typer@0.3.0",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -16,12 +22,12 @@
|
|||||||
"fetchSpec": "0.3.0"
|
"fetchSpec": "0.3.0"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
|
"/body-parser/type-is",
|
||||||
"/type-is"
|
"/type-is"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
|
"_resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
|
||||||
"_shasum": "8710d7af0aa626f8fffa1ce00168545263255748",
|
"_spec": "0.3.0",
|
||||||
"_spec": "media-typer@0.3.0",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\type-is",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
"email": "doug@somethingdoug.com"
|
"email": "doug@somethingdoug.com"
|
||||||
@ -29,8 +35,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jshttp/media-typer/issues"
|
"url": "https://github.com/jshttp/media-typer/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "Simple RFC 6838 media type parser and formatter",
|
"description": "Simple RFC 6838 media type parser and formatter",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"istanbul": "0.3.2",
|
"istanbul": "0.3.2",
|
||||||
|
|||||||
13
node_modules/merge-descriptors/package.json
generated
vendored
13
node_modules/merge-descriptors/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"merge-descriptors@1.0.1",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "merge-descriptors@1.0.1",
|
"_from": "merge-descriptors@1.0.1",
|
||||||
"_id": "merge-descriptors@1.0.1",
|
"_id": "merge-descriptors@1.0.1",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -19,9 +25,8 @@
|
|||||||
"/express"
|
"/express"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
|
"_resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
|
||||||
"_shasum": "b00aaa556dd8b44568150ec9d1b953f3f90cbb61",
|
"_spec": "1.0.1",
|
||||||
"_spec": "merge-descriptors@1.0.1",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Jonathan Ong",
|
"name": "Jonathan Ong",
|
||||||
"email": "me@jongleberry.com",
|
"email": "me@jongleberry.com",
|
||||||
@ -30,7 +35,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/component/merge-descriptors/issues"
|
"url": "https://github.com/component/merge-descriptors/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
@ -41,7 +45,6 @@
|
|||||||
"email": "grabbou@gmail.com"
|
"email": "grabbou@gmail.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"deprecated": false,
|
|
||||||
"description": "Merge objects using descriptors",
|
"description": "Merge objects using descriptors",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"istanbul": "0.4.1",
|
"istanbul": "0.4.1",
|
||||||
|
|||||||
23
node_modules/methods/package.json
generated
vendored
23
node_modules/methods/package.json
generated
vendored
@ -1,34 +1,38 @@
|
|||||||
{
|
{
|
||||||
"_from": "methods@~1.1.2",
|
"_args": [
|
||||||
|
[
|
||||||
|
"methods@1.1.2",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "methods@1.1.2",
|
||||||
"_id": "methods@1.1.2",
|
"_id": "methods@1.1.2",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=",
|
"_integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=",
|
||||||
"_location": "/methods",
|
"_location": "/methods",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "methods@~1.1.2",
|
"raw": "methods@1.1.2",
|
||||||
"name": "methods",
|
"name": "methods",
|
||||||
"escapedName": "methods",
|
"escapedName": "methods",
|
||||||
"rawSpec": "~1.1.2",
|
"rawSpec": "1.1.2",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "~1.1.2"
|
"fetchSpec": "1.1.2"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/express"
|
"/express"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
|
"_resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
|
||||||
"_shasum": "5529a4d67654134edcc5266656835b0f851afcee",
|
"_spec": "1.1.2",
|
||||||
"_spec": "methods@~1.1.2",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
|
|
||||||
"browser": {
|
"browser": {
|
||||||
"http": false
|
"http": false
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jshttp/methods/issues"
|
"url": "https://github.com/jshttp/methods/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
@ -45,7 +49,6 @@
|
|||||||
"url": "http://tjholowaychuk.com"
|
"url": "http://tjholowaychuk.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"deprecated": false,
|
|
||||||
"description": "HTTP methods that node supports",
|
"description": "HTTP methods that node supports",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"istanbul": "0.4.1",
|
"istanbul": "0.4.1",
|
||||||
|
|||||||
23
node_modules/mime-db/package.json
generated
vendored
23
node_modules/mime-db/package.json
generated
vendored
@ -1,31 +1,35 @@
|
|||||||
{
|
{
|
||||||
"_from": "mime-db@~1.30.0",
|
"_args": [
|
||||||
|
[
|
||||||
|
"mime-db@1.30.0",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "mime-db@1.30.0",
|
||||||
"_id": "mime-db@1.30.0",
|
"_id": "mime-db@1.30.0",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-dMZD2i3Z1qRTmZY0ZbJtXKfXHwE=",
|
"_integrity": "sha1-dMZD2i3Z1qRTmZY0ZbJtXKfXHwE=",
|
||||||
"_location": "/mime-db",
|
"_location": "/mime-db",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "mime-db@~1.30.0",
|
"raw": "mime-db@1.30.0",
|
||||||
"name": "mime-db",
|
"name": "mime-db",
|
||||||
"escapedName": "mime-db",
|
"escapedName": "mime-db",
|
||||||
"rawSpec": "~1.30.0",
|
"rawSpec": "1.30.0",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "~1.30.0"
|
"fetchSpec": "1.30.0"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/mime-types"
|
"/mime-types"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.30.0.tgz",
|
"_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.30.0.tgz",
|
||||||
"_shasum": "74c643da2dd9d6a45399963465b26d5ca7d71f01",
|
"_spec": "1.30.0",
|
||||||
"_spec": "mime-db@~1.30.0",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\mime-types",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jshttp/mime-db/issues"
|
"url": "https://github.com/jshttp/mime-db/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
@ -42,7 +46,6 @@
|
|||||||
"url": "http://github.com/broofa"
|
"url": "http://github.com/broofa"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"deprecated": false,
|
|
||||||
"description": "Media Type Database",
|
"description": "Media Type Database",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bluebird": "3.5.0",
|
"bluebird": "3.5.0",
|
||||||
|
|||||||
23
node_modules/mime-types/package.json
generated
vendored
23
node_modules/mime-types/package.json
generated
vendored
@ -1,32 +1,36 @@
|
|||||||
{
|
{
|
||||||
"_from": "mime-types@~2.1.16",
|
"_args": [
|
||||||
|
[
|
||||||
|
"mime-types@2.1.17",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "mime-types@2.1.17",
|
||||||
"_id": "mime-types@2.1.17",
|
"_id": "mime-types@2.1.17",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-Cdejk/A+mVp5+K+Fe3Cp4KsWVXo=",
|
"_integrity": "sha1-Cdejk/A+mVp5+K+Fe3Cp4KsWVXo=",
|
||||||
"_location": "/mime-types",
|
"_location": "/mime-types",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "mime-types@~2.1.16",
|
"raw": "mime-types@2.1.17",
|
||||||
"name": "mime-types",
|
"name": "mime-types",
|
||||||
"escapedName": "mime-types",
|
"escapedName": "mime-types",
|
||||||
"rawSpec": "~2.1.16",
|
"rawSpec": "2.1.17",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "~2.1.16"
|
"fetchSpec": "2.1.17"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/accepts",
|
"/accepts",
|
||||||
"/type-is"
|
"/type-is"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.17.tgz",
|
"_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.17.tgz",
|
||||||
"_shasum": "09d7a393f03e995a79f8af857b70a9e0ab16557a",
|
"_spec": "2.1.17",
|
||||||
"_spec": "mime-types@~2.1.16",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\accepts",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jshttp/mime-types/issues"
|
"url": "https://github.com/jshttp/mime-types/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
@ -46,7 +50,6 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"mime-db": "~1.30.0"
|
"mime-db": "~1.30.0"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "The ultimate javascript content-type utility.",
|
"description": "The ultimate javascript content-type utility.",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "3.19.0",
|
"eslint": "3.19.0",
|
||||||
|
|||||||
0
node_modules/mime/cli.js
generated
vendored
Normal file → Executable file
0
node_modules/mime/cli.js
generated
vendored
Normal file → Executable file
13
node_modules/mime/package.json
generated
vendored
13
node_modules/mime/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"mime@1.4.1",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "mime@1.4.1",
|
"_from": "mime@1.4.1",
|
||||||
"_id": "mime@1.4.1",
|
"_id": "mime@1.4.1",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -19,9 +25,8 @@
|
|||||||
"/send"
|
"/send"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/mime/-/mime-1.4.1.tgz",
|
"_resolved": "https://registry.npmjs.org/mime/-/mime-1.4.1.tgz",
|
||||||
"_shasum": "121f9ebc49e3766f311a76e1fa1c8003c4b03aa6",
|
"_spec": "1.4.1",
|
||||||
"_spec": "mime@1.4.1",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\send",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Robert Kieffer",
|
"name": "Robert Kieffer",
|
||||||
"email": "robert@broofa.com",
|
"email": "robert@broofa.com",
|
||||||
@ -33,7 +38,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/broofa/node-mime/issues"
|
"url": "https://github.com/broofa/node-mime/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Benjamin Thomas",
|
"name": "Benjamin Thomas",
|
||||||
@ -42,7 +46,6 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"deprecated": false,
|
|
||||||
"description": "A comprehensive library for mime-type mapping",
|
"description": "A comprehensive library for mime-type mapping",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mime-db": "1.30.0"
|
"mime-db": "1.30.0"
|
||||||
|
|||||||
13
node_modules/ms/package.json
generated
vendored
13
node_modules/ms/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"ms@2.0.0",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "ms@2.0.0",
|
"_from": "ms@2.0.0",
|
||||||
"_id": "ms@2.0.0",
|
"_id": "ms@2.0.0",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -20,14 +26,11 @@
|
|||||||
"/send"
|
"/send"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
"_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
||||||
"_shasum": "5608aeadfc00be6c2901df5f9861788de0d597c8",
|
"_spec": "2.0.0",
|
||||||
"_spec": "ms@2.0.0",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\debug",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/zeit/ms/issues"
|
"url": "https://github.com/zeit/ms/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "Tiny milisecond conversion utility",
|
"description": "Tiny milisecond conversion utility",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "3.19.0",
|
"eslint": "3.19.0",
|
||||||
|
|||||||
24
node_modules/mysql/package.json
generated
vendored
24
node_modules/mysql/package.json
generated
vendored
@ -1,28 +1,32 @@
|
|||||||
{
|
{
|
||||||
"_from": "mysql@^2.15.0",
|
"_args": [
|
||||||
|
[
|
||||||
|
"mysql@2.15.0",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "mysql@2.15.0",
|
||||||
"_id": "mysql@2.15.0",
|
"_id": "mysql@2.15.0",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha512-C7tjzWtbN5nzkLIV+E8Crnl9bFyc7d3XJcBAvHKEVkjrYjogz3llo22q6s/hw+UcsE4/844pDob9ac+3dVjQSA==",
|
"_integrity": "sha512-C7tjzWtbN5nzkLIV+E8Crnl9bFyc7d3XJcBAvHKEVkjrYjogz3llo22q6s/hw+UcsE4/844pDob9ac+3dVjQSA==",
|
||||||
"_location": "/mysql",
|
"_location": "/mysql",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "mysql@^2.15.0",
|
"raw": "mysql@2.15.0",
|
||||||
"name": "mysql",
|
"name": "mysql",
|
||||||
"escapedName": "mysql",
|
"escapedName": "mysql",
|
||||||
"rawSpec": "^2.15.0",
|
"rawSpec": "2.15.0",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "^2.15.0"
|
"fetchSpec": "2.15.0"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"#USER",
|
|
||||||
"/"
|
"/"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/mysql/-/mysql-2.15.0.tgz",
|
"_resolved": "https://registry.npmjs.org/mysql/-/mysql-2.15.0.tgz",
|
||||||
"_shasum": "ea16841156343e8f2e47fc8985ec41cdd9573b5c",
|
"_spec": "2.15.0",
|
||||||
"_spec": "mysql@^2.15.0",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Felix Geisendörfer",
|
"name": "Felix Geisendörfer",
|
||||||
"email": "felix@debuggable.com",
|
"email": "felix@debuggable.com",
|
||||||
@ -31,7 +35,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/mysqljs/mysql/issues"
|
"url": "https://github.com/mysqljs/mysql/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Andrey Sidorov",
|
"name": "Andrey Sidorov",
|
||||||
@ -60,7 +63,6 @@
|
|||||||
"safe-buffer": "5.1.1",
|
"safe-buffer": "5.1.1",
|
||||||
"sqlstring": "2.3.0"
|
"sqlstring": "2.3.0"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.",
|
"description": "A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"after": "0.8.2",
|
"after": "0.8.2",
|
||||||
|
|||||||
13
node_modules/negotiator/package.json
generated
vendored
13
node_modules/negotiator/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"negotiator@0.6.1",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "negotiator@0.6.1",
|
"_from": "negotiator@0.6.1",
|
||||||
"_id": "negotiator@0.6.1",
|
"_id": "negotiator@0.6.1",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -19,13 +25,11 @@
|
|||||||
"/accepts"
|
"/accepts"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz",
|
"_resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz",
|
||||||
"_shasum": "2b327184e8992101177b28563fb5e7102acd0ca9",
|
"_spec": "0.6.1",
|
||||||
"_spec": "negotiator@0.6.1",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\accepts",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jshttp/negotiator/issues"
|
"url": "https://github.com/jshttp/negotiator/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
@ -41,7 +45,6 @@
|
|||||||
"url": "http://blog.izs.me/"
|
"url": "http://blog.izs.me/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"deprecated": false,
|
|
||||||
"description": "HTTP content negotiation",
|
"description": "HTTP content negotiation",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"istanbul": "0.4.3",
|
"istanbul": "0.4.3",
|
||||||
|
|||||||
23
node_modules/object-assign/package.json
generated
vendored
23
node_modules/object-assign/package.json
generated
vendored
@ -1,27 +1,32 @@
|
|||||||
{
|
{
|
||||||
"_from": "object-assign@^4",
|
"_args": [
|
||||||
|
[
|
||||||
|
"object-assign@4.1.1",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "object-assign@4.1.1",
|
||||||
"_id": "object-assign@4.1.1",
|
"_id": "object-assign@4.1.1",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
|
"_integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
|
||||||
"_location": "/object-assign",
|
"_location": "/object-assign",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "object-assign@^4",
|
"raw": "object-assign@4.1.1",
|
||||||
"name": "object-assign",
|
"name": "object-assign",
|
||||||
"escapedName": "object-assign",
|
"escapedName": "object-assign",
|
||||||
"rawSpec": "^4",
|
"rawSpec": "4.1.1",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "^4"
|
"fetchSpec": "4.1.1"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/cors"
|
"/cors"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
|
"_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
|
||||||
"_shasum": "2109adc7965887cfc05cbbd442cac8bfbb360863",
|
"_spec": "4.1.1",
|
||||||
"_spec": "object-assign@^4",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\cors",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Sindre Sorhus",
|
"name": "Sindre Sorhus",
|
||||||
"email": "sindresorhus@gmail.com",
|
"email": "sindresorhus@gmail.com",
|
||||||
@ -30,8 +35,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/sindresorhus/object-assign/issues"
|
"url": "https://github.com/sindresorhus/object-assign/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "ES2015 `Object.assign()` ponyfill",
|
"description": "ES2015 `Object.assign()` ponyfill",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"ava": "^0.16.0",
|
"ava": "^0.16.0",
|
||||||
|
|||||||
24
node_modules/on-finished/package.json
generated
vendored
24
node_modules/on-finished/package.json
generated
vendored
@ -1,34 +1,39 @@
|
|||||||
{
|
{
|
||||||
"_from": "on-finished@~2.3.0",
|
"_args": [
|
||||||
|
[
|
||||||
|
"on-finished@2.3.0",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "on-finished@2.3.0",
|
||||||
"_id": "on-finished@2.3.0",
|
"_id": "on-finished@2.3.0",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
|
"_integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
|
||||||
"_location": "/on-finished",
|
"_location": "/on-finished",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "on-finished@~2.3.0",
|
"raw": "on-finished@2.3.0",
|
||||||
"name": "on-finished",
|
"name": "on-finished",
|
||||||
"escapedName": "on-finished",
|
"escapedName": "on-finished",
|
||||||
"rawSpec": "~2.3.0",
|
"rawSpec": "2.3.0",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "~2.3.0"
|
"fetchSpec": "2.3.0"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/body-parser",
|
"/body-parser",
|
||||||
"/express",
|
"/express",
|
||||||
|
"/express/body-parser",
|
||||||
"/finalhandler",
|
"/finalhandler",
|
||||||
"/send"
|
"/send"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
|
"_resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
|
||||||
"_shasum": "20f1336481b083cd75337992a16971aa2d906947",
|
"_spec": "2.3.0",
|
||||||
"_spec": "on-finished@~2.3.0",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jshttp/on-finished/issues"
|
"url": "https://github.com/jshttp/on-finished/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
@ -43,7 +48,6 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ee-first": "1.1.1"
|
"ee-first": "1.1.1"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "Execute a callback when a request closes, finishes, or errors",
|
"description": "Execute a callback when a request closes, finishes, or errors",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"istanbul": "0.3.9",
|
"istanbul": "0.3.9",
|
||||||
|
|||||||
23
node_modules/parseurl/package.json
generated
vendored
23
node_modules/parseurl/package.json
generated
vendored
@ -1,19 +1,25 @@
|
|||||||
{
|
{
|
||||||
"_from": "parseurl@~1.3.2",
|
"_args": [
|
||||||
|
[
|
||||||
|
"parseurl@1.3.2",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "parseurl@1.3.2",
|
||||||
"_id": "parseurl@1.3.2",
|
"_id": "parseurl@1.3.2",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-/CidTtiZMRlGDBViUyYs3I3mW/M=",
|
"_integrity": "sha1-/CidTtiZMRlGDBViUyYs3I3mW/M=",
|
||||||
"_location": "/parseurl",
|
"_location": "/parseurl",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "parseurl@~1.3.2",
|
"raw": "parseurl@1.3.2",
|
||||||
"name": "parseurl",
|
"name": "parseurl",
|
||||||
"escapedName": "parseurl",
|
"escapedName": "parseurl",
|
||||||
"rawSpec": "~1.3.2",
|
"rawSpec": "1.3.2",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "~1.3.2"
|
"fetchSpec": "1.3.2"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/express",
|
"/express",
|
||||||
@ -21,13 +27,11 @@
|
|||||||
"/serve-static"
|
"/serve-static"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.2.tgz",
|
"_resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.2.tgz",
|
||||||
"_shasum": "fc289d4ed8993119460c156253262cdc8de65bf3",
|
"_spec": "1.3.2",
|
||||||
"_spec": "parseurl@~1.3.2",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/pillarjs/parseurl/issues"
|
"url": "https://github.com/pillarjs/parseurl/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
@ -39,7 +43,6 @@
|
|||||||
"url": "http://jongleberry.com"
|
"url": "http://jongleberry.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"deprecated": false,
|
|
||||||
"description": "parse a url with memoization",
|
"description": "parse a url with memoization",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"beautify-benchmark": "0.2.4",
|
"beautify-benchmark": "0.2.4",
|
||||||
|
|||||||
13
node_modules/path-to-regexp/package.json
generated
vendored
13
node_modules/path-to-regexp/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"path-to-regexp@0.1.7",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "path-to-regexp@0.1.7",
|
"_from": "path-to-regexp@0.1.7",
|
||||||
"_id": "path-to-regexp@0.1.7",
|
"_id": "path-to-regexp@0.1.7",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -19,19 +25,16 @@
|
|||||||
"/express"
|
"/express"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
|
"_resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
|
||||||
"_shasum": "df604178005f522f15eb4490e7247a1bfaa67f8c",
|
"_spec": "0.1.7",
|
||||||
"_spec": "path-to-regexp@0.1.7",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/component/path-to-regexp/issues"
|
"url": "https://github.com/component/path-to-regexp/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"component": {
|
"component": {
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"path-to-regexp": "index.js"
|
"path-to-regexp": "index.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "Express style path to RegExp utility",
|
"description": "Express style path to RegExp utility",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"istanbul": "^0.2.6",
|
"istanbul": "^0.2.6",
|
||||||
|
|||||||
24
node_modules/path/package.json
generated
vendored
24
node_modules/path/package.json
generated
vendored
@ -1,28 +1,32 @@
|
|||||||
{
|
{
|
||||||
"_from": "path",
|
"_args": [
|
||||||
|
[
|
||||||
|
"path@0.12.7",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "path@0.12.7",
|
||||||
"_id": "path@0.12.7",
|
"_id": "path@0.12.7",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-1NwqUGxM4hl+tIHr/NWzbAFAsQ8=",
|
"_integrity": "sha1-1NwqUGxM4hl+tIHr/NWzbAFAsQ8=",
|
||||||
"_location": "/path",
|
"_location": "/path",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "tag",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "path",
|
"raw": "path@0.12.7",
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"escapedName": "path",
|
"escapedName": "path",
|
||||||
"rawSpec": "",
|
"rawSpec": "0.12.7",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "latest"
|
"fetchSpec": "0.12.7"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"#USER",
|
|
||||||
"/"
|
"/"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/path/-/path-0.12.7.tgz",
|
"_resolved": "https://registry.npmjs.org/path/-/path-0.12.7.tgz",
|
||||||
"_shasum": "d4dc2a506c4ce2197eb481ebfcd5b36c0140b10f",
|
"_spec": "0.12.7",
|
||||||
"_spec": "path",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Joyent",
|
"name": "Joyent",
|
||||||
"url": "http://www.joyent.com"
|
"url": "http://www.joyent.com"
|
||||||
@ -30,12 +34,10 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jinder/path/issues"
|
"url": "https://github.com/jinder/path/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"process": "^0.11.1",
|
"process": "^0.11.1",
|
||||||
"util": "^0.10.3"
|
"util": "^0.10.3"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "Node.JS path module",
|
"description": "Node.JS path module",
|
||||||
"homepage": "http://nodejs.org/docs/latest/api/path.html",
|
"homepage": "http://nodejs.org/docs/latest/api/path.html",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
23
node_modules/process-nextick-args/package.json
generated
vendored
23
node_modules/process-nextick-args/package.json
generated
vendored
@ -1,33 +1,36 @@
|
|||||||
{
|
{
|
||||||
"_from": "process-nextick-args@~1.0.6",
|
"_args": [
|
||||||
|
[
|
||||||
|
"process-nextick-args@1.0.7",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "process-nextick-args@1.0.7",
|
||||||
"_id": "process-nextick-args@1.0.7",
|
"_id": "process-nextick-args@1.0.7",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=",
|
"_integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=",
|
||||||
"_location": "/process-nextick-args",
|
"_location": "/process-nextick-args",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "process-nextick-args@~1.0.6",
|
"raw": "process-nextick-args@1.0.7",
|
||||||
"name": "process-nextick-args",
|
"name": "process-nextick-args",
|
||||||
"escapedName": "process-nextick-args",
|
"escapedName": "process-nextick-args",
|
||||||
"rawSpec": "~1.0.6",
|
"rawSpec": "1.0.7",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "~1.0.6"
|
"fetchSpec": "1.0.7"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/readable-stream"
|
"/readable-stream"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
|
"_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
|
||||||
"_shasum": "150e20b756590ad3f91093f25a4f2ad8bff30ba3",
|
"_spec": "1.0.7",
|
||||||
"_spec": "process-nextick-args@~1.0.6",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\readable-stream",
|
|
||||||
"author": "",
|
"author": "",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/calvinmetcalf/process-nextick-args/issues"
|
"url": "https://github.com/calvinmetcalf/process-nextick-args/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "process.nextTick but always with args",
|
"description": "process.nextTick but always with args",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"tap": "~0.2.6"
|
"tap": "~0.2.6"
|
||||||
|
|||||||
23
node_modules/process/package.json
generated
vendored
23
node_modules/process/package.json
generated
vendored
@ -1,27 +1,32 @@
|
|||||||
{
|
{
|
||||||
"_from": "process@^0.11.1",
|
"_args": [
|
||||||
|
[
|
||||||
|
"process@0.11.10",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "process@0.11.10",
|
||||||
"_id": "process@0.11.10",
|
"_id": "process@0.11.10",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=",
|
"_integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=",
|
||||||
"_location": "/process",
|
"_location": "/process",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "process@^0.11.1",
|
"raw": "process@0.11.10",
|
||||||
"name": "process",
|
"name": "process",
|
||||||
"escapedName": "process",
|
"escapedName": "process",
|
||||||
"rawSpec": "^0.11.1",
|
"rawSpec": "0.11.10",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "^0.11.1"
|
"fetchSpec": "0.11.10"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/path"
|
"/path"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
|
"_resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
|
||||||
"_shasum": "7332300e840161bda3e69a1d1d91a7d4bc16f182",
|
"_spec": "0.11.10",
|
||||||
"_spec": "process@^0.11.1",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\path",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Roman Shtylman",
|
"name": "Roman Shtylman",
|
||||||
"email": "shtylman@gmail.com"
|
"email": "shtylman@gmail.com"
|
||||||
@ -30,8 +35,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/shtylman/node-process/issues"
|
"url": "https://github.com/shtylman/node-process/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "process information for node.js and browsers",
|
"description": "process information for node.js and browsers",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "2.2.1",
|
"mocha": "2.2.1",
|
||||||
|
|||||||
23
node_modules/proxy-addr/package.json
generated
vendored
23
node_modules/proxy-addr/package.json
generated
vendored
@ -1,27 +1,32 @@
|
|||||||
{
|
{
|
||||||
"_from": "proxy-addr@~2.0.2",
|
"_args": [
|
||||||
|
[
|
||||||
|
"proxy-addr@2.0.2",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "proxy-addr@2.0.2",
|
||||||
"_id": "proxy-addr@2.0.2",
|
"_id": "proxy-addr@2.0.2",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-ZXFQT0e7mI7IGAJT+F3X4UlSvew=",
|
"_integrity": "sha1-ZXFQT0e7mI7IGAJT+F3X4UlSvew=",
|
||||||
"_location": "/proxy-addr",
|
"_location": "/proxy-addr",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "proxy-addr@~2.0.2",
|
"raw": "proxy-addr@2.0.2",
|
||||||
"name": "proxy-addr",
|
"name": "proxy-addr",
|
||||||
"escapedName": "proxy-addr",
|
"escapedName": "proxy-addr",
|
||||||
"rawSpec": "~2.0.2",
|
"rawSpec": "2.0.2",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "~2.0.2"
|
"fetchSpec": "2.0.2"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/express"
|
"/express"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.2.tgz",
|
"_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.2.tgz",
|
||||||
"_shasum": "6571504f47bb988ec8180253f85dd7e14952bdec",
|
"_spec": "2.0.2",
|
||||||
"_spec": "proxy-addr@~2.0.2",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
"email": "doug@somethingdoug.com"
|
"email": "doug@somethingdoug.com"
|
||||||
@ -29,12 +34,10 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jshttp/proxy-addr/issues"
|
"url": "https://github.com/jshttp/proxy-addr/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"forwarded": "~0.1.2",
|
"forwarded": "~0.1.2",
|
||||||
"ipaddr.js": "1.5.2"
|
"ipaddr.js": "1.5.2"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "Determine address of proxied request",
|
"description": "Determine address of proxied request",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"beautify-benchmark": "0.2.4",
|
"beautify-benchmark": "0.2.4",
|
||||||
|
|||||||
17
node_modules/qs/package.json
generated
vendored
17
node_modules/qs/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"qs@6.5.1",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "qs@6.5.1",
|
"_from": "qs@6.5.1",
|
||||||
"_id": "qs@6.5.1",
|
"_id": "qs@6.5.1",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -16,17 +22,15 @@
|
|||||||
"fetchSpec": "6.5.1"
|
"fetchSpec": "6.5.1"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/body-parser",
|
"/express",
|
||||||
"/express"
|
"/express/body-parser"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/qs/-/qs-6.5.1.tgz",
|
"_resolved": "https://registry.npmjs.org/qs/-/qs-6.5.1.tgz",
|
||||||
"_shasum": "349cdf6eef89ec45c12d7d5eb3fc0c870343a6d8",
|
"_spec": "6.5.1",
|
||||||
"_spec": "qs@6.5.1",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/ljharb/qs/issues"
|
"url": "https://github.com/ljharb/qs/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Jordan Harband",
|
"name": "Jordan Harband",
|
||||||
@ -35,7 +39,6 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"deprecated": false,
|
|
||||||
"description": "A querystring parser that supports nesting and arrays, with a depth limit",
|
"description": "A querystring parser that supports nesting and arrays, with a depth limit",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@ljharb/eslint-config": "^12.2.1",
|
"@ljharb/eslint-config": "^12.2.1",
|
||||||
|
|||||||
23
node_modules/range-parser/package.json
generated
vendored
23
node_modules/range-parser/package.json
generated
vendored
@ -1,28 +1,33 @@
|
|||||||
{
|
{
|
||||||
"_from": "range-parser@~1.2.0",
|
"_args": [
|
||||||
|
[
|
||||||
|
"range-parser@1.2.0",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "range-parser@1.2.0",
|
||||||
"_id": "range-parser@1.2.0",
|
"_id": "range-parser@1.2.0",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=",
|
"_integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=",
|
||||||
"_location": "/range-parser",
|
"_location": "/range-parser",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "range-parser@~1.2.0",
|
"raw": "range-parser@1.2.0",
|
||||||
"name": "range-parser",
|
"name": "range-parser",
|
||||||
"escapedName": "range-parser",
|
"escapedName": "range-parser",
|
||||||
"rawSpec": "~1.2.0",
|
"rawSpec": "1.2.0",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "~1.2.0"
|
"fetchSpec": "1.2.0"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/express",
|
"/express",
|
||||||
"/send"
|
"/send"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz",
|
"_resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz",
|
||||||
"_shasum": "f49be6b487894ddc40dcc94a322f611092e00d5e",
|
"_spec": "1.2.0",
|
||||||
"_spec": "range-parser@~1.2.0",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "TJ Holowaychuk",
|
"name": "TJ Holowaychuk",
|
||||||
"email": "tj@vision-media.ca",
|
"email": "tj@vision-media.ca",
|
||||||
@ -31,7 +36,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jshttp/range-parser/issues"
|
"url": "https://github.com/jshttp/range-parser/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
@ -47,7 +51,6 @@
|
|||||||
"url": "http://jongleberry.com"
|
"url": "http://jongleberry.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"deprecated": false,
|
|
||||||
"description": "Range header field string parser",
|
"description": "Range header field string parser",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "2.11.1",
|
"eslint": "2.11.1",
|
||||||
|
|||||||
23
node_modules/raw-body/node_modules/depd/package.json
generated
vendored
23
node_modules/raw-body/node_modules/depd/package.json
generated
vendored
@ -1,27 +1,32 @@
|
|||||||
{
|
{
|
||||||
"_from": "depd@~1.1.2",
|
"_args": [
|
||||||
|
[
|
||||||
|
"depd@1.1.2",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "depd@1.1.2",
|
||||||
"_id": "depd@1.1.2",
|
"_id": "depd@1.1.2",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
|
"_integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
|
||||||
"_location": "/raw-body/depd",
|
"_location": "/raw-body/depd",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "depd@~1.1.2",
|
"raw": "depd@1.1.2",
|
||||||
"name": "depd",
|
"name": "depd",
|
||||||
"escapedName": "depd",
|
"escapedName": "depd",
|
||||||
"rawSpec": "~1.1.2",
|
"rawSpec": "1.1.2",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "~1.1.2"
|
"fetchSpec": "1.1.2"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/raw-body/http-errors"
|
"/raw-body/http-errors"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
|
"_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
|
||||||
"_shasum": "9bcd52e14c097763e749b274c4346ed2e560b5a9",
|
"_spec": "1.1.2",
|
||||||
"_spec": "depd@~1.1.2",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\raw-body\\node_modules\\http-errors",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
"email": "doug@somethingdoug.com"
|
"email": "doug@somethingdoug.com"
|
||||||
@ -30,8 +35,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/dougwilson/nodejs-depd/issues"
|
"url": "https://github.com/dougwilson/nodejs-depd/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "Deprecate all the things",
|
"description": "Deprecate all the things",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"beautify-benchmark": "0.2.4",
|
"beautify-benchmark": "0.2.4",
|
||||||
|
|||||||
13
node_modules/raw-body/node_modules/http-errors/package.json
generated
vendored
13
node_modules/raw-body/node_modules/http-errors/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"http-errors@1.6.3",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "http-errors@1.6.3",
|
"_from": "http-errors@1.6.3",
|
||||||
"_id": "http-errors@1.6.3",
|
"_id": "http-errors@1.6.3",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -19,9 +25,8 @@
|
|||||||
"/raw-body"
|
"/raw-body"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
|
"_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
|
||||||
"_shasum": "8b55680bb4be283a0b5bf4ea2e38580be1d9320d",
|
"_spec": "1.6.3",
|
||||||
"_spec": "http-errors@1.6.3",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\raw-body",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Jonathan Ong",
|
"name": "Jonathan Ong",
|
||||||
"email": "me@jongleberry.com",
|
"email": "me@jongleberry.com",
|
||||||
@ -30,7 +35,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jshttp/http-errors/issues"
|
"url": "https://github.com/jshttp/http-errors/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Alan Plum",
|
"name": "Alan Plum",
|
||||||
@ -47,7 +51,6 @@
|
|||||||
"setprototypeof": "1.1.0",
|
"setprototypeof": "1.1.0",
|
||||||
"statuses": ">= 1.4.0 < 2"
|
"statuses": ">= 1.4.0 < 2"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "Create HTTP error objects",
|
"description": "Create HTTP error objects",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "4.18.1",
|
"eslint": "4.18.1",
|
||||||
|
|||||||
23
node_modules/raw-body/node_modules/statuses/package.json
generated
vendored
23
node_modules/raw-body/node_modules/statuses/package.json
generated
vendored
@ -1,31 +1,35 @@
|
|||||||
{
|
{
|
||||||
"_from": "statuses@>= 1.4.0 < 2",
|
"_args": [
|
||||||
|
[
|
||||||
|
"statuses@1.5.0",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "statuses@1.5.0",
|
||||||
"_id": "statuses@1.5.0",
|
"_id": "statuses@1.5.0",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=",
|
"_integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=",
|
||||||
"_location": "/raw-body/statuses",
|
"_location": "/raw-body/statuses",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "statuses@>= 1.4.0 < 2",
|
"raw": "statuses@1.5.0",
|
||||||
"name": "statuses",
|
"name": "statuses",
|
||||||
"escapedName": "statuses",
|
"escapedName": "statuses",
|
||||||
"rawSpec": ">= 1.4.0 < 2",
|
"rawSpec": "1.5.0",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": ">= 1.4.0 < 2"
|
"fetchSpec": "1.5.0"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/raw-body/http-errors"
|
"/raw-body/http-errors"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
|
"_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
|
||||||
"_shasum": "161c7dac177659fd9811f43771fa99381478628c",
|
"_spec": "1.5.0",
|
||||||
"_spec": "statuses@>= 1.4.0 < 2",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\raw-body\\node_modules\\http-errors",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jshttp/statuses/issues"
|
"url": "https://github.com/jshttp/statuses/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
@ -37,7 +41,6 @@
|
|||||||
"url": "http://jongleberry.com"
|
"url": "http://jongleberry.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"deprecated": false,
|
|
||||||
"description": "HTTP status utility",
|
"description": "HTTP status utility",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"csv-parse": "1.2.4",
|
"csv-parse": "1.2.4",
|
||||||
|
|||||||
13
node_modules/raw-body/package.json
generated
vendored
13
node_modules/raw-body/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"raw-body@2.3.3",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "raw-body@2.3.3",
|
"_from": "raw-body@2.3.3",
|
||||||
"_id": "raw-body@2.3.3",
|
"_id": "raw-body@2.3.3",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -22,9 +28,8 @@
|
|||||||
"/body-parser"
|
"/body-parser"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.3.3.tgz",
|
"_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.3.3.tgz",
|
||||||
"_shasum": "1b324ece6b5706e153855bc1148c65bb7f6ea0c3",
|
"_spec": "2.3.3",
|
||||||
"_spec": "raw-body@2.3.3",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\body-parser",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Jonathan Ong",
|
"name": "Jonathan Ong",
|
||||||
"email": "me@jongleberry.com",
|
"email": "me@jongleberry.com",
|
||||||
@ -33,7 +38,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/stream-utils/raw-body/issues"
|
"url": "https://github.com/stream-utils/raw-body/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
@ -50,7 +54,6 @@
|
|||||||
"iconv-lite": "0.4.23",
|
"iconv-lite": "0.4.23",
|
||||||
"unpipe": "1.0.0"
|
"unpipe": "1.0.0"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "Get and validate the raw body of a readable stream.",
|
"description": "Get and validate the raw body of a readable stream.",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bluebird": "3.5.1",
|
"bluebird": "3.5.1",
|
||||||
|
|||||||
13
node_modules/readable-stream/package.json
generated
vendored
13
node_modules/readable-stream/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"readable-stream@2.3.3",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "readable-stream@2.3.3",
|
"_from": "readable-stream@2.3.3",
|
||||||
"_id": "readable-stream@2.3.3",
|
"_id": "readable-stream@2.3.3",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -19,9 +25,8 @@
|
|||||||
"/mysql"
|
"/mysql"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz",
|
"_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz",
|
||||||
"_shasum": "368f2512d79f9d46fdfc71349ae7878bbc1eb95c",
|
"_spec": "2.3.3",
|
||||||
"_spec": "readable-stream@2.3.3",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\mysql",
|
|
||||||
"browser": {
|
"browser": {
|
||||||
"util": false,
|
"util": false,
|
||||||
"./readable.js": "./readable-browser.js",
|
"./readable.js": "./readable-browser.js",
|
||||||
@ -32,7 +37,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/nodejs/readable-stream/issues"
|
"url": "https://github.com/nodejs/readable-stream/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"core-util-is": "~1.0.0",
|
"core-util-is": "~1.0.0",
|
||||||
"inherits": "~2.0.3",
|
"inherits": "~2.0.3",
|
||||||
@ -42,7 +46,6 @@
|
|||||||
"string_decoder": "~1.0.3",
|
"string_decoder": "~1.0.3",
|
||||||
"util-deprecate": "~1.0.1"
|
"util-deprecate": "~1.0.1"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "Streams3, a user-land copy of the stream library from Node.js",
|
"description": "Streams3, a user-land copy of the stream library from Node.js",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"assert": "~1.4.0",
|
"assert": "~1.4.0",
|
||||||
|
|||||||
18
node_modules/safe-buffer/package.json
generated
vendored
18
node_modules/safe-buffer/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"safe-buffer@5.1.1",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "safe-buffer@5.1.1",
|
"_from": "safe-buffer@5.1.1",
|
||||||
"_id": "safe-buffer@5.1.1",
|
"_id": "safe-buffer@5.1.1",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -16,12 +22,14 @@
|
|||||||
"fetchSpec": "5.1.1"
|
"fetchSpec": "5.1.1"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/express"
|
"/express",
|
||||||
|
"/mysql",
|
||||||
|
"/readable-stream",
|
||||||
|
"/string_decoder"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz",
|
"_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz",
|
||||||
"_shasum": "893312af69b2123def71f57889001671eeb2c853",
|
"_spec": "5.1.1",
|
||||||
"_spec": "safe-buffer@5.1.1",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Feross Aboukhadijeh",
|
"name": "Feross Aboukhadijeh",
|
||||||
"email": "feross@feross.org",
|
"email": "feross@feross.org",
|
||||||
@ -30,8 +38,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/feross/safe-buffer/issues"
|
"url": "https://github.com/feross/safe-buffer/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "Safer Node.js Buffer API",
|
"description": "Safer Node.js Buffer API",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"standard": "*",
|
"standard": "*",
|
||||||
|
|||||||
23
node_modules/safer-buffer/package.json
generated
vendored
23
node_modules/safer-buffer/package.json
generated
vendored
@ -1,27 +1,32 @@
|
|||||||
{
|
{
|
||||||
"_from": "safer-buffer@>= 2.1.2 < 3",
|
"_args": [
|
||||||
|
[
|
||||||
|
"safer-buffer@2.1.2",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "safer-buffer@2.1.2",
|
||||||
"_id": "safer-buffer@2.1.2",
|
"_id": "safer-buffer@2.1.2",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
"_integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
||||||
"_location": "/safer-buffer",
|
"_location": "/safer-buffer",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "safer-buffer@>= 2.1.2 < 3",
|
"raw": "safer-buffer@2.1.2",
|
||||||
"name": "safer-buffer",
|
"name": "safer-buffer",
|
||||||
"escapedName": "safer-buffer",
|
"escapedName": "safer-buffer",
|
||||||
"rawSpec": ">= 2.1.2 < 3",
|
"rawSpec": "2.1.2",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": ">= 2.1.2 < 3"
|
"fetchSpec": "2.1.2"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/iconv-lite"
|
"/iconv-lite"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
"_resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
||||||
"_shasum": "44fa161b0187b9549dd84bb91802f9bd8385cd6a",
|
"_spec": "2.1.2",
|
||||||
"_spec": "safer-buffer@>= 2.1.2 < 3",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\iconv-lite",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Nikita Skovoroda",
|
"name": "Nikita Skovoroda",
|
||||||
"email": "chalkerx@gmail.com",
|
"email": "chalkerx@gmail.com",
|
||||||
@ -30,8 +35,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/ChALkeR/safer-buffer/issues"
|
"url": "https://github.com/ChALkeR/safer-buffer/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "Modern Buffer API polyfill without footguns",
|
"description": "Modern Buffer API polyfill without footguns",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"standard": "^11.0.1",
|
"standard": "^11.0.1",
|
||||||
|
|||||||
13
node_modules/send/package.json
generated
vendored
13
node_modules/send/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"send@0.16.1",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "send@0.16.1",
|
"_from": "send@0.16.1",
|
||||||
"_id": "send@0.16.1",
|
"_id": "send@0.16.1",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -20,9 +26,8 @@
|
|||||||
"/serve-static"
|
"/serve-static"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/send/-/send-0.16.1.tgz",
|
"_resolved": "https://registry.npmjs.org/send/-/send-0.16.1.tgz",
|
||||||
"_shasum": "a70e1ca21d1382c11d0d9f6231deb281080d7ab3",
|
"_spec": "0.16.1",
|
||||||
"_spec": "send@0.16.1",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "TJ Holowaychuk",
|
"name": "TJ Holowaychuk",
|
||||||
"email": "tj@vision-media.ca"
|
"email": "tj@vision-media.ca"
|
||||||
@ -30,7 +35,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/pillarjs/send/issues"
|
"url": "https://github.com/pillarjs/send/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
@ -60,7 +64,6 @@
|
|||||||
"range-parser": "~1.2.0",
|
"range-parser": "~1.2.0",
|
||||||
"statuses": "~1.3.1"
|
"statuses": "~1.3.1"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "Better streaming static file server with Range and conditional-GET support",
|
"description": "Better streaming static file server with Range and conditional-GET support",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"after": "0.8.2",
|
"after": "0.8.2",
|
||||||
|
|||||||
13
node_modules/serve-static/package.json
generated
vendored
13
node_modules/serve-static/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"serve-static@1.13.1",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "serve-static@1.13.1",
|
"_from": "serve-static@1.13.1",
|
||||||
"_id": "serve-static@1.13.1",
|
"_id": "serve-static@1.13.1",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -19,9 +25,8 @@
|
|||||||
"/express"
|
"/express"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.13.1.tgz",
|
"_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.13.1.tgz",
|
||||||
"_shasum": "4c57d53404a761d8f2e7c1e8a18a47dbf278a719",
|
"_spec": "1.13.1",
|
||||||
"_spec": "serve-static@1.13.1",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
"email": "doug@somethingdoug.com"
|
"email": "doug@somethingdoug.com"
|
||||||
@ -29,14 +34,12 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/expressjs/serve-static/issues"
|
"url": "https://github.com/expressjs/serve-static/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"encodeurl": "~1.0.1",
|
"encodeurl": "~1.0.1",
|
||||||
"escape-html": "~1.0.3",
|
"escape-html": "~1.0.3",
|
||||||
"parseurl": "~1.3.2",
|
"parseurl": "~1.3.2",
|
||||||
"send": "0.16.1"
|
"send": "0.16.1"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "Serve static files",
|
"description": "Serve static files",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "3.19.0",
|
"eslint": "3.19.0",
|
||||||
|
|||||||
17
node_modules/setprototypeof/package.json
generated
vendored
17
node_modules/setprototypeof/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"setprototypeof@1.1.0",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "setprototypeof@1.1.0",
|
"_from": "setprototypeof@1.1.0",
|
||||||
"_id": "setprototypeof@1.1.0",
|
"_id": "setprototypeof@1.1.0",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -16,20 +22,19 @@
|
|||||||
"fetchSpec": "1.1.0"
|
"fetchSpec": "1.1.0"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/express"
|
"/body-parser/http-errors",
|
||||||
|
"/express",
|
||||||
|
"/raw-body/http-errors"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz",
|
"_resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz",
|
||||||
"_shasum": "d0bd85536887b6fe7c0d818cb962d9d91c54e656",
|
"_spec": "1.1.0",
|
||||||
"_spec": "setprototypeof@1.1.0",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Wes Todd"
|
"name": "Wes Todd"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/wesleytodd/setprototypeof/issues"
|
"url": "https://github.com/wesleytodd/setprototypeof/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "A small polyfill for Object.setprototypeof",
|
"description": "A small polyfill for Object.setprototypeof",
|
||||||
"homepage": "https://github.com/wesleytodd/setprototypeof",
|
"homepage": "https://github.com/wesleytodd/setprototypeof",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
13
node_modules/sqlstring/package.json
generated
vendored
13
node_modules/sqlstring/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"sqlstring@2.3.0",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "sqlstring@2.3.0",
|
"_from": "sqlstring@2.3.0",
|
||||||
"_id": "sqlstring@2.3.0",
|
"_id": "sqlstring@2.3.0",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -19,13 +25,11 @@
|
|||||||
"/mysql"
|
"/mysql"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/sqlstring/-/sqlstring-2.3.0.tgz",
|
"_resolved": "https://registry.npmjs.org/sqlstring/-/sqlstring-2.3.0.tgz",
|
||||||
"_shasum": "525b8a4fd26d6f71aa61e822a6caf976d31ad2a8",
|
"_spec": "2.3.0",
|
||||||
"_spec": "sqlstring@2.3.0",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\mysql",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/mysqljs/sqlstring/issues"
|
"url": "https://github.com/mysqljs/sqlstring/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Adri Van Houdt",
|
"name": "Adri Van Houdt",
|
||||||
@ -53,7 +57,6 @@
|
|||||||
"email": "seregpie@gmail.com"
|
"email": "seregpie@gmail.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"deprecated": false,
|
|
||||||
"description": "Simple SQL escape and format for MySQL",
|
"description": "Simple SQL escape and format for MySQL",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"beautify-benchmark": "0.2.4",
|
"beautify-benchmark": "0.2.4",
|
||||||
|
|||||||
23
node_modules/statuses/package.json
generated
vendored
23
node_modules/statuses/package.json
generated
vendored
@ -1,19 +1,25 @@
|
|||||||
{
|
{
|
||||||
"_from": "statuses@~1.3.1",
|
"_args": [
|
||||||
|
[
|
||||||
|
"statuses@1.3.1",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "statuses@1.3.1",
|
||||||
"_id": "statuses@1.3.1",
|
"_id": "statuses@1.3.1",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-+vUbnrdKrvOzrPStX2Gr8ky3uT4=",
|
"_integrity": "sha1-+vUbnrdKrvOzrPStX2Gr8ky3uT4=",
|
||||||
"_location": "/statuses",
|
"_location": "/statuses",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "statuses@~1.3.1",
|
"raw": "statuses@1.3.1",
|
||||||
"name": "statuses",
|
"name": "statuses",
|
||||||
"escapedName": "statuses",
|
"escapedName": "statuses",
|
||||||
"rawSpec": "~1.3.1",
|
"rawSpec": "1.3.1",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "~1.3.1"
|
"fetchSpec": "1.3.1"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/express",
|
"/express",
|
||||||
@ -22,13 +28,11 @@
|
|||||||
"/send"
|
"/send"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz",
|
"_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz",
|
||||||
"_shasum": "faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e",
|
"_spec": "1.3.1",
|
||||||
"_spec": "statuses@~1.3.1",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jshttp/statuses/issues"
|
"url": "https://github.com/jshttp/statuses/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
@ -40,7 +44,6 @@
|
|||||||
"url": "http://jongleberry.com"
|
"url": "http://jongleberry.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"deprecated": false,
|
|
||||||
"description": "HTTP status utility",
|
"description": "HTTP status utility",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"csv-parse": "1.1.7",
|
"csv-parse": "1.1.7",
|
||||||
|
|||||||
23
node_modules/string_decoder/package.json
generated
vendored
23
node_modules/string_decoder/package.json
generated
vendored
@ -1,35 +1,38 @@
|
|||||||
{
|
{
|
||||||
"_from": "string_decoder@~1.0.3",
|
"_args": [
|
||||||
|
[
|
||||||
|
"string_decoder@1.0.3",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "string_decoder@1.0.3",
|
||||||
"_id": "string_decoder@1.0.3",
|
"_id": "string_decoder@1.0.3",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
|
"_integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
|
||||||
"_location": "/string_decoder",
|
"_location": "/string_decoder",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "string_decoder@~1.0.3",
|
"raw": "string_decoder@1.0.3",
|
||||||
"name": "string_decoder",
|
"name": "string_decoder",
|
||||||
"escapedName": "string_decoder",
|
"escapedName": "string_decoder",
|
||||||
"rawSpec": "~1.0.3",
|
"rawSpec": "1.0.3",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "~1.0.3"
|
"fetchSpec": "1.0.3"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/readable-stream"
|
"/readable-stream"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
|
"_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
|
||||||
"_shasum": "0fc67d7c141825de94282dd536bec6b9bce860ab",
|
"_spec": "1.0.3",
|
||||||
"_spec": "string_decoder@~1.0.3",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\readable-stream",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/rvagg/string_decoder/issues"
|
"url": "https://github.com/rvagg/string_decoder/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"safe-buffer": "~5.1.0"
|
"safe-buffer": "~5.1.0"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "The string_decoder module from Node core",
|
"description": "The string_decoder module from Node core",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-polyfill": "^6.23.0",
|
"babel-polyfill": "^6.23.0",
|
||||||
|
|||||||
27
node_modules/type-is/package.json
generated
vendored
27
node_modules/type-is/package.json
generated
vendored
@ -1,32 +1,36 @@
|
|||||||
{
|
{
|
||||||
"_from": "type-is@~1.6.15",
|
"_args": [
|
||||||
|
[
|
||||||
|
"type-is@1.6.15",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "type-is@1.6.15",
|
||||||
"_id": "type-is@1.6.15",
|
"_id": "type-is@1.6.15",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-yrEPtJCeRByChC6v4a1kbIGARBA=",
|
"_integrity": "sha1-yrEPtJCeRByChC6v4a1kbIGARBA=",
|
||||||
"_location": "/type-is",
|
"_location": "/type-is",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "type-is@~1.6.15",
|
"raw": "type-is@1.6.15",
|
||||||
"name": "type-is",
|
"name": "type-is",
|
||||||
"escapedName": "type-is",
|
"escapedName": "type-is",
|
||||||
"rawSpec": "~1.6.15",
|
"rawSpec": "1.6.15",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "~1.6.15"
|
"fetchSpec": "1.6.15"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/body-parser",
|
"/express",
|
||||||
"/express"
|
"/express/body-parser"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.15.tgz",
|
"_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.15.tgz",
|
||||||
"_shasum": "cab10fb4909e441c82842eafe1ad646c81804410",
|
"_spec": "1.6.15",
|
||||||
"_spec": "type-is@~1.6.15",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jshttp/type-is/issues"
|
"url": "https://github.com/jshttp/type-is/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
@ -42,7 +46,6 @@
|
|||||||
"media-typer": "0.3.0",
|
"media-typer": "0.3.0",
|
||||||
"mime-types": "~2.1.15"
|
"mime-types": "~2.1.15"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "Infer the content-type of a request.",
|
"description": "Infer the content-type of a request.",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "3.19.0",
|
"eslint": "3.19.0",
|
||||||
|
|||||||
24
node_modules/underscore/package.json
generated
vendored
24
node_modules/underscore/package.json
generated
vendored
@ -1,28 +1,32 @@
|
|||||||
{
|
{
|
||||||
"_from": "underscore",
|
"_args": [
|
||||||
|
[
|
||||||
|
"underscore@1.9.0",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "underscore@1.9.0",
|
||||||
"_id": "underscore@1.9.0",
|
"_id": "underscore@1.9.0",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha512-4IV1DSSxC1QK48j9ONFK1MoIAKKkbE8i7u55w2R6IqBqbT7A/iG7aZBCR2Bi8piF0Uz+i/MG1aeqLwl/5vqF+A==",
|
"_integrity": "sha512-4IV1DSSxC1QK48j9ONFK1MoIAKKkbE8i7u55w2R6IqBqbT7A/iG7aZBCR2Bi8piF0Uz+i/MG1aeqLwl/5vqF+A==",
|
||||||
"_location": "/underscore",
|
"_location": "/underscore",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "tag",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "underscore",
|
"raw": "underscore@1.9.0",
|
||||||
"name": "underscore",
|
"name": "underscore",
|
||||||
"escapedName": "underscore",
|
"escapedName": "underscore",
|
||||||
"rawSpec": "",
|
"rawSpec": "1.9.0",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "latest"
|
"fetchSpec": "1.9.0"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"#USER",
|
|
||||||
"/"
|
"/"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.0.tgz",
|
"_resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.0.tgz",
|
||||||
"_shasum": "31dbb314cfcc88f169cd3692d9149d81a00a73e4",
|
"_spec": "1.9.0",
|
||||||
"_spec": "underscore",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Jeremy Ashkenas",
|
"name": "Jeremy Ashkenas",
|
||||||
"email": "jeremy@documentcloud.org"
|
"email": "jeremy@documentcloud.org"
|
||||||
@ -30,8 +34,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jashkenas/underscore/issues"
|
"url": "https://github.com/jashkenas/underscore/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "JavaScript's functional programming helper library.",
|
"description": "JavaScript's functional programming helper library.",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"coveralls": "^2.11.2",
|
"coveralls": "^2.11.2",
|
||||||
|
|||||||
14
node_modules/unpipe/package.json
generated
vendored
14
node_modules/unpipe/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"unpipe@1.0.0",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "unpipe@1.0.0",
|
"_from": "unpipe@1.0.0",
|
||||||
"_id": "unpipe@1.0.0",
|
"_id": "unpipe@1.0.0",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -16,13 +22,13 @@
|
|||||||
"fetchSpec": "1.0.0"
|
"fetchSpec": "1.0.0"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
|
"/express/raw-body",
|
||||||
"/finalhandler",
|
"/finalhandler",
|
||||||
"/raw-body"
|
"/raw-body"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
|
"_resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
|
||||||
"_shasum": "b2bf4ee8514aae6165b4817829d21b2ef49904ec",
|
"_spec": "1.0.0",
|
||||||
"_spec": "unpipe@1.0.0",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\raw-body",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
"email": "doug@somethingdoug.com"
|
"email": "doug@somethingdoug.com"
|
||||||
@ -30,8 +36,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/stream-utils/unpipe/issues"
|
"url": "https://github.com/stream-utils/unpipe/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "Unpipe a stream from all destinations",
|
"description": "Unpipe a stream from all destinations",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"istanbul": "0.3.15",
|
"istanbul": "0.3.15",
|
||||||
|
|||||||
23
node_modules/util-deprecate/package.json
generated
vendored
23
node_modules/util-deprecate/package.json
generated
vendored
@ -1,27 +1,32 @@
|
|||||||
{
|
{
|
||||||
"_from": "util-deprecate@~1.0.1",
|
"_args": [
|
||||||
|
[
|
||||||
|
"util-deprecate@1.0.2",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "util-deprecate@1.0.2",
|
||||||
"_id": "util-deprecate@1.0.2",
|
"_id": "util-deprecate@1.0.2",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=",
|
"_integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=",
|
||||||
"_location": "/util-deprecate",
|
"_location": "/util-deprecate",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "util-deprecate@~1.0.1",
|
"raw": "util-deprecate@1.0.2",
|
||||||
"name": "util-deprecate",
|
"name": "util-deprecate",
|
||||||
"escapedName": "util-deprecate",
|
"escapedName": "util-deprecate",
|
||||||
"rawSpec": "~1.0.1",
|
"rawSpec": "1.0.2",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "~1.0.1"
|
"fetchSpec": "1.0.2"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/readable-stream"
|
"/readable-stream"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
"_resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
||||||
"_shasum": "450d4dc9fa70de732762fbd2d4a28981419a0ccf",
|
"_spec": "1.0.2",
|
||||||
"_spec": "util-deprecate@~1.0.1",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\readable-stream",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Nathan Rajlich",
|
"name": "Nathan Rajlich",
|
||||||
"email": "nathan@tootallnate.net",
|
"email": "nathan@tootallnate.net",
|
||||||
@ -31,8 +36,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/TooTallNate/util-deprecate/issues"
|
"url": "https://github.com/TooTallNate/util-deprecate/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "The Node.js `util.deprecate()` function with browser support",
|
"description": "The Node.js `util.deprecate()` function with browser support",
|
||||||
"homepage": "https://github.com/TooTallNate/util-deprecate",
|
"homepage": "https://github.com/TooTallNate/util-deprecate",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
13
node_modules/util/node_modules/inherits/package.json
generated
vendored
13
node_modules/util/node_modules/inherits/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"inherits@2.0.1",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "inherits@2.0.1",
|
"_from": "inherits@2.0.1",
|
||||||
"_id": "inherits@2.0.1",
|
"_id": "inherits@2.0.1",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -19,15 +25,12 @@
|
|||||||
"/util"
|
"/util"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz",
|
"_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz",
|
||||||
"_shasum": "b17d08d326b4423e568eff719f91b0b1cbdf69f1",
|
"_spec": "2.0.1",
|
||||||
"_spec": "inherits@2.0.1",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\util",
|
|
||||||
"browser": "./inherits_browser.js",
|
"browser": "./inherits_browser.js",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/isaacs/inherits/issues"
|
"url": "https://github.com/isaacs/inherits/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
|
"description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
|
||||||
"homepage": "https://github.com/isaacs/inherits#readme",
|
"homepage": "https://github.com/isaacs/inherits#readme",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
23
node_modules/util/package.json
generated
vendored
23
node_modules/util/package.json
generated
vendored
@ -1,27 +1,32 @@
|
|||||||
{
|
{
|
||||||
"_from": "util@^0.10.3",
|
"_args": [
|
||||||
|
[
|
||||||
|
"util@0.10.3",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "util@0.10.3",
|
||||||
"_id": "util@0.10.3",
|
"_id": "util@0.10.3",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=",
|
"_integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=",
|
||||||
"_location": "/util",
|
"_location": "/util",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "util@^0.10.3",
|
"raw": "util@0.10.3",
|
||||||
"name": "util",
|
"name": "util",
|
||||||
"escapedName": "util",
|
"escapedName": "util",
|
||||||
"rawSpec": "^0.10.3",
|
"rawSpec": "0.10.3",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "^0.10.3"
|
"fetchSpec": "0.10.3"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"/path"
|
"/path"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz",
|
"_resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz",
|
||||||
"_shasum": "7afb1afe50805246489e3db7fe0ed379336ac0f9",
|
"_spec": "0.10.3",
|
||||||
"_spec": "util@^0.10.3",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\path",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Joyent",
|
"name": "Joyent",
|
||||||
"url": "http://www.joyent.com"
|
"url": "http://www.joyent.com"
|
||||||
@ -32,11 +37,9 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/defunctzombie/node-util/issues"
|
"url": "https://github.com/defunctzombie/node-util/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"inherits": "2.0.1"
|
"inherits": "2.0.1"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "Node.JS util module",
|
"description": "Node.JS util module",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"zuul": "~1.0.9"
|
"zuul": "~1.0.9"
|
||||||
|
|||||||
13
node_modules/utils-merge/package.json
generated
vendored
13
node_modules/utils-merge/package.json
generated
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"utils-merge@1.0.1",
|
||||||
|
"/var/www/backend/minis-data"
|
||||||
|
]
|
||||||
|
],
|
||||||
"_from": "utils-merge@1.0.1",
|
"_from": "utils-merge@1.0.1",
|
||||||
"_id": "utils-merge@1.0.1",
|
"_id": "utils-merge@1.0.1",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
@ -19,9 +25,8 @@
|
|||||||
"/express"
|
"/express"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
|
"_resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
|
||||||
"_shasum": "9f95710f50a267947b2ccc124741c1028427e713",
|
"_spec": "1.0.1",
|
||||||
"_spec": "utils-merge@1.0.1",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Jared Hanson",
|
"name": "Jared Hanson",
|
||||||
"email": "jaredhanson@gmail.com",
|
"email": "jaredhanson@gmail.com",
|
||||||
@ -30,9 +35,7 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "http://github.com/jaredhanson/utils-merge/issues"
|
"url": "http://github.com/jaredhanson/utils-merge/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"deprecated": false,
|
|
||||||
"description": "merge() utility function",
|
"description": "merge() utility function",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"chai": "1.x.x",
|
"chai": "1.x.x",
|
||||||
|
|||||||
0
node_modules/uuid/bin/uuid
generated
vendored
Normal file → Executable file
0
node_modules/uuid/bin/uuid
generated
vendored
Normal file → Executable file
24
node_modules/uuid/package.json
generated
vendored
24
node_modules/uuid/package.json
generated
vendored
@ -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",
|
"_id": "uuid@3.1.0",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha512-DIWtzUkw04M4k3bf1IcpS2tngXEL26YUD2M0tMDUpnUrz2hgzUBlD55a4FjdLGPvfHxS6uluGWvaVEqgBcVa+g==",
|
"_integrity": "sha512-DIWtzUkw04M4k3bf1IcpS2tngXEL26YUD2M0tMDUpnUrz2hgzUBlD55a4FjdLGPvfHxS6uluGWvaVEqgBcVa+g==",
|
||||||
"_location": "/uuid",
|
"_location": "/uuid",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "tag",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "uuid",
|
"raw": "uuid@3.1.0",
|
||||||
"name": "uuid",
|
"name": "uuid",
|
||||||
"escapedName": "uuid",
|
"escapedName": "uuid",
|
||||||
"rawSpec": "",
|
"rawSpec": "3.1.0",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "latest"
|
"fetchSpec": "3.1.0"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
"#USER",
|
|
||||||
"/"
|
"/"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.1.0.tgz",
|
"_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.1.0.tgz",
|
||||||
"_shasum": "3dd3d3e790abc24d7b0d3a034ffababe28ebbc04",
|
"_spec": "3.1.0",
|
||||||
"_spec": "uuid",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI",
|
|
||||||
"bin": {
|
"bin": {
|
||||||
"uuid": "./bin/uuid"
|
"uuid": "./bin/uuid"
|
||||||
},
|
},
|
||||||
@ -33,7 +37,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/kelektiv/node-uuid/issues"
|
"url": "https://github.com/kelektiv/node-uuid/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Robert Kieffer",
|
"name": "Robert Kieffer",
|
||||||
@ -56,7 +59,6 @@
|
|||||||
"email": "shtylman@gmail.com"
|
"email": "shtylman@gmail.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"deprecated": false,
|
|
||||||
"description": "RFC4122 (v1, v4, and v5) UUIDs",
|
"description": "RFC4122 (v1, v4, and v5) UUIDs",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "3.1.2"
|
"mocha": "3.1.2"
|
||||||
|
|||||||
24
node_modules/vary/package.json
generated
vendored
24
node_modules/vary/package.json
generated
vendored
@ -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",
|
"_id": "vary@1.1.2",
|
||||||
"_inBundle": false,
|
"_inBundle": false,
|
||||||
"_integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=",
|
"_integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=",
|
||||||
"_location": "/vary",
|
"_location": "/vary",
|
||||||
"_phantomChildren": {},
|
"_phantomChildren": {},
|
||||||
"_requested": {
|
"_requested": {
|
||||||
"type": "range",
|
"type": "version",
|
||||||
"registry": true,
|
"registry": true,
|
||||||
"raw": "vary@~1.1.2",
|
"raw": "vary@1.1.2",
|
||||||
"name": "vary",
|
"name": "vary",
|
||||||
"escapedName": "vary",
|
"escapedName": "vary",
|
||||||
"rawSpec": "~1.1.2",
|
"rawSpec": "1.1.2",
|
||||||
"saveSpec": null,
|
"saveSpec": null,
|
||||||
"fetchSpec": "~1.1.2"
|
"fetchSpec": "1.1.2"
|
||||||
},
|
},
|
||||||
"_requiredBy": [
|
"_requiredBy": [
|
||||||
|
"/cors",
|
||||||
"/express"
|
"/express"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
|
"_resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
|
||||||
"_shasum": "2299f02c6ded30d4a5961b0b9f74524a18f634fc",
|
"_spec": "1.1.2",
|
||||||
"_spec": "vary@~1.1.2",
|
"_where": "/var/www/backend/minis-data",
|
||||||
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Douglas Christopher Wilson",
|
"name": "Douglas Christopher Wilson",
|
||||||
"email": "doug@somethingdoug.com"
|
"email": "doug@somethingdoug.com"
|
||||||
@ -29,8 +35,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jshttp/vary/issues"
|
"url": "https://github.com/jshttp/vary/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "Manipulate the HTTP Vary header",
|
"description": "Manipulate the HTTP Vary header",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"beautify-benchmark": "0.2.4",
|
"beautify-benchmark": "0.2.4",
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user