{
  "name": "@stablelib/sha512",
  "version": "2.0.1",
  "description": "SHA-512 cryptographic hash function",
  "main": "./lib/sha512.js",
  "type": "module",
  "typings": "./lib/sha512.d.ts",
  "author": "Dmitry Chestnykh",
  "license": "MIT",
  "repository": {
    "url": "https://github.com/StableLib/stablelib"
  },
  "homepage": "https://github.com/StableLib/stablelib/tree/master/packages/sha512",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "bench": "node ./lib/sha512.bench.js"
  },
  "dependencies": {
    "@stablelib/binary": "^2.0.1",
    "@stablelib/hash": "^2.0.0",
    "@stablelib/wipe": "^2.0.1"
  },
  "devDependencies": {
    "@stablelib/base64": "^2.0.1",
    "@stablelib/benchmark": "^2.0.0"
  },
  "gitHead": "99bee56f6af6211d037c35e3eef749f3c1e84502"
}
