Firebase Update
This commit is contained in:
44
express-server/node_modules/proxy-addr/package.json
generated
vendored
44
express-server/node_modules/proxy-addr/package.json
generated
vendored
@ -1,27 +1,27 @@
|
||||
{
|
||||
"_from": "proxy-addr@~1.1.5",
|
||||
"_id": "proxy-addr@1.1.5",
|
||||
"_from": "proxy-addr@~2.0.4",
|
||||
"_id": "proxy-addr@2.0.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-ccDuOxAt4/IC87ZPYI0XP8uhqRg=",
|
||||
"_integrity": "sha512-5erio2h9jp5CHGwcybmxmVqHmnCBZeewlfJ0pex+UW7Qny7OOZXTtH56TGNyBizkgiOwhJtMKrVzDTeKcySZwA==",
|
||||
"_location": "/proxy-addr",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "proxy-addr@~1.1.5",
|
||||
"raw": "proxy-addr@~2.0.4",
|
||||
"name": "proxy-addr",
|
||||
"escapedName": "proxy-addr",
|
||||
"rawSpec": "~1.1.5",
|
||||
"rawSpec": "~2.0.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "~1.1.5"
|
||||
"fetchSpec": "~2.0.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/express"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-1.1.5.tgz",
|
||||
"_shasum": "71c0ee3b102de3f202f3b64f608d173fcba1a918",
|
||||
"_spec": "proxy-addr@~1.1.5",
|
||||
"_where": "D:\\5CHITM\\Diplomarbeit\\smart-shopper\\express-server\\node_modules\\express",
|
||||
"_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.4.tgz",
|
||||
"_shasum": "ecfc733bf22ff8c6f407fa275327b9ab67e48b93",
|
||||
"_spec": "proxy-addr@~2.0.4",
|
||||
"_where": "D:\\Desktop\\smartshopperNodeReworkFirebase\\node_modules\\express",
|
||||
"author": {
|
||||
"name": "Douglas Christopher Wilson",
|
||||
"email": "doug@somethingdoug.com"
|
||||
@ -31,19 +31,26 @@
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"forwarded": "~0.1.0",
|
||||
"ipaddr.js": "1.4.0"
|
||||
"forwarded": "~0.1.2",
|
||||
"ipaddr.js": "1.8.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Determine address of proxied request",
|
||||
"devDependencies": {
|
||||
"beautify-benchmark": "0.2.4",
|
||||
"benchmark": "2.1.4",
|
||||
"istanbul": "0.4.5",
|
||||
"mocha": "~1.21.5"
|
||||
"eslint": "4.19.1",
|
||||
"eslint-config-standard": "11.0.0",
|
||||
"eslint-plugin-import": "2.13.0",
|
||||
"eslint-plugin-markdown": "1.0.0-beta.6",
|
||||
"eslint-plugin-node": "6.0.1",
|
||||
"eslint-plugin-promise": "3.8.0",
|
||||
"eslint-plugin-standard": "3.1.0",
|
||||
"mocha": "3.5.3",
|
||||
"nyc": "10.3.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.6"
|
||||
"node": ">= 0.10"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE",
|
||||
@ -65,9 +72,10 @@
|
||||
},
|
||||
"scripts": {
|
||||
"bench": "node benchmark/index.js",
|
||||
"lint": "eslint --plugin markdown --ext js,md .",
|
||||
"test": "mocha --reporter spec --bail --check-leaks test/",
|
||||
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
|
||||
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
|
||||
"test-cov": "nyc --reporter=text npm test",
|
||||
"test-travis": "nyc --reporter=html --reporter=text npm test"
|
||||
},
|
||||
"version": "1.1.5"
|
||||
"version": "2.0.4"
|
||||
}
|
||||
|
Reference in New Issue
Block a user