69 lines
1.1 KiB
JSON
69 lines
1.1 KiB
JSON
|
{
|
||
|
"name": "open",
|
||
|
"version": "10.1.0",
|
||
|
"description": "Open stuff like URLs, files, executables. Cross-platform.",
|
||
|
"license": "MIT",
|
||
|
"repository": "sindresorhus/open",
|
||
|
"funding": "https://github.com/sponsors/sindresorhus",
|
||
|
"author": {
|
||
|
"name": "Sindre Sorhus",
|
||
|
"email": "sindresorhus@gmail.com",
|
||
|
"url": "https://sindresorhus.com"
|
||
|
},
|
||
|
"type": "module",
|
||
|
"exports": {
|
||
|
"types": "./index.d.ts",
|
||
|
"default": "./index.js"
|
||
|
},
|
||
|
"sideEffects": false,
|
||
|
"engines": {
|
||
|
"node": ">=18"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "xo && tsd"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"index.d.ts",
|
||
|
"xdg-open"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"app",
|
||
|
"open",
|
||
|
"opener",
|
||
|
"opens",
|
||
|
"launch",
|
||
|
"start",
|
||
|
"xdg-open",
|
||
|
"xdg",
|
||
|
"default",
|
||
|
"cmd",
|
||
|
"browser",
|
||
|
"editor",
|
||
|
"executable",
|
||
|
"exe",
|
||
|
"url",
|
||
|
"urls",
|
||
|
"arguments",
|
||
|
"args",
|
||
|
"spawn",
|
||
|
"exec",
|
||
|
"child",
|
||
|
"process",
|
||
|
"website",
|
||
|
"file"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"default-browser": "^5.2.1",
|
||
|
"define-lazy-prop": "^3.0.0",
|
||
|
"is-inside-container": "^1.0.0",
|
||
|
"is-wsl": "^3.1.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/node": "^20.10.5",
|
||
|
"ava": "^6.0.1",
|
||
|
"tsd": "^0.30.1",
|
||
|
"xo": "^0.56.0"
|
||
|
}
|
||
|
}
|