@lunarbase-lab/pmm-math-linux-x64-gnu 0.1.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 +3 -0
- package/lunarbase-pmm-math.linux-x64-gnu.node +0 -0
- package/package.json +43 -0
package/README.md
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@lunarbase-lab/pmm-math-linux-x64-gnu",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"os": [
|
|
5
|
+
"linux"
|
|
6
|
+
],
|
|
7
|
+
"cpu": [
|
|
8
|
+
"x64"
|
|
9
|
+
],
|
|
10
|
+
"main": "lunarbase-pmm-math.linux-x64-gnu.node",
|
|
11
|
+
"files": [
|
|
12
|
+
"lunarbase-pmm-math.linux-x64-gnu.node"
|
|
13
|
+
],
|
|
14
|
+
"description": "N-API binding exposing lunarbase-pmm-math to Node.js. Bit-exact mirror of the on-chain LunarBase Curve PMM quoting math.",
|
|
15
|
+
"keywords": [
|
|
16
|
+
"lunarbase",
|
|
17
|
+
"pmm",
|
|
18
|
+
"amm",
|
|
19
|
+
"defi",
|
|
20
|
+
"napi",
|
|
21
|
+
"rust"
|
|
22
|
+
],
|
|
23
|
+
"homepage": "https://github.com/Lunarbase-Lab/lunarbase-pmm-math#readme",
|
|
24
|
+
"license": "MIT OR Apache-2.0",
|
|
25
|
+
"engines": {
|
|
26
|
+
"node": ">=18"
|
|
27
|
+
},
|
|
28
|
+
"publishConfig": {
|
|
29
|
+
"access": "public",
|
|
30
|
+
"registry": "https://registry.npmjs.org/"
|
|
31
|
+
},
|
|
32
|
+
"repository": {
|
|
33
|
+
"type": "git",
|
|
34
|
+
"url": "git+https://github.com/Lunarbase-Lab/lunarbase-pmm-math.git",
|
|
35
|
+
"directory": "math/rust-node/lunarbase-pmm-math-node"
|
|
36
|
+
},
|
|
37
|
+
"bugs": {
|
|
38
|
+
"url": "https://github.com/Lunarbase-Lab/lunarbase-pmm-math/issues"
|
|
39
|
+
},
|
|
40
|
+
"libc": [
|
|
41
|
+
"glibc"
|
|
42
|
+
]
|
|
43
|
+
}
|