chzzk-load-darwin-x64 0.0.1 → 0.2.1
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/README.md +8 -0
- package/bin/chzzk-load +0 -0
- package/package.json +19 -8
package/README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# chzzk-load-darwin-x64
|
|
2
|
+
|
|
3
|
+
Native pre-compiled binary distribution of `chzzk-load` for darwin (x64).
|
|
4
|
+
|
|
5
|
+
This package is an optional dependency of the main [`chzzk-load`](https://www.npmjs.com/package/chzzk-load) package and is not intended to be installed directly.
|
|
6
|
+
|
|
7
|
+
- Repository: https://github.com/ghfhffh12345/chzzk-load
|
|
8
|
+
- Issues: https://github.com/ghfhffh12345/chzzk-load/issues
|
package/bin/chzzk-load
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,12 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chzzk-load-darwin-x64",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
3
|
+
"version": "0.2.1",
|
|
4
|
+
"description": "Native binary distribution of chzzk-load for darwin (x64)",
|
|
5
|
+
"os": [
|
|
6
|
+
"darwin"
|
|
7
|
+
],
|
|
8
|
+
"cpu": [
|
|
9
|
+
"x64"
|
|
10
|
+
],
|
|
11
|
+
"bin": {
|
|
12
|
+
"chzzk-load": "./bin/chzzk-load"
|
|
7
13
|
},
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
14
|
+
"license": "Apache-2.0",
|
|
15
|
+
"repository": {
|
|
16
|
+
"type": "git",
|
|
17
|
+
"url": "git+https://github.com/ghfhffh12345/chzzk-load.git"
|
|
18
|
+
},
|
|
19
|
+
"bugs": {
|
|
20
|
+
"url": "https://github.com/ghfhffh12345/chzzk-load/issues"
|
|
21
|
+
},
|
|
22
|
+
"homepage": "https://github.com/ghfhffh12345/chzzk-load#readme"
|
|
12
23
|
}
|