@mherod/get-cookie 1.0.2 → 1.0.3
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 +4 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mherod/get-cookie",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Node.js module for querying a local user's Chrome cookie",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": "index.js",
|
|
@@ -9,10 +9,9 @@
|
|
|
9
9
|
},
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"install4": "pkg . --target host --out-path /usr/local/bin/ --debug"
|
|
12
|
+
"installForHomebrew": "pkg . --target host --out-path $HOMEBREW_FORMULA_PREFIX/bin/ --debug",
|
|
13
|
+
"installForMac": "pkg . --target node17-macos-x64 --out-path /usr/local/bin/ --debug",
|
|
14
|
+
"installForHost": "pkg . --target host --out-path /usr/local/bin/ --debug"
|
|
16
15
|
},
|
|
17
16
|
"keywords": [],
|
|
18
17
|
"author": "Matthew Herod",
|