linux-platform-info
Version:
Returns platorm information (arch, libc) for Linux hosts
31 lines (30 loc) • 694 B
JSON
{
"name": "linux-platform-info",
"version": "0.0.3",
"description": "Returns platorm information (arch, libc) for Linux hosts",
"main": "index.js",
"scripts": {
"test": "eslint index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AndreyBelym/linux-platform-info.git"
},
"keywords": [
"arch",
"platform",
"linux"
],
"author": "AndreyBelym",
"license": "MIT",
"bugs": {
"url": "https://github.com/AndreyBelym/linux-platform-info/issues"
},
"homepage": "https://github.com/AndreyBelym/linux-platform-info#readme",
"devDependencies": {
"eslint": "^4.0.0"
},
"dependencies": {
"os-family": "^1.0.0"
}
}