You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

108 lines
2.5 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "redis@3.0.2",
  5. "/home/guest/socket"
  6. ]
  7. ],
  8. "_from": "redis@3.0.2",
  9. "_id": "redis@3.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-PNhLCrjU6vKVuMOyFu7oSP296mwBkcE6lrAjruBYG5LgdSqtRBoVQIylrMyVZD/lkF24RSNNatzvYag6HRBHjQ==",
  12. "_location": "/redis",
  13. "_phantomChildren": {
  14. "redis-errors": "1.2.0"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "redis@3.0.2",
  20. "name": "redis",
  21. "escapedName": "redis",
  22. "rawSpec": "3.0.2",
  23. "saveSpec": null,
  24. "fetchSpec": "3.0.2"
  25. },
  26. "_requiredBy": [
  27. "/"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/redis/-/redis-3.0.2.tgz",
  30. "_spec": "3.0.2",
  31. "_where": "/home/guest/socket",
  32. "author": {
  33. "name": "Matt Ranney",
  34. "email": "mjr@ranney.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/NodeRedis/node-redis/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Mike Diarmid",
  42. "url": "Salakar"
  43. },
  44. {
  45. "name": "Ruben Bridgewater",
  46. "url": "BridgeAR"
  47. }
  48. ],
  49. "dependencies": {
  50. "denque": "^1.4.1",
  51. "redis-commands": "^1.5.0",
  52. "redis-errors": "^1.2.0",
  53. "redis-parser": "^3.0.0"
  54. },
  55. "description": "A high performance Redis client.",
  56. "devDependencies": {
  57. "bluebird": "^3.7.2",
  58. "coveralls": "^2.11.2",
  59. "cross-spawn": "^6.0.5",
  60. "eslint": "^6.8.0",
  61. "intercept-stdout": "~0.1.2",
  62. "metrics": "^0.1.21",
  63. "mocha": "^4.1.0",
  64. "nyc": "^14.1.1",
  65. "prettier": "^1.19.1",
  66. "tcp-port-used": "^1.0.1",
  67. "uuid": "^3.4.0"
  68. },
  69. "directories": {
  70. "example": "examples",
  71. "test": "test"
  72. },
  73. "engines": {
  74. "node": ">=6"
  75. },
  76. "funding": {
  77. "type": "opencollective",
  78. "url": "https://opencollective.com/node-redis"
  79. },
  80. "homepage": "https://github.com/NodeRedis/node-redis",
  81. "keywords": [
  82. "database",
  83. "redis",
  84. "transaction",
  85. "pipelining",
  86. "performance",
  87. "queue",
  88. "nodejs",
  89. "pubsub",
  90. "backpressure"
  91. ],
  92. "license": "MIT",
  93. "main": "./index.js",
  94. "name": "redis",
  95. "repository": {
  96. "type": "git",
  97. "url": "git://github.com/NodeRedis/node-redis.git"
  98. },
  99. "scripts": {
  100. "benchmark": "node benchmarks/multi_bench.js",
  101. "compare": "node benchmarks/diff_multi_bench_output.js beforeBench.txt afterBench.txt",
  102. "coverage": "nyc report --reporter=html",
  103. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  104. "lint": "eslint . --fix && npm run coverage",
  105. "test": "nyc --cache mocha ./test/*.js ./test/commands/*.js --timeout=8000"
  106. },
  107. "version": "3.0.2"
  108. }