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