UNPKG

@rolldown/binding-linux-x64-musl

Version:

Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.

37 lines 762 B
{ "name": "@rolldown/binding-linux-x64-musl", "version": "1.0.0-beta.33", "cpu": [ "x64" ], "main": "rolldown-binding.linux-x64-musl.node", "files": [ "rolldown-binding.linux-x64-musl.node" ], "description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.", "keywords": [ "webpack", "parcel", "esbuild", "rollup", "bundler", "rolldown" ], "homepage": "https://rolldown.rs/", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/rolldown/rolldown.git", "directory": "packages/rolldown" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "os": [ "linux" ], "libc": [ "musl" ] }