snowpipe-streaming-linux-x64-musl 1.4.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,9 @@
1
+ # snowpipe-streaming-linux-x64-musl
2
+
3
+ This is the linux-x64-musl binary for [snowpipe-streaming](https://www.npmjs.com/package/snowpipe-streaming).
4
+
5
+ You should install `snowpipe-streaming` instead, which will automatically select the correct binary for your platform.
6
+
7
+ ```bash
8
+ npm install snowpipe-streaming
9
+ ```
package/package.json ADDED
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "snowpipe-streaming-linux-x64-musl",
3
+ "version": "1.4.0",
4
+ "description": "Platform-specific binary for snowpipe-streaming (linux-x64-musl)",
5
+ "os": ["linux"],
6
+ "cpu": ["x64"],
7
+ "libc": ["musl"],
8
+ "main": "snowpipe_streaming.linux-x64-musl.node",
9
+ "files": [
10
+ "snowpipe_streaming.linux-x64-musl.node"
11
+ ],
12
+ "license": "Apache-2.0"
13
+ }