wechat wss demo

package.json 2.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "mqtt-packet@^5.6.0",
  3. "_id": "mqtt-packet@5.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-QECe2ivqcR1LRsPobRsjenEKAC3i1a5gmm+jNKJLrsiq9PaSQ18LlKFuxvhGxWkvGEPadWv6rKd31O4ICqS1Xw==",
  6. "_location": "/mqtt-packet",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mqtt-packet@^5.6.0",
  12. "name": "mqtt-packet",
  13. "escapedName": "mqtt-packet",
  14. "rawSpec": "^5.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.6.0"
  17. },
  18. "_requiredBy": [
  19. "/mqtt"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/mqtt-packet/-/mqtt-packet-5.6.0.tgz",
  22. "_shasum": "923fb704d0ce0bd6ac81c7e1cc09469b1512d2fd",
  23. "_spec": "mqtt-packet@^5.6.0",
  24. "_where": "/var/wss/node_modules/mqtt",
  25. "bugs": {
  26. "url": "https://github.com/mqttjs/mqtt-packet/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Matteo Collina",
  32. "email": "matteo.collina@gmail.com",
  33. "url": "https://github.com/mcollina"
  34. },
  35. {
  36. "name": "Adam Rudd",
  37. "email": "damvrr@gmail.com"
  38. },
  39. {
  40. "name": "Peter Sorowka",
  41. "url": "https://github.com/psorowka"
  42. },
  43. {
  44. "name": "Wouter Klijn",
  45. "email": "contact@wuhkuh.com",
  46. "url": "https://github.com/wuhkuh"
  47. }
  48. ],
  49. "dependencies": {
  50. "bl": "^1.2.1",
  51. "inherits": "^2.0.3",
  52. "process-nextick-args": "^2.0.0",
  53. "safe-buffer": "^5.1.0"
  54. },
  55. "deprecated": false,
  56. "description": "Parse and generate MQTT packets like a breeze",
  57. "devDependencies": {
  58. "dev-null": "^0.1.1",
  59. "pre-commit": "^1.2.2",
  60. "readable-stream": "^2.3.0",
  61. "standard": "^10.0.2",
  62. "tap-spec": "^4.1.1",
  63. "tape": "^4.6.3"
  64. },
  65. "homepage": "https://github.com/mqttjs/mqtt-packet",
  66. "keywords": [
  67. "MQTT",
  68. "packet",
  69. "parse",
  70. "publish",
  71. "subscribe",
  72. "pubsub"
  73. ],
  74. "license": "MIT",
  75. "main": "mqtt.js",
  76. "name": "mqtt-packet",
  77. "pre-commit": "test",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/mqttjs/mqtt-packet.git"
  81. },
  82. "scripts": {
  83. "ci": "tape test.js && node testRandom && standard",
  84. "test": "tape test.js | tap-spec && standard"
  85. },
  86. "types": "types/index.d.ts",
  87. "version": "5.6.0"
  88. }