package-lock.json 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194
  1. {
  2. "name": "puppeteer",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "dependencies": {
  8. "@nesk/rialto": "^1.4.0",
  9. "@zoon/puphpeteer": "github:zoonru/puphpeteer"
  10. }
  11. },
  12. "node_modules/@babel/code-frame": {
  13. "version": "7.24.2",
  14. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz",
  15. "integrity": "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==",
  16. "dependencies": {
  17. "@babel/highlight": "^7.24.2",
  18. "picocolors": "^1.0.0"
  19. },
  20. "engines": {
  21. "node": ">=6.9.0"
  22. }
  23. },
  24. "node_modules/@babel/helper-validator-identifier": {
  25. "version": "7.22.20",
  26. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
  27. "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==",
  28. "engines": {
  29. "node": ">=6.9.0"
  30. }
  31. },
  32. "node_modules/@babel/highlight": {
  33. "version": "7.24.2",
  34. "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.2.tgz",
  35. "integrity": "sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==",
  36. "dependencies": {
  37. "@babel/helper-validator-identifier": "^7.22.20",
  38. "chalk": "^2.4.2",
  39. "js-tokens": "^4.0.0",
  40. "picocolors": "^1.0.0"
  41. },
  42. "engines": {
  43. "node": ">=6.9.0"
  44. }
  45. },
  46. "node_modules/@nesk/rialto": {
  47. "version": "1.4.0",
  48. "resolved": "https://registry.npmjs.org/@nesk/rialto/-/rialto-1.4.0.tgz",
  49. "integrity": "sha512-TNbEFnUD9KnbTIPlYBvrAc/oi+SN0W9oEcGmpTvKkmJIYYKPrnxrenAtEI14NWN7gAPX0B9xiNFhBsMn1I/SXg==",
  50. "dependencies": {
  51. "lodash": "^4.17.10"
  52. },
  53. "engines": {
  54. "node": ">=8.0.0"
  55. }
  56. },
  57. "node_modules/@puppeteer/browsers": {
  58. "version": "1.4.6",
  59. "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-1.4.6.tgz",
  60. "integrity": "sha512-x4BEjr2SjOPowNeiguzjozQbsc6h437ovD/wu+JpaenxVLm3jkgzHY2xOslMTp50HoTvQreMjiexiGQw1sqZlQ==",
  61. "dependencies": {
  62. "debug": "4.3.4",
  63. "extract-zip": "2.0.1",
  64. "progress": "2.0.3",
  65. "proxy-agent": "6.3.0",
  66. "tar-fs": "3.0.4",
  67. "unbzip2-stream": "1.4.3",
  68. "yargs": "17.7.1"
  69. },
  70. "bin": {
  71. "browsers": "lib/cjs/main-cli.js"
  72. },
  73. "engines": {
  74. "node": ">=16.3.0"
  75. },
  76. "peerDependencies": {
  77. "typescript": ">= 4.7.4"
  78. },
  79. "peerDependenciesMeta": {
  80. "typescript": {
  81. "optional": true
  82. }
  83. }
  84. },
  85. "node_modules/@tootallnate/quickjs-emscripten": {
  86. "version": "0.23.0",
  87. "resolved": "https://registry.npmjs.org/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz",
  88. "integrity": "sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA=="
  89. },
  90. "node_modules/@types/node": {
  91. "version": "20.12.5",
  92. "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.5.tgz",
  93. "integrity": "sha512-BD+BjQ9LS/D8ST9p5uqBxghlN+S42iuNxjsUGjeZobe/ciXzk2qb1B6IXc6AnRLS+yFJRpN2IPEHMzwspfDJNw==",
  94. "optional": true,
  95. "dependencies": {
  96. "undici-types": "~5.26.4"
  97. }
  98. },
  99. "node_modules/@types/yauzl": {
  100. "version": "2.10.3",
  101. "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz",
  102. "integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==",
  103. "optional": true,
  104. "dependencies": {
  105. "@types/node": "*"
  106. }
  107. },
  108. "node_modules/@zoon/puphpeteer": {
  109. "version": "2.1.0",
  110. "resolved": "git+ssh://git@github.com/zoonru/puphpeteer.git#78c7b48817edd9920d1b87a386c59ccedc45fc2b",
  111. "dependencies": {
  112. "@zoon/rialto": "github:zoonru/rialto#semver:^1.5.0",
  113. "puppeteer": "^20"
  114. },
  115. "engines": {
  116. "node": ">=9.0.0"
  117. }
  118. },
  119. "node_modules/@zoon/rialto": {
  120. "version": "1.5.0",
  121. "resolved": "git+ssh://git@github.com/zoonru/rialto.git#f631b78bf5ae36b236050c87cd45a9433c55ab6e",
  122. "dependencies": {
  123. "lodash": "^4.17.10"
  124. },
  125. "engines": {
  126. "node": ">=8.0.0"
  127. }
  128. },
  129. "node_modules/agent-base": {
  130. "version": "7.1.1",
  131. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
  132. "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
  133. "dependencies": {
  134. "debug": "^4.3.4"
  135. },
  136. "engines": {
  137. "node": ">= 14"
  138. }
  139. },
  140. "node_modules/ansi-regex": {
  141. "version": "5.0.1",
  142. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  143. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  144. "engines": {
  145. "node": ">=8"
  146. }
  147. },
  148. "node_modules/ansi-styles": {
  149. "version": "3.2.1",
  150. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  151. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  152. "dependencies": {
  153. "color-convert": "^1.9.0"
  154. },
  155. "engines": {
  156. "node": ">=4"
  157. }
  158. },
  159. "node_modules/argparse": {
  160. "version": "2.0.1",
  161. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  162. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
  163. },
  164. "node_modules/ast-types": {
  165. "version": "0.13.4",
  166. "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.13.4.tgz",
  167. "integrity": "sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==",
  168. "dependencies": {
  169. "tslib": "^2.0.1"
  170. },
  171. "engines": {
  172. "node": ">=4"
  173. }
  174. },
  175. "node_modules/b4a": {
  176. "version": "1.6.6",
  177. "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.6.tgz",
  178. "integrity": "sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg=="
  179. },
  180. "node_modules/bare-events": {
  181. "version": "2.2.2",
  182. "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.2.2.tgz",
  183. "integrity": "sha512-h7z00dWdG0PYOQEvChhOSWvOfkIKsdZGkWr083FgN/HyoQuebSew/cgirYqh9SCuy/hRvxc5Vy6Fw8xAmYHLkQ==",
  184. "optional": true
  185. },
  186. "node_modules/base64-js": {
  187. "version": "1.5.1",
  188. "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
  189. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  190. "funding": [
  191. {
  192. "type": "github",
  193. "url": "https://github.com/sponsors/feross"
  194. },
  195. {
  196. "type": "patreon",
  197. "url": "https://www.patreon.com/feross"
  198. },
  199. {
  200. "type": "consulting",
  201. "url": "https://feross.org/support"
  202. }
  203. ]
  204. },
  205. "node_modules/basic-ftp": {
  206. "version": "5.0.5",
  207. "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.5.tgz",
  208. "integrity": "sha512-4Bcg1P8xhUuqcii/S0Z9wiHIrQVPMermM1any+MX5GeGD7faD3/msQUDGLol9wOcz4/jbg/WJnGqoJF6LiBdtg==",
  209. "engines": {
  210. "node": ">=10.0.0"
  211. }
  212. },
  213. "node_modules/buffer": {
  214. "version": "5.7.1",
  215. "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
  216. "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
  217. "funding": [
  218. {
  219. "type": "github",
  220. "url": "https://github.com/sponsors/feross"
  221. },
  222. {
  223. "type": "patreon",
  224. "url": "https://www.patreon.com/feross"
  225. },
  226. {
  227. "type": "consulting",
  228. "url": "https://feross.org/support"
  229. }
  230. ],
  231. "dependencies": {
  232. "base64-js": "^1.3.1",
  233. "ieee754": "^1.1.13"
  234. }
  235. },
  236. "node_modules/buffer-crc32": {
  237. "version": "0.2.13",
  238. "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
  239. "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==",
  240. "engines": {
  241. "node": "*"
  242. }
  243. },
  244. "node_modules/callsites": {
  245. "version": "3.1.0",
  246. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  247. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  248. "engines": {
  249. "node": ">=6"
  250. }
  251. },
  252. "node_modules/chalk": {
  253. "version": "2.4.2",
  254. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  255. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  256. "dependencies": {
  257. "ansi-styles": "^3.2.1",
  258. "escape-string-regexp": "^1.0.5",
  259. "supports-color": "^5.3.0"
  260. },
  261. "engines": {
  262. "node": ">=4"
  263. }
  264. },
  265. "node_modules/chromium-bidi": {
  266. "version": "0.4.16",
  267. "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.4.16.tgz",
  268. "integrity": "sha512-7ZbXdWERxRxSwo3txsBjjmc/NLxqb1Bk30mRb0BMS4YIaiV6zvKZqL/UAH+DdqcDYayDWk2n/y8klkBDODrPvA==",
  269. "dependencies": {
  270. "mitt": "3.0.0"
  271. },
  272. "peerDependencies": {
  273. "devtools-protocol": "*"
  274. }
  275. },
  276. "node_modules/cliui": {
  277. "version": "8.0.1",
  278. "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
  279. "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
  280. "dependencies": {
  281. "string-width": "^4.2.0",
  282. "strip-ansi": "^6.0.1",
  283. "wrap-ansi": "^7.0.0"
  284. },
  285. "engines": {
  286. "node": ">=12"
  287. }
  288. },
  289. "node_modules/color-convert": {
  290. "version": "1.9.3",
  291. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  292. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  293. "dependencies": {
  294. "color-name": "1.1.3"
  295. }
  296. },
  297. "node_modules/color-name": {
  298. "version": "1.1.3",
  299. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  300. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
  301. },
  302. "node_modules/cosmiconfig": {
  303. "version": "8.2.0",
  304. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.2.0.tgz",
  305. "integrity": "sha512-3rTMnFJA1tCOPwRxtgF4wd7Ab2qvDbL8jX+3smjIbS4HlZBagTlpERbdN7iAbWlrfxE3M8c27kTwTawQ7st+OQ==",
  306. "dependencies": {
  307. "import-fresh": "^3.2.1",
  308. "js-yaml": "^4.1.0",
  309. "parse-json": "^5.0.0",
  310. "path-type": "^4.0.0"
  311. },
  312. "engines": {
  313. "node": ">=14"
  314. },
  315. "funding": {
  316. "url": "https://github.com/sponsors/d-fischer"
  317. }
  318. },
  319. "node_modules/cross-fetch": {
  320. "version": "4.0.0",
  321. "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.0.0.tgz",
  322. "integrity": "sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==",
  323. "dependencies": {
  324. "node-fetch": "^2.6.12"
  325. }
  326. },
  327. "node_modules/data-uri-to-buffer": {
  328. "version": "6.0.2",
  329. "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-6.0.2.tgz",
  330. "integrity": "sha512-7hvf7/GW8e86rW0ptuwS3OcBGDjIi6SZva7hCyWC0yYry2cOPmLIjXAUHI6DK2HsnwJd9ifmt57i8eV2n4YNpw==",
  331. "engines": {
  332. "node": ">= 14"
  333. }
  334. },
  335. "node_modules/debug": {
  336. "version": "4.3.4",
  337. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  338. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  339. "dependencies": {
  340. "ms": "2.1.2"
  341. },
  342. "engines": {
  343. "node": ">=6.0"
  344. },
  345. "peerDependenciesMeta": {
  346. "supports-color": {
  347. "optional": true
  348. }
  349. }
  350. },
  351. "node_modules/degenerator": {
  352. "version": "5.0.1",
  353. "resolved": "https://registry.npmjs.org/degenerator/-/degenerator-5.0.1.tgz",
  354. "integrity": "sha512-TllpMR/t0M5sqCXfj85i4XaAzxmS5tVA16dqvdkMwGmzI+dXLXnw3J+3Vdv7VKw+ThlTMboK6i9rnZ6Nntj5CQ==",
  355. "dependencies": {
  356. "ast-types": "^0.13.4",
  357. "escodegen": "^2.1.0",
  358. "esprima": "^4.0.1"
  359. },
  360. "engines": {
  361. "node": ">= 14"
  362. }
  363. },
  364. "node_modules/devtools-protocol": {
  365. "version": "0.0.1147663",
  366. "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1147663.tgz",
  367. "integrity": "sha512-hyWmRrexdhbZ1tcJUGpO95ivbRhWXz++F4Ko+n21AY5PNln2ovoJw+8ZMNDTtip+CNFQfrtLVh/w4009dXO/eQ=="
  368. },
  369. "node_modules/emoji-regex": {
  370. "version": "8.0.0",
  371. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  372. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
  373. },
  374. "node_modules/end-of-stream": {
  375. "version": "1.4.4",
  376. "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
  377. "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
  378. "dependencies": {
  379. "once": "^1.4.0"
  380. }
  381. },
  382. "node_modules/error-ex": {
  383. "version": "1.3.2",
  384. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
  385. "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  386. "dependencies": {
  387. "is-arrayish": "^0.2.1"
  388. }
  389. },
  390. "node_modules/escalade": {
  391. "version": "3.1.2",
  392. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz",
  393. "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==",
  394. "engines": {
  395. "node": ">=6"
  396. }
  397. },
  398. "node_modules/escape-string-regexp": {
  399. "version": "1.0.5",
  400. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  401. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  402. "engines": {
  403. "node": ">=0.8.0"
  404. }
  405. },
  406. "node_modules/escodegen": {
  407. "version": "2.1.0",
  408. "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz",
  409. "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==",
  410. "dependencies": {
  411. "esprima": "^4.0.1",
  412. "estraverse": "^5.2.0",
  413. "esutils": "^2.0.2"
  414. },
  415. "bin": {
  416. "escodegen": "bin/escodegen.js",
  417. "esgenerate": "bin/esgenerate.js"
  418. },
  419. "engines": {
  420. "node": ">=6.0"
  421. },
  422. "optionalDependencies": {
  423. "source-map": "~0.6.1"
  424. }
  425. },
  426. "node_modules/esprima": {
  427. "version": "4.0.1",
  428. "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
  429. "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
  430. "bin": {
  431. "esparse": "bin/esparse.js",
  432. "esvalidate": "bin/esvalidate.js"
  433. },
  434. "engines": {
  435. "node": ">=4"
  436. }
  437. },
  438. "node_modules/estraverse": {
  439. "version": "5.3.0",
  440. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  441. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  442. "engines": {
  443. "node": ">=4.0"
  444. }
  445. },
  446. "node_modules/esutils": {
  447. "version": "2.0.3",
  448. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  449. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  450. "engines": {
  451. "node": ">=0.10.0"
  452. }
  453. },
  454. "node_modules/extract-zip": {
  455. "version": "2.0.1",
  456. "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz",
  457. "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==",
  458. "dependencies": {
  459. "debug": "^4.1.1",
  460. "get-stream": "^5.1.0",
  461. "yauzl": "^2.10.0"
  462. },
  463. "bin": {
  464. "extract-zip": "cli.js"
  465. },
  466. "engines": {
  467. "node": ">= 10.17.0"
  468. },
  469. "optionalDependencies": {
  470. "@types/yauzl": "^2.9.1"
  471. }
  472. },
  473. "node_modules/fast-fifo": {
  474. "version": "1.3.2",
  475. "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
  476. "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ=="
  477. },
  478. "node_modules/fd-slicer": {
  479. "version": "1.1.0",
  480. "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
  481. "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==",
  482. "dependencies": {
  483. "pend": "~1.2.0"
  484. }
  485. },
  486. "node_modules/fs-extra": {
  487. "version": "11.2.0",
  488. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz",
  489. "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
  490. "dependencies": {
  491. "graceful-fs": "^4.2.0",
  492. "jsonfile": "^6.0.1",
  493. "universalify": "^2.0.0"
  494. },
  495. "engines": {
  496. "node": ">=14.14"
  497. }
  498. },
  499. "node_modules/get-caller-file": {
  500. "version": "2.0.5",
  501. "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  502. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  503. "engines": {
  504. "node": "6.* || 8.* || >= 10.*"
  505. }
  506. },
  507. "node_modules/get-stream": {
  508. "version": "5.2.0",
  509. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
  510. "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
  511. "dependencies": {
  512. "pump": "^3.0.0"
  513. },
  514. "engines": {
  515. "node": ">=8"
  516. },
  517. "funding": {
  518. "url": "https://github.com/sponsors/sindresorhus"
  519. }
  520. },
  521. "node_modules/get-uri": {
  522. "version": "6.0.3",
  523. "resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.3.tgz",
  524. "integrity": "sha512-BzUrJBS9EcUb4cFol8r4W3v1cPsSyajLSthNkz5BxbpDcHN5tIrM10E2eNvfnvBn3DaT3DUgx0OpsBKkaOpanw==",
  525. "dependencies": {
  526. "basic-ftp": "^5.0.2",
  527. "data-uri-to-buffer": "^6.0.2",
  528. "debug": "^4.3.4",
  529. "fs-extra": "^11.2.0"
  530. },
  531. "engines": {
  532. "node": ">= 14"
  533. }
  534. },
  535. "node_modules/graceful-fs": {
  536. "version": "4.2.11",
  537. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  538. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
  539. },
  540. "node_modules/has-flag": {
  541. "version": "3.0.0",
  542. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  543. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  544. "engines": {
  545. "node": ">=4"
  546. }
  547. },
  548. "node_modules/http-proxy-agent": {
  549. "version": "7.0.2",
  550. "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
  551. "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
  552. "dependencies": {
  553. "agent-base": "^7.1.0",
  554. "debug": "^4.3.4"
  555. },
  556. "engines": {
  557. "node": ">= 14"
  558. }
  559. },
  560. "node_modules/https-proxy-agent": {
  561. "version": "7.0.4",
  562. "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz",
  563. "integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==",
  564. "dependencies": {
  565. "agent-base": "^7.0.2",
  566. "debug": "4"
  567. },
  568. "engines": {
  569. "node": ">= 14"
  570. }
  571. },
  572. "node_modules/ieee754": {
  573. "version": "1.2.1",
  574. "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
  575. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  576. "funding": [
  577. {
  578. "type": "github",
  579. "url": "https://github.com/sponsors/feross"
  580. },
  581. {
  582. "type": "patreon",
  583. "url": "https://www.patreon.com/feross"
  584. },
  585. {
  586. "type": "consulting",
  587. "url": "https://feross.org/support"
  588. }
  589. ]
  590. },
  591. "node_modules/import-fresh": {
  592. "version": "3.3.0",
  593. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
  594. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  595. "dependencies": {
  596. "parent-module": "^1.0.0",
  597. "resolve-from": "^4.0.0"
  598. },
  599. "engines": {
  600. "node": ">=6"
  601. },
  602. "funding": {
  603. "url": "https://github.com/sponsors/sindresorhus"
  604. }
  605. },
  606. "node_modules/ip-address": {
  607. "version": "9.0.5",
  608. "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz",
  609. "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==",
  610. "dependencies": {
  611. "jsbn": "1.1.0",
  612. "sprintf-js": "^1.1.3"
  613. },
  614. "engines": {
  615. "node": ">= 12"
  616. }
  617. },
  618. "node_modules/is-arrayish": {
  619. "version": "0.2.1",
  620. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  621. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
  622. },
  623. "node_modules/is-fullwidth-code-point": {
  624. "version": "3.0.0",
  625. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  626. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  627. "engines": {
  628. "node": ">=8"
  629. }
  630. },
  631. "node_modules/js-tokens": {
  632. "version": "4.0.0",
  633. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  634. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  635. },
  636. "node_modules/js-yaml": {
  637. "version": "4.1.0",
  638. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  639. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  640. "dependencies": {
  641. "argparse": "^2.0.1"
  642. },
  643. "bin": {
  644. "js-yaml": "bin/js-yaml.js"
  645. }
  646. },
  647. "node_modules/jsbn": {
  648. "version": "1.1.0",
  649. "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz",
  650. "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A=="
  651. },
  652. "node_modules/json-parse-even-better-errors": {
  653. "version": "2.3.1",
  654. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  655. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
  656. },
  657. "node_modules/jsonfile": {
  658. "version": "6.1.0",
  659. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
  660. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  661. "dependencies": {
  662. "universalify": "^2.0.0"
  663. },
  664. "optionalDependencies": {
  665. "graceful-fs": "^4.1.6"
  666. }
  667. },
  668. "node_modules/lines-and-columns": {
  669. "version": "1.2.4",
  670. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  671. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
  672. },
  673. "node_modules/lodash": {
  674. "version": "4.17.21",
  675. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  676. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
  677. },
  678. "node_modules/lru-cache": {
  679. "version": "7.18.3",
  680. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
  681. "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
  682. "engines": {
  683. "node": ">=12"
  684. }
  685. },
  686. "node_modules/mitt": {
  687. "version": "3.0.0",
  688. "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.0.tgz",
  689. "integrity": "sha512-7dX2/10ITVyqh4aOSVI9gdape+t9l2/8QxHrFmUXu4EEUpdlxl6RudZUPZoc+zuY2hk1j7XxVroIVIan/pD/SQ=="
  690. },
  691. "node_modules/mkdirp-classic": {
  692. "version": "0.5.3",
  693. "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
  694. "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A=="
  695. },
  696. "node_modules/ms": {
  697. "version": "2.1.2",
  698. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  699. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  700. },
  701. "node_modules/netmask": {
  702. "version": "2.0.2",
  703. "resolved": "https://registry.npmjs.org/netmask/-/netmask-2.0.2.tgz",
  704. "integrity": "sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==",
  705. "engines": {
  706. "node": ">= 0.4.0"
  707. }
  708. },
  709. "node_modules/node-fetch": {
  710. "version": "2.7.0",
  711. "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
  712. "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
  713. "dependencies": {
  714. "whatwg-url": "^5.0.0"
  715. },
  716. "engines": {
  717. "node": "4.x || >=6.0.0"
  718. },
  719. "peerDependencies": {
  720. "encoding": "^0.1.0"
  721. },
  722. "peerDependenciesMeta": {
  723. "encoding": {
  724. "optional": true
  725. }
  726. }
  727. },
  728. "node_modules/once": {
  729. "version": "1.4.0",
  730. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  731. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  732. "dependencies": {
  733. "wrappy": "1"
  734. }
  735. },
  736. "node_modules/pac-proxy-agent": {
  737. "version": "7.0.1",
  738. "resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.0.1.tgz",
  739. "integrity": "sha512-ASV8yU4LLKBAjqIPMbrgtaKIvxQri/yh2OpI+S6hVa9JRkUI3Y3NPFbfngDtY7oFtSMD3w31Xns89mDa3Feo5A==",
  740. "dependencies": {
  741. "@tootallnate/quickjs-emscripten": "^0.23.0",
  742. "agent-base": "^7.0.2",
  743. "debug": "^4.3.4",
  744. "get-uri": "^6.0.1",
  745. "http-proxy-agent": "^7.0.0",
  746. "https-proxy-agent": "^7.0.2",
  747. "pac-resolver": "^7.0.0",
  748. "socks-proxy-agent": "^8.0.2"
  749. },
  750. "engines": {
  751. "node": ">= 14"
  752. }
  753. },
  754. "node_modules/pac-resolver": {
  755. "version": "7.0.1",
  756. "resolved": "https://registry.npmjs.org/pac-resolver/-/pac-resolver-7.0.1.tgz",
  757. "integrity": "sha512-5NPgf87AT2STgwa2ntRMr45jTKrYBGkVU36yT0ig/n/GMAa3oPqhZfIQ2kMEimReg0+t9kZViDVZ83qfVUlckg==",
  758. "dependencies": {
  759. "degenerator": "^5.0.0",
  760. "netmask": "^2.0.2"
  761. },
  762. "engines": {
  763. "node": ">= 14"
  764. }
  765. },
  766. "node_modules/parent-module": {
  767. "version": "1.0.1",
  768. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  769. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  770. "dependencies": {
  771. "callsites": "^3.0.0"
  772. },
  773. "engines": {
  774. "node": ">=6"
  775. }
  776. },
  777. "node_modules/parse-json": {
  778. "version": "5.2.0",
  779. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  780. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  781. "dependencies": {
  782. "@babel/code-frame": "^7.0.0",
  783. "error-ex": "^1.3.1",
  784. "json-parse-even-better-errors": "^2.3.0",
  785. "lines-and-columns": "^1.1.6"
  786. },
  787. "engines": {
  788. "node": ">=8"
  789. },
  790. "funding": {
  791. "url": "https://github.com/sponsors/sindresorhus"
  792. }
  793. },
  794. "node_modules/path-type": {
  795. "version": "4.0.0",
  796. "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
  797. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  798. "engines": {
  799. "node": ">=8"
  800. }
  801. },
  802. "node_modules/pend": {
  803. "version": "1.2.0",
  804. "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
  805. "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg=="
  806. },
  807. "node_modules/picocolors": {
  808. "version": "1.0.0",
  809. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
  810. "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
  811. },
  812. "node_modules/progress": {
  813. "version": "2.0.3",
  814. "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
  815. "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
  816. "engines": {
  817. "node": ">=0.4.0"
  818. }
  819. },
  820. "node_modules/proxy-agent": {
  821. "version": "6.3.0",
  822. "resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.3.0.tgz",
  823. "integrity": "sha512-0LdR757eTj/JfuU7TL2YCuAZnxWXu3tkJbg4Oq3geW/qFNT/32T0sp2HnZ9O0lMR4q3vwAt0+xCA8SR0WAD0og==",
  824. "dependencies": {
  825. "agent-base": "^7.0.2",
  826. "debug": "^4.3.4",
  827. "http-proxy-agent": "^7.0.0",
  828. "https-proxy-agent": "^7.0.0",
  829. "lru-cache": "^7.14.1",
  830. "pac-proxy-agent": "^7.0.0",
  831. "proxy-from-env": "^1.1.0",
  832. "socks-proxy-agent": "^8.0.1"
  833. },
  834. "engines": {
  835. "node": ">= 14"
  836. }
  837. },
  838. "node_modules/proxy-from-env": {
  839. "version": "1.1.0",
  840. "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  841. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
  842. },
  843. "node_modules/pump": {
  844. "version": "3.0.0",
  845. "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
  846. "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
  847. "dependencies": {
  848. "end-of-stream": "^1.1.0",
  849. "once": "^1.3.1"
  850. }
  851. },
  852. "node_modules/puppeteer": {
  853. "version": "20.9.0",
  854. "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-20.9.0.tgz",
  855. "integrity": "sha512-kAglT4VZ9fWEGg3oLc4/de+JcONuEJhlh3J6f5R1TLkrY/EHHIHxWXDOzXvaxQCtedmyVXBwg8M+P8YCO/wZjw==",
  856. "deprecated": "< 21.8.0 is no longer supported",
  857. "hasInstallScript": true,
  858. "dependencies": {
  859. "@puppeteer/browsers": "1.4.6",
  860. "cosmiconfig": "8.2.0",
  861. "puppeteer-core": "20.9.0"
  862. },
  863. "engines": {
  864. "node": ">=16.3.0"
  865. }
  866. },
  867. "node_modules/puppeteer-core": {
  868. "version": "20.9.0",
  869. "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-20.9.0.tgz",
  870. "integrity": "sha512-H9fYZQzMTRrkboEfPmf7m3CLDN6JvbxXA3qTtS+dFt27tR+CsFHzPsT6pzp6lYL6bJbAPaR0HaPO6uSi+F94Pg==",
  871. "dependencies": {
  872. "@puppeteer/browsers": "1.4.6",
  873. "chromium-bidi": "0.4.16",
  874. "cross-fetch": "4.0.0",
  875. "debug": "4.3.4",
  876. "devtools-protocol": "0.0.1147663",
  877. "ws": "8.13.0"
  878. },
  879. "engines": {
  880. "node": ">=16.3.0"
  881. },
  882. "peerDependencies": {
  883. "typescript": ">= 4.7.4"
  884. },
  885. "peerDependenciesMeta": {
  886. "typescript": {
  887. "optional": true
  888. }
  889. }
  890. },
  891. "node_modules/queue-tick": {
  892. "version": "1.0.1",
  893. "resolved": "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz",
  894. "integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag=="
  895. },
  896. "node_modules/require-directory": {
  897. "version": "2.1.1",
  898. "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
  899. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  900. "engines": {
  901. "node": ">=0.10.0"
  902. }
  903. },
  904. "node_modules/resolve-from": {
  905. "version": "4.0.0",
  906. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  907. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  908. "engines": {
  909. "node": ">=4"
  910. }
  911. },
  912. "node_modules/smart-buffer": {
  913. "version": "4.2.0",
  914. "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",
  915. "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==",
  916. "engines": {
  917. "node": ">= 6.0.0",
  918. "npm": ">= 3.0.0"
  919. }
  920. },
  921. "node_modules/socks": {
  922. "version": "2.8.1",
  923. "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.1.tgz",
  924. "integrity": "sha512-B6w7tkwNid7ToxjZ08rQMT8M9BJAf8DKx8Ft4NivzH0zBUfd6jldGcisJn/RLgxcX3FPNDdNQCUEMMT79b+oCQ==",
  925. "dependencies": {
  926. "ip-address": "^9.0.5",
  927. "smart-buffer": "^4.2.0"
  928. },
  929. "engines": {
  930. "node": ">= 10.0.0",
  931. "npm": ">= 3.0.0"
  932. }
  933. },
  934. "node_modules/socks-proxy-agent": {
  935. "version": "8.0.3",
  936. "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.3.tgz",
  937. "integrity": "sha512-VNegTZKhuGq5vSD6XNKlbqWhyt/40CgoEw8XxD6dhnm8Jq9IEa3nIa4HwnM8XOqU0CdB0BwWVXusqiFXfHB3+A==",
  938. "dependencies": {
  939. "agent-base": "^7.1.1",
  940. "debug": "^4.3.4",
  941. "socks": "^2.7.1"
  942. },
  943. "engines": {
  944. "node": ">= 14"
  945. }
  946. },
  947. "node_modules/source-map": {
  948. "version": "0.6.1",
  949. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  950. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  951. "optional": true,
  952. "engines": {
  953. "node": ">=0.10.0"
  954. }
  955. },
  956. "node_modules/sprintf-js": {
  957. "version": "1.1.3",
  958. "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
  959. "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA=="
  960. },
  961. "node_modules/streamx": {
  962. "version": "2.16.1",
  963. "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.16.1.tgz",
  964. "integrity": "sha512-m9QYj6WygWyWa3H1YY69amr4nVgy61xfjys7xO7kviL5rfIEc2naf+ewFiOA+aEJD7y0JO3h2GoiUv4TDwEGzQ==",
  965. "dependencies": {
  966. "fast-fifo": "^1.1.0",
  967. "queue-tick": "^1.0.1"
  968. },
  969. "optionalDependencies": {
  970. "bare-events": "^2.2.0"
  971. }
  972. },
  973. "node_modules/string-width": {
  974. "version": "4.2.3",
  975. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  976. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  977. "dependencies": {
  978. "emoji-regex": "^8.0.0",
  979. "is-fullwidth-code-point": "^3.0.0",
  980. "strip-ansi": "^6.0.1"
  981. },
  982. "engines": {
  983. "node": ">=8"
  984. }
  985. },
  986. "node_modules/strip-ansi": {
  987. "version": "6.0.1",
  988. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  989. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  990. "dependencies": {
  991. "ansi-regex": "^5.0.1"
  992. },
  993. "engines": {
  994. "node": ">=8"
  995. }
  996. },
  997. "node_modules/supports-color": {
  998. "version": "5.5.0",
  999. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  1000. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  1001. "dependencies": {
  1002. "has-flag": "^3.0.0"
  1003. },
  1004. "engines": {
  1005. "node": ">=4"
  1006. }
  1007. },
  1008. "node_modules/tar-fs": {
  1009. "version": "3.0.4",
  1010. "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.4.tgz",
  1011. "integrity": "sha512-5AFQU8b9qLfZCX9zp2duONhPmZv0hGYiBPJsyUdqMjzq/mqVpy/rEUSeHk1+YitmxugaptgBh5oDGU3VsAJq4w==",
  1012. "dependencies": {
  1013. "mkdirp-classic": "^0.5.2",
  1014. "pump": "^3.0.0",
  1015. "tar-stream": "^3.1.5"
  1016. }
  1017. },
  1018. "node_modules/tar-stream": {
  1019. "version": "3.1.7",
  1020. "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz",
  1021. "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
  1022. "dependencies": {
  1023. "b4a": "^1.6.4",
  1024. "fast-fifo": "^1.2.0",
  1025. "streamx": "^2.15.0"
  1026. }
  1027. },
  1028. "node_modules/through": {
  1029. "version": "2.3.8",
  1030. "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
  1031. "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg=="
  1032. },
  1033. "node_modules/tr46": {
  1034. "version": "0.0.3",
  1035. "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
  1036. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
  1037. },
  1038. "node_modules/tslib": {
  1039. "version": "2.6.2",
  1040. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
  1041. "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
  1042. },
  1043. "node_modules/unbzip2-stream": {
  1044. "version": "1.4.3",
  1045. "resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz",
  1046. "integrity": "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==",
  1047. "dependencies": {
  1048. "buffer": "^5.2.1",
  1049. "through": "^2.3.8"
  1050. }
  1051. },
  1052. "node_modules/undici-types": {
  1053. "version": "5.26.5",
  1054. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
  1055. "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
  1056. "optional": true
  1057. },
  1058. "node_modules/universalify": {
  1059. "version": "2.0.1",
  1060. "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
  1061. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  1062. "engines": {
  1063. "node": ">= 10.0.0"
  1064. }
  1065. },
  1066. "node_modules/webidl-conversions": {
  1067. "version": "3.0.1",
  1068. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  1069. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
  1070. },
  1071. "node_modules/whatwg-url": {
  1072. "version": "5.0.0",
  1073. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
  1074. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  1075. "dependencies": {
  1076. "tr46": "~0.0.3",
  1077. "webidl-conversions": "^3.0.0"
  1078. }
  1079. },
  1080. "node_modules/wrap-ansi": {
  1081. "version": "7.0.0",
  1082. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  1083. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  1084. "dependencies": {
  1085. "ansi-styles": "^4.0.0",
  1086. "string-width": "^4.1.0",
  1087. "strip-ansi": "^6.0.0"
  1088. },
  1089. "engines": {
  1090. "node": ">=10"
  1091. },
  1092. "funding": {
  1093. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  1094. }
  1095. },
  1096. "node_modules/wrap-ansi/node_modules/ansi-styles": {
  1097. "version": "4.3.0",
  1098. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  1099. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  1100. "dependencies": {
  1101. "color-convert": "^2.0.1"
  1102. },
  1103. "engines": {
  1104. "node": ">=8"
  1105. },
  1106. "funding": {
  1107. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  1108. }
  1109. },
  1110. "node_modules/wrap-ansi/node_modules/color-convert": {
  1111. "version": "2.0.1",
  1112. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  1113. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  1114. "dependencies": {
  1115. "color-name": "~1.1.4"
  1116. },
  1117. "engines": {
  1118. "node": ">=7.0.0"
  1119. }
  1120. },
  1121. "node_modules/wrap-ansi/node_modules/color-name": {
  1122. "version": "1.1.4",
  1123. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  1124. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  1125. },
  1126. "node_modules/wrappy": {
  1127. "version": "1.0.2",
  1128. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  1129. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
  1130. },
  1131. "node_modules/ws": {
  1132. "version": "8.13.0",
  1133. "resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
  1134. "integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
  1135. "engines": {
  1136. "node": ">=10.0.0"
  1137. },
  1138. "peerDependencies": {
  1139. "bufferutil": "^4.0.1",
  1140. "utf-8-validate": ">=5.0.2"
  1141. },
  1142. "peerDependenciesMeta": {
  1143. "bufferutil": {
  1144. "optional": true
  1145. },
  1146. "utf-8-validate": {
  1147. "optional": true
  1148. }
  1149. }
  1150. },
  1151. "node_modules/y18n": {
  1152. "version": "5.0.8",
  1153. "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  1154. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  1155. "engines": {
  1156. "node": ">=10"
  1157. }
  1158. },
  1159. "node_modules/yargs": {
  1160. "version": "17.7.1",
  1161. "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.1.tgz",
  1162. "integrity": "sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==",
  1163. "dependencies": {
  1164. "cliui": "^8.0.1",
  1165. "escalade": "^3.1.1",
  1166. "get-caller-file": "^2.0.5",
  1167. "require-directory": "^2.1.1",
  1168. "string-width": "^4.2.3",
  1169. "y18n": "^5.0.5",
  1170. "yargs-parser": "^21.1.1"
  1171. },
  1172. "engines": {
  1173. "node": ">=12"
  1174. }
  1175. },
  1176. "node_modules/yargs-parser": {
  1177. "version": "21.1.1",
  1178. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
  1179. "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
  1180. "engines": {
  1181. "node": ">=12"
  1182. }
  1183. },
  1184. "node_modules/yauzl": {
  1185. "version": "2.10.0",
  1186. "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
  1187. "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==",
  1188. "dependencies": {
  1189. "buffer-crc32": "~0.2.3",
  1190. "fd-slicer": "~1.1.0"
  1191. }
  1192. }
  1193. }
  1194. }