diff options
Diffstat (limited to 'MistyCore/node_modules/systeminformation/package.json')
-rw-r--r-- | MistyCore/node_modules/systeminformation/package.json | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/MistyCore/node_modules/systeminformation/package.json b/MistyCore/node_modules/systeminformation/package.json new file mode 100644 index 0000000..8017da4 --- /dev/null +++ b/MistyCore/node_modules/systeminformation/package.json @@ -0,0 +1,99 @@ +{ + "name": "systeminformation", + "version": "5.12.11", + "description": "Advanced, lightweight system and OS information library", + "license": "MIT", + "author": "Sebastian Hildebrandt <hildebrandt@plus-innovations.com> (https://plus-innovations.com)", + "homepage": "https://systeminformation.io", + "main": "./lib/index.js", + "bin": { + "systeminformation": "lib/cli.js" + }, + "types": "./lib/index.d.ts", + "scripts": { + "test": "node ./test/test.js" + }, + "files": [ + "lib/" + ], + "keywords": [ + "system information", + "sysinfo", + "monitor", + "monitoring", + "os", + "linux", + "osx", + "windows", + "freebsd", + "openbsd", + "netbsd", + "cpu", + "cpuload", + "physical cores", + "logical cores", + "processor", + "cores", + "threads", + "socket type", + "memory", + "file system", + "fsstats", + "diskio", + "block devices", + "netstats", + "network", + "network interfaces", + "network connections", + "network stats", + "iface", + "printer", + "processes", + "users", + "internet", + "battery", + "docker", + "docker stats", + "docker processes", + "graphics", + "graphic card", + "graphic controller", + "gpu", + "display", + "smart", + "disk layout", + "usb", + "audio", + "bluetooth", + "wifi", + "wifinetworks", + "virtual box", + "virtualbox", + "vm", + "backend", + "hardware", + "BIOS", + "chassis" + ], + "repository": { + "type": "git", + "url": "https://github.com/sebhildebrandt/systeminformation.git" + }, + "funding": { + "type": "Buy me a coffee", + "url": "https://www.buymeacoffee.com/systeminfo" + }, + "os": [ + "darwin", + "linux", + "win32", + "freebsd", + "openbsd", + "netbsd", + "sunos", + "android" + ], + "engines": { + "node": ">=8.0.0" + } +} |