linux-release-info
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "linux-release-info", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Get Linux release info (distribution name, version, arch, release, etc.) from '/etc/os-release' file and from native os module. On Windows and Darwin it only returns common node os module info (platform, hostname, release and arch)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
linux-release-info | ||
================= | ||
Get Linux release info (distribution name, version, arch, release, etc.) from '/etc/os-release' file and from native os module. On Windows and Darwin it only returns common node os module info (platform, hostname, release and arch) | ||
Get Linux release info (distribution name, version, arch, release, etc.) from '/etc/os-release' file and from native os module. On Windows and Darwin platforms it only returns common node os module info (platform, hostname, release, and arch) | ||
###Highlights | ||
* Lightweight without any dependecies (only native node modules) | ||
* Lightweight without any dependencies (only native Node modules) | ||
* Async file reading | ||
@@ -80,3 +80,8 @@ | ||
####Extra tip | ||
If you want info about Windows or Mac releases, you can try the following modules from sindresorhus: | ||
https://www.npmjs.com/package/win-release | ||
https://www.npmjs.com/package/macos-release | ||
## License | ||
@@ -83,0 +88,0 @@ Licensed under MIT |
6536
89