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.json17
1 files changed, 17 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..44ecfad
--- /dev/null
+++ b/node_modules/@esbuild/linux-x64/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "@esbuild/linux-x64",
+ "version": "0.17.19",
+ "description": "The Linux 64-bit binary for esbuild, a JavaScript bundler.",
+ "repository": "https://github.com/evanw/esbuild",
+ "license": "MIT",
+ "preferUnplugged": true,
+ "engines": {
+ "node": ">=12"
+ },
+ "os": [
+ "linux"
+ ],
+ "cpu": [
+ "x64"
+ ]
+}