aswi2020vldc-gitlab/templetes/node_modules/opn/package.json @ 5fded919
1 | 3a515b92 | cagy | {
|
---|---|---|---|
2 | "name": "opn", |
||
3 | "version": "5.5.0", |
||
4 | "description": "A better node-open. Opens stuff like websites, files, executables. Cross-platform.", |
||
5 | "license": "MIT", |
||
6 | "repository": "sindresorhus/opn", |
||
7 | "author": { |
||
8 | "name": "Sindre Sorhus", |
||
9 | "email": "sindresorhus@gmail.com", |
||
10 | "url": "sindresorhus.com" |
||
11 | }, |
||
12 | "engines": { |
||
13 | "node": ">=4" |
||
14 | }, |
||
15 | "scripts": { |
||
16 | "test": "xo" |
||
17 | }, |
||
18 | "files": [ |
||
19 | "index.js", |
||
20 | "xdg-open" |
||
21 | ], |
||
22 | "keywords": [ |
||
23 | "app", |
||
24 | "open", |
||
25 | "opn", |
||
26 | "opener", |
||
27 | "opens", |
||
28 | "launch", |
||
29 | "start", |
||
30 | "xdg-open", |
||
31 | "xdg", |
||
32 | "default", |
||
33 | "cmd", |
||
34 | "browser", |
||
35 | "editor", |
||
36 | "executable", |
||
37 | "exe", |
||
38 | "url", |
||
39 | "urls", |
||
40 | "arguments", |
||
41 | "args", |
||
42 | "spawn", |
||
43 | "exec", |
||
44 | "child", |
||
45 | "process", |
||
46 | "website", |
||
47 | "file" |
||
48 | ], |
||
49 | "dependencies": { |
||
50 | "is-wsl": "^1.1.0" |
||
51 | }, |
||
52 | "devDependencies": { |
||
53 | "ava": "^0.25.0", |
||
54 | "xo": "^0.20.0" |
||
55 | } |
||
56 | }
|