@node-rs/argon2-linux-x64-gnu
Version:
RustCrypto: Argon2 binding for Node.js
42 lines • 763 B
JSON
{
"name": "@node-rs/argon2-linux-x64-gnu",
"version": "2.0.2",
"cpu": [
"x64"
],
"main": "argon2.linux-x64-gnu.node",
"files": [
"argon2.linux-x64-gnu.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"
],
"libc": [
"glibc"
]
}