1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
| {
| "_args": [
| [
| "opener@1.5.2",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "opener@1.5.2",
| "_id": "opener@1.5.2",
| "_inBundle": false,
| "_integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==",
| "_location": "/opener",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "opener@1.5.2",
| "name": "opener",
| "escapedName": "opener",
| "rawSpec": "1.5.2",
| "saveSpec": null,
| "fetchSpec": "1.5.2"
| },
| "_requiredBy": [
| "/@nuxt/cli",
| "/webpack-bundle-analyzer"
| ],
| "_resolved": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz",
| "_spec": "1.5.2",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "Domenic Denicola",
| "email": "d@domenic.me",
| "url": "https://domenic.me/"
| },
| "bin": {
| "opener": "bin/opener-bin.js"
| },
| "bugs": {
| "url": "https://github.com/domenic/opener/issues"
| },
| "description": "Opens stuff, like webpages and files and executables, cross-platform",
| "devDependencies": {
| "eslint": "^7.7.0"
| },
| "files": [
| "lib/",
| "bin/"
| ],
| "homepage": "https://github.com/domenic/opener#readme",
| "license": "(WTFPL OR MIT)",
| "main": "lib/opener.js",
| "name": "opener",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/domenic/opener.git"
| },
| "scripts": {
| "lint": "eslint ."
| },
| "version": "1.5.2"
| }
|
|