@oxc-transform-react/binding-linux-x64-gnu 0.0.1 → 0.144.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 +2 -2
- package/package.json +18 -14
- package/transform-react.linux-x64-gnu.node +0 -0
package/README.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
#
|
|
1
|
+
# `@oxc-transform-react/binding-linux-x64-gnu`
|
|
2
2
|
|
|
3
|
-
This is
|
|
3
|
+
This is the **x86_64-unknown-linux-gnu** binary for `@oxc-transform-react/binding`
|
package/package.json
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oxc-transform-react/binding-linux-x64-gnu",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.144.0",
|
|
4
|
+
"cpu": [
|
|
5
|
+
"x64"
|
|
6
|
+
],
|
|
7
|
+
"main": "transform-react.linux-x64-gnu.node",
|
|
8
|
+
"files": [
|
|
9
|
+
"transform-react.linux-x64-gnu.node"
|
|
10
|
+
],
|
|
4
11
|
"description": "Oxc React Compiler Node API",
|
|
5
12
|
"keywords": [
|
|
6
13
|
"compiler",
|
|
@@ -12,29 +19,26 @@
|
|
|
12
19
|
"tsx",
|
|
13
20
|
"typescript"
|
|
14
21
|
],
|
|
22
|
+
"author": "Boshen and oxc contributors",
|
|
15
23
|
"homepage": "https://oxc.rs",
|
|
16
|
-
"bugs": "https://github.com/oxc-project/oxc/issues",
|
|
17
24
|
"license": "MIT",
|
|
18
|
-
"
|
|
25
|
+
"engines": {
|
|
26
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
27
|
+
},
|
|
19
28
|
"repository": {
|
|
20
29
|
"type": "git",
|
|
21
30
|
"url": "git+https://github.com/oxc-project/oxc.git",
|
|
22
31
|
"directory": "napi/transform-react"
|
|
23
32
|
},
|
|
24
|
-
"
|
|
25
|
-
|
|
33
|
+
"bugs": "https://github.com/oxc-project/oxc/issues",
|
|
34
|
+
"publishConfig": {
|
|
35
|
+
"registry": "https://registry.npmjs.org/",
|
|
36
|
+
"access": "public"
|
|
26
37
|
},
|
|
27
|
-
"cpu": [
|
|
28
|
-
"x64"
|
|
29
|
-
],
|
|
30
38
|
"os": [
|
|
31
39
|
"linux"
|
|
32
40
|
],
|
|
33
41
|
"libc": [
|
|
34
42
|
"glibc"
|
|
35
|
-
]
|
|
36
|
-
|
|
37
|
-
"access": "public",
|
|
38
|
-
"registry": "https://registry.npmjs.org/"
|
|
39
|
-
}
|
|
40
|
-
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
Binary file
|