Blame view

天文台pc/tianwentai-ui/node_modules/@esbuild/win32-x64/package.json 375 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  {
    "name": "@esbuild/win32-x64",
    "version": "0.25.12",
    "description": "The Windows 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": [
      "win32"
    ],
    "cpu": [
      "x64"
    ]
  }