UNPKG

@node-rs/xxhash-android-arm64

Version:

Fastest xxhash implementation in Node.js

43 lines 843 B
{ "name": "@node-rs/xxhash-android-arm64", "version": "1.7.6", "cpu": [ "arm64" ], "main": "xxhash.android-arm64.node", "files": [ "xxhash.android-arm64.node" ], "description": "Fastest xxhash implementation in Node.js", "keywords": [ "hash", "xxhash", "xxhashjs", "Rust", "node-rs", "napi", "napi-rs", "N-API", "Node-API" ], "author": "LongYinan <lynweklm@gmail.com>", "homepage": "https://github.com/napi-rs/node-rs", "license": "MIT", "engines": { "node": ">= 12" }, "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": [ "android" ] }