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": "ipaddr.js@1.4.0",
"_id": "ipaddr.js@1.4.0",
"_from": "ipaddr.js@1.8.0",
"_id": "ipaddr.js@1.8.0",
"_inBundle": false,
"_integrity": "sha1-KWrKh4qCGBbluF0KKFqZvP9FgvA=",
"_integrity": "sha1-6qM9bd16zo9/b+DJygRA5wZzix4=",
"_location": "/ipaddr.js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ipaddr.js@1.4.0",
"raw": "ipaddr.js@1.8.0",
"name": "ipaddr.js",
"escapedName": "ipaddr.js",
"rawSpec": "1.4.0",
"rawSpec": "1.8.0",
"saveSpec": null,
"fetchSpec": "1.4.0"
"fetchSpec": "1.8.0"
},
"_requiredBy": [
"/proxy-addr"
],
"_resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.4.0.tgz",
"_shasum": "296aca878a821816e5b85d0a285a99bcff4582f0",
"_spec": "ipaddr.js@1.4.0",
"_where": "D:\\5CHITM\\Diplomarbeit\\smart-shopper\\express-server\\node_modules\\proxy-addr",
"_resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.8.0.tgz",
"_shasum": "eaa33d6ddd7ace8f7f6fe0c9ca0440e706738b1e",
"_spec": "ipaddr.js@1.8.0",
"_where": "D:\\Desktop\\smartshopperNodeReworkFirebase\\node_modules\\proxy-addr",
"author": {
"name": "whitequark",
"email": "whitequark@whitequark.org"
@ -44,6 +44,10 @@
"engines": {
"node": ">= 0.10"
},
"files": [
"lib/",
"ipaddr.min.js"
],
"homepage": "https://github.com/whitequark/ipaddr.js#readme",
"keywords": [
"ip",
@ -51,7 +55,7 @@
"ipv6"
],
"license": "MIT",
"main": "./lib/ipaddr",
"main": "./lib/ipaddr.js",
"name": "ipaddr.js",
"repository": {
"type": "git",
@ -60,5 +64,6 @@
"scripts": {
"test": "cake build test"
},
"version": "1.4.0"
"types": "./lib/ipaddr.js.d.ts",
"version": "1.8.0"
}