Server IP : 92.205.26.207 / Your IP : 216.73.216.16 Web Server : Apache System : Linux 207.26.205.92.host.secureserver.net 4.18.0-553.60.1.el8_10.x86_64 #1 SMP Thu Jul 10 04:01:16 EDT 2025 x86_64 User : zikryat ( 1002) PHP Version : 8.3.23 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/zikryat/public_html/node_modules/cluster-key-slot/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{ "name": "cluster-key-slot", "version": "1.1.2", "description": "Generates CRC hashes for strings - for use by node redis clients to determine key slots.", "main": "lib/index.js", "types": "index.d.ts", "scripts": { "benchmark": "node ./benchmark", "posttest": "eslint ./lib && npm run coveralls", "coveralls": "cat ./coverage/lcov.info | coveralls", "test": "node ./node_modules/istanbul/lib/cli.js cover --preserve-comments ./node_modules/mocha/bin/_mocha -- -R spec", "coverage:check": "node ./node_modules/istanbul/lib/cli.js check-coverage --branch 100 --statement 100" }, "repository": { "type": "git", "url": "git+https://github.com/Salakar/cluster-key-slot.git" }, "keywords": [ "redis", "hash", "crc", "slot", "calc", "javascript", "node", "node_redis", "ioredis" ], "engines": { "node": ">=0.10.0" }, "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" }, "author": { "name": "Mike Diarmid", "email": "[email protected]", "url": "http://github.com/Salakar/" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/Salakar/cluster-key-slot/issues" }, "homepage": "https://github.com/Salakar/cluster-key-slot#readme", "directories": { "test": "test", "lib": "lib" } }