@openload28/tt-lang-win32-x64-msvc 1.0.0-dev.20260828.263

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.
Files changed (3) hide show
  1. package/README.md +4 -0
  2. package/bin/ttc.exe +0 -0
  3. package/package.json +22 -0
package/README.md ADDED
@@ -0,0 +1,4 @@
1
+ # @openload28/tt-lang-win32-x64-msvc
2
+
3
+ Prebuilt `ttc` binary for win32-x64. This is an internal platform package —
4
+ install [`@openload28/tt-lang`](https://www.npmjs.com/package/@openload28/tt-lang) instead.
package/bin/ttc.exe ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "@openload28/tt-lang-win32-x64-msvc",
3
+ "version": "1.0.0-dev.20260828.263",
4
+ "description": "Prebuilt ttc binary (tt compiler) for win32-x64. Install @openload28/tt-lang instead of this package.",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/load28/tt",
9
+ "directory": "npm/tt-lang"
10
+ },
11
+ "publishConfig": {
12
+ "access": "public",
13
+ "registry": "https://registry.npmjs.org/"
14
+ },
15
+ "preferUnplugged": true,
16
+ "os": [
17
+ "win32"
18
+ ],
19
+ "cpu": [
20
+ "x64"
21
+ ]
22
+ }