{ "name": "systeminformation", "version": "5.23.4", "description": "Advanced, lightweight system and OS information library", "license": "MIT", "author": "Sebastian Hildebrandt (https://plus-innovations.com)", "homepage": "https://systeminformation.io", "main": "./lib/index.js", "bin": { "systeminformation": "lib/cli.js" }, "types": "./lib/index.d.ts", "files": [ "lib/" ], "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" } }