Firebase Update

This commit is contained in:
Lukas Nowy
2018-12-22 23:30:39 +01:00
parent befb44764d
commit acffe619b3
11523 changed files with 1614327 additions and 930246 deletions

View File

@ -1,27 +1,27 @@
{
"_from": "finalhandler@~1.0.6",
"_id": "finalhandler@1.0.6",
"_from": "finalhandler@1.1.1",
"_id": "finalhandler@1.1.1",
"_inBundle": false,
"_integrity": "sha1-AHrqM9Gk0+QgF/YkhIrVjSEvgU8=",
"_integrity": "sha512-Y1GUDo39ez4aHAw7MysnUD5JzYX+WaIj8I57kO3aEPT1fFRL4sr7mjei97FgnwhAyyzRYmQZaTHb2+9uZ1dPtg==",
"_location": "/finalhandler",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "finalhandler@~1.0.6",
"raw": "finalhandler@1.1.1",
"name": "finalhandler",
"escapedName": "finalhandler",
"rawSpec": "~1.0.6",
"rawSpec": "1.1.1",
"saveSpec": null,
"fetchSpec": "~1.0.6"
"fetchSpec": "1.1.1"
},
"_requiredBy": [
"/express"
],
"_resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.0.6.tgz",
"_shasum": "007aea33d1a4d3e42017f624848ad58d212f814f",
"_spec": "finalhandler@~1.0.6",
"_where": "D:\\5CHITM\\Diplomarbeit\\smart-shopper\\express-server\\node_modules\\express",
"_resolved": "http://registry.npmjs.org/finalhandler/-/finalhandler-1.1.1.tgz",
"_shasum": "eebf4ed840079c83f4249038c9d703008301b105",
"_spec": "finalhandler@1.1.1",
"_where": "D:\\Desktop\\smartshopperNodeReworkFirebase\\node_modules\\express",
"author": {
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
@ -32,26 +32,26 @@
"bundleDependencies": false,
"dependencies": {
"debug": "2.6.9",
"encodeurl": "~1.0.1",
"encodeurl": "~1.0.2",
"escape-html": "~1.0.3",
"on-finished": "~2.3.0",
"parseurl": "~1.3.2",
"statuses": "~1.3.1",
"statuses": "~1.4.0",
"unpipe": "~1.0.0"
},
"deprecated": false,
"description": "Node.js final http responder",
"devDependencies": {
"eslint": "3.19.0",
"eslint-config-standard": "10.2.1",
"eslint-plugin-import": "2.7.0",
"eslint": "4.18.1",
"eslint-config-standard": "11.0.0",
"eslint-plugin-import": "2.9.0",
"eslint-plugin-markdown": "1.0.0-beta.6",
"eslint-plugin-node": "5.1.1",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-node": "6.0.1",
"eslint-plugin-promise": "3.6.0",
"eslint-plugin-standard": "3.0.1",
"istanbul": "0.4.5",
"mocha": "2.5.3",
"readable-stream": "2.3.3",
"readable-stream": "2.3.4",
"safe-buffer": "5.1.1",
"supertest": "1.1.0"
},
@ -76,5 +76,5 @@
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
},
"version": "1.0.6"
"version": "1.1.1"
}