{
  "name": "quickbuf",
  "version": "1.0.4",
  "description": "Fast native buffer operations: XOR, SHA-256, base64, constant-time compare, and CSPRNG",
  "author": "Dmitri Volkov <dvolkov-oss@protonmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dvolkov-oss/quickbuf.git"
  },
  "homepage": "https://github.com/dvolkov-oss/quickbuf#readme",
  "bugs": {
    "url": "https://github.com/dvolkov-oss/quickbuf/issues"
  },
  "main": "index.js",
  "types": "index.d.ts",
  "keywords": [
    "buffer",
    "xor",
    "sha256",
    "hash",
    "base64",
    "crypto",
    "native",
    "fast",
    "compare",
    "timing-safe",
    "csprng",
    "random"
  ],
  "scripts": {
    "postinstall": "node -e \"try{require('.')}catch(_){}\""
  },
  "engines": {
    "node": ">=16"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "*.node",
    "LICENSE",
    "README.md"
  ]
}
