package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "socket.io-redis@^4.0.0",
  3. "_id": "socket.io-redis@4.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-U64BjjaQ8p16arsdjApz/N6lqEM=",
  6. "_location": "/socket.io-redis",
  7. "_phantomChildren": {
  8. "double-ended-queue": "2.1.0-0",
  9. "json3": "3.3.2",
  10. "redis-commands": "1.5.0",
  11. "redis-parser": "2.6.0"
  12. },
  13. "_requested": {
  14. "type": "range",
  15. "registry": true,
  16. "raw": "socket.io-redis@^4.0.0",
  17. "name": "socket.io-redis",
  18. "escapedName": "socket.io-redis",
  19. "rawSpec": "^4.0.0",
  20. "saveSpec": null,
  21. "fetchSpec": "^4.0.0"
  22. },
  23. "_requiredBy": [
  24. "/"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/socket.io-redis/-/socket.io-redis-4.0.1.tgz",
  27. "_shasum": "53ae018e3690f29d7a6abb1d8c0a73fcdea5a843",
  28. "_spec": "socket.io-redis@^4.0.0",
  29. "_where": "/data/wwwroot/zbsc.yunbaozb.com/node",
  30. "bugs": {
  31. "url": "https://github.com/socketio/socket.io-redis/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "async": "2.1.4",
  36. "debug": "2.3.3",
  37. "msgpack-lite": "0.1.26",
  38. "redis": "2.6.3",
  39. "socket.io-adapter": "0.5.0",
  40. "uid2": "0.0.3"
  41. },
  42. "deprecated": false,
  43. "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)",
  44. "devDependencies": {
  45. "expect.js": "0.3.1",
  46. "ioredis": "2.5.0",
  47. "mocha": "3.2.0",
  48. "socket.io": "1.7.x",
  49. "socket.io-client": "1.7.x"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/socketio/socket.io-redis#readme",
  55. "license": "MIT",
  56. "name": "socket.io-redis",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+ssh://git@github.com/socketio/socket.io-redis.git"
  60. },
  61. "scripts": {
  62. "test": "mocha"
  63. },
  64. "version": "4.0.1"
  65. }