Initial commit

This commit is contained in:
Walamana 2024-08-06 22:13:11 +02:00
parent 7905a88e62
commit 72ca3af857
115 changed files with 8932 additions and 8670 deletions

15
node_modules/.bin/mime generated vendored
View File

@ -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
View File

@ -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
View File

@ -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
View File

@ -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
View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-hiRnWMfdbSGmR0/whKR0DsBesh8=",
"_location": "/accepts",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "accepts@~1.3.4",
"raw": "accepts@1.3.4",
"name": "accepts",
"escapedName": "accepts",
"rawSpec": "~1.3.4",
"rawSpec": "1.3.4",
"saveSpec": null,
"fetchSpec": "~1.3.4"
"fetchSpec": "1.3.4"
},
"_requiredBy": [
"/errorhandler",
"/express"
],
"_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.4.tgz",
"_shasum": "86246758c7dd6d21a6474ff084a4740ec05eb21f",
"_spec": "accepts@~1.3.4",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
"_spec": "1.3.4",
"_where": "/var/www/backend/minis-data",
"bugs": {
"url": "https://github.com/jshttp/accepts/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
@ -41,7 +46,6 @@
"mime-types": "~2.1.16",
"negotiator": "0.6.1"
},
"deprecated": false,
"description": "Higher-level content negotiation",
"devDependencies": {
"eslint": "3.19.0",

View File

@ -1,4 +1,10 @@
{
"_args": [
[
"array-flatten@1.1.1",
"/var/www/backend/minis-data"
]
],
"_from": "array-flatten@1.1.1",
"_id": "array-flatten@1.1.1",
"_inBundle": false,
@ -19,9 +25,8 @@
"/express"
],
"_resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
"_shasum": "9a5f699051b1e7073328f2a008968b64ea2955d2",
"_spec": "array-flatten@1.1.1",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
"_spec": "1.1.1",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Blake Embrey",
"email": "hello@blakeembrey.com",
@ -30,8 +35,6 @@
"bugs": {
"url": "https://github.com/blakeembrey/array-flatten/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Flatten an array of nested arrays into a single flat array",
"devDependencies": {
"istanbul": "^0.3.13",

46
node_modules/bignumber.js/LICENCE generated vendored
View File

@ -1,23 +1,23 @@
The MIT Licence.
Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 Michael Mclaughlin
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the 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 furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER 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 IN THE SOFTWARE.
The MIT Licence.
Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 Michael Mclaughlin
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the 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 furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER 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 IN THE SOFTWARE.

818
node_modules/bignumber.js/README.md generated vendored
View File

@ -1,409 +1,409 @@
![bignumber.js](https://raw.githubusercontent.com/MikeMcl/bignumber.js/gh-pages/bignumberjs.png)
A JavaScript library for arbitrary-precision decimal and non-decimal arithmetic.
[![Build Status](https://travis-ci.org/MikeMcl/bignumber.js.svg)](https://travis-ci.org/MikeMcl/bignumber.js)
<br />
## Features
- Faster, smaller, and perhaps easier to use than JavaScript versions of Java's BigDecimal
- 8 KB minified and gzipped
- Simple API but full-featured
- 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
- Includes a `toFraction` and a correctly-rounded `squareRoot` method
- Supports cryptographically-secure pseudo-random number generation
- No dependencies
- Wide platform compatibility: uses JavaScript 1.5 (ECMAScript 3) features only
- Comprehensive [documentation](http://mikemcl.github.io/bignumber.js/) and test set
![API](https://raw.githubusercontent.com/MikeMcl/bignumber.js/gh-pages/API.png)
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 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.
## Load
The library is the single JavaScript file *bignumber.js* (or minified, *bignumber.min.js*).
```html
<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
$ npm install bignumber.js
```javascript
var BigNumber = require('bignumber.js');
```
To load with AMD loader libraries such as [requireJS](http://requirejs.org/):
```javascript
require(['path/to/bignumber'], function(BigNumber) {
// Use BigNumber here in local scope. No global BigNumber.
});
```
## Use
*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.*
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,
```javascript
x = new BigNumber(123.4567)
y = new BigNumber('123456.7e-3')
z = new BigNumber(x)
x.equals(y) && y.equals(z) && x.equals(z) // true
```
and a base from 2 to 64 inclusive can be specified.
```javascript
x = new BigNumber(1011, 2) // "11"
y = new BigNumber('zz.9', 36) // "1295.25"
z = x.plus(y) // "1306.25"
```
A BigNumber is immutable in the sense that it is not changed by its methods.
```javascript
0.3 - 0.1 // 0.19999999999999998
x = new BigNumber(0.3)
x.minus(0.1) // "0.2"
x // "0.3"
```
The methods that return a BigNumber can be chained.
```javascript
x.dividedBy(y).plus(z).times(9).floor()
x.times('1.23456780123456789e+9').plus(9876.5432321).dividedBy('4444562598.111772').ceil()
```
Many method names have a shorter alias.
```javascript
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
```
Like JavaScript's number type, there are `toExponential`, `toFixed` and `toPrecision` methods
```javascript
x = new BigNumber(255.5)
x.toExponential(5) // "2.55500e+2"
x.toFixed(5) // "255.50000"
x.toPrecision(5) // "255.50"
x.toNumber() // 255.5
```
and a base can be specified for `toString`.
```javascript
x.toString(16) // "ff.8"
```
There is also a `toFormat` method which may be useful for internationalisation
```javascript
y = new BigNumber('1234567.898765')
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 other arithmetic operations always give the exact result.
```javascript
BigNumber.config({ DECIMAL_PLACES: 10, ROUNDING_MODE: 4 })
x = new BigNumber(2);
y = new BigNumber(3);
z = x.div(y) // "0.6666666667"
z.sqrt() // "0.8164965809"
z.pow(-3) // "3.3749999995"
z.toString(2) // "0.1010101011"
z.times(z) // "0.44444444448888888889"
z.times(z).round(10) // "0.4444444445"
```
There is a `toFraction` method with an optional *maximum denominator* argument
```javascript
y = new BigNumber(355)
pi = y.dividedBy(113) // "3.1415929204"
pi.toFraction() // [ "7853982301", "2500000000" ]
pi.toFraction(1000) // [ "355", "113" ]
```
and `isNaN` and `isFinite` methods, as `NaN` and `Infinity` are valid `BigNumber` values.
```javascript
x = new BigNumber(NaN) // "NaN"
y = new BigNumber(Infinity) // "Infinity"
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.
```javascript
x = new BigNumber(-123.456);
x.c // [ 123, 45600000000000 ] coefficient (i.e. significand)
x.e // 2 exponent
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.
```javascript
// Set DECIMAL_PLACES for the original BigNumber constructor
BigNumber.config({ DECIMAL_PLACES: 10 })
// Create another BigNumber constructor, optionally passing in a configuration object
BN = BigNumber.another({ DECIMAL_PLACES: 5 })
x = new BigNumber(1)
y = new BN(1)
x.div(3) // '0.3333333333'
y.div(3) // '0.33333'
```
For futher information see the [API](http://mikemcl.github.io/bignumber.js/) reference in the *doc* directory.
## Test
The *test* directory contains the test scripts for each method.
The tests can be run with Node or a browser. For Node use
$ npm test
or
$ node test/every-test
To test a single method, e.g.
$ node test/toFraction
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.
## 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.
## Performance
See the [README](https://github.com/MikeMcl/bignumber.js/tree/master/perf) in the *perf* directory.
## Build
For Node, if [uglify-js](https://github.com/mishoo/UglifyJS2) is installed
npm install uglify-js -g
then
npm run build
will create *bignumber.min.js*.
A source map will also be created in the root directory.
## Feedback
Open an issue, or email
Michael
<a href="mailto:M8ch88l@gmail.com">M8ch88l@gmail.com</a>
## Licence
MIT.
See [LICENCE](https://github.com/MikeMcl/bignumber.js/blob/master/LICENCE).
## Change Log
#### 4.0.4
* 03/09/2017
* Add missing aliases to *bignumber.d.ts*.
#### 4.0.3
* 30/08/2017
* Add types: *bignumber.d.ts*.
#### 4.0.2
* 03/05/2017
* #120 Workaround Safari/Webkit bug.
#### 4.0.1
* 05/04/2017
* #121 BigNumber.default to BigNumber['default'].
#### 4.0.0
* 09/01/2017
* Replace BigNumber.isBigNumber method with isBigNumber prototype property.
#### 3.1.2
* 08/01/2017
* Minor documentation edit.
#### 3.1.1
* 08/01/2017
* Uncomment `isBigNumber` tests.
* Ignore dot files.
#### 3.1.0
* 08/01/2017
* Add `isBigNumber` method.
#### 3.0.2
* 08/01/2017
* Bugfix: Possible incorrect value of `ERRORS` after a `BigNumber.another` call (due to `parseNumeric` declaration in outer scope).
#### 3.0.1
* 23/11/2016
* Apply fix for old ipads with `%` issue, see #57 and #102.
* Correct error message.
#### 3.0.0
* 09/11/2016
* Remove `require('crypto')` - leave it to the user.
* Add `BigNumber.set` as `BigNumber.config` alias.
* Default `POW_PRECISION` to `0`.
#### 2.4.0
* 14/07/2016
* #97 Add exports to support ES6 imports.
#### 2.3.0
* 07/03/2016
* #86 Add modulus parameter to `toPower`.
#### 2.2.0
* 03/03/2016
* #91 Permit larger JS integers.
#### 2.1.4
* 15/12/2015
* Correct UMD.
#### 2.1.3
* 13/12/2015
* Refactor re global object and crypto availability when bundling.
#### 2.1.2
* 10/12/2015
* Bugfix: `window.crypto` not assigned to `crypto`.
#### 2.1.1
* 09/12/2015
* Prevent code bundler from adding `crypto` shim.
#### 2.1.0
* 26/10/2015
* For `valueOf` and `toJSON`, include the minus sign with negative zero.
#### 2.0.8
* 2/10/2015
* Internal round function bugfix.
#### 2.0.6
* 31/03/2015
* Add bower.json. Tweak division after in-depth review.
#### 2.0.5
* 25/03/2015
* Amend README. Remove bitcoin address.
#### 2.0.4
* 25/03/2015
* Critical bugfix #58: division.
#### 2.0.3
* 18/02/2015
* Amend README. Add source map.
#### 2.0.2
* 18/02/2015
* Correct links.
#### 2.0.1
* 18/02/2015
* Add `max`, `min`, `precision`, `random`, `shift`, `toDigits` and `truncated` methods.
* Add the short-forms: `add`, `mul`, `sd`, `sub` and `trunc`.
* 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`.
* 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 `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.
* Improve code quality.
* Improve documentation.
#### 2.0.0
* 29/12/2014
* Add `dividedToIntegerBy`, `isInteger` and `toFormat` methods.
* 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.
* Add fast path for integers to BigNumber constructor.
* Incorporate the library into the online documentation.
#### 1.5.0
* 13/11/2014
* Add `toJSON` and `decimalPlaces` methods.
#### 1.4.1
* 08/06/2014
* Amend README.
#### 1.4.0
* 08/05/2014
* Add `toNumber`.
#### 1.3.0
* 08/11/2013
* Ensure correct rounding of `sqrt` in all, rather than almost all, cases.
* Maximum radix to 64.
#### 1.2.1
* 17/10/2013
* Sign of zero when x < 0 and x + (-x) = 0.
#### 1.2.0
* 19/9/2013
* Throw Error objects for stack.
#### 1.1.1
* 22/8/2013
* Show original value in constructor error message.
#### 1.1.0
* 1/8/2013
* Allow numbers with trailing radix point.
#### 1.0.1
* Bugfix: error messages with incorrect method name
#### 1.0.0
* 8/11/2012
* Initial release
![bignumber.js](https://raw.githubusercontent.com/MikeMcl/bignumber.js/gh-pages/bignumberjs.png)
A JavaScript library for arbitrary-precision decimal and non-decimal arithmetic.
[![Build Status](https://travis-ci.org/MikeMcl/bignumber.js.svg)](https://travis-ci.org/MikeMcl/bignumber.js)
<br />
## Features
- Faster, smaller, and perhaps easier to use than JavaScript versions of Java's BigDecimal
- 8 KB minified and gzipped
- Simple API but full-featured
- 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
- Includes a `toFraction` and a correctly-rounded `squareRoot` method
- Supports cryptographically-secure pseudo-random number generation
- No dependencies
- Wide platform compatibility: uses JavaScript 1.5 (ECMAScript 3) features only
- Comprehensive [documentation](http://mikemcl.github.io/bignumber.js/) and test set
![API](https://raw.githubusercontent.com/MikeMcl/bignumber.js/gh-pages/API.png)
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 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.
## Load
The library is the single JavaScript file *bignumber.js* (or minified, *bignumber.min.js*).
```html
<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
$ npm install bignumber.js
```javascript
var BigNumber = require('bignumber.js');
```
To load with AMD loader libraries such as [requireJS](http://requirejs.org/):
```javascript
require(['path/to/bignumber'], function(BigNumber) {
// Use BigNumber here in local scope. No global BigNumber.
});
```
## Use
*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.*
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,
```javascript
x = new BigNumber(123.4567)
y = new BigNumber('123456.7e-3')
z = new BigNumber(x)
x.equals(y) && y.equals(z) && x.equals(z) // true
```
and a base from 2 to 64 inclusive can be specified.
```javascript
x = new BigNumber(1011, 2) // "11"
y = new BigNumber('zz.9', 36) // "1295.25"
z = x.plus(y) // "1306.25"
```
A BigNumber is immutable in the sense that it is not changed by its methods.
```javascript
0.3 - 0.1 // 0.19999999999999998
x = new BigNumber(0.3)
x.minus(0.1) // "0.2"
x // "0.3"
```
The methods that return a BigNumber can be chained.
```javascript
x.dividedBy(y).plus(z).times(9).floor()
x.times('1.23456780123456789e+9').plus(9876.5432321).dividedBy('4444562598.111772').ceil()
```
Many method names have a shorter alias.
```javascript
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
```
Like JavaScript's number type, there are `toExponential`, `toFixed` and `toPrecision` methods
```javascript
x = new BigNumber(255.5)
x.toExponential(5) // "2.55500e+2"
x.toFixed(5) // "255.50000"
x.toPrecision(5) // "255.50"
x.toNumber() // 255.5
```
and a base can be specified for `toString`.
```javascript
x.toString(16) // "ff.8"
```
There is also a `toFormat` method which may be useful for internationalisation
```javascript
y = new BigNumber('1234567.898765')
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 other arithmetic operations always give the exact result.
```javascript
BigNumber.config({ DECIMAL_PLACES: 10, ROUNDING_MODE: 4 })
x = new BigNumber(2);
y = new BigNumber(3);
z = x.div(y) // "0.6666666667"
z.sqrt() // "0.8164965809"
z.pow(-3) // "3.3749999995"
z.toString(2) // "0.1010101011"
z.times(z) // "0.44444444448888888889"
z.times(z).round(10) // "0.4444444445"
```
There is a `toFraction` method with an optional *maximum denominator* argument
```javascript
y = new BigNumber(355)
pi = y.dividedBy(113) // "3.1415929204"
pi.toFraction() // [ "7853982301", "2500000000" ]
pi.toFraction(1000) // [ "355", "113" ]
```
and `isNaN` and `isFinite` methods, as `NaN` and `Infinity` are valid `BigNumber` values.
```javascript
x = new BigNumber(NaN) // "NaN"
y = new BigNumber(Infinity) // "Infinity"
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.
```javascript
x = new BigNumber(-123.456);
x.c // [ 123, 45600000000000 ] coefficient (i.e. significand)
x.e // 2 exponent
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.
```javascript
// Set DECIMAL_PLACES for the original BigNumber constructor
BigNumber.config({ DECIMAL_PLACES: 10 })
// Create another BigNumber constructor, optionally passing in a configuration object
BN = BigNumber.another({ DECIMAL_PLACES: 5 })
x = new BigNumber(1)
y = new BN(1)
x.div(3) // '0.3333333333'
y.div(3) // '0.33333'
```
For futher information see the [API](http://mikemcl.github.io/bignumber.js/) reference in the *doc* directory.
## Test
The *test* directory contains the test scripts for each method.
The tests can be run with Node or a browser. For Node use
$ npm test
or
$ node test/every-test
To test a single method, e.g.
$ node test/toFraction
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.
## 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.
## Performance
See the [README](https://github.com/MikeMcl/bignumber.js/tree/master/perf) in the *perf* directory.
## Build
For Node, if [uglify-js](https://github.com/mishoo/UglifyJS2) is installed
npm install uglify-js -g
then
npm run build
will create *bignumber.min.js*.
A source map will also be created in the root directory.
## Feedback
Open an issue, or email
Michael
<a href="mailto:M8ch88l@gmail.com">M8ch88l@gmail.com</a>
## Licence
MIT.
See [LICENCE](https://github.com/MikeMcl/bignumber.js/blob/master/LICENCE).
## Change Log
#### 4.0.4
* 03/09/2017
* Add missing aliases to *bignumber.d.ts*.
#### 4.0.3
* 30/08/2017
* Add types: *bignumber.d.ts*.
#### 4.0.2
* 03/05/2017
* #120 Workaround Safari/Webkit bug.
#### 4.0.1
* 05/04/2017
* #121 BigNumber.default to BigNumber['default'].
#### 4.0.0
* 09/01/2017
* Replace BigNumber.isBigNumber method with isBigNumber prototype property.
#### 3.1.2
* 08/01/2017
* Minor documentation edit.
#### 3.1.1
* 08/01/2017
* Uncomment `isBigNumber` tests.
* Ignore dot files.
#### 3.1.0
* 08/01/2017
* Add `isBigNumber` method.
#### 3.0.2
* 08/01/2017
* Bugfix: Possible incorrect value of `ERRORS` after a `BigNumber.another` call (due to `parseNumeric` declaration in outer scope).
#### 3.0.1
* 23/11/2016
* Apply fix for old ipads with `%` issue, see #57 and #102.
* Correct error message.
#### 3.0.0
* 09/11/2016
* Remove `require('crypto')` - leave it to the user.
* Add `BigNumber.set` as `BigNumber.config` alias.
* Default `POW_PRECISION` to `0`.
#### 2.4.0
* 14/07/2016
* #97 Add exports to support ES6 imports.
#### 2.3.0
* 07/03/2016
* #86 Add modulus parameter to `toPower`.
#### 2.2.0
* 03/03/2016
* #91 Permit larger JS integers.
#### 2.1.4
* 15/12/2015
* Correct UMD.
#### 2.1.3
* 13/12/2015
* Refactor re global object and crypto availability when bundling.
#### 2.1.2
* 10/12/2015
* Bugfix: `window.crypto` not assigned to `crypto`.
#### 2.1.1
* 09/12/2015
* Prevent code bundler from adding `crypto` shim.
#### 2.1.0
* 26/10/2015
* For `valueOf` and `toJSON`, include the minus sign with negative zero.
#### 2.0.8
* 2/10/2015
* Internal round function bugfix.
#### 2.0.6
* 31/03/2015
* Add bower.json. Tweak division after in-depth review.
#### 2.0.5
* 25/03/2015
* Amend README. Remove bitcoin address.
#### 2.0.4
* 25/03/2015
* Critical bugfix #58: division.
#### 2.0.3
* 18/02/2015
* Amend README. Add source map.
#### 2.0.2
* 18/02/2015
* Correct links.
#### 2.0.1
* 18/02/2015
* Add `max`, `min`, `precision`, `random`, `shift`, `toDigits` and `truncated` methods.
* Add the short-forms: `add`, `mul`, `sd`, `sub` and `trunc`.
* 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`.
* 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 `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.
* Improve code quality.
* Improve documentation.
#### 2.0.0
* 29/12/2014
* Add `dividedToIntegerBy`, `isInteger` and `toFormat` methods.
* 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.
* Add fast path for integers to BigNumber constructor.
* Incorporate the library into the online documentation.
#### 1.5.0
* 13/11/2014
* Add `toJSON` and `decimalPlaces` methods.
#### 1.4.1
* 08/06/2014
* Amend README.
#### 1.4.0
* 08/05/2014
* Add `toNumber`.
#### 1.3.0
* 08/11/2013
* Ensure correct rounding of `sqrt` in all, rather than almost all, cases.
* Maximum radix to 64.
#### 1.2.1
* 17/10/2013
* Sign of zero when x < 0 and x + (-x) = 0.
#### 1.2.0
* 19/9/2013
* Throw Error objects for stack.
#### 1.1.1
* 22/8/2013
* Show original value in constructor error message.
#### 1.1.0
* 1/8/2013
* Allow numbers with trailing radix point.
#### 1.0.1
* Bugfix: error messages with incorrect method name
#### 1.0.0
* 8/11/2012
* Initial release

File diff suppressed because it is too large Load Diff

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
View File

@ -1,36 +1,36 @@
{
"name": "bignumber.js",
"main": "bignumber.js",
"version": "4.0.4",
"homepage": "https://github.com/MikeMcl/bignumber.js",
"authors": [
"Michael Mclaughlin <M8ch88l@gmail.com>"
],
"description": "A library for arbitrary-precision decimal and non-decimal arithmetic",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"arbitrary",
"precision",
"arithmetic",
"big",
"number",
"decimal",
"float",
"biginteger",
"bigdecimal",
"bignumber",
"bigint",
"bignum"
],
"license": "MIT",
"ignore": [
".*",
"*.json",
"test"
]
}
{
"name": "bignumber.js",
"main": "bignumber.js",
"version": "4.0.4",
"homepage": "https://github.com/MikeMcl/bignumber.js",
"authors": [
"Michael Mclaughlin <M8ch88l@gmail.com>"
],
"description": "A library for arbitrary-precision decimal and non-decimal arithmetic",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"arbitrary",
"precision",
"arithmetic",
"big",
"number",
"decimal",
"float",
"biginteger",
"bigdecimal",
"bignumber",
"bigint",
"bignum"
],
"license": "MIT",
"ignore": [
".*",
"*.json",
"test"
]
}

4394
node_modules/bignumber.js/doc/API.html generated vendored

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,10 @@
{
"_args": [
[
"bignumber.js@4.0.4",
"/var/www/backend/minis-data"
]
],
"_from": "bignumber.js@4.0.4",
"_id": "bignumber.js@4.0.4",
"_inBundle": false,
@ -19,9 +25,8 @@
"/mysql"
],
"_resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-4.0.4.tgz",
"_shasum": "7c40f5abcd2d6623ab7b99682ee7db81b11889a4",
"_spec": "bignumber.js@4.0.4",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\mysql",
"_spec": "4.0.4",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Michael Mclaughlin",
"email": "M8ch88l@gmail.com"
@ -29,8 +34,6 @@
"bugs": {
"url": "https://github.com/MikeMcl/bignumber.js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A library for arbitrary-precision decimal and non-decimal arithmetic",
"engines": {
"node": "*"

View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
"_location": "/body-parser/depd",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "depd@~1.1.2",
"raw": "depd@1.1.2",
"name": "depd",
"escapedName": "depd",
"rawSpec": "~1.1.2",
"rawSpec": "1.1.2",
"saveSpec": null,
"fetchSpec": "~1.1.2"
"fetchSpec": "1.1.2"
},
"_requiredBy": [
"/body-parser",
"/body-parser/http-errors"
],
"_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
"_shasum": "9bcd52e14c097763e749b274c4346ed2e560b5a9",
"_spec": "depd@~1.1.2",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\body-parser",
"_spec": "1.1.2",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
@ -31,8 +36,6 @@
"bugs": {
"url": "https://github.com/dougwilson/nodejs-depd/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Deprecate all the things",
"devDependencies": {
"beautify-benchmark": "0.2.4",

View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=",
"_location": "/body-parser/http-errors",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "http-errors@~1.6.3",
"raw": "http-errors@1.6.3",
"name": "http-errors",
"escapedName": "http-errors",
"rawSpec": "~1.6.3",
"rawSpec": "1.6.3",
"saveSpec": null,
"fetchSpec": "~1.6.3"
"fetchSpec": "1.6.3"
},
"_requiredBy": [
"/body-parser"
],
"_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
"_shasum": "8b55680bb4be283a0b5bf4ea2e38580be1d9320d",
"_spec": "http-errors@~1.6.3",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\body-parser",
"_spec": "1.6.3",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
@ -30,7 +35,6 @@
"bugs": {
"url": "https://github.com/jshttp/http-errors/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Alan Plum",
@ -47,7 +51,6 @@
"setprototypeof": "1.1.0",
"statuses": ">= 1.4.0 < 2"
},
"deprecated": false,
"description": "Create HTTP error objects",
"devDependencies": {
"eslint": "4.18.1",

View File

@ -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",
"_inBundle": false,
"_integrity": "sha512-JWT/IcCTsB0Io3AhWUMjRqucrHSPsSf2xKLaRldJVULioggvkJvggZ3VXNNSRkCddE6D+BUI4HEIZIA2OjwIvg==",
"_location": "/body-parser/mime-db",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "mime-db@~1.35.0",
"raw": "mime-db@1.35.0",
"name": "mime-db",
"escapedName": "mime-db",
"rawSpec": "~1.35.0",
"rawSpec": "1.35.0",
"saveSpec": null,
"fetchSpec": "~1.35.0"
"fetchSpec": "1.35.0"
},
"_requiredBy": [
"/body-parser/mime-types"
],
"_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.35.0.tgz",
"_shasum": "0569d657466491283709663ad379a99b90d9ab47",
"_spec": "mime-db@~1.35.0",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\body-parser\\node_modules\\mime-types",
"_spec": "1.35.0",
"_where": "/var/www/backend/minis-data",
"bugs": {
"url": "https://github.com/jshttp/mime-db/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
@ -42,7 +46,6 @@
"url": "http://github.com/broofa"
}
],
"deprecated": false,
"description": "Media Type Database",
"devDependencies": {
"bluebird": "3.5.1",

View File

@ -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",
"_inBundle": false,
"_integrity": "sha512-P1tKYHVSZ6uFo26mtnve4HQFE3koh1UWVkp8YUC+ESBHe945xWSoXuHHiGarDqcEZ+whpCDnlNw5LON0kLo+sw==",
"_location": "/body-parser/mime-types",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "mime-types@~2.1.18",
"raw": "mime-types@2.1.19",
"name": "mime-types",
"escapedName": "mime-types",
"rawSpec": "~2.1.18",
"rawSpec": "2.1.19",
"saveSpec": null,
"fetchSpec": "~2.1.18"
"fetchSpec": "2.1.19"
},
"_requiredBy": [
"/body-parser/type-is"
],
"_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.19.tgz",
"_shasum": "71e464537a7ef81c15f2db9d97e913fc0ff606f0",
"_spec": "mime-types@~2.1.18",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\body-parser\\node_modules\\type-is",
"_spec": "2.1.19",
"_where": "/var/www/backend/minis-data",
"bugs": {
"url": "https://github.com/jshttp/mime-types/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
@ -45,7 +49,6 @@
"dependencies": {
"mime-db": "~1.35.0"
},
"deprecated": false,
"description": "The ultimate javascript content-type utility.",
"devDependencies": {
"eslint": "4.19.1",

View File

@ -1,4 +1,10 @@
{
"_args": [
[
"qs@6.5.2",
"/var/www/backend/minis-data"
]
],
"_from": "qs@6.5.2",
"_id": "qs@6.5.2",
"_inBundle": false,
@ -19,13 +25,11 @@
"/body-parser"
],
"_resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz",
"_shasum": "cb3ae806e8740444584ef154ce8ee98d403f3e36",
"_spec": "qs@6.5.2",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\body-parser",
"_spec": "6.5.2",
"_where": "/var/www/backend/minis-data",
"bugs": {
"url": "https://github.com/ljharb/qs/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jordan Harband",
@ -34,7 +38,6 @@
}
],
"dependencies": {},
"deprecated": false,
"description": "A querystring parser that supports nesting and arrays, with a depth limit",
"devDependencies": {
"@ljharb/eslint-config": "^12.2.1",

View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=",
"_location": "/body-parser/statuses",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "statuses@>= 1.4.0 < 2",
"raw": "statuses@1.5.0",
"name": "statuses",
"escapedName": "statuses",
"rawSpec": ">= 1.4.0 < 2",
"rawSpec": "1.5.0",
"saveSpec": null,
"fetchSpec": ">= 1.4.0 < 2"
"fetchSpec": "1.5.0"
},
"_requiredBy": [
"/body-parser/http-errors"
],
"_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
"_shasum": "161c7dac177659fd9811f43771fa99381478628c",
"_spec": "statuses@>= 1.4.0 < 2",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\body-parser\\node_modules\\http-errors",
"_spec": "1.5.0",
"_where": "/var/www/backend/minis-data",
"bugs": {
"url": "https://github.com/jshttp/statuses/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
@ -37,7 +41,6 @@
"url": "http://jongleberry.com"
}
],
"deprecated": false,
"description": "HTTP status utility",
"devDependencies": {
"csv-parse": "1.2.4",

View File

@ -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",
"_inBundle": false,
"_integrity": "sha512-HRkVv/5qY2G6I8iab9cI7v1bOIdhm94dVjQCPFElW9W+3GeDOSHmy2EBYe4VTApuzolPcmgFTN3ftVJRKR2J9Q==",
"_location": "/body-parser/type-is",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "type-is@~1.6.16",
"raw": "type-is@1.6.16",
"name": "type-is",
"escapedName": "type-is",
"rawSpec": "~1.6.16",
"rawSpec": "1.6.16",
"saveSpec": null,
"fetchSpec": "~1.6.16"
"fetchSpec": "1.6.16"
},
"_requiredBy": [
"/body-parser"
],
"_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.16.tgz",
"_shasum": "f89ce341541c672b25ee7ae3c73dee3b2be50194",
"_spec": "type-is@~1.6.16",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\body-parser",
"_spec": "1.6.16",
"_where": "/var/www/backend/minis-data",
"bugs": {
"url": "https://github.com/jshttp/type-is/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
@ -41,7 +45,6 @@
"media-typer": "0.3.0",
"mime-types": "~2.1.18"
},
"deprecated": false,
"description": "Infer the content-type of a request.",
"devDependencies": {
"eslint": "3.19.0",

View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-WykhmP/dVTs6DyDe0FkrlWlVyLQ=",
@ -10,27 +16,24 @@
"setprototypeof": "1.1.0"
},
"_requested": {
"type": "tag",
"type": "version",
"registry": true,
"raw": "body-parser",
"raw": "body-parser@1.18.3",
"name": "body-parser",
"escapedName": "body-parser",
"rawSpec": "",
"rawSpec": "1.18.3",
"saveSpec": null,
"fetchSpec": "latest"
"fetchSpec": "1.18.3"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.18.3.tgz",
"_shasum": "5b292198ffdd553b3a0f20ded0592b956955c8b4",
"_spec": "body-parser",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI",
"_spec": "1.18.3",
"_where": "/var/www/backend/minis-data",
"bugs": {
"url": "https://github.com/expressjs/body-parser/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
@ -54,7 +57,6 @@
"raw-body": "2.3.3",
"type-is": "~1.6.16"
},
"deprecated": false,
"description": "Node.js body parsing middleware",
"devDependencies": {
"eslint": "4.19.1",

15
node_modules/bytes/package.json generated vendored
View File

@ -1,4 +1,10 @@
{
"_args": [
[
"bytes@3.0.0",
"/var/www/backend/minis-data"
]
],
"_from": "bytes@3.0.0",
"_id": "bytes@3.0.0",
"_inBundle": false,
@ -17,12 +23,13 @@
},
"_requiredBy": [
"/body-parser",
"/express/body-parser",
"/express/raw-body",
"/raw-body"
],
"_resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
"_shasum": "d32815404d689699f85a4ea4fa8755dd13a96048",
"_spec": "bytes@3.0.0",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\body-parser",
"_spec": "3.0.0",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca",
@ -31,7 +38,6 @@
"bugs": {
"url": "https://github.com/visionmedia/bytes.js/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jed Watson",
@ -42,7 +48,6 @@
"email": "theo.fidry@gmail.com"
}
],
"deprecated": false,
"description": "Utility to parse a string bytes to bytes and vice-versa",
"devDependencies": {
"mocha": "2.5.3",

View File

@ -1,4 +1,10 @@
{
"_args": [
[
"content-disposition@0.5.2",
"/var/www/backend/minis-data"
]
],
"_from": "content-disposition@0.5.2",
"_id": "content-disposition@0.5.2",
"_inBundle": false,
@ -19,20 +25,17 @@
"/express"
],
"_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz",
"_shasum": "0cf68bb9ddf5f2be7961c3a85178cb85dba78cb4",
"_spec": "content-disposition@0.5.2",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
"_spec": "0.5.2",
"_where": "/var/www/backend/minis-data",
"bugs": {
"url": "https://github.com/jshttp/content-disposition/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
],
"deprecated": false,
"description": "Create and parse Content-Disposition header",
"devDependencies": {
"eslint": "3.11.1",

View File

@ -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",
"_inBundle": false,
"_integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
"_location": "/content-type",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "content-type@~1.0.4",
"raw": "content-type@1.0.4",
"name": "content-type",
"escapedName": "content-type",
"rawSpec": "~1.0.4",
"rawSpec": "1.0.4",
"saveSpec": null,
"fetchSpec": "~1.0.4"
"fetchSpec": "1.0.4"
},
"_requiredBy": [
"/body-parser",
"/express"
"/express",
"/express/body-parser"
],
"_resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
"_shasum": "e138cc75e040c727b1966fe5e5f8c9aee256fe3b",
"_spec": "content-type@~1.0.4",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
"_spec": "1.0.4",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/jshttp/content-type/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Create and parse HTTP Content-Type header",
"devDependencies": {
"eslint": "3.19.0",

View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-D+MfoZ0AC5X0qt8fU/3CuKIDuqU=",
"_location": "/cookie-parser",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"type": "version",
"registry": true,
"raw": "cookie-parser",
"raw": "cookie-parser@1.4.3",
"name": "cookie-parser",
"escapedName": "cookie-parser",
"rawSpec": "",
"rawSpec": "1.4.3",
"saveSpec": null,
"fetchSpec": "latest"
"fetchSpec": "1.4.3"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.3.tgz",
"_shasum": "0fe31fa19d000b95f4aadf1f53fdc2b8a203baa5",
"_spec": "cookie-parser",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI",
"_spec": "1.4.3",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca",
@ -31,7 +35,6 @@
"bugs": {
"url": "https://github.com/expressjs/cookie-parser/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
@ -42,7 +45,6 @@
"cookie": "0.3.1",
"cookie-signature": "1.0.6"
},
"deprecated": false,
"description": "cookie parsing with signatures",
"devDependencies": {
"istanbul": "0.4.3",

View File

@ -1,4 +1,10 @@
{
"_args": [
[
"cookie-signature@1.0.6",
"/var/www/backend/minis-data"
]
],
"_from": "cookie-signature@1.0.6",
"_id": "cookie-signature@1.0.6",
"_inBundle": false,
@ -16,12 +22,12 @@
"fetchSpec": "1.0.6"
},
"_requiredBy": [
"/cookie-parser",
"/express"
],
"_resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
"_shasum": "e303a882b342cc3ee8ca513a79999734dab3ae2c",
"_spec": "cookie-signature@1.0.6",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
"_spec": "1.0.6",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@learnboost.com"
@ -29,9 +35,7 @@
"bugs": {
"url": "https://github.com/visionmedia/node-cookie-signature/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Sign and unsign cookies",
"devDependencies": {
"mocha": "*",

14
node_modules/cookie/package.json generated vendored
View File

@ -1,4 +1,10 @@
{
"_args": [
[
"cookie@0.3.1",
"/var/www/backend/minis-data"
]
],
"_from": "cookie@0.3.1",
"_id": "cookie@0.3.1",
"_inBundle": false,
@ -16,12 +22,12 @@
"fetchSpec": "0.3.1"
},
"_requiredBy": [
"/cookie-parser",
"/express"
],
"_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz",
"_shasum": "e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb",
"_spec": "cookie@0.3.1",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
"_spec": "0.3.1",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Roman Shtylman",
"email": "shtylman@gmail.com"
@ -29,14 +35,12 @@
"bugs": {
"url": "https://github.com/jshttp/cookie/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
],
"deprecated": false,
"description": "HTTP server cookie parsing and serialization",
"devDependencies": {
"istanbul": "0.4.3",

View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
"_location": "/core-util-is",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "core-util-is@~1.0.0",
"raw": "core-util-is@1.0.2",
"name": "core-util-is",
"escapedName": "core-util-is",
"rawSpec": "~1.0.0",
"rawSpec": "1.0.2",
"saveSpec": null,
"fetchSpec": "~1.0.0"
"fetchSpec": "1.0.2"
},
"_requiredBy": [
"/readable-stream"
],
"_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
"_shasum": "b5fd54220aa2bc5ab57aab7140c940754503c1a7",
"_spec": "core-util-is@~1.0.0",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\readable-stream",
"_spec": "1.0.2",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@ -30,8 +35,6 @@
"bugs": {
"url": "https://github.com/isaacs/core-util-is/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "The `util.is*` functions introduced in Node v0.12.",
"devDependencies": {
"tap": "^2.3.0"

24
node_modules/cors/package.json generated vendored
View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-K9OB8usgECAQXNUOpZ2mMJBpRoY=",
"_location": "/cors",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"type": "version",
"registry": true,
"raw": "cors",
"raw": "cors@2.8.4",
"name": "cors",
"escapedName": "cors",
"rawSpec": "",
"rawSpec": "2.8.4",
"saveSpec": null,
"fetchSpec": "latest"
"fetchSpec": "2.8.4"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/cors/-/cors-2.8.4.tgz",
"_shasum": "2bd381f2eb201020105cd50ea59da63090694686",
"_spec": "cors",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI",
"_spec": "2.8.4",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Troy Goode",
"email": "troygoode@gmail.com",
@ -31,12 +35,10 @@
"bugs": {
"url": "https://github.com/expressjs/cors/issues"
},
"bundleDependencies": false,
"dependencies": {
"object-assign": "^4",
"vary": "^1"
},
"deprecated": false,
"description": "Node.js CORS middleware",
"devDependencies": {
"basic-auth-connect": "^1.0.0",

14
node_modules/debug/package.json generated vendored
View File

@ -1,4 +1,10 @@
{
"_args": [
[
"debug@2.6.9",
"/var/www/backend/minis-data"
]
],
"_from": "debug@2.6.9",
"_id": "debug@2.6.9",
"_inBundle": false,
@ -18,13 +24,13 @@
"_requiredBy": [
"/body-parser",
"/express",
"/express/body-parser",
"/finalhandler",
"/send"
],
"_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
"_shasum": "5d128515df134ff327e90a4c93f4e077a536341f",
"_spec": "debug@2.6.9",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
"_spec": "2.6.9",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
@ -33,7 +39,6 @@
"bugs": {
"url": "https://github.com/visionmedia/debug/issues"
},
"bundleDependencies": false,
"component": {
"scripts": {
"debug/index.js": "browser.js",
@ -54,7 +59,6 @@
"dependencies": {
"ms": "2.0.0"
},
"deprecated": false,
"description": "small debugging utility",
"devDependencies": {
"browserify": "9.0.3",

25
node_modules/depd/package.json generated vendored
View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-V4O04cRZ8G+lyif5kfPQbnoxA1k=",
"_location": "/depd",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "depd@~1.1.1",
"raw": "depd@1.1.1",
"name": "depd",
"escapedName": "depd",
"rawSpec": "~1.1.1",
"rawSpec": "1.1.1",
"saveSpec": null,
"fetchSpec": "~1.1.1"
"fetchSpec": "1.1.1"
},
"_requiredBy": [
"/body-parser",
"/express",
"/express/body-parser",
"/http-errors",
"/send"
],
"_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.1.tgz",
"_shasum": "5783b4e1c459f06fa5ca27f991f3d06e7a310359",
"_spec": "depd@~1.1.1",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
"_spec": "1.1.1",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
@ -33,8 +38,6 @@
"bugs": {
"url": "https://github.com/dougwilson/nodejs-depd/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Deprecate all the things",
"devDependencies": {
"beautify-benchmark": "0.2.4",

23
node_modules/destroy/package.json generated vendored
View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=",
"_location": "/destroy",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "destroy@~1.0.4",
"raw": "destroy@1.0.4",
"name": "destroy",
"escapedName": "destroy",
"rawSpec": "~1.0.4",
"rawSpec": "1.0.4",
"saveSpec": null,
"fetchSpec": "~1.0.4"
"fetchSpec": "1.0.4"
},
"_requiredBy": [
"/send"
],
"_resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
"_shasum": "978857442c44749e4206613e37946205826abd80",
"_spec": "destroy@~1.0.4",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\send",
"_spec": "1.0.4",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
@ -30,14 +35,12 @@
"bugs": {
"url": "https://github.com/stream-utils/destroy/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
],
"deprecated": false,
"description": "destroy a stream if possible",
"devDependencies": {
"istanbul": "0.4.2",

13
node_modules/ee-first/package.json generated vendored
View File

@ -1,4 +1,10 @@
{
"_args": [
[
"ee-first@1.1.1",
"/var/www/backend/minis-data"
]
],
"_from": "ee-first@1.1.1",
"_id": "ee-first@1.1.1",
"_inBundle": false,
@ -19,9 +25,8 @@
"/on-finished"
],
"_resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
"_shasum": "590c61156b0ae2f4f0255732a158b266bc56b21d",
"_spec": "ee-first@1.1.1",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\on-finished",
"_spec": "1.1.1",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
@ -30,14 +35,12 @@
"bugs": {
"url": "https://github.com/jonathanong/ee-first/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
],
"deprecated": false,
"description": "return the first event in a set of ee/event pairs",
"devDependencies": {
"istanbul": "0.3.9",

23
node_modules/encodeurl/package.json generated vendored
View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-eePVhlU0aQn+bw9Fpd5oEDspTSA=",
"_location": "/encodeurl",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "encodeurl@~1.0.1",
"raw": "encodeurl@1.0.1",
"name": "encodeurl",
"escapedName": "encodeurl",
"rawSpec": "~1.0.1",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "~1.0.1"
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/express",
@ -22,20 +28,17 @@
"/serve-static"
],
"_resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.1.tgz",
"_shasum": "79e3d58655346909fe6f0f45a5de68103b294d20",
"_spec": "encodeurl@~1.0.1",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
"_spec": "1.0.1",
"_where": "/var/www/backend/minis-data",
"bugs": {
"url": "https://github.com/pillarjs/encodeurl/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
],
"deprecated": false,
"description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences",
"devDependencies": {
"eslint": "2.11.1",

View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-6rpkyl1UKjEayUX1gt78M2Fl2fQ=",
"_location": "/errorhandler",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"type": "version",
"registry": true,
"raw": "errorhandler",
"raw": "errorhandler@1.5.0",
"name": "errorhandler",
"escapedName": "errorhandler",
"rawSpec": "",
"rawSpec": "1.5.0",
"saveSpec": null,
"fetchSpec": "latest"
"fetchSpec": "1.5.0"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/errorhandler/-/errorhandler-1.5.0.tgz",
"_shasum": "eaba64ca5d542a311ac945f582defc336165d9f4",
"_spec": "errorhandler",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI",
"_spec": "1.5.0",
"_where": "/var/www/backend/minis-data",
"bugs": {
"url": "https://github.com/expressjs/errorhandler/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
@ -42,7 +45,6 @@
"accepts": "~1.3.3",
"escape-html": "~1.0.3"
},
"deprecated": false,
"description": "Development-only error handler middleware",
"devDependencies": {
"after": "0.8.2",

View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=",
"_location": "/escape-html",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "escape-html@~1.0.3",
"raw": "escape-html@1.0.3",
"name": "escape-html",
"escapedName": "escape-html",
"rawSpec": "~1.0.3",
"rawSpec": "1.0.3",
"saveSpec": null,
"fetchSpec": "~1.0.3"
"fetchSpec": "1.0.3"
},
"_requiredBy": [
"/errorhandler",
"/express",
"/finalhandler",
"/send",
"/serve-static"
],
"_resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
"_shasum": "0258eae4d3d0c0974de1c169188ef0051d1d1988",
"_spec": "escape-html@~1.0.3",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
"_spec": "1.0.3",
"_where": "/var/www/backend/minis-data",
"bugs": {
"url": "https://github.com/component/escape-html/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Escape string for use in HTML",
"devDependencies": {
"beautify-benchmark": "0.2.4",

23
node_modules/etag/package.json generated vendored
View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=",
"_location": "/etag",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "etag@~1.8.1",
"raw": "etag@1.8.1",
"name": "etag",
"escapedName": "etag",
"rawSpec": "~1.8.1",
"rawSpec": "1.8.1",
"saveSpec": null,
"fetchSpec": "~1.8.1"
"fetchSpec": "1.8.1"
},
"_requiredBy": [
"/express",
"/send"
],
"_resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
"_shasum": "41ae2eeb65efa62268aebfea83ac7d79299b0887",
"_spec": "etag@~1.8.1",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
"_spec": "1.8.1",
"_where": "/var/www/backend/minis-data",
"bugs": {
"url": "https://github.com/jshttp/etag/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
@ -37,7 +41,6 @@
"email": "david.bjorklund@gmail.com"
}
],
"deprecated": false,
"description": "Create simple HTTP ETags",
"devDependencies": {
"beautify-benchmark": "0.2.4",

View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-AbK0mK5v0uQRUrIrV6Phc3c69n4=",
"_location": "/express-force-ssl",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "express-force-ssl@^0.3.2",
"raw": "express-force-ssl@0.3.2",
"name": "express-force-ssl",
"escapedName": "express-force-ssl",
"rawSpec": "^0.3.2",
"rawSpec": "0.3.2",
"saveSpec": null,
"fetchSpec": "^0.3.2"
"fetchSpec": "0.3.2"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/express-force-ssl/-/express-force-ssl-0.3.2.tgz",
"_shasum": "01b2b498ae6fd2e41152b22b57a3e173773af67e",
"_spec": "express-force-ssl@^0.3.2",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI",
"_spec": "0.3.2",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Jeremy Battle",
"email": "@complexcarb",
@ -31,7 +35,6 @@
"bugs": {
"url": "http://github.com/battlejj/express-force-ssl/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jeremy Battle",
@ -41,7 +44,6 @@
"dependencies": {
"lodash.assign": "^3.2.0"
},
"deprecated": false,
"description": "Force SSL on particular/all pages in Express",
"devDependencies": {
"body-parser": "^1.9.0",

View File

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

View File

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

View File

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

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

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

View File

@ -1,4 +1,10 @@
{
"_args": [
[
"finalhandler@1.1.0",
"/var/www/backend/minis-data"
]
],
"_from": "finalhandler@1.1.0",
"_id": "finalhandler@1.1.0",
"_inBundle": false,
@ -19,9 +25,8 @@
"/express"
],
"_resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.0.tgz",
"_shasum": "ce0b6855b45853e791b2fcc680046d88253dd7f5",
"_spec": "finalhandler@1.1.0",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
"_spec": "1.1.0",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
@ -29,7 +34,6 @@
"bugs": {
"url": "https://github.com/pillarjs/finalhandler/issues"
},
"bundleDependencies": false,
"dependencies": {
"debug": "2.6.9",
"encodeurl": "~1.0.1",
@ -39,7 +43,6 @@
"statuses": "~1.3.1",
"unpipe": "~1.0.0"
},
"deprecated": false,
"description": "Node.js final http responder",
"devDependencies": {
"eslint": "3.19.0",

23
node_modules/forwarded/package.json generated vendored
View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=",
"_location": "/forwarded",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "forwarded@~0.1.2",
"raw": "forwarded@0.1.2",
"name": "forwarded",
"escapedName": "forwarded",
"rawSpec": "~0.1.2",
"rawSpec": "0.1.2",
"saveSpec": null,
"fetchSpec": "~0.1.2"
"fetchSpec": "0.1.2"
},
"_requiredBy": [
"/proxy-addr"
],
"_resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz",
"_shasum": "98c23dab1175657b8c0573e8ceccd91b0ff18c84",
"_spec": "forwarded@~0.1.2",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\proxy-addr",
"_spec": "0.1.2",
"_where": "/var/www/backend/minis-data",
"bugs": {
"url": "https://github.com/jshttp/forwarded/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
],
"deprecated": false,
"description": "Parse HTTP X-Forwarded-For header",
"devDependencies": {
"beautify-benchmark": "0.2.4",

13
node_modules/fresh/package.json generated vendored
View File

@ -1,4 +1,10 @@
{
"_args": [
[
"fresh@0.5.2",
"/var/www/backend/minis-data"
]
],
"_from": "fresh@0.5.2",
"_id": "fresh@0.5.2",
"_inBundle": false,
@ -20,9 +26,8 @@
"/send"
],
"_resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
"_shasum": "3d8cadd90d976569fa835ab1f8e4b23a105605a7",
"_spec": "fresh@0.5.2",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
"_spec": "0.5.2",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca",
@ -31,7 +36,6 @@
"bugs": {
"url": "https://github.com/jshttp/fresh/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
@ -43,7 +47,6 @@
"url": "http://jongleberry.com"
}
],
"deprecated": false,
"description": "HTTP response freshness testing",
"devDependencies": {
"beautify-benchmark": "0.2.4",

56
node_modules/hashmap/.jshintrc generated vendored
View File

@ -1,28 +1,28 @@
{
"shadow": "inner",
"indent": 1,
"camelcase": false,
"eqeqeq": true,
"eqnull": true,
"freeze": true,
"funcscope": true,
"newcap": true,
"noarg": true,
"noempty": true,
"nonbsp": true,
"unused": "vars",
"undef": true,
"scripturl": true,
"loopfunc": true,
"strict": "implied",
"validthis": true,
"esnext": true,
"globals": {},
"browser": true,
"devel": true,
"mocha": true,
"node": true,
"jquery": true
}
{
"shadow": "inner",
"indent": 1,
"camelcase": false,
"eqeqeq": true,
"eqnull": true,
"freeze": true,
"funcscope": true,
"newcap": true,
"noarg": true,
"noempty": true,
"nonbsp": true,
"unused": "vars",
"undef": true,
"scripturl": true,
"loopfunc": true,
"strict": "implied",
"validthis": true,
"esnext": true,
"globals": {},
"browser": true,
"devel": true,
"mocha": true,
"node": true,
"jquery": true
}

340
node_modules/hashmap/Readme.md generated vendored
View File

@ -1,170 +1,170 @@
# HashMap Class for JavaScript
## Installation
[![NPM](https://nodei.co/npm/hashmap.png?compact=true)](https://npmjs.org/package/hashmap)
Using [npm](https://npmjs.org/package/hashmap):
$ npm install hashmap
Using bower:
$ bower install hashmap
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.
To run the tests:
$ npm test
## Description
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__.
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
- `new HashMap()` creates an empty hashmap
- `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(key:*, value:*, key2:*, value2:*, ...)` creates a hashmap with several key-value pairs
## HashMap methods
- `get(key:*) : *` returns the value stored for that key.
- `set(key:*, value:*) : HashMap` stores a key-value pair
- `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
- `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)
- `delete(key:*) : HashMap` deletes a key-value pair by key
- `remove(key:*) : HashMap` Alias for `delete(key:*)` *(deprecated)*
- `type(key:*) : String` returns the data type of the provided key (used internally)
- `keys() : Array<*>` returns an array with all the registered keys
- `values() : Array<*>` returns an array with all the values
- `entries() : Array<[*,*]>` returns an array with [key,value] pairs
- `size : Number` the amount of key-value pairs
- `count() : Number` returns the amount of key-value pairs *(deprecated)*
- `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
- `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
### Method chaining
All methods that don't return something, will return the HashMap instance to enable chaining.
## Examples
Assume this for all examples below
```js
var map = new HashMap();
```
If you're using this within Node, you first need to import the class
```js
var HashMap = require('hashmap');
```
### Basic use case
```js
map.set("some_key", "some value");
map.get("some_key"); // --> "some value"
```
### Map size / number of elements
```js
var map = new HashMap();
map.set("key1", "val1");
map.set("key2", "val2");
map.size; // -> 2
```
### Deleting key-value pairs
```js
map.set("some_key", "some value");
map.delete("some_key");
map.get("some_key"); // --> undefined
```
### No stringification
```js
map.set("1", "string one");
map.set(1, "number one");
map.get("1"); // --> "string one"
```
A regular `Object` used as a map would yield `"number one"`
### Objects as keys
```js
var key = {};
var key2 = {};
map.set(key, 123);
map.set(key2, 321);
map.get(key); // --> 123
```
A regular `Object` used as a map would yield `321`
### Iterating
```js
map.set(1, "test 1");
map.set(2, "test 2");
map.set(3, "test 3");
map.forEach(function(value, key) {
console.log(key + " : " + value);
});
```
### Method chaining
```js
map
.set(1, "test 1")
.set(2, "test 2")
.set(3, "test 3")
.forEach(function(value, key) {
console.log(key + " : " + value);
});
```
## LICENSE
The MIT License (MIT)
Copyright (c) 2012 Ariel Flesler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the 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
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF
## To-Do
* (?) Allow extending the hashing function in a AOP way or by passing a service
* Make tests work on the browser
# HashMap Class for JavaScript
## Installation
[![NPM](https://nodei.co/npm/hashmap.png?compact=true)](https://npmjs.org/package/hashmap)
Using [npm](https://npmjs.org/package/hashmap):
$ npm install hashmap
Using bower:
$ bower install hashmap
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.
To run the tests:
$ npm test
## Description
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__.
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
- `new HashMap()` creates an empty hashmap
- `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(key:*, value:*, key2:*, value2:*, ...)` creates a hashmap with several key-value pairs
## HashMap methods
- `get(key:*) : *` returns the value stored for that key.
- `set(key:*, value:*) : HashMap` stores a key-value pair
- `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
- `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)
- `delete(key:*) : HashMap` deletes a key-value pair by key
- `remove(key:*) : HashMap` Alias for `delete(key:*)` *(deprecated)*
- `type(key:*) : String` returns the data type of the provided key (used internally)
- `keys() : Array<*>` returns an array with all the registered keys
- `values() : Array<*>` returns an array with all the values
- `entries() : Array<[*,*]>` returns an array with [key,value] pairs
- `size : Number` the amount of key-value pairs
- `count() : Number` returns the amount of key-value pairs *(deprecated)*
- `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
- `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
### Method chaining
All methods that don't return something, will return the HashMap instance to enable chaining.
## Examples
Assume this for all examples below
```js
var map = new HashMap();
```
If you're using this within Node, you first need to import the class
```js
var HashMap = require('hashmap');
```
### Basic use case
```js
map.set("some_key", "some value");
map.get("some_key"); // --> "some value"
```
### Map size / number of elements
```js
var map = new HashMap();
map.set("key1", "val1");
map.set("key2", "val2");
map.size; // -> 2
```
### Deleting key-value pairs
```js
map.set("some_key", "some value");
map.delete("some_key");
map.get("some_key"); // --> undefined
```
### No stringification
```js
map.set("1", "string one");
map.set(1, "number one");
map.get("1"); // --> "string one"
```
A regular `Object` used as a map would yield `"number one"`
### Objects as keys
```js
var key = {};
var key2 = {};
map.set(key, 123);
map.set(key2, 321);
map.get(key); // --> 123
```
A regular `Object` used as a map would yield `321`
### Iterating
```js
map.set(1, "test 1");
map.set(2, "test 2");
map.set(3, "test 3");
map.forEach(function(value, key) {
console.log(key + " : " + value);
});
```
### Method chaining
```js
map
.set(1, "test 1")
.set(2, "test 2")
.set(3, "test 3")
.forEach(function(value, key) {
console.log(key + " : " + value);
});
```
## LICENSE
The MIT License (MIT)
Copyright (c) 2012 Ariel Flesler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the 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
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF
## To-Do
* (?) Allow extending the hashing function in a AOP way or by passing a service
* Make tests work on the browser

420
node_modules/hashmap/hashmap.js generated vendored
View File

@ -1,210 +1,210 @@
/**
* HashMap - HashMap Class for JavaScript
* @author Ariel Flesler <aflesler@gmail.com>
* @version 2.0.6
* Homepage: https://github.com/flesler/hashmap
*/
(function(factory) {
/* global define */
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module.
define([], factory);
} else if (typeof module === 'object') {
// Node js environment
var HashMap = module.exports = factory();
// Keep it backwards compatible
HashMap.HashMap = HashMap;
} else {
// Browser globals (this is window)
this.HashMap = factory();
}
}(function() {
function HashMap(other) {
this.clear();
switch (arguments.length) {
case 0: break;
case 1: {
if ('length' in other) {
// Flatten 2D array to alternating key-value array
multi(this, Array.prototype.concat.apply([], other));
} else { // Assumed to be a HashMap instance
this.copy(other);
}
break;
}
default: multi(this, arguments); break;
}
}
var proto = HashMap.prototype = {
constructor:HashMap,
get:function(key) {
var data = this._data[this.hash(key)];
return data && data[1];
},
set:function(key, value) {
// Store original key as well (for iteration)
var hash = this.hash(key);
if ( !(hash in this._data) ) {
this.size++;
}
this._data[hash] = [key, value];
},
multi:function() {
multi(this, arguments);
},
copy:function(other) {
for (var hash in other._data) {
if ( !(hash in this._data) ) {
this.size++;
}
this._data[hash] = other._data[hash];
}
},
has:function(key) {
return this.hash(key) in this._data;
},
search:function(value) {
for (var key in this._data) {
if (this._data[key][1] === value) {
return this._data[key][0];
}
}
return null;
},
delete:function(key) {
var hash = this.hash(key);
if ( hash in this._data ) {
this.size--;
delete this._data[hash];
}
},
type:function(key) {
var str = Object.prototype.toString.call(key);
var type = str.slice(8, -1).toLowerCase();
// Some browsers yield DOMWindow or Window for null and undefined, works fine on Node
if (!key && (type === 'domwindow' || type === 'window')) {
return key + '';
}
return type;
},
keys:function() {
var keys = [];
this.forEach(function(_, key) { keys.push(key); });
return keys;
},
values:function() {
var values = [];
this.forEach(function(value) { values.push(value); });
return values;
},
entries:function() {
var entries = [];
this.forEach(function(value, key) { entries.push([key, value]); });
return entries;
},
// TODO: This is deprecated and will be deleted in a future version
count:function() {
return this.size;
},
clear:function() {
// TODO: Would Object.create(null) make any difference
this._data = {};
this.size = 0;
},
clone:function() {
return new HashMap(this);
},
hash:function(key) {
switch (this.type(key)) {
case 'undefined':
case 'null':
case 'boolean':
case 'number':
case 'regexp':
return key + '';
case 'date':
return '♣' + key.getTime();
case 'string':
return '♠' + key;
case 'array':
var hashes = [];
for (var i = 0; i < key.length; i++) {
hashes[i] = this.hash(key[i]);
}
return '♥' + hashes.join('⁞');
default:
// TODO: Don't use expandos when Object.defineProperty is not available?
if (!key.hasOwnProperty('_hmuid_')) {
key._hmuid_ = ++HashMap.uid;
hide(key, '_hmuid_');
}
return '♦' + key._hmuid_;
}
},
forEach:function(func, ctx) {
for (var key in this._data) {
var data = this._data[key];
func.call(ctx || this, data[1], data[0]);
}
}
};
HashMap.uid = 0;
//- Add chaining to all methods that don't return something
['set','multi','copy','delete','clear','forEach'].forEach(function(method) {
var fn = proto[method];
proto[method] = function() {
fn.apply(this, arguments);
return this;
};
});
//- Backwards compatibility
// TODO: remove() is deprecated and will be deleted in a future version
HashMap.prototype.remove = HashMap.prototype.delete;
//- Utils
function multi(map, args) {
for (var i = 0; i < args.length; i += 2) {
map.set(args[i], args[i+1]);
}
}
function hide(obj, prop) {
// Make non iterable if supported
if (Object.defineProperty) {
Object.defineProperty(obj, prop, {enumerable:false});
}
}
return HashMap;
}));
/**
* HashMap - HashMap Class for JavaScript
* @author Ariel Flesler <aflesler@gmail.com>
* @version 2.0.6
* Homepage: https://github.com/flesler/hashmap
*/
(function(factory) {
/* global define */
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module.
define([], factory);
} else if (typeof module === 'object') {
// Node js environment
var HashMap = module.exports = factory();
// Keep it backwards compatible
HashMap.HashMap = HashMap;
} else {
// Browser globals (this is window)
this.HashMap = factory();
}
}(function() {
function HashMap(other) {
this.clear();
switch (arguments.length) {
case 0: break;
case 1: {
if ('length' in other) {
// Flatten 2D array to alternating key-value array
multi(this, Array.prototype.concat.apply([], other));
} else { // Assumed to be a HashMap instance
this.copy(other);
}
break;
}
default: multi(this, arguments); break;
}
}
var proto = HashMap.prototype = {
constructor:HashMap,
get:function(key) {
var data = this._data[this.hash(key)];
return data && data[1];
},
set:function(key, value) {
// Store original key as well (for iteration)
var hash = this.hash(key);
if ( !(hash in this._data) ) {
this.size++;
}
this._data[hash] = [key, value];
},
multi:function() {
multi(this, arguments);
},
copy:function(other) {
for (var hash in other._data) {
if ( !(hash in this._data) ) {
this.size++;
}
this._data[hash] = other._data[hash];
}
},
has:function(key) {
return this.hash(key) in this._data;
},
search:function(value) {
for (var key in this._data) {
if (this._data[key][1] === value) {
return this._data[key][0];
}
}
return null;
},
delete:function(key) {
var hash = this.hash(key);
if ( hash in this._data ) {
this.size--;
delete this._data[hash];
}
},
type:function(key) {
var str = Object.prototype.toString.call(key);
var type = str.slice(8, -1).toLowerCase();
// Some browsers yield DOMWindow or Window for null and undefined, works fine on Node
if (!key && (type === 'domwindow' || type === 'window')) {
return key + '';
}
return type;
},
keys:function() {
var keys = [];
this.forEach(function(_, key) { keys.push(key); });
return keys;
},
values:function() {
var values = [];
this.forEach(function(value) { values.push(value); });
return values;
},
entries:function() {
var entries = [];
this.forEach(function(value, key) { entries.push([key, value]); });
return entries;
},
// TODO: This is deprecated and will be deleted in a future version
count:function() {
return this.size;
},
clear:function() {
// TODO: Would Object.create(null) make any difference
this._data = {};
this.size = 0;
},
clone:function() {
return new HashMap(this);
},
hash:function(key) {
switch (this.type(key)) {
case 'undefined':
case 'null':
case 'boolean':
case 'number':
case 'regexp':
return key + '';
case 'date':
return '♣' + key.getTime();
case 'string':
return '♠' + key;
case 'array':
var hashes = [];
for (var i = 0; i < key.length; i++) {
hashes[i] = this.hash(key[i]);
}
return '♥' + hashes.join('⁞');
default:
// TODO: Don't use expandos when Object.defineProperty is not available?
if (!key.hasOwnProperty('_hmuid_')) {
key._hmuid_ = ++HashMap.uid;
hide(key, '_hmuid_');
}
return '♦' + key._hmuid_;
}
},
forEach:function(func, ctx) {
for (var key in this._data) {
var data = this._data[key];
func.call(ctx || this, data[1], data[0]);
}
}
};
HashMap.uid = 0;
//- Add chaining to all methods that don't return something
['set','multi','copy','delete','clear','forEach'].forEach(function(method) {
var fn = proto[method];
proto[method] = function() {
fn.apply(this, arguments);
return this;
};
});
//- Backwards compatibility
// TODO: remove() is deprecated and will be deleted in a future version
HashMap.prototype.remove = HashMap.prototype.delete;
//- Utils
function multi(map, args) {
for (var i = 0; i < args.length; i += 2) {
map.set(args[i], args[i+1]);
}
}
function hide(obj, prop) {
// Make non iterable if supported
if (Object.defineProperty) {
Object.defineProperty(obj, prop, {enumerable:false});
}
}
return HashMap;
}));

24
node_modules/hashmap/package.json generated vendored
View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-sT+2XafIul49uPwbjFuh0ASdryI=",
"_location": "/hashmap",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"type": "version",
"registry": true,
"raw": "hashmap",
"raw": "hashmap@2.3.0",
"name": "hashmap",
"escapedName": "hashmap",
"rawSpec": "",
"rawSpec": "2.3.0",
"saveSpec": null,
"fetchSpec": "latest"
"fetchSpec": "2.3.0"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/hashmap/-/hashmap-2.3.0.tgz",
"_shasum": "b13fb65da7c8ba5e3db8fc1b8c5ba1d0049daf22",
"_spec": "hashmap",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI",
"_spec": "2.3.0",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Ariel Flesler",
"url": "https://github.com/flesler"
@ -30,9 +34,7 @@
"bugs": {
"url": "https://github.com/flesler/hashmap/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "HashMap Class for JavaScript",
"devDependencies": {
"chai": "4.1.1",

View File

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

View File

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

13
node_modules/iconv-lite/package.json generated vendored
View File

@ -1,4 +1,10 @@
{
"_args": [
[
"iconv-lite@0.4.23",
"/var/www/backend/minis-data"
]
],
"_from": "iconv-lite@0.4.23",
"_id": "iconv-lite@0.4.23",
"_inBundle": false,
@ -20,9 +26,8 @@
"/raw-body"
],
"_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.23.tgz",
"_shasum": "297871f63be507adcfbfca715d0cd0eed84e9a63",
"_spec": "iconv-lite@0.4.23",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\body-parser",
"_spec": "0.4.23",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Alexander Shtuchkin",
"email": "ashtuchkin@gmail.com"
@ -34,11 +39,9 @@
"bugs": {
"url": "https://github.com/ashtuchkin/iconv-lite/issues"
},
"bundleDependencies": false,
"dependencies": {
"safer-buffer": ">= 2.1.2 < 3"
},
"deprecated": false,
"description": "Convert character encodings in pure javascript.",
"devDependencies": {
"async": "*",

18
node_modules/inherits/package.json generated vendored
View File

@ -1,4 +1,10 @@
{
"_args": [
[
"inherits@2.0.3",
"/var/www/backend/minis-data"
]
],
"_from": "inherits@2.0.3",
"_id": "inherits@2.0.3",
"_inBundle": false,
@ -16,18 +22,18 @@
"fetchSpec": "2.0.3"
},
"_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",
"_shasum": "633c2c83e3da42a502f52466022480f4208261de",
"_spec": "inherits@2.0.3",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\http-errors",
"_spec": "2.0.3",
"_where": "/var/www/backend/minis-data",
"browser": "./inherits_browser.js",
"bugs": {
"url": "https://github.com/isaacs/inherits/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
"devDependencies": {
"tap": "^7.1.0"

13
node_modules/ipaddr.js/package.json generated vendored
View File

@ -1,4 +1,10 @@
{
"_args": [
[
"ipaddr.js@1.5.2",
"/var/www/backend/minis-data"
]
],
"_from": "ipaddr.js@1.5.2",
"_id": "ipaddr.js@1.5.2",
"_inBundle": false,
@ -19,9 +25,8 @@
"/proxy-addr"
],
"_resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.5.2.tgz",
"_shasum": "d4b505bde9946987ccf0fc58d9010ff9607e3fa0",
"_spec": "ipaddr.js@1.5.2",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\proxy-addr",
"_spec": "1.5.2",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "whitequark",
"email": "whitequark@whitequark.org"
@ -29,9 +34,7 @@
"bugs": {
"url": "https://github.com/whitequark/ipaddr.js/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
"devDependencies": {
"coffee-script": "~1.12.6",

23
node_modules/isarray/package.json generated vendored
View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
"_location": "/isarray",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "isarray@~1.0.0",
"raw": "isarray@1.0.0",
"name": "isarray",
"escapedName": "isarray",
"rawSpec": "~1.0.0",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "~1.0.0"
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/readable-stream"
],
"_resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
"_shasum": "bb935d48582cba168c06834957a54a3e07124f11",
"_spec": "isarray@~1.0.0",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\readable-stream",
"_spec": "1.0.0",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Julian Gruber",
"email": "mail@juliangruber.com",
@ -30,9 +35,7 @@
"bugs": {
"url": "https://github.com/juliangruber/isarray/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Array#isArray for older browsers",
"devDependencies": {
"tape": "~2.13.4"

View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-jDigmVAPIVrQnlnxci/QxSv+Ck4=",
"_location": "/lodash._baseassign",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "lodash._baseassign@^3.0.0",
"raw": "lodash._baseassign@3.2.0",
"name": "lodash._baseassign",
"escapedName": "lodash._baseassign",
"rawSpec": "^3.0.0",
"rawSpec": "3.2.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
"fetchSpec": "3.2.0"
},
"_requiredBy": [
"/lodash.assign"
],
"_resolved": "https://registry.npmjs.org/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz",
"_shasum": "8c38a099500f215ad09e59f1722fd0c52bfe0a4e",
"_spec": "lodash._baseassign@^3.0.0",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\lodash.assign",
"_spec": "3.2.0",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "John-David Dalton",
"email": "john.david.dalton@gmail.com",
@ -30,7 +35,6 @@
"bugs": {
"url": "https://github.com/lodash/lodash/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "John-David Dalton",
@ -62,7 +66,6 @@
"lodash._basecopy": "^3.0.0",
"lodash.keys": "^3.0.0"
},
"deprecated": false,
"description": "The modern build of lodashs internal `baseAssign` as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",

View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-jaDmqHbPNEwK2KVIghEd08XHyjY=",
"_location": "/lodash._basecopy",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "lodash._basecopy@^3.0.0",
"raw": "lodash._basecopy@3.0.1",
"name": "lodash._basecopy",
"escapedName": "lodash._basecopy",
"rawSpec": "^3.0.0",
"rawSpec": "3.0.1",
"saveSpec": null,
"fetchSpec": "^3.0.0"
"fetchSpec": "3.0.1"
},
"_requiredBy": [
"/lodash._baseassign"
],
"_resolved": "https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz",
"_shasum": "8da0e6a876cf344c0ad8a54882111dd3c5c7ca36",
"_spec": "lodash._basecopy@^3.0.0",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\lodash._baseassign",
"_spec": "3.0.1",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "John-David Dalton",
"email": "john.david.dalton@gmail.com",
@ -30,7 +35,6 @@
"bugs": {
"url": "https://github.com/lodash/lodash/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "John-David Dalton",
@ -58,7 +62,6 @@
"url": "https://mathiasbynens.be/"
}
],
"deprecated": false,
"description": "The modern build of lodashs internal `baseCopy` as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",

View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-5THCdkTPi1epnhftlbNcdIeJOS4=",
"_location": "/lodash._bindcallback",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "lodash._bindcallback@^3.0.0",
"raw": "lodash._bindcallback@3.0.1",
"name": "lodash._bindcallback",
"escapedName": "lodash._bindcallback",
"rawSpec": "^3.0.0",
"rawSpec": "3.0.1",
"saveSpec": null,
"fetchSpec": "^3.0.0"
"fetchSpec": "3.0.1"
},
"_requiredBy": [
"/lodash._createassigner"
],
"_resolved": "https://registry.npmjs.org/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz",
"_shasum": "e531c27644cf8b57a99e17ed95b35c748789392e",
"_spec": "lodash._bindcallback@^3.0.0",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\lodash._createassigner",
"_spec": "3.0.1",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "John-David Dalton",
"email": "john.david.dalton@gmail.com",
@ -30,7 +35,6 @@
"bugs": {
"url": "https://github.com/lodash/lodash/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "John-David Dalton",
@ -58,7 +62,6 @@
"url": "https://mathiasbynens.be/"
}
],
"deprecated": false,
"description": "The modern build of lodashs internal `bindCallback` as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",

View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-g4pbri/aymOsIt7o4Z+k5taXCxE=",
"_location": "/lodash._createassigner",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "lodash._createassigner@^3.0.0",
"raw": "lodash._createassigner@3.1.1",
"name": "lodash._createassigner",
"escapedName": "lodash._createassigner",
"rawSpec": "^3.0.0",
"rawSpec": "3.1.1",
"saveSpec": null,
"fetchSpec": "^3.0.0"
"fetchSpec": "3.1.1"
},
"_requiredBy": [
"/lodash.assign"
],
"_resolved": "https://registry.npmjs.org/lodash._createassigner/-/lodash._createassigner-3.1.1.tgz",
"_shasum": "838a5bae2fdaca63ac22dee8e19fa4e6d6970b11",
"_spec": "lodash._createassigner@^3.0.0",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\lodash.assign",
"_spec": "3.1.1",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "John-David Dalton",
"email": "john.david.dalton@gmail.com",
@ -30,7 +35,6 @@
"bugs": {
"url": "https://github.com/lodash/lodash/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "John-David Dalton",
@ -63,7 +67,6 @@
"lodash._isiterateecall": "^3.0.0",
"lodash.restparam": "^3.0.0"
},
"deprecated": false,
"description": "The modern build of lodashs internal `createAssigner` as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",

View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=",
"_location": "/lodash._getnative",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "lodash._getnative@^3.0.0",
"raw": "lodash._getnative@3.9.1",
"name": "lodash._getnative",
"escapedName": "lodash._getnative",
"rawSpec": "^3.0.0",
"rawSpec": "3.9.1",
"saveSpec": null,
"fetchSpec": "^3.0.0"
"fetchSpec": "3.9.1"
},
"_requiredBy": [
"/lodash.keys"
],
"_resolved": "https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz",
"_shasum": "570bc7dede46d61cdcde687d65d3eecbaa3aaff5",
"_spec": "lodash._getnative@^3.0.0",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\lodash.keys",
"_spec": "3.9.1",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "John-David Dalton",
"email": "john.david.dalton@gmail.com",
@ -30,7 +35,6 @@
"bugs": {
"url": "https://github.com/lodash/lodash/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "John-David Dalton",
@ -58,7 +62,6 @@
"url": "https://mathiasbynens.be/"
}
],
"deprecated": false,
"description": "The modern build of lodashs internal `getNative` as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",

View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-UgOte6Ql+uhCRg5pbbnPPmqsBXw=",
"_location": "/lodash._isiterateecall",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "lodash._isiterateecall@^3.0.0",
"raw": "lodash._isiterateecall@3.0.9",
"name": "lodash._isiterateecall",
"escapedName": "lodash._isiterateecall",
"rawSpec": "^3.0.0",
"rawSpec": "3.0.9",
"saveSpec": null,
"fetchSpec": "^3.0.0"
"fetchSpec": "3.0.9"
},
"_requiredBy": [
"/lodash._createassigner"
],
"_resolved": "https://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz",
"_shasum": "5203ad7ba425fae842460e696db9cf3e6aac057c",
"_spec": "lodash._isiterateecall@^3.0.0",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\lodash._createassigner",
"_spec": "3.0.9",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "John-David Dalton",
"email": "john.david.dalton@gmail.com",
@ -30,7 +35,6 @@
"bugs": {
"url": "https://github.com/lodash/lodash/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "John-David Dalton",
@ -58,7 +62,6 @@
"url": "https://mathiasbynens.be/"
}
],
"deprecated": false,
"description": "The modern build of lodashs internal `isIterateeCall` as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",

View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-POnwI0tLIiPilrj6CsH+6OvKZPo=",
"_location": "/lodash.assign",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "lodash.assign@^3.2.0",
"raw": "lodash.assign@3.2.0",
"name": "lodash.assign",
"escapedName": "lodash.assign",
"rawSpec": "^3.2.0",
"rawSpec": "3.2.0",
"saveSpec": null,
"fetchSpec": "^3.2.0"
"fetchSpec": "3.2.0"
},
"_requiredBy": [
"/express-force-ssl"
],
"_resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-3.2.0.tgz",
"_shasum": "3ce9f0234b4b2223e296b8fa0ac1fee8ebca64fa",
"_spec": "lodash.assign@^3.2.0",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express-force-ssl",
"_spec": "3.2.0",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "John-David Dalton",
"email": "john.david.dalton@gmail.com",
@ -30,7 +35,6 @@
"bugs": {
"url": "https://github.com/lodash/lodash/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "John-David Dalton",
@ -63,7 +67,6 @@
"lodash._createassigner": "^3.0.0",
"lodash.keys": "^3.0.0"
},
"deprecated": false,
"description": "The modern build of lodashs `_.assign` as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",

View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo=",
"_location": "/lodash.isarguments",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "lodash.isarguments@^3.0.0",
"raw": "lodash.isarguments@3.1.0",
"name": "lodash.isarguments",
"escapedName": "lodash.isarguments",
"rawSpec": "^3.0.0",
"rawSpec": "3.1.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
"fetchSpec": "3.1.0"
},
"_requiredBy": [
"/lodash.keys"
],
"_resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
"_shasum": "2f573d85c6a24289ff00663b491c1d338ff3458a",
"_spec": "lodash.isarguments@^3.0.0",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\lodash.keys",
"_spec": "3.1.0",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "John-David Dalton",
"email": "john.david.dalton@gmail.com",
@ -30,7 +35,6 @@
"bugs": {
"url": "https://github.com/lodash/lodash/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "John-David Dalton",
@ -48,7 +52,6 @@
"url": "https://mathiasbynens.be/"
}
],
"deprecated": false,
"description": "The lodash method `_.isArguments` exported as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",

View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U=",
"_location": "/lodash.isarray",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "lodash.isarray@^3.0.0",
"raw": "lodash.isarray@3.0.4",
"name": "lodash.isarray",
"escapedName": "lodash.isarray",
"rawSpec": "^3.0.0",
"rawSpec": "3.0.4",
"saveSpec": null,
"fetchSpec": "^3.0.0"
"fetchSpec": "3.0.4"
},
"_requiredBy": [
"/lodash.keys"
],
"_resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz",
"_shasum": "79e4eb88c36a8122af86f844aa9bcd851b5fbb55",
"_spec": "lodash.isarray@^3.0.0",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\lodash.keys",
"_spec": "3.0.4",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "John-David Dalton",
"email": "john.david.dalton@gmail.com",
@ -30,7 +35,6 @@
"bugs": {
"url": "https://github.com/lodash/lodash/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "John-David Dalton",
@ -58,7 +62,6 @@
"url": "https://mathiasbynens.be/"
}
],
"deprecated": false,
"description": "The modern build of lodashs `_.isArray` as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",

View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo=",
"_location": "/lodash.keys",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "lodash.keys@^3.0.0",
"raw": "lodash.keys@3.1.2",
"name": "lodash.keys",
"escapedName": "lodash.keys",
"rawSpec": "^3.0.0",
"rawSpec": "3.1.2",
"saveSpec": null,
"fetchSpec": "^3.0.0"
"fetchSpec": "3.1.2"
},
"_requiredBy": [
"/lodash._baseassign",
"/lodash.assign"
],
"_resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz",
"_shasum": "4dbc0472b156be50a0b286855d1bd0b0c656098a",
"_spec": "lodash.keys@^3.0.0",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\lodash.assign",
"_spec": "3.1.2",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "John-David Dalton",
"email": "john.david.dalton@gmail.com",
@ -31,7 +36,6 @@
"bugs": {
"url": "https://github.com/lodash/lodash/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "John-David Dalton",
@ -64,7 +68,6 @@
"lodash.isarguments": "^3.0.0",
"lodash.isarray": "^3.0.0"
},
"deprecated": false,
"description": "The modern build of lodashs `_.keys` as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",

View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=",
"_location": "/lodash.restparam",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "lodash.restparam@^3.0.0",
"raw": "lodash.restparam@3.6.1",
"name": "lodash.restparam",
"escapedName": "lodash.restparam",
"rawSpec": "^3.0.0",
"rawSpec": "3.6.1",
"saveSpec": null,
"fetchSpec": "^3.0.0"
"fetchSpec": "3.6.1"
},
"_requiredBy": [
"/lodash._createassigner"
],
"_resolved": "https://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz",
"_shasum": "936a4e309ef330a7645ed4145986c85ae5b20805",
"_spec": "lodash.restparam@^3.0.0",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\lodash._createassigner",
"_spec": "3.6.1",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "John-David Dalton",
"email": "john.david.dalton@gmail.com",
@ -30,7 +35,6 @@
"bugs": {
"url": "https://github.com/lodash/lodash/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "John-David Dalton",
@ -58,7 +62,6 @@
"url": "https://mathiasbynens.be/"
}
],
"deprecated": false,
"description": "The modern build of lodashs `_.restParam` as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",

View File

@ -1,4 +1,10 @@
{
"_args": [
[
"media-typer@0.3.0",
"/var/www/backend/minis-data"
]
],
"_from": "media-typer@0.3.0",
"_id": "media-typer@0.3.0",
"_inBundle": false,
@ -16,12 +22,12 @@
"fetchSpec": "0.3.0"
},
"_requiredBy": [
"/body-parser/type-is",
"/type-is"
],
"_resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
"_shasum": "8710d7af0aa626f8fffa1ce00168545263255748",
"_spec": "media-typer@0.3.0",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\type-is",
"_spec": "0.3.0",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
@ -29,8 +35,6 @@
"bugs": {
"url": "https://github.com/jshttp/media-typer/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Simple RFC 6838 media type parser and formatter",
"devDependencies": {
"istanbul": "0.3.2",

View File

@ -1,4 +1,10 @@
{
"_args": [
[
"merge-descriptors@1.0.1",
"/var/www/backend/minis-data"
]
],
"_from": "merge-descriptors@1.0.1",
"_id": "merge-descriptors@1.0.1",
"_inBundle": false,
@ -19,9 +25,8 @@
"/express"
],
"_resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
"_shasum": "b00aaa556dd8b44568150ec9d1b953f3f90cbb61",
"_spec": "merge-descriptors@1.0.1",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
"_spec": "1.0.1",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
@ -30,7 +35,6 @@
"bugs": {
"url": "https://github.com/component/merge-descriptors/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
@ -41,7 +45,6 @@
"email": "grabbou@gmail.com"
}
],
"deprecated": false,
"description": "Merge objects using descriptors",
"devDependencies": {
"istanbul": "0.4.1",

23
node_modules/methods/package.json generated vendored
View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=",
"_location": "/methods",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "methods@~1.1.2",
"raw": "methods@1.1.2",
"name": "methods",
"escapedName": "methods",
"rawSpec": "~1.1.2",
"rawSpec": "1.1.2",
"saveSpec": null,
"fetchSpec": "~1.1.2"
"fetchSpec": "1.1.2"
},
"_requiredBy": [
"/express"
],
"_resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
"_shasum": "5529a4d67654134edcc5266656835b0f851afcee",
"_spec": "methods@~1.1.2",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
"_spec": "1.1.2",
"_where": "/var/www/backend/minis-data",
"browser": {
"http": false
},
"bugs": {
"url": "https://github.com/jshttp/methods/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
@ -45,7 +49,6 @@
"url": "http://tjholowaychuk.com"
}
],
"deprecated": false,
"description": "HTTP methods that node supports",
"devDependencies": {
"istanbul": "0.4.1",

23
node_modules/mime-db/package.json generated vendored
View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-dMZD2i3Z1qRTmZY0ZbJtXKfXHwE=",
"_location": "/mime-db",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "mime-db@~1.30.0",
"raw": "mime-db@1.30.0",
"name": "mime-db",
"escapedName": "mime-db",
"rawSpec": "~1.30.0",
"rawSpec": "1.30.0",
"saveSpec": null,
"fetchSpec": "~1.30.0"
"fetchSpec": "1.30.0"
},
"_requiredBy": [
"/mime-types"
],
"_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.30.0.tgz",
"_shasum": "74c643da2dd9d6a45399963465b26d5ca7d71f01",
"_spec": "mime-db@~1.30.0",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\mime-types",
"_spec": "1.30.0",
"_where": "/var/www/backend/minis-data",
"bugs": {
"url": "https://github.com/jshttp/mime-db/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
@ -42,7 +46,6 @@
"url": "http://github.com/broofa"
}
],
"deprecated": false,
"description": "Media Type Database",
"devDependencies": {
"bluebird": "3.5.0",

23
node_modules/mime-types/package.json generated vendored
View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-Cdejk/A+mVp5+K+Fe3Cp4KsWVXo=",
"_location": "/mime-types",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "mime-types@~2.1.16",
"raw": "mime-types@2.1.17",
"name": "mime-types",
"escapedName": "mime-types",
"rawSpec": "~2.1.16",
"rawSpec": "2.1.17",
"saveSpec": null,
"fetchSpec": "~2.1.16"
"fetchSpec": "2.1.17"
},
"_requiredBy": [
"/accepts",
"/type-is"
],
"_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.17.tgz",
"_shasum": "09d7a393f03e995a79f8af857b70a9e0ab16557a",
"_spec": "mime-types@~2.1.16",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\accepts",
"_spec": "2.1.17",
"_where": "/var/www/backend/minis-data",
"bugs": {
"url": "https://github.com/jshttp/mime-types/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
@ -46,7 +50,6 @@
"dependencies": {
"mime-db": "~1.30.0"
},
"deprecated": false,
"description": "The ultimate javascript content-type utility.",
"devDependencies": {
"eslint": "3.19.0",

0
node_modules/mime/cli.js generated vendored Normal file → Executable file
View File

13
node_modules/mime/package.json generated vendored
View File

@ -1,4 +1,10 @@
{
"_args": [
[
"mime@1.4.1",
"/var/www/backend/minis-data"
]
],
"_from": "mime@1.4.1",
"_id": "mime@1.4.1",
"_inBundle": false,
@ -19,9 +25,8 @@
"/send"
],
"_resolved": "https://registry.npmjs.org/mime/-/mime-1.4.1.tgz",
"_shasum": "121f9ebc49e3766f311a76e1fa1c8003c4b03aa6",
"_spec": "mime@1.4.1",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\send",
"_spec": "1.4.1",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Robert Kieffer",
"email": "robert@broofa.com",
@ -33,7 +38,6 @@
"bugs": {
"url": "https://github.com/broofa/node-mime/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Benjamin Thomas",
@ -42,7 +46,6 @@
}
],
"dependencies": {},
"deprecated": false,
"description": "A comprehensive library for mime-type mapping",
"devDependencies": {
"mime-db": "1.30.0"

13
node_modules/ms/package.json generated vendored
View File

@ -1,4 +1,10 @@
{
"_args": [
[
"ms@2.0.0",
"/var/www/backend/minis-data"
]
],
"_from": "ms@2.0.0",
"_id": "ms@2.0.0",
"_inBundle": false,
@ -20,14 +26,11 @@
"/send"
],
"_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"_shasum": "5608aeadfc00be6c2901df5f9861788de0d597c8",
"_spec": "ms@2.0.0",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\debug",
"_spec": "2.0.0",
"_where": "/var/www/backend/minis-data",
"bugs": {
"url": "https://github.com/zeit/ms/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Tiny milisecond conversion utility",
"devDependencies": {
"eslint": "3.19.0",

24
node_modules/mysql/package.json generated vendored
View File

@ -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",
"_inBundle": false,
"_integrity": "sha512-C7tjzWtbN5nzkLIV+E8Crnl9bFyc7d3XJcBAvHKEVkjrYjogz3llo22q6s/hw+UcsE4/844pDob9ac+3dVjQSA==",
"_location": "/mysql",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "mysql@^2.15.0",
"raw": "mysql@2.15.0",
"name": "mysql",
"escapedName": "mysql",
"rawSpec": "^2.15.0",
"rawSpec": "2.15.0",
"saveSpec": null,
"fetchSpec": "^2.15.0"
"fetchSpec": "2.15.0"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/mysql/-/mysql-2.15.0.tgz",
"_shasum": "ea16841156343e8f2e47fc8985ec41cdd9573b5c",
"_spec": "mysql@^2.15.0",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI",
"_spec": "2.15.0",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Felix Geisendörfer",
"email": "felix@debuggable.com",
@ -31,7 +35,6 @@
"bugs": {
"url": "https://github.com/mysqljs/mysql/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Andrey Sidorov",
@ -60,7 +63,6 @@
"safe-buffer": "5.1.1",
"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.",
"devDependencies": {
"after": "0.8.2",

13
node_modules/negotiator/package.json generated vendored
View File

@ -1,4 +1,10 @@
{
"_args": [
[
"negotiator@0.6.1",
"/var/www/backend/minis-data"
]
],
"_from": "negotiator@0.6.1",
"_id": "negotiator@0.6.1",
"_inBundle": false,
@ -19,13 +25,11 @@
"/accepts"
],
"_resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz",
"_shasum": "2b327184e8992101177b28563fb5e7102acd0ca9",
"_spec": "negotiator@0.6.1",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\accepts",
"_spec": "0.6.1",
"_where": "/var/www/backend/minis-data",
"bugs": {
"url": "https://github.com/jshttp/negotiator/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
@ -41,7 +45,6 @@
"url": "http://blog.izs.me/"
}
],
"deprecated": false,
"description": "HTTP content negotiation",
"devDependencies": {
"istanbul": "0.4.3",

View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
"_location": "/object-assign",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "object-assign@^4",
"raw": "object-assign@4.1.1",
"name": "object-assign",
"escapedName": "object-assign",
"rawSpec": "^4",
"rawSpec": "4.1.1",
"saveSpec": null,
"fetchSpec": "^4"
"fetchSpec": "4.1.1"
},
"_requiredBy": [
"/cors"
],
"_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
"_shasum": "2109adc7965887cfc05cbbd442cac8bfbb360863",
"_spec": "object-assign@^4",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\cors",
"_spec": "4.1.1",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@ -30,8 +35,6 @@
"bugs": {
"url": "https://github.com/sindresorhus/object-assign/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "ES2015 `Object.assign()` ponyfill",
"devDependencies": {
"ava": "^0.16.0",

View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
"_location": "/on-finished",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "on-finished@~2.3.0",
"raw": "on-finished@2.3.0",
"name": "on-finished",
"escapedName": "on-finished",
"rawSpec": "~2.3.0",
"rawSpec": "2.3.0",
"saveSpec": null,
"fetchSpec": "~2.3.0"
"fetchSpec": "2.3.0"
},
"_requiredBy": [
"/body-parser",
"/express",
"/express/body-parser",
"/finalhandler",
"/send"
],
"_resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
"_shasum": "20f1336481b083cd75337992a16971aa2d906947",
"_spec": "on-finished@~2.3.0",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
"_spec": "2.3.0",
"_where": "/var/www/backend/minis-data",
"bugs": {
"url": "https://github.com/jshttp/on-finished/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
@ -43,7 +48,6 @@
"dependencies": {
"ee-first": "1.1.1"
},
"deprecated": false,
"description": "Execute a callback when a request closes, finishes, or errors",
"devDependencies": {
"istanbul": "0.3.9",

23
node_modules/parseurl/package.json generated vendored
View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-/CidTtiZMRlGDBViUyYs3I3mW/M=",
"_location": "/parseurl",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "parseurl@~1.3.2",
"raw": "parseurl@1.3.2",
"name": "parseurl",
"escapedName": "parseurl",
"rawSpec": "~1.3.2",
"rawSpec": "1.3.2",
"saveSpec": null,
"fetchSpec": "~1.3.2"
"fetchSpec": "1.3.2"
},
"_requiredBy": [
"/express",
@ -21,13 +27,11 @@
"/serve-static"
],
"_resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.2.tgz",
"_shasum": "fc289d4ed8993119460c156253262cdc8de65bf3",
"_spec": "parseurl@~1.3.2",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
"_spec": "1.3.2",
"_where": "/var/www/backend/minis-data",
"bugs": {
"url": "https://github.com/pillarjs/parseurl/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
@ -39,7 +43,6 @@
"url": "http://jongleberry.com"
}
],
"deprecated": false,
"description": "parse a url with memoization",
"devDependencies": {
"beautify-benchmark": "0.2.4",

View File

@ -1,4 +1,10 @@
{
"_args": [
[
"path-to-regexp@0.1.7",
"/var/www/backend/minis-data"
]
],
"_from": "path-to-regexp@0.1.7",
"_id": "path-to-regexp@0.1.7",
"_inBundle": false,
@ -19,19 +25,16 @@
"/express"
],
"_resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
"_shasum": "df604178005f522f15eb4490e7247a1bfaa67f8c",
"_spec": "path-to-regexp@0.1.7",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
"_spec": "0.1.7",
"_where": "/var/www/backend/minis-data",
"bugs": {
"url": "https://github.com/component/path-to-regexp/issues"
},
"bundleDependencies": false,
"component": {
"scripts": {
"path-to-regexp": "index.js"
}
},
"deprecated": false,
"description": "Express style path to RegExp utility",
"devDependencies": {
"istanbul": "^0.2.6",

36
node_modules/path/LICENSE generated vendored
View File

@ -1,18 +1,18 @@
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
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
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
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
IN THE SOFTWARE.
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
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
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
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
IN THE SOFTWARE.

30
node_modules/path/README.md generated vendored
View File

@ -1,15 +1,15 @@
# path
This is an exact copy of the NodeJS path module published to the NPM registry.
[Documentation](http://nodejs.org/docs/latest/api/path.html)
## Install
```sh
$ npm install --save path
```
## License
MIT
# path
This is an exact copy of the NodeJS path module published to the NPM registry.
[Documentation](http://nodejs.org/docs/latest/api/path.html)
## Install
```sh
$ npm install --save path
```
## License
MIT

24
node_modules/path/package.json generated vendored
View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-1NwqUGxM4hl+tIHr/NWzbAFAsQ8=",
"_location": "/path",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"type": "version",
"registry": true,
"raw": "path",
"raw": "path@0.12.7",
"name": "path",
"escapedName": "path",
"rawSpec": "",
"rawSpec": "0.12.7",
"saveSpec": null,
"fetchSpec": "latest"
"fetchSpec": "0.12.7"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/path/-/path-0.12.7.tgz",
"_shasum": "d4dc2a506c4ce2197eb481ebfcd5b36c0140b10f",
"_spec": "path",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI",
"_spec": "0.12.7",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Joyent",
"url": "http://www.joyent.com"
@ -30,12 +34,10 @@
"bugs": {
"url": "https://github.com/jinder/path/issues"
},
"bundleDependencies": false,
"dependencies": {
"process": "^0.11.1",
"util": "^0.10.3"
},
"deprecated": false,
"description": "Node.JS path module",
"homepage": "http://nodejs.org/docs/latest/api/path.html",
"keywords": [

1256
node_modules/path/path.js generated vendored

File diff suppressed because it is too large Load Diff

View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=",
"_location": "/process-nextick-args",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "process-nextick-args@~1.0.6",
"raw": "process-nextick-args@1.0.7",
"name": "process-nextick-args",
"escapedName": "process-nextick-args",
"rawSpec": "~1.0.6",
"rawSpec": "1.0.7",
"saveSpec": null,
"fetchSpec": "~1.0.6"
"fetchSpec": "1.0.7"
},
"_requiredBy": [
"/readable-stream"
],
"_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
"_shasum": "150e20b756590ad3f91093f25a4f2ad8bff30ba3",
"_spec": "process-nextick-args@~1.0.6",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\readable-stream",
"_spec": "1.0.7",
"_where": "/var/www/backend/minis-data",
"author": "",
"bugs": {
"url": "https://github.com/calvinmetcalf/process-nextick-args/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "process.nextTick but always with args",
"devDependencies": {
"tap": "~0.2.6"

23
node_modules/process/package.json generated vendored
View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=",
"_location": "/process",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "process@^0.11.1",
"raw": "process@0.11.10",
"name": "process",
"escapedName": "process",
"rawSpec": "^0.11.1",
"rawSpec": "0.11.10",
"saveSpec": null,
"fetchSpec": "^0.11.1"
"fetchSpec": "0.11.10"
},
"_requiredBy": [
"/path"
],
"_resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
"_shasum": "7332300e840161bda3e69a1d1d91a7d4bc16f182",
"_spec": "process@^0.11.1",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\path",
"_spec": "0.11.10",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Roman Shtylman",
"email": "shtylman@gmail.com"
@ -30,8 +35,6 @@
"bugs": {
"url": "https://github.com/shtylman/node-process/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "process information for node.js and browsers",
"devDependencies": {
"mocha": "2.2.1",

23
node_modules/proxy-addr/package.json generated vendored
View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-ZXFQT0e7mI7IGAJT+F3X4UlSvew=",
"_location": "/proxy-addr",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "proxy-addr@~2.0.2",
"raw": "proxy-addr@2.0.2",
"name": "proxy-addr",
"escapedName": "proxy-addr",
"rawSpec": "~2.0.2",
"rawSpec": "2.0.2",
"saveSpec": null,
"fetchSpec": "~2.0.2"
"fetchSpec": "2.0.2"
},
"_requiredBy": [
"/express"
],
"_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.2.tgz",
"_shasum": "6571504f47bb988ec8180253f85dd7e14952bdec",
"_spec": "proxy-addr@~2.0.2",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
"_spec": "2.0.2",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
@ -29,12 +34,10 @@
"bugs": {
"url": "https://github.com/jshttp/proxy-addr/issues"
},
"bundleDependencies": false,
"dependencies": {
"forwarded": "~0.1.2",
"ipaddr.js": "1.5.2"
},
"deprecated": false,
"description": "Determine address of proxied request",
"devDependencies": {
"beautify-benchmark": "0.2.4",

17
node_modules/qs/package.json generated vendored
View File

@ -1,4 +1,10 @@
{
"_args": [
[
"qs@6.5.1",
"/var/www/backend/minis-data"
]
],
"_from": "qs@6.5.1",
"_id": "qs@6.5.1",
"_inBundle": false,
@ -16,17 +22,15 @@
"fetchSpec": "6.5.1"
},
"_requiredBy": [
"/body-parser",
"/express"
"/express",
"/express/body-parser"
],
"_resolved": "https://registry.npmjs.org/qs/-/qs-6.5.1.tgz",
"_shasum": "349cdf6eef89ec45c12d7d5eb3fc0c870343a6d8",
"_spec": "qs@6.5.1",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
"_spec": "6.5.1",
"_where": "/var/www/backend/minis-data",
"bugs": {
"url": "https://github.com/ljharb/qs/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jordan Harband",
@ -35,7 +39,6 @@
}
],
"dependencies": {},
"deprecated": false,
"description": "A querystring parser that supports nesting and arrays, with a depth limit",
"devDependencies": {
"@ljharb/eslint-config": "^12.2.1",

View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=",
"_location": "/range-parser",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "range-parser@~1.2.0",
"raw": "range-parser@1.2.0",
"name": "range-parser",
"escapedName": "range-parser",
"rawSpec": "~1.2.0",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "~1.2.0"
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/express",
"/send"
],
"_resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz",
"_shasum": "f49be6b487894ddc40dcc94a322f611092e00d5e",
"_spec": "range-parser@~1.2.0",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
"_spec": "1.2.0",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca",
@ -31,7 +36,6 @@
"bugs": {
"url": "https://github.com/jshttp/range-parser/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
@ -47,7 +51,6 @@
"url": "http://jongleberry.com"
}
],
"deprecated": false,
"description": "Range header field string parser",
"devDependencies": {
"eslint": "2.11.1",

View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
"_location": "/raw-body/depd",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "depd@~1.1.2",
"raw": "depd@1.1.2",
"name": "depd",
"escapedName": "depd",
"rawSpec": "~1.1.2",
"rawSpec": "1.1.2",
"saveSpec": null,
"fetchSpec": "~1.1.2"
"fetchSpec": "1.1.2"
},
"_requiredBy": [
"/raw-body/http-errors"
],
"_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
"_shasum": "9bcd52e14c097763e749b274c4346ed2e560b5a9",
"_spec": "depd@~1.1.2",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\raw-body\\node_modules\\http-errors",
"_spec": "1.1.2",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
@ -30,8 +35,6 @@
"bugs": {
"url": "https://github.com/dougwilson/nodejs-depd/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Deprecate all the things",
"devDependencies": {
"beautify-benchmark": "0.2.4",

View File

@ -1,4 +1,10 @@
{
"_args": [
[
"http-errors@1.6.3",
"/var/www/backend/minis-data"
]
],
"_from": "http-errors@1.6.3",
"_id": "http-errors@1.6.3",
"_inBundle": false,
@ -19,9 +25,8 @@
"/raw-body"
],
"_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
"_shasum": "8b55680bb4be283a0b5bf4ea2e38580be1d9320d",
"_spec": "http-errors@1.6.3",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\raw-body",
"_spec": "1.6.3",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
@ -30,7 +35,6 @@
"bugs": {
"url": "https://github.com/jshttp/http-errors/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Alan Plum",
@ -47,7 +51,6 @@
"setprototypeof": "1.1.0",
"statuses": ">= 1.4.0 < 2"
},
"deprecated": false,
"description": "Create HTTP error objects",
"devDependencies": {
"eslint": "4.18.1",

View File

@ -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",
"_inBundle": false,
"_integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=",
"_location": "/raw-body/statuses",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "statuses@>= 1.4.0 < 2",
"raw": "statuses@1.5.0",
"name": "statuses",
"escapedName": "statuses",
"rawSpec": ">= 1.4.0 < 2",
"rawSpec": "1.5.0",
"saveSpec": null,
"fetchSpec": ">= 1.4.0 < 2"
"fetchSpec": "1.5.0"
},
"_requiredBy": [
"/raw-body/http-errors"
],
"_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
"_shasum": "161c7dac177659fd9811f43771fa99381478628c",
"_spec": "statuses@>= 1.4.0 < 2",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\raw-body\\node_modules\\http-errors",
"_spec": "1.5.0",
"_where": "/var/www/backend/minis-data",
"bugs": {
"url": "https://github.com/jshttp/statuses/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
@ -37,7 +41,6 @@
"url": "http://jongleberry.com"
}
],
"deprecated": false,
"description": "HTTP status utility",
"devDependencies": {
"csv-parse": "1.2.4",

13
node_modules/raw-body/package.json generated vendored
View File

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

View File

@ -1,4 +1,10 @@
{
"_args": [
[
"readable-stream@2.3.3",
"/var/www/backend/minis-data"
]
],
"_from": "readable-stream@2.3.3",
"_id": "readable-stream@2.3.3",
"_inBundle": false,
@ -19,9 +25,8 @@
"/mysql"
],
"_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz",
"_shasum": "368f2512d79f9d46fdfc71349ae7878bbc1eb95c",
"_spec": "readable-stream@2.3.3",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\mysql",
"_spec": "2.3.3",
"_where": "/var/www/backend/minis-data",
"browser": {
"util": false,
"./readable.js": "./readable-browser.js",
@ -32,7 +37,6 @@
"bugs": {
"url": "https://github.com/nodejs/readable-stream/issues"
},
"bundleDependencies": false,
"dependencies": {
"core-util-is": "~1.0.0",
"inherits": "~2.0.3",
@ -42,7 +46,6 @@
"string_decoder": "~1.0.3",
"util-deprecate": "~1.0.1"
},
"deprecated": false,
"description": "Streams3, a user-land copy of the stream library from Node.js",
"devDependencies": {
"assert": "~1.4.0",

View File

@ -1,4 +1,10 @@
{
"_args": [
[
"safe-buffer@5.1.1",
"/var/www/backend/minis-data"
]
],
"_from": "safe-buffer@5.1.1",
"_id": "safe-buffer@5.1.1",
"_inBundle": false,
@ -16,12 +22,14 @@
"fetchSpec": "5.1.1"
},
"_requiredBy": [
"/express"
"/express",
"/mysql",
"/readable-stream",
"/string_decoder"
],
"_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz",
"_shasum": "893312af69b2123def71f57889001671eeb2c853",
"_spec": "safe-buffer@5.1.1",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
"_spec": "5.1.1",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
@ -30,8 +38,6 @@
"bugs": {
"url": "https://github.com/feross/safe-buffer/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Safer Node.js Buffer API",
"devDependencies": {
"standard": "*",

View File

@ -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",
"_inBundle": false,
"_integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
"_location": "/safer-buffer",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "safer-buffer@>= 2.1.2 < 3",
"raw": "safer-buffer@2.1.2",
"name": "safer-buffer",
"escapedName": "safer-buffer",
"rawSpec": ">= 2.1.2 < 3",
"rawSpec": "2.1.2",
"saveSpec": null,
"fetchSpec": ">= 2.1.2 < 3"
"fetchSpec": "2.1.2"
},
"_requiredBy": [
"/iconv-lite"
],
"_resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
"_shasum": "44fa161b0187b9549dd84bb91802f9bd8385cd6a",
"_spec": "safer-buffer@>= 2.1.2 < 3",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\iconv-lite",
"_spec": "2.1.2",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Nikita Skovoroda",
"email": "chalkerx@gmail.com",
@ -30,8 +35,6 @@
"bugs": {
"url": "https://github.com/ChALkeR/safer-buffer/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Modern Buffer API polyfill without footguns",
"devDependencies": {
"standard": "^11.0.1",

13
node_modules/send/package.json generated vendored
View File

@ -1,4 +1,10 @@
{
"_args": [
[
"send@0.16.1",
"/var/www/backend/minis-data"
]
],
"_from": "send@0.16.1",
"_id": "send@0.16.1",
"_inBundle": false,
@ -20,9 +26,8 @@
"/serve-static"
],
"_resolved": "https://registry.npmjs.org/send/-/send-0.16.1.tgz",
"_shasum": "a70e1ca21d1382c11d0d9f6231deb281080d7ab3",
"_spec": "send@0.16.1",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
"_spec": "0.16.1",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
@ -30,7 +35,6 @@
"bugs": {
"url": "https://github.com/pillarjs/send/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
@ -60,7 +64,6 @@
"range-parser": "~1.2.0",
"statuses": "~1.3.1"
},
"deprecated": false,
"description": "Better streaming static file server with Range and conditional-GET support",
"devDependencies": {
"after": "0.8.2",

View File

@ -1,4 +1,10 @@
{
"_args": [
[
"serve-static@1.13.1",
"/var/www/backend/minis-data"
]
],
"_from": "serve-static@1.13.1",
"_id": "serve-static@1.13.1",
"_inBundle": false,
@ -19,9 +25,8 @@
"/express"
],
"_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.13.1.tgz",
"_shasum": "4c57d53404a761d8f2e7c1e8a18a47dbf278a719",
"_spec": "serve-static@1.13.1",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\express",
"_spec": "1.13.1",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
@ -29,14 +34,12 @@
"bugs": {
"url": "https://github.com/expressjs/serve-static/issues"
},
"bundleDependencies": false,
"dependencies": {
"encodeurl": "~1.0.1",
"escape-html": "~1.0.3",
"parseurl": "~1.3.2",
"send": "0.16.1"
},
"deprecated": false,
"description": "Serve static files",
"devDependencies": {
"eslint": "3.19.0",

View File

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

13
node_modules/sqlstring/package.json generated vendored
View File

@ -1,4 +1,10 @@
{
"_args": [
[
"sqlstring@2.3.0",
"/var/www/backend/minis-data"
]
],
"_from": "sqlstring@2.3.0",
"_id": "sqlstring@2.3.0",
"_inBundle": false,
@ -19,13 +25,11 @@
"/mysql"
],
"_resolved": "https://registry.npmjs.org/sqlstring/-/sqlstring-2.3.0.tgz",
"_shasum": "525b8a4fd26d6f71aa61e822a6caf976d31ad2a8",
"_spec": "sqlstring@2.3.0",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI\\node_modules\\mysql",
"_spec": "2.3.0",
"_where": "/var/www/backend/minis-data",
"bugs": {
"url": "https://github.com/mysqljs/sqlstring/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Adri Van Houdt",
@ -53,7 +57,6 @@
"email": "seregpie@gmail.com"
}
],
"deprecated": false,
"description": "Simple SQL escape and format for MySQL",
"devDependencies": {
"beautify-benchmark": "0.2.4",

Some files were not shown because too many files have changed in this diff Show More