Package Exports
- default-browser-id
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 (default-browser-id) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
default-browser-id 
Get the bundle identifier of the default browser (OS X)
Example:com.apple.Safari
Install
npm install --save default-browser-id
Example
var defaultBrowserId = require('default-browser-id');
defaultBrowserId();
//=> com.apple.Safari
CLI
You can also use it as a CLI app by installing it globally:
npm install --global default-browser-id
Usage
default-browser-id
Which will for example output com.apple.Safari
.
License
MIT © Sindre Sorhus