package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "@redis/client@1.6.0",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "@redis/client@1.6.0",
  9. "_id": "@redis/client@1.6.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-aR0uffYI700OEEH4gYnitAnv3vzVGXCFvYfdpu/CJKvk4pHfLPEy/JSZyrpQ+15WhXe1yJRXLtfQ84s4mEXnPg==",
  12. "_location": "/@redis/client",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@redis/client@1.6.0",
  18. "name": "@redis/client",
  19. "escapedName": "@redis%2fclient",
  20. "scope": "@redis",
  21. "rawSpec": "1.6.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.6.0"
  24. },
  25. "_requiredBy": [
  26. "/redis"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/@redis/client/-/client-1.6.0.tgz",
  29. "_spec": "1.6.0",
  30. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  31. "bugs": {
  32. "url": "https://github.com/redis/node-redis/issues"
  33. },
  34. "dependencies": {
  35. "cluster-key-slot": "1.1.2",
  36. "generic-pool": "3.9.0",
  37. "yallist": "4.0.0"
  38. },
  39. "description": "The source code and documentation for this package are in the main [node-redis](https://github.com/redis/node-redis) repo.",
  40. "devDependencies": {
  41. "@istanbuljs/nyc-config-typescript": "^1.0.2",
  42. "@redis/test-utils": "*",
  43. "@types/node": "^20.6.2",
  44. "@types/sinon": "^10.0.16",
  45. "@types/yallist": "^4.0.1",
  46. "@typescript-eslint/eslint-plugin": "^6.7.2",
  47. "@typescript-eslint/parser": "^6.7.2",
  48. "eslint": "^8.49.0",
  49. "nyc": "^15.1.0",
  50. "release-it": "^16.1.5",
  51. "sinon": "^16.0.0",
  52. "source-map-support": "^0.5.21",
  53. "ts-node": "^10.9.1",
  54. "typedoc": "^0.25.1",
  55. "typescript": "^5.2.2"
  56. },
  57. "engines": {
  58. "node": ">=14"
  59. },
  60. "files": [
  61. "dist/"
  62. ],
  63. "homepage": "https://github.com/redis/node-redis/tree/master/packages/client",
  64. "keywords": [
  65. "redis"
  66. ],
  67. "license": "MIT",
  68. "main": "./dist/index.js",
  69. "name": "@redis/client",
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/redis/node-redis.git"
  73. },
  74. "scripts": {
  75. "build": "tsc",
  76. "documentation": "typedoc",
  77. "lint": "eslint ./*.ts ./lib/**/*.ts",
  78. "test": "nyc -r text-summary -r lcov mocha -r source-map-support/register -r ts-node/register './lib/**/*.spec.ts'"
  79. },
  80. "types": "./dist/index.d.ts",
  81. "version": "1.6.0"
  82. }