You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

80 lines
2.4 KiB

{
"_from": "cluster-key-slot@^1.0.6",
"_id": "cluster-key-slot@1.0.12",
"_inBundle": false,
"_integrity": "sha512-21O0kGmvED5OJ7ZTdqQ5lQQ+sjuez33R+d35jZKLwqUb5mqcPHUsxOSzj61+LHVtxGZd1kShbQM3MjB/gBJkVg==",
"_location": "/cluster-key-slot",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "cluster-key-slot@^1.0.6",
"name": "cluster-key-slot",
"escapedName": "cluster-key-slot",
"rawSpec": "^1.0.6",
"saveSpec": null,
"fetchSpec": "^1.0.6"
},
"_requiredBy": [
"/ascoltatori/ioredis"
],
"_resolved": "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.0.12.tgz",
"_shasum": "d5deff2a520717bc98313979b687309b2d368e29",
"_spec": "cluster-key-slot@^1.0.6",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/ascoltatori/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"
},
"version": "1.0.12"
}