{ "_from": "cluster-key-slot@^1.1.0", "_id": "cluster-key-slot@1.1.2", "_inBundle": false, "_integrity": "sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==", "_location": "/cluster-key-slot", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "cluster-key-slot@^1.1.0", "name": "cluster-key-slot", "escapedName": "cluster-key-slot", "rawSpec": "^1.1.0", "saveSpec": null, "fetchSpec": "^1.1.0" }, "_requiredBy": [ "/ioredis" ], "_resolved": "https://registry.npmmirror.com/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz", "_shasum": "88ddaa46906e303b5de30d3153b7d9fe0a0c19ac", "_spec": "cluster-key-slot@^1.1.0", "_where": "/data/jenkins/workspace/usepcshop.ws.baibaodun.com.cn/src/JAVA-MER-2.1-PC_20251108/node_modules/ioredis", "author": { "name": "Mike Diarmid", "email": "mike.diarmid@gmail.com", "url": "http://github.com/Salakar/" }, "bugs": { "url": "https://github.com/Salakar/cluster-key-slot/issues" }, "bundleDependencies": false, "deprecated": false, "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": { "test": "test", "lib": "lib" }, "engines": { "node": ">=0.10.0" }, "homepage": "https://github.com/Salakar/cluster-key-slot#readme", "keywords": [ "redis", "hash", "crc", "slot", "calc", "javascript", "node", "node_redis", "ioredis" ], "license": "Apache-2.0", "main": "lib/index.js", "name": "cluster-key-slot", "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" }, "types": "index.d.ts", "version": "1.1.2" }