source: node_modules/open/package.json

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 949 bytes
Line 
1{
2 "name": "open",
3 "version": "7.4.2",
4 "description": "Open stuff like URLs, files, executables. Cross-platform.",
5 "license": "MIT",
6 "repository": "sindresorhus/open",
7 "funding": "https://github.com/sponsors/sindresorhus",
8 "author": {
9 "name": "Sindre Sorhus",
10 "email": "sindresorhus@gmail.com",
11 "url": "https://sindresorhus.com"
12 },
13 "engines": {
14 "node": ">=8"
15 },
16 "scripts": {
17 "test": "xo && tsd"
18 },
19 "files": [
20 "index.js",
21 "index.d.ts",
22 "xdg-open"
23 ],
24 "keywords": [
25 "app",
26 "open",
27 "opener",
28 "opens",
29 "launch",
30 "start",
31 "xdg-open",
32 "xdg",
33 "default",
34 "cmd",
35 "browser",
36 "editor",
37 "executable",
38 "exe",
39 "url",
40 "urls",
41 "arguments",
42 "args",
43 "spawn",
44 "exec",
45 "child",
46 "process",
47 "website",
48 "file"
49 ],
50 "dependencies": {
51 "is-docker": "^2.0.0",
52 "is-wsl": "^2.1.1"
53 },
54 "devDependencies": {
55 "@types/node": "^12.7.5",
56 "ava": "^2.3.0",
57 "tsd": "^0.11.0",
58 "xo": "^0.25.3"
59 }
60}
Note: See TracBrowser for help on using the repository browser.