@depup/systeminformation 5.31.4-depup.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,115 @@
1
+ {
2
+ "name": "@depup/systeminformation",
3
+ "version": "5.31.4-depup.0",
4
+ "description": "[DepUp] Advanced, lightweight system and OS information library",
5
+ "license": "MIT",
6
+ "author": "Sebastian Hildebrandt <hildebrandt@plus-innovations.com> (https://plus-innovations.com)",
7
+ "homepage": "https://systeminformation.io",
8
+ "main": "./lib/index.js",
9
+ "type": "commonjs",
10
+ "bin": {
11
+ "systeminformation": "lib/cli.js"
12
+ },
13
+ "types": "./lib/index.d.ts",
14
+ "scripts": {
15
+ "test": "node ./test/test.js",
16
+ "testDeno": "deno run -A ./test/test.js"
17
+ },
18
+ "files": [
19
+ "lib/",
20
+ "changes.json",
21
+ "README.md"
22
+ ],
23
+ "keywords": [
24
+ "depup",
25
+ "dependency-bumped",
26
+ "updated-deps",
27
+ "systeminformation",
28
+ "system information",
29
+ "sysinfo",
30
+ "monitor",
31
+ "monitoring",
32
+ "os",
33
+ "linux",
34
+ "osx",
35
+ "windows",
36
+ "freebsd",
37
+ "openbsd",
38
+ "netbsd",
39
+ "cpu",
40
+ "cpuload",
41
+ "physical cores",
42
+ "logical cores",
43
+ "processor",
44
+ "cores",
45
+ "threads",
46
+ "socket type",
47
+ "memory",
48
+ "file system",
49
+ "fsstats",
50
+ "diskio",
51
+ "block devices",
52
+ "netstats",
53
+ "network",
54
+ "network interfaces",
55
+ "network connections",
56
+ "network stats",
57
+ "iface",
58
+ "printer",
59
+ "processes",
60
+ "users",
61
+ "internet",
62
+ "battery",
63
+ "docker",
64
+ "docker stats",
65
+ "docker processes",
66
+ "graphics",
67
+ "graphic card",
68
+ "graphic controller",
69
+ "gpu",
70
+ "display",
71
+ "smart",
72
+ "disk layout",
73
+ "usb",
74
+ "audio",
75
+ "bluetooth",
76
+ "wifi",
77
+ "wifinetworks",
78
+ "virtual box",
79
+ "virtualbox",
80
+ "vm",
81
+ "backend",
82
+ "hardware",
83
+ "BIOS",
84
+ "chassis"
85
+ ],
86
+ "repository": {
87
+ "type": "git",
88
+ "url": "git+https://github.com/sebhildebrandt/systeminformation.git"
89
+ },
90
+ "funding": {
91
+ "type": "Buy me a coffee",
92
+ "url": "https://www.buymeacoffee.com/systeminfo"
93
+ },
94
+ "os": [
95
+ "darwin",
96
+ "linux",
97
+ "win32",
98
+ "freebsd",
99
+ "openbsd",
100
+ "netbsd",
101
+ "sunos",
102
+ "android"
103
+ ],
104
+ "engines": {
105
+ "node": ">=8.0.0"
106
+ },
107
+ "depup": {
108
+ "changes": {},
109
+ "depsUpdated": 0,
110
+ "originalPackage": "systeminformation",
111
+ "originalVersion": "5.31.4",
112
+ "processedAt": "2026-03-17T19:31:47.516Z",
113
+ "smokeTest": "passed"
114
+ }
115
+ }