Package Exports
- os-locale
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (os-locale) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
os-locale 
Get the system locale
Useful for localizing your module or app.
Install
$ npm install --save os-locale
Usage
var osLocale = require('os-locale');
osLocale(function (err, locale) {
console.log(locale);
//=> 'en_US'
});
License
MIT © Sindre Sorhus