@vectorfunc/vibeknow-cli-linux-x64 0.9.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.
Files changed (3) hide show
  1. package/README.md +8 -0
  2. package/package.json +12 -0
  3. package/vibeknow +0 -0
package/README.md ADDED
@@ -0,0 +1,8 @@
1
+ # @vectorfunc/vibeknow-cli-linux-x64
2
+
3
+ The `vibeknow` binary for linux-x64.
4
+
5
+ This package exists so `vibeknow-cli` can ship its binary over the npm
6
+ registry rather than fetching it from a separate host. Install
7
+ [`vibeknow-cli`](https://www.npmjs.com/package/vibeknow-cli) instead — npm
8
+ picks the right platform package on its own.
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "@vectorfunc/vibeknow-cli-linux-x64",
3
+ "version": "0.9.0",
4
+ "description": "vibeknow CLI binary for linux-x64. Installed automatically as an optional dependency of vibeknow-cli; not meant to be depended on directly.",
5
+ "license": "MIT",
6
+ "os": ["linux"],
7
+ "cpu": ["x64"],
8
+ "files": ["vibeknow"],
9
+ "repository": { "type": "git", "url": "https://github.com/vibeknow/cli.git" },
10
+ "homepage": "https://github.com/vibeknow/cli",
11
+ "preferUnplugged": true
12
+ }
package/vibeknow ADDED
Binary file