frogql-linux-arm64-gnu 0.2.0-rc.2
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/frogql.linux-arm64-gnu.node +0 -0
- package/package.json +45 -0
package/README.md
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "frogql-linux-arm64-gnu",
|
|
3
|
+
"version": "0.2.0-rc.2",
|
|
4
|
+
"os": [
|
|
5
|
+
"linux"
|
|
6
|
+
],
|
|
7
|
+
"cpu": [
|
|
8
|
+
"arm64"
|
|
9
|
+
],
|
|
10
|
+
"main": "frogql.linux-arm64-gnu.node",
|
|
11
|
+
"files": [
|
|
12
|
+
"frogql.linux-arm64-gnu.node"
|
|
13
|
+
],
|
|
14
|
+
"description": "froGQL — embedded GQL graph database with ISO GQL path patterns (Rust core, Node.js bindings via napi-rs)",
|
|
15
|
+
"keywords": [
|
|
16
|
+
"gql",
|
|
17
|
+
"graph",
|
|
18
|
+
"database",
|
|
19
|
+
"query",
|
|
20
|
+
"ltj",
|
|
21
|
+
"leapfrog-triejoin",
|
|
22
|
+
"iso-gql",
|
|
23
|
+
"napi-rs"
|
|
24
|
+
],
|
|
25
|
+
"author": "Matías Toro <mtoro.cl@gmail.com>",
|
|
26
|
+
"homepage": "https://github.com/pleiad/frogql#readme",
|
|
27
|
+
"license": "MIT",
|
|
28
|
+
"engines": {
|
|
29
|
+
"node": ">= 16"
|
|
30
|
+
},
|
|
31
|
+
"publishConfig": {
|
|
32
|
+
"access": "public",
|
|
33
|
+
"registry": "https://registry.npmjs.org/",
|
|
34
|
+
"provenance": true
|
|
35
|
+
},
|
|
36
|
+
"repository": {
|
|
37
|
+
"type": "git",
|
|
38
|
+
"url": "https://github.com/pleiad/frogql.git",
|
|
39
|
+
"directory": "node"
|
|
40
|
+
},
|
|
41
|
+
"bugs": "https://github.com/pleiad/frogql/issues",
|
|
42
|
+
"libc": [
|
|
43
|
+
"glibc"
|
|
44
|
+
]
|
|
45
|
+
}
|