@babalcode/cli-win32-x64 0.1.0

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/LICENSE ADDED
@@ -0,0 +1,24 @@
1
+ PROPRIETARY SOFTWARE LICENSE
2
+
3
+ Copyright (c) 2026 Babalcode. All rights reserved.
4
+
5
+ This software and associated documentation files (the "Software") are the
6
+ proprietary property of Babalcode. The Software is licensed, not sold.
7
+
8
+ You may use the Software only as permitted by Babalcode. Unless you have a
9
+ separate written agreement with Babalcode, you may not:
10
+
11
+ - copy, modify, or create derivative works of the Software;
12
+ - reverse engineer, decompile, or disassemble the Software, except where
13
+ such restriction is prohibited by applicable law;
14
+ - redistribute, sublicense, rent, lease, or lend the Software;
15
+ - remove or alter any proprietary notices on the Software.
16
+
17
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
20
+ BABALCODE BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
21
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23
+
24
+ For licensing inquiries, contact the Babalcode maintainers.
Binary file
package/bin/rg.exe ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@babalcode/cli-win32-x64",
3
+ "version": "0.1.0",
4
+ "description": "Prebuilt babalcode CLI binary for win32-x64",
5
+ "license": "SEE LICENSE IN LICENSE",
6
+ "os": [
7
+ "win32"
8
+ ],
9
+ "cpu": [
10
+ "x64"
11
+ ],
12
+ "preferUnplugged": true,
13
+ "files": [
14
+ "bin",
15
+ "LICENSE"
16
+ ]
17
+ }