dwolfe884_obsidian-x86-flow.../node_modules/esbuild-linux-arm/package.json
2023-02-03 12:11:50 -06:00

17 lines
326 B
JSON

{
"name": "esbuild-linux-arm",
"version": "0.14.47",
"description": "The Linux ARM binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
"preferUnplugged": false,
"engines": {
"node": ">=12"
},
"os": [
"linux"
],
"cpu": [
"arm"
]
}