@packet28/darwin-x64 0.2.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/bin/Packet28 +0 -0
- package/bin/packet28d +0 -0
- package/package.json +16 -0
package/bin/Packet28
ADDED
|
Binary file
|
package/bin/packet28d
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@packet28/darwin-x64",
|
|
3
|
+
"version": "0.2.0",
|
|
4
|
+
"description": "Platform-specific binaries for packet28 (darwin-x64)",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/usharma123/Packet28.git"
|
|
9
|
+
},
|
|
10
|
+
"os": ["darwin"],
|
|
11
|
+
"cpu": ["x64"],
|
|
12
|
+
"files": [
|
|
13
|
+
"bin"
|
|
14
|
+
],
|
|
15
|
+
"preferUnplugged": true
|
|
16
|
+
}
|