@polyplug/cli-win32-x64 0.1.2
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 +9 -0
- package/package.json +17 -0
- package/polyplugc.exe +0 -0
package/README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# @polyplug/cli-win32-x64
|
|
2
|
+
|
|
3
|
+
Prebuilt `polyplugc.exe` binary for **Windows x64**.
|
|
4
|
+
|
|
5
|
+
This package is an implementation detail of [`@polyplug/cli`](https://www.npmjs.com/package/@polyplug/cli).
|
|
6
|
+
Install the main package instead — npm/bun/deno will pull this one automatically on the matching platform.
|
|
7
|
+
|
|
8
|
+
The `polyplugc.exe` binary in this directory is injected by CI before publish.
|
|
9
|
+
Do not edit or commit binaries by hand.
|
package/package.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@polyplug/cli-win32-x64",
|
|
3
|
+
"version": "0.1.2",
|
|
4
|
+
"description": "polyplugc prebuilt binary for Windows x64",
|
|
5
|
+
"os": ["win32"],
|
|
6
|
+
"cpu": ["x64"],
|
|
7
|
+
"files": [
|
|
8
|
+
"polyplugc.exe"
|
|
9
|
+
],
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"author": "polyplug",
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "git+https://github.com/polyplug/polyplug.git",
|
|
15
|
+
"directory": "sdks/js/cli/npm/win32-x64"
|
|
16
|
+
}
|
|
17
|
+
}
|
package/polyplugc.exe
ADDED
|
Binary file
|