1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| {
| "name": "opener",
| "description": "Opens stuff, like webpages and files and executables, cross-platform",
| "version": "1.5.2",
| "author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)",
| "license": "(WTFPL OR MIT)",
| "repository": "domenic/opener",
| "main": "lib/opener.js",
| "bin": "bin/opener-bin.js",
| "files": [
| "lib/",
| "bin/"
| ],
| "scripts": {
| "lint": "eslint ."
| },
| "devDependencies": {
| "eslint": "^7.7.0"
| }
| }
|
|