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": "lru-cache@^4.1.3",
"_id": "lru-cache@4.1.3",
"_from": "lru-cache@^5.0.0",
"_id": "lru-cache@5.1.1",
"_inBundle": false,
"_integrity": "sha512-fFEhvcgzuIoJVUF8fYr5KR0YqxD238zgObTps31YdADwPPAp82a4M8TrckkWyx7ekNlf9aBcVn81cFwwXngrJA==",
"_integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
"_location": "/lru-cache",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "lru-cache@^4.1.3",
"raw": "lru-cache@^5.0.0",
"name": "lru-cache",
"escapedName": "lru-cache",
"rawSpec": "^4.1.3",
"rawSpec": "^5.0.0",
"saveSpec": null,
"fetchSpec": "^4.1.3"
"fetchSpec": "^5.0.0"
},
"_requiredBy": [
"/google-auth-library"
],
"_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.3.tgz",
"_shasum": "a1175cf3496dfc8436c156c334b4955992bce69c",
"_spec": "lru-cache@^4.1.3",
"_where": "C:\\Users\\Georg\\GitHub\\SmartShopper\\express-server\\node_modules\\google-auth-library",
"_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
"_shasum": "1da27e6710271947695daf6848e847f01d84b920",
"_spec": "lru-cache@^5.0.0",
"_where": "D:\\Desktop\\Git\\Firebase\\SmartShopperFirebase\\node_modules\\google-auth-library",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me"
@ -31,15 +31,13 @@
},
"bundleDependencies": false,
"dependencies": {
"pseudomap": "^1.0.2",
"yallist": "^2.1.2"
"yallist": "^3.0.2"
},
"deprecated": false,
"description": "A cache object that deletes the least-recently-used items.",
"devDependencies": {
"benchmark": "^2.1.4",
"standard": "^5.4.1",
"tap": "^11.1.4"
"tap": "^12.1.0"
},
"files": [
"index.js"
@ -58,11 +56,12 @@
"url": "git://github.com/isaacs/node-lru-cache.git"
},
"scripts": {
"coveragerport": "tap --coverage-report=html",
"postpublish": "git push origin --all; git push origin --tags",
"posttest": "standard test/*.js index.js",
"postversion": "npm publish",
"preversion": "npm test",
"snap": "TAP_SNAPSHOT=1 tap test/*.js -J",
"test": "tap test/*.js --100 -J"
},
"version": "4.1.3"
"version": "5.1.1"
}