summaryrefslogtreecommitdiff
path: root/node_modules/@esbuild/linux-x64/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/@esbuild/linux-x64/package.json')
-rw-r--r--node_modules/@esbuild/linux-x64/package.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/node_modules/@esbuild/linux-x64/package.json b/node_modules/@esbuild/linux-x64/package.json
new file mode 100644
index 0000000..66cd896
--- /dev/null
+++ b/node_modules/@esbuild/linux-x64/package.json
@@ -0,0 +1,20 @@
+{
+ "name": "@esbuild/linux-x64",
+ "version": "0.23.1",
+ "description": "The Linux 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": [
+ "linux"
+ ],
+ "cpu": [
+ "x64"
+ ]
+}