updated npm modules

This commit is contained in:
2019-05-20 20:43:45 -05:00
parent 2319197b81
commit f166b72b7d
1113 changed files with 8758 additions and 12227 deletions

1
node_modules/internal-ip/index.js generated vendored
View File

@@ -47,4 +47,5 @@ internalIp.v6.sync = () => sync('v6');
internalIp.v4.sync = () => sync('v4');
module.exports = internalIp;
// TODO: Remove this for the next major release
module.exports.default = internalIp;

View File

@@ -1,26 +1,26 @@
{
"_from": "internal-ip@^4.2.0",
"_id": "internal-ip@4.2.0",
"_from": "internal-ip@^4.3.0",
"_id": "internal-ip@4.3.0",
"_inBundle": false,
"_integrity": "sha512-ZY8Rk+hlvFeuMmG5uH1MXhhdeMntmIaxaInvAmzMq/SHV8rv4Kh+6GiQNNDQd0wZFrcO+FiTBo8lui/osKOyJw==",
"_integrity": "sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==",
"_location": "/internal-ip",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "internal-ip@^4.2.0",
"raw": "internal-ip@^4.3.0",
"name": "internal-ip",
"escapedName": "internal-ip",
"rawSpec": "^4.2.0",
"rawSpec": "^4.3.0",
"saveSpec": null,
"fetchSpec": "^4.2.0"
"fetchSpec": "^4.3.0"
},
"_requiredBy": [
"/webpack-dev-server"
],
"_resolved": "https://registry.npmjs.org/internal-ip/-/internal-ip-4.2.0.tgz",
"_shasum": "46e81b638d84c338e5c67e42b1a17db67d0814fa",
"_spec": "internal-ip@^4.2.0",
"_resolved": "https://registry.npmjs.org/internal-ip/-/internal-ip-4.3.0.tgz",
"_shasum": "845452baad9d2ca3b69c635a137acb9a0dad0907",
"_spec": "internal-ip@^4.3.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\webpack-dev-server",
"author": {
"name": "Sindre Sorhus",
@@ -32,14 +32,14 @@
},
"bundleDependencies": false,
"dependencies": {
"default-gateway": "^4.0.1",
"default-gateway": "^4.2.0",
"ipaddr.js": "^1.9.0"
},
"deprecated": false,
"description": "Get your internal IP address",
"devDependencies": {
"ava": "^1.2.1",
"tsd-check": "^0.3.0",
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
@@ -69,7 +69,7 @@
"url": "git+https://github.com/sindresorhus/internal-ip.git"
},
"scripts": {
"test": "xo && ava && tsd-check"
"test": "xo && ava && tsd"
},
"version": "4.2.0"
"version": "4.3.0"
}