@browsersync/bslive-darwin-arm64 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # `@browsersync/bslive-darwin-arm64`
2
+
3
+ This is the **aarch64-apple-darwin** binary for `@browsersync/bslive`
Binary file
package/package.json ADDED
@@ -0,0 +1,18 @@
1
+ {
2
+ "name": "@browsersync/bslive-darwin-arm64",
3
+ "version": "0.0.5",
4
+ "os": [
5
+ "darwin"
6
+ ],
7
+ "cpu": [
8
+ "arm64"
9
+ ],
10
+ "main": "bslive.darwin-arm64.node",
11
+ "files": [
12
+ "bslive.darwin-arm64.node"
13
+ ],
14
+ "license": "MIT",
15
+ "engines": {
16
+ "node": ">= 10"
17
+ }
18
+ }