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",
|
||||||
|
|||||||
46
node_modules/bignumber.js/LICENCE
generated
vendored
46
node_modules/bignumber.js/LICENCE
generated
vendored
@ -1,23 +1,23 @@
|
|||||||
The MIT Licence.
|
The MIT Licence.
|
||||||
|
|
||||||
Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 Michael Mclaughlin
|
Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 Michael Mclaughlin
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
'Software'), to deal in the Software without restriction, including
|
'Software'), to deal in the Software without restriction, including
|
||||||
without limitation the rights to use, copy, modify, merge, publish,
|
without limitation the rights to use, copy, modify, merge, publish,
|
||||||
distribute, sublicense, and/or sell copies of the Software, and to
|
distribute, sublicense, and/or sell copies of the Software, and to
|
||||||
permit persons to whom the Software is furnished to do so, subject to
|
permit persons to whom the Software is furnished to do so, subject to
|
||||||
the following conditions:
|
the following conditions:
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be
|
The above copyright notice and this permission notice shall be
|
||||||
included in all copies or substantial portions of the Software.
|
included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
||||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
||||||
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
||||||
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
|
|||||||
818
node_modules/bignumber.js/README.md
generated
vendored
818
node_modules/bignumber.js/README.md
generated
vendored
@ -1,409 +1,409 @@
|
|||||||

|

