{
  "_args": [
    [
      "@redis/bloom@1.2.0",
      "/home/control3/fundiherrajes"
    ]
  ],
  "_from": "@redis/bloom@1.2.0",
  "_id": "@redis/bloom@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-HG2DFjYKbpNmVXsa0keLHp/3leGJz1mjh09f2RLGGLQZzSHpkmZWuwJbAvo3QcRY8p80m5+ZdXZdYOSBLlp7Cg==",
  "_location": "/@redis/bloom",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@redis/bloom@1.2.0",
    "name": "@redis/bloom",
    "escapedName": "@redis%2fbloom",
    "scope": "@redis",
    "rawSpec": "1.2.0",
    "saveSpec": null,
    "fetchSpec": "1.2.0"
  },
  "_requiredBy": [
    "/redis"
  ],
  "_resolved": "https://registry.npmjs.org/@redis/bloom/-/bloom-1.2.0.tgz",
  "_spec": "1.2.0",
  "_where": "/home/control3/fundiherrajes",
  "description": "This package provides support for the [RedisBloom](https://redisbloom.io) module, which adds additional probabilistic data structures to Redis.  It extends the [Node Redis client](https://github.com/redis/node-redis) to include functions for each of the RediBloom commands.",
  "devDependencies": {
    "@istanbuljs/nyc-config-typescript": "^1.0.2",
    "@redis/test-utils": "*",
    "@types/node": "^18.11.18",
    "nyc": "^15.1.0",
    "release-it": "^15.6.0",
    "source-map-support": "^0.5.21",
    "ts-node": "^10.9.1",
    "typedoc": "^0.23.24",
    "typescript": "^4.9.4"
  },
  "files": [
    "dist/"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "@redis/bloom",
  "peerDependencies": {
    "@redis/client": "^1.0.0"
  },
  "scripts": {
    "build": "tsc",
    "documentation": "typedoc",
    "test": "nyc -r text-summary -r lcov mocha -r source-map-support/register -r ts-node/register './lib/**/*.spec.ts'"
  },
  "types": "./dist/index.d.ts",
  "version": "1.2.0"
}
