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.
57 lines
817 B
57 lines
817 B
2 years ago
|
{
|
||
|
"name": "opn",
|
||
|
"version": "5.3.0",
|
||
|
"description": "A better node-open. Opens stuff like websites, files, executables. Cross-platform.",
|
||
|
"license": "MIT",
|
||
|
"repository": "sindresorhus/opn",
|
||
|
"author": {
|
||
|
"name": "Sindre Sorhus",
|
||
|
"email": "sindresorhus@gmail.com",
|
||
|
"url": "sindresorhus.com"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=4"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "xo && ava"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"xdg-open"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"app",
|
||
|
"open",
|
||
|
"opn",
|
||
|
"opener",
|
||
|
"opens",
|
||
|
"launch",
|
||
|
"start",
|
||
|
"xdg-open",
|
||
|
"xdg",
|
||
|
"default",
|
||
|
"cmd",
|
||
|
"browser",
|
||
|
"editor",
|
||
|
"executable",
|
||
|
"exe",
|
||
|
"url",
|
||
|
"urls",
|
||
|
"arguments",
|
||
|
"args",
|
||
|
"spawn",
|
||
|
"exec",
|
||
|
"child",
|
||
|
"process",
|
||
|
"website",
|
||
|
"file"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"is-wsl": "^1.1.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"ava": "*",
|
||
|
"xo": "*"
|
||
|
}
|
||
|
}
|