版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

18 lines
331 B

  1. {
  2. "name": "@esbuild/win32-x64",
  3. "version": "0.18.20",
  4. "description": "The Windows 64-bit binary for esbuild, a JavaScript bundler.",
  5. "repository": "https://github.com/evanw/esbuild",
  6. "license": "MIT",
  7. "preferUnplugged": true,
  8. "engines": {
  9. "node": ">=12"
  10. },
  11. "os": [
  12. "win32"
  13. ],
  14. "cpu": [
  15. "x64"
  16. ]
  17. }