@kreuzberg/tree-sitter-language-pack-linux-x64-gnu 1.6.2 → 1.8.0-rc.20
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
package/package.json
CHANGED
|
@@ -1,23 +1,38 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
2
|
+
"name": "@kreuzberg/tree-sitter-language-pack-linux-x64-gnu",
|
|
3
|
+
"version": "1.8.0-rc.20",
|
|
4
|
+
"cpu": [
|
|
5
|
+
"x64"
|
|
6
|
+
],
|
|
7
|
+
"main": "ts-pack-core-node.linux-x64-gnu.node",
|
|
8
|
+
"files": [
|
|
9
|
+
"ts-pack-core-node.linux-x64-gnu.node"
|
|
10
|
+
],
|
|
11
|
+
"description": "Tree-sitter language pack - pre-compiled parsers for 305 languages (Node.js NAPI bindings)",
|
|
12
|
+
"keywords": [
|
|
13
|
+
"tree-sitter",
|
|
14
|
+
"parser",
|
|
15
|
+
"syntax",
|
|
16
|
+
"napi",
|
|
17
|
+
"language-pack",
|
|
18
|
+
"kreuzberg"
|
|
19
|
+
],
|
|
20
|
+
"license": "MIT",
|
|
21
|
+
"engines": {
|
|
22
|
+
"node": ">= 16"
|
|
23
|
+
},
|
|
24
|
+
"repository": {
|
|
25
|
+
"type": "git",
|
|
26
|
+
"url": "https://github.com/kreuzberg-dev/tree-sitter-language-pack"
|
|
27
|
+
},
|
|
28
|
+
"publishConfig": {
|
|
29
|
+
"registry": "https://registry.npmjs.org/",
|
|
30
|
+
"access": "public"
|
|
31
|
+
},
|
|
32
|
+
"os": [
|
|
33
|
+
"linux"
|
|
34
|
+
],
|
|
35
|
+
"libc": [
|
|
36
|
+
"glibc"
|
|
37
|
+
]
|
|
23
38
|
}
|
|
index 186ba4c..1f93391 100644
|
|
|
Binary file
|