@kreuzberg/tree-sitter-language-pack-linux-x64-gnu 1.6.2 → 1.8.0-rc.19

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
+ # `@kreuzberg/tree-sitter-language-pack-linux-x64-gnu`
2
+
3
+ This is the **x86_64-unknown-linux-gnu** binary for `@kreuzberg/tree-sitter-language-pack`
package/package.json CHANGED
@@ -1,23 +1,38 @@
1
1
  {
2
- "name": "@kreuzberg/tree-sitter-language-pack-linux-x64-gnu",
3
- "version": "1.6.2",
4
- "description": "Linux x64 (glibc) native binding for @kreuzberg/tree-sitter-language-pack",
5
- "main": "ts-pack-node.linux-x64-gnu.node",
6
- "files": [
7
- "ts-pack-node.linux-x64-gnu.node"
8
- ],
9
- "os": [
10
- "linux"
11
- ],
12
- "cpu": [
13
- "x64"
14
- ],
15
- "engines": {
16
- "node": ">= 16"
17
- },
18
- "repository": {
19
- "type": "git",
20
- "url": "https://github.com/kreuzberg-dev/tree-sitter-language-pack"
21
- },
22
- "license": "MIT"
2
+ "name": "@kreuzberg/tree-sitter-language-pack-linux-x64-gnu",
3
+ "version": "1.8.0-rc.19",
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..9de4763 100644
Binary file