26 lines
457 B
JSON
26 lines
457 B
JSON
{
|
|
"name": "@next/swc-linux-x64-musl",
|
|
"version": "13.5.6",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vercel/next.js",
|
|
"directory": "packages/next-swc/crates/napi/npm/linux-x64-musl"
|
|
},
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"libc": [
|
|
"musl"
|
|
],
|
|
"main": "next-swc.linux-x64-musl.node",
|
|
"files": [
|
|
"next-swc.linux-x64-musl.node"
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
} |