{
  "name": "@node-rs/xxhash",
  "version": "1.7.8",
  "description": "Fastest xxhash implementation in Node.js",
  "keywords": [
    "N-API",
    "Node-API",
    "Rust",
    "hash",
    "napi",
    "napi-rs",
    "node-rs",
    "xxhash",
    "xxhashjs"
  ],
  "homepage": "https://github.com/napi-rs/node-rs",
  "bugs": {
    "url": "https://github.com/napi-rs/node-rs/issues"
  },
  "license": "MIT",
  "author": "LongYinan <lynweklm@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/napi-rs/node-rs.git"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/Brooooooklyn"
  },
  "files": [
    "browser.js",
    "index.d.ts",
    "index.js"
  ],
  "main": "index.js",
  "browser": "browser.js",
  "typings": "index.d.ts",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "artifacts": "napi artifacts -d ../../artifacts",
    "bench": "cross-env NODE_ENV=production node --import @oxc-node/core/register benchmark/xxhash.ts",
    "build": "napi build --platform --release",
    "build:debug": "napi build --platform",
    "prepublishOnly": "napi prepublish",
    "version": "napi version"
  },
  "devDependencies": {
    "@napi-rs/cli": "^3.8.6",
    "@oxc-node/core": "^0.1.0",
    "@types/xxhashjs": "^0.2.4",
    "cross-env": "^10.1.0",
    "tinybench": "^6.1.3",
    "webpack": "^5.109.2",
    "xxhash-addon": "^2.1.0",
    "xxhashjs": "^0.2.2"
  },
  "napi": {
    "binaryName": "xxhash",
    "targets": [
      "x86_64-apple-darwin",
      "aarch64-apple-darwin",
      "x86_64-pc-windows-msvc",
      "x86_64-unknown-linux-gnu",
      "aarch64-linux-android",
      "aarch64-unknown-linux-gnu",
      "aarch64-unknown-linux-musl",
      "aarch64-pc-windows-msvc",
      "armv7-unknown-linux-gnueabihf",
      "x86_64-unknown-linux-musl",
      "x86_64-unknown-freebsd",
      "i686-pc-windows-msvc",
      "armv7-linux-androideabi",
      "wasm32-wasip1-threads"
    ]
  },
  "engines": {
    "node": ">= 12"
  },
  "gitHead": "56c64a1f875d9568b0a6a79b6c658ce5996d25a2",
  "optionalDependencies": {
    "@node-rs/xxhash-darwin-x64": "1.7.8",
    "@node-rs/xxhash-darwin-arm64": "1.7.8",
    "@node-rs/xxhash-win32-x64-msvc": "1.7.8",
    "@node-rs/xxhash-linux-x64-gnu": "1.7.8",
    "@node-rs/xxhash-android-arm64": "1.7.8",
    "@node-rs/xxhash-linux-arm64-gnu": "1.7.8",
    "@node-rs/xxhash-linux-arm64-musl": "1.7.8",
    "@node-rs/xxhash-win32-arm64-msvc": "1.7.8",
    "@node-rs/xxhash-linux-arm-gnueabihf": "1.7.8",
    "@node-rs/xxhash-linux-x64-musl": "1.7.8",
    "@node-rs/xxhash-freebsd-x64": "1.7.8",
    "@node-rs/xxhash-win32-ia32-msvc": "1.7.8",
    "@node-rs/xxhash-android-arm-eabi": "1.7.8"
  }
}