{"_id":"@marionebl/bundle-id","_rev":"2-936ff9f2844b0a990326fac74389f86f","name":"@marionebl/bundle-id","description":"Get bundle identifier from a bundle name (macOS): `Safari` → `com.apple.Safari`","dist-tags":{"latest":"2.0.1"},"versions":{"2.0.1":{"name":"@marionebl/bundle-id","version":"2.0.1","description":"Get bundle identifier from a bundle name (macOS): `Safari` → `com.apple.Safari`","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/bundle-id.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=4"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":["macos","osx","plist","applescript","bundle","bundleid","bundlename","id","identifier","CFBundleName","CFBundleIdentifier","uti"],"dependencies":{"@marionebl/run-applescript":"^3.0.0"},"devDependencies":{"ava":"*","xo":"*"},"xo":{"esnext":true},"gitHead":"6d011b28cbb4baf7fc3b6cecc0a78b47a7747c62","bugs":{"url":"https://github.com/sindresorhus/bundle-id/issues"},"homepage":"https://github.com/sindresorhus/bundle-id#readme","_id":"@marionebl/bundle-id@2.0.1","_shasum":"ea5cec181213e0af93df7c84a1f71b6362b46d87","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.12.0","_npmUser":{"name":"marionebl","email":"hello@mario-nebl.de"},"dist":{"shasum":"ea5cec181213e0af93df7c84a1f71b6362b46d87","tarball":"https://registry.npmjs.org/@marionebl/bundle-id/-/bundle-id-2.0.1.tgz","integrity":"sha512-Mfj4xyHpfmIh45Hd7AaW1+YT2u39p7OxSsZiFkzg3f02QDTXXdyG8aBbgWnQZCBrfheMmJkYX9/gYkxAn7BioQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBi3GMe3iR1ioqMMzyKoBeX3AMGbV4nW1FlVx0rGHlmQAiANaLQaMmz5/JIogpYOCDSIy8LDCgIvEfW2YeHOyZ9HYQ=="}]},"maintainers":[{"name":"marionebl","email":"hello@mario-nebl.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bundle-id-2.0.1.tgz_1514237966198_0.731045535299927"}}},"readme":"# bundle-id [![Build Status](https://travis-ci.org/sindresorhus/bundle-id.svg?branch=master)](https://travis-ci.org/sindresorhus/bundle-id)\n\n> Get [bundle identifier](https://developer.apple.com/library/Mac/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/plist/info/CFBundleIdentifier) from a [bundle name](https://developer.apple.com/library/Mac/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/plist/info/CFBundleName) (macOS): `Safari` → `com.apple.Safari`\n\n\n## Install\n\n```\n$ npm install --save bundle-id\n```\n\n\n## Usage\n\n```js\nconst bundleId = require('bundle-id');\n\nbundleId('Safari').then(id => {\n\tconsole.log(id);\n\t//=> 'com.apple.Safari'\n});\n```\n\n\n## Related\n\n- [bundle-id-cli](https://github.com/sindresorhus/bundle-id-cli) - CLI for this module\n- [bundle-name](https://github.com/sindresorhus/bundle-name) - Get bundle name from a bundle identifier\n\n\n## License\n\nMIT © [Sindre Sorhus](https://sindresorhus.com)\n","maintainers":[{"name":"marionebl","email":"hello@mario-nebl.de"}],"time":{"modified":"2022-06-12T21:08:15.383Z","created":"2017-12-25T21:39:27.100Z","2.0.1":"2017-12-25T21:39:27.100Z"},"homepage":"https://github.com/sindresorhus/bundle-id#readme","keywords":["macos","osx","plist","applescript","bundle","bundleid","bundlename","id","identifier","CFBundleName","CFBundleIdentifier","uti"],"repository":{"type":"git","url":"git+https://github.com/sindresorhus/bundle-id.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"bugs":{"url":"https://github.com/sindresorhus/bundle-id/issues"},"license":"MIT","readmeFilename":"readme.md"}