Detalhes do pacote

bundle-name

sindresorhus41.7mMIT4.1.0

Get bundle name from a bundle identifier (macOS): com.apple.SafariSafari

macos, plist, applescript, bundle

readme (leia-me)

bundle-name

Get bundle name from a bundle identifier (macOS): com.apple.SafariSafari

Install

npm install bundle-name

Usage

import bundleName from 'bundle-name';

console.log(await bundleName('com.apple.Safari'));
//=> 'Safari'

Related