@swc/core-linux-ppc64-gnu 1.15.21-nightly-20260322.2 → 1.15.21

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
+ # `@swc/core-linux-ppc64-gnu`
2
+
3
+ This is the **powerpc64le-unknown-linux-gnu** binary for `@swc/core`
package/package.json CHANGED
@@ -1,20 +1,46 @@
1
1
  {
2
2
  "name": "@swc/core-linux-ppc64-gnu",
3
- "version": "1.15.21-nightly-20260322.2",
4
- "description": "Dummy placeholder package for @swc/core-linux-ppc64-gnu 1.15.21-nightly-20260322.2",
5
- "license": "Apache-2.0",
6
- "repository": {
7
- "type": "git",
8
- "url": "git+https://github.com/swc-project/swc.git"
9
- },
10
- "publishConfig": {
11
- "access": "public",
12
- "provenance": false
13
- },
3
+ "version": "1.15.21",
14
4
  "os": [
15
5
  "linux"
16
6
  ],
17
7
  "cpu": [
18
8
  "ppc64"
19
- ]
20
- }
9
+ ],
10
+ "main": "swc.linux-ppc64-gnu.node",
11
+ "files": [
12
+ "swc.linux-ppc64-gnu.node",
13
+ "swc"
14
+ ],
15
+ "libc": [
16
+ "glibc"
17
+ ],
18
+ "description": "Super-fast alternative for babel",
19
+ "keywords": [
20
+ "swc",
21
+ "swcpack",
22
+ "babel",
23
+ "typescript",
24
+ "rust",
25
+ "webpack",
26
+ "tsc"
27
+ ],
28
+ "author": "강동윤 <kdy1997.dev@gmail.com>",
29
+ "homepage": "https://swc.rs",
30
+ "license": "Apache-2.0 AND MIT",
31
+ "engines": {
32
+ "node": ">=10"
33
+ },
34
+ "publishConfig": {
35
+ "registry": "https://registry.npmjs.org/",
36
+ "access": "public",
37
+ "provenance": true
38
+ },
39
+ "repository": {
40
+ "type": "git",
41
+ "url": "git+https://github.com/swc-project/swc.git"
42
+ },
43
+ "bugs": {
44
+ "url": "https://github.com/swc-project/swc/issues"
45
+ }
46
+ }
Binary file