source: imaps-frontend/node_modules/@esbuild/linux-x64/package.json

main
Last change on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 372 bytes
RevLine 
[d565449]1{
2 "name": "@esbuild/linux-x64",
3 "version": "0.21.5",
4 "description": "The Linux 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": ">=12"
13 },
14 "os": [
15 "linux"
16 ],
17 "cpu": [
18 "x64"
19 ]
20}
Note: See TracBrowser for help on using the repository browser.