@swc/core-linux-arm-gnueabihf 0.3.17

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