{ "name": "systeminformation", "version": "3.23.4", "description": "Simple system and OS information library", "license": "MIT", "author": "Sebastian Hildebrandt (https://plus-innovations.com)", "homepage": "https://github.com/sebhildebrandt/systeminformation", "main": "./lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "system information", "sysinfo", "monitor", "monitoring", "os", "linux", "osx", "windows", "cpu", "cpuload", "memory", "file system", "fsstats", "diskio", "block devices", "netstats", "network", "network connections", "processes", "users", "internet", "battery", "docker", "docker stats", "docker processes", "graphics", "graphic card", "graphic controller", "display" ], "repository": { "type": "git", "url": "https://github.com/sebhildebrandt/systeminformation.git" }, "os": [ "darwin", "linux", "win32" ], "engines": { "node": ">=4.0.0" } }