hackmud-script-manager 0.19.0-c12fd7c → 0.19.0-cd5548c

Sign up to get free protection for your applications and to get access to all the features.
package/LICENSE CHANGED
@@ -1,674 +1,21 @@
1
- GNU GENERAL PUBLIC LICENSE
2
- Version 3, 29 June 2007
3
-
4
- Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
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
- <one line to give the program's name and a brief idea of what it does.>
635
- Copyright (C) <year> <name of author>
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 <https://www.gnu.org/licenses/>.
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
- <program> Copyright (C) <year> <name of author>
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
- <https://www.gnu.org/licenses/>.
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
- <https://www.gnu.org/licenses/why-not-lgpl.html>.
1
+ MIT License
2
+
3
+ Copyright (c) 2023 Samual Norman
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/bin/hsm.js CHANGED
@@ -12,7 +12,7 @@ import { syncMacros } from '../syncMacros.js';
12
12
  import { resolve, extname, basename, dirname, relative } from 'path';
13
13
  import '@samual/lib/copyFilePersistent';
14
14
 
15
- var version = "0.19.0-c12fd7c";
15
+ var version = "0.19.0-cd5548c";
16
16
 
17
17
  /* eslint-disable unicorn/no-process-exit */
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hackmud-script-manager",
3
- "version": "0.19.0-c12fd7c",
3
+ "version": "0.19.0-cd5548c",
4
4
  "description": "Script manager for game hackmud, with minification, TypeScript support, and player script type definition generation.",
5
5
  "keywords": [
6
6
  "api",
@@ -19,7 +19,7 @@
19
19
  ],
20
20
  "homepage": "https://github.com/samualtnorman/hackmud-script-manager#readme",
21
21
  "bugs": "https://github.com/samualtnorman/hackmud-script-manager/issues",
22
- "license": "GPL-3.0-or-later",
22
+ "license": "MIT",
23
23
  "author": "Samual Norman",
24
24
  "main": "index.js",
