@pamoja/native-darwin-x64 0.1.15
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 +3 -0
- package/package.json +35 -0
- package/pamoja-native.darwin-x64.node +0 -0
package/README.md
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@pamoja/native-darwin-x64",
|
|
3
|
+
"version": "0.1.15",
|
|
4
|
+
"cpu": [
|
|
5
|
+
"x64"
|
|
6
|
+
],
|
|
7
|
+
"main": "pamoja-native.darwin-x64.node",
|
|
8
|
+
"files": [
|
|
9
|
+
"pamoja-native.darwin-x64.node"
|
|
10
|
+
],
|
|
11
|
+
"description": "The compiled pamoja engine for Node and the generated napi-rs contract every @pamoja package builds on. Installed as a dependency, not directly.",
|
|
12
|
+
"keywords": [
|
|
13
|
+
"pamoja",
|
|
14
|
+
"iot",
|
|
15
|
+
"robotics",
|
|
16
|
+
"drones",
|
|
17
|
+
"napi-rs"
|
|
18
|
+
],
|
|
19
|
+
"homepage": "https://pamoja.molex.cloud/docs/",
|
|
20
|
+
"license": "MIT",
|
|
21
|
+
"engines": {
|
|
22
|
+
"node": ">= 16"
|
|
23
|
+
},
|
|
24
|
+
"repository": {
|
|
25
|
+
"type": "git",
|
|
26
|
+
"url": "git+https://github.com/molexxxx/pamoja.git",
|
|
27
|
+
"directory": "bindings/node/packages/native"
|
|
28
|
+
},
|
|
29
|
+
"publishConfig": {
|
|
30
|
+
"access": "public"
|
|
31
|
+
},
|
|
32
|
+
"os": [
|
|
33
|
+
"darwin"
|
|
34
|
+
]
|
|
35
|
+
}
|
|
Binary file
|