{ "_args": [ [ "@redis/client@1.6.0", "/Users/zhanwencai/code/game/congkong/webServer" ] ], "_from": "@redis/client@1.6.0", "_id": "@redis/client@1.6.0", "_inBundle": false, "_integrity": "sha512-aR0uffYI700OEEH4gYnitAnv3vzVGXCFvYfdpu/CJKvk4pHfLPEy/JSZyrpQ+15WhXe1yJRXLtfQ84s4mEXnPg==", "_location": "/@redis/client", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@redis/client@1.6.0", "name": "@redis/client", "escapedName": "@redis%2fclient", "scope": "@redis", "rawSpec": "1.6.0", "saveSpec": null, "fetchSpec": "1.6.0" }, "_requiredBy": [ "/redis" ], "_resolved": "https://registry.npmmirror.com/@redis/client/-/client-1.6.0.tgz", "_spec": "1.6.0", "_where": "/Users/zhanwencai/code/game/congkong/webServer", "bugs": { "url": "https://github.com/redis/node-redis/issues" }, "dependencies": { "cluster-key-slot": "1.1.2", "generic-pool": "3.9.0", "yallist": "4.0.0" }, "description": "The source code and documentation for this package are in the main [node-redis](https://github.com/redis/node-redis) repo.", "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", "@redis/test-utils": "*", "@types/node": "^20.6.2", "@types/sinon": "^10.0.16", "@types/yallist": "^4.0.1", "@typescript-eslint/eslint-plugin": "^6.7.2", "@typescript-eslint/parser": "^6.7.2", "eslint": "^8.49.0", "nyc": "^15.1.0", "release-it": "^16.1.5", "sinon": "^16.0.0", "source-map-support": "^0.5.21", "ts-node": "^10.9.1", "typedoc": "^0.25.1", "typescript": "^5.2.2" }, "engines": { "node": ">=14" }, "files": [ "dist/" ], "homepage": "https://github.com/redis/node-redis/tree/master/packages/client", "keywords": [ "redis" ], "license": "MIT", "main": "./dist/index.js", "name": "@redis/client", "repository": { "type": "git", "url": "git://github.com/redis/node-redis.git" }, "scripts": { "build": "tsc", "documentation": "typedoc", "lint": "eslint ./*.ts ./lib/**/*.ts", "test": "nyc -r text-summary -r lcov mocha -r source-map-support/register -r ts-node/register './lib/**/*.spec.ts'" }, "types": "./dist/index.d.ts", "version": "1.6.0" }