@nx/powerpack-enterprise-cloud 1.1.2 → 1.3.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1000 @@
1
+ Third Party License Attributions
2
+
3
+ The following sections form the legal attributions for third party software and components included in the @nx/powerpack-enterprise-cloud product.
4
+
5
+ ============================================================================================================================================
6
+
7
+ Package: aes (0.8.4)
8
+ Type: cargo
9
+ License: MIT OR Apache-2.0
10
+
11
+ Copyright (c) 2018 Artyom Pavlov
12
+
13
+ Permission is hereby granted, free of charge, to any
14
+ person obtaining a copy of this software and associated
15
+ documentation files (the "Software"), to deal in the
16
+ Software without restriction, including without
17
+ limitation the rights to use, copy, modify, merge,
18
+ publish, distribute, sublicense, and/or sell copies of
19
+ the Software, and to permit persons to whom the Software
20
+ is furnished to do so, subject to the following
21
+ conditions:
22
+
23
+ The above copyright notice and this permission notice
24
+ shall be included in all copies or substantial portions
25
+ of the Software.
26
+
27
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
28
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
29
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
30
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
31
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
32
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
33
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
34
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
35
+ DEALINGS IN THE SOFTWARE.
36
+
37
+
38
+ --------------------------------------------------------------------------------
39
+
40
+ Package: anyhow (1.0.87)
41
+ Type: cargo
42
+ License: MIT OR Apache-2.0
43
+
44
+ Permission is hereby granted, free of charge, to any
45
+ person obtaining a copy of this software and associated
46
+ documentation files (the "Software"), to deal in the
47
+ Software without restriction, including without
48
+ limitation the rights to use, copy, modify, merge,
49
+ publish, distribute, sublicense, and/or sell copies of
50
+ the Software, and to permit persons to whom the Software
51
+ is furnished to do so, subject to the following
52
+ conditions:
53
+
54
+ The above copyright notice and this permission notice
55
+ shall be included in all copies or substantial portions
56
+ of the Software.
57
+
58
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
59
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
60
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
61
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
62
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
63
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
64
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
65
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
66
+ DEALINGS IN THE SOFTWARE.
67
+
68
+
69
+ --------------------------------------------------------------------------------
70
+
71
+ Package: base64 (0.22.1)
72
+ Type: cargo
73
+ License: MIT OR Apache-2.0
74
+
75
+ The MIT License (MIT)
76
+
77
+ Copyright (c) 2015 Alice Maz
78
+
79
+ Permission is hereby granted, free of charge, to any person obtaining a copy
80
+ of this software and associated documentation files (the "Software"), to deal
81
+ in the Software without restriction, including without limitation the rights
82
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
83
+ copies of the Software, and to permit persons to whom the Software is
84
+ furnished to do so, subject to the following conditions:
85
+
86
+ The above copyright notice and this permission notice shall be included in
87
+ all copies or substantial portions of the Software.
88
+
89
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
90
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
91
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
92
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
93
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
94
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
95
+ THE SOFTWARE.
96
+
97
+
98
+ --------------------------------------------------------------------------------
99
+
100
+ Package: cbc (0.1.2)
101
+ Type: cargo
102
+ License: MIT OR Apache-2.0
103
+
104
+ Copyright (c) 2018-2022 RustCrypto Developers
105
+ Copyright (c) 2018 Artyom Pavlov
106
+
107
+ Permission is hereby granted, free of charge, to any
108
+ person obtaining a copy of this software and associated
109
+ documentation files (the "Software"), to deal in the
110
+ Software without restriction, including without
111
+ limitation the rights to use, copy, modify, merge,
112
+ publish, distribute, sublicense, and/or sell copies of
113
+ the Software, and to permit persons to whom the Software
114
+ is furnished to do so, subject to the following
115
+ conditions:
116
+
117
+ The above copyright notice and this permission notice
118
+ shall be included in all copies or substantial portions
119
+ of the Software.
120
+
121
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
122
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
123
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
124
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
125
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
126
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
127
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
128
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
129
+ DEALINGS IN THE SOFTWARE.
130
+
131
+
132
+ --------------------------------------------------------------------------------
133
+
134
+ Package: chrono (0.4.38)
135
+ Type: cargo
136
+ License: MIT OR Apache-2.0
137
+
138
+ Rust-chrono is dual-licensed under The MIT License [1] and
139
+ Apache 2.0 License [2]. Copyright (c) 2014--2017, Kang Seonghoon and
140
+ contributors.
141
+
142
+ Nota Bene: This is same as the Rust Project's own license.
143
+
144
+
145
+ [1]: <http://opensource.org/licenses/MIT>, which is reproduced below:
146
+
147
+ ~~~~
148
+ The MIT License (MIT)
149
+
150
+ Copyright (c) 2014, Kang Seonghoon.
151
+
152
+ Permission is hereby granted, free of charge, to any person obtaining a copy
153
+ of this software and associated documentation files (the "Software"), to deal
154
+ in the Software without restriction, including without limitation the rights
155
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
156
+ copies of the Software, and to permit persons to whom the Software is
157
+ furnished to do so, subject to the following conditions:
158
+
159
+ The above copyright notice and this permission notice shall be included in
160
+ all copies or substantial portions of the Software.
161
+
162
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
163
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
164
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
165
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
166
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
167
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
168
+ THE SOFTWARE.
169
+ ~~~~
170
+
171
+
172
+ [2]: <http://www.apache.org/licenses/LICENSE-2.0>, which is reproduced below:
173
+
174
+ ~~~~
175
+ Apache License
176
+ Version 2.0, January 2004
177
+ http://www.apache.org/licenses/
178
+
179
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
180
+
181
+ 1. Definitions.
182
+
183
+ "License" shall mean the terms and conditions for use, reproduction,
184
+ and distribution as defined by Sections 1 through 9 of this document.
185
+
186
+ "Licensor" shall mean the copyright owner or entity authorized by
187
+ the copyright owner that is granting the License.
188
+
189
+ "Legal Entity" shall mean the union of the acting entity and all
190
+ other entities that control, are controlled by, or are under common
191
+ control with that entity. For the purposes of this definition,
192
+ "control" means (i) the power, direct or indirect, to cause the
193
+ direction or management of such entity, whether by contract or
194
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
195
+ outstanding shares, or (iii) beneficial ownership of such entity.
196
+
197
+ "You" (or "Your") shall mean an individual or Legal Entity
198
+ exercising permissions granted by this License.
199
+
200
+ "Source" form shall mean the preferred form for making modifications,
201
+ including but not limited to software source code, documentation
202
+ source, and configuration files.
203
+
204
+ "Object" form shall mean any form resulting from mechanical
205
+ transformation or translation of a Source form, including but
206
+ not limited to compiled object code, generated documentation,
207
+ and conversions to other media types.
208
+
209
+ "Work" shall mean the work of authorship, whether in Source or
210
+ Object form, made available under the License, as indicated by a
211
+ copyright notice that is included in or attached to the work
212
+ (an example is provided in the Appendix below).
213
+
214
+ "Derivative Works" shall mean any work, whether in Source or Object
215
+ form, that is based on (or derived from) the Work and for which the
216
+ editorial revisions, annotations, elaborations, or other modifications
217
+ represent, as a whole, an original work of authorship. For the purposes
218
+ of this License, Derivative Works shall not include works that remain
219
+ separable from, or merely link (or bind by name) to the interfaces of,
220
+ the Work and Derivative Works thereof.
221
+
222
+ "Contribution" shall mean any work of authorship, including
223
+ the original version of the Work and any modifications or additions
224
+ to that Work or Derivative Works thereof, that is intentionally
225
+ submitted to Licensor for inclusion in the Work by the copyright owner
226
+ or by an individual or Legal Entity authorized to submit on behalf of
227
+ the copyright owner. For the purposes of this definition, "submitted"
228
+ means any form of electronic, verbal, or written communication sent
229
+ to the Licensor or its representatives, including but not limited to
230
+ communication on electronic mailing lists, source code control systems,
231
+ and issue tracking systems that are managed by, or on behalf of, the
232
+ Licensor for the purpose of discussing and improving the Work, but
233
+ excluding communication that is conspicuously marked or otherwise
234
+ designated in writing by the copyright owner as "Not a Contribution."
235
+
236
+ "Contributor" shall mean Licensor and any individual or Legal Entity
237
+ on behalf of whom a Contribution has been received by Licensor and
238
+ subsequently incorporated within the Work.
239
+
240
+ 2. Grant of Copyright License. Subject to the terms and conditions of
241
+ this License, each Contributor hereby grants to You a perpetual,
242
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
243
+ copyright license to reproduce, prepare Derivative Works of,
244
+ publicly display, publicly perform, sublicense, and distribute the
245
+ Work and such Derivative Works in Source or Object form.
246
+
247
+ 3. Grant of Patent License. Subject to the terms and conditions of
248
+ this License, each Contributor hereby grants to You a perpetual,
249
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
250
+ (except as stated in this section) patent license to make, have made,
251
+ use, offer to sell, sell, import, and otherwise transfer the Work,
252
+ where such license applies only to those patent claims licensable
253
+ by such Contributor that are necessarily infringed by their
254
+ Contribution(s) alone or by combination of their Contribution(s)
255
+ with the Work to which such Contribution(s) was submitted. If You
256
+ institute patent litigation against any entity (including a
257
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
258
+ or a Contribution incorporated within the Work constitutes direct
259
+ or contributory patent infringement, then any patent licenses
260
+ granted to You under this License for that Work shall terminate
261
+ as of the date such litigation is filed.
262
+
263
+ 4. Redistribution. You may reproduce and distribute copies of the
264
+ Work or Derivative Works thereof in any medium, with or without
265
+ modifications, and in Source or Object form, provided that You
266
+ meet the following conditions:
267
+
268
+ (a) You must give any other recipients of the Work or
269
+ Derivative Works a copy of this License; and
270
+
271
+ (b) You must cause any modified files to carry prominent notices
272
+ stating that You changed the files; and
273
+
274
+ (c) You must retain, in the Source form of any Derivative Works
275
+ that You distribute, all copyright, patent, trademark, and
276
+ attribution notices from the Source form of the Work,
277
+ excluding those notices that do not pertain to any part of
278
+ the Derivative Works; and
279
+
280
+ (d) If the Work includes a "NOTICE" text file as part of its
281
+ distribution, then any Derivative Works that You distribute must
282
+ include a readable copy of the attribution notices contained
283
+ within such NOTICE file, excluding those notices that do not
284
+ pertain to any part of the Derivative Works, in at least one
285
+ of the following places: within a NOTICE text file distributed
286
+ as part of the Derivative Works; within the Source form or
287
+ documentation, if provided along with the Derivative Works; or,
288
+ within a display generated by the Derivative Works, if and
289
+ wherever such third-party notices normally appear. The contents
290
+ of the NOTICE file are for informational purposes only and
291
+ do not modify the License. You may add Your own attribution
292
+ notices within Derivative Works that You distribute, alongside
293
+ or as an addendum to the NOTICE text from the Work, provided
294
+ that such additional attribution notices cannot be construed
295
+ as modifying the License.
296
+
297
+ You may add Your own copyright statement to Your modifications and
298
+ may provide additional or different license terms and conditions
299
+ for use, reproduction, or distribution of Your modifications, or
300
+ for any such Derivative Works as a whole, provided Your use,
301
+ reproduction, and distribution of the Work otherwise complies with
302
+ the conditions stated in this License.
303
+
304
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
305
+ any Contribution intentionally submitted for inclusion in the Work
306
+ by You to the Licensor shall be under the terms and conditions of
307
+ this License, without any additional terms or conditions.
308
+ Notwithstanding the above, nothing herein shall supersede or modify
309
+ the terms of any separate license agreement you may have executed
310
+ with Licensor regarding such Contributions.
311
+
312
+ 6. Trademarks. This License does not grant permission to use the trade
313
+ names, trademarks, service marks, or product names of the Licensor,
314
+ except as required for reasonable and customary use in describing the
315
+ origin of the Work and reproducing the content of the NOTICE file.
316
+
317
+ 7. Disclaimer of Warranty. Unless required by applicable law or
318
+ agreed to in writing, Licensor provides the Work (and each
319
+ Contributor provides its Contributions) on an "AS IS" BASIS,
320
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
321
+ implied, including, without limitation, any warranties or conditions
322
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
323
+ PARTICULAR PURPOSE. You are solely responsible for determining the
324
+ appropriateness of using or redistributing the Work and assume any
325
+ risks associated with Your exercise of permissions under this License.
326
+
327
+ 8. Limitation of Liability. In no event and under no legal theory,
328
+ whether in tort (including negligence), contract, or otherwise,
329
+ unless required by applicable law (such as deliberate and grossly
330
+ negligent acts) or agreed to in writing, shall any Contributor be
331
+ liable to You for damages, including any direct, indirect, special,
332
+ incidental, or consequential damages of any character arising as a
333
+ result of this License or out of the use or inability to use the
334
+ Work (including but not limited to damages for loss of goodwill,
335
+ work stoppage, computer failure or malfunction, or any and all
336
+ other commercial damages or losses), even if such Contributor
337
+ has been advised of the possibility of such damages.
338
+
339
+ 9. Accepting Warranty or Additional Liability. While redistributing
340
+ the Work or Derivative Works thereof, You may choose to offer,
341
+ and charge a fee for, acceptance of support, warranty, indemnity,
342
+ or other liability obligations and/or rights consistent with this
343
+ License. However, in accepting such obligations, You may act only
344
+ on Your own behalf and on Your sole responsibility, not on behalf
345
+ of any other Contributor, and only if You agree to indemnify,
346
+ defend, and hold each Contributor harmless for any liability
347
+ incurred by, or claims asserted against, such Contributor by reason
348
+ of your accepting any such warranty or additional liability.
349
+
350
+ END OF TERMS AND CONDITIONS
351
+
352
+ APPENDIX: How to apply the Apache License to your work.
353
+
354
+ To apply the Apache License to your work, attach the following
355
+ boilerplate notice, with the fields enclosed by brackets "[]"
356
+ replaced with your own identifying information. (Don't include
357
+ the brackets!) The text should be enclosed in the appropriate
358
+ comment syntax for the file format. We also recommend that a
359
+ file or class name and description of purpose be included on the
360
+ same "printed page" as the copyright notice for easier
361
+ identification within third-party archives.
362
+
363
+ Copyright [yyyy] [name of copyright owner]
364
+
365
+ Licensed under the Apache License, Version 2.0 (the "License");
366
+ you may not use this file except in compliance with the License.
367
+ You may obtain a copy of the License at
368
+
369
+ http://www.apache.org/licenses/LICENSE-2.0
370
+
371
+ Unless required by applicable law or agreed to in writing, software
372
+ distributed under the License is distributed on an "AS IS" BASIS,
373
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
374
+ See the License for the specific language governing permissions and
375
+ limitations under the License.
376
+ ~~~~
377
+
378
+
379
+
380
+ --------------------------------------------------------------------------------
381
+
382
+ Package: napi (3.0.0-alpha.20)
383
+ Type: cargo
384
+ License: MIT
385
+
386
+ The package stipulates that it is licensed under the MIT license, but no explicit LICENSE file was provided by the package.
387
+
388
+ --------------------------------------------------------------------------------
389
+
390
+ Package: napi-derive (3.0.0-alpha.19)
391
+ Type: cargo
392
+ License: MIT
393
+
394
+ The package stipulates that it is licensed under the MIT license, but no explicit LICENSE file was provided by the package.
395
+
396
+ --------------------------------------------------------------------------------
397
+
398
+ Package: obfstr (0.4.3)
399
+ Type: cargo
400
+ License: MIT
401
+
402
+ Copyright (c) 2019-2020 Casper <CasualX@users.noreply.github.com>
403
+
404
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
405
+
406
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
407
+
408
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
409
+
410
+
411
+ --------------------------------------------------------------------------------
412
+
413
+ Package: owo-colors (4.1.0)
414
+ Type: cargo
415
+ License: MIT
416
+
417
+ MIT License
418
+
419
+ Copyright (c) 2020 - present The owo-colors Developers
420
+
421
+ Permission is hereby granted, free of charge, to any person obtaining a copy
422
+ of this software and associated documentation files (the "Software"), to deal
423
+ in the Software without restriction, including without limitation the rights
424
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
425
+ copies of the Software, and to permit persons to whom the Software is
426
+ furnished to do so, subject to the following conditions:
427
+
428
+ The above copyright notice and this permission notice shall be included in all
429
+ copies or substantial portions of the Software.
430
+
431
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
432
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
433
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
434
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
435
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
436
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
437
+ SOFTWARE.
438
+
439
+
440
+ --------------------------------------------------------------------------------
441
+
442
+ Package: reqwest (0.12.9)
443
+ Type: cargo
444
+ License: MIT OR Apache-2.0
445
+
446
+ Copyright (c) 2016 Sean McArthur
447
+
448
+ Permission is hereby granted, free of charge, to any person obtaining a copy
449
+ of this software and associated documentation files (the "Software"), to deal
450
+ in the Software without restriction, including without limitation the rights
451
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
452
+ copies of the Software, and to permit persons to whom the Software is
453
+ furnished to do so, subject to the following conditions:
454
+
455
+ The above copyright notice and this permission notice shall be included in
456
+ all copies or substantial portions of the Software.
457
+
458
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
459
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
460
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
461
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
462
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
463
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
464
+ THE SOFTWARE.
465
+
466
+
467
+
468
+ --------------------------------------------------------------------------------
469
+
470
+ Package: rust-ini (0.21.1)
471
+ Type: cargo
472
+ License: MIT
473
+
474
+ The MIT License (MIT)
475
+
476
+ Copyright (c) 2014 Y. T. CHUNG
477
+
478
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
479
+
480
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
481
+
482
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
483
+
484
+
485
+ --------------------------------------------------------------------------------
486
+
487
+ Package: serde (1.0.210)
488
+ Type: cargo
489
+ License: MIT OR Apache-2.0
490
+
491
+ Permission is hereby granted, free of charge, to any
492
+ person obtaining a copy of this software and associated
493
+ documentation files (the "Software"), to deal in the
494
+ Software without restriction, including without
495
+ limitation the rights to use, copy, modify, merge,
496
+ publish, distribute, sublicense, and/or sell copies of
497
+ the Software, and to permit persons to whom the Software
498
+ is furnished to do so, subject to the following
499
+ conditions:
500
+
501
+ The above copyright notice and this permission notice
502
+ shall be included in all copies or substantial portions
503
+ of the Software.
504
+
505
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
506
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
507
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
508
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
509
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
510
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
511
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
512
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
513
+ DEALINGS IN THE SOFTWARE.
514
+
515
+
516
+ --------------------------------------------------------------------------------
517
+
518
+ Package: serde_json (1.0.128)
519
+ Type: cargo
520
+ License: MIT OR Apache-2.0
521
+
522
+ Permission is hereby granted, free of charge, to any
523
+ person obtaining a copy of this software and associated
524
+ documentation files (the "Software"), to deal in the
525
+ Software without restriction, including without
526
+ limitation the rights to use, copy, modify, merge,
527
+ publish, distribute, sublicense, and/or sell copies of
528
+ the Software, and to permit persons to whom the Software
529
+ is furnished to do so, subject to the following
530
+ conditions:
531
+
532
+ The above copyright notice and this permission notice
533
+ shall be included in all copies or substantial portions
534
+ of the Software.
535
+
536
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
537
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
538
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
539
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
540
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
541
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
542
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
543
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
544
+ DEALINGS IN THE SOFTWARE.
545
+
546
+
547
+ --------------------------------------------------------------------------------
548
+
549
+ Package: thiserror (1.0.63)
550
+ Type: cargo
551
+ License: MIT OR Apache-2.0
552
+
553
+ Permission is hereby granted, free of charge, to any
554
+ person obtaining a copy of this software and associated
555
+ documentation files (the "Software"), to deal in the
556
+ Software without restriction, including without
557
+ limitation the rights to use, copy, modify, merge,
558
+ publish, distribute, sublicense, and/or sell copies of
559
+ the Software, and to permit persons to whom the Software
560
+ is furnished to do so, subject to the following
561
+ conditions:
562
+
563
+ The above copyright notice and this permission notice
564
+ shall be included in all copies or substantial portions
565
+ of the Software.
566
+
567
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
568
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
569
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
570
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
571
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
572
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
573
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
574
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
575
+ DEALINGS IN THE SOFTWARE.
576
+
577
+
578
+ --------------------------------------------------------------------------------
579
+
580
+ Package: tokio (1.41.1)
581
+ Type: cargo
582
+ License: MIT
583
+
584
+ MIT License
585
+
586
+ Copyright (c) Tokio Contributors
587
+
588
+ Permission is hereby granted, free of charge, to any person obtaining a copy
589
+ of this software and associated documentation files (the "Software"), to deal
590
+ in the Software without restriction, including without limitation the rights
591
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
592
+ copies of the Software, and to permit persons to whom the Software is
593
+ furnished to do so, subject to the following conditions:
594
+
595
+ The above copyright notice and this permission notice shall be included in all
596
+ copies or substantial portions of the Software.
597
+
598
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
599
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
600
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
601
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
602
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
603
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
604
+ SOFTWARE.
605
+
606
+
607
+ --------------------------------------------------------------------------------
608
+
609
+ Package: tracing (0.1.40)
610
+ Type: cargo
611
+ License: MIT
612
+
613
+ Copyright (c) 2019 Tokio Contributors
614
+
615
+ Permission is hereby granted, free of charge, to any
616
+ person obtaining a copy of this software and associated
617
+ documentation files (the "Software"), to deal in the
618
+ Software without restriction, including without
619
+ limitation the rights to use, copy, modify, merge,
620
+ publish, distribute, sublicense, and/or sell copies of
621
+ the Software, and to permit persons to whom the Software
622
+ is furnished to do so, subject to the following
623
+ conditions:
624
+
625
+ The above copyright notice and this permission notice
626
+ shall be included in all copies or substantial portions
627
+ of the Software.
628
+
629
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
630
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
631
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
632
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
633
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
634
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
635
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
636
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
637
+ DEALINGS IN THE SOFTWARE.
638
+
639
+
640
+ --------------------------------------------------------------------------------
641
+
642
+ Package: tracing-subscriber (0.3.18)
643
+ Type: cargo
644
+ License: MIT
645
+
646
+ Copyright (c) 2019 Tokio Contributors
647
+
648
+ Permission is hereby granted, free of charge, to any
649
+ person obtaining a copy of this software and associated
650
+ documentation files (the "Software"), to deal in the
651
+ Software without restriction, including without
652
+ limitation the rights to use, copy, modify, merge,
653
+ publish, distribute, sublicense, and/or sell copies of
654
+ the Software, and to permit persons to whom the Software
655
+ is furnished to do so, subject to the following
656
+ conditions:
657
+
658
+ The above copyright notice and this permission notice
659
+ shall be included in all copies or substantial portions
660
+ of the Software.
661
+
662
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
663
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
664
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
665
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
666
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
667
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
668
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
669
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
670
+ DEALINGS IN THE SOFTWARE.
671
+
672
+
673
+ --------------------------------------------------------------------------------
674
+
675
+ Package: xxhash-rust (0.8.12)
676
+ Type: cargo
677
+ License: BSL-1.0
678
+
679
+ Boost Software License - Version 1.0 - August 17th, 2003
680
+
681
+ Permission is hereby granted, free of charge, to any person or organization
682
+ obtaining a copy of the software and accompanying documentation covered by
683
+ this license (the "Software") to use, reproduce, display, distribute,
684
+ execute, and transmit the Software, and to prepare derivative works of the
685
+ Software, and to permit third-parties to whom the Software is furnished to
686
+ do so, all subject to the following:
687
+
688
+ The copyright notices in the Software and this entire statement, including
689
+ the above license grant, this restriction and the following disclaimer,
690
+ must be included in all copies of the Software, in whole or in part, and
691
+ all derivative works of the Software, unless such copies or derivative
692
+ works are solely in the form of machine-executable object code generated by
693
+ a source language processor.
694
+
695
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
696
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
697
+ FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
698
+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
699
+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
700
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
701
+ DEALINGS IN THE SOFTWARE.
702
+
703
+
704
+ --------------------------------------------------------------------------------
705
+
706
+ Package: assert_fs (1.1.2)
707
+ Type: cargo
708
+ License: MIT OR Apache-2.0
709
+
710
+ Copyright (c) Individual contributors
711
+
712
+ Permission is hereby granted, free of charge, to any person obtaining a copy
713
+ of this software and associated documentation files (the "Software"), to deal
714
+ in the Software without restriction, including without limitation the rights
715
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
716
+ copies of the Software, and to permit persons to whom the Software is
717
+ furnished to do so, subject to the following conditions:
718
+
719
+ The above copyright notice and this permission notice shall be included in all
720
+ copies or substantial portions of the Software.
721
+
722
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
723
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
724
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
725
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
726
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
727
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
728
+ SOFTWARE.
729
+
730
+
731
+ --------------------------------------------------------------------------------
732
+
733
+ Package: mockito (1.5.0)
734
+ Type: cargo
735
+ License: MIT
736
+
737
+ The MIT License (MIT)
738
+
739
+ Copyright (c) 2016 Florin Lipan
740
+
741
+ Permission is hereby granted, free of charge, to any person obtaining a copy
742
+ of this software and associated documentation files (the "Software"), to deal
743
+ in the Software without restriction, including without limitation the rights
744
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
745
+ copies of the Software, and to permit persons to whom the Software is
746
+ furnished to do so, subject to the following conditions:
747
+
748
+ The above copyright notice and this permission notice shall be included in all
749
+ copies or substantial portions of the Software.
750
+
751
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
752
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
753
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
754
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
755
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
756
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
757
+ SOFTWARE.
758
+
759
+
760
+ --------------------------------------------------------------------------------
761
+
762
+ Package: napi-build (2.1.3)
763
+ Type: cargo
764
+ License: MIT
765
+
766
+ The package stipulates that it is licensed under the MIT license, but no explicit LICENSE file was provided by the package.
767
+
768
+ --------------------------------------------------------------------------------
769
+
770
+ Package: @napi-rs/wasm-runtime (0.2.5)
771
+ Type: npm
772
+ License: MIT
773
+
774
+ MIT License
775
+
776
+ Copyright (c) 2020-present LongYinan
777
+
778
+ Permission is hereby granted, free of charge, to any person obtaining a copy
779
+ of this software and associated documentation files (the "Software"), to deal
780
+ in the Software without restriction, including without limitation the rights
781
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
782
+ copies of the Software, and to permit persons to whom the Software is
783
+ furnished to do so, subject to the following conditions:
784
+
785
+ The above copyright notice and this permission notice shall be included in all
786
+ copies or substantial portions of the Software.
787
+
788
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
789
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
790
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
791
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
792
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
793
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
794
+ SOFTWARE.
795
+
796
+ MIT License
797
+
798
+ Copyright (c) 2018 GitHub
799
+
800
+ Permission is hereby granted, free of charge, to any person obtaining a copy
801
+ of this software and associated documentation files (the "Software"), to deal
802
+ in the Software without restriction, including without limitation the rights
803
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
804
+ copies of the Software, and to permit persons to whom the Software is
805
+ furnished to do so, subject to the following conditions:
806
+
807
+ The above copyright notice and this permission notice shall be included in all
808
+ copies or substantial portions of the Software.
809
+
810
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
811
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
812
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
813
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
814
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
815
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
816
+ SOFTWARE.
817
+
818
+
819
+ --------------------------------------------------------------------------------
820
+
821
+ Package: @emnapi/core (1.3.1)
822
+ Type: npm
823
+ License: MIT
824
+
825
+ MIT License
826
+
827
+ Copyright (c) 2021-present Toyobayashi
828
+
829
+ Permission is hereby granted, free of charge, to any person obtaining a copy
830
+ of this software and associated documentation files (the "Software"), to deal
831
+ in the Software without restriction, including without limitation the rights
832
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
833
+ copies of the Software, and to permit persons to whom the Software is
834
+ furnished to do so, subject to the following conditions:
835
+
836
+ The above copyright notice and this permission notice shall be included in all
837
+ copies or substantial portions of the Software.
838
+
839
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
840
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
841
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
842
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
843
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
844
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
845
+ SOFTWARE.
846
+
847
+
848
+ --------------------------------------------------------------------------------
849
+
850
+ Package: @emnapi/wasi-threads (1.0.1)
851
+ Type: npm
852
+ License: MIT
853
+
854
+ MIT License
855
+
856
+ Copyright (c) 2021-present Toyobayashi
857
+
858
+ Permission is hereby granted, free of charge, to any person obtaining a copy
859
+ of this software and associated documentation files (the "Software"), to deal
860
+ in the Software without restriction, including without limitation the rights
861
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
862
+ copies of the Software, and to permit persons to whom the Software is
863
+ furnished to do so, subject to the following conditions:
864
+
865
+ The above copyright notice and this permission notice shall be included in all
866
+ copies or substantial portions of the Software.
867
+
868
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
869
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
870
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
871
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
872
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
873
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
874
+ SOFTWARE.
875
+
876
+
877
+ --------------------------------------------------------------------------------
878
+
879
+ Package: tslib (2.8.1)
880
+ Type: npm
881
+ License: 0BSD
882
+
883
+ Copyright (c) Microsoft Corporation.
884
+
885
+ Permission to use, copy, modify, and/or distribute this software for any
886
+ purpose with or without fee is hereby granted.
887
+
888
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
889
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
890
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
891
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
892
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
893
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
894
+ PERFORMANCE OF THIS SOFTWARE.
895
+
896
+ --------------------------------------------------------------------------------
897
+
898
+ Package: @emnapi/runtime (1.3.1)
899
+ Type: npm
900
+ License: MIT
901
+
902
+ MIT License
903
+
904
+ Copyright (c) 2021-present Toyobayashi
905
+
906
+ Permission is hereby granted, free of charge, to any person obtaining a copy
907
+ of this software and associated documentation files (the "Software"), to deal
908
+ in the Software without restriction, including without limitation the rights
909
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
910
+ copies of the Software, and to permit persons to whom the Software is
911
+ furnished to do so, subject to the following conditions:
912
+
913
+ The above copyright notice and this permission notice shall be included in all
914
+ copies or substantial portions of the Software.
915
+
916
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
917
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
918
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
919
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
920
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
921
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
922
+ SOFTWARE.
923
+
924
+
925
+ --------------------------------------------------------------------------------
926
+
927
+ Package: @tybys/wasm-util (0.9.0)
928
+ Type: npm
929
+ License: MIT
930
+
931
+ The package stipulates that it is licensed under the MIT license, but no explicit LICENSE file was provided by the package.
932
+
933
+ --------------------------------------------------------------------------------
934
+
935
+ Package: semver (7.5.4)
936
+ Type: npm
937
+ License: ISC
938
+
939
+ The ISC License
940
+
941
+ Copyright (c) Isaac Z. Schlueter and Contributors
942
+
943
+ Permission to use, copy, modify, and/or distribute this software for any
944
+ purpose with or without fee is hereby granted, provided that the above
945
+ copyright notice and this permission notice appear in all copies.
946
+
947
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
948
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
949
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
950
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
951
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
952
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
953
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
954
+
955
+
956
+ --------------------------------------------------------------------------------
957
+
958
+ Package: lru-cache (5.1.1)
959
+ Type: npm
960
+ License: ISC
961
+
962
+ The ISC License
963
+
964
+ Copyright (c) Isaac Z. Schlueter and Contributors
965
+
966
+ Permission to use, copy, modify, and/or distribute this software for any
967
+ purpose with or without fee is hereby granted, provided that the above
968
+ copyright notice and this permission notice appear in all copies.
969
+
970
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
971
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
972
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
973
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
974
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
975
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
976
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
977
+
978
+
979
+ --------------------------------------------------------------------------------
980
+
981
+ Package: yallist (3.1.1)
982
+ Type: npm
983
+ License: ISC
984
+
985
+ The ISC License
986
+
987
+ Copyright (c) Isaac Z. Schlueter and Contributors
988
+
989
+ Permission to use, copy, modify, and/or distribute this software for any
990
+ purpose with or without fee is hereby granted, provided that the above
991
+ copyright notice and this permission notice appear in all copies.
992
+
993
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
994
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
995
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
996
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
997
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
998
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
999
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1000
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/powerpack-enterprise-cloud",
3
- "version": "1.1.2",
3
+ "version": "1.3.0-alpha.0",
4
4
  "description": "A Nx Powerpack plugin which is specific to Nx Enterprise Cloud workspaces.",
5
5
  "keywords": [],
6
6
  "type": "commonjs",
@@ -12,12 +12,19 @@
12
12
  },
