New Project
All checks were successful
BeijingMediaOfficialWebsite-ZhaoJian/BeijingMediaOfficialWebsite-ZhaoJian/pipeline/head This commit looks good

This commit is contained in:
2025-12-27 07:57:30 +08:00
parent 3a837da8af
commit 615d671da1
4911 changed files with 1180784 additions and 0 deletions

41
web/node_modules/default-browser-id/package.json generated vendored Normal file
View File

@@ -0,0 +1,41 @@
{
"name": "default-browser-id",
"version": "5.0.1",
"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"
}
}