heroku-debug
Version:
debugging plugin for the CLI
126 lines (125 loc) • 3.33 kB
JSON
{
"_args": [
[
{
"raw": "ioredis@2.3.0",
"scope": null,
"escapedName": "ioredis",
"name": "ioredis",
"rawSpec": "2.3.0",
"spec": "2.3.0",
"type": "version"
},
"/Users/jdickey/src/github.com/dickeyxxx/heroku-cli-debug/tmp/node_modules/npm-register"
]
],
"_from": "ioredis@2.3.0",
"_id": "ioredis@2.3.0",
"_inCache": true,
"_installable": true,
"_location": "/ioredis",
"_nodeVersion": "4.4.5",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/ioredis-2.3.0.tgz_1470928059050_0.5332338178995997"
},
"_npmUser": {
"name": "luin",
"email": "i@zihua.li"
},
"_npmVersion": "2.15.5",
"_phantomChildren": {},
"_requested": {
"raw": "ioredis@2.3.0",
"scope": null,
"escapedName": "ioredis",
"name": "ioredis",
"rawSpec": "2.3.0",
"spec": "2.3.0",
"type": "version"
},
"_requiredBy": [
"/npm-register"
],
"_resolved": "https://registry.npmjs.org/ioredis/-/ioredis-2.3.0.tgz",
"_shasum": "5a365d32832cb4b20605c7b66aeb1c0a6576149b",
"_shrinkwrap": null,
"_spec": "ioredis@2.3.0",
"_where": "/Users/jdickey/src/github.com/dickeyxxx/heroku-cli-debug/tmp/node_modules/npm-register",
"author": {
"name": "luin",
"email": "i@zihua.li",
"url": "http://zihua.li"
},
"bugs": {
"url": "https://github.com/luin/ioredis/issues"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"bluebird": "^3.3.4",
"cluster-key-slot": "^1.0.6",
"debug": "^2.2.0",
"double-ended-queue": "^2.1.0-0",
"flexbuffer": "0.0.6",
"lodash": "^4.8.2",
"redis-commands": "^1.2.0",
"redis-parser": "^1.3.0"
},
"description": "A delightful, performance-focused Redis client for Node and io.js",
"devDependencies": {
"chai": "^3.5.0",
"codeclimate-test-reporter": "0.3.1",
"cz-conventional-changelog": "^1.1.5",
"istanbul": "^0.4.2",
"jsdoc": "^3.4.0",
"jsdoc-to-markdown": "^1.3.3",
"matcha": "^0.7.0",
"mocha": "^2.4.5",
"redis": "^2.4.2",
"server-destroy": "^1.0.1",
"sinon": "^1.17.3"
},
"directories": {},
"dist": {
"shasum": "5a365d32832cb4b20605c7b66aeb1c0a6576149b",
"tarball": "https://registry.npmjs.org/ioredis/-/ioredis-2.3.0.tgz"
},
"engines": {
"iojs": ">= 1.0.0",
"node": ">= 0.10.16"
},
"gitHead": "b216e4eb61d05ff639b162f23751acb111dde6e8",
"homepage": "https://github.com/luin/ioredis#readme",
"keywords": [
"redis",
"cluster",
"sentinel",
"pipelining"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "luin",
"email": "i@zihua.li"
}
],
"name": "ioredis",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/luin/ioredis.git"
},
"scripts": {
"bench": "matcha benchmarks/*.js",
"generate-docs": "jsdoc2md lib/redis.js lib/cluster/index.js lib/commander.js > API.md",
"test": "NODE_ENV=test mocha",
"test:cov": "NODE_ENV=test node ./node_modules/istanbul/lib/cli.js cover --preserve-comments ./node_modules/mocha/bin/_mocha -- -R spec"
},
"version": "2.3.0"
}