mysystem-info
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "mysystem-info", | ||
"version": "0.0.8", | ||
"description": "Get your Linux Distro or Windows System Info.", | ||
"main": "system.js", | ||
"scripts": { | ||
"start": "node system.js" | ||
}, | ||
"bin": { | ||
"mysysinfo": "./system.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/mskian/sys-info.git" | ||
}, | ||
"keywords": [ | ||
"linux", | ||
"Windows", | ||
"VPS", | ||
"Systeminfo", | ||
"server" | ||
], | ||
"author": "Santhosh Veer", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/mskian/sys-info/issues" | ||
}, | ||
"homepage": "https://github.com/mskian/sys-info/#readme", | ||
"dependencies": { | ||
"chalk": "^2.4.2", | ||
"moment": "^2.24.0", | ||
"ora": "^4.0.2", | ||
"systeminformation": "^4.14.12" | ||
} | ||
"name": "mysystem-info", | ||
"version": "0.0.9", | ||
"description": "Get your Linux Distro or Windows System Info.", | ||
"main": "system.js", | ||
"scripts": { | ||
"start": "node system.js" | ||
}, | ||
"bin": { | ||
"mysysinfo": "./system.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/mskian/sys-info.git" | ||
}, | ||
"keywords": [ | ||
"linux", | ||
"Windows", | ||
"VPS", | ||
"Systeminfo", | ||
"server" | ||
], | ||
"author": "Santhosh Veer", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/mskian/sys-info/issues" | ||
}, | ||
"homepage": "https://github.com/mskian/sys-info/#readme", | ||
"dependencies": { | ||
"chalk": "^3.0.0", | ||
"moment": "^2.24.0", | ||
"ora": "^4.0.3", | ||
"systeminformation": "^4.15.3" | ||
} | ||
} |
@@ -114,4 +114,8 @@ # My System INFO 🖥 | ||
**v0.0.9** | ||
- Update dependencies | ||
## ☑ License | ||
MIT |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
121
7880
Updatedchalk@^3.0.0
Updatedora@^4.0.3
Updatedsysteminformation@^4.15.3