Check if the operating system is OSX
$ npm install --save is-osx
var isOsx = require('is-osx'); isOsx() //=> true
MIT Bassam Ismail