{
  "_from": "@redis/bloom@6.0.0",
  "_id": "@redis/bloom@6.0.0",
  "_inBundle": false,
  "_integrity": "sha512-P0n5NkV9IIdT6nYXOfMHG83sho8pE7Nay7yw27wOGVLv4DthgvzebpGz6m7VuMTizeJmw3LPw2Xek5wFUhGpVw==",
  "_location": "/@redis/bloom",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@redis/bloom@6.0.0",
    "name": "@redis/bloom",
    "escapedName": "@redis%2fbloom",
    "scope": "@redis",
    "rawSpec": "6.0.0",
    "saveSpec": null,
    "fetchSpec": "6.0.0"
  },
  "_requiredBy": [
    "/redis"
  ],
  "_resolved": "https://registry.npmjs.org/@redis/bloom/-/bloom-6.0.0.tgz",
  "_shasum": "35ce2318d865d3a2af2efba9105967f736ce17e1",
  "_spec": "@redis/bloom@6.0.0",
  "_where": "/var/www/jschat.store/MrX/node_modules/redis",
  "bugs": {
    "url": "https://github.com/redis/node-redis/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "This package provides support for the [RedisBloom](https://redis.io/docs/data-types/probabilistic/) module, which adds additional probabilistic data structures to Redis.",
  "devDependencies": {
    "@redis/test-utils": "*"
  },
  "engines": {
    "node": ">= 20.0.0"
  },
  "files": [
    "dist/",
    "!dist/tsconfig.tsbuildinfo"
  ],
  "homepage": "https://github.com/redis/node-redis/tree/master/packages/bloom",
  "keywords": [
    "redis",
    "RedisBloom"
  ],
  "license": "MIT",
  "main": "./dist/lib/index.js",
  "name": "@redis/bloom",
  "peerDependencies": {
    "@redis/client": "^6.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/redis/node-redis.git"
  },
  "scripts": {
    "release": "release-it",
    "test": "nyc -r text-summary -r lcov mocha -r tsx --reporter mocha-multi-reporters --reporter-options configFile=mocha-multi-reporter-config.json --exit  './lib/**/*.spec.ts'"
  },
  "types": "./dist/lib/index.d.ts",
  "version": "6.0.0"
}
