@lintel/cli-win32-x64 0.0.8

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 +9 -0
  2. package/lintel.exe +0 -0
  3. package/package.json +26 -0
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # @lintel/cli-win32-x64
2
+
3
+ Platform-specific binary for [@lintel/lintel](https://github.com/lintel-rs/lintel) (win32 x64).
4
+
5
+ This package is installed automatically by `@lintel/lintel` — you don't need to install it directly.
6
+
7
+ ## License
8
+
9
+ Apache-2.0
package/lintel.exe ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "@lintel/cli-win32-x64",
3
+ "version": "0.0.8",
4
+ "license": "Apache-2.0",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/lintel-rs/lintel"
8
+ },
9
+ "engines": {
10
+ "node": ">=14.21.3"
11
+ },
12
+ "homepage": "https://github.com/lintel-rs/lintel",
13
+ "keywords": [
14
+ "json-schema",
15
+ "validation",
16
+ "yaml",
17
+ "linter",
18
+ "cli"
19
+ ],
20
+ "os": [
21
+ "win32"
22
+ ],
23
+ "cpu": [
24
+ "x64"
25
+ ]
26
+ }