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