{
  "_from": "xxhash-wasm@^1.1.0",
  "_id": "xxhash-wasm@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-147y/6YNh+tlp6nd/2pWq38i9h6mz/EuQ6njIrmW8D1BS5nCqs0P6DG+m6zTGnNz5I+uhZ0SHxBs9BsPrwcKDA==",
  "_location": "/xxhash-wasm",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "xxhash-wasm@^1.1.0",
    "name": "xxhash-wasm",
    "escapedName": "xxhash-wasm",
    "rawSpec": "^1.1.0",
    "saveSpec": null,
    "fetchSpec": "^1.1.0"
  },
  "_requiredBy": [
    "/astro"
  ],
  "_resolved": "https://registry.npmjs.org/xxhash-wasm/-/xxhash-wasm-1.1.0.tgz",
  "_shasum": "ffe7f0b98220a4afac171e3fb9b6d1f8771f015e",
  "_spec": "xxhash-wasm@^1.1.0",
  "_where": "/var/www/web-lab/node_modules/astro",
  "author": {
    "name": "Michael Jungo",
    "email": "michaeljungo92@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/jungomi/xxhash-wasm/issues"
  },
  "bundleDependencies": false,
  "bundlewatch": {
    "files": [
      {
        "path": "./cjs/xxhash-wasm.cjs",
        "maxSize": "2.2kb"
      },
      {
        "path": "./esm/xxhash-wasm.js",
        "maxSize": "2.2kb"
      },
      {
        "path": "./umd/xxhash-wasm.js",
        "maxSize": "2.3kb"
      }
    ]
  },
  "deprecated": false,
  "description": "A WebAssembly implementation of xxHash",
  "devDependencies": {
    "@babel/core": "^7.26.0",
    "@babel/eslint-parser": "^7.25.9",
    "@eslint/eslintrc": "^3.2.0",
    "@eslint/js": "^9.15.0",
    "@swc/core": "^1.9.2",
    "@swc/jest": "^0.2.37",
    "bundlewatch": "^0.4.0",
    "eslint": "^9.15.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.2.1",
    "globals": "^15.12.0",
    "jest": "^29.7.0",
    "jest-t-assert": "^0.3.0",
    "node-gyp": "^10.2.0",
    "prettier": "^3.3.3",
    "rimraf": "^6.0.1",
    "rollup": "^4.27.3",
    "rollup-plugin-copy": "^3.5.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-swc3": "^0.12.1"
  },
  "exports": {
    "types": "./types.d.ts",
    "workerd": "./workerd/xxhash-wasm.js",
    "import": "./esm/xxhash-wasm.js",
    "require": "./cjs/xxhash-wasm.cjs"
  },
  "files": [
    "cjs",
    "esm",
    "umd",
    "workerd",
    "types.d.ts"
  ],
  "homepage": "https://github.com/jungomi/xxhash-wasm#readme",
  "keywords": [
    "xxhash",
    "hash",
    "wasm",
    "webassembly"
  ],
  "license": "MIT",
  "main": "./cjs/xxhash-wasm.cjs",
  "module": "./esm/xxhash-wasm.js",
  "name": "xxhash-wasm",
  "packageManager": "yarn@4.5.1",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jungomi/xxhash-wasm.git"
  },
  "scripts": {
    "build": "yarn run build-wasm && yarn run build-js",
    "build-js": "rollup -c",
    "build-wasm": "wasm-opt --enable-bulk-memory -O4 src/xxhash.wat -o src/xxhash.wasm",
    "clean": "rimraf coverage cjs esm umd",
    "fix": "eslint . --fix",
    "lint": "eslint .",
    "prebuild": "yarn run clean",
    "prepublish": "yarn run build",
    "size": "bundlewatch",
    "test": "jest",
    "test-coverage": "jest --coverage",
    "test-update": "jest --updateSnapshot"
  },
  "type": "module",
  "types": "./types.d.ts",
  "version": "1.1.0"
}
