diff --git a/docs/classes/_data_.datautils.html b/docs/classes/_data_.datautils.html index 013b0c1..35f93c5 100644 --- a/docs/classes/_data_.datautils.html +++ b/docs/classes/_data_.datautils.html @@ -110,7 +110,7 @@
+
JAUL = Just Another Utilities Library
Static minifyJson
Static removeFromStrin
@@ -232,7 +232,7 @@
diff --git a/docs/classes/_io_.ioutils.html b/docs/classes/_io_.ioutils.html
index d15b9d4..19629e4 100644
--- a/docs/classes/_io_.ioutils.html
+++ b/docs/classes/_io_.ioutils.html
@@ -110,7 +110,7 @@
Static uuid
Static copyFileSync
@@ -147,7 +147,7 @@
@@ -187,7 +187,7 @@
@@ -219,7 +219,7 @@
diff --git a/docs/classes/_network_.networkutils.html b/docs/classes/_network_.networkutils.html
index 63f6fe5..3620c00 100644
--- a/docs/classes/_network_.networkutils.html
+++ b/docs/classes/_network_.networkutils.html
@@ -111,7 +111,7 @@
@@ -143,7 +143,7 @@
@@ -175,7 +175,7 @@
@@ -198,7 +198,7 @@
@@ -221,7 +221,7 @@
diff --git a/docs/classes/_system_.systemutils.html b/docs/classes/_system_.systemutils.html
index 23989d3..757493e 100644
--- a/docs/classes/_system_.systemutils.html
+++ b/docs/classes/_system_.systemutils.html
@@ -108,7 +108,7 @@
@@ -131,7 +131,7 @@
diff --git a/docs/index.html b/docs/index.html
index 5ad6cf1..5cabf4b 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -63,7 +63,8 @@
idle: number
@@ -119,7 +119,7 @@ total: number
diff --git a/docs/interfaces/_system_.getinfooptions.html b/docs/interfaces/_system_.getinfooptions.html
index 6759693..d1c32a1 100644
--- a/docs/interfaces/_system_.getinfooptions.html
+++ b/docs/interfaces/_system_.getinfooptions.html
@@ -103,7 +103,7 @@ labels: boolean
diff --git a/docs/interfaces/_system_.systemmetrics.html b/docs/interfaces/_system_.systemmetrics.html
index 56a6c2c..51e2be9 100644
--- a/docs/interfaces/_system_.systemmetrics.html
+++ b/docs/interfaces/_system_.systemmetrics.html
@@ -111,7 +111,7 @@ cpuCores: number
@@ -126,7 +126,7 @@ hostname: string
@@ -141,7 +141,7 @@ loadAvg: any
@@ -156,7 +156,7 @@ memoryTotal: any
@@ -171,7 +171,7 @@ memoryUsage: any
@@ -186,7 +186,7 @@ platform: string
@@ -201,7 +201,7 @@ process: any
@@ -216,7 +216,7 @@ title: string
@@ -231,7 +231,7 @@ uptime: string
diff --git a/docs/modules/_index_.html b/docs/modules/_index_.html
index 2f6608f..84d2025 100644
--- a/docs/modules/_index_.html
+++ b/docs/modules/_index_.html
@@ -85,7 +85,7 @@
@@ -99,7 +99,7 @@ data: any = require("./data")
@@ -114,7 +114,7 @@ io: any = require("./io")
@@ -129,7 +129,7 @@ network: any = require("./network")
@@ -144,7 +144,7 @@ system: any = require("./system")
@@ -159,7 +159,7 @@ version: any = version
diff --git a/package-lock.json b/package-lock.json
index 63949cb..3c438ec 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -190,9 +190,9 @@
"dev": true
},
"@types/node": {
- "version": "11.13.4",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-11.13.4.tgz",
- "integrity": "sha512-+rabAZZ3Yn7tF/XPGHupKIL5EcAbrLxnTr/hgQICxbeuAfWtT0UZSfULE+ndusckBItcv4o6ZeOJplQikVcLvQ==",
+ "version": "11.13.5",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-11.13.5.tgz",
+ "integrity": "sha512-/OMMBnjVtDuwX1tg2pkYVSqRIDSmNTnvVvmvP/2xiMAAWf4a5+JozrApCrO4WCAILmXVxfNoQ3E+0HJbNpFVGg==",
"dev": true
},
"@types/shelljs": {
diff --git a/package.json b/package.json
index 59c0960..477b32d 100755
--- a/package.json
+++ b/package.json
@@ -29,7 +29,7 @@
"moment": "^2.24.0"
},
"devDependencies": {
- "@types/node": "^11.13.4",
+ "@types/node": "^11.13.5",
"chai": "^4.2.0",
"coveralls": "^3.0.3",
"express": "^4.16.4",
Static getFilePath
Static mkdirRecursive
Static sleep
Static getClientIP
Static getIP
Static getSingleIPv4
Static getSingleIPv6
Static ipInRange
Static getCpuLoad
Static getInfo
JAUL
JAUL
-+
+
JAUL = Just Another Utilities Library
What? Why?
diff --git a/docs/interfaces/_system_.cpuload.html b/docs/interfaces/_system_.cpuload.html index e335462..40886ad 100644 --- a/docs/interfaces/_system_.cpuload.html +++ b/docs/interfaces/_system_.cpuload.html @@ -104,7 +104,7 @@idle
total
labels
cpuCores
hostname
loadAvg
memoryTotal
memoryUsage
platform
process
title
uptime
Let index: object
data
io
network
system
version