1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| {
| "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"
| }
|
| ,"_resolved": "https://registry.npmmirror.com/opener/-/opener-1.5.2.tgz"
| ,"_integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A=="
| ,"_from": "opener@^1.5.1"
| }
|
|