wechat wss demo

package.json 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "name": "ws",
  3. "version": "5.1.1",
  4. "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
  5. "keywords": [
  6. "HyBi",
  7. "Push",
  8. "RFC-6455",
  9. "WebSocket",
  10. "WebSockets",
  11. "real-time"
  12. ],
  13. "homepage": "https://github.com/websockets/ws",
  14. "bugs": {
  15. "url": "https://github.com/websockets/ws/issues"
  16. },
  17. "repository": {
  18. "type": "git",
  19. "url": "git+https://github.com/websockets/ws.git"
  20. },
  21. "author": {
  22. "name": "Einar Otto Stangvik",
  23. "email": "einaros@gmail.com",
  24. "url": "http://2x.io"
  25. },
  26. "license": "MIT",
  27. "main": "index.js",
  28. "files": [
  29. "index.js",
  30. "lib"
  31. ],
  32. "scripts": {
  33. "test": "eslint . && nyc --reporter=html --reporter=text mocha test/*.test.js",
  34. "integration": "eslint . && mocha test/*.integration.js",
  35. "lint": "eslint ."
  36. },
  37. "dependencies": {
  38. "async-limiter": "~1.0.0"
  39. },
  40. "devDependencies": {
  41. "benchmark": "~2.1.2",
  42. "bufferutil": "~3.0.0",
  43. "eslint": "~4.19.0",
  44. "eslint-config-standard": "~11.0.0",
  45. "eslint-plugin-import": "~2.10.0",
  46. "eslint-plugin-node": "~6.0.0",
  47. "eslint-plugin-promise": "~3.7.0",
  48. "eslint-plugin-standard": "~3.0.0",
  49. "mocha": "~5.0.0",
  50. "nyc": "~11.6.0",
  51. "utf-8-validate": "~4.0.0"
  52. },
  53. "gitHead": "10c92fff16c53be18c7be05c8a4c65d25cae8088",
  54. "_id": "ws@5.1.1",
  55. "_npmVersion": "5.6.0",
  56. "_nodeVersion": "9.10.1",
  57. "_npmUser": {
  58. "name": "lpinca",
  59. "email": "luigipinca@gmail.com"
  60. },
  61. "dist": {
  62. "integrity": "sha512-bOusvpCb09TOBLbpMKszd45WKC2KPtxiyiHanv+H2DE3Az+1db5a/L7sVJZVDPUC1Br8f0SKRr1KjLpD1U/IAw==",
  63. "shasum": "1d43704689711ac1942fd2f283e38f825c4b8b95",
  64. "tarball": "https://registry.npmjs.org/ws/-/ws-5.1.1.tgz",
  65. "fileCount": 15,
  66. "unpackedSize": 104066
  67. },
  68. "maintainers": [
  69. {
  70. "name": "3rdeden",
  71. "email": "npm@3rd-Eden.com"
  72. },
  73. {
  74. "name": "einaros",
  75. "email": "einaros@gmail.com"
  76. },
  77. {
  78. "name": "lpinca",
  79. "email": "luigipinca@gmail.com"
  80. },
  81. {
  82. "name": "v1",
  83. "email": "npm@3rd-Eden.com"
  84. }
  85. ],
  86. "directories": {},
  87. "_npmOperationalInternal": {
  88. "host": "s3://npm-registry-packages",
  89. "tmp": "tmp/ws_5.1.1_1522676448860_0.5792033954157976"
  90. },
  91. "_shasum": "1d43704689711ac1942fd2f283e38f825c4b8b95",
  92. "_resolved": "https://registry.npmjs.org/ws/-/ws-5.1.1.tgz",
  93. "_from": "ws@latest",
  94. "readme": "ERROR: No README data found!"
  95. }