UNPKG

1.05 kBJSONView Raw
1{
2 "name": "open-editor",
3 "version": "4.1.1",
4 "description": "Open files in your editor at a specific line and column",
5 "license": "MIT",
6 "repository": "sindresorhus/open-editor",
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 "type": "module",
14 "exports": "./index.js",
15 "engines": {
16 "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
17 },
18 "scripts": {
19 "test": "xo && ava && tsd"
20 },
21 "files": [
22 "index.js",
23 "index.d.ts"
24 ],
25 "keywords": [
26 "open",
27 "editor",
28 "launch",
29 "files",
30 "file",
31 "line",
32 "column",
33 "position",
34 "path",
35 "filepath",
36 "editors",
37 "start",
38 "app",
39 "sublime",
40 "atom",
41 "vscode",
42 "webstorm",
43 "textmate",
44 "vim",
45 "neovim",
46 "intellij",
47 "emacs",
48 "nano"
49 ],
50 "dependencies": {
51 "env-editor": "^1.1.0",
52 "execa": "^5.1.1",
53 "line-column-path": "^3.0.0",
54 "open": "^8.4.0"
55 },
56 "devDependencies": {
57 "ava": "^3.15.0",
58 "tsd": "^0.18.0",
59 "xo": "^0.45.0"
60 }
61}