25
25
  "repository": {
@@ -1 +1 @@
1
- {"program":{"fileNames":["../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es5.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2021.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2022.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.dom.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.dom.iterable.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.scripthost.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2019.intl.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2021.promise.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2021.string.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2021.intl.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2022.array.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2022.error.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2022.intl.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2022.object.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2022.string.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.esnext.intl.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.decorators.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2022.full.d.ts","../src/constants.ts","../src/generateTypeDeclaration.ts","../node_modules/.pnpm/@babel+types@7.22.5/node_modules/@babel/types/lib/index.d.ts","../node_modules/.pnpm/@types+babel__generator@7.6.4/node_modules/@types/babel__generator/index.d.ts","../node_modules/.pnpm/@babel+parser@7.22.7/node_modules/@babel/parser/typings/babel-parser.d.ts","../node_modules/.pnpm/@types+babel__template@7.4.1/node_modules/@types/babel__template/index.d.ts","../node_modules/.pnpm/@types+babel__traverse@7.20.1/node_modules/@types/babel__traverse/index.d.ts","../node_modules/.pnpm/@types+babel__core@7.20.1/node_modules/@types/babel__core/index.d.ts","../node_modules/.pnpm/rollup@3.26.2/node_modules/rollup/dist/rollup.d.ts","../node_modules/.pnpm/@types+estree@1.0.1/node_modules/@types/estree/index.d.ts","../node_modules/.pnpm/@rollup+pluginutils@5.0.2_rollup@3.26.2/node_modules/@rollup/pluginutils/types/index.d.ts","../node_modules/.pnpm/@rollup+plugin-babel@6.0.3_@babel+core@7.22.9_@types+babel__core@7.20.1_rollup@3.26.2/node_modules/@rollup/plugin-babel/types/index.d.ts","../node_modules/.pnpm/@rollup+plugin-commonjs@25.0.2_rollup@3.26.2/node_modules/@rollup/plugin-commonjs/types/index.d.ts","../node_modules/.pnpm/@rollup+plugin-json@6.0.0_rollup@3.26.2/node_modules/@rollup/plugin-json/types/index.d.ts","../node_modules/.pnpm/@rollup+plugin-node-resolve@15.1.0_rollup@3.26.2/node_modules/@rollup/plugin-node-resolve/types/index.d.ts","../node_modules/.pnpm/@samual+lib@0.8.1/node_modules/@samual/lib/index.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/assert.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/assert/strict.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/globals.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/async_hooks.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/buffer.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/child_process.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/cluster.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/console.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/constants.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/crypto.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/dgram.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/diagnostics_channel.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/dns.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/dns/promises.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/domain.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/events.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/fs.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/fs/promises.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/http.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/http2.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/https.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/inspector.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/module.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/net.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/os.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/path.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/perf_hooks.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/process.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/punycode.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/querystring.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/readline.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/repl.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/stream.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/stream/promises.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/stream/consumers.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/stream/web.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/string_decoder.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/test.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/timers.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/timers/promises.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/tls.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/trace_events.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/tty.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/url.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/util.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/v8.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/vm.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/wasi.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/worker_threads.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/zlib.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/globals.global.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/index.d.ts","../node_modules/.pnpm/@samual+lib@0.8.1/node_modules/@samual/lib/assert.d.ts","../node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/doc.d.ts","../node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/index.d.ts","../node_modules/.pnpm/@samual+lib@0.8.1/node_modules/@samual/lib/countHackmudCharacters.d.ts","../node_modules/.pnpm/@samual+lib@0.8.1/node_modules/@samual/lib/spliceString.d.ts","../node_modules/.pnpm/acorn@8.10.0/node_modules/acorn/dist/acorn.d.ts","../node_modules/.pnpm/@jridgewell+trace-mapping@0.3.18/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts","../node_modules/.pnpm/@jridgewell+trace-mapping@0.3.18/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts","../node_modules/.pnpm/@jridgewell+trace-mapping@0.3.18/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts","../node_modules/.pnpm/@jridgewell+trace-mapping@0.3.18/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts","../node_modules/.pnpm/@jridgewell+gen-mapping@0.3.3/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts","../node_modules/.pnpm/@jridgewell+gen-mapping@0.3.3/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts","../node_modules/.pnpm/@jridgewell+gen-mapping@0.3.3/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts","../node_modules/.pnpm/@jridgewell+source-map@0.3.5/node_modules/@jridgewell/source-map/dist/types/source-map.d.ts","../node_modules/.pnpm/terser@5.19.0/node_modules/terser/tools/terser.d.ts","../src/processScript/shared.ts","../src/processScript/minify.ts","../src/processScript/postprocess.ts","../node_modules/.pnpm/import-meta-resolve@3.0.0/node_modules/import-meta-resolve/lib/errors.d.ts","../node_modules/.pnpm/import-meta-resolve@3.0.0/node_modules/import-meta-resolve/lib/package-config.d.ts","../node_modules/.pnpm/import-meta-resolve@3.0.0/node_modules/import-meta-resolve/lib/resolve.d.ts","../node_modules/.pnpm/import-meta-resolve@3.0.0/node_modules/import-meta-resolve/index.d.ts","../src/processScript/preprocess.ts","../node_modules/.pnpm/@samual+lib@0.8.1/node_modules/@samual/lib/clearObject.d.ts","../src/processScript/transform.ts","../src/processScript/index.ts","../node_modules/.pnpm/@samual+lib@0.8.1/node_modules/@samual/lib/copyFilePersistent.d.ts","../src/pull.ts","../node_modules/.pnpm/@samual+lib@0.8.1/node_modules/@samual/lib/DynamicMap.d.ts","../node_modules/.pnpm/@samual+lib@0.8.1/node_modules/@samual/lib/writeFilePersistent.d.ts","../src/push.ts","../src/syncMacros.ts","../node_modules/.pnpm/anymatch@3.1.3/node_modules/anymatch/index.d.ts","../node_modules/.pnpm/chokidar@3.5.3/node_modules/chokidar/types/index.d.ts","../src/watch.ts","../src/index.ts","../src/modules.d.ts","../package.json","../node_modules/.pnpm/chalk@5.3.0/node_modules/chalk/source/vendor/ansi-styles/index.d.ts","../node_modules/.pnpm/chalk@5.3.0/node_modules/chalk/source/vendor/supports-color/index.d.ts","../node_modules/.pnpm/chalk@5.3.0/node_modules/chalk/source/index.d.ts","../src/bin/hsm.ts","../node_modules/.pnpm/@types+prettier@2.7.3/node_modules/@types/prettier/index.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/classes/semver.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/parse.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/valid.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/clean.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/inc.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/diff.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/major.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/minor.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/patch.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/prerelease.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/compare.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/rcompare.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/compare-loose.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/compare-build.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/sort.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/rsort.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/gt.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/lt.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/eq.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/neq.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/gte.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/lte.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/cmp.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/coerce.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/classes/comparator.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/classes/range.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/satisfies.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/max-satisfying.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/min-satisfying.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/to-comparators.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/min-version.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/valid.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/outside.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/gtr.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/ltr.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/intersects.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/simplify.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/subset.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/internals/identifiers.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/index.d.ts"],"fileInfos":[{"version":"f59215c5f1d886b05395ee7aca73e0ac69ddfad2843aa88530e797879d511bad","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","dc48272d7c333ccf58034c0026162576b7d50ea0e69c3b9292f803fc20720fd5","27147504487dc1159369da4f4da8a26406364624fa9bc3db632f7d94a5bae2c3","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","5514e54f17d6d74ecefedc73c504eadffdeda79c7ea205cf9febead32d45c4bc",{"version":"3dda5344576193a4ae48b8d03f105c86f20b2f2aff0a1d1fd7935f5d68649654","affectsGlobalScope":true},{"version":"35299ae4a62086698444a5aaee27fc7aa377c68cbb90b441c9ace246ffd05c97","affectsGlobalScope":true},{"version":"c5c5565225fce2ede835725a92a28ece149f83542aa4866cfb10290bff7b8996","affectsGlobalScope":true},{"version":"7d2dbc2a0250400af0809b0ad5f84686e84c73526de931f84560e483eb16b03c","affectsGlobalScope":true},{"version":"9d9885c728913c1d16e0d2831b40341d6ad9a0ceecaabc55209b306ad9c736a5","affectsGlobalScope":true},{"version":"17bea081b9c0541f39dd1ae9bc8c78bdd561879a682e60e2f25f688c0ecab248","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"ab22100fdd0d24cfc2cc59d0a00fc8cf449830d9c4030dc54390a46bd562e929","affectsGlobalScope":true},{"version":"f7bd636ae3a4623c503359ada74510c4005df5b36de7f23e1db8a5c543fd176b","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"0c20f4d2358eb679e4ae8a4432bdd96c857a2960fd6800b21ec4008ec59d60ea","affectsGlobalScope":true},{"version":"36ae84ccc0633f7c0787bc6108386c8b773e95d3b052d9464a99cd9b8795fbec","affectsGlobalScope":true},{"version":"82d0d8e269b9eeac02c3bd1c9e884e85d483fcb2cd168bccd6bc54df663da031","affectsGlobalScope":true},{"version":"b8deab98702588840be73d67f02412a2d45a417a3c097b2e96f7f3a42ac483d1","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"376d554d042fb409cb55b5cbaf0b2b4b7e669619493c5d18d5fa8bd67273f82a","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"c4138a3dd7cd6cf1f363ca0f905554e8d81b45844feea17786cdf1626cb8ea06","affectsGlobalScope":true},{"version":"6ff3e2452b055d8f0ec026511c6582b55d935675af67cdb67dd1dc671e8065df","affectsGlobalScope":true},{"version":"03de17b810f426a2f47396b0b99b53a82c1b60e9cba7a7edda47f9bb077882f4","affectsGlobalScope":true},{"version":"8184c6ddf48f0c98429326b428478ecc6143c27f79b79e85740f17e6feb090f1","affectsGlobalScope":true},{"version":"261c4d2cf86ac5a89ad3fb3fafed74cbb6f2f7c1d139b0540933df567d64a6ca","affectsGlobalScope":true},{"version":"6af1425e9973f4924fca986636ac19a0cf9909a7e0d9d3009c349e6244e957b6","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"15a630d6817718a2ddd7088c4f83e4673fde19fa992d2eae2cf51132a302a5d3","affectsGlobalScope":true},{"version":"f06948deb2a51aae25184561c9640fb66afeddb34531a9212d011792b1d19e0a","affectsGlobalScope":true},{"version":"01e0ee7e1f661acedb08b51f8a9b7d7f959e9cdb6441360f06522cc3aea1bf2e","affectsGlobalScope":true},{"version":"ac17a97f816d53d9dd79b0d235e1c0ed54a8cc6a0677e9a3d61efb480b2a3e4e","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"ec0104fee478075cb5171e5f4e3f23add8e02d845ae0165bfa3f1099241fa2aa","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"9cc66b0513ad41cb5f5372cca86ef83a0d37d1c1017580b7dace3ea5661836df","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"709efdae0cb5df5f49376cde61daacc95cdd44ae4671da13a540da5088bf3f30","affectsGlobalScope":true},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true},{"version":"61ed9b6d07af959e745fb11f9593ecd743b279418cc8a99448ea3cd5f3b3eb22","affectsGlobalScope":true},{"version":"038a2f66a34ee7a9c2fbc3584c8ab43dff2995f8c68e3f566f4c300d2175e31e","affectsGlobalScope":true},{"version":"4fa6ed14e98aa80b91f61b9805c653ee82af3502dc21c9da5268d3857772ca05","affectsGlobalScope":true},{"version":"f5c92f2c27b06c1a41b88f6db8299205aee52c2a2943f7ed29bd585977f254e8","affectsGlobalScope":true},{"version":"930b0e15811f84e203d3c23508674d5ded88266df4b10abee7b31b2ac77632d2","affectsGlobalScope":true},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true},{"version":"b9ea5778ff8b50d7c04c9890170db34c26a5358cccba36844fe319f50a43a61a","affectsGlobalScope":true},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true},{"version":"50d53ccd31f6667aff66e3d62adf948879a3a16f05d89882d1188084ee415bbc","affectsGlobalScope":true},{"version":"307c8b7ebbd7f23a92b73a4c6c0a697beca05b06b036c23a34553e5fe65e4fdc","affectsGlobalScope":true},{"version":"189c0703923150aa30673fa3de411346d727cc44a11c75d05d7cf9ef095daa22","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},"1df2366de6650547b3dc1d7c4147355c0f6b4729c964e3839636fa418982d131",{"version":"9581880726f6a7c2ac58f242e0ff574b217544c9715815d557465e0b42beadd0","signature":"e326f4296ab10bbe0d9fc4bbc0ec6bd8ad47e5f3120471aedf482a0704974dab"},{"version":"48da7777fb5b3d49f8bca6e373eeff5230f3df6434fbb16721352e214b5c337a","signature":"a2dc116b16fae95e29d3c0c34ccdce1d0c5222110739a088eb15bfd3d6243859"},"ac65f04c2df0218cb8e54f012745cbfcc3c0e67c1f6b1e557d88842bbb72e2db","cc957354aa3c94c9961ebf46282cfde1e81d107fc5785a61f62c67f1dd3ac2eb","a2e86df4db576d80704e25293cec6f20fc6101a11f4747440e2eef58fb3c860c","93de1c6dab503f053efe8d304cb522bb3a89feab8c98f307a674a4fae04773e9","6704f0b54df85640baaeebd86c9d4a1dbb661d5a4d57a75bc84162f562f6531d","9d255af1b09c6697089d3c9bf438292a298d8b7a95c68793c9aae80afc9e5ca7","aae7ec197d95633437bc3023739cd955344559932ae07c25fea7600c2eb0e2f0","bee89e1eb6425eb49894f3f25e4562dc2564e84e5aa7610b7e13d8ecddf8f5db","3d464526989c71e46db37e5c4cf2d0f467fb10e019081a1dbdaa8578c6152f8c","7b3e92f4a63d797b1a89060cfa6eeec99fbb5fb1383020745a95ac35b884dda6","062c4a701f1ae473443a9b9e44db248226679716362b4759b7f5f682a97a5e8c","c730d00be50adc461f9fbf58c6db9cda705939a09409cd87a1856797db87bdf8","0e7a81a74b2957a97717d51ecbab0382c9db2aa2dbae5c2019f24507964b999b","277a0682c771c8ee4a8a2f47f517981b144f91c8e3202c24e2e4a20c77693ed8","d655233b800bf949a46bdf90c9830d1aa4e3017864e2f18ec25ad4c3511e891e","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"b934b72617b1474639ef1886668032537a2ed5dcc875c303dc33f207c64daac1","affectsGlobalScope":true},"56d13f223ab40f71840795f5bef2552a397a70666ee60878222407f3893fb8d0",{"version":"ad0d1ec49330f9155698108dcd923031626500d80006e94cc07102c7be907ec8","affectsGlobalScope":true},"fa9257e0d44930c1c6765fec51133a65721a8cdfc385d92926b64f78c662b7bb","6816b69b0921d55c3fe01e614a11af57e87209b8ef96b73c09bcce827a71d7d7",{"version":"34f5bcac12b36d70304b73de5f5aab3bb91bd9919f984be80579ebcad03a624e","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","f0b2fdef21dda3803b6e59e1060a9f420a7b3a3d59082c403be4364292ebd941","f50c975ab7b50e25a69e3d8a3773894125b44e9698924105f23b812bf7488baf","73e88763806a21b32aff5a66d4930124606bc5e77f796ea3ff8b6878ff787fa8","ac4b69257d71eee424b839167dda625a771f0d20276beaf822b5e49368539df7","888ec73828164f7a89bf11a173f2e6721e777571c606f03b625956cce2365cf6","06ccebc2c2db57d6bdbca63b71c4ae5e6ddc42d972fd8f122d4c1a28aa111b25",{"version":"81e8508d1e82278f5d3fee936f267e00c308af36219bfcee2631f9513c9c4017","affectsGlobalScope":true},"0218d6df259111a1a4c6bc76cd538932c6c051fd2ae5754f6cb189fbbd0bb6fc","58e6ce808ad556f72c4b882546b7cd023c7f5804c854edf77b6a8a6b59b68644","8e2dd46692f03737289f1b23fc90ad329d726a8b234f756a1453d61a39587356","0034f55fd438f31ba1f0b340dceef3b77d9a89f5218e5875a990b4eff2a5714d","288dd0c774a5c6e3964084c7a2bc8cc6b746d70f44a9892d028d04f915cf7ebc","d61c7c41eb1960b1285e242fd102c162b65c0522985b839fadda59874308a170",{"version":"e630e5528e899219ae319e83bef54bf3bcb91b01d76861ecf881e8e614b167f0","affectsGlobalScope":true},"f7011a8d17a06e60dc591fd89b7bf40507d36a5a4d5913fa0eff4e18da001759","abc1c425b2ad6720433f40f1877abfa4223f0f3dd486c9c28c492179ca183cb6","fb0989383c6109f20281b3d31265293daefdd76d0d30551782c1654e93704f48","a4210a84a82b3e7a8cec5b2f3616e46d523f4f10cc1576d8f2fb89d0987b341e",{"version":"8207e7e6db9aa5fc7e61c8f17ba74cf9c115d26f51f91ee93f790815a7ea9dfb","affectsGlobalScope":true},"9f1069b9e2c051737b1f9b4f1baf50e4a63385a6a89c32235549ae87fc3d5492","22d48bfb37261136423ac687f1fa7bd4dda3083f767416d409a8260cf92bc8fc","29c2706fa0cc49a2bd90c83234da33d08bb9554ecec675e91c1f85087f5a5324","0acbf26bf958f9e80c1ffa587b74749d2697b75b484062d36e103c137c562bc3","77f7b6094b3422cc09eb2e919493287ed02380cff73d0452e17149d40dbf157d","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","698ab660b477b9c2cd5ccbd99e7e7df8b4a6134c1f5711fa615ed7aab51cb7f7","33eee034727baf564056b4ea719075c23d3b4767d0b5f9c6933b81f3d77774d2","c33a6ea7147af60d8e98f1ac127047f4b0d4e2ce28b8f08ff3de07ca7cc00637","a4471d2bdba495b2a6a30b8765d5e0282fa7009d88345a9528f73c37869d3b93",{"version":"aee7013623e7632fba449d4df1da92925b27d9b816cb05546044dbfe54c88ef4","affectsGlobalScope":true},"e10177274a35a9d07c825615340b2fcde2f610f53f3fb40269fd196b4288dda6","c9d70d3d7191a66a81cb554557f8ed1cf736ea8397c44a864fe52689de18865a","998a3de5237518c0b3ac00a11b3b4417affb008aa20aedee52f3fdae3cb86151","ad41008ffe077206e1811fc873f4d9005b5fd7f6ab52bb6118fef600815a5cb4",{"version":"77c64e668dc7e3db451a6c966e475bc9594678a3675489dc8fc2c1240b83c524","affectsGlobalScope":true},"fdf6f22ef3df566a42e056cd430623b691eccca7c83b1c3ba946c0cfb2595e32","196aeae43911b66bac5d87d7eba460c4d27561257737931f5a1e6e1babcf55a6","235a53595bd20b0b0eeb1a29cb2887c67c48375e92f03749b2488fbd46d0b1a0","bc09393cd4cd13f69cf1366d4236fbae5359bb550f0de4e15767e9a91d63dfb1","9c266243b01545e11d2733a55ad02b4c00ecdbda99c561cd1674f96e89cdc958","c71155c05fc76ff948a4759abc1cb9feec036509f500174bc18dad4c7827a60c",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"88003d9ab15507806f41b120be6d407c1afe566c2f6689ebe3a034dd5ec0c8dc","ce5aee5ba7dbbb29ceb6a5757225974c02f406f4e0d691b8b5d5787737d8e546","8e8c6a1c17ee604c41a4a1d41025943853887c8200688e4ac313a7e0c59b8f5b","ce6568a838691dd840179258fa192f52e11783a482b6f23dd581cce5095ac3bf","499711b80625387ab3670631657f6ec47018551b29b9a4738cdae6e3c8401b08","e4d607fe398baaf42d44ed7f6e2734d4b0589e2dd1c5859b9d54691a8212c511","45956bae07f82667a70bc0483bfd39b295c595f667dd35779a3628bc680cfe2b","d66d26abde4bfe9049630ba8ce3912396d6654eb68869090e1207476ac5752c4","acf1f5405094ca22150a70ced94574aaa12c6d320ff5ae132a1a93755fc654cf","aac4aabadfa2965ca91db1e2cda0ea570ec4682a1129af4defac2507e9568d6d","4b44ee590e235c7d2524361e0b494b2fccace6dc14a3f938ef0023f3364361cb","cadb68b67b80b14a9a5bb64cce3093168fb2bfe2c7b10096d230df5203218de1","8fdf499a5ff78160bf99bc2f276e6025c785f095d0e7a6c6ec3c752cafcbc0b9","d527195559dd49fefc932ee71ebc7ed34a64f5611cbe45557ba7f27d74dc7bee","693015483017a74f286180d19da286d238a328b98595e6e3d37d556538b03bd4","55142d0b448290753e52571fd27c50922357902c710665d26687ba0c203ec96d",{"version":"15eb1ed602c940e54df2f6f603ae0a2e27429ba037c0a48cfb8bcace4f9d0ae1","signature":"51560636940c1db1f5890df21603e3a01ca8c82f514e6ed7fc74ece5f133d7cd"},{"version":"a7ae614005023c91e1a28b3f6ea018d4f23fa5c79a1e8a823c28918363579f08","signature":"820055ca96c42524f9d97bd807ad04b9409232ad7eaded419dc8045ecce562b7"},{"version":"81219c1dacc7c3684e450781d4fabef365fd7cbb7c59ea7b0f1e3bd363e9b61f","signature":"910d2fac24fd87cec6419572d00528987cebb27ad85e573dbcadc85fb8b8c905"},"25c5b8ef079f6342f498f6d4ce6ee2f304fc1e8f8fc1b4e53c0d2ae7e51da264","6086fd981e940f04567849a7a53b278aef11ec1ac0e99f1b12c2fb7b8d5de8f4","d285a7bd6c5194431437e31487896d80d8d978a35c832234b6ceaeb3ac826e13","946d182c34b115fc587fc1ff7cd406ff6ea05257aa1f66a709c28385ec4d26c3",{"version":"8e7164057b822abfe9a89081b14426f080883f435226a7bfdc7d41f52f099c95","signature":"44908da5d98afedda43aca5cc6ccc20055089cc72bdb55160ee376df5abfda65"},"214abfe9a790d3c88f1c40610d44110bb597d58a739aa60ce0ed637169d7de28",{"version":"2e4721afc0ee12422166b6eb7b582fa8af269862fe5a5d945ae49682de2709e9","signature":"538f66dbbfadf1ff4a8009046c9c2c221d381455543a254ba45be92df5289f20"},{"version":"9d0c1e30aeddc49f242b8cded4e5e2cb144bb21338cce5cd92d874baa68fe50d","signature":"64292e0c80e414624a458a479f6e125e6c11fe363620a59f990ffd880ce72eeb"},"81ddeff8407144d3532ec19222782597baef83ce0456c8c18c8f7fdf9807dcda",{"version":"886fb5e32df42461989c99405ec5a7de5ba220563d2251899d52c3e9204ab292","signature":"b54e6fba7b99116a7817e98eccb5ea6e7919eb6f6aa668909b418cd208fd4040"},"03cc3c32ce5c2b6a3b53f93c9ba0c7244f133f219c6ba0601da25505458f50ce","ba731f77e875269591889f3d713f90ff0554f8e5f4f02b43cce2429b23b81088",{"version":"2995cb78adc7c6b00ce2647d81b6fb3e95e22dfe4e559556add13691b80ab023","signature":"734ceff6664514d97e76c9da86de362aadaa4b0562e7c632c48a4b1ecc8c3b12"},{"version":"b2828fa6f99e5dff31bf79f441ab0ad57d59c5e632c4ae880ee537b3208eeaca","signature":"0545a204da459bca62369c9187bb92da117c080d630b7178e0dc5658eb5ccd27"},"eac647a94fb1f09789e12dfecb52dcd678d05159a4796b4e415aa15892f3b103","a7e430e32eaefba6b1ebf23a94a4562bfe7051cc83558d33ddc8ff342f3c18e9",{"version":"bedf4408e03eeb920e83b2cc1a1adca23996a6356874f39af7f270fbe0245003","signature":"9b3959dfd00878828934ee3dcffa80739d0179efdf66951540eec602ef2edd8b"},{"version":"7a646667c717666665bc01ed14c9a7b216d72b2df354764937f414c0de82fa1d","signature":"793472fa703dabd65bc3bcdb71e0ed66fddcc1de57e3ea274a648dbe0e5a029d"},"9c0d5409f7791e8028d96674f83594c06db94a2e749099ad0a7be908cf5b38c9","c2f92c3a25cce07d953de6aeb6b7f48905dfbc71e3e31a7ceb0c79e4b8cd02b9","acfed6cc001e7f7f26d2ba42222a180ba669bb966d4dd9cb4ad5596516061b13","f61a4dc92450609c353738f0a2daebf8cae71b24716dbd952456d80b1e1a48b6","b1adbadd9e2b45fa099362a19f95fec9d145b4b7f74f81c18d8fa1a163da47e0",{"version":"5780c2cdfa5efb47fe195991fee574579e5b6631f1dac3937483bc42496b7d21","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},"d88a5e779faf033be3d52142a04fbe1cb96009868e3bbdd296b2bc6c59e06c0e","2b93035328f7778d200252681c1d86285d501ed424825a18f81e4c3028aa51d9","2ac9c8332c5f8510b8bdd571f8271e0f39b0577714d5e95c1e79a12b2616f069","42c21aa963e7b86fa00801d96e88b36803188018d5ad91db2a9101bccd40b3ff","d31eb848cdebb4c55b4893b335a7c0cca95ad66dee13cbb7d0893810c0a9c301","b9f96255e1048ed2ea33ec553122716f0e57fc1c3ad778e9aa15f5b46547bd23","7a9e0a564fee396cacf706523b5aeed96e04c6b871a8bebefad78499fbffc5bc","906c751ef5822ec0dadcea2f0e9db64a33fb4ee926cc9f7efa38afe5d5371b2a","5387c049e9702f2d2d7ece1a74836a14b47fbebe9bbeb19f94c580a37c855351","c68391fb9efad5d99ff332c65b1606248c4e4a9f1dd9a087204242b56c7126d6","e9cf02252d3a0ced987d24845dcb1f11c1be5541f17e5daa44c6de2d18138d0c","e8b02b879754d85f48489294f99147aeccc352c760d95a6fe2b6e49cd400b2fe","9f6908ab3d8a86c68b86e38578afc7095114e66b2fc36a2a96e9252aac3998e0","0eedb2344442b143ddcd788f87096961cd8572b64f10b4afc3356aa0460171c6","71405cc70f183d029cc5018375f6c35117ffdaf11846c35ebf85ee3956b1b2a6","c68baff4d8ba346130e9753cefe2e487a16731bf17e05fdacc81e8c9a26aae9d","2cd15528d8bb5d0453aa339b4b52e0696e8b07e790c153831c642c3dea5ac8af","479d622e66283ffa9883fbc33e441f7fc928b2277ff30aacbec7b7761b4e9579","ade307876dc5ca267ca308d09e737b611505e015c535863f22420a11fffc1c54","f8cdefa3e0dee639eccbe9794b46f90291e5fd3989fcba60d2f08fde56179fb9","86c5a62f99aac7053976e317dbe9acb2eaf903aaf3d2e5bb1cafe5c2df7b37a8","2b300954ce01a8343866f737656e13243e86e5baef51bd0631b21dcef1f6e954","a2d409a9ffd872d6b9d78ead00baa116bbc73cfa959fce9a2f29d3227876b2a1","b288936f560cd71f4a6002953290de9ff8dfbfbf37f5a9391be5c83322324898","61178a781ef82e0ff54f9430397e71e8f365fc1e3725e0e5346f2de7b0d50dfa","6a6ccb37feb3aad32d9be026a3337db195979cd5727a616fc0f557e974101a54","c649ea79205c029a02272ef55b7ab14ada0903db26144d2205021f24727ac7a3","38e2b02897c6357bbcff729ef84c736727b45cc152abe95a7567caccdfad2a1d","d6610ea7e0b1a7686dba062a1e5544dd7d34140f4545305b7c6afaebfb348341","3dee35db743bdba2c8d19aece7ac049bde6fa587e195d86547c882784e6ba34c","b15e55c5fa977c2f25ca0b1db52cfa2d1fd4bf0baf90a8b90d4a7678ca462ff1","f41d30972724714763a2698ae949fbc463afb203b5fa7c4ad7e4de0871129a17","843dd7b6a7c6269fd43827303f5cbe65c1fecabc30b4670a50d5a15d57daeeb9","f06d8b8567ee9fd799bf7f806efe93b67683ef24f4dea5b23ef12edff4434d9d","6017384f697ff38bc3ef6a546df5b230c3c31329db84cbfe686c83bec011e2b2","e1a5b30d9248549ca0c0bb1d653bafae20c64c4aa5928cc4cd3017b55c2177b0","a593632d5878f17295bd53e1c77f27bf4c15212822f764a2bfc1702f4b413fa0","a868a534ba1c2ca9060b8a13b0ffbbbf78b4be7b0ff80d8c75b02773f7192c29","da7545aba8f54a50fde23e2ede00158dc8112560d934cee58098dfb03aae9b9d","34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","a1a261624efb3a00ff346b13580f70f3463b8cdcc58b60f5793ff11785d52cab"],"root":[62,63,[145,147],152,154,155,157,160,161,[164,166],171],"options":{"allowUnreachableCode":false,"allowUnusedLabels":false,"composite":true,"declaration":true,"emitDeclarationOnly":true,"esModuleInterop":true,"exactOptionalPropertyTypes":true,"module":99,"noFallthroughCasesInSwitch":true,"noImplicitOverride":true,"noImplicitReturns":true,"noUncheckedIndexedAccess":true,"noUnusedParameters":true,"outDir":"./","rootDir":"../src","skipLibCheck":true,"strict":true,"strictNullChecks":true,"target":9,"useUnknownInCatchVariables":true},"fileIdsList":[[64,122],[122],[122,139,141],[122,140],[122,139,142],[122,137,139],[122,136,137,138],[122,136,139],[69,70,72,122],[70,72,122],[70,122],[71,122],[77,122,129],[94,122],[93,94,110,122,129],[64,65,66,67,68,122],[64,66,122],[78,122],[81,122],[82,87,113,122],[83,93,94,101,110,121,122],[83,84,93,101,122],[85,122],[86,87,94,102,122],[87,110,118,122],[88,90,93,101,122],[89,122],[90,91,122],[92,93,122],[93,122],[93,94,95,110,121,122],[93,94,95,110,122],[93,96,101,110,121,122],[93,94,96,97,101,110,118,121,122],[96,98,110,118,121,122],[78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128],[93,99,122],[100,121,122],[90,93,101,110,122],[102,122],[103,122],[81,104,122],[105,120,122,126],[106,122],[107,122],[93,108,122],[108,109,122,124],[82,93,110,111,112,122],[82,110,112,122],[110,111,122],[113,122],[114,122],[93,116,117,122],[116,117,122],[87,101,118,122],[119,122],[101,120,122],[82,96,107,121,122],[87,122],[110,122,123],[122,124],[122,125],[82,87,93,95,104,110,121,122,124,126],[110,122,127],[122,173,212],[122,173,197,212],[122,212],[122,173],[122,173,198,212],[122,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211],[122,198,212],[122,168,169],[120,122],[93,94,122,129,162],[122,148,150],[121,122,129,148],[121,122,129,148,149],[122,131],[122,143],[62,63,95,102,103,122,130,133,155,157,158,159,160,161,163,164,165,167,170],[95,103,122],[62,63,122,155,157,160,161,164],[62,64,65,66,68,69,70,73,74,75,76,77,103,122,130,132,145,146,147,152,154,166],[64,65,68,77,122,130,133,134,135,144,145],[64,65,66,68,122,130,134,151],[64,68,122,130],[62,64,68,122,130,145,153],[103,122,156],[62,77,95,103,122,133,155,158,159,165],[62,63,77,95,103,122,130,133,155,158,159,160,163],[62,63,155,157,160,161,164],[77,146,147,152,154],[64,77],[64,68],[64],[77,165],[77,160]],"referencedMap":[[66,1],[64,2],[142,3],[140,2],[141,4],[143,5],[138,6],[136,2],[139,7],[137,8],[73,9],[74,10],[75,10],[76,11],[72,12],[158,2],[130,13],[153,2],[156,14],[133,2],[77,2],[134,2],[159,15],[69,16],[65,1],[67,17],[68,1],[71,2],[78,18],[79,18],[81,19],[82,20],[83,21],[84,22],[85,23],[86,24],[87,25],[88,26],[89,27],[90,28],[91,28],[92,29],[93,30],[94,31],[95,32],[80,2],[128,2],[96,33],[97,34],[98,35],[129,36],[99,37],[100,38],[101,39],[102,40],[103,41],[104,42],[105,43],[106,44],[107,45],[108,46],[109,47],[110,48],[112,49],[111,50],[113,51],[114,52],[115,2],[116,53],[117,54],[118,55],[119,56],[120,57],[121,58],[122,59],[123,60],[124,61],[125,62],[126,63],[127,64],[172,2],[197,65],[198,66],[173,67],[176,67],[195,65],[196,65],[186,65],[185,68],[183,65],[178,65],[191,65],[189,65],[193,65],[177,65],[190,65],[194,65],[179,65],[180,65],[192,65],[174,65],[181,65],[182,65],[184,65],[188,65],[199,69],[187,65],[175,65],[212,70],[211,2],[206,69],[208,71],[207,69],[200,69],[201,69],[203,69],[205,69],[209,71],[210,71],[202,71],[204,71],[135,2],[162,2],[170,72],[168,2],[169,73],[163,74],[151,75],[148,2],[149,76],[150,77],[131,2],[132,78],[70,2],[144,79],[59,2],[60,2],[10,2],[11,2],[15,2],[14,2],[2,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[22,2],[23,2],[3,2],[4,2],[27,2],[24,2],[25,2],[26,2],[28,2],[29,2],[30,2],[5,2],[31,2],[32,2],[33,2],[34,2],[6,2],[38,2],[35,2],[36,2],[37,2],[39,2],[7,2],[40,2],[45,2],[46,2],[41,2],[42,2],[43,2],[44,2],[8,2],[50,2],[47,2],[48,2],[49,2],[51,2],[9,2],[52,2],[61,2],[53,2],[54,2],[57,2],[55,2],[56,2],[1,2],[58,2],[13,2],[12,2],[167,2],[171,80],[62,2],[63,81],[165,82],[166,2],[155,83],[146,84],[147,2],[152,85],[145,86],[154,87],[157,88],[160,89],[161,81],[164,90]],"exportedModulesMap":[[66,1],[64,2],[142,3],[140,2],[141,4],[143,5],[138,6],[136,2],[139,7],[137,8],[73,9],[74,10],[75,10],[76,11],[72,12],[158,2],[130,13],[153,2],[156,14],[133,2],[77,2],[134,2],[159,15],[69,16],[65,1],[67,17],[68,1],[71,2],[78,18],[79,18],[81,19],[82,20],[83,21],[84,22],[85,23],[86,24],[87,25],[88,26],[89,27],[90,28],[91,28],[92,29],[93,30],[94,31],[95,32],[80,2],[128,2],[96,33],[97,34],[98,35],[129,36],[99,37],[100,38],[101,39],[102,40],[103,41],[104,42],[105,43],[106,44],[107,45],[108,46],[109,47],[110,48],[112,49],[111,50],[113,51],[114,52],[115,2],[116,53],[117,54],[118,55],[119,56],[120,57],[121,58],[122,59],[123,60],[124,61],[125,62],[126,63],[127,64],[172,2],[197,65],[198,66],[173,67],[176,67],[195,65],[196,65],[186,65],[185,68],[183,65],[178,65],[191,65],[189,65],[193,65],[177,65],[190,65],[194,65],[179,65],[180,65],[192,65],[174,65],[181,65],[182,65],[184,65],[188,65],[199,69],[187,65],[175,65],[212,70],[211,2],[206,69],[208,71],[207,69],[200,69],[201,69],[203,69],[205,69],[209,71],[210,71],[202,71],[204,71],[135,2],[162,2],[170,72],[168,2],[169,73],[163,74],[151,75],[148,2],[149,76],[150,77],[131,2],[132,78],[70,2],[144,79],[59,2],[60,2],[10,2],[11,2],[15,2],[14,2],[2,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[22,2],[23,2],[3,2],[4,2],[27,2],[24,2],[25,2],[26,2],[28,2],[29,2],[30,2],[5,2],[31,2],[32,2],[33,2],[34,2],[6,2],[38,2],[35,2],[36,2],[37,2],[39,2],[7,2],[40,2],[45,2],[46,2],[41,2],[42,2],[43,2],[44,2],[8,2],[50,2],[47,2],[48,2],[49,2],[51,2],[9,2],[52,2],[61,2],[53,2],[54,2],[57,2],[55,2],[56,2],[1,2],[58,2],[13,2],[12,2],[167,2],[165,91],[166,2],[155,92],[146,93],[145,94],[154,95],[160,96],[164,97]],"semanticDiagnosticsPerFile":[66,64,142,140,141,143,138,136,139,137,73,74,75,76,72,158,130,153,156,133,77,134,159,69,65,67,68,71,78,79,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,80,128,96,97,98,129,99,100,101,102,103,104,105,106,107,108,109,110,112,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,172,197,198,173,176,195,196,186,185,183,178,191,189,193,177,190,194,179,180,192,174,181,182,184,188,199,187,175,212,211,206,208,207,200,201,203,205,209,210,202,204,135,162,170,168,169,163,151,148,149,150,131,132,70,144,59,60,10,11,15,14,2,16,17,18,19,20,21,22,23,3,4,27,24,25,26,28,29,30,5,31,32,33,34,6,38,35,36,37,39,7,40,45,46,41,42,43,44,8,50,47,48,49,51,9,52,61,53,54,57,55,56,1,58,13,12,167,171,62,63,165,166,155,146,147,152,145,154,157,160,161,164],"latestChangedDtsFile":"./bin/hsm.d.ts"},"version":"5.1.6"}
1
+ {"program":{"fileNames":["../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es5.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2021.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2022.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.dom.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.dom.iterable.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.scripthost.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2019.intl.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2021.promise.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2021.string.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2021.intl.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2022.array.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2022.error.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2022.intl.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2022.object.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2022.string.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.esnext.intl.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.decorators.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es2022.full.d.ts","../src/constants.ts","../src/generateTypeDeclaration.ts","../node_modules/.pnpm/@babel+types@7.22.5/node_modules/@babel/types/lib/index.d.ts","../node_modules/.pnpm/@types+babel__generator@7.6.4/node_modules/@types/babel__generator/index.d.ts","../node_modules/.pnpm/@babel+parser@7.22.7/node_modules/@babel/parser/typings/babel-parser.d.ts","../node_modules/.pnpm/@types+babel__template@7.4.1/node_modules/@types/babel__template/index.d.ts","../node_modules/.pnpm/@types+babel__traverse@7.20.1/node_modules/@types/babel__traverse/index.d.ts","../node_modules/.pnpm/@types+babel__core@7.20.1/node_modules/@types/babel__core/index.d.ts","../node_modules/.pnpm/rollup@3.26.2/node_modules/rollup/dist/rollup.d.ts","../node_modules/.pnpm/@types+estree@1.0.1/node_modules/@types/estree/index.d.ts","../node_modules/.pnpm/@rollup+pluginutils@5.0.2_rollup@3.26.2/node_modules/@rollup/pluginutils/types/index.d.ts","../node_modules/.pnpm/@rollup+plugin-babel@6.0.3_@babel+core@7.22.9_@types+babel__core@7.20.1_rollup@3.26.2/node_modules/@rollup/plugin-babel/types/index.d.ts","../node_modules/.pnpm/@rollup+plugin-commonjs@25.0.2_rollup@3.26.2/node_modules/@rollup/plugin-commonjs/types/index.d.ts","../node_modules/.pnpm/@rollup+plugin-json@6.0.0_rollup@3.26.2/node_modules/@rollup/plugin-json/types/index.d.ts","../node_modules/.pnpm/@rollup+plugin-node-resolve@15.1.0_rollup@3.26.2/node_modules/@rollup/plugin-node-resolve/types/index.d.ts","../node_modules/.pnpm/@samual+lib@0.8.1/node_modules/@samual/lib/index.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/assert.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/assert/strict.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/globals.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/async_hooks.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/buffer.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/child_process.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/cluster.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/console.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/constants.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/crypto.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/dgram.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/diagnostics_channel.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/dns.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/dns/promises.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/domain.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/events.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/fs.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/fs/promises.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/http.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/http2.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/https.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/inspector.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/module.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/net.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/os.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/path.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/perf_hooks.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/process.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/punycode.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/querystring.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/readline.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/repl.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/stream.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/stream/promises.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/stream/consumers.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/stream/web.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/string_decoder.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/test.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/timers.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/timers/promises.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/tls.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/trace_events.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/tty.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/url.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/util.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/v8.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/vm.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/wasi.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/worker_threads.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/zlib.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/globals.global.d.ts","../node_modules/.pnpm/@types+node@16.18.38/node_modules/@types/node/index.d.ts","../node_modules/.pnpm/@samual+lib@0.8.1/node_modules/@samual/lib/assert.d.ts","../node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/doc.d.ts","../node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/index.d.ts","../node_modules/.pnpm/@samual+lib@0.8.1/node_modules/@samual/lib/countHackmudCharacters.d.ts","../node_modules/.pnpm/@samual+lib@0.8.1/node_modules/@samual/lib/spliceString.d.ts","../node_modules/.pnpm/acorn@8.10.0/node_modules/acorn/dist/acorn.d.ts","../node_modules/.pnpm/@jridgewell+trace-mapping@0.3.18/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts","../node_modules/.pnpm/@jridgewell+trace-mapping@0.3.18/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts","../node_modules/.pnpm/@jridgewell+trace-mapping@0.3.18/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts","../node_modules/.pnpm/@jridgewell+trace-mapping@0.3.18/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts","../node_modules/.pnpm/@jridgewell+gen-mapping@0.3.3/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts","../node_modules/.pnpm/@jridgewell+gen-mapping@0.3.3/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts","../node_modules/.pnpm/@jridgewell+gen-mapping@0.3.3/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts","../node_modules/.pnpm/@jridgewell+source-map@0.3.5/node_modules/@jridgewell/source-map/dist/types/source-map.d.ts","../node_modules/.pnpm/terser@5.19.0/node_modules/terser/tools/terser.d.ts","../src/processScript/shared.ts","../src/processScript/minify.ts","../src/processScript/postprocess.ts","../node_modules/.pnpm/import-meta-resolve@3.0.0/node_modules/import-meta-resolve/lib/errors.d.ts","../node_modules/.pnpm/import-meta-resolve@3.0.0/node_modules/import-meta-resolve/lib/package-config.d.ts","../node_modules/.pnpm/import-meta-resolve@3.0.0/node_modules/import-meta-resolve/lib/resolve.d.ts","../node_modules/.pnpm/import-meta-resolve@3.0.0/node_modules/import-meta-resolve/index.d.ts","../src/processScript/preprocess.ts","../node_modules/.pnpm/@samual+lib@0.8.1/node_modules/@samual/lib/clearObject.d.ts","../src/processScript/transform.ts","../src/processScript/index.ts","../node_modules/.pnpm/@samual+lib@0.8.1/node_modules/@samual/lib/copyFilePersistent.d.ts","../src/pull.ts","../node_modules/.pnpm/@samual+lib@0.8.1/node_modules/@samual/lib/DynamicMap.d.ts","../node_modules/.pnpm/@samual+lib@0.8.1/node_modules/@samual/lib/writeFilePersistent.d.ts","../src/push.ts","../src/syncMacros.ts","../node_modules/.pnpm/anymatch@3.1.3/node_modules/anymatch/index.d.ts","../node_modules/.pnpm/chokidar@3.5.3/node_modules/chokidar/types/index.d.ts","../src/watch.ts","../src/index.ts","../src/modules.d.ts","../package.json","../node_modules/.pnpm/chalk@5.3.0/node_modules/chalk/source/vendor/ansi-styles/index.d.ts","../node_modules/.pnpm/chalk@5.3.0/node_modules/chalk/source/vendor/supports-color/index.d.ts","../node_modules/.pnpm/chalk@5.3.0/node_modules/chalk/source/index.d.ts","../src/bin/hsm.ts","../node_modules/.pnpm/@types+prettier@2.7.3/node_modules/@types/prettier/index.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/classes/semver.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/parse.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/valid.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/clean.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/inc.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/diff.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/major.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/minor.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/patch.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/prerelease.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/compare.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/rcompare.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/compare-loose.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/compare-build.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/sort.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/rsort.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/gt.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/lt.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/eq.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/neq.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/gte.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/lte.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/cmp.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/coerce.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/classes/comparator.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/classes/range.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/satisfies.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/max-satisfying.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/min-satisfying.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/to-comparators.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/min-version.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/valid.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/outside.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/gtr.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/ltr.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/intersects.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/simplify.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/subset.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/internals/identifiers.d.ts","../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/index.d.ts"],"fileInfos":[{"version":"f59215c5f1d886b05395ee7aca73e0ac69ddfad2843aa88530e797879d511bad","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","dc48272d7c333ccf58034c0026162576b7d50ea0e69c3b9292f803fc20720fd5","27147504487dc1159369da4f4da8a26406364624fa9bc3db632f7d94a5bae2c3","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","5514e54f17d6d74ecefedc73c504eadffdeda79c7ea205cf9febead32d45c4bc",{"version":"3dda5344576193a4ae48b8d03f105c86f20b2f2aff0a1d1fd7935f5d68649654","affectsGlobalScope":true},{"version":"35299ae4a62086698444a5aaee27fc7aa377c68cbb90b441c9ace246ffd05c97","affectsGlobalScope":true},{"version":"c5c5565225fce2ede835725a92a28ece149f83542aa4866cfb10290bff7b8996","affectsGlobalScope":true},{"version":"7d2dbc2a0250400af0809b0ad5f84686e84c73526de931f84560e483eb16b03c","affectsGlobalScope":true},{"version":"9d9885c728913c1d16e0d2831b40341d6ad9a0ceecaabc55209b306ad9c736a5","affectsGlobalScope":true},{"version":"17bea081b9c0541f39dd1ae9bc8c78bdd561879a682e60e2f25f688c0ecab248","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"ab22100fdd0d24cfc2cc59d0a00fc8cf449830d9c4030dc54390a46bd562e929","affectsGlobalScope":true},{"version":"f7bd636ae3a4623c503359ada74510c4005df5b36de7f23e1db8a5c543fd176b","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"0c20f4d2358eb679e4ae8a4432bdd96c857a2960fd6800b21ec4008ec59d60ea","affectsGlobalScope":true},{"version":"36ae84ccc0633f7c0787bc6108386c8b773e95d3b052d9464a99cd9b8795fbec","affectsGlobalScope":true},{"version":"82d0d8e269b9eeac02c3bd1c9e884e85d483fcb2cd168bccd6bc54df663da031","affectsGlobalScope":true},{"version":"b8deab98702588840be73d67f02412a2d45a417a3c097b2e96f7f3a42ac483d1","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"376d554d042fb409cb55b5cbaf0b2b4b7e669619493c5d18d5fa8bd67273f82a","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"c4138a3dd7cd6cf1f363ca0f905554e8d81b45844feea17786cdf1626cb8ea06","affectsGlobalScope":true},{"version":"6ff3e2452b055d8f0ec026511c6582b55d935675af67cdb67dd1dc671e8065df","affectsGlobalScope":true},{"version":"03de17b810f426a2f47396b0b99b53a82c1b60e9cba7a7edda47f9bb077882f4","affectsGlobalScope":true},{"version":"8184c6ddf48f0c98429326b428478ecc6143c27f79b79e85740f17e6feb090f1","affectsGlobalScope":true},{"version":"261c4d2cf86ac5a89ad3fb3fafed74cbb6f2f7c1d139b0540933df567d64a6ca","affectsGlobalScope":true},{"version":"6af1425e9973f4924fca986636ac19a0cf9909a7e0d9d3009c349e6244e957b6","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"15a630d6817718a2ddd7088c4f83e4673fde19fa992d2eae2cf51132a302a5d3","affectsGlobalScope":true},{"version":"f06948deb2a51aae25184561c9640fb66afeddb34531a9212d011792b1d19e0a","affectsGlobalScope":true},{"version":"01e0ee7e1f661acedb08b51f8a9b7d7f959e9cdb6441360f06522cc3aea1bf2e","affectsGlobalScope":true},{"version":"ac17a97f816d53d9dd79b0d235e1c0ed54a8cc6a0677e9a3d61efb480b2a3e4e","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"ec0104fee478075cb5171e5f4e3f23add8e02d845ae0165bfa3f1099241fa2aa","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"9cc66b0513ad41cb5f5372cca86ef83a0d37d1c1017580b7dace3ea5661836df","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"709efdae0cb5df5f49376cde61daacc95cdd44ae4671da13a540da5088bf3f30","affectsGlobalScope":true},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true},{"version":"61ed9b6d07af959e745fb11f9593ecd743b279418cc8a99448ea3cd5f3b3eb22","affectsGlobalScope":true},{"version":"038a2f66a34ee7a9c2fbc3584c8ab43dff2995f8c68e3f566f4c300d2175e31e","affectsGlobalScope":true},{"version":"4fa6ed14e98aa80b91f61b9805c653ee82af3502dc21c9da5268d3857772ca05","affectsGlobalScope":true},{"version":"f5c92f2c27b06c1a41b88f6db8299205aee52c2a2943f7ed29bd585977f254e8","affectsGlobalScope":true},{"version":"930b0e15811f84e203d3c23508674d5ded88266df4b10abee7b31b2ac77632d2","affectsGlobalScope":true},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true},{"version":"b9ea5778ff8b50d7c04c9890170db34c26a5358cccba36844fe319f50a43a61a","affectsGlobalScope":true},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true},{"version":"50d53ccd31f6667aff66e3d62adf948879a3a16f05d89882d1188084ee415bbc","affectsGlobalScope":true},{"version":"307c8b7ebbd7f23a92b73a4c6c0a697beca05b06b036c23a34553e5fe65e4fdc","affectsGlobalScope":true},{"version":"189c0703923150aa30673fa3de411346d727cc44a11c75d05d7cf9ef095daa22","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},"1df2366de6650547b3dc1d7c4147355c0f6b4729c964e3839636fa418982d131",{"version":"9581880726f6a7c2ac58f242e0ff574b217544c9715815d557465e0b42beadd0","signature":"e326f4296ab10bbe0d9fc4bbc0ec6bd8ad47e5f3120471aedf482a0704974dab"},{"version":"48da7777fb5b3d49f8bca6e373eeff5230f3df6434fbb16721352e214b5c337a","signature":"a2dc116b16fae95e29d3c0c34ccdce1d0c5222110739a088eb15bfd3d6243859"},"ac65f04c2df0218cb8e54f012745cbfcc3c0e67c1f6b1e557d88842bbb72e2db","cc957354aa3c94c9961ebf46282cfde1e81d107fc5785a61f62c67f1dd3ac2eb","a2e86df4db576d80704e25293cec6f20fc6101a11f4747440e2eef58fb3c860c","93de1c6dab503f053efe8d304cb522bb3a89feab8c98f307a674a4fae04773e9","6704f0b54df85640baaeebd86c9d4a1dbb661d5a4d57a75bc84162f562f6531d","9d255af1b09c6697089d3c9bf438292a298d8b7a95c68793c9aae80afc9e5ca7","aae7ec197d95633437bc3023739cd955344559932ae07c25fea7600c2eb0e2f0","bee89e1eb6425eb49894f3f25e4562dc2564e84e5aa7610b7e13d8ecddf8f5db","3d464526989c71e46db37e5c4cf2d0f467fb10e019081a1dbdaa8578c6152f8c","7b3e92f4a63d797b1a89060cfa6eeec99fbb5fb1383020745a95ac35b884dda6","062c4a701f1ae473443a9b9e44db248226679716362b4759b7f5f682a97a5e8c","c730d00be50adc461f9fbf58c6db9cda705939a09409cd87a1856797db87bdf8","0e7a81a74b2957a97717d51ecbab0382c9db2aa2dbae5c2019f24507964b999b","277a0682c771c8ee4a8a2f47f517981b144f91c8e3202c24e2e4a20c77693ed8","d655233b800bf949a46bdf90c9830d1aa4e3017864e2f18ec25ad4c3511e891e","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"b934b72617b1474639ef1886668032537a2ed5dcc875c303dc33f207c64daac1","affectsGlobalScope":true},"56d13f223ab40f71840795f5bef2552a397a70666ee60878222407f3893fb8d0",{"version":"ad0d1ec49330f9155698108dcd923031626500d80006e94cc07102c7be907ec8","affectsGlobalScope":true},"fa9257e0d44930c1c6765fec51133a65721a8cdfc385d92926b64f78c662b7bb","6816b69b0921d55c3fe01e614a11af57e87209b8ef96b73c09bcce827a71d7d7",{"version":"34f5bcac12b36d70304b73de5f5aab3bb91bd9919f984be80579ebcad03a624e","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","f0b2fdef21dda3803b6e59e1060a9f420a7b3a3d59082c403be4364292ebd941","f50c975ab7b50e25a69e3d8a3773894125b44e9698924105f23b812bf7488baf","73e88763806a21b32aff5a66d4930124606bc5e77f796ea3ff8b6878ff787fa8","ac4b69257d71eee424b839167dda625a771f0d20276beaf822b5e49368539df7","888ec73828164f7a89bf11a173f2e6721e777571c606f03b625956cce2365cf6","06ccebc2c2db57d6bdbca63b71c4ae5e6ddc42d972fd8f122d4c1a28aa111b25",{"version":"81e8508d1e82278f5d3fee936f267e00c308af36219bfcee2631f9513c9c4017","affectsGlobalScope":true},"0218d6df259111a1a4c6bc76cd538932c6c051fd2ae5754f6cb189fbbd0bb6fc","58e6ce808ad556f72c4b882546b7cd023c7f5804c854edf77b6a8a6b59b68644","8e2dd46692f03737289f1b23fc90ad329d726a8b234f756a1453d61a39587356","0034f55fd438f31ba1f0b340dceef3b77d9a89f5218e5875a990b4eff2a5714d","288dd0c774a5c6e3964084c7a2bc8cc6b746d70f44a9892d028d04f915cf7ebc","d61c7c41eb1960b1285e242fd102c162b65c0522985b839fadda59874308a170",{"version":"e630e5528e899219ae319e83bef54bf3bcb91b01d76861ecf881e8e614b167f0","affectsGlobalScope":true},"f7011a8d17a06e60dc591fd89b7bf40507d36a5a4d5913fa0eff4e18da001759","abc1c425b2ad6720433f40f1877abfa4223f0f3dd486c9c28c492179ca183cb6","fb0989383c6109f20281b3d31265293daefdd76d0d30551782c1654e93704f48","a4210a84a82b3e7a8cec5b2f3616e46d523f4f10cc1576d8f2fb89d0987b341e",{"version":"8207e7e6db9aa5fc7e61c8f17ba74cf9c115d26f51f91ee93f790815a7ea9dfb","affectsGlobalScope":true},"9f1069b9e2c051737b1f9b4f1baf50e4a63385a6a89c32235549ae87fc3d5492","22d48bfb37261136423ac687f1fa7bd4dda3083f767416d409a8260cf92bc8fc","29c2706fa0cc49a2bd90c83234da33d08bb9554ecec675e91c1f85087f5a5324","0acbf26bf958f9e80c1ffa587b74749d2697b75b484062d36e103c137c562bc3","77f7b6094b3422cc09eb2e919493287ed02380cff73d0452e17149d40dbf157d","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","698ab660b477b9c2cd5ccbd99e7e7df8b4a6134c1f5711fa615ed7aab51cb7f7","33eee034727baf564056b4ea719075c23d3b4767d0b5f9c6933b81f3d77774d2","c33a6ea7147af60d8e98f1ac127047f4b0d4e2ce28b8f08ff3de07ca7cc00637","a4471d2bdba495b2a6a30b8765d5e0282fa7009d88345a9528f73c37869d3b93",{"version":"aee7013623e7632fba449d4df1da92925b27d9b816cb05546044dbfe54c88ef4","affectsGlobalScope":true},"e10177274a35a9d07c825615340b2fcde2f610f53f3fb40269fd196b4288dda6","c9d70d3d7191a66a81cb554557f8ed1cf736ea8397c44a864fe52689de18865a","998a3de5237518c0b3ac00a11b3b4417affb008aa20aedee52f3fdae3cb86151","ad41008ffe077206e1811fc873f4d9005b5fd7f6ab52bb6118fef600815a5cb4",{"version":"77c64e668dc7e3db451a6c966e475bc9594678a3675489dc8fc2c1240b83c524","affectsGlobalScope":true},"fdf6f22ef3df566a42e056cd430623b691eccca7c83b1c3ba946c0cfb2595e32","196aeae43911b66bac5d87d7eba460c4d27561257737931f5a1e6e1babcf55a6","235a53595bd20b0b0eeb1a29cb2887c67c48375e92f03749b2488fbd46d0b1a0","bc09393cd4cd13f69cf1366d4236fbae5359bb550f0de4e15767e9a91d63dfb1","9c266243b01545e11d2733a55ad02b4c00ecdbda99c561cd1674f96e89cdc958","c71155c05fc76ff948a4759abc1cb9feec036509f500174bc18dad4c7827a60c",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"88003d9ab15507806f41b120be6d407c1afe566c2f6689ebe3a034dd5ec0c8dc","ce5aee5ba7dbbb29ceb6a5757225974c02f406f4e0d691b8b5d5787737d8e546","8e8c6a1c17ee604c41a4a1d41025943853887c8200688e4ac313a7e0c59b8f5b","ce6568a838691dd840179258fa192f52e11783a482b6f23dd581cce5095ac3bf","499711b80625387ab3670631657f6ec47018551b29b9a4738cdae6e3c8401b08","e4d607fe398baaf42d44ed7f6e2734d4b0589e2dd1c5859b9d54691a8212c511","45956bae07f82667a70bc0483bfd39b295c595f667dd35779a3628bc680cfe2b","d66d26abde4bfe9049630ba8ce3912396d6654eb68869090e1207476ac5752c4","acf1f5405094ca22150a70ced94574aaa12c6d320ff5ae132a1a93755fc654cf","aac4aabadfa2965ca91db1e2cda0ea570ec4682a1129af4defac2507e9568d6d","4b44ee590e235c7d2524361e0b494b2fccace6dc14a3f938ef0023f3364361cb","cadb68b67b80b14a9a5bb64cce3093168fb2bfe2c7b10096d230df5203218de1","8fdf499a5ff78160bf99bc2f276e6025c785f095d0e7a6c6ec3c752cafcbc0b9","d527195559dd49fefc932ee71ebc7ed34a64f5611cbe45557ba7f27d74dc7bee","693015483017a74f286180d19da286d238a328b98595e6e3d37d556538b03bd4","55142d0b448290753e52571fd27c50922357902c710665d26687ba0c203ec96d",{"version":"15eb1ed602c940e54df2f6f603ae0a2e27429ba037c0a48cfb8bcace4f9d0ae1","signature":"51560636940c1db1f5890df21603e3a01ca8c82f514e6ed7fc74ece5f133d7cd"},{"version":"a7ae614005023c91e1a28b3f6ea018d4f23fa5c79a1e8a823c28918363579f08","signature":"820055ca96c42524f9d97bd807ad04b9409232ad7eaded419dc8045ecce562b7"},{"version":"81219c1dacc7c3684e450781d4fabef365fd7cbb7c59ea7b0f1e3bd363e9b61f","signature":"910d2fac24fd87cec6419572d00528987cebb27ad85e573dbcadc85fb8b8c905"},"25c5b8ef079f6342f498f6d4ce6ee2f304fc1e8f8fc1b4e53c0d2ae7e51da264","6086fd981e940f04567849a7a53b278aef11ec1ac0e99f1b12c2fb7b8d5de8f4","d285a7bd6c5194431437e31487896d80d8d978a35c832234b6ceaeb3ac826e13","946d182c34b115fc587fc1ff7cd406ff6ea05257aa1f66a709c28385ec4d26c3",{"version":"8e7164057b822abfe9a89081b14426f080883f435226a7bfdc7d41f52f099c95","signature":"44908da5d98afedda43aca5cc6ccc20055089cc72bdb55160ee376df5abfda65"},"214abfe9a790d3c88f1c40610d44110bb597d58a739aa60ce0ed637169d7de28",{"version":"2e4721afc0ee12422166b6eb7b582fa8af269862fe5a5d945ae49682de2709e9","signature":"538f66dbbfadf1ff4a8009046c9c2c221d381455543a254ba45be92df5289f20"},{"version":"9d0c1e30aeddc49f242b8cded4e5e2cb144bb21338cce5cd92d874baa68fe50d","signature":"64292e0c80e414624a458a479f6e125e6c11fe363620a59f990ffd880ce72eeb"},"81ddeff8407144d3532ec19222782597baef83ce0456c8c18c8f7fdf9807dcda",{"version":"886fb5e32df42461989c99405ec5a7de5ba220563d2251899d52c3e9204ab292","signature":"b54e6fba7b99116a7817e98eccb5ea6e7919eb6f6aa668909b418cd208fd4040"},"03cc3c32ce5c2b6a3b53f93c9ba0c7244f133f219c6ba0601da25505458f50ce","ba731f77e875269591889f3d713f90ff0554f8e5f4f02b43cce2429b23b81088",{"version":"2995cb78adc7c6b00ce2647d81b6fb3e95e22dfe4e559556add13691b80ab023","signature":"734ceff6664514d97e76c9da86de362aadaa4b0562e7c632c48a4b1ecc8c3b12"},{"version":"b2828fa6f99e5dff31bf79f441ab0ad57d59c5e632c4ae880ee537b3208eeaca","signature":"0545a204da459bca62369c9187bb92da117c080d630b7178e0dc5658eb5ccd27"},"eac647a94fb1f09789e12dfecb52dcd678d05159a4796b4e415aa15892f3b103","a7e430e32eaefba6b1ebf23a94a4562bfe7051cc83558d33ddc8ff342f3c18e9",{"version":"bedf4408e03eeb920e83b2cc1a1adca23996a6356874f39af7f270fbe0245003","signature":"9b3959dfd00878828934ee3dcffa80739d0179efdf66951540eec602ef2edd8b"},{"version":"7a646667c717666665bc01ed14c9a7b216d72b2df354764937f414c0de82fa1d","signature":"793472fa703dabd65bc3bcdb71e0ed66fddcc1de57e3ea274a648dbe0e5a029d"},"9c0d5409f7791e8028d96674f83594c06db94a2e749099ad0a7be908cf5b38c9","ce6e379f71fcf1c02e83812b0f10cd377e3a9fd63ed9e495ac66dccc23e1dea1","acfed6cc001e7f7f26d2ba42222a180ba669bb966d4dd9cb4ad5596516061b13","f61a4dc92450609c353738f0a2daebf8cae71b24716dbd952456d80b1e1a48b6","b1adbadd9e2b45fa099362a19f95fec9d145b4b7f74f81c18d8fa1a163da47e0",{"version":"5780c2cdfa5efb47fe195991fee574579e5b6631f1dac3937483bc42496b7d21","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},"d88a5e779faf033be3d52142a04fbe1cb96009868e3bbdd296b2bc6c59e06c0e","2b93035328f7778d200252681c1d86285d501ed424825a18f81e4c3028aa51d9","2ac9c8332c5f8510b8bdd571f8271e0f39b0577714d5e95c1e79a12b2616f069","42c21aa963e7b86fa00801d96e88b36803188018d5ad91db2a9101bccd40b3ff","d31eb848cdebb4c55b4893b335a7c0cca95ad66dee13cbb7d0893810c0a9c301","b9f96255e1048ed2ea33ec553122716f0e57fc1c3ad778e9aa15f5b46547bd23","7a9e0a564fee396cacf706523b5aeed96e04c6b871a8bebefad78499fbffc5bc","906c751ef5822ec0dadcea2f0e9db64a33fb4ee926cc9f7efa38afe5d5371b2a","5387c049e9702f2d2d7ece1a74836a14b47fbebe9bbeb19f94c580a37c855351","c68391fb9efad5d99ff332c65b1606248c4e4a9f1dd9a087204242b56c7126d6","e9cf02252d3a0ced987d24845dcb1f11c1be5541f17e5daa44c6de2d18138d0c","e8b02b879754d85f48489294f99147aeccc352c760d95a6fe2b6e49cd400b2fe","9f6908ab3d8a86c68b86e38578afc7095114e66b2fc36a2a96e9252aac3998e0","0eedb2344442b143ddcd788f87096961cd8572b64f10b4afc3356aa0460171c6","71405cc70f183d029cc5018375f6c35117ffdaf11846c35ebf85ee3956b1b2a6","c68baff4d8ba346130e9753cefe2e487a16731bf17e05fdacc81e8c9a26aae9d","2cd15528d8bb5d0453aa339b4b52e0696e8b07e790c153831c642c3dea5ac8af","479d622e66283ffa9883fbc33e441f7fc928b2277ff30aacbec7b7761b4e9579","ade307876dc5ca267ca308d09e737b611505e015c535863f22420a11fffc1c54","f8cdefa3e0dee639eccbe9794b46f90291e5fd3989fcba60d2f08fde56179fb9","86c5a62f99aac7053976e317dbe9acb2eaf903aaf3d2e5bb1cafe5c2df7b37a8","2b300954ce01a8343866f737656e13243e86e5baef51bd0631b21dcef1f6e954","a2d409a9ffd872d6b9d78ead00baa116bbc73cfa959fce9a2f29d3227876b2a1","b288936f560cd71f4a6002953290de9ff8dfbfbf37f5a9391be5c83322324898","61178a781ef82e0ff54f9430397e71e8f365fc1e3725e0e5346f2de7b0d50dfa","6a6ccb37feb3aad32d9be026a3337db195979cd5727a616fc0f557e974101a54","c649ea79205c029a02272ef55b7ab14ada0903db26144d2205021f24727ac7a3","38e2b02897c6357bbcff729ef84c736727b45cc152abe95a7567caccdfad2a1d","d6610ea7e0b1a7686dba062a1e5544dd7d34140f4545305b7c6afaebfb348341","3dee35db743bdba2c8d19aece7ac049bde6fa587e195d86547c882784e6ba34c","b15e55c5fa977c2f25ca0b1db52cfa2d1fd4bf0baf90a8b90d4a7678ca462ff1","f41d30972724714763a2698ae949fbc463afb203b5fa7c4ad7e4de0871129a17","843dd7b6a7c6269fd43827303f5cbe65c1fecabc30b4670a50d5a15d57daeeb9","f06d8b8567ee9fd799bf7f806efe93b67683ef24f4dea5b23ef12edff4434d9d","6017384f697ff38bc3ef6a546df5b230c3c31329db84cbfe686c83bec011e2b2","e1a5b30d9248549ca0c0bb1d653bafae20c64c4aa5928cc4cd3017b55c2177b0","a593632d5878f17295bd53e1c77f27bf4c15212822f764a2bfc1702f4b413fa0","a868a534ba1c2ca9060b8a13b0ffbbbf78b4be7b0ff80d8c75b02773f7192c29","da7545aba8f54a50fde23e2ede00158dc8112560d934cee58098dfb03aae9b9d","34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","a1a261624efb3a00ff346b13580f70f3463b8cdcc58b60f5793ff11785d52cab"],"root":[62,63,[145,147],152,154,155,157,160,161,[164,166],171],"options":{"allowUnreachableCode":false,"allowUnusedLabels":false,"composite":true,"declaration":true,"emitDeclarationOnly":true,"esModuleInterop":true,"exactOptionalPropertyTypes":true,"module":99,"noFallthroughCasesInSwitch":true,"noImplicitOverride":true,"noImplicitReturns":true,"noUncheckedIndexedAccess":true,"noUnusedParameters":true,"outDir":"./","rootDir":"../src","skipLibCheck":true,"strict":true,"strictNullChecks":true,"target":9,"useUnknownInCatchVariables":true},"fileIdsList":[[64,122],[122],[122,139,141],[122,140],[122,139,142],[122,137,139],[122,136,137,138],[122,136,139],[69,70,72,122],[70,72,122],[70,122],[71,122],[77,122,129],[94,122],[93,94,110,122,129],[64,65,66,67,68,122],[64,66,122],[78,122],[81,122],[82,87,113,122],[83,93,94,101,110,121,122],[83,84,93,101,122],[85,122],[86,87,94,102,122],[87,110,118,122],[88,90,93,101,122],[89,122],[90,91,122],[92,93,122],[93,122],[93,94,95,110,121,122],[93,94,95,110,122],[93,96,101,110,121,122],[93,94,96,97,101,110,118,121,122],[96,98,110,118,121,122],[78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128],[93,99,122],[100,121,122],[90,93,101,110,122],[102,122],[103,122],[81,104,122],[105,120,122,126],[106,122],[107,122],[93,108,122],[108,109,122,124],[82,93,110,111,112,122],[82,110,112,122],[110,111,122],[113,122],[114,122],[93,116,117,122],[116,117,122],[87,101,118,122],[119,122],[101,120,122],[82,96,107,121,122],[87,122],[110,122,123],[122,124],[122,125],[82,87,93,95,104,110,121,122,124,126],[110,122,127],[122,173,212],[122,173,197,212],[122,212],[122,173],[122,173,198,212],[122,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211],[122,198,212],[122,168,169],[120,122],[93,94,122,129,162],[122,148,150],[121,122,129,148],[121,122,129,148,149],[122,131],[122,143],[62,63,95,102,103,122,130,133,155,157,158,159,160,161,163,164,165,167,170],[95,103,122],[62,63,122,155,157,160,161,164],[62,64,65,66,68,69,70,73,74,75,76,77,103,122,130,132,145,146,147,152,154,166],[64,65,68,77,122,130,133,134,135,144,145],[64,65,66,68,122,130,134,151],[64,68,122,130],[62,64,68,122,130,145,153],[103,122,156],[62,77,95,103,122,133,155,158,159,165],[62,63,77,95,103,122,130,133,155,158,159,160,163],[62,63,155,157,160,161,164],[77,146,147,152,154],[64,77],[64,68],[64],[77,165],[77,160]],"referencedMap":[[66,1],[64,2],[142,3],[140,2],[141,4],[143,5],[138,6],[136,2],[139,7],[137,8],[73,9],[74,10],[75,10],[76,11],[72,12],[158,2],[130,13],[153,2],[156,14],[133,2],[77,2],[134,2],[159,15],[69,16],[65,1],[67,17],[68,1],[71,2],[78,18],[79,18],[81,19],[82,20],[83,21],[84,22],[85,23],[86,24],[87,25],[88,26],[89,27],[90,28],[91,28],[92,29],[93,30],[94,31],[95,32],[80,2],[128,2],[96,33],[97,34],[98,35],[129,36],[99,37],[100,38],[101,39],[102,40],[103,41],[104,42],[105,43],[106,44],[107,45],[108,46],[109,47],[110,48],[112,49],[111,50],[113,51],[114,52],[115,2],[116,53],[117,54],[118,55],[119,56],[120,57],[121,58],[122,59],[123,60],[124,61],[125,62],[126,63],[127,64],[172,2],[197,65],[198,66],[173,67],[176,67],[195,65],[196,65],[186,65],[185,68],[183,65],[178,65],[191,65],[189,65],[193,65],[177,65],[190,65],[194,65],[179,65],[180,65],[192,65],[174,65],[181,65],[182,65],[184,65],[188,65],[199,69],[187,65],[175,65],[212,70],[211,2],[206,69],[208,71],[207,69],[200,69],[201,69],[203,69],[205,69],[209,71],[210,71],[202,71],[204,71],[135,2],[162,2],[170,72],[168,2],[169,73],[163,74],[151,75],[148,2],[149,76],[150,77],[131,2],[132,78],[70,2],[144,79],[59,2],[60,2],[10,2],[11,2],[15,2],[14,2],[2,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[22,2],[23,2],[3,2],[4,2],[27,2],[24,2],[25,2],[26,2],[28,2],[29,2],[30,2],[5,2],[31,2],[32,2],[33,2],[34,2],[6,2],[38,2],[35,2],[36,2],[37,2],[39,2],[7,2],[40,2],[45,2],[46,2],[41,2],[42,2],[43,2],[44,2],[8,2],[50,2],[47,2],[48,2],[49,2],[51,2],[9,2],[52,2],[61,2],[53,2],[54,2],[57,2],[55,2],[56,2],[1,2],[58,2],[13,2],[12,2],[167,2],[171,80],[62,2],[63,81],[165,82],[166,2],[155,83],[146,84],[147,2],[152,85],[145,86],[154,87],[157,88],[160,89],[161,81],[164,90]],"exportedModulesMap":[[66,1],[64,2],[142,3],[140,2],[141,4],[143,5],[138,6],[136,2],[139,7],[137,8],[73,9],[74,10],[75,10],[76,11],[72,12],[158,2],[130,13],[153,2],[156,14],[133,2],[77,2],[134,2],[159,15],[69,16],[65,1],[67,17],[68,1],[71,2],[78,18],[79,18],[81,19],[82,20],[83,21],[84,22],[85,23],[86,24],[87,25],[88,26],[89,27],[90,28],[91,28],[92,29],[93,30],[94,31],[95,32],[80,2],[128,2],[96,33],[97,34],[98,35],[129,36],[99,37],[100,38],[101,39],[102,40],[103,41],[104,42],[105,43],[106,44],[107,45],[108,46],[109,47],[110,48],[112,49],[111,50],[113,51],[114,52],[115,2],[116,53],[117,54],[118,55],[119,56],[120,57],[121,58],[122,59],[123,60],[124,61],[125,62],[126,63],[127,64],[172,2],[197,65],[198,66],[173,67],[176,67],[195,65],[196,65],[186,65],[185,68],[183,65],[178,65],[191,65],[189,65],[193,65],[177,65],[190,65],[194,65],[179,65],[180,65],[192,65],[174,65],[181,65],[182,65],[184,65],[188,65],[199,69],[187,65],[175,65],[212,70],[211,2],[206,69],[208,71],[207,69],[200,69],[201,69],[203,69],[205,69],[209,71],[210,71],[202,71],[204,71],[135,2],[162,2],[170,72],[168,2],[169,73],[163,74],[151,75],[148,2],[149,76],[150,77],[131,2],[132,78],[70,2],[144,79],[59,2],[60,2],[10,2],[11,2],[15,2],[14,2],[2,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[22,2],[23,2],[3,2],[4,2],[27,2],[24,2],[25,2],[26,2],[28,2],[29,2],[30,2],[5,2],[31,2],[32,2],[33,2],[34,2],[6,2],[38,2],[35,2],[36,2],[37,2],[39,2],[7,2],[40,2],[45,2],[46,2],[41,2],[42,2],[43,2],[44,2],[8,2],[50,2],[47,2],[48,2],[49,2],[51,2],[9,2],[52,2],[61,2],[53,2],[54,2],[57,2],[55,2],[56,2],[1,2],[58,2],[13,2],[12,2],[167,2],[165,91],[166,2],[155,92],[146,93],[145,94],[154,95],[160,96],[164,97]],"semanticDiagnosticsPerFile":[66,64,142,140,141,143,138,136,139,137,73,74,75,76,72,158,130,153,156,133,77,134,159,69,65,67,68,71,78,79,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,80,128,96,97,98,129,99,100,101,102,103,104,105,106,107,108,109,110,112,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,172,197,198,173,176,195,196,186,185,183,178,191,189,193,177,190,194,179,180,192,174,181,182,184,188,199,187,175,212,211,206,208,207,200,201,203,205,209,210,202,204,135,162,170,168,169,163,151,148,149,150,131,132,70,144,59,60,10,11,15,14,2,16,17,18,19,20,21,22,23,3,4,27,24,25,26,28,29,30,5,31,32,33,34,6,38,35,36,37,39,7,40,45,46,41,42,43,44,8,50,47,48,49,51,9,52,61,53,54,57,55,56,1,58,13,12,167,171,62,63,165,166,155,146,147,152,145,154,157,160,161,164],"latestChangedDtsFile":"./bin/hsm.d.ts"},"version":"5.1.6"}