package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "redis@^2.8.0",
  3. "_id": "redis@2.8.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-ICKI4/WMSfYHnZevehDhMDrhSwI=",
  6. "_location": "/redis",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "redis@^2.8.0",
  12. "name": "redis",
  13. "escapedName": "redis",
  14. "rawSpec": "^2.8.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.8.0"
  17. },
  18. "_requiredBy": [
  19. "/connect-redis"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/redis/download/redis-2.8.0.tgz",
  22. "_shasum": "202288e3f58c49f6079d97af7a10e1303ae14b02",
  23. "_spec": "redis@^2.8.0",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\connect-redis",
  25. "author": {
  26. "name": "Matt Ranney",
  27. "email": "mjr@ranney.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/NodeRedis/node_redis/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "double-ended-queue": "^2.1.0-0",
  35. "redis-commands": "^1.2.0",
  36. "redis-parser": "^2.6.0"
  37. },
  38. "deprecated": false,
  39. "description": "Redis client library",
  40. "devDependencies": {
  41. "bluebird": "^3.0.2",
  42. "coveralls": "^2.11.2",
  43. "eslint": "^4.2.0",
  44. "intercept-stdout": "~0.1.2",
  45. "metrics": "^0.1.9",
  46. "mocha": "^3.1.2",
  47. "nyc": "^10.0.0",
  48. "tcp-port-used": "^0.1.2",
  49. "uuid": "^2.0.1",
  50. "win-spawn": "^2.0.0"
  51. },
  52. "directories": {
  53. "example": "examples",
  54. "test": "test"
  55. },
  56. "engines": {
  57. "node": ">=0.10.0"
  58. },
  59. "homepage": "https://github.com/NodeRedis/node_redis",
  60. "keywords": [
  61. "database",
  62. "redis",
  63. "transaction",
  64. "pipelining",
  65. "performance",
  66. "queue",
  67. "nodejs",
  68. "pubsub",
  69. "backpressure"
  70. ],
  71. "license": "MIT",
  72. "main": "./index.js",
  73. "name": "redis",
  74. "repository": {
  75. "type": "git",
  76. "url": "git://github.com/NodeRedis/node_redis.git"
  77. },
  78. "scripts": {
  79. "benchmark": "node benchmarks/multi_bench.js",
  80. "compare": "node benchmarks/diff_multi_bench_output.js beforeBench.txt afterBench.txt",
  81. "coverage": "nyc report --reporter=html",
  82. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  83. "lint": "eslint . --fix && npm run coverage",
  84. "test": "nyc --cache mocha ./test/*.js ./test/commands/*.js --timeout=8000"
  85. },
  86. "version": "2.8.0"
  87. }