{
  "_args": [
    [
      "socket.io-redis@6.1.1",
      "/home/itcfinan/cm.itcfinance.com"
    ]
  ],
  "_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": "version",
    "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": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/socket.io-redis/-/socket.io-redis-6.1.1.tgz",
  "_spec": "6.1.1",
  "_where": "/home/itcfinan/cm.itcfinance.com",
  "bugs": {
    "url": "https://github.com/socketio/socket.io-redis/issues"
  },
  "dependencies": {
    "debug": "~4.3.1",
    "notepack.io": "~2.2.0",
    "redis": "^3.0.0",
    "socket.io-adapter": "~2.2.0",
    "uid2": "0.0.3"
  },
  "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"
}
