source: node_modules/@esbuild/win32-x64/package.json@ 7deb3e2

Last change on this file since 7deb3e2 was 57e58a3, checked in by ste08 <sjovanoska@…>, 4 months ago

Initial commit

  • Property mode set to 100644
File size: 374 bytes
Line 
1{
2 "name": "@esbuild/win32-x64",
3 "version": "0.24.2",
4 "description": "The Windows 64-bit binary for esbuild, a JavaScript bundler.",
5 "repository": {
6 "type": "git",
7 "url": "git+https://github.com/evanw/esbuild.git"
8 },
9 "license": "MIT",
10 "preferUnplugged": true,
11 "engines": {
12 "node": ">=18"
13 },
14 "os": [
15 "win32"
16 ],
17 "cpu": [
18 "x64"
19 ]
20}
Note: See TracBrowser for help on using the repository browser.