@tsrx/oxc-linux-arm64-gnu 0.0.0-trusted-publishing-bootstrap → 0.7.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/package.json CHANGED
@@ -1,9 +1,89 @@
1
1
  {
2
2
  "name": "@tsrx/oxc-linux-arm64-gnu",
3
- "version": "0.0.0-trusted-publishing-bootstrap",
4
- "private": false,
5
- "description": "Name reservation for trusted publishing setup. Do not install.",
3
+ "version": "0.7.0",
4
+ "description": "OXC for TSRX native binaries and parser addon for aarch64-unknown-linux-gnu",
6
5
  "license": "MIT",
7
- "repository": { "type": "git", "url": "git+https://github.com/tsrx-org/oxc.git" },
8
- "publishConfig": { "access": "public", "provenance": false }
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/tsrx-org/oxc.git",
9
+ "directory": "packages/native"
10
+ },
11
+ "homepage": "https://github.com/tsrx-org/oxc#readme",
12
+ "bugs": {
13
+ "url": "https://github.com/tsrx-org/oxc/issues"
14
+ },
15
+ "keywords": [
16
+ "oxc",
17
+ "oxlint",
18
+ "oxfmt",
19
+ "tsrx",
20
+ "native"
21
+ ],
22
+ "files": [
23
+ "bin",
24
+ "parser.node",
25
+ "checksums.json",
26
+ "licenses",
27
+ "LICENSE",
28
+ "README.md",
29
+ "THIRD_PARTY_NOTICES.md"
30
+ ],
31
+ "os": [
32
+ "linux"
33
+ ],
34
+ "cpu": [
35
+ "arm64"
36
+ ],
37
+ "libc": [
38
+ "glibc"
39
+ ],
40
+ "engines": {
41
+ "node": "^20.19.0 || >=22.12.0"
42
+ },
43
+ "preferUnplugged": true,
44
+ "publishConfig": {
45
+ "access": "public",
46
+ "provenance": true
47
+ },
48
+ "oxcTsrx": {
49
+ "schemaVersion": 2,
50
+ "nativeProtocolVersion": 2,
51
+ "target": "aarch64-unknown-linux-gnu",
52
+ "vscodeTarget": "linux-arm64",
53
+ "oxcRevision": "8e0ed2ebb96137fb1611cdbd5742d5cb46037d40",
54
+ "binaries": [
55
+ "oxc-tsrx"
56
+ ],
57
+ "addons": {
58
+ "parser.node": {
59
+ "packageVersion": "0.7.0",
60
+ "target": "aarch64-unknown-linux-gnu",
61
+ "bytes": 2762896,
62
+ "sha256": "193bfaf0702dd3046feabaa64afafec592bd21800c1182c99aabbb629e6cd375",
63
+ "object": {
64
+ "format": "elf",
65
+ "imageKind": "dynamic-library",
66
+ "os": "linux",
67
+ "bits": 64,
68
+ "architectures": [
69
+ "arm64"
70
+ ],
71
+ "libc": "glibc"
72
+ },
73
+ "nodeApi": 8,
74
+ "oxcRevision": "8e0ed2ebb96137fb1611cdbd5742d5cb46037d40",
75
+ "capabilities": {
76
+ "lazy": true,
77
+ "async": true,
78
+ "editorRecovery": false,
79
+ "cssMaterialization": false,
80
+ "rawTransfer": false
81
+ },
82
+ "role": "canonical-parser",
83
+ "file": "parser.node",
84
+ "apiVersion": 1,
85
+ "transportAbi": 1
86
+ }
87
+ }
88
+ }
9
89
  }
package/parser.node ADDED
Binary file