@node-rs/argon2-linux-arm-gnueabihf
Version:
RustCrypto: Argon2 binding for Node.js
39 lines • 752 B
JSON
{
"name": "@node-rs/argon2-linux-arm-gnueabihf",
"version": "2.0.2",
"cpu": [
"arm"
],
"main": "argon2.linux-arm-gnueabihf.node",
"files": [
"argon2.linux-arm-gnueabihf.node"
],
"description": "RustCrypto: Argon2 binding for Node.js",
"keywords": [
"argon2",
"argon2-password",
"crypto",
"password",
"encryption",
"hashing",
"hash",
"secure",
"verify"
],
"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"
},
"os": [
"linux"
]
}