|
||||||
|
|
||||||
A JavaScript library for arbitrary-precision decimal and non-decimal arithmetic.
|
A JavaScript library for arbitrary-precision decimal and non-decimal arithmetic.
|
||||||
|
|
||||||
[](https://travis-ci.org/MikeMcl/bignumber.js)
|
[](https://travis-ci.org/MikeMcl/bignumber.js)
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Faster, smaller, and perhaps easier to use than JavaScript versions of Java's BigDecimal
|
- Faster, smaller, and perhaps easier to use than JavaScript versions of Java's BigDecimal
|
||||||
- 8 KB minified and gzipped
|
- 8 KB minified and gzipped
|
||||||
- Simple API but full-featured
|
- Simple API but full-featured
|
||||||
- Works with numbers with or without fraction digits in bases from 2 to 64 inclusive
|
- Works with numbers with or without fraction digits in bases from 2 to 64 inclusive
|
||||||
- Replicates the `toExponential`, `toFixed`, `toPrecision` and `toString` methods of JavaScript's Number type
|
- Replicates the `toExponential`, `toFixed`, `toPrecision` and `toString` methods of JavaScript's Number type
|
||||||
- Includes a `toFraction` and a correctly-rounded `squareRoot` method
|
- Includes a `toFraction` and a correctly-rounded `squareRoot` method
|
||||||
- Supports cryptographically-secure pseudo-random number generation
|
- Supports cryptographically-secure pseudo-random number generation
|
||||||
- No dependencies
|
- No dependencies
|
||||||
- Wide platform compatibility: uses JavaScript 1.5 (ECMAScript 3) features only
|
- Wide platform compatibility: uses JavaScript 1.5 (ECMAScript 3) features only
|
||||||
- Comprehensive [documentation](http://mikemcl.github.io/bignumber.js/) and test set
|
- Comprehensive [documentation](http://mikemcl.github.io/bignumber.js/) and test set
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
If a smaller and simpler library is required see [big.js](https://github.com/MikeMcl/big.js/).
|
If a smaller and simpler library is required see [big.js](https://github.com/MikeMcl/big.js/).
|
||||||
It's less than half the size but only works with decimal numbers and only has half the methods.
|
It's less than half the size but only works with decimal numbers and only has half the methods.
|
||||||
It also does not allow `NaN` or `Infinity`, or have the configuration options of this library.
|
It also does not allow `NaN` or `Infinity`, or have the configuration options of this library.
|
||||||
|
|
||||||
See also [decimal.js](https://github.com/MikeMcl/decimal.js/), which among other things adds support for non-integer powers, and performs all operations to a specified number of significant digits.
|
See also [decimal.js](https://github.com/MikeMcl/decimal.js/), which among other things adds support for non-integer powers, and performs all operations to a specified number of significant digits.
|
||||||
|
|
||||||
## Load
|
## Load
|
||||||
|
|
||||||
The library is the single JavaScript file *bignumber.js* (or minified, *bignumber.min.js*).
|
The library is the single JavaScript file *bignumber.js* (or minified, *bignumber.min.js*).
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<script src='relative/path/to/bignumber.js'></script>
|
<script src='relative/path/to/bignumber.js'></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
For [Node.js](http://nodejs.org), the library is available from the [npm](https://npmjs.org/) registry
|
For [Node.js](http://nodejs.org), the library is available from the [npm](https://npmjs.org/) registry
|
||||||
|
|
||||||
$ npm install bignumber.js
|
$ npm install bignumber.js
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
var BigNumber = require('bignumber.js');
|
var BigNumber = require('bignumber.js');
|
||||||
```
|
```
|
||||||
|
|
||||||
To load with AMD loader libraries such as [requireJS](http://requirejs.org/):
|
To load with AMD loader libraries such as [requireJS](http://requirejs.org/):
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
require(['path/to/bignumber'], function(BigNumber) {
|
require(['path/to/bignumber'], function(BigNumber) {
|
||||||
// Use BigNumber here in local scope. No global BigNumber.
|
// Use BigNumber here in local scope. No global BigNumber.
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
## Use
|
## Use
|
||||||
|
|
||||||
*In all examples below, `var`, semicolons and `toString` calls are not shown.
|
*In all examples below, `var`, semicolons and `toString` calls are not shown.
|
||||||
If a commented-out value is in quotes it means `toString` has been called on the preceding expression.*
|
If a commented-out value is in quotes it means `toString` has been called on the preceding expression.*
|
||||||
|
|
||||||
The library exports a single function: `BigNumber`, the constructor of BigNumber instances.
|
The library exports a single function: `BigNumber`, the constructor of BigNumber instances.
|
||||||
|
|
||||||
It accepts a value of type number *(up to 15 significant digits only)*, string or BigNumber object,
|
It accepts a value of type number *(up to 15 significant digits only)*, string or BigNumber object,
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
x = new BigNumber(123.4567)
|
x = new BigNumber(123.4567)
|
||||||
y = new BigNumber('123456.7e-3')
|
y = new BigNumber('123456.7e-3')
|
||||||
z = new BigNumber(x)
|
z = new BigNumber(x)
|
||||||
x.equals(y) && y.equals(z) && x.equals(z) // true
|
x.equals(y) && y.equals(z) && x.equals(z) // true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
and a base from 2 to 64 inclusive can be specified.
|
and a base from 2 to 64 inclusive can be specified.
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
x = new BigNumber(1011, 2) // "11"
|
x = new BigNumber(1011, 2) // "11"
|
||||||
y = new BigNumber('zz.9', 36) // "1295.25"
|
y = new BigNumber('zz.9', 36) // "1295.25"
|
||||||
z = x.plus(y) // "1306.25"
|
z = x.plus(y) // "1306.25"
|
||||||
```
|
```
|
||||||
|
|
||||||
A BigNumber is immutable in the sense that it is not changed by its methods.
|
A BigNumber is immutable in the sense that it is not changed by its methods.
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
0.3 - 0.1 // 0.19999999999999998
|
0.3 - 0.1 // 0.19999999999999998
|
||||||
x = new BigNumber(0.3)
|
x = new BigNumber(0.3)
|
||||||
x.minus(0.1) // "0.2"
|
x.minus(0.1) // "0.2"
|
||||||
x // "0.3"
|
x // "0.3"
|
||||||
```
|
```
|
||||||
|
|
||||||
The methods that return a BigNumber can be chained.
|
The methods that return a BigNumber can be chained.
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
x.dividedBy(y).plus(z).times(9).floor()
|
x.dividedBy(y).plus(z).times(9).floor()
|
||||||
x.times('1.23456780123456789e+9').plus(9876.5432321).dividedBy('4444562598.111772').ceil()
|
x.times('1.23456780123456789e+9').plus(9876.5432321).dividedBy('4444562598.111772').ceil()
|
||||||
```
|
```
|
||||||
|
|
||||||
Many method names have a shorter alias.
|
Many method names have a shorter alias.
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
x.squareRoot().dividedBy(y).toPower(3).equals(x.sqrt().div(y).pow(3)) // true
|
x.squareRoot().dividedBy(y).toPower(3).equals(x.sqrt().div(y).pow(3)) // true
|
||||||
x.cmp(y.mod(z).neg()) == 1 && x.comparedTo(y.modulo(z).negated()) == 1 // true
|
x.cmp(y.mod(z).neg()) == 1 && x.comparedTo(y.modulo(z).negated()) == 1 // true
|
||||||
```
|
```
|
||||||
|
|
||||||
Like JavaScript's number type, there are `toExponential`, `toFixed` and `toPrecision` methods
|
Like JavaScript's number type, there are `toExponential`, `toFixed` and `toPrecision` methods
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
x = new BigNumber(255.5)
|
x = new BigNumber(255.5)
|
||||||
x.toExponential(5) // "2.55500e+2"
|
x.toExponential(5) // "2.55500e+2"
|
||||||
x.toFixed(5) // "255.50000"
|
x.toFixed(5) // "255.50000"
|
||||||
x.toPrecision(5) // "255.50"
|
x.toPrecision(5) // "255.50"
|
||||||
x.toNumber() // 255.5
|
x.toNumber() // 255.5
|
||||||
```
|
```
|
||||||
|
|
||||||
and a base can be specified for `toString`.
|
and a base can be specified for `toString`.
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
x.toString(16) // "ff.8"
|
x.toString(16) // "ff.8"
|
||||||
```
|
```
|
||||||
|
|
||||||
There is also a `toFormat` method which may be useful for internationalisation
|
There is also a `toFormat` method which may be useful for internationalisation
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
y = new BigNumber('1234567.898765')
|
y = new BigNumber('1234567.898765')
|
||||||
y.toFormat(2) // "1,234,567.90"
|
y.toFormat(2) // "1,234,567.90"
|
||||||
```
|
```
|
||||||
|
|
||||||
The maximum number of decimal places of the result of an operation involving division (i.e. a division, square root, base conversion or negative power operation) is set using the `config` method of the `BigNumber` constructor.
|
The maximum number of decimal places of the result of an operation involving division (i.e. a division, square root, base conversion or negative power operation) is set using the `config` method of the `BigNumber` constructor.
|
||||||
|
|
||||||
The other arithmetic operations always give the exact result.
|
The other arithmetic operations always give the exact result.
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
BigNumber.config({ DECIMAL_PLACES: 10, ROUNDING_MODE: 4 })
|
BigNumber.config({ DECIMAL_PLACES: 10, ROUNDING_MODE: 4 })
|
||||||
|
|
||||||
x = new BigNumber(2);
|
x = new BigNumber(2);
|
||||||
y = new BigNumber(3);
|
y = new BigNumber(3);
|
||||||
z = x.div(y) // "0.6666666667"
|
z = x.div(y) // "0.6666666667"
|
||||||
z.sqrt() // "0.8164965809"
|
z.sqrt() // "0.8164965809"
|
||||||
z.pow(-3) // "3.3749999995"
|
z.pow(-3) // "3.3749999995"
|
||||||
z.toString(2) // "0.1010101011"
|
z.toString(2) // "0.1010101011"
|
||||||
z.times(z) // "0.44444444448888888889"
|
z.times(z) // "0.44444444448888888889"
|
||||||
z.times(z).round(10) // "0.4444444445"
|
z.times(z).round(10) // "0.4444444445"
|
||||||
```
|
```
|
||||||
|
|
||||||
There is a `toFraction` method with an optional *maximum denominator* argument
|
There is a `toFraction` method with an optional *maximum denominator* argument
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
y = new BigNumber(355)
|
y = new BigNumber(355)
|
||||||
pi = y.dividedBy(113) // "3.1415929204"
|
pi = y.dividedBy(113) // "3.1415929204"
|
||||||
pi.toFraction() // [ "7853982301", "2500000000" ]
|
pi.toFraction() // [ "7853982301", "2500000000" ]
|
||||||
pi.toFraction(1000) // [ "355", "113" ]
|
pi.toFraction(1000) // [ "355", "113" ]
|
||||||
```
|
```
|
||||||
|
|
||||||
and `isNaN` and `isFinite` methods, as `NaN` and `Infinity` are valid `BigNumber` values.
|
and `isNaN` and `isFinite` methods, as `NaN` and `Infinity` are valid `BigNumber` values.
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
x = new BigNumber(NaN) // "NaN"
|
x = new BigNumber(NaN) // "NaN"
|
||||||
y = new BigNumber(Infinity) // "Infinity"
|
y = new BigNumber(Infinity) // "Infinity"
|
||||||
x.isNaN() && !y.isNaN() && !x.isFinite() && !y.isFinite() // true
|
x.isNaN() && !y.isNaN() && !x.isFinite() && !y.isFinite() // true
|
||||||
```
|
```
|
||||||
|
|
||||||
The value of a BigNumber is stored in a decimal floating point format in terms of a coefficient, exponent and sign.
|
The value of a BigNumber is stored in a decimal floating point format in terms of a coefficient, exponent and sign.
|
||||||
|
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
x = new BigNumber(-123.456);
|
x = new BigNumber(-123.456);
|
||||||
x.c // [ 123, 45600000000000 ] coefficient (i.e. significand)
|
x.c // [ 123, 45600000000000 ] coefficient (i.e. significand)
|
||||||
x.e // 2 exponent
|
x.e // 2 exponent
|
||||||
x.s // -1 sign
|
x.s // -1 sign
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
Multiple BigNumber constructors can be created, each with their own independent configuration which applies to all BigNumber's created from it.
|
Multiple BigNumber constructors can be created, each with their own independent configuration which applies to all BigNumber's created from it.
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
// Set DECIMAL_PLACES for the original BigNumber constructor
|
// Set DECIMAL_PLACES for the original BigNumber constructor
|
||||||
BigNumber.config({ DECIMAL_PLACES: 10 })
|
BigNumber.config({ DECIMAL_PLACES: 10 })
|
||||||
|
|
||||||
// Create another BigNumber constructor, optionally passing in a configuration object
|
// Create another BigNumber constructor, optionally passing in a configuration object
|
||||||
BN = BigNumber.another({ DECIMAL_PLACES: 5 })
|
BN = BigNumber.another({ DECIMAL_PLACES: 5 })
|
||||||
|
|
||||||
x = new BigNumber(1)
|
x = new BigNumber(1)
|
||||||
y = new BN(1)
|
y = new BN(1)
|
||||||
|
|
||||||
x.div(3) // '0.3333333333'
|
x.div(3) // '0.3333333333'
|
||||||
y.div(3) // '0.33333'
|
y.div(3) // '0.33333'
|
||||||
```
|
```
|
||||||
|
|
||||||
For futher information see the [API](http://mikemcl.github.io/bignumber.js/) reference in the *doc* directory.
|
For futher information see the [API](http://mikemcl.github.io/bignumber.js/) reference in the *doc* directory.
|
||||||
|
|
||||||
## Test
|
## Test
|
||||||
|
|
||||||
The *test* directory contains the test scripts for each method.
|
The *test* directory contains the test scripts for each method.
|
||||||
|
|
||||||
The tests can be run with Node or a browser. For Node use
|
The tests can be run with Node or a browser. For Node use
|
||||||
|
|
||||||
$ npm test
|
$ npm test
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
$ node test/every-test
|
$ node test/every-test
|
||||||
|
|
||||||
To test a single method, e.g.
|
To test a single method, e.g.
|
||||||
|
|
||||||
$ node test/toFraction
|
$ node test/toFraction
|
||||||
|
|
||||||
For the browser, see *every-test.html* and *single-test.html* in the *test/browser* directory.
|
For the browser, see *every-test.html* and *single-test.html* in the *test/browser* directory.
|
||||||
|
|
||||||
*bignumber-vs-number.html* enables some of the methods of bignumber.js to be compared with those of JavaScript's number type.
|
*bignumber-vs-number.html* enables some of the methods of bignumber.js to be compared with those of JavaScript's number type.
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
Version 1.x.x of this library is still supported on the 'original' branch. The advantages of later versions are that they are considerably faster for numbers with many digits and that there are some added methods (see Change Log below). The disadvantages are more lines of code and increased code complexity, and the loss of simplicity in no longer having the coefficient of a BigNumber stored in base 10.
|
Version 1.x.x of this library is still supported on the 'original' branch. The advantages of later versions are that they are considerably faster for numbers with many digits and that there are some added methods (see Change Log below). The disadvantages are more lines of code and increased code complexity, and the loss of simplicity in no longer having the coefficient of a BigNumber stored in base 10.
|
||||||
|
|
||||||
## Performance
|
## Performance
|
||||||
|
|
||||||
See the [README](https://github.com/MikeMcl/bignumber.js/tree/master/perf) in the *perf* directory.
|
See the [README](https://github.com/MikeMcl/bignumber.js/tree/master/perf) in the *perf* directory.
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
For Node, if [uglify-js](https://github.com/mishoo/UglifyJS2) is installed
|
For Node, if [uglify-js](https://github.com/mishoo/UglifyJS2) is installed
|
||||||
|
|
||||||
npm install uglify-js -g
|
npm install uglify-js -g
|
||||||
|
|
||||||
then
|
then
|
||||||
|
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
will create *bignumber.min.js*.
|
will create *bignumber.min.js*.
|
||||||
|
|
||||||
A source map will also be created in the root directory.
|
A source map will also be created in the root directory.
|
||||||
|
|
||||||
## Feedback
|
## Feedback
|
||||||
|
|
||||||
Open an issue, or email
|
Open an issue, or email
|
||||||
|
|
||||||
Michael
|
Michael
|
||||||
|
|
||||||
<a href="mailto:M8ch88l@gmail.com">M8ch88l@gmail.com</a>
|
<a href="mailto:M8ch88l@gmail.com">M8ch88l@gmail.com</a>
|
||||||
|
|
||||||
## Licence
|
## Licence
|
||||||
|
|
||||||
MIT.
|
MIT.
|
||||||
|
|
||||||
See [LICENCE](https://github.com/MikeMcl/bignumber.js/blob/master/LICENCE).
|
See [LICENCE](https://github.com/MikeMcl/bignumber.js/blob/master/LICENCE).
|
||||||
|
|
||||||
## Change Log
|
## Change Log
|
||||||
|
|
||||||
#### 4.0.4
|
#### 4.0.4
|
||||||
* 03/09/2017
|
* 03/09/2017
|
||||||
* Add missing aliases to *bignumber.d.ts*.
|
* Add missing aliases to *bignumber.d.ts*.
|
||||||
|
|
||||||
#### 4.0.3
|
#### 4.0.3
|
||||||
* 30/08/2017
|
* 30/08/2017
|
||||||
* Add types: *bignumber.d.ts*.
|
* Add types: *bignumber.d.ts*.
|
||||||
|
|
||||||
#### 4.0.2
|
#### 4.0.2
|
||||||
* 03/05/2017
|
* 03/05/2017
|
||||||
* #120 Workaround Safari/Webkit bug.
|
* #120 Workaround Safari/Webkit bug.
|
||||||
|
|
||||||
#### 4.0.1
|
#### 4.0.1
|
||||||
* 05/04/2017
|
* 05/04/2017
|
||||||
* #121 BigNumber.default to BigNumber['default'].
|
* #121 BigNumber.default to BigNumber['default'].
|
||||||
|
|
||||||
#### 4.0.0
|
#### 4.0.0
|
||||||
* 09/01/2017
|
* 09/01/2017
|
||||||
* Replace BigNumber.isBigNumber method with isBigNumber prototype property.
|
* Replace BigNumber.isBigNumber method with isBigNumber prototype property.
|
||||||
|
|
||||||
#### 3.1.2
|
#### 3.1.2
|
||||||
* 08/01/2017
|
* 08/01/2017
|
||||||
* Minor documentation edit.
|
* Minor documentation edit.
|
||||||
|
|
||||||
#### 3.1.1
|
#### 3.1.1
|
||||||
* 08/01/2017
|
* 08/01/2017
|
||||||
* Uncomment `isBigNumber` tests.
|
* Uncomment `isBigNumber` tests.
|
||||||
* Ignore dot files.
|
* Ignore dot files.
|
||||||
|
|
||||||
#### 3.1.0
|
#### 3.1.0
|
||||||
* 08/01/2017
|
* 08/01/2017
|
||||||
* Add `isBigNumber` method.
|
* Add `isBigNumber` method.
|
||||||
|
|
||||||
#### 3.0.2
|
#### 3.0.2
|
||||||
* 08/01/2017
|
* 08/01/2017
|
||||||
* Bugfix: Possible incorrect value of `ERRORS` after a `BigNumber.another` call (due to `parseNumeric` declaration in outer scope).
|
* Bugfix: Possible incorrect value of `ERRORS` after a `BigNumber.another` call (due to `parseNumeric` declaration in outer scope).
|
||||||
|
|
||||||
#### 3.0.1
|
#### 3.0.1
|
||||||
* 23/11/2016
|
* 23/11/2016
|
||||||
* Apply fix for old ipads with `%` issue, see #57 and #102.
|
* Apply fix for old ipads with `%` issue, see #57 and #102.
|
||||||
* Correct error message.
|
* Correct error message.
|
||||||
|
|
||||||
#### 3.0.0
|
#### 3.0.0
|
||||||
* 09/11/2016
|
* 09/11/2016
|
||||||
* Remove `require('crypto')` - leave it to the user.
|
* Remove `require('crypto')` - leave it to the user.
|
||||||
* Add `BigNumber.set` as `BigNumber.config` alias.
|
* Add `BigNumber.set` as `BigNumber.config` alias.
|
||||||
* Default `POW_PRECISION` to `0`.
|
* Default `POW_PRECISION` to `0`.
|
||||||
|
|
||||||
#### 2.4.0
|
#### 2.4.0
|
||||||
* 14/07/2016
|
* 14/07/2016
|
||||||
* #97 Add exports to support ES6 imports.
|
* #97 Add exports to support ES6 imports.
|
||||||
|
|
||||||
#### 2.3.0
|
#### 2.3.0
|
||||||
* 07/03/2016
|
* 07/03/2016
|
||||||
* #86 Add modulus parameter to `toPower`.
|
* #86 Add modulus parameter to `toPower`.
|
||||||
|
|
||||||
#### 2.2.0
|
#### 2.2.0
|
||||||
* 03/03/2016
|
* 03/03/2016
|
||||||
* #91 Permit larger JS integers.
|
* #91 Permit larger JS integers.
|
||||||
|
|
||||||
#### 2.1.4
|
#### 2.1.4
|
||||||
* 15/12/2015
|
* 15/12/2015
|
||||||
* Correct UMD.
|
* Correct UMD.
|
||||||
|
|
||||||
#### 2.1.3
|
#### 2.1.3
|
||||||
* 13/12/2015
|
* 13/12/2015
|
||||||
* Refactor re global object and crypto availability when bundling.
|
* Refactor re global object and crypto availability when bundling.
|
||||||
|
|
||||||
#### 2.1.2
|
#### 2.1.2
|
||||||
* 10/12/2015
|
* 10/12/2015
|
||||||
* Bugfix: `window.crypto` not assigned to `crypto`.
|
* Bugfix: `window.crypto` not assigned to `crypto`.
|
||||||
|
|
||||||
#### 2.1.1
|
#### 2.1.1
|
||||||
* 09/12/2015
|
* 09/12/2015
|
||||||
* Prevent code bundler from adding `crypto` shim.
|
* Prevent code bundler from adding `crypto` shim.
|
||||||
|
|
||||||
#### 2.1.0
|
#### 2.1.0
|
||||||
* 26/10/2015
|
* 26/10/2015
|
||||||
* For `valueOf` and `toJSON`, include the minus sign with negative zero.
|
* For `valueOf` and `toJSON`, include the minus sign with negative zero.
|
||||||
|
|
||||||
#### 2.0.8
|
#### 2.0.8
|
||||||
* 2/10/2015
|
* 2/10/2015
|
||||||
* Internal round function bugfix.
|
* Internal round function bugfix.
|
||||||
|
|
||||||
#### 2.0.6
|
#### 2.0.6
|
||||||
* 31/03/2015
|
* 31/03/2015
|
||||||
* Add bower.json. Tweak division after in-depth review.
|
* Add bower.json. Tweak division after in-depth review.
|
||||||
|
|
||||||
#### 2.0.5
|
#### 2.0.5
|
||||||
* 25/03/2015
|
* 25/03/2015
|
||||||
* Amend README. Remove bitcoin address.
|
* Amend README. Remove bitcoin address.
|
||||||
|
|
||||||
#### 2.0.4
|
#### 2.0.4
|
||||||
* 25/03/2015
|
* 25/03/2015
|
||||||
* Critical bugfix #58: division.
|
* Critical bugfix #58: division.
|
||||||
|
|
||||||
#### 2.0.3
|
#### 2.0.3
|
||||||
* 18/02/2015
|
* 18/02/2015
|
||||||
* Amend README. Add source map.
|
* Amend README. Add source map.
|
||||||
|
|
||||||
#### 2.0.2
|
#### 2.0.2
|
||||||
* 18/02/2015
|
* 18/02/2015
|
||||||
* Correct links.
|
* Correct links.
|
||||||
|
|
||||||
#### 2.0.1
|
#### 2.0.1
|
||||||
* 18/02/2015
|
* 18/02/2015
|
||||||
* Add `max`, `min`, `precision`, `random`, `shift`, `toDigits` and `truncated` methods.
|
* Add `max`, `min`, `precision`, `random`, `shift`, `toDigits` and `truncated` methods.
|
||||||
* Add the short-forms: `add`, `mul`, `sd`, `sub` and `trunc`.
|
* Add the short-forms: `add`, `mul`, `sd`, `sub` and `trunc`.
|
||||||
* Add an `another` method to enable multiple independent constructors to be created.
|
* Add an `another` method to enable multiple independent constructors to be created.
|
||||||
* Add support for the base 2, 8 and 16 prefixes `0b`, `0o` and `0x`.
|
* Add support for the base 2, 8 and 16 prefixes `0b`, `0o` and `0x`.
|
||||||
* Enable a rounding mode to be specified as a second parameter to `toExponential`, `toFixed`, `toFormat` and `toPrecision`.
|
* Enable a rounding mode to be specified as a second parameter to `toExponential`, `toFixed`, `toFormat` and `toPrecision`.
|
||||||
* Add a `CRYPTO` configuration property so cryptographically-secure pseudo-random number generation can be specified.
|
* Add a `CRYPTO` configuration property so cryptographically-secure pseudo-random number generation can be specified.
|
||||||
* Add a `MODULO_MODE` configuration property to enable the rounding mode used by the `modulo` operation to be specified.
|
* Add a `MODULO_MODE` configuration property to enable the rounding mode used by the `modulo` operation to be specified.
|
||||||
* Add a `POW_PRECISION` configuration property to enable the number of significant digits calculated by the power operation to be limited.
|
* Add a `POW_PRECISION` configuration property to enable the number of significant digits calculated by the power operation to be limited.
|
||||||
* Improve code quality.
|
* Improve code quality.
|
||||||
* Improve documentation.
|
* Improve documentation.
|
||||||
|
|
||||||
#### 2.0.0
|
#### 2.0.0
|
||||||
* 29/12/2014
|
* 29/12/2014
|
||||||
* Add `dividedToIntegerBy`, `isInteger` and `toFormat` methods.
|
* Add `dividedToIntegerBy`, `isInteger` and `toFormat` methods.
|
||||||
* Remove the following short-forms: `isF`, `isZ`, `toE`, `toF`, `toFr`, `toN`, `toP`, `toS`.
|
* Remove the following short-forms: `isF`, `isZ`, `toE`, `toF`, `toFr`, `toN`, `toP`, `toS`.
|
||||||
* Store a BigNumber's coefficient in base 1e14, rather than base 10.
|
* Store a BigNumber's coefficient in base 1e14, rather than base 10.
|
||||||
* Add fast path for integers to BigNumber constructor.
|
* Add fast path for integers to BigNumber constructor.
|
||||||
* Incorporate the library into the online documentation.
|
* Incorporate the library into the online documentation.
|
||||||
|
|
||||||
#### 1.5.0
|
#### 1.5.0
|
||||||
* 13/11/2014
|
* 13/11/2014
|
||||||
* Add `toJSON` and `decimalPlaces` methods.
|
* Add `toJSON` and `decimalPlaces` methods.
|
||||||
|
|
||||||
#### 1.4.1
|
#### 1.4.1
|
||||||
* 08/06/2014
|
* 08/06/2014
|
||||||
* Amend README.
|
* Amend README.
|
||||||
|
|
||||||
#### 1.4.0
|
#### 1.4.0
|
||||||
* 08/05/2014
|
* 08/05/2014
|
||||||
* Add `toNumber`.
|
* Add `toNumber`.
|
||||||
|
|
||||||
#### 1.3.0
|
#### 1.3.0
|
||||||
* 08/11/2013
|
* 08/11/2013
|
||||||
* Ensure correct rounding of `sqrt` in all, rather than almost all, cases.
|
* Ensure correct rounding of `sqrt` in all, rather than almost all, cases.
|
||||||
* Maximum radix to 64.
|
* Maximum radix to 64.
|
||||||
|
|
||||||
#### 1.2.1
|
#### 1.2.1
|
||||||
* 17/10/2013
|
* 17/10/2013
|
||||||
* Sign of zero when x < 0 and x + (-x) = 0.
|
* Sign of zero when x < 0 and x + (-x) = 0.
|
||||||
|
|
||||||
#### 1.2.0
|
#### 1.2.0
|
||||||
* 19/9/2013
|
* 19/9/2013
|
||||||
* Throw Error objects for stack.
|
* Throw Error objects for stack.
|
||||||
|
|
||||||
#### 1.1.1
|
#### 1.1.1
|
||||||
* 22/8/2013
|
* 22/8/2013
|
||||||
* Show original value in constructor error message.
|
* Show original value in constructor error message.
|
||||||
|
|
||||||
#### 1.1.0
|
#### 1.1.0
|
||||||
* 1/8/2013
|
* 1/8/2013
|
||||||
* Allow numbers with trailing radix point.
|
* Allow numbers with trailing radix point.
|
||||||
|
|
||||||
#### 1.0.1
|
#### 1.0.1
|
||||||
* Bugfix: error messages with incorrect method name
|
* Bugfix: error messages with incorrect method name
|
||||||
|
|
||||||
#### 1.0.0
|
#### 1.0.0
|
||||||
* 8/11/2012
|
* 8/11/2012
|
||||||
* Initial release
|
* Initial release
|
||||||
|
|||||||
2590
node_modules/bignumber.js/bignumber.d.ts
generated
vendored
2590
node_modules/bignumber.js/bignumber.d.ts
generated
vendored
File diff suppressed because it is too large
Load Diff
5468
node_modules/bignumber.js/bignumber.js
generated
vendored
5468
node_modules/bignumber.js/bignumber.js
generated
vendored
File diff suppressed because it is too large
Load Diff
72
node_modules/bignumber.js/bower.json
generated
vendored
72
node_modules/bignumber.js/bower.json
generated
vendored
@ -1,36 +1,36 @@
|
|||||||
{
|
{
|
||||||
"name": "bignumber.js",
|
"name": "bignumber.js",
|
||||||
"main": "bignumber.js",
|
"main": "bignumber.js",
|
||||||
"version": "4.0.4",
|
"version": "4.0.4",
|
||||||
"homepage": "https://github.com/MikeMcl/bignumber.js",
|
"homepage": "https://github.com/MikeMcl/bignumber.js",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Michael Mclaughlin <M8ch88l@gmail.com>"
|
"Michael Mclaughlin <M8ch88l@gmail.com>"
|
||||||
],
|
],
|
||||||
"description": "A library for arbitrary-precision decimal and non-decimal arithmetic",
|
"description": "A library for arbitrary-precision decimal and non-decimal arithmetic",
|
||||||
"moduleType": [
|
"moduleType": [
|
||||||
"amd",
|
"amd",
|
||||||
"globals",
|
"globals",
|
||||||
"node"
|
"node"
|
||||||
],
|
],
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"arbitrary",
|
"arbitrary",
|
||||||
"precision",
|
"precision",
|
||||||
"arithmetic",
|
"arithmetic",
|
||||||
"big",
|
"big",
|
||||||
"number",
|
"number",
|
||||||
"decimal",
|
"decimal",
|
||||||
"float",
|
"float",
|
||||||
"biginteger",
|
"biginteger",
|
||||||
"bigdecimal",
|
"bigdecimal",
|
||||||
"bignumber",
|
"bignumber",
|
||||||
"bigint",
|
"bigint",
|
||||||
"bignum"
|
"bignum"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
".*",
|
".*",
|
||||||
"*.json",
|
"*.json",
|
||||||
"test"
|
"test"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
4394
node_modules/bignumber.js/doc/API.html
generated
vendored
4394
node_modules/bignumber.js/doc/API.html
generated
vendored
File diff suppressed because it is too large
Load Diff
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",
|
||||||
|
|||||||
56
node_modules/hashmap/.jshintrc
generated
vendored
56
node_modules/hashmap/.jshintrc
generated
vendored
@ -1,28 +1,28 @@
|
|||||||
{
|
{
|
||||||
"shadow": "inner",
|
"shadow": "inner",
|
||||||
"indent": 1,
|
"indent": 1,
|
||||||
|
|
||||||
"camelcase": false,
|
"camelcase": false,
|
||||||
"eqeqeq": true,
|
"eqeqeq": true,
|
||||||
"eqnull": true,
|
"eqnull": true,
|
||||||
"freeze": true,
|
"freeze": true,
|
||||||
"funcscope": true,
|
"funcscope": true,
|
||||||
"newcap": true,
|
"newcap": true,
|
||||||
"noarg": true,
|
"noarg": true,
|
||||||
"noempty": true,
|
"noempty": true,
|
||||||
"nonbsp": true,
|
"nonbsp": true,
|
||||||
"unused": "vars",
|
"unused": "vars",
|
||||||
"undef": true,
|
"undef": true,
|
||||||
"scripturl": true,
|
"scripturl": true,
|
||||||
"loopfunc": true,
|
"loopfunc": true,
|
||||||
"strict": "implied",
|
"strict": "implied",
|
||||||
"validthis": true,
|
"validthis": true,
|
||||||
|
|
||||||
"esnext": true,
|
"esnext": true,
|
||||||
"globals": {},
|
"globals": {},
|
||||||
"browser": true,
|
"browser": true,
|
||||||
"devel": true,
|
"devel": true,
|
||||||
"mocha": true,
|
"mocha": true,
|
||||||
"node": true,
|
"node": true,
|
||||||
"jquery": true
|
"jquery": true
|
||||||
}
|
}
|
||||||
|
|||||||
340
node_modules/hashmap/Readme.md
generated
vendored
340
node_modules/hashmap/Readme.md
generated
vendored
@ -1,170 +1,170 @@
|
|||||||
# HashMap Class for JavaScript
|
# HashMap Class for JavaScript
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
[](https://npmjs.org/package/hashmap)
|
[](https://npmjs.org/package/hashmap)
|
||||||
|
|
||||||
Using [npm](https://npmjs.org/package/hashmap):
|
Using [npm](https://npmjs.org/package/hashmap):
|
||||||
|
|
||||||
$ npm install hashmap
|
$ npm install hashmap
|
||||||
|
|
||||||
Using bower:
|
Using bower:
|
||||||
|
|
||||||
$ bower install hashmap
|
$ bower install hashmap
|
||||||
|
|
||||||
You can download the last stable version from the [releases page](https://github.com/flesler/hashmap/releases).
|
You can download the last stable version from the [releases page](https://github.com/flesler/hashmap/releases).
|
||||||
|
|
||||||
If you like risk, you can download the [latest master version](https://raw.github.com/flesler/hashmap/master/hashmap.js), it's usually stable.
|
If you like risk, you can download the [latest master version](https://raw.github.com/flesler/hashmap/master/hashmap.js), it's usually stable.
|
||||||
|
|
||||||
To run the tests:
|
To run the tests:
|
||||||
|
|
||||||
$ npm test
|
$ npm test
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
This project provides a `HashMap` class that works both on __Node.js__ and the __browser__.
|
This project provides a `HashMap` class that works both on __Node.js__ and the __browser__.
|
||||||
HashMap instances __store key/value pairs__ allowing __keys of any type__.
|
HashMap instances __store key/value pairs__ allowing __keys of any type__.
|
||||||
|
|
||||||
Unlike regular objects, __keys will not be stringified__. For example numbers and strings won't be mixed, you can pass `Date`'s, `RegExp`'s, DOM Elements, anything! (even `null` and `undefined`)
|
Unlike regular objects, __keys will not be stringified__. For example numbers and strings won't be mixed, you can pass `Date`'s, `RegExp`'s, DOM Elements, anything! (even `null` and `undefined`)
|
||||||
|
|
||||||
## HashMap constructor overloads
|
## HashMap constructor overloads
|
||||||
- `new HashMap()` creates an empty hashmap
|
- `new HashMap()` creates an empty hashmap
|
||||||
- `new HashMap(map:HashMap)` creates a hashmap with the key-value pairs of `map`
|
- `new HashMap(map:HashMap)` creates a hashmap with the key-value pairs of `map`
|
||||||
- `new HashMap(arr:Array)` creates a hashmap from the 2D key-value array `arr`, e.g. `[['key1','val1'], ['key2','val2']]`
|
- `new HashMap(arr:Array)` creates a hashmap from the 2D key-value array `arr`, e.g. `[['key1','val1'], ['key2','val2']]`
|
||||||
- `new HashMap(key:*, value:*, key2:*, value2:*, ...)` creates a hashmap with several key-value pairs
|
- `new HashMap(key:*, value:*, key2:*, value2:*, ...)` creates a hashmap with several key-value pairs
|
||||||
|
|
||||||
## HashMap methods
|
## HashMap methods
|
||||||
|
|
||||||
- `get(key:*) : *` returns the value stored for that key.
|
- `get(key:*) : *` returns the value stored for that key.
|
||||||
- `set(key:*, value:*) : HashMap` stores a key-value pair
|
- `set(key:*, value:*) : HashMap` stores a key-value pair
|
||||||
- `multi(key:*, value:*, key2:*, value2:*, ...) : HashMap` stores several key-value pairs
|
- `multi(key:*, value:*, key2:*, value2:*, ...) : HashMap` stores several key-value pairs
|
||||||
- `copy(other:HashMap) : HashMap` copies all key-value pairs from other to this instance
|
- `copy(other:HashMap) : HashMap` copies all key-value pairs from other to this instance
|
||||||
- `has(key:*) : Boolean` returns whether a key is set on the hashmap
|
- `has(key:*) : Boolean` returns whether a key is set on the hashmap
|
||||||
- `search(value:*) : *` returns key under which given value is stored (`null` if not found)
|
- `search(value:*) : *` returns key under which given value is stored (`null` if not found)
|
||||||
- `delete(key:*) : HashMap` deletes a key-value pair by key
|
- `delete(key:*) : HashMap` deletes a key-value pair by key
|
||||||
- `remove(key:*) : HashMap` Alias for `delete(key:*)` *(deprecated)*
|
- `remove(key:*) : HashMap` Alias for `delete(key:*)` *(deprecated)*
|
||||||
- `type(key:*) : String` returns the data type of the provided key (used internally)
|
- `type(key:*) : String` returns the data type of the provided key (used internally)
|
||||||
- `keys() : Array<*>` returns an array with all the registered keys
|
- `keys() : Array<*>` returns an array with all the registered keys
|
||||||
- `values() : Array<*>` returns an array with all the values
|
- `values() : Array<*>` returns an array with all the values
|
||||||
- `entries() : Array<[*,*]>` returns an array with [key,value] pairs
|
- `entries() : Array<[*,*]>` returns an array with [key,value] pairs
|
||||||
- `size : Number` the amount of key-value pairs
|
- `size : Number` the amount of key-value pairs
|
||||||
- `count() : Number` returns the amount of key-value pairs *(deprecated)*
|
- `count() : Number` returns the amount of key-value pairs *(deprecated)*
|
||||||
- `clear() : HashMap` deletes all the key-value pairs on the hashmap
|
- `clear() : HashMap` deletes all the key-value pairs on the hashmap
|
||||||
- `clone() : HashMap` creates a new hashmap with all the key-value pairs of the original
|
- `clone() : HashMap` creates a new hashmap with all the key-value pairs of the original
|
||||||
- `hash(key:*) : String` returns the stringified version of a key (used internally)
|
- `hash(key:*) : String` returns the stringified version of a key (used internally)
|
||||||
- `forEach(function(value, key)) : HashMap` iterates the pairs and calls the function for each one
|
- `forEach(function(value, key)) : HashMap` iterates the pairs and calls the function for each one
|
||||||
|
|
||||||
### Method chaining
|
### Method chaining
|
||||||
|
|
||||||
All methods that don't return something, will return the HashMap instance to enable chaining.
|
All methods that don't return something, will return the HashMap instance to enable chaining.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
Assume this for all examples below
|
Assume this for all examples below
|
||||||
|
|
||||||
```js
|
```js
|
||||||
var map = new HashMap();
|
var map = new HashMap();
|
||||||
```
|
```
|
||||||
|
|
||||||
If you're using this within Node, you first need to import the class
|
If you're using this within Node, you first need to import the class
|
||||||
|
|
||||||
```js
|
```js
|
||||||
var HashMap = require('hashmap');
|
var HashMap = require('hashmap');
|
||||||
```
|
```
|
||||||
|
|
||||||
### Basic use case
|
### Basic use case
|
||||||
|
|
||||||
```js
|
```js
|
||||||
map.set("some_key", "some value");
|
map.set("some_key", "some value");
|
||||||
map.get("some_key"); // --> "some value"
|
map.get("some_key"); // --> "some value"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Map size / number of elements
|
### Map size / number of elements
|
||||||
|
|
||||||
```js
|
```js
|
||||||
var map = new HashMap();
|
var map = new HashMap();
|
||||||
map.set("key1", "val1");
|
map.set("key1", "val1");
|
||||||
map.set("key2", "val2");
|
map.set("key2", "val2");
|
||||||
map.size; // -> 2
|
map.size; // -> 2
|
||||||
```
|
```
|
||||||
|
|
||||||
### Deleting key-value pairs
|
### Deleting key-value pairs
|
||||||
|
|
||||||
```js
|
```js
|
||||||
map.set("some_key", "some value");
|
map.set("some_key", "some value");
|
||||||
map.delete("some_key");
|
map.delete("some_key");
|
||||||
map.get("some_key"); // --> undefined
|
map.get("some_key"); // --> undefined
|
||||||
```
|
```
|
||||||
|
|
||||||
### No stringification
|
### No stringification
|
||||||
|
|
||||||
```js
|
```js
|
||||||
map.set("1", "string one");
|
map.set("1", "string one");
|
||||||
map.set(1, "number one");
|
map.set(1, "number one");
|
||||||
map.get("1"); // --> "string one"
|
map.get("1"); // --> "string one"
|
||||||
```
|
```
|
||||||
|
|
||||||
A regular `Object` used as a map would yield `"number one"`
|
A regular `Object` used as a map would yield `"number one"`
|
||||||
|
|
||||||
### Objects as keys
|
### Objects as keys
|
||||||
|
|
||||||
```js
|
```js
|
||||||
var key = {};
|
var key = {};
|
||||||
var key2 = {};
|
var key2 = {};
|
||||||
map.set(key, 123);
|
map.set(key, 123);
|
||||||
map.set(key2, 321);
|
map.set(key2, 321);
|
||||||
map.get(key); // --> 123
|
map.get(key); // --> 123
|
||||||
```
|
```
|
||||||
A regular `Object` used as a map would yield `321`
|
A regular `Object` used as a map would yield `321`
|
||||||
|
|
||||||
### Iterating
|
### Iterating
|
||||||
|
|
||||||
```js
|
```js
|
||||||
map.set(1, "test 1");
|
map.set(1, "test 1");
|
||||||
map.set(2, "test 2");
|
map.set(2, "test 2");
|
||||||
map.set(3, "test 3");
|
map.set(3, "test 3");
|
||||||
|
|
||||||
map.forEach(function(value, key) {
|
map.forEach(function(value, key) {
|
||||||
console.log(key + " : " + value);
|
console.log(key + " : " + value);
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
### Method chaining
|
### Method chaining
|
||||||
|
|
||||||
```js
|
```js
|
||||||
map
|
map
|
||||||
.set(1, "test 1")
|
.set(1, "test 1")
|
||||||
.set(2, "test 2")
|
.set(2, "test 2")
|
||||||
.set(3, "test 3")
|
.set(3, "test 3")
|
||||||
.forEach(function(value, key) {
|
.forEach(function(value, key) {
|
||||||
console.log(key + " : " + value);
|
console.log(key + " : " + value);
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
## LICENSE
|
## LICENSE
|
||||||
|
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2012 Ariel Flesler
|
Copyright (c) 2012 Ariel Flesler
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
in the Software without restriction, including without limitation the rights
|
in the Software without restriction, including without limitation the rights
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
furnished to do so, subject to the following conditions:
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all
|
The above copyright notice and this permission notice shall be included in all
|
||||||
copies or substantial portions of the Software.
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
OUT OF
|
OUT OF
|
||||||
|
|
||||||
## To-Do
|
## To-Do
|
||||||
|
|
||||||
* (?) Allow extending the hashing function in a AOP way or by passing a service
|
* (?) Allow extending the hashing function in a AOP way or by passing a service
|
||||||
* Make tests work on the browser
|
* Make tests work on the browser
|
||||||
|
|||||||
420
node_modules/hashmap/hashmap.js
generated
vendored
420
node_modules/hashmap/hashmap.js
generated
vendored
@ -1,210 +1,210 @@
|
|||||||
/**
|
/**
|
||||||
* HashMap - HashMap Class for JavaScript
|
* HashMap - HashMap Class for JavaScript
|
||||||
* @author Ariel Flesler <aflesler@gmail.com>
|
* @author Ariel Flesler <aflesler@gmail.com>
|
||||||
* @version 2.0.6
|
* @version 2.0.6
|
||||||
* Homepage: https://github.com/flesler/hashmap
|
* Homepage: https://github.com/flesler/hashmap
|
||||||
*/
|
*/
|
||||||
|
|
||||||
(function(factory) {
|
(function(factory) {
|
||||||
/* global define */
|
/* global define */
|
||||||
if (typeof define === 'function' && define.amd) {
|
if (typeof define === 'function' && define.amd) {
|
||||||
// AMD. Register as an anonymous module.
|
// AMD. Register as an anonymous module.
|
||||||
define([], factory);
|
define([], factory);
|
||||||
} else if (typeof module === 'object') {
|
} else if (typeof module === 'object') {
|
||||||
// Node js environment
|
// Node js environment
|
||||||
var HashMap = module.exports = factory();
|
var HashMap = module.exports = factory();
|
||||||
// Keep it backwards compatible
|
// Keep it backwards compatible
|
||||||
HashMap.HashMap = HashMap;
|
HashMap.HashMap = HashMap;
|
||||||
} else {
|
} else {
|
||||||
// Browser globals (this is window)
|
// Browser globals (this is window)
|
||||||
this.HashMap = factory();
|
this.HashMap = factory();
|
||||||
}
|
}
|
||||||
}(function() {
|
}(function() {
|
||||||
|
|
||||||
function HashMap(other) {
|
function HashMap(other) {
|
||||||
this.clear();
|
this.clear();
|
||||||
switch (arguments.length) {
|
switch (arguments.length) {
|
||||||
case 0: break;
|
case 0: break;
|
||||||
case 1: {
|
case 1: {
|
||||||
if ('length' in other) {
|
if ('length' in other) {
|
||||||
// Flatten 2D array to alternating key-value array
|
// Flatten 2D array to alternating key-value array
|
||||||
multi(this, Array.prototype.concat.apply([], other));
|
multi(this, Array.prototype.concat.apply([], other));
|
||||||
} else { // Assumed to be a HashMap instance
|
} else { // Assumed to be a HashMap instance
|
||||||
this.copy(other);
|
this.copy(other);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default: multi(this, arguments); break;
|
default: multi(this, arguments); break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var proto = HashMap.prototype = {
|
var proto = HashMap.prototype = {
|
||||||
constructor:HashMap,
|
constructor:HashMap,
|
||||||
|
|
||||||
get:function(key) {
|
get:function(key) {
|
||||||
var data = this._data[this.hash(key)];
|
var data = this._data[this.hash(key)];
|
||||||
return data && data[1];
|
return data && data[1];
|
||||||
},
|
},
|
||||||
|
|
||||||
set:function(key, value) {
|
set:function(key, value) {
|
||||||
// Store original key as well (for iteration)
|
// Store original key as well (for iteration)
|
||||||
var hash = this.hash(key);
|
var hash = this.hash(key);
|
||||||
if ( !(hash in this._data) ) {
|
if ( !(hash in this._data) ) {
|
||||||
this.size++;
|
this.size++;
|
||||||
}
|
}
|
||||||
this._data[hash] = [key, value];
|
this._data[hash] = [key, value];
|
||||||
},
|
},
|
||||||
|
|
||||||
multi:function() {
|
multi:function() {
|
||||||
multi(this, arguments);
|
multi(this, arguments);
|
||||||
},
|
},
|
||||||
|
|
||||||
copy:function(other) {
|
copy:function(other) {
|
||||||
for (var hash in other._data) {
|
for (var hash in other._data) {
|
||||||
if ( !(hash in this._data) ) {
|
if ( !(hash in this._data) ) {
|
||||||
this.size++;
|
this.size++;
|
||||||
}
|
}
|
||||||
this._data[hash] = other._data[hash];
|
this._data[hash] = other._data[hash];
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
has:function(key) {
|
has:function(key) {
|
||||||
return this.hash(key) in this._data;
|
return this.hash(key) in this._data;
|
||||||
},
|
},
|
||||||
|
|
||||||
search:function(value) {
|
search:function(value) {
|
||||||
for (var key in this._data) {
|
for (var key in this._data) {
|
||||||
if (this._data[key][1] === value) {
|
if (this._data[key][1] === value) {
|
||||||
return this._data[key][0];
|
return this._data[key][0];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
},
|
},
|
||||||
|
|
||||||
delete:function(key) {
|
delete:function(key) {
|
||||||
var hash = this.hash(key);
|
var hash = this.hash(key);
|
||||||
if ( hash in this._data ) {
|
if ( hash in this._data ) {
|
||||||
this.size--;
|
this.size--;
|
||||||
delete this._data[hash];
|
delete this._data[hash];
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
type:function(key) {
|
type:function(key) {
|
||||||
var str = Object.prototype.toString.call(key);
|
var str = Object.prototype.toString.call(key);
|
||||||
var type = str.slice(8, -1).toLowerCase();
|
var type = str.slice(8, -1).toLowerCase();
|
||||||
// Some browsers yield DOMWindow or Window for null and undefined, works fine on Node
|
// Some browsers yield DOMWindow or Window for null and undefined, works fine on Node
|
||||||
if (!key && (type === 'domwindow' || type === 'window')) {
|
if (!key && (type === 'domwindow' || type === 'window')) {
|
||||||
return key + '';
|
return key + '';
|
||||||
}
|
}
|
||||||
return type;
|
return type;
|
||||||
},
|
},
|
||||||
|
|
||||||
keys:function() {
|
keys:function() {
|
||||||
var keys = [];
|
var keys = [];
|
||||||
this.forEach(function(_, key) { keys.push(key); });
|
this.forEach(function(_, key) { keys.push(key); });
|
||||||
return keys;
|
return keys;
|
||||||
},
|
},
|
||||||
|
|
||||||
values:function() {
|
values:function() {
|
||||||
var values = [];
|
var values = [];
|
||||||
this.forEach(function(value) { values.push(value); });
|
this.forEach(function(value) { values.push(value); });
|
||||||
return values;
|
return values;
|
||||||
},
|
},
|
||||||
|
|
||||||
entries:function() {
|
entries:function() {
|
||||||
var entries = [];
|
var entries = [];
|
||||||
this.forEach(function(value, key) { entries.push([key, value]); });
|
this.forEach(function(value, key) { entries.push([key, value]); });
|
||||||
return entries;
|
return entries;
|
||||||
},
|
},
|
||||||
|
|
||||||
// TODO: This is deprecated and will be deleted in a future version
|
// TODO: This is deprecated and will be deleted in a future version
|
||||||
count:function() {
|
count:function() {
|
||||||
return this.size;
|
return this.size;
|
||||||
},
|
},
|
||||||
|
|
||||||
clear:function() {
|
clear:function() {
|
||||||
// TODO: Would Object.create(null) make any difference
|
// TODO: Would Object.create(null) make any difference
|
||||||
this._data = {};
|
this._data = {};
|
||||||
this.size = 0;
|
this.size = 0;
|
||||||
},
|
},
|
||||||
|
|
||||||
clone:function() {
|
clone:function() {
|
||||||
return new HashMap(this);
|
return new HashMap(this);
|
||||||
},
|
},
|
||||||
|
|
||||||
hash:function(key) {
|
hash:function(key) {
|
||||||
switch (this.type(key)) {
|
switch (this.type(key)) {
|
||||||
case 'undefined':
|
case 'undefined':
|
||||||
case 'null':
|
case 'null':
|
||||||
case 'boolean':
|
case 'boolean':
|
||||||
case 'number':
|
case 'number':
|
||||||
case 'regexp':
|
case 'regexp':
|
||||||
return key + '';
|
return key + '';
|
||||||
|
|
||||||
case 'date':
|
case 'date':
|
||||||
return '♣' + key.getTime();
|
return '♣' + key.getTime();
|
||||||
|
|
||||||
case 'string':
|
case 'string':
|
||||||
return '♠' + key;
|
return '♠' + key;
|
||||||
|
|
||||||
case 'array':
|
case 'array':
|
||||||
var hashes = [];
|
var hashes = [];
|
||||||
for (var i = 0; i < key.length; i++) {
|
for (var i = 0; i < key.length; i++) {
|
||||||
hashes[i] = this.hash(key[i]);
|
hashes[i] = this.hash(key[i]);
|
||||||
}
|
}
|
||||||
return '♥' + hashes.join('⁞');
|
return '♥' + hashes.join('⁞');
|
||||||
|
|
||||||
default:
|
default:
|
||||||
// TODO: Don't use expandos when Object.defineProperty is not available?
|
// TODO: Don't use expandos when Object.defineProperty is not available?
|
||||||
if (!key.hasOwnProperty('_hmuid_')) {
|
if (!key.hasOwnProperty('_hmuid_')) {
|
||||||
key._hmuid_ = ++HashMap.uid;
|
key._hmuid_ = ++HashMap.uid;
|
||||||
hide(key, '_hmuid_');
|
hide(key, '_hmuid_');
|
||||||
}
|
}
|
||||||
|
|
||||||
return '♦' + key._hmuid_;
|
return '♦' + key._hmuid_;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
forEach:function(func, ctx) {
|
forEach:function(func, ctx) {
|
||||||
for (var key in this._data) {
|
for (var key in this._data) {
|
||||||
var data = this._data[key];
|
var data = this._data[key];
|
||||||
func.call(ctx || this, data[1], data[0]);
|
func.call(ctx || this, data[1], data[0]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
HashMap.uid = 0;
|
HashMap.uid = 0;
|
||||||
|
|
||||||
//- Add chaining to all methods that don't return something
|
//- Add chaining to all methods that don't return something
|
||||||
|
|
||||||
['set','multi','copy','delete','clear','forEach'].forEach(function(method) {
|
['set','multi','copy','delete','clear','forEach'].forEach(function(method) {
|
||||||
var fn = proto[method];
|
var fn = proto[method];
|
||||||
proto[method] = function() {
|
proto[method] = function() {
|
||||||
fn.apply(this, arguments);
|
fn.apply(this, arguments);
|
||||||
return this;
|
return this;
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
//- Backwards compatibility
|
//- Backwards compatibility
|
||||||
|
|
||||||
// TODO: remove() is deprecated and will be deleted in a future version
|
// TODO: remove() is deprecated and will be deleted in a future version
|
||||||
HashMap.prototype.remove = HashMap.prototype.delete;
|
HashMap.prototype.remove = HashMap.prototype.delete;
|
||||||
|
|
||||||
//- Utils
|
//- Utils
|
||||||
|
|
||||||
function multi(map, args) {
|
function multi(map, args) {
|
||||||
for (var i = 0; i < args.length; i += 2) {
|
for (var i = 0; i < args.length; i += 2) {
|
||||||
map.set(args[i], args[i+1]);
|
map.set(args[i], args[i+1]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function hide(obj, prop) {
|
function hide(obj, prop) {
|
||||||
// Make non iterable if supported
|
// Make non iterable if supported
|
||||||
if (Object.defineProperty) {
|
if (Object.defineProperty) {
|
||||||
Object.defineProperty(obj, prop, {enumerable:false});
|
Object.defineProperty(obj, prop, {enumerable:false});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return HashMap;
|
return HashMap;
|
||||||
}));
|
}));
|
||||||
|
|||||||
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",
|
||||||
|
|||||||
36
node_modules/path/LICENSE
generated
vendored
36
node_modules/path/LICENSE
generated
vendored
@ -1,18 +1,18 @@
|
|||||||
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
deal in the Software without restriction, including without limitation the
|
deal in the Software without restriction, including without limitation the
|
||||||
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
||||||
sell copies of the Software, and to permit persons to whom the Software is
|
sell copies of the Software, and to permit persons to whom the Software is
|
||||||
furnished to do so, subject to the following conditions:
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in
|
The above copyright notice and this permission notice shall be included in
|
||||||
all copies or substantial portions of the Software.
|
all copies or substantial portions of the Software.
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||||
IN THE SOFTWARE.
|
IN THE SOFTWARE.
|
||||||
|
|||||||
30
node_modules/path/README.md
generated
vendored
30
node_modules/path/README.md
generated
vendored
@ -1,15 +1,15 @@
|
|||||||
# path
|
# path
|
||||||
|
|
||||||
This is an exact copy of the NodeJS ’path’ module published to the NPM registry.
|
This is an exact copy of the NodeJS ’path’ module published to the NPM registry.
|
||||||
|
|
||||||
[Documentation](http://nodejs.org/docs/latest/api/path.html)
|
[Documentation](http://nodejs.org/docs/latest/api/path.html)
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ npm install --save path
|
$ npm install --save path
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT
|
MIT
|
||||||
|
|||||||
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": [
|
||||||
|
|||||||
1256
node_modules/path/path.js
generated
vendored
1256
node_modules/path/path.js
generated
vendored
File diff suppressed because it is too large
Load Diff
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",
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user