package.json 2.1 KB

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