@nodesify/astria-linux-arm64-gnu 1.0.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 ADDED
@@ -0,0 +1,3 @@
1
+ # `@nodesify/astria-linux-arm64-gnu`
2
+
3
+ This is the **aarch64-unknown-linux-gnu** binary for `@nodesify/astria`
@@ -0,0 +1,4 @@
1
+ [diffend] Oversized file quarantined before diffing.
2
+ name: package/astria.linux-arm64-gnu.node
3
+ size: 83975848 bytes
4
+ sha256: 7827fb7a24b65e6cc7290975d9849243f66eb97660b9daaf15e2358b993712fb
package/package.json ADDED
@@ -0,0 +1,37 @@
1
+ {
2
+ "name": "@nodesify/astria-linux-arm64-gnu",
3
+ "version": "1.0.0",
4
+ "os": [
5
+ "linux"
6
+ ],
7
+ "cpu": [
8
+ "arm64"
9
+ ],
10
+ "main": "astria.linux-arm64-gnu.node",
11
+ "files": [
12
+ "astria.linux-arm64-gnu.node"
13
+ ],
14
+ "description": "Turn any folder into a queryable knowledge graph",
15
+ "keywords": [
16
+ "knowledge-graph",
17
+ "code-analysis",
18
+ "tree-sitter",
19
+ "ast",
20
+ "code-intelligence"
21
+ ],
22
+ "homepage": "https://github.com/Nodesify/astria#readme",
23
+ "license": "MIT",
24
+ "engines": {
25
+ "node": ">=20"
26
+ },
27
+ "repository": {
28
+ "type": "git",
29
+ "url": "git+https://github.com/Nodesify/astria.git"
30
+ },
31
+ "bugs": {
32
+ "url": "https://github.com/Nodesify/astria/issues"
33
+ },
34
+ "libc": [
35
+ "glibc"
36
+ ]
37
+ }