2025-04-23 09:34:08 +08:00

84 lines
2.2 KiB
JSON

{
"_args": [
[
"cluster-key-slot@1.1.0",
"E:\\new-xy\\xy-server"
]
],
"_from": "cluster-key-slot@1.1.0",
"_id": "cluster-key-slot@1.1.0",
"_inBundle": false,
"_integrity": "sha1-MEdLKpgfsSFyaVgzBSvA0BM20Q0=",
"_location": "/cluster-key-slot",
"_phantomChildren": {},
"_requested": {
"type": "version",
"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.npm.taobao.org/cluster-key-slot/download/cluster-key-slot-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "E:\\new-xy\\xy-server",
"author": {
"name": "Mike Diarmid",
"email": "mike.diarmid@gmail.com",
"url": "http://github.com/Salakar/"
},
"bugs": {
"url": "https://github.com/Salakar/cluster-key-slot/issues"
},
"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"
},
"version": "1.1.0"
}