UNPKG

dmidecode

Version:
43 lines (42 loc) 845 B
{ "name": "dmidecode", "version": "1.0.7", "description": "simple node library for dmidecode", "license": "MIT", "author": "Christopher Harrison <harrison@glsan.com> (https://glsan.com)", "homepage": "https://github.com/chair300/node-dmidecode", "main": "./lib/dmidecode.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "system information", "sysinfo", "os", "linux", "osx", "windows", "cpu", "cache", "freebsd", "memory", "block devices", "network", "graphics", "graphic card", "graphic controller", "display" ], "repository": { "type": "git", "url": "https://github.com/chair300/node-dmidecode.git" }, "os": [ "darwin", "linux", "freebsd" ], "engines": { "node": ">=4.0.0" } }