{
  "name": "@node-rs/argon2-linux-x64-musl",
  "version": "2.0.2",
  "cpu": [
    "x64"
  ],
  "main": "argon2.linux-x64-musl.node",
  "files": [
    "argon2.linux-x64-musl.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": [
    "musl"
  ]
}