2020-09-05 11:48:22 +03:00
|
|
|
{
|
2020-12-30 08:30:09 +03:00
|
|
|
"name": "@swc/core-darwin-x64",
|
2021-01-29 09:09:44 +03:00
|
|
|
"version": "1.2.46",
|
2020-09-05 11:48:22 +03:00
|
|
|
"os": [
|
|
|
|
"darwin"
|
|
|
|
],
|
2020-12-30 08:30:09 +03:00
|
|
|
"cpu": [
|
|
|
|
"x64"
|
|
|
|
],
|
|
|
|
"main": "swc.darwin-x64.node",
|
2020-09-05 11:48:22 +03:00
|
|
|
"files": [
|
2021-12-21 23:20:20 +03:00
|
|
|
"swc.darwin-x64.node",
|
|
|
|
"swc"
|
2020-09-05 11:48:22 +03:00
|
|
|
],
|
|
|
|
"description": "Super-fast alternative for babel",
|
|
|
|
"keywords": [
|
|
|
|
"swc",
|
|
|
|
"spack",
|
|
|
|
"babel",
|
|
|
|
"typescript",
|
|
|
|
"rust",
|
|
|
|
"webpack",
|
|
|
|
"tsc"
|
|
|
|
],
|
|
|
|
"author": "강동윤 <kdy1997.dev@gmail.com>",
|
2020-09-21 16:53:48 +03:00
|
|
|
"homepage": "https://swc.rs",
|
2020-09-05 11:48:22 +03:00
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
2020-12-30 08:30:09 +03:00
|
|
|
"node": ">=10"
|
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://registry.npmjs.org/",
|
|
|
|
"access": "public"
|
2020-09-05 11:48:22 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/swc-project/swc.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/swc-project/swc/issues"
|
|
|
|
}
|
2020-12-30 08:30:09 +03:00
|
|
|
}
|