{
  "name": "hash-wasm",
  "version": "4.11.0",
  "description": "Lightning fast hash functions for browsers and Node.js using hand-tuned WebAssembly binaries (MD4, MD5, SHA-1, SHA-2, SHA-3, Keccak, BLAKE2, BLAKE3, PBKDF2, Argon2, bcrypt, scrypt, Adler-32, CRC32, CRC32C, RIPEMD-160, HMAC, xxHash, SM3, Whirlpool)",
  "main": "dist/index.umd.js",
  "module": "dist/index.esm.js",
  "types": "dist/lib/index.d.ts",
  "scripts": {
    "build": "sh -c ./scripts/build.sh",
    "eslint": "eslint lib/**/*.ts test/**/*.ts",
    "prepublishOnly": "sh -c ./scripts/build.sh",
    "test": "node --expose-gc ./node_modules/.bin/jest --coverage --logHeapUsage",
    "webpack": "node webpack/webpack.js"
  },
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Daninet/hash-wasm.git"
  },
  "keywords": [
    "hash",
    "wasm",
    "webassembly",
    "md5",
    "adler-32",
    "crc32",
    "crc32c",
    "sha-1",
    "sha-2",
    "sha-3",
    "xxhash",
    "keccak",
    "ripemd",
    "hmac",
    "pbkdf2",
    "blake2",
    "blake2b",
    "blake2s",
    "blake3",
    "fast",
    "hashing",
    "browser",
    "key",
    "derivation",
    "password",
    "md4",
    "sha",
    "sha1",
    "sha2",
    "sha224",
    "sha-224",
    "sha256",
    "sha-256",
    "sha384",
    "sha-384",
    "sha512",
    "sha-512",
    "sha3",
    "sha3-224",
    "sha3-256",
    "sha3-384",
    "sha3-512",
    "xxhash32",
    "xxhash64",
    "ripemd160",
    "argon2",
    "argon2i",
    "argon2d",
    "argon2id",
    "scrypt",
    "bcrypt",
    "sm3",
    "whirlpool"
  ],
  "bugs": {
    "url": "https://github.com/Daninet/hash-wasm/issues"
  },
  "homepage": "https://github.com/Daninet/hash-wasm#readme",
  "author": "Dani Biró <danibiro93@gmail.com> (https://danibiro.com)",
  "license": "MIT",
  "devDependencies": {
    "@rollup/plugin-json": "^6.0.1",
    "@rollup/plugin-typescript": "^11.1.5",
    "@types/estree": "^1.0.2",
    "@types/jest": "^29.5.5",
    "@types/node": "^20.8.6",
    "@typescript-eslint/eslint-plugin": "^6.7.5",
    "@typescript-eslint/parser": "^6.7.5",
    "binaryen": "^114.0.0",
    "eslint": "^8.51.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-plugin-import": "^2.28.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^6.1.1",
    "jest": "^29.7.0",
    "rollup": "^3.29.4",
    "rollup-plugin-gzip": "^3.1.0",
    "rollup-plugin-license": "^3.1.0",
    "rollup-plugin-terser": "^7.0.2",
    "ts-jest": "^29.1.1",
    "ts-loader": "^9.5.0",
    "ts-node": "^10.9.1",
    "tslib": "^2.6.2",
    "typescript": "^5.2.2"
  }
}
