HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/shahnamag/front-end/node_modules/default-browser-id/package.json
{
	"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"
	}
}