13
13
  "dependencies": {
14
14
  "@nx/devkit": "20.2.2",
15
- "@nx/powerpack-license": "1.1.2",
15
+ "@nx/powerpack-license": "1.3.0-alpha.0",
16
16
  "semver": "7.5.4"
17
17
  },
18
18
  "peerDependencies": {
19
19
  "nx": ">= 18 < 21"
20
20
  },
21
21
  "generators": "./generators.json",
22
+ "files": [
23
+ "src",
24
+ "generators.json",
25
+ "README.md",
26
+ "LICENSE",
27
+ "THIRD_PARTY_LICENSES.txt"
28
+ ],
22
29
  "types": "./src/index.d.ts"
23
30
  }
@@ -1 +1 @@
1
- 'use strict';const a0_0x2e58ec=a0_0x298d;(function(_0x176a30,_0x35f03b){const _0x55d1bc=a0_0x298d,_0x503ba1=_0x176a30();while(!![]){try{const _0x5aaacc=-parseInt(_0x55d1bc(0x165))/0x1+parseInt(_0x55d1bc(0x150))/0x2+parseInt(_0x55d1bc(0x14f))/0x3*(-parseInt(_0x55d1bc(0x162))/0x4)+-parseInt(_0x55d1bc(0x14e))/0x5*(parseInt(_0x55d1bc(0x160))/0x6)+-parseInt(_0x55d1bc(0x156))/0x7+-parseInt(_0x55d1bc(0x161))/0x8*(-parseInt(_0x55d1bc(0x15d))/0x9)+-parseInt(_0x55d1bc(0x155))/0xa*(-parseInt(_0x55d1bc(0x15a))/0xb);if(_0x5aaacc===_0x35f03b)break;else _0x503ba1['push'](_0x503ba1['shift']());}catch(_0x1e6656){_0x503ba1['push'](_0x503ba1['shift']());}}}(a0_0x1f99,0x565d4));function a0_0x298d(_0xa764d1,_0x283274){const _0x1f9947=a0_0x1f99();return a0_0x298d=function(_0x298db8,_0x1f059a){_0x298db8=_0x298db8-0x14b;let _0xff4492=_0x1f9947[_0x298db8];return _0xff4492;},a0_0x298d(_0xa764d1,_0x283274);}Object['defineProperty'](exports,a0_0x2e58ec(0x154),{'value':!0x0}),exports[a0_0x2e58ec(0x158)]=o;const e=require(a0_0x2e58ec(0x14d)),r=require(a0_0x2e58ec(0x153));async function o(_0x1f15b8){const _0x578281=a0_0x2e58ec;if(!await(0x0,r[_0x578281(0x163)])(e[_0x578281(0x164)]))throw Error(_0x578281(0x15e));(0x0,e[_0x578281(0x152)])(_0x1f15b8,'nx.json',_0x1040c7=>{const _0x556dc4=_0x578281;_0x1040c7[_0x556dc4(0x14c)]=_0x1040c7[_0x556dc4(0x14c)]||[];let _0x2a5d89=_0x556dc4(0x15f);return _0x1040c7[_0x556dc4(0x14c)][_0x556dc4(0x157)](_0x30a6cb=>_0x556dc4(0x15c)==typeof _0x30a6cb?_0x30a6cb===_0x2a5d89:_0x30a6cb[_0x556dc4(0x159)]===_0x2a5d89)||_0x1040c7[_0x556dc4(0x14c)][_0x556dc4(0x151)]('@nx/powerpack-enterprise-cloud'),_0x1040c7;}),await(0x0,e[_0x578281(0x14b)])(_0x1f15b8);}exports[a0_0x2e58ec(0x15b)]=o;function a0_0x1f99(){const _0x59846f=['10plfeiG','966PiGfra','1238922EpozmP','push','updateJson','@nx/powerpack-license','__esModule','20FkkIvj','3282545WBYSiU','some','initGenerator','plugin','3154283MlmYLL','default','string','138843OHgRqj','You\x20must\x20have\x20a\x20valid\x20Nx\x20Powerpack\x20license\x20to\x20use\x20@nx/powerpack-enterprise-cloud,\x20read\x20more\x20about\x20Powerpack\x20on\x20https://nx.dev/powerpack','@nx/powerpack-enterprise-cloud','586776AzBEXg','104pJIKnx','3640wPZulx','getPowerpackLicenseInformationAsync','workspaceRoot','82223oYzkrV','formatFiles','plugins','@nx/devkit'];a0_0x1f99=function(){return _0x59846f;};return a0_0x1f99();}
1
+ 'use strict';const a0_0x3781c7=a0_0x2d8b;(function(_0x5f35ad,_0x1144ca){const _0x4f01b2=a0_0x2d8b,_0x1d1f34=_0x5f35ad();while(!![]){try{const _0x47f1f4=-parseInt(_0x4f01b2(0x11f))/0x1+-parseInt(_0x4f01b2(0x137))/0x2+-parseInt(_0x4f01b2(0x12c))/0x3*(-parseInt(_0x4f01b2(0x136))/0x4)+parseInt(_0x4f01b2(0x131))/0x5*(-parseInt(_0x4f01b2(0x12e))/0x6)+-parseInt(_0x4f01b2(0x12f))/0x7+-parseInt(_0x4f01b2(0x123))/0x8*(-parseInt(_0x4f01b2(0x121))/0x9)+parseInt(_0x4f01b2(0x12b))/0xa*(parseInt(_0x4f01b2(0x130))/0xb);if(_0x47f1f4===_0x1144ca)break;else _0x1d1f34['push'](_0x1d1f34['shift']());}catch(_0x1cefda){_0x1d1f34['push'](_0x1d1f34['shift']());}}}(a0_0xf1f8,0xefe6e));Object['defineProperty'](exports,'__esModule',{'value':!0x0}),exports[a0_0x3781c7(0x124)]=o;function a0_0xf1f8(){const _0x53e5f3=['push','default','242596JkQKdg','340776DrXrCp','552603ziGFQZ','@nx/powerpack-license','9QnXBTT','updateJson','9594888QuLEsx','initGenerator','plugin','plugins','@nx/devkit','nx.json','workspaceRoot','You\x20must\x20have\x20a\x20valid\x20Nx\x20Powerpack\x20license\x20to\x20use\x20@nx/powerpack-enterprise-cloud,\x20read\x20more\x20about\x20Powerpack\x20on\x20https://nx.dev/powerpack','100sdpSOs','24lCKUlj','getPowerpackLicenseInformationAsync','594MQiAPu','69804XJGIei','1765445aewCct','79490MtpOpA','some','formatFiles'];a0_0xf1f8=function(){return _0x53e5f3;};return a0_0xf1f8();}function a0_0x2d8b(_0x5661ab,_0x3f994c){const _0xf1f8ca=a0_0xf1f8();return a0_0x2d8b=function(_0x2d8b,_0x2d0af8){_0x2d8b=_0x2d8b-0x11f;let _0x185550=_0xf1f8ca[_0x2d8b];return _0x185550;},a0_0x2d8b(_0x5661ab,_0x3f994c);}const e=require(a0_0x3781c7(0x127)),r=require(a0_0x3781c7(0x120));async function o(_0x38c819){const _0x1964f6=a0_0x3781c7;if(!await(0x0,r[_0x1964f6(0x12d)])(e[_0x1964f6(0x129)]))throw Error(_0x1964f6(0x12a));(0x0,e[_0x1964f6(0x122)])(_0x38c819,_0x1964f6(0x128),_0x18467f=>{const _0x531e7e=_0x1964f6;_0x18467f['plugins']=_0x18467f['plugins']||[];let _0x179dcb='@nx/powerpack-enterprise-cloud';return _0x18467f[_0x531e7e(0x126)][_0x531e7e(0x132)](_0x5ad7a5=>'string'==typeof _0x5ad7a5?_0x5ad7a5===_0x179dcb:_0x5ad7a5[_0x531e7e(0x125)]===_0x179dcb)||_0x18467f['plugins'][_0x531e7e(0x134)]('@nx/powerpack-enterprise-cloud'),_0x18467f;}),await(0x0,e[_0x1964f6(0x133)])(_0x38c819);}exports[a0_0x3781c7(0x135)]=o;
package/src/index.js CHANGED
@@ -1 +1 @@
1
- 'use strict';var a1_0x5b0f6b=a1_0x2ab7;function a1_0x2310(){var _0x4f7d2a=['462MuStyD','defineProperty','6985375cHwkBg','createMetadata','4167315lSxKOz','createNodes','1969796KVUSwV','2114163Ceqfcf','./plugin/plugin','4064MkrUAl','10916chCrZM','109EHVgPE','__esModule','56049MWmJgX'];a1_0x2310=function(){return _0x4f7d2a;};return a1_0x2310();}function a1_0x2ab7(_0x1e2464,_0x21be1b){var _0x231043=a1_0x2310();return a1_0x2ab7=function(_0x2ab73a,_0x12fe55){_0x2ab73a=_0x2ab73a-0x146;var _0x37828b=_0x231043[_0x2ab73a];return _0x37828b;},a1_0x2ab7(_0x1e2464,_0x21be1b);}(function(_0x15cf22,_0x539a8e){var _0x3f2dd8=a1_0x2ab7,_0x18305c=_0x15cf22();while(!![]){try{var _0x1c36b3=parseInt(_0x3f2dd8(0x153))/0x1*(-parseInt(_0x3f2dd8(0x152))/0x2)+parseInt(_0x3f2dd8(0x14f))/0x3+parseInt(_0x3f2dd8(0x14e))/0x4+parseInt(_0x3f2dd8(0x14a))/0x5+-parseInt(_0x3f2dd8(0x148))/0x6*(parseInt(_0x3f2dd8(0x147))/0x7)+-parseInt(_0x3f2dd8(0x151))/0x8+-parseInt(_0x3f2dd8(0x14c))/0x9;if(_0x1c36b3===_0x539a8e)break;else _0x18305c['push'](_0x18305c['shift']());}catch(_0x4a057d){_0x18305c['push'](_0x18305c['shift']());}}}(a1_0x2310,0xe06c9));Object[a1_0x5b0f6b(0x149)](exports,a1_0x5b0f6b(0x146),{'value':!0x0}),exports[a1_0x5b0f6b(0x14d)]=exports[a1_0x5b0f6b(0x14b)]=void 0x0;var e=require(a1_0x5b0f6b(0x150));Object['defineProperty'](exports,'createMetadata',{'enumerable':!0x0,'get':function(){var _0x1cd697=a1_0x5b0f6b;return e[_0x1cd697(0x14b)];}}),Object['defineProperty'](exports,a1_0x5b0f6b(0x14d),{'enumerable':!0x0,'get':function(){var _0x131cad=a1_0x5b0f6b;return e[_0x131cad(0x14d)];}});
1
+ 'use strict';var a1_0x352584=a1_0x1d99;(function(_0x415919,_0x482c87){var _0x2614e8=a1_0x1d99,_0x2a19a5=_0x415919();while(!![]){try{var _0x51a824=-parseInt(_0x2614e8(0x95))/0x1+-parseInt(_0x2614e8(0x9d))/0x2+parseInt(_0x2614e8(0x96))/0x3*(parseInt(_0x2614e8(0x94))/0x4)+-parseInt(_0x2614e8(0x8e))/0x5*(-parseInt(_0x2614e8(0x9c))/0x6)+-parseInt(_0x2614e8(0x9b))/0x7*(parseInt(_0x2614e8(0x97))/0x8)+-parseInt(_0x2614e8(0x93))/0x9*(-parseInt(_0x2614e8(0x90))/0xa)+parseInt(_0x2614e8(0x8f))/0xb;if(_0x51a824===_0x482c87)break;else _0x2a19a5['push'](_0x2a19a5['shift']());}catch(_0x2853da){_0x2a19a5['push'](_0x2a19a5['shift']());}}}(a1_0x2eaf,0x864ce));function a1_0x2eaf(){var _0x4a35fe=['2282112koIjAE','defineProperty','createNodes','__esModule','21HzLoac','659508ExbgBl','594728WKFtoW','30SEuTvx','18386940uoYlhl','20yLYLFT','createMetadata','./plugin/plugin','587232upReen','4HQroGf','955115cxNqLU','590463hhyotc'];a1_0x2eaf=function(){return _0x4a35fe;};return a1_0x2eaf();}Object[a1_0x352584(0x98)](exports,a1_0x352584(0x9a),{'value':!0x0}),exports[a1_0x352584(0x99)]=exports[a1_0x352584(0x91)]=void 0x0;var e=require(a1_0x352584(0x92));function a1_0x1d99(_0x1a3f3f,_0x56a600){var _0x2eafbc=a1_0x2eaf();return a1_0x1d99=function(_0x1d994c,_0x80799e){_0x1d994c=_0x1d994c-0x8e;var _0x44f390=_0x2eafbc[_0x1d994c];return _0x44f390;},a1_0x1d99(_0x1a3f3f,_0x56a600);}Object[a1_0x352584(0x98)](exports,'createMetadata',{'enumerable':!0x0,'get':function(){var _0x20588f=a1_0x352584;return e[_0x20588f(0x91)];}}),Object['defineProperty'](exports,a1_0x352584(0x99),{'enumerable':!0x0,'get':function(){return e['createNodes'];}});
@@ -1 +1 @@
1
- 'use strict';function a2_0x4162(_0x9f1073,_0x1ff948){const _0x2b4bee=a2_0x2b4b();return a2_0x4162=function(_0x416214,_0x38304f){_0x416214=_0x416214-0x1c7;let _0x4c502e=_0x2b4bee[_0x416214];return _0x4c502e;},a2_0x4162(_0x9f1073,_0x1ff948);}const a2_0x409844=a2_0x4162;(function(_0x3a7ad0,_0xa8dd40){const _0x29ba94=a2_0x4162,_0x136b59=_0x3a7ad0();while(!![]){try{const _0x3f0b14=-parseInt(_0x29ba94(0x1d4))/0x1+parseInt(_0x29ba94(0x1e0))/0x2*(parseInt(_0x29ba94(0x1d1))/0x3)+parseInt(_0x29ba94(0x1dd))/0x4*(-parseInt(_0x29ba94(0x1cc))/0x5)+-parseInt(_0x29ba94(0x1dc))/0x6*(-parseInt(_0x29ba94(0x1c8))/0x7)+-parseInt(_0x29ba94(0x1e2))/0x8+parseInt(_0x29ba94(0x1ce))/0x9*(parseInt(_0x29ba94(0x1d7))/0xa)+-parseInt(_0x29ba94(0x1db))/0xb*(parseInt(_0x29ba94(0x1de))/0xc);if(_0x3f0b14===_0xa8dd40)break;else _0x136b59['push'](_0x136b59['shift']());}catch(_0x39bd8b){_0x136b59['push'](_0x136b59['shift']());}}}(a2_0x2b4b,0x2148d));Object[a2_0x409844(0x1c9)](exports,a2_0x409844(0x1c7),{'value':!0x0}),exports[a2_0x409844(0x1d5)]=exports['createMetadata']=void 0x0;function a2_0x2b4b(){const _0x5f0fa6=['data','350iiupdV','createMetadata','semver','NX_VERSION','22hIavYb','2676ozfodi','196HZceUz','130860ccPYWu','node:path','232EKLZXx','@nx/devkit','494896WIQxUc','nodes','node:fs','enabled','joinPathFragments','name','__esModule','1519BGctir','defineProperty','package.json','readJsonFile','15610WzNFxA','root','51498nzFFui','getPowerpackLicenseInformationAsync','existsSync','2400cxSLmb','@nx/powerpack-license','You\x20must\x20have\x20a\x20valid\x20Nx\x20Powerpack\x20license\x20to\x20use\x20@nx/powerpack-enterprise-cloud,\x20read\x20more\x20about\x20Powerpack\x20on\x20https://nx.dev/powerpack','16869ZmqFAN','createNodes'];a2_0x2b4b=function(){return _0x5f0fa6;};return a2_0x2b4b();}const e=require(a2_0x409844(0x1e1)),t=require(a2_0x409844(0x1d2)),a=require(a2_0x409844(0x1e4)),r=require(a2_0x409844(0x1df)),o=require(a2_0x409844(0x1d9)),n=async(_0x596032,_0x55acf2,_0x4abcf7)=>{const _0x685abf=a2_0x409844;if(!await(0x0,t[_0x685abf(0x1cf)])(_0x4abcf7['workspaceRoot']))throw Error(_0x685abf(0x1d3));let _0x4979ff={};for(let [_0x2f714b,_0x37e6c6]of Object['entries'](_0x596032[_0x685abf(0x1e3)]))if(_0x37e6c6[_0x685abf(0x1d6)][_0x685abf(0x1cd)]&&(0x0,a[_0x685abf(0x1d0)])((0x0,e[_0x685abf(0x1e6)])(_0x37e6c6[_0x685abf(0x1d6)]['root'],_0x685abf(0x1ca)))){let _0x43a5e0=e['readJsonFile'](e['joinPathFragments'](_0x37e6c6[_0x685abf(0x1d6)][_0x685abf(0x1cd)],_0x685abf(0x1ca)))?.[_0x685abf(0x1e7)];_0x43a5e0&&(_0x4979ff[_0x2f714b]={'metadata':{'jsPackageName':_0x43a5e0}});}return _0x4979ff;};exports[a2_0x409844(0x1d8)]=n;const s=['**/package.json',async(_0xc5d3d3,_0x364e77,_0x55be8d)=>{const _0x5251c3=a2_0x409844;try{let _0x2f653b=(0x0,r['dirname'])(_0xc5d3d3),_0x226897=(0x0,e[_0x5251c3(0x1cb)])(_0xc5d3d3);if('.'===_0x2f653b&&(!_0x226897['nx']||!_0x226897['nx'][_0x5251c3(0x1e5)]))return{'projects':{}};return{'projects':{[_0x2f653b]:{'metadata':{'jsPackageName':_0x226897[_0x5251c3(0x1e7)]}}}};}catch{return{'projects':{}};}}];exports[a2_0x409844(0x1d5)]=(0x0,o['gte'])(e[a2_0x409844(0x1da)],'19.0.0')?['',()=>[]]:s;
1
+ 'use strict';const a2_0x2521f4=a2_0x2eb6;(function(_0x1c2c31,_0x15a3fd){const _0x8eb34f=a2_0x2eb6,_0x47da0f=_0x1c2c31();while(!![]){try{const _0x550fbb=-parseInt(_0x8eb34f(0x18f))/0x1*(-parseInt(_0x8eb34f(0x196))/0x2)+-parseInt(_0x8eb34f(0x195))/0x3*(parseInt(_0x8eb34f(0x1a3))/0x4)+-parseInt(_0x8eb34f(0x19d))/0x5+-parseInt(_0x8eb34f(0x1a4))/0x6*(parseInt(_0x8eb34f(0x19a))/0x7)+-parseInt(_0x8eb34f(0x197))/0x8*(parseInt(_0x8eb34f(0x18e))/0x9)+-parseInt(_0x8eb34f(0x1a8))/0xa*(parseInt(_0x8eb34f(0x18d))/0xb)+parseInt(_0x8eb34f(0x193))/0xc*(parseInt(_0x8eb34f(0x19e))/0xd);if(_0x550fbb===_0x15a3fd)break;else _0x47da0f['push'](_0x47da0f['shift']());}catch(_0x2ef980){_0x47da0f['push'](_0x47da0f['shift']());}}}(a2_0x5d88,0xc3368));Object[a2_0x2521f4(0x18b)](exports,a2_0x2521f4(0x1a5),{'value':!0x0}),exports[a2_0x2521f4(0x191)]=exports[a2_0x2521f4(0x192)]=void 0x0;const e=require(a2_0x2521f4(0x1a0)),t=require('@nx/powerpack-license'),a=require(a2_0x2521f4(0x1a9)),r=require(a2_0x2521f4(0x1a7)),o=require(a2_0x2521f4(0x1ad)),n=async(_0x532d65,_0x8799,_0x1ae120)=>{const _0x24febd=a2_0x2521f4;if(!await(0x0,t[_0x24febd(0x1ab)])(_0x1ae120[_0x24febd(0x1aa)]))throw Error(_0x24febd(0x194));let _0x3965ab={};for(let [_0x2fc782,_0x57dc04]of Object[_0x24febd(0x190)](_0x532d65['nodes']))if(_0x57dc04[_0x24febd(0x198)][_0x24febd(0x1a2)]&&(0x0,a[_0x24febd(0x199)])((0x0,e[_0x24febd(0x19f)])(_0x57dc04[_0x24febd(0x198)]['root'],_0x24febd(0x19b)))){let _0x77c944=e[_0x24febd(0x19c)](e['joinPathFragments'](_0x57dc04['data']['root'],_0x24febd(0x19b)))?.['name'];_0x77c944&&(_0x3965ab[_0x2fc782]={'metadata':{'jsPackageName':_0x77c944}});}return _0x3965ab;};function a2_0x2eb6(_0x5dbef4,_0xad40a0){const _0x5d88c0=a2_0x5d88();return a2_0x2eb6=function(_0x2eb65e,_0x5cc7a8){_0x2eb65e=_0x2eb65e-0x18b;let _0xac3608=_0x5d88c0[_0x2eb65e];return _0xac3608;},a2_0x2eb6(_0x5dbef4,_0xad40a0);}exports[a2_0x2521f4(0x192)]=n;const s=[a2_0x2521f4(0x1a1),async(_0x129e28,_0x28172a,_0x3331da)=>{const _0x481ed6=a2_0x2521f4;try{let _0x439c8d=(0x0,r[_0x481ed6(0x18c)])(_0x129e28),_0x1191c6=(0x0,e[_0x481ed6(0x19c)])(_0x129e28);if('.'===_0x439c8d&&(!_0x1191c6['nx']||!_0x1191c6['nx'][_0x481ed6(0x1ac)]))return{'projects':{}};return{'projects':{[_0x439c8d]:{'metadata':{'jsPackageName':_0x1191c6['name']}}}};}catch{return{'projects':{}};}}];function a2_0x5d88(){const _0xef532d=['4319805YIXLxN','182TZSISp','joinPathFragments','@nx/devkit','**/package.json','root','508kYuxLy','2560002SVOQuE','__esModule','NX_VERSION','node:path','168760CUifLU','node:fs','workspaceRoot','getPowerpackLicenseInformationAsync','enabled','semver','defineProperty','dirname','594CKmDOa','4239NDGvAM','191OFuufv','entries','createNodes','createMetadata','4527672hnLvxZ','You\x20must\x20have\x20a\x20valid\x20Nx\x20Powerpack\x20license\x20to\x20use\x20@nx/powerpack-enterprise-cloud,\x20read\x20more\x20about\x20Powerpack\x20on\x20https://nx.dev/powerpack','4143GjYAHV','2588ZaWyLy','25464GqddJA','data','existsSync','21AgRTUE','package.json','readJsonFile'];a2_0x5d88=function(){return _0xef532d;};return a2_0x5d88();}exports[a2_0x2521f4(0x191)]=(0x0,o['gte'])(e[a2_0x2521f4(0x1a6)],'19.0.0')?['',()=>[]]:s;