github.com/evanw/esbuild@v0.21.4/npm/@esbuild/android-x64/package.json (about)

     1  {
     2    "name": "@esbuild/android-x64",
     3    "version": "0.21.4",
     4    "description": "A WebAssembly shim for esbuild on Android x64.",
     5    "repository": "https://github.com/evanw/esbuild",
     6    "license": "MIT",
     7    "preferUnplugged": true,
     8    "engines": {
     9      "node": ">=12"
    10    },
    11    "os": [
    12      "android"
    13    ],
    14    "cpu": [
    15      "x64"
    16    ]
    17  }