package-lock.json 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449
  1. {
  2. "name": "task-service",
  3. "version": "0.1.0",
  4. "lockfileVersion": 1,
  5. "requires": true,
  6. "dependencies": {
  7. "@types/node": {
  8. "version": "26.4.1",
  9. "resolved": "https://registry.npmmirror.com/@types/node/-/node-26.4.1.tgz",
  10. "integrity": "sha512-k97ENvZWtvA6yqz5/FS6a7duDgOPEeOQOc2iKS/nY6mX6qJUKtLnWzQS+Xj6tXweyj6ZcTAK2Qecetnvi9nCLA==",
  11. "optional": true,
  12. "requires": {
  13. "undici-types": "~8.3.0"
  14. }
  15. },
  16. "@types/yauzl": {
  17. "version": "2.10.3",
  18. "resolved": "https://registry.npmmirror.com/@types/yauzl/-/yauzl-2.10.3.tgz",
  19. "integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==",
  20. "optional": true,
  21. "requires": {
  22. "@types/node": "*"
  23. }
  24. },
  25. "agent-base": {
  26. "version": "6.0.2",
  27. "resolved": "https://registry.npmmirror.com/agent-base/-/agent-base-6.0.2.tgz",
  28. "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
  29. "requires": {
  30. "debug": "4"
  31. }
  32. },
  33. "balanced-match": {
  34. "version": "1.0.2",
  35. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  36. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
  37. },
  38. "base64-js": {
  39. "version": "1.5.1",
  40. "resolved": "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz",
  41. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA=="
  42. },
  43. "bl": {
  44. "version": "4.1.0",
  45. "resolved": "https://registry.npmmirror.com/bl/-/bl-4.1.0.tgz",
  46. "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
  47. "requires": {
  48. "buffer": "^5.5.0",
  49. "inherits": "^2.0.4",
  50. "readable-stream": "^3.4.0"
  51. }
  52. },
  53. "brace-expansion": {
  54. "version": "1.1.18",
  55. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.18.tgz",
  56. "integrity": "sha512-Edep/X9fGqVNmzKBVsDYIOtD+z1tuezV70LBjdCst9Tqu76lsnvRiZ6oTic1n+/BIwX6QDGAO94PN4N2SADvtw==",
  57. "requires": {
  58. "balanced-match": "^1.0.0",
  59. "concat-map": "0.0.1"
  60. }
  61. },
  62. "buffer": {
  63. "version": "5.7.1",
  64. "resolved": "https://registry.npmmirror.com/buffer/-/buffer-5.7.1.tgz",
  65. "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
  66. "requires": {
  67. "base64-js": "^1.3.1",
  68. "ieee754": "^1.1.13"
  69. }
  70. },
  71. "buffer-crc32": {
  72. "version": "0.2.13",
  73. "resolved": "https://registry.npmmirror.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
  74. "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ=="
  75. },
  76. "chownr": {
  77. "version": "1.1.4",
  78. "resolved": "https://registry.npmmirror.com/chownr/-/chownr-1.1.4.tgz",
  79. "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg=="
  80. },
  81. "concat-map": {
  82. "version": "0.0.1",
  83. "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
  84. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
  85. },
  86. "cross-fetch": {
  87. "version": "3.1.5",
  88. "resolved": "https://registry.npmmirror.com/cross-fetch/-/cross-fetch-3.1.5.tgz",
  89. "integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==",
  90. "requires": {
  91. "node-fetch": "2.6.7"
  92. }
  93. },
  94. "debug": {
  95. "version": "4.3.4",
  96. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.4.tgz",
  97. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  98. "requires": {
  99. "ms": "2.1.2"
  100. }
  101. },
  102. "devtools-protocol": {
  103. "version": "0.0.981744",
  104. "resolved": "https://registry.npmmirror.com/devtools-protocol/-/devtools-protocol-0.0.981744.tgz",
  105. "integrity": "sha512-0cuGS8+jhR67Fy7qG3i3Pc7Aw494sb9yG9QgpG97SFVWwolgYjlhJg7n+UaHxOQT30d1TYu/EYe9k01ivLErIg=="
  106. },
  107. "end-of-stream": {
  108. "version": "1.4.5",
  109. "resolved": "https://registry.npmmirror.com/end-of-stream/-/end-of-stream-1.4.5.tgz",
  110. "integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",
  111. "requires": {
  112. "once": "^1.4.0"
  113. }
  114. },
  115. "extract-zip": {
  116. "version": "2.0.1",
  117. "resolved": "https://registry.npmmirror.com/extract-zip/-/extract-zip-2.0.1.tgz",
  118. "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==",
  119. "requires": {
  120. "@types/yauzl": "^2.9.1",
  121. "debug": "^4.1.1",
  122. "get-stream": "^5.1.0",
  123. "yauzl": "^2.10.0"
  124. }
  125. },
  126. "fd-slicer": {
  127. "version": "1.1.0",
  128. "resolved": "https://registry.npmmirror.com/fd-slicer/-/fd-slicer-1.1.0.tgz",
  129. "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==",
  130. "requires": {
  131. "pend": "~1.2.0"
  132. }
  133. },
  134. "find-up": {
  135. "version": "4.1.0",
  136. "resolved": "https://registry.npmmirror.com/find-up/-/find-up-4.1.0.tgz",
  137. "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  138. "requires": {
  139. "locate-path": "^5.0.0",
  140. "path-exists": "^4.0.0"
  141. }
  142. },
  143. "fs-constants": {
  144. "version": "1.0.0",
  145. "resolved": "https://registry.npmmirror.com/fs-constants/-/fs-constants-1.0.0.tgz",
  146. "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow=="
  147. },
  148. "fs.realpath": {
  149. "version": "1.0.0",
  150. "resolved": "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz",
  151. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
  152. },
  153. "get-stream": {
  154. "version": "5.2.0",
  155. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-5.2.0.tgz",
  156. "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
  157. "requires": {
  158. "pump": "^3.0.0"
  159. }
  160. },
  161. "glob": {
  162. "version": "7.2.3",
  163. "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
  164. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  165. "requires": {
  166. "fs.realpath": "^1.0.0",
  167. "inflight": "^1.0.4",
  168. "inherits": "2",
  169. "minimatch": "^3.1.1",
  170. "once": "^1.3.0",
  171. "path-is-absolute": "^1.0.0"
  172. }
  173. },
  174. "https-proxy-agent": {
  175. "version": "5.0.1",
  176. "resolved": "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
  177. "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
  178. "requires": {
  179. "agent-base": "6",
  180. "debug": "4"
  181. }
  182. },
  183. "ieee754": {
  184. "version": "1.2.1",
  185. "resolved": "https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz",
  186. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA=="
  187. },
  188. "inflight": {
  189. "version": "1.0.6",
  190. "resolved": "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz",
  191. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  192. "requires": {
  193. "once": "^1.3.0",
  194. "wrappy": "1"
  195. }
  196. },
  197. "inherits": {
  198. "version": "2.0.4",
  199. "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
  200. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
  201. },
  202. "locate-path": {
  203. "version": "5.0.0",
  204. "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-5.0.0.tgz",
  205. "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
  206. "requires": {
  207. "p-locate": "^4.1.0"
  208. }
  209. },
  210. "minimatch": {
  211. "version": "3.1.5",
  212. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.5.tgz",
  213. "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
  214. "requires": {
  215. "brace-expansion": "^1.1.7"
  216. }
  217. },
  218. "mkdirp-classic": {
  219. "version": "0.5.3",
  220. "resolved": "https://registry.npmmirror.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
  221. "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A=="
  222. },
  223. "ms": {
  224. "version": "2.1.2",
  225. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz",
  226. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  227. },
  228. "node-fetch": {
  229. "version": "2.6.7",
  230. "resolved": "https://registry.npmmirror.com/node-fetch/-/node-fetch-2.6.7.tgz",
  231. "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
  232. "requires": {
  233. "whatwg-url": "^5.0.0"
  234. }
  235. },
  236. "once": {
  237. "version": "1.4.0",
  238. "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
  239. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  240. "requires": {
  241. "wrappy": "1"
  242. }
  243. },
  244. "p-limit": {
  245. "version": "2.3.0",
  246. "resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-2.3.0.tgz",
  247. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  248. "requires": {
  249. "p-try": "^2.0.0"
  250. }
  251. },
  252. "p-locate": {
  253. "version": "4.1.0",
  254. "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-4.1.0.tgz",
  255. "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  256. "requires": {
  257. "p-limit": "^2.2.0"
  258. }
  259. },
  260. "p-try": {
  261. "version": "2.2.0",
  262. "resolved": "https://registry.npmmirror.com/p-try/-/p-try-2.2.0.tgz",
  263. "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ=="
  264. },
  265. "path-exists": {
  266. "version": "4.0.0",
  267. "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz",
  268. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w=="
  269. },
  270. "path-is-absolute": {
  271. "version": "1.0.1",
  272. "resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  273. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg=="
  274. },
  275. "pend": {
  276. "version": "1.2.0",
  277. "resolved": "https://registry.npmmirror.com/pend/-/pend-1.2.0.tgz",
  278. "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg=="
  279. },
  280. "pkg-dir": {
  281. "version": "4.2.0",
  282. "resolved": "https://registry.npmmirror.com/pkg-dir/-/pkg-dir-4.2.0.tgz",
  283. "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
  284. "requires": {
  285. "find-up": "^4.0.0"
  286. }
  287. },
  288. "pngjs": {
  289. "version": "7.0.0",
  290. "resolved": "https://registry.npmmirror.com/pngjs/-/pngjs-7.0.0.tgz",
  291. "integrity": "sha512-LKWqWJRhstyYo9pGvgor/ivk2w94eSjE3RGVuzLGlr3NmD8bf7RcYGze1mNdEHRP6TRP6rMuDHk5t44hnTRyow=="
  292. },
  293. "progress": {
  294. "version": "2.0.3",
  295. "resolved": "https://registry.npmmirror.com/progress/-/progress-2.0.3.tgz",
  296. "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA=="
  297. },
  298. "proxy-from-env": {
  299. "version": "1.1.0",
  300. "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  301. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
  302. },
  303. "pump": {
  304. "version": "3.0.4",
  305. "resolved": "https://registry.npmmirror.com/pump/-/pump-3.0.4.tgz",
  306. "integrity": "sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==",
  307. "requires": {
  308. "end-of-stream": "^1.1.0",
  309. "once": "^1.3.1"
  310. }
  311. },
  312. "puppeteer-core": {
  313. "version": "13.7.0",
  314. "resolved": "https://registry.npmmirror.com/puppeteer-core/-/puppeteer-core-13.7.0.tgz",
  315. "integrity": "sha512-rXja4vcnAzFAP1OVLq/5dWNfwBGuzcOARJ6qGV7oAZhnLmVRU8G5MsdeQEAOy332ZhkIOnn9jp15R89LKHyp2Q==",
  316. "requires": {
  317. "cross-fetch": "3.1.5",
  318. "debug": "4.3.4",
  319. "devtools-protocol": "0.0.981744",
  320. "extract-zip": "2.0.1",
  321. "https-proxy-agent": "5.0.1",
  322. "pkg-dir": "4.2.0",
  323. "progress": "2.0.3",
  324. "proxy-from-env": "1.1.0",
  325. "rimraf": "3.0.2",
  326. "tar-fs": "2.1.1",
  327. "unbzip2-stream": "1.4.3",
  328. "ws": "8.5.0"
  329. }
  330. },
  331. "readable-stream": {
  332. "version": "3.6.2",
  333. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-3.6.2.tgz",
  334. "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
  335. "requires": {
  336. "inherits": "^2.0.3",
  337. "string_decoder": "^1.1.1",
  338. "util-deprecate": "^1.0.1"
  339. }
  340. },
  341. "rimraf": {
  342. "version": "3.0.2",
  343. "resolved": "https://registry.npmmirror.com/rimraf/-/rimraf-3.0.2.tgz",
  344. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  345. "requires": {
  346. "glob": "^7.1.3"
  347. }
  348. },
  349. "safe-buffer": {
  350. "version": "5.2.1",
  351. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
  352. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
  353. },
  354. "string_decoder": {
  355. "version": "1.3.0",
  356. "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.3.0.tgz",
  357. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  358. "requires": {
  359. "safe-buffer": "~5.2.0"
  360. }
  361. },
  362. "tar-fs": {
  363. "version": "2.1.1",
  364. "resolved": "https://registry.npmmirror.com/tar-fs/-/tar-fs-2.1.1.tgz",
  365. "integrity": "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==",
  366. "requires": {
  367. "chownr": "^1.1.1",
  368. "mkdirp-classic": "^0.5.2",
  369. "pump": "^3.0.0",
  370. "tar-stream": "^2.1.4"
  371. }
  372. },
  373. "tar-stream": {
  374. "version": "2.2.0",
  375. "resolved": "https://registry.npmmirror.com/tar-stream/-/tar-stream-2.2.0.tgz",
  376. "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
  377. "requires": {
  378. "bl": "^4.0.3",
  379. "end-of-stream": "^1.4.1",
  380. "fs-constants": "^1.0.0",
  381. "inherits": "^2.0.3",
  382. "readable-stream": "^3.1.1"
  383. }
  384. },
  385. "through": {
  386. "version": "2.3.8",
  387. "resolved": "https://registry.npmmirror.com/through/-/through-2.3.8.tgz",
  388. "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg=="
  389. },
  390. "tr46": {
  391. "version": "0.0.3",
  392. "resolved": "https://registry.npmmirror.com/tr46/-/tr46-0.0.3.tgz",
  393. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
  394. },
  395. "unbzip2-stream": {
  396. "version": "1.4.3",
  397. "resolved": "https://registry.npmmirror.com/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz",
  398. "integrity": "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==",
  399. "requires": {
  400. "buffer": "^5.2.1",
  401. "through": "^2.3.8"
  402. }
  403. },
  404. "undici-types": {
  405. "version": "8.3.0",
  406. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-8.3.0.tgz",
  407. "integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==",
  408. "optional": true
  409. },
  410. "util-deprecate": {
  411. "version": "1.0.2",
  412. "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
  413. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
  414. },
  415. "webidl-conversions": {
  416. "version": "3.0.1",
  417. "resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  418. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
  419. },
  420. "whatwg-url": {
  421. "version": "5.0.0",
  422. "resolved": "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-5.0.0.tgz",
  423. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  424. "requires": {
  425. "tr46": "~0.0.3",
  426. "webidl-conversions": "^3.0.0"
  427. }
  428. },
  429. "wrappy": {
  430. "version": "1.0.2",
  431. "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
  432. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
  433. },
  434. "ws": {
  435. "version": "8.5.0",
  436. "resolved": "https://registry.npmmirror.com/ws/-/ws-8.5.0.tgz",
  437. "integrity": "sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg=="
  438. },
  439. "yauzl": {
  440. "version": "2.10.0",
  441. "resolved": "https://registry.npmmirror.com/yauzl/-/yauzl-2.10.0.tgz",
  442. "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==",
  443. "requires": {
  444. "buffer-crc32": "~0.2.3",
  445. "fd-slicer": "~1.1.0"
  446. }
  447. }
  448. }
  449. }