{
  "_from": "socket.io-redis@^6.1.1",
  "_id": "socket.io-redis@6.1.1",
  "_inBundle": false,
  "_integrity": "sha512-jeaXe3TGKC20GMSlPHEdwTUIWUpay/L7m5+S9TQcOf22p9Llx44/RkpJV08+buXTZ8E+aivOotj2RdeFJJWJJQ==",
  "_location": "/socket.io-redis",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "socket.io-redis@^6.1.1",
    "name": "socket.io-redis",
    "escapedName": "socket.io-redis",
    "rawSpec": "^6.1.1",
    "saveSpec": null,
    "fetchSpec": "^6.1.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/socket.io-redis/-/socket.io-redis-6.1.1.tgz",
  "_shasum": "2361029a6c0b25c602d1422e1beb41907fd0e8bf",
  "_spec": "socket.io-redis@^6.1.1",
  "_where": "/home/phpv8aaitd/public_html/bro",
  "bugs": {
    "url": "https://github.com/socketio/socket.io-redis/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "debug": "~4.3.1",
    "notepack.io": "~2.2.0",
    "redis": "^3.0.0",
    "socket.io-adapter": "~2.2.0",
    "uid2": "0.0.3"
  },
  "deprecated": "This package has been renamed to '@socket.io/redis-adapter', please see the migration guide here: https://socket.io/docs/v4/redis-adapter/#migrating-from-socketio-redis",
  "description": "[![Build Status](https://github.com/socketio/socket.io-redis/workflows/CI/badge.svg?branch=master)](https://github.com/socketio/socket.io-redis/actions) [![NPM version](https://badge.fury.io/js/socket.io-redis.svg)](http://badge.fury.io/js/socket.io-redis)",
  "devDependencies": {
    "@types/expect.js": "^0.3.29",
    "@types/mocha": "^8.2.1",
    "@types/node": "^14.14.7",
    "expect.js": "0.3.1",
    "ioredis": "^4.0.0",
    "mocha": "^3.4.2",
    "nyc": "^15.1.0",
    "prettier": "^2.1.2",
    "socket.io": "^4.0.0",
    "socket.io-client": "^4.0.0",
    "ts-node": "^9.1.1",
    "typescript": "^4.0.5"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "files": [
    "dist/"
  ],
  "homepage": "https://github.com/socketio/socket.io-redis#readme",
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "socket.io-redis",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/socketio/socket.io-redis.git"
  },
  "scripts": {
    "format:check": "prettier --parser typescript --check 'lib/**/*.ts' 'test/**/*.ts'",
    "format:fix": "prettier --parser typescript --write 'lib/**/*.ts' 'test/**/*.ts'",
    "prepack": "tsc",
    "test": "npm run format:check && tsc && nyc mocha --require ts-node/register test/index.ts"
  },
  "types": "./dist/index.d.ts",
  "version": "6.1.1"
}
