@nodesify/astria-linux-x64-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-x64-gnu`
2
+
3
+ This is the **x86_64-unknown-linux-gnu** binary for `@nodesify/astria`
@@ -0,0 +1,4 @@
1
+ [diffend] Oversized file quarantined before diffing.
2
+ name: package/astria.linux-x64-gnu.node
3
+ size: 84113744 bytes
4
+ sha256: 299508c79c9ac2079bd7fe0e21b8091504d49d0c5ef726e1cbf58e9ce002701a
package/package.json ADDED
@@ -0,0 +1,37 @@
1
+ {
2
+ "name": "@nodesify/astria-linux-x64-gnu",
3
+ "version": "1.0.0",
4
+ "os": [
5
+ "linux"
6
+ ],
7
+ "cpu": [
8
+ "x64"
9
+ ],
10
+ "main": "astria.linux-x64-gnu.node",
11
+ "files": [
12
+ "astria.linux-x64-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
+ }