2021-12-24 05:21:24 +03:00
|
|
|
{
|
2022-01-20 05:21:24 +03:00
|
|
|
"name": "@swc/core-android-arm-eabi",
|
|
|
|
"version": "1.2.122",
|
|
|
|
"os": [
|
|
|
|
"android"
|
|
|
|
],
|
|
|
|
"cpu": [
|
|
|
|
"arm"
|
|
|
|
],
|
|
|
|
"main": "swc.android-arm-eabi.node",
|
|
|
|
"files": [
|
|
|
|
"swc.android-arm-eabi.node",
|
|
|
|
"swc"
|
|
|
|
],
|
2022-02-23 19:47:47 +03:00
|
|
|
"bin": {
|
|
|
|
"swcx": "swc"
|
|
|
|
},
|
2022-01-20 05:21:24 +03:00
|
|
|
"description": "Super-fast alternative for babel",
|
|
|
|
"keywords": [
|
|
|
|
"swc",
|
|
|
|
"swcpack",
|
|
|
|
"babel",
|
|
|
|
"typescript",
|
|
|
|
"rust",
|
|
|
|
"webpack",
|
|
|
|
"tsc"
|
|
|
|
],
|
|
|
|
"author": "강동윤 <kdy1997.dev@gmail.com>",
|
|
|
|
"homepage": "https://swc.rs",
|
|
|
|
"license": "Apache-2.0 AND MIT",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=10"
|
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://registry.npmjs.org/",
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/swc-project/swc.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/swc-project/swc/issues"
|
|
|
|
}
|
2022-02-23 19:47:47 +03:00
|
|
|
}
|