UNPKG

@node-rs/crc32-linux-arm64-musl

Version:
43 lines 802 B
{ "name": "@node-rs/crc32-linux-arm64-musl", "version": "1.10.6", "cpu": [ "arm64" ], "main": "crc32.linux-arm64-musl.node", "files": [ "crc32.linux-arm64-musl.node" ], "description": "SIMD crc32", "keywords": [ "SIMD", "NAPI", "napi-rs", "node-rs", "crc32", "crc32c" ], "author": "LongYinan <lynweklm@gmail.com>", "homepage": "https://github.com/napi-rs/node-rs", "license": "MIT", "engines": { "node": ">= 10" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/napi-rs/node-rs.git" }, "bugs": { "url": "https://github.com/napi-rs/node-rs/issues" }, "os": [ "linux" ], "libc": [ "musl" ] }