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

     1  {
     2    "name": "@esbuild/linux-arm64",
     3    "version": "0.21.4",
     4    "description": "The Linux ARM 64-bit binary for esbuild, a JavaScript bundler.",
     5    "repository": {
     6      "type": "git",
     7      "url": "git+https://github.com/evanw/esbuild.git"
     8    },
     9    "license": "MIT",
    10    "preferUnplugged": true,
    11    "engines": {
    12      "node": ">=12"
    13    },
    14    "os": [
    15      "linux"
    16    ],
    17    "cpu": [
    18      "arm64"
    19    ]
    20  }