@mattersec/matt-linux-x64-musl 0.1.17

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 +3 -0
  2. package/matt +0 -0
  3. package/package.json +27 -0
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # @mattersec/overwatch-linux-x64-musl
2
+
3
+ Native binary for `linux-x64-musl`. Not useful standalone — install `@mattersec/overwatch`.
package/matt ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,27 @@
1
+ {
2
+ "name": "@mattersec/matt-linux-x64-musl",
3
+ "version": "0.1.17",
4
+ "description": "matt platform binary for linux-x64-musl",
5
+ "os": [
6
+ "linux"
7
+ ],
8
+ "cpu": [
9
+ "x64"
10
+ ],
11
+ "libc": [
12
+ "musl"
13
+ ],
14
+ "publishConfig": {
15
+ "access": "public"
16
+ },
17
+ "homepage": "https://mattersec.com",
18
+ "license": "SEE LICENSE IN LICENSE",
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "git+https://github.com/mattersec-labs/overwatch-cli.git",
22
+ "directory": "npm/platform/linux-x64-musl"
23
+ },
24
+ "bugs": {
25
+ "url": "https://github.com/mattersec-labs/overwatch-cli/issues"
26
+ }
27
+ }