Firebase Update
This commit is contained in:
38
express-server/node_modules/send/package.json
generated
vendored
38
express-server/node_modules/send/package.json
generated
vendored
@ -1,28 +1,28 @@
|
||||
{
|
||||
"_from": "send@0.15.6",
|
||||
"_id": "send@0.15.6",
|
||||
"_from": "send@0.16.2",
|
||||
"_id": "send@0.16.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-IPI6nJJbdiq4JwX+L52yUqzkfjQ=",
|
||||
"_integrity": "sha512-E64YFPUssFHEFBvpbbjr44NCLtI1AohxQ8ZSiJjQLskAdKuriYEP6VyGEsRDH8ScozGpkaX1BGvhanqCwkcEZw==",
|
||||
"_location": "/send",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "send@0.15.6",
|
||||
"raw": "send@0.16.2",
|
||||
"name": "send",
|
||||
"escapedName": "send",
|
||||
"rawSpec": "0.15.6",
|
||||
"rawSpec": "0.16.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.15.6"
|
||||
"fetchSpec": "0.16.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/express",
|
||||
"/serve-static"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/send/-/send-0.15.6.tgz",
|
||||
"_shasum": "20f23a9c925b762ab82705fe2f9db252ace47e34",
|
||||
"_spec": "send@0.15.6",
|
||||
"_where": "D:\\5CHITM\\Diplomarbeit\\smart-shopper\\express-server\\node_modules\\express",
|
||||
"_resolved": "https://registry.npmjs.org/send/-/send-0.16.2.tgz",
|
||||
"_shasum": "6ecca1e0f8c156d141597559848df64730a6bbc1",
|
||||
"_spec": "send@0.16.2",
|
||||
"_where": "D:\\Desktop\\smartshopperNodeReworkFirebase\\node_modules\\express",
|
||||
"author": {
|
||||
"name": "TJ Holowaychuk",
|
||||
"email": "tj@vision-media.ca"
|
||||
@ -47,28 +47,30 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"debug": "2.6.9",
|
||||
"depd": "~1.1.1",
|
||||
"depd": "~1.1.2",
|
||||
"destroy": "~1.0.4",
|
||||
"encodeurl": "~1.0.1",
|
||||
"encodeurl": "~1.0.2",
|
||||
"escape-html": "~1.0.3",
|
||||
"etag": "~1.8.1",
|
||||
"fresh": "0.5.2",
|
||||
"http-errors": "~1.6.2",
|
||||
"mime": "1.3.4",
|
||||
"mime": "1.4.1",
|
||||
"ms": "2.0.0",
|
||||
"on-finished": "~2.3.0",
|
||||
"range-parser": "~1.2.0",
|
||||
"statuses": "~1.3.1"
|
||||
"statuses": "~1.4.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Better streaming static file server with Range and conditional-GET support",
|
||||
"devDependencies": {
|
||||
"after": "0.8.2",
|
||||
"eslint": "3.19.0",
|
||||
"eslint-config-standard": "7.1.0",
|
||||
"eslint-config-standard": "10.2.1",
|
||||
"eslint-plugin-import": "2.8.0",
|
||||
"eslint-plugin-markdown": "1.0.0-beta.6",
|
||||
"eslint-plugin-promise": "3.5.0",
|
||||
"eslint-plugin-standard": "2.3.1",
|
||||
"eslint-plugin-node": "5.2.1",
|
||||
"eslint-plugin-promise": "3.6.0",
|
||||
"eslint-plugin-standard": "3.0.1",
|
||||
"istanbul": "0.4.5",
|
||||
"mocha": "2.5.3",
|
||||
"supertest": "1.1.0"
|
||||
@ -100,5 +102,5 @@
|
||||
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec",
|
||||
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"
|
||||
},
|
||||
"version": "0.15.6"
|
||||
"version": "0.16.2"
|
||||
}
|
||||
|
Reference in New Issue
Block a user