@omnicrawl/cli-linux-x64 0.1.68

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 ADDED
@@ -0,0 +1,5 @@
1
+ # @omnicrawl/cli-linux-x64
2
+
3
+ OmniCrawl 内核二进制(Linux x64,musl 静态)。
4
+
5
+ 由 `@omnicrawl/cli` 按平台自动安装,不要直接依赖。
package/bin/omnicrawl ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "@omnicrawl/cli-linux-x64",
3
+ "version": "0.1.68",
4
+ "description": "OmniCrawl 内核二进制(Linux x64,musl 静态)",
5
+ "os": [
6
+ "linux"
7
+ ],
8
+ "cpu": [
9
+ "x64"
10
+ ],
11
+ "files": [
12
+ "bin"
13
+ ],
14
+ "license": "MIT"
15
+ }