{ "_from": "ioredis@^1.15.1", "_id": "ioredis@1.15.1", "_inBundle": false, "_integrity": "sha1-UlJVzM1Ve904oO00ZhmfWesLnRw=", "_location": "/ioredis", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "ioredis@^1.15.1", "name": "ioredis", "escapedName": "ioredis", "rawSpec": "^1.15.1", "saveSpec": null, "fetchSpec": "^1.15.1" }, "_requiredBy": [ "/mosca" ], "_resolved": "https://registry.npmjs.org/ioredis/-/ioredis-1.15.1.tgz", "_shasum": "525255cccd557bdd38a0ed3466199f59eb0b9d1c", "_spec": "ioredis@^1.15.1", "_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/mosca", "author": { "name": "luin", "email": "i@zihua.li", "url": "http://zihua.li" }, "bugs": { "url": "https://github.com/luin/ioredis/issues" }, "bundleDependencies": false, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "dependencies": { "bluebird": "^2.9.34", "debug": "^2.2.0", "double-ended-queue": "^2.1.0-0", "flexbuffer": "0.0.6", "lodash": "^3.6.0" }, "deprecated": false, "description": "A delightful, performance-focused Redis client for Node and io.js", "devDependencies": { "chai": "^2.2.0", "codeclimate-test-reporter": "0.0.4", "cz-conventional-changelog": "^1.1.5", "istanbul": "^0.3.13", "jsdoc": "^3.3.0-beta3", "jsdoc-to-markdown": "^1.0.3", "matcha": "^0.6.0", "mocha": "^2.2.1", "redis": "^2.2.5", "server-destroy": "^1.0.0", "sinon": "^1.14.1" }, "engines": { "iojs": ">= 1.0.0", "node": ">= 0.10.16" }, "homepage": "https://github.com/luin/ioredis#readme", "keywords": [ "redis", "cluster", "sentinel", "pipelining" ], "license": "MIT", "main": "index.js", "name": "ioredis", "repository": { "type": "git", "url": "git://github.com/luin/ioredis.git" }, "scripts": { "bench": "matcha benchmarks/*.js", "build": "node tools/build > commands.js", "generate-docs": "jsdoc2md lib/redis.js lib/cluster.js lib/commander.js > API.md", "test": "NODE_ENV=test DEBUG=ioredis:* mocha", "test:cov": "NODE_ENV=test DEBUG=ioredis:* node ./node_modules/istanbul/lib/cli.js cover --preserve-comments ./node_modules/mocha/bin/_mocha -- -R spec" }, "version": "1.15.1" }