{
  "_args": [
    [
      "redis-clustr@1.7.0",
      "/var/www/html"
    ]
  ],
  "_from": "redis-clustr@1.7.0",
  "_id": "redis-clustr@1.7.0",
  "_inBundle": false,
  "_integrity": "sha512-2ymAf9r25Kp/C1X9WhvCtlu3kaH5D/MaUPW0JQ1dddueGzMzK9oOZUsD9yZH/kmc2ss/f89onZYcFHNAfm7WcQ==",
  "_location": "/redis-clustr",
  "_phantomChildren": {
    "double-ended-queue": "2.1.0-0",
    "redis-commands": "1.6.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "redis-clustr@1.7.0",
    "name": "redis-clustr",
    "escapedName": "redis-clustr",
    "rawSpec": "1.7.0",
    "saveSpec": null,
    "fetchSpec": "1.7.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/redis-clustr/-/redis-clustr-1.7.0.tgz",
  "_spec": "1.7.0",
  "_where": "/var/www/html",
  "bugs": {
    "url": "https://github.com/gosquared/redis-clustr/issues"
  },
  "contributors": [
    {
      "name": "GoSquared",
      "email": "support+npm@gosquared.com",
      "url": "https://www.gosquared.com"
    },
    {
      "name": "James Taylor",
      "email": "jt@gosquared.com",
      "url": "https://www.gosquared.com"
    },
    {
      "name": "Simon Tabor",
      "email": "me@simontabor.com",
      "url": "http://simontabor.com/"
    }
  ],
  "dependencies": {
    "cluster-key-slot": "^1.0.5",
    "denque": "^1.1.0",
    "redis": "^2.6.0"
  },
  "description": "Redis cluster client",
  "devDependencies": {
    "benchmark": "^2.1.1",
    "js-beautify": "^1.5.10",
    "mocha": "^2.3.4"
  },
  "homepage": "https://github.com/gosquared/redis-clustr#readme",
  "keywords": [
    "redis",
    "cluster",
    "database"
  ],
  "license": "MIT",
  "main": "src/RedisClustr.js",
  "name": "redis-clustr",
  "repository": {
    "type": "git",
    "url": "git://github.com/gosquared/redis-clustr.git"
  },
  "scripts": {
    "benchmark": "node benchmark/",
    "test": "mocha test/test.js"
  },
  "version": "1.7.0"
}
