heroku-debug
Version:
debugging plugin for the CLI
115 lines (114 loc) • 3.29 kB
JSON
{
"_args": [
[
{
"raw": "cluster-key-slot@^1.0.6",
"scope": null,
"escapedName": "cluster-key-slot",
"name": "cluster-key-slot",
"rawSpec": "^1.0.6",
"spec": ">=1.0.6 <2.0.0",
"type": "range"
},
"/Users/jdickey/src/github.com/dickeyxxx/heroku-cli-debug/tmp/node_modules/ioredis"
]
],
"_from": "cluster-key-slot@>=1.0.6 <2.0.0",
"_id": "cluster-key-slot@1.0.6",
"_inCache": true,
"_installable": true,
"_location": "/cluster-key-slot",
"_nodeVersion": "6.2.2",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/cluster-key-slot-1.0.6.tgz_1466696857316_0.25499423407018185"
},
"_npmUser": {
"name": "salakar",
"email": "mike.diarmid@gmail.com"
},
"_npmVersion": "3.9.5",
"_phantomChildren": {},
"_requested": {
"raw": "cluster-key-slot@^1.0.6",
"scope": null,
"escapedName": "cluster-key-slot",
"name": "cluster-key-slot",
"rawSpec": "^1.0.6",
"spec": ">=1.0.6 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/ioredis"
],
"_resolved": "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.0.6.tgz",
"_shasum": "118c1bac7f42aca495d114211dfbd2b45f6cf506",
"_shrinkwrap": null,
"_spec": "cluster-key-slot@^1.0.6",
"_where": "/Users/jdickey/src/github.com/dickeyxxx/heroku-cli-debug/tmp/node_modules/ioredis",
"author": {
"name": "Mike Diarmid"
},
"bugs": {
"url": "https://github.com/NodeRedis/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": "^2.10.2",
"eslint-config-airbnb-base": "^3.0.1",
"eslint-plugin-import": "^1.8.0",
"istanbul": "^0.4.0",
"mocha": "^2.3.2"
},
"directories": {
"test": "test",
"lib": "lib"
},
"dist": {
"shasum": "118c1bac7f42aca495d114211dfbd2b45f6cf506",
"tarball": "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.0.6.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"gitHead": "588c35eac1be335dc34fc41eb56f858ec8d3061f",
"homepage": "https://github.com/NodeRedis/cluster-key-slot#readme",
"keywords": [
"redis",
"hash",
"crc",
"slot",
"calc",
"javascript",
"node",
"node_redis",
"ioredis"
],
"license": "MIT",
"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/NodeRedis/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.6"
}