You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
2.0 KiB

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