{ "_args": [ [ "ioredis@4.17.3", "E:\\new-xy\\xy-server" ] ], "_from": "ioredis@4.17.3", "_id": "ioredis@4.17.3", "_inBundle": false, "_integrity": "sha1-mTjGDkymhfdTJjNxd73C5zrpydw=", "_location": "/ioredis", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "ioredis@4.17.3", "name": "ioredis", "escapedName": "ioredis", "rawSpec": "4.17.3", "saveSpec": null, "fetchSpec": "4.17.3" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npm.taobao.org/ioredis/download/ioredis-4.17.3.tgz", "_spec": "4.17.3", "_where": "E:\\new-xy\\xy-server", "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": { "cluster-key-slot": "^1.1.0", "debug": "^4.1.1", "denque": "^1.1.0", "lodash.defaults": "^4.2.0", "lodash.flatten": "^4.4.0", "redis-commands": "1.5.0", "redis-errors": "^1.2.0", "redis-parser": "^3.0.0", "standard-as-callback": "^2.0.1" }, "description": "A robust, performance-focused and full-featured Redis client for Node.js.", "devDependencies": { "@semantic-release/changelog": "^5.0.1", "@semantic-release/git": "^9.0.0", "@types/bluebird": "^3.5.30", "@types/chai": "^4.2.11", "@types/debug": "^4.1.5", "@types/lodash.defaults": "^4.2.6", "@types/lodash.flatten": "^4.4.6", "@types/mocha": "^7.0.2", "@types/node": "^13.11.0", "@types/redis-errors": "1.2.0", "@types/sinon": "^9.0.0", "@typescript-eslint/eslint-plugin": "^2.26.0", "@typescript-eslint/parser": "^2.26.0", "bluebird": "^3.7.2", "chai": "^4.2.0", "cz-conventional-changelog": "^3.1.0", "eslint": "^6.8.0", "eslint-config-prettier": "^6.10.1", "husky": "^4.2.3", "mocha": "^7.1.1", "prettier": "^2.0.2", "pretty-quick": "^2.0.1", "server-destroy": "^1.0.1", "sinon": "^9.0.1", "ts-node": "^8.8.1", "typescript": "^3.8.3" }, "engines": { "node": ">=6" }, "files": [ "built/" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/ioredis" }, "homepage": "https://github.com/luin/ioredis#readme", "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } }, "keywords": [ "redis", "cluster", "sentinel", "pipelining" ], "license": "MIT", "main": "built/index.js", "mocha": { "exit": true, "timeout": 8000, "recursive": true, "require": "ts-node/register" }, "name": "ioredis", "repository": { "type": "git", "url": "git://github.com/luin/ioredis.git" }, "scripts": { "bench": "matcha benchmarks/*.js", "build": "rm -rf built && tsc", "format": "prettier --write \"{,!(node_modules)/**/}*.{js,ts}\"", "format-check": "prettier --check \"{,!(node_modules)/**/}*.{js,ts}\"", "lint": "eslint --ext .js,.ts .", "prepublishOnly": "npm run build && npm test", "semantic-release": "semantic-release", "test": "TS_NODE_TRANSPILE_ONLY=true TS_NODE_LOG_ERROR=true NODE_ENV=test mocha \"test/**/*.ts\"", "test-single": "TS_NODE_TRANSPILE_ONLY=true TS_NODE_LOG_ERROR=true NODE_ENV=test mocha $1" }, "version": "4.17.3" }