package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "redis-commands@^1.2.0",
  3. "_id": "redis-commands@1.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6KxamqpZ468MeQC3bkWmCB1fp56XL64D4Kf0zJSwDZbVLLm7KFkoIcHrgRvQ+sk8dnhySs7+yBg94yIkAK7aJg==",
  6. "_location": "/redis-commands",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "redis-commands@^1.2.0",
  12. "name": "redis-commands",
  13. "escapedName": "redis-commands",
  14. "rawSpec": "^1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/redis",
  20. "/socket.io-redis/redis"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/redis-commands/-/redis-commands-1.5.0.tgz",
  23. "_shasum": "80d2e20698fe688f227127ff9e5164a7dd17e785",
  24. "_spec": "redis-commands@^1.2.0",
  25. "_where": "/data/wwwroot/zbsc.yunbaozb.com/node/node_modules/redis",
  26. "author": {
  27. "name": "luin",
  28. "email": "i@zihua.li",
  29. "url": "http://zihua.li"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/NodeRedis/redis-commands/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Redis commands",
  37. "devDependencies": {
  38. "chai": "^4.0.1",
  39. "codeclimate-test-reporter": "^0.5.1",
  40. "ioredis": "^4.9.0",
  41. "istanbul": "^0.4.3",
  42. "mocha": "^6.0.0",
  43. "safe-stable-stringify": "^1.0.0",
  44. "snazzy": "^8.0.0",
  45. "standard": "^12.0.0"
  46. },
  47. "homepage": "https://github.com/NodeRedis/redis-commands",
  48. "keywords": [
  49. "redis",
  50. "commands",
  51. "prefix"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "redis-commands",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/NodeRedis/redis-commands.git"
  59. },
  60. "scripts": {
  61. "build": "node tools/build",
  62. "coverage": "node ./node_modules/istanbul/lib/cli.js cover --preserve-comments ./node_modules/mocha/bin/_mocha -- -R spec",
  63. "coverage:check": "node ./node_modules/istanbul/lib/cli.js check-coverage --branch 100 --statement 100",
  64. "lint": "standard --fix --verbose | snazzy",
  65. "posttest": "npm run coverage && npm run coverage:check",
  66. "pretest": "npm run lint",
  67. "test": "mocha"
  68. },
  69. "version": "1.5.0"
  70. }