1.0.3 • Published 9 years ago

@mh-cbon/which-win v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

which-win

Tells which windows system version is being run.

install

npm i @mh-cbon/which-win --save

Usage

require('@mh-cbon/which-win')(function (err, info) {
  err && console.error("Not found\n%s %j", err, err);
  !err && console.error('found version information\n%j', info)
})

Internals

It relies on systeminfo, when it s available, otherwise it uses ver and a bunch of pre-built detection to give you better information.

read more

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago