mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-08 23:33:39 +00:00
add ip package as an actual dependency
This commit is contained in:
Generated
+7
@@ -14,6 +14,7 @@
|
||||
"bonjour": "3.5.1",
|
||||
"electron-updater": "6.8.3",
|
||||
"html-to-vdom": "0.7.0",
|
||||
"ip": "2.0.1",
|
||||
"lodash": "4.17.23",
|
||||
"md5": "2.3.0",
|
||||
"netmask": "2.0.2",
|
||||
@@ -4285,6 +4286,12 @@
|
||||
"node": ">= 0.4"
|
||||
}
|
||||
},
|
||||
"node_modules/ip": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz",
|
||||
"integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/ip-address": {
|
||||
"version": "10.1.0",
|
||||
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.0.tgz",
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
"bonjour": "3.5.1",
|
||||
"electron-updater": "6.8.3",
|
||||
"html-to-vdom": "0.7.0",
|
||||
"ip": "2.0.1",
|
||||
"lodash": "4.17.23",
|
||||
"md5": "2.3.0",
|
||||
"netmask": "2.0.2",
|
||||
|
||||
Reference in New Issue
Block a user