{
  "_from": "ioredis@4.10.0",
  "_id": "ioredis@4.10.0",
  "_inBundle": false,
  "_integrity": "sha512-bAdt/sKdOvUyKhjLJ8HKFmO6ZQ+OHHmfFgWn9X/ecsp1lJNnOtmh/Xl2+AdKwUdSkl/Rrw1CKOkR8+Kv8tRinQ==",
  "_location": "/ioredis",
  "_phantomChildren": {
    "ms": "2.1.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ioredis@4.10.0",
    "name": "ioredis",
    "escapedName": "ioredis",
    "rawSpec": "4.10.0",
    "saveSpec": null,
    "fetchSpec": "4.10.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.10.0.tgz",
  "_shasum": "a212127473d1618af3714bd6c09fb7dcab594250",
  "_spec": "ioredis@4.10.0",
  "_where": "/home/itcfinan/cm.itcfinance.com",
  "author": {
    "name": "luin",
    "email": "i@zihua.li",
    "url": "http://zihua.li"
  },
  "bugs": {
    "url": "https://github.com/luin/ioredis/issues"
  },
  "bundleDependencies": false,
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "cluster-key-slot": "^1.0.6",
    "debug": "^3.1.0",
    "denque": "^1.1.0",
    "lodash.defaults": "^4.2.0",
    "lodash.flatten": "^4.4.0",
    "redis-commands": "1.5.0",
    "redis-errors": "^1.2.0",
    "redis-parser": "^3.0.0",
    "standard-as-callback": "^2.0.1"
  },
  "deprecated": false,
  "description": "A robust, performance-focused and full-featured Redis client for Node.js.",
  "devDependencies": {
    "@semantic-release/changelog": "^3.0.0",
    "@semantic-release/git": "^7.0.4",
    "@types/node": "^10.11.5",
    "@types/redis-errors": "1.2.0",
    "bluebird": "^3.5.1",
    "chai": "^3.5.0",
    "cz-conventional-changelog": "^2.0.0",
    "istanbul": "^0.4.2",
    "jsdoc": "^3.4.0",
    "jsdoc-to-markdown": "^4.0.1",
    "mocha": "^5.2.0",
    "server-destroy": "^1.0.1",
    "sinon": "^1.17.3",
    "ts-node": "^7.0.0",
    "typescript": "^3.1.1"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "built/"
  ],
  "homepage": "https://github.com/luin/ioredis#readme",
  "keywords": [
    "redis",
    "cluster",
    "sentinel",
    "pipelining"
  ],
  "license": "MIT",
  "main": "built/index.js",
  "name": "ioredis",
  "repository": {
    "type": "git",
    "url": "git://github.com/luin/ioredis.git"
  },
  "scripts": {
    "bench": "matcha benchmarks/*.js",
    "build": "rm -rf built && tsc",
    "generate-docs": "jsdoc2md lib/redis.js lib/cluster/index.js lib/commander.js > API.md",
    "prepublishOnly": "npm run build && npm test",
    "semantic-release": "semantic-release",
    "test": "NODE_ENV=test mocha --timeout 8000 -r ts-node/register --exit",
    "test:cov": "NODE_ENV=test node ./node_modules/istanbul/lib/cli.js cover --preserve-comments ./node_modules/mocha/bin/_mocha -- -r ts-node/register -R spec --exit"
  },
  "version": "4.10.0"
}
