mirror of
https://github.com/dwolfe884/obsidian-x86-flow-graph.git
synced 2026-07-22 07:30:26 +00:00
17 lines
358 B
JSON
17 lines
358 B
JSON
{
|
|
"name": "esbuild-linux-mips64le",
|
|
"version": "0.14.47",
|
|
"description": "The Linux MIPS 64-bit Little Endian binary for esbuild, a JavaScript bundler.",
|
|
"repository": "https://github.com/evanw/esbuild",
|
|
"license": "MIT",
|
|
"preferUnplugged": false,
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"mips64el"
|
|
]
|
|
}
|