wechat wss demo

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "duplexify@^3.6.0",
  3. "_id": "duplexify@3.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-fO3Di4tBKJpYTFHAxTU00BcfWMY9w24r/x21a6rZRbsD/ToUgGxsMbiGRmB7uVAXeGKXD9MwiLZa5E97EVgIRQ==",
  6. "_location": "/duplexify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "duplexify@^3.6.0",
  12. "name": "duplexify",
  13. "escapedName": "duplexify",
  14. "rawSpec": "^3.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.6.0"
  17. },
  18. "_requiredBy": [
  19. "/pumpify",
  20. "/websocket-stream"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.6.0.tgz",
  23. "_shasum": "592903f5d80b38d037220541264d69a198fb3410",
  24. "_spec": "duplexify@^3.6.0",
  25. "_where": "/var/wss/node_modules/pumpify",
  26. "author": {
  27. "name": "Mathias Buus"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mafintosh/duplexify/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "end-of-stream": "^1.0.0",
  35. "inherits": "^2.0.1",
  36. "readable-stream": "^2.0.0",
  37. "stream-shift": "^1.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input",
  41. "devDependencies": {
  42. "concat-stream": "^1.5.2",
  43. "tape": "^4.0.0",
  44. "through2": "^2.0.0"
  45. },
  46. "homepage": "https://github.com/mafintosh/duplexify",
  47. "keywords": [
  48. "duplex",
  49. "streams2",
  50. "streams",
  51. "stream",
  52. "writable",
  53. "readable",
  54. "async"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "duplexify",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/mafintosh/duplexify.git"
  62. },
  63. "scripts": {
  64. "test": "tape test.js"
  65. },
  66. "version": "3.6.0"
  67. }