@camjn/getargv 0.1.11 → 0.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bin": {
|
|
3
|
-
"getargv": "
|
|
3
|
+
"getargv": "dist/cli.js"
|
|
4
4
|
},
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"node-gyp": "^12.2.0"
|
|
@@ -16,15 +16,13 @@
|
|
|
16
16
|
"darwin"
|
|
17
17
|
],
|
|
18
18
|
"funding": "https://github.com/sponsors/CamJN",
|
|
19
|
-
"bugs":
|
|
20
|
-
"url": "https://github.com/getargv/getargv.js/issues"
|
|
21
|
-
},
|
|
19
|
+
"bugs": "https://github.com/getargv/getargv.js/issues",
|
|
22
20
|
"name": "@camjn/getargv",
|
|
23
21
|
"homepage": "https://getargv.narzt.cam/",
|
|
24
22
|
"author": "Camden Narzt <getargv@narzt.cam>",
|
|
25
|
-
"version": "0.1.
|
|
23
|
+
"version": "0.1.13",
|
|
26
24
|
"engines": {
|
|
27
|
-
"node": "
|
|
25
|
+
"node": ">=20"
|
|
28
26
|
},
|
|
29
27
|
"type": "module",
|
|
30
28
|
"description": "This library allows you to query the arguments of other processes on macOS.",
|
|
@@ -54,7 +52,7 @@
|
|
|
54
52
|
"gypfile": true,
|
|
55
53
|
"repository": {
|
|
56
54
|
"type": "git",
|
|
57
|
-
"url": "https://github.com/getargv/getargv.js"
|
|
55
|
+
"url": "git+https://github.com/getargv/getargv.js.git"
|
|
58
56
|
},
|
|
59
57
|
"keywords": [
|
|
60
58
|
"macOS",
|