cat-bookmarker/assets/node_modules/esbuild-linux-64/package.json

18 lines
328 B
JSON
Raw Normal View History

2024-03-10 18:52:04 +00:00
{
"name": "esbuild-linux-64",
"version": "0.14.42",
"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"
]
}