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.

66 lines
1.8 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "socket.io-redis@5.3.0",
  5. "/home/guest/socket"
  6. ]
  7. ],
  8. "_from": "socket.io-redis@5.3.0",
  9. "_id": "socket.io-redis@5.3.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-w2EqyGdw3oXzd1MY4sVIg2rYVooDI5sSwel8DOt38sTgaJuuXQSC847x38FvLSn2Rt6MAcdLhiNw/FqjzeC4RQ==",
  12. "_location": "/socket.io-redis",
  13. "_phantomChildren": {
  14. "double-ended-queue": "2.1.0-0",
  15. "redis-commands": "1.6.0",
  16. "redis-parser": "2.6.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "socket.io-redis@5.3.0",
  22. "name": "socket.io-redis",
  23. "escapedName": "socket.io-redis",
  24. "rawSpec": "5.3.0",
  25. "saveSpec": null,
  26. "fetchSpec": "5.3.0"
  27. },
  28. "_requiredBy": [
  29. "/"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/socket.io-redis/-/socket.io-redis-5.3.0.tgz",
  32. "_spec": "5.3.0",
  33. "_where": "/home/guest/socket",
  34. "bugs": {
  35. "url": "https://github.com/socketio/socket.io-redis/issues"
  36. },
  37. "dependencies": {
  38. "debug": "~4.1.0",
  39. "notepack.io": "~2.1.2",
  40. "redis": "~2.8.0",
  41. "socket.io-adapter": "~1.1.0",
  42. "uid2": "0.0.3"
  43. },
  44. "description": "[![Build Status](https://travis-ci.org/socketio/socket.io-redis.svg?branch=master)](https://travis-ci.org/socketio/socket.io-redis) [![NPM version](https://badge.fury.io/js/socket.io-redis.svg)](http://badge.fury.io/js/socket.io-redis)",
  45. "devDependencies": {
  46. "expect.js": "0.3.1",
  47. "ioredis": "^4.0.0",
  48. "mocha": "^3.4.2",
  49. "socket.io": "latest",
  50. "socket.io-client": "latest"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/socketio/socket.io-redis#readme",
  56. "license": "MIT",
  57. "name": "socket.io-redis",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+ssh://git@github.com/socketio/socket.io-redis.git"
  61. },
  62. "scripts": {
  63. "test": "mocha"
  64. },
  65. "version": "5.3.0"
  66. }