{
  "_args": [
    [
      "cluster-key-slot@^1.1.0",
      "/var/www/localhost.example.com/node_modules/ioredis"
    ]
  ],
  "_from": "cluster-key-slot@>=1.1.0 <2.0.0",
  "_hasShrinkwrap": false,
  "_id": "cluster-key-slot@1.1.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/cluster-key-slot",
  "_nodeVersion": "10.15.3",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/cluster-key-slot_1.1.0_1563442357516_0.9785298295875511"
  },
  "_npmUser": {
    "email": "mike.diarmid@gmail.com",
    "name": "salakar"
  },
  "_npmVersion": "6.10.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "cluster-key-slot",
    "raw": "cluster-key-slot@^1.1.0",
    "rawSpec": "^1.1.0",
    "scope": null,
    "spec": ">=1.1.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/ioredis"
  ],
  "_resolved": "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.1.0.tgz",
  "_shasum": "30474b2a981fb12172695833052bc0d01336d10d",
  "_shrinkwrap": null,
  "_spec": "cluster-key-slot@^1.1.0",
  "_where": "/var/www/localhost.example.com/node_modules/ioredis",
  "author": {
    "email": "mike.diarmid@gmail.com",
    "name": "Mike Diarmid",
    "url": "http://github.com/Salakar/"
  },
  "bugs": {
    "url": "https://github.com/Salakar/cluster-key-slot/issues"
  },
  "dependencies": {},
  "description": "Generates CRC hashes for strings - for use by node redis clients to determine key slots.",
  "devDependencies": {
    "benchmark": "^2.1.0",
    "codeclimate-test-reporter": "^0.3.1",
    "coveralls": "^2.11.9",
    "eslint": "^3.5.0",
    "eslint-config-airbnb-base": "^7.1.0",
    "eslint-plugin-import": "^1.8.0",
    "istanbul": "^0.4.0",
    "mocha": "^3.0.2"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "dist": {
    "fileCount": 5,
    "integrity": "sha512-2Nii8p3RwAPiFwsnZvukotvow2rIHM+yQ6ZcBXGHdniadkYGZYiGmkHJIbZPIV9nfv7m/U1IPMVVcAhoWFeklw==",
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdMDy2CRA9TVsSAnZWagAAbLsP/A3K/9ZtYj/GwSs5O7Rs\nLnXk2N6dzD84bi1C2St6N3UqSdbxezEhurncOZbwt6VhMMGbjfvVtfMBeaVh\nR5xGgGoCMIiFqwsboTAsurLa8JaeBr/V9W23O+lcDSBEpsnVbTUnW6+3tggi\npjfe7WlRC9QcV7aR1AosYQiK7fkF2wq47M0O9puT5bgYU0MRE58G0D3Gmxom\nXoP0D9FOdIjskGrQd73wflObSC97Xjw9hR726DTxN+0cmE8bE3JwEHhPmABL\nN4h3EwTBunxquYWVrGrS3ItwFM0Zj0+XD5dstvx4Tj42Wq4Na2jfKPCksEs6\negRaTEXZeSM/KnzKet9eIdFmBe3QBaRPxzA8ydpd0JI611RV3Ix1jHmskvs5\n2jRSJp88xzqleA44ims0P9oc7v64H2T+N7b51VzN854BQ0gd2OmSKSAFhAlf\nVCjavsaNWwImy1s5g/1iiXiAxcvalsMqERz4Ifs02NuKOXTzuVIU1riMh8N/\n69OyTRnpfHcz4DUtITbjdb1huVYTSc1R2M3YnBcdPq1DnlZKDaGFdsSJ303P\nhheKyeRdMcTlA+zMk6HjBwQRXTOWFDfFgt1MqIVSkTC9Ea1ZR1H1iZUkVxE4\n/fneIkDgCZZNudYsbJIGJ8rbCwEA+aoJ+vQqKj3pV46PxSXwMUjL3KN1mo/D\niOM/\r\n=SOkj\r\n-----END PGP SIGNATURE-----\r\n",
    "shasum": "30474b2a981fb12172695833052bc0d01336d10d",
    "tarball": "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.1.0.tgz",
    "unpackedSize": 11758
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "gitHead": "579d4a5f11cd3f63092286474a993350d6c7ca6d",
  "homepage": "https://github.com/Salakar/cluster-key-slot#readme",
  "keywords": [
    "calc",
    "crc",
    "hash",
    "ioredis",
    "javascript",
    "node",
    "node_redis",
    "redis",
    "slot"
  ],
  "license": "APACHE-2.0",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "salakar",
      "email": "mike.diarmid@gmail.com"
    }
  ],
  "name": "cluster-key-slot",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Salakar/cluster-key-slot.git"
  },
  "scripts": {
    "benchmark": "node ./benchmark",
    "coverage:check": "node ./node_modules/istanbul/lib/cli.js check-coverage --branch 100 --statement 100",
    "coveralls": "cat ./coverage/lcov.info | coveralls",
    "posttest": "eslint ./lib && npm run coveralls",
    "test": "node ./node_modules/istanbul/lib/cli.js cover --preserve-comments ./node_modules/mocha/bin/_mocha -- -R spec"
  },
  "version": "1.1.0"
}
