systeminformation/package.json
2018-12-15 12:27:52 +01:00

72 lines
1.3 KiB
JSON

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