biketrack-app/node_modules/esbuild-linux-64/package.json

18 lines
328 B
JSON
Raw Normal View History

2022-07-11 10:27:11 +02:00
{
"name": "esbuild-linux-64",
"version": "0.14.47",
"description": "The Linux 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
"preferUnplugged": false,
"engines": {
"node": ">=12"
},
"os": [
"linux"
],
"cpu": [
"x64"
]
}