| { | |
| "name": "@next/swc-linux-x64-gnu", | |
| "version": "0.0.0", | |
| "repository": { | |
| "type": "git", | |
| "url": "https://github.com/vercel/next.js", | |
| "directory": "crates/napi/npm/linux-x64-gnu" | |
| }, | |
| "os": [ | |
| "linux" | |
| ], | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "libc": [ | |
| "glibc" | |
| ], | |
| "main": "next-swc.linux-x64-gnu.node", | |
| "files": [ | |
| "next-swc.linux-x64-gnu.node" | |
| ], | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| } | |