Detalhes do pacote

@marionebl/bundle-id

sindresorhus2.4kMIT2.0.1

Get bundle identifier from a bundle name (macOS): Safaricom.apple.Safari

macos, osx, plist, applescript

readme (leia-me)

bundle-id Build Status

Get bundle identifier from a bundle name (macOS): Safaricom.apple.Safari

Install

$ npm install --save bundle-id

Usage

const bundleId = require('bundle-id');

bundleId('Safari').then(id => {
    console.log(id);
    //=> 'com.apple.Safari'
});

Related

License

MIT © Sindre Sorhus