{
  "_from": "@redis/client@6.0.0",
  "_id": "@redis/client@6.0.0",
  "_inBundle": false,
  "_integrity": "sha512-NS4iIT25r24sAjNQ2nSRdCW5jPJoV0rxkBee27oTeR+RXaOu89cjIsrww5rPBaYVGVdL1QCx9uz9141gZiSKdQ==",
  "_location": "/@redis/client",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@redis/client@6.0.0",
    "name": "@redis/client",
    "escapedName": "@redis%2fclient",
    "scope": "@redis",
    "rawSpec": "6.0.0",
    "saveSpec": null,
    "fetchSpec": "6.0.0"
  },
  "_requiredBy": [
    "/redis"
  ],
  "_resolved": "https://registry.npmjs.org/@redis/client/-/client-6.0.0.tgz",
  "_shasum": "14ca85b57558b0f4c2710b17f980b01e755bd17f",
  "_spec": "@redis/client@6.0.0",
  "_where": "/var/www/jschat.store/MrX/node_modules/redis",
  "bugs": {
    "url": "https://github.com/redis/node-redis/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "cluster-key-slot": "1.1.2"
  },
  "deprecated": false,
  "description": "The source code and documentation for this package are in the main [node-redis](https://github.com/redis/node-redis) repo.",
  "devDependencies": {
    "@node-rs/xxhash": "1.7.6",
    "@opentelemetry/api": "^1.9.0",
    "@opentelemetry/sdk-metrics": "^2.2.0",
    "@redis/test-utils": "*",
    "@types/sinon": "^17.0.3",
    "sinon": "^17.0.1"
  },
  "engines": {
    "node": ">= 20.0.0"
  },
  "files": [
    "dist/",
    "!dist/tsconfig.tsbuildinfo"
  ],
  "homepage": "https://github.com/redis/node-redis/tree/master/packages/client",
  "keywords": [
    "redis"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "@redis/client",
  "peerDependencies": {
    "@opentelemetry/api": ">=1 <2",
    "@node-rs/xxhash": "^1.1.0"
  },
  "peerDependenciesMeta": {
    "@opentelemetry/api": {
      "optional": true
    },
    "@node-rs/xxhash": {
      "optional": true
    }
  },
  "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/index.d.ts",
  "version": "6.0.0"
}
