🎉 initiate project *astro_rewrite*
This commit is contained in:
parent
ffd4d5e86c
commit
2ba37bfbe3
8658 changed files with 2268794 additions and 2538 deletions
44
node_modules/default-browser-id/package.json
generated
vendored
Normal file
44
node_modules/default-browser-id/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"name": "default-browser-id",
|
||||
"version": "3.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",
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"keywords": [
|
||||
"macos",
|
||||
"browser",
|
||||
"default",
|
||||
"plist",
|
||||
"web",
|
||||
"bundle",
|
||||
"bundleid",
|
||||
"id",
|
||||
"identifier",
|
||||
"uti"
|
||||
],
|
||||
"dependencies": {
|
||||
"bplist-parser": "^0.2.0",
|
||||
"untildify": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "^3.15.0",
|
||||
"xo": "^0.38.2"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue