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

     1  {
     2    "name": "@esbuild/netbsd-x64",
     3    "version": "0.21.4",
     4    "description": "The NetBSD AMD64 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    "engines": {
    11      "node": ">=12"
    12    },
    13    "os": [
    14      "netbsd"
    15    ],
    16    "cpu": [
    17      "x64"
    18    ]
    19  }