@dsh-pager-grok/native-linux-x64-gnu 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/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # `@dsh-pager-grok/native-linux-x64-gnu`
2
+
3
+ Prebuilt `dsh-pager` for Linux x64 glibc. Installed automatically as an
4
+ optional dependency of `@dsh-pager-grok/cli`. This package has no `bin`
5
+ field; spawn `bin/dsh-pager` after resolving the package.
package/bin/dsh-pager ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,21 @@
1
+ {
2
+ "name": "@dsh-pager-grok/native-linux-x64-gnu",
3
+ "version": "0.1.0",
4
+ "description": "Prebuilt dsh-pager binary for linux x64 glibc",
5
+ "license": "MIT",
6
+ "publishConfig": {
7
+ "access": "public"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/Gitofxiongxiong/dsh-tui-grok.git",
12
+ "directory": "packages/native/linux-x64-gnu"
13
+ },
14
+ "os": ["linux"],
15
+ "cpu": ["x64"],
16
+ "libc": ["glibc"],
17
+ "files": ["bin/dsh-pager", "README.md"],
18
+ "engines": {
19
+ "node": "^22.19.0 || >=24.0.0"
20
+ }
21
+ }