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,8 +1,3 @@
1.5.0 / 2018-03-27
==================
* Add `103 Early Hints`
1.4.0 / 2017-10-20
==================

View File

@ -2,7 +2,6 @@
"100": "Continue",
"101": "Switching Protocols",
"102": "Processing",
"103": "Early Hints",
"200": "OK",
"201": "Created",
"202": "Accepted",

View File

@ -1,27 +1,30 @@
{
"_from": "statuses@>= 1.4.0 < 2",
"_id": "statuses@1.5.0",
"_from": "statuses@~1.4.0",
"_id": "statuses@1.4.0",
"_inBundle": false,
"_integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=",
"_integrity": "sha512-zhSCtt8v2NDrRlPQpCNtw/heZLtfUDqxBM1udqikb/Hbk52LK4nQSwr10u77iopCW5LsyHpuXS0GnEc48mLeew==",
"_location": "/statuses",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "statuses@>= 1.4.0 < 2",
"raw": "statuses@~1.4.0",
"name": "statuses",
"escapedName": "statuses",
"rawSpec": ">= 1.4.0 < 2",
"rawSpec": "~1.4.0",
"saveSpec": null,
"fetchSpec": ">= 1.4.0 < 2"
"fetchSpec": "~1.4.0"
},
"_requiredBy": [
"/http-errors"
"/express",
"/finalhandler",
"/http-errors",
"/send"
],
"_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
"_shasum": "161c7dac177659fd9811f43771fa99381478628c",
"_spec": "statuses@>= 1.4.0 < 2",
"_where": "D:\\5CHITM\\Diplomarbeit\\smart-shopper\\express-server\\node_modules\\http-errors",
"_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz",
"_shasum": "bb73d446da2796106efcc1b601a253d6c46bd087",
"_spec": "statuses@~1.4.0",
"_where": "D:\\Desktop\\smartshopperNodeReworkFirebase\\node_modules\\express",
"bugs": {
"url": "https://github.com/jshttp/statuses/issues"
},
@ -41,12 +44,12 @@
"description": "HTTP status utility",
"devDependencies": {
"csv-parse": "1.2.4",
"eslint": "4.19.1",
"eslint-config-standard": "11.0.0",
"eslint-plugin-import": "2.9.0",
"eslint": "3.19.0",
"eslint-config-standard": "10.2.1",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-markdown": "1.0.0-beta.6",
"eslint-plugin-node": "6.0.1",
"eslint-plugin-promise": "3.7.0",
"eslint-plugin-node": "5.2.0",
"eslint-plugin-promise": "3.6.0",
"eslint-plugin-standard": "3.0.1",
"istanbul": "0.4.5",
"mocha": "1.21.5",
@ -83,5 +86,5 @@
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"update": "npm run fetch && npm run build"
},
"version": "1.5.0"
"version": "1.4.0"
}