mirror of
http://36.133.248.69:3088/admin/RentWeAppFront.git
synced 2026-03-07 17:32:25 +08:00
18 lines
332 B
JSON
18 lines
332 B
JSON
|
|
{
|
||
|
|
"name": "esbuild-windows-64",
|
||
|
|
"version": "0.14.54",
|
||
|
|
"description": "The Windows 64-bit binary for esbuild, a JavaScript bundler.",
|
||
|
|
"repository": "https://github.com/evanw/esbuild",
|
||
|
|
"license": "MIT",
|
||
|
|
"preferUnplugged": false,
|
||
|
|
"engines": {
|
||
|
|
"node": ">=12"
|
||
|
|
},
|
||
|
|
"os": [
|
||
|
|
"win32"
|
||
|
|
],
|
||
|
|
"cpu": [
|
||
|
|
"x64"
|
||
|
|
]
|
||
|
|
}
|