package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "redis-commands@^1.2.0",
  3. "_id": "redis-commands@1.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-UvnPmRU+/M5WqPhq+Ya9BOmIYC8=",
  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. ],
  21. "_resolved": "http://registry.npm.taobao.org/redis-commands/download/redis-commands-1.4.0.tgz",
  22. "_shasum": "52f9cf99153efcce56a8f86af986bd04e988602f",
  23. "_spec": "redis-commands@^1.2.0",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\redis",
  25. "author": {
  26. "name": "luin",
  27. "email": "i@zihua.li",
  28. "url": "http://zihua.li"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/NodeRedis/redis-commands/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Redis commands",
  36. "devDependencies": {
  37. "chai": "^4.0.1",
  38. "codeclimate-test-reporter": "^0.4.0",
  39. "ioredis": "^3.0.0",
  40. "istanbul": "^0.4.3",
  41. "mocha": "^5.0.0",
  42. "safe-stable-stringify": "^1.0.0",
  43. "snazzy": "^8.0.0",
  44. "standard": "^11.0.0"
  45. },
  46. "homepage": "https://github.com/NodeRedis/redis-commands",
  47. "keywords": [
  48. "redis",
  49. "commands",
  50. "prefix"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "redis-commands",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/NodeRedis/redis-commands.git"
  58. },
  59. "scripts": {
  60. "build": "node tools/build",
  61. "coverage": "node ./node_modules/istanbul/lib/cli.js cover --preserve-comments ./node_modules/mocha/bin/_mocha -- -R spec",
  62. "coverage:check": "node ./node_modules/istanbul/lib/cli.js check-coverage --branch 100 --statement 100",
  63. "lint": "standard --fix --verbose | snazzy",
  64. "posttest": "npm run coverage && npm run coverage:check",
  65. "pretest": "npm run lint",
  66. "test": "mocha"
  67. },
  68. "version": "1.4.0"
  69. }