package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "redis@4.7.0",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "redis@4.7.0",
  9. "_id": "redis@4.7.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-zvmkHEAdGMn+hMRXuMBtu4Vo5P6rHQjLoHftu+lBqq8ZTA3RCVC/WzD790bkKKiNFp7d5/9PcSD19fJyyRvOdQ==",
  12. "_location": "/redis",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "redis@4.7.0",
  18. "name": "redis",
  19. "escapedName": "redis",
  20. "rawSpec": "4.7.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.7.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/redis/-/redis-4.7.0.tgz",
  28. "_spec": "4.7.0",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "bugs": {
  31. "url": "https://github.com/redis/node-redis/issues"
  32. },
  33. "dependencies": {
  34. "@redis/bloom": "1.2.0",
  35. "@redis/client": "1.6.0",
  36. "@redis/graph": "1.1.1",
  37. "@redis/json": "1.0.7",
  38. "@redis/search": "1.2.0",
  39. "@redis/time-series": "1.1.0"
  40. },
  41. "description": "A modern, high performance Redis client",
  42. "devDependencies": {
  43. "@tsconfig/node14": "^14.1.0",
  44. "gh-pages": "^6.0.0",
  45. "release-it": "^16.1.5",
  46. "typescript": "^5.2.2"
  47. },
  48. "files": [
  49. "dist/"
  50. ],
  51. "homepage": "https://github.com/redis/node-redis",
  52. "keywords": [
  53. "redis"
  54. ],
  55. "license": "MIT",
  56. "main": "./dist/index.js",
  57. "name": "redis",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/redis/node-redis.git"
  61. },
  62. "scripts": {
  63. "build": "tsc",
  64. "build-all": "npm run build:client && npm run build:test-utils && npm run build:modules && npm run build",
  65. "build:client": "npm run build -w ./packages/client",
  66. "build:modules": "find ./packages -mindepth 1 -maxdepth 1 -type d ! -name 'client' ! -name 'test-utils' -exec npm run build -w {} \\;",
  67. "build:test-utils": "npm run build -w ./packages/test-utils",
  68. "build:tests-tools": "npm run build:client && npm run build:test-utils",
  69. "documentation": "npm run documentation -ws --if-present",
  70. "gh-pages": "gh-pages -d ./documentation -e ./documentation -u 'documentation-bot <documentation@bot>'",
  71. "test": "npm run test -ws --if-present"
  72. },
  73. "types": "./dist/index.d.ts",
  74. "version": "4.7.0",
  75. "workspaces": [
  76. "./packages/*"
  77. ]
  78. }