NeahNew/node_modules/@esbuild/linux-arm64/package.json
2025-05-03 14:17:46 +02:00

21 lines
380 B
JSON

{
"name": "@esbuild/linux-arm64",
"version": "0.25.0",
"description": "The Linux ARM 64-bit binary for esbuild, a JavaScript bundler.",
"repository": {
"type": "git",
"url": "git+https://github.com/evanw/esbuild.git"
},
"license": "MIT",
"preferUnplugged": true,
"engines": {
"node": ">=18"
},
"os": [
"linux"
],
"cpu": [
"arm64"
]
}