1234567891011121314151617 |
- {
- "name": "esbuild-darwin-64",
- "version": "0.14.54",
- "description": "The macOS 64-bit binary for esbuild, a JavaScript bundler.",
- "repository": "https://github.com/evanw/esbuild",
- "license": "MIT",
- "preferUnplugged": false,
- "engines": {
- "node": ">=12"
- },
- "os": [
- "darwin"
- ],
- "cpu": [
- "x64"
- ]
- }
|