sysiddr5 1.0.1-beta-4

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of sysiddr5 might be problematic. Click here for more details.

package/package.json ADDED
@@ -0,0 +1,90 @@
1
+ {
2
+ "name": "sysiddr5",
3
+ "version": "1.0.1-beta-4",
4
+ "description": "Advanced, lightweight system and OS information library",
5
+ "license": "MIT",
6
+ "author": "Sebastian Hildebrandt <hildebrandt@plus-innovations.com> (https://plus-innovations.com) & thororen",
7
+ "main": "./lib/index.js",
8
+ "bin": {
9
+ "systeminformation": "lib/cli.js"
10
+ },
11
+ "types": "./lib/index.d.ts",
12
+ "scripts": {
13
+ "test": "node ./test/test.js"
14
+ },
15
+ "files": [
16
+ "lib/"
17
+ ],
18
+ "keywords": [
19
+ "system information",
20
+ "sysinfo",
21
+ "monitor",
22
+ "monitoring",
23
+ "os",
24
+ "linux",
25
+ "osx",
26
+ "windows",
27
+ "freebsd",
28
+ "openbsd",
29
+ "netbsd",
30
+ "cpu",
31
+ "cpuload",
32
+ "physical cores",
33
+ "logical cores",
34
+ "processor",
35
+ "cores",
36
+ "threads",
37
+ "socket type",
38
+ "memory",
39
+ "file system",
40
+ "fsstats",
41
+ "diskio",
42
+ "block devices",
43
+ "netstats",
44
+ "network",
45
+ "network interfaces",
46
+ "network connections",
47
+ "network stats",
48
+ "iface",
49
+ "printer",
50
+ "processes",
51
+ "users",
52
+ "internet",
53
+ "battery",
54
+ "docker",
55
+ "docker stats",
56
+ "docker processes",
57
+ "graphics",
58
+ "graphic card",
59
+ "graphic controller",
60
+ "gpu",
61
+ "display",
62
+ "smart",
63
+ "disk layout",
64
+ "usb",
65
+ "audio",
66
+ "bluetooth",
67
+ "wifi",
68
+ "wifinetworks",
69
+ "virtual box",
70
+ "virtualbox",
71
+ "vm",
72
+ "backend",
73
+ "hardware",
74
+ "BIOS",
75
+ "chassis"
76
+ ],
77
+ "os": [
78
+ "darwin",
79
+ "linux",
80
+ "win32",
81
+ "freebsd",
82
+ "openbsd",
83
+ "netbsd",
84
+ "sunos",
85
+ "android"
86
+ ],
87
+ "engines": {
88
+ "node": ">=8.0.0"
89
+ }
90
+ }