You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
769 B
42 lines
769 B
1 month ago
|
{
|
||
|
"name": "default-browser-id",
|
||
|
"version": "5.0.0",
|
||
|
"description": "Get the bundle identifier of the default browser (macOS). Example: com.apple.Safari",
|
||
|
"license": "MIT",
|
||
|
"repository": "sindresorhus/default-browser-id",
|
||
|
"funding": "https://github.com/sponsors/sindresorhus",
|
||
|
"author": {
|
||
|
"name": "Sindre Sorhus",
|
||
|
"email": "sindresorhus@gmail.com",
|
||
|
"url": "https://sindresorhus.com"
|
||
|
},
|
||
|
"type": "module",
|
||
|
"exports": "./index.js",
|
||
|
"sideEffects": false,
|
||
|
"engines": {
|
||
|
"node": ">=18"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "xo && ava"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"macos",
|
||
|
"browser",
|
||
|
"default",
|
||
|
"plist",
|
||
|
"web",
|
||
|
"bundle",
|
||
|
"bundleid",
|
||
|
"id",
|
||
|
"identifier",
|
||
|
"uti"
|
||
|
],
|
||
|
"devDependencies": {
|
||
|
"ava": "^6.0.1",
|
||
|
"xo": "^0.56.0"
|
||
|
}
|
||
|
}
|