package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_from": "ioredis@^4.14.1",
  3. "_id": "ioredis@4.14.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-94W+X//GHM+1GJvDk6JPc+8qlM7Dul+9K+lg3/aHixPN7ZGkW6qlvX0DG6At9hWtH2v3B32myfZqWoANUJYGJA==",
  6. "_location": "/ioredis",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ioredis@^4.14.1",
  12. "name": "ioredis",
  13. "escapedName": "ioredis",
  14. "rawSpec": "^4.14.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.14.1"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.14.1.tgz",
  23. "_shasum": "b73ded95fcf220f106d33125a92ef6213aa31318",
  24. "_spec": "ioredis@^4.14.1",
  25. "_where": "E:\\workspace\\node\\qipai_server",
  26. "author": {
  27. "name": "luin",
  28. "email": "i@zihua.li",
  29. "url": "http://zihua.li"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/luin/ioredis/issues"
  33. },
  34. "bundleDependencies": false,
  35. "config": {
  36. "commitizen": {
  37. "path": "./node_modules/cz-conventional-changelog"
  38. }
  39. },
  40. "dependencies": {
  41. "cluster-key-slot": "^1.1.0",
  42. "debug": "^4.1.1",
  43. "denque": "^1.1.0",
  44. "lodash.defaults": "^4.2.0",
  45. "lodash.flatten": "^4.4.0",
  46. "redis-commands": "1.5.0",
  47. "redis-errors": "^1.2.0",
  48. "redis-parser": "^3.0.0",
  49. "standard-as-callback": "^2.0.1"
  50. },
  51. "deprecated": false,
  52. "description": "A robust, performance-focused and full-featured Redis client for Node.js.",
  53. "devDependencies": {
  54. "@semantic-release/changelog": "^3.0.4",
  55. "@semantic-release/git": "^7.0.12",
  56. "@types/bluebird": "^3.5.27",
  57. "@types/chai": "^4.1.7",
  58. "@types/debug": "^4.1.4",
  59. "@types/lodash.defaults": "^4.2.6",
  60. "@types/lodash.flatten": "^4.4.6",
  61. "@types/mocha": "^5.2.7",
  62. "@types/node": "^12.0.2",
  63. "@types/redis-errors": "1.2.0",
  64. "@types/sinon": "^7.0.13",
  65. "@typescript-eslint/eslint-plugin": "^1.11.0",
  66. "@typescript-eslint/parser": "^1.11.0",
  67. "bluebird": "^3.5.4",
  68. "chai": "^4.2.0",
  69. "cz-conventional-changelog": "^2.0.0",
  70. "eslint": "^5.16.0",
  71. "eslint-config-prettier": "^5.1.0",
  72. "husky": "^2.5.0",
  73. "istanbul": "^0.4.5",
  74. "mocha": "^5.0.0",
  75. "prettier": "^1.18.2",
  76. "pretty-quick": "^1.11.1",
  77. "server-destroy": "^1.0.1",
  78. "sinon": "^7.3.2",
  79. "ts-node": "^8.1.0",
  80. "typescript": "^3.5.1"
  81. },
  82. "engines": {
  83. "node": ">=6"
  84. },
  85. "files": [
  86. "built/"
  87. ],
  88. "homepage": "https://github.com/luin/ioredis#readme",
  89. "husky": {
  90. "hooks": {
  91. "pre-commit": "pretty-quick --staged"
  92. }
  93. },
  94. "keywords": [
  95. "redis",
  96. "cluster",
  97. "sentinel",
  98. "pipelining"
  99. ],
  100. "license": "MIT",
  101. "main": "built/index.js",
  102. "name": "ioredis",
  103. "repository": {
  104. "type": "git",
  105. "url": "git://github.com/luin/ioredis.git"
  106. },
  107. "scripts": {
  108. "bench": "matcha benchmarks/*.js",
  109. "build": "rm -rf built && tsc",
  110. "format": "prettier --write \"{,!(node_modules)/**/}*.{js,ts}\"",
  111. "format-check": "prettier --check \"{,!(node_modules)/**/}*.{js,ts}\"",
  112. "lint": "eslint --ext .js,.ts .",
  113. "prepublishOnly": "npm run build && npm test",
  114. "semantic-release": "semantic-release",
  115. "test": "TS_NODE_TRANSPILE_ONLY=true TS_NODE_LOG_ERROR=true NODE_ENV=test mocha \"test/**/*.ts\"",
  116. "test:cov": "TS_NODE_TRANSPILE_ONLY=true TS_NODE_LOG_ERROR=true NODE_ENV=test node ./node_modules/istanbul/lib/cli.js cover --preserve-comments ./node_modules/mocha/bin/_mocha -- -r ts-node/register -R spec --exit \"test/**/*.ts\""
  117. },
  118. "version": "4.14.1"
  119. }