wechat wss demo

package-lock.json 19KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535
  1. {
  2. "requires": true,
  3. "lockfileVersion": 1,
  4. "dependencies": {
  5. "async-limiter": {
  6. "version": "1.0.0",
  7. "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz",
  8. "integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg=="
  9. },
  10. "balanced-match": {
  11. "version": "1.0.0",
  12. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
  13. "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c="
  14. },
  15. "bl": {
  16. "version": "1.2.2",
  17. "resolved": "https://registry.npmjs.org/bl/-/bl-1.2.2.tgz",
  18. "integrity": "sha512-e8tQYnZodmebYDWGH7KMRvtzKXaJHx3BbilrgZCfvyLUYdKpK1t5PSPmpkny/SgiTSCnjfLW7v5rlONXVFkQEA==",
  19. "requires": {
  20. "readable-stream": "2.3.6",
  21. "safe-buffer": "5.1.2"
  22. }
  23. },
  24. "brace-expansion": {
  25. "version": "1.1.11",
  26. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  27. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  28. "requires": {
  29. "balanced-match": "1.0.0",
  30. "concat-map": "0.0.1"
  31. }
  32. },
  33. "buffer-from": {
  34. "version": "1.0.0",
  35. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.0.0.tgz",
  36. "integrity": "sha512-83apNb8KK0Se60UE1+4Ukbe3HbfELJ6UlI4ldtOGs7So4KD26orJM8hIY9lxdzP+UpItH1Yh/Y8GUvNFWFFRxA=="
  37. },
  38. "callback-stream": {
  39. "version": "1.1.0",
  40. "resolved": "https://registry.npmjs.org/callback-stream/-/callback-stream-1.1.0.tgz",
  41. "integrity": "sha1-RwGlEmbwbgbqpx/BcjOCLYdfSQg=",
  42. "requires": {
  43. "inherits": "2.0.3",
  44. "readable-stream": "2.3.6"
  45. }
  46. },
  47. "commist": {
  48. "version": "1.0.0",
  49. "resolved": "https://registry.npmjs.org/commist/-/commist-1.0.0.tgz",
  50. "integrity": "sha1-wMNSUBz29S6RJOPvicmAbiAi6+8=",
  51. "requires": {
  52. "leven": "1.0.2",
  53. "minimist": "1.2.0"
  54. }
  55. },
  56. "concat-map": {
  57. "version": "0.0.1",
  58. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  59. "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
  60. },
  61. "concat-stream": {
  62. "version": "1.6.2",
  63. "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz",
  64. "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==",
  65. "requires": {
  66. "buffer-from": "1.0.0",
  67. "inherits": "2.0.3",
  68. "readable-stream": "2.3.6",
  69. "typedarray": "0.0.6"
  70. }
  71. },
  72. "core-util-is": {
  73. "version": "1.0.2",
  74. "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
  75. "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
  76. },
  77. "duplexify": {
  78. "version": "3.6.0",
  79. "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.6.0.tgz",
  80. "integrity": "sha512-fO3Di4tBKJpYTFHAxTU00BcfWMY9w24r/x21a6rZRbsD/ToUgGxsMbiGRmB7uVAXeGKXD9MwiLZa5E97EVgIRQ==",
  81. "requires": {
  82. "end-of-stream": "1.4.1",
  83. "inherits": "2.0.3",
  84. "readable-stream": "2.3.6",
  85. "stream-shift": "1.0.0"
  86. }
  87. },
  88. "encoding": {
  89. "version": "0.1.12",
  90. "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz",
  91. "integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=",
  92. "requires": {
  93. "iconv-lite": "0.4.23"
  94. }
  95. },
  96. "end-of-stream": {
  97. "version": "1.4.1",
  98. "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.1.tgz",
  99. "integrity": "sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q==",
  100. "requires": {
  101. "once": "1.4.0"
  102. }
  103. },
  104. "extend": {
  105. "version": "3.0.1",
  106. "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz",
  107. "integrity": "sha1-p1Xqe8Gt/MWjHOfnYtuq3F5jZEQ="
  108. },
  109. "fs.realpath": {
  110. "version": "1.0.0",
  111. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  112. "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
  113. },
  114. "glob": {
  115. "version": "7.1.2",
  116. "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
  117. "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
  118. "requires": {
  119. "fs.realpath": "1.0.0",
  120. "inflight": "1.0.6",
  121. "inherits": "2.0.3",
  122. "minimatch": "3.0.4",
  123. "once": "1.4.0",
  124. "path-is-absolute": "1.0.1"
  125. }
  126. },
  127. "glob-parent": {
  128. "version": "3.1.0",
  129. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz",
  130. "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=",
  131. "requires": {
  132. "is-glob": "3.1.0",
  133. "path-dirname": "1.0.2"
  134. }
  135. },
  136. "glob-stream": {
  137. "version": "6.1.0",
  138. "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-6.1.0.tgz",
  139. "integrity": "sha1-cEXJlBOz65SIjYOrRtC0BMx73eQ=",
  140. "requires": {
  141. "extend": "3.0.1",
  142. "glob": "7.1.2",
  143. "glob-parent": "3.1.0",
  144. "is-negated-glob": "1.0.0",
  145. "ordered-read-streams": "1.0.1",
  146. "pumpify": "1.5.1",
  147. "readable-stream": "2.3.6",
  148. "remove-trailing-separator": "1.1.0",
  149. "to-absolute-glob": "2.0.2",
  150. "unique-stream": "2.2.1"
  151. }
  152. },
  153. "help-me": {
  154. "version": "1.1.0",
  155. "resolved": "https://registry.npmjs.org/help-me/-/help-me-1.1.0.tgz",
  156. "integrity": "sha1-jy1QjQYAtKRW2i8IZVbn5cBWo8Y=",
  157. "requires": {
  158. "callback-stream": "1.1.0",
  159. "glob-stream": "6.1.0",
  160. "through2": "2.0.3",
  161. "xtend": "4.0.1"
  162. }
  163. },
  164. "iconv-lite": {
  165. "version": "0.4.23",
  166. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.23.tgz",
  167. "integrity": "sha512-neyTUVFtahjf0mB3dZT77u+8O0QB89jFdnBkd5P1JgYPbPaia3gXXOVL2fq8VyU2gMMD7SaN7QukTB/pmXYvDA==",
  168. "requires": {
  169. "safer-buffer": "2.1.2"
  170. }
  171. },
  172. "inflight": {
  173. "version": "1.0.6",
  174. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  175. "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
  176. "requires": {
  177. "once": "1.4.0",
  178. "wrappy": "1.0.2"
  179. }
  180. },
  181. "inherits": {
  182. "version": "2.0.3",
  183. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
  184. "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
  185. },
  186. "is-absolute": {
  187. "version": "1.0.0",
  188. "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz",
  189. "integrity": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==",
  190. "requires": {
  191. "is-relative": "1.0.0",
  192. "is-windows": "1.0.2"
  193. }
  194. },
  195. "is-extglob": {
  196. "version": "2.1.1",
  197. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  198. "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI="
  199. },
  200. "is-glob": {
  201. "version": "3.1.0",
  202. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
  203. "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=",
  204. "requires": {
  205. "is-extglob": "2.1.1"
  206. }
  207. },
  208. "is-negated-glob": {
  209. "version": "1.0.0",
  210. "resolved": "https://registry.npmjs.org/is-negated-glob/-/is-negated-glob-1.0.0.tgz",
  211. "integrity": "sha1-aRC8pdqMleeEtXUbl2z1oQ/uNtI="
  212. },
  213. "is-relative": {
  214. "version": "1.0.0",
  215. "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz",
  216. "integrity": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==",
  217. "requires": {
  218. "is-unc-path": "1.0.0"
  219. }
  220. },
  221. "is-unc-path": {
  222. "version": "1.0.0",
  223. "resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz",
  224. "integrity": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==",
  225. "requires": {
  226. "unc-path-regex": "0.1.2"
  227. }
  228. },
  229. "is-windows": {
  230. "version": "1.0.2",
  231. "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
  232. "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA=="
  233. },
  234. "isarray": {
  235. "version": "1.0.0",
  236. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  237. "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
  238. },
  239. "json-stable-stringify": {
  240. "version": "1.0.1",
  241. "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz",
  242. "integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=",
  243. "requires": {
  244. "jsonify": "0.0.0"
  245. }
  246. },
  247. "jsonify": {
  248. "version": "0.0.0",
  249. "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz",
  250. "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM="
  251. },
  252. "leven": {
  253. "version": "1.0.2",
  254. "resolved": "https://registry.npmjs.org/leven/-/leven-1.0.2.tgz",
  255. "integrity": "sha1-kUS27ryl8dBoAWnxpncNzqYLdcM="
  256. },
  257. "minimatch": {
  258. "version": "3.0.4",
  259. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
  260. "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
  261. "requires": {
  262. "brace-expansion": "1.1.11"
  263. }
  264. },
  265. "minimist": {
  266. "version": "1.2.0",
  267. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
  268. "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ="
  269. },
  270. "mqtt": {
  271. "version": "2.18.0",
  272. "resolved": "https://registry.npmjs.org/mqtt/-/mqtt-2.18.0.tgz",
  273. "integrity": "sha512-d4hXWziT6tLMjaQs5TVh8uHWS072GBfmBIABezbWZ8W0nNzgMUm6iEmXDLvxkj5YVgl8qDdM0pWQ2NwRwhU7nA==",
  274. "requires": {
  275. "commist": "1.0.0",
  276. "concat-stream": "1.6.2",
  277. "end-of-stream": "1.4.1",
  278. "help-me": "1.1.0",
  279. "inherits": "2.0.3",
  280. "minimist": "1.2.0",
  281. "mqtt-packet": "5.6.0",
  282. "pump": "3.0.0",
  283. "readable-stream": "2.3.6",
  284. "reinterval": "1.1.0",
  285. "split2": "2.2.0",
  286. "websocket-stream": "5.1.2",
  287. "xtend": "4.0.1"
  288. }
  289. },
  290. "mqtt-packet": {
  291. "version": "5.6.0",
  292. "resolved": "https://registry.npmjs.org/mqtt-packet/-/mqtt-packet-5.6.0.tgz",
  293. "integrity": "sha512-QECe2ivqcR1LRsPobRsjenEKAC3i1a5gmm+jNKJLrsiq9PaSQ18LlKFuxvhGxWkvGEPadWv6rKd31O4ICqS1Xw==",
  294. "requires": {
  295. "bl": "1.2.2",
  296. "inherits": "2.0.3",
  297. "process-nextick-args": "2.0.0",
  298. "safe-buffer": "5.1.2"
  299. }
  300. },
  301. "once": {
  302. "version": "1.4.0",
  303. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  304. "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
  305. "requires": {
  306. "wrappy": "1.0.2"
  307. }
  308. },
  309. "ordered-read-streams": {
  310. "version": "1.0.1",
  311. "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-1.0.1.tgz",
  312. "integrity": "sha1-d8DLN8QVJdZBZtmQ/61+xqDhNj4=",
  313. "requires": {
  314. "readable-stream": "2.3.6"
  315. }
  316. },
  317. "path-dirname": {
  318. "version": "1.0.2",
  319. "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz",
  320. "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA="
  321. },
  322. "path-is-absolute": {
  323. "version": "1.0.1",
  324. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  325. "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
  326. },
  327. "process-nextick-args": {
  328. "version": "2.0.0",
  329. "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz",
  330. "integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw=="
  331. },
  332. "pump": {
  333. "version": "3.0.0",
  334. "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
  335. "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
  336. "requires": {
  337. "end-of-stream": "1.4.1",
  338. "once": "1.4.0"
  339. }
  340. },
  341. "pumpify": {
  342. "version": "1.5.1",
  343. "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz",
  344. "integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==",
  345. "requires": {
  346. "duplexify": "3.6.0",
  347. "inherits": "2.0.3",
  348. "pump": "2.0.1"
  349. },
  350. "dependencies": {
  351. "pump": {
  352. "version": "2.0.1",
  353. "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz",
  354. "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==",
  355. "requires": {
  356. "end-of-stream": "1.4.1",
  357. "once": "1.4.0"
  358. }
  359. }
  360. }
  361. },
  362. "readable-stream": {
  363. "version": "2.3.6",
  364. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
  365. "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
  366. "requires": {
  367. "core-util-is": "1.0.2",
  368. "inherits": "2.0.3",
  369. "isarray": "1.0.0",
  370. "process-nextick-args": "2.0.0",
  371. "safe-buffer": "5.1.2",
  372. "string_decoder": "1.1.1",
  373. "util-deprecate": "1.0.2"
  374. }
  375. },
  376. "reinterval": {
  377. "version": "1.1.0",
  378. "resolved": "https://registry.npmjs.org/reinterval/-/reinterval-1.1.0.tgz",
  379. "integrity": "sha1-M2Hs+jymwYKDOA3Qu5VG85D17Oc="
  380. },
  381. "remove-trailing-separator": {
  382. "version": "1.1.0",
  383. "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
  384. "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8="
  385. },
  386. "safe-buffer": {
  387. "version": "5.1.2",
  388. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  389. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
  390. },
  391. "safer-buffer": {
  392. "version": "2.1.2",
  393. "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
  394. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
  395. },
  396. "split2": {
  397. "version": "2.2.0",
  398. "resolved": "https://registry.npmjs.org/split2/-/split2-2.2.0.tgz",
  399. "integrity": "sha512-RAb22TG39LhI31MbreBgIuKiIKhVsawfTgEGqKHTK87aG+ul/PB8Sqoi3I7kVdRWiCfrKxK3uo4/YUkpNvhPbw==",
  400. "requires": {
  401. "through2": "2.0.3"
  402. }
  403. },
  404. "stream-shift": {
  405. "version": "1.0.0",
  406. "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.0.tgz",
  407. "integrity": "sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI="
  408. },
  409. "string_decoder": {
  410. "version": "1.1.1",
  411. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  412. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  413. "requires": {
  414. "safe-buffer": "5.1.2"
  415. }
  416. },
  417. "text-encoding": {
  418. "version": "0.6.4",
  419. "resolved": "https://registry.npmjs.org/text-encoding/-/text-encoding-0.6.4.tgz",
  420. "integrity": "sha1-45mpgiV6J22uQou5KEXLcb3CbRk="
  421. },
  422. "through2": {
  423. "version": "2.0.3",
  424. "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz",
  425. "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=",
  426. "requires": {
  427. "readable-stream": "2.3.6",
  428. "xtend": "4.0.1"
  429. }
  430. },
  431. "through2-filter": {
  432. "version": "2.0.0",
  433. "resolved": "https://registry.npmjs.org/through2-filter/-/through2-filter-2.0.0.tgz",
  434. "integrity": "sha1-YLxVoNrLdghdsfna6Zq0P4PWIuw=",
  435. "requires": {
  436. "through2": "2.0.3",
  437. "xtend": "4.0.1"
  438. }
  439. },
  440. "to-absolute-glob": {
  441. "version": "2.0.2",
  442. "resolved": "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-2.0.2.tgz",
  443. "integrity": "sha1-GGX0PZ50sIItufFFt4z/fQ98hJs=",
  444. "requires": {
  445. "is-absolute": "1.0.0",
  446. "is-negated-glob": "1.0.0"
  447. }
  448. },
  449. "typedarray": {
  450. "version": "0.0.6",
  451. "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
  452. "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c="
  453. },
  454. "ultron": {
  455. "version": "1.1.1",
  456. "resolved": "https://registry.npmjs.org/ultron/-/ultron-1.1.1.tgz",
  457. "integrity": "sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og=="
  458. },
  459. "unc-path-regex": {
  460. "version": "0.1.2",
  461. "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz",
  462. "integrity": "sha1-5z3T17DXxe2G+6xrCufYxqadUPo="
  463. },
  464. "unique-stream": {
  465. "version": "2.2.1",
  466. "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.2.1.tgz",
  467. "integrity": "sha1-WqADz76Uxf+GbE59ZouxxNuts2k=",
  468. "requires": {
  469. "json-stable-stringify": "1.0.1",
  470. "through2-filter": "2.0.0"
  471. }
  472. },
  473. "utf8": {
  474. "version": "3.0.0",
  475. "resolved": "https://registry.npmjs.org/utf8/-/utf8-3.0.0.tgz",
  476. "integrity": "sha512-E8VjFIQ/TyQgp+TZfS6l8yp/xWppSAHzidGiRrqe4bK4XP9pTRyKFgGJpO3SN7zdX4DeomTrwaseCHovfpFcqQ=="
  477. },
  478. "util-deprecate": {
  479. "version": "1.0.2",
  480. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  481. "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
  482. },
  483. "websocket-stream": {
  484. "version": "5.1.2",
  485. "resolved": "https://registry.npmjs.org/websocket-stream/-/websocket-stream-5.1.2.tgz",
  486. "integrity": "sha512-lchLOk435iDWs0jNuL+hiU14i3ERSrMA0IKSiJh7z6X/i4XNsutBZrtqu2CPOZuA4G/zabiqVAos0vW+S7GEVw==",
  487. "requires": {
  488. "duplexify": "3.6.0",
  489. "inherits": "2.0.3",
  490. "readable-stream": "2.3.6",
  491. "safe-buffer": "5.1.2",
  492. "ws": "3.3.3",
  493. "xtend": "4.0.1"
  494. },
  495. "dependencies": {
  496. "ws": {
  497. "version": "3.3.3",
  498. "resolved": "https://registry.npmjs.org/ws/-/ws-3.3.3.tgz",
  499. "integrity": "sha512-nnWLa/NwZSt4KQJu51MYlCcSQ5g7INpOrOMt4XV8j4dqTXdmlUmSHQ8/oLC069ckre0fRsgfvsKwbTdtKLCDkA==",
  500. "requires": {
  501. "async-limiter": "1.0.0",
  502. "safe-buffer": "5.1.2",
  503. "ultron": "1.1.1"
  504. }
  505. }
  506. }
  507. },
  508. "wrappy": {
  509. "version": "1.0.2",
  510. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  511. "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
  512. },
  513. "ws": {
  514. "version": "5.1.1",
  515. "resolved": "https://registry.npmjs.org/ws/-/ws-5.1.1.tgz",
  516. "integrity": "sha1-HUNwRolxGsGUL9Lyg+OPglxLi5U=",
  517. "requires": {
  518. "async-limiter": "1.0.0"
  519. },
  520. "dependencies": {
  521. "async-limiter": {
  522. "version": "1.0.0",
  523. "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz",
  524. "integrity": "sha1-ePrtjD0HSrgfIrTphdeehzj3IPg="
  525. }
  526. }
  527. },
  528. "xtend": {
  529. "version": "4.0.1",
  530. "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz",
  531. "integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68="
  532. }
  533. }
  534. }