@testiny/cli 1.29.0 → 1.30.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.
- package/licenses.txt +466 -12
- package/package.json +1 -1
- package/testiny-importer.js +427 -251
package/licenses.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
================================================================================
|
|
2
2
|
Package: @types/validator
|
|
3
|
-
Version: 13.15.
|
|
3
|
+
Version: 13.15.10
|
|
4
4
|
Repository: (https://github.com/DefinitelyTyped/DefinitelyTyped)
|
|
5
5
|
|
|
6
6
|
MIT License
|
|
@@ -160,7 +160,7 @@ SOFTWARE.
|
|
|
160
160
|
|
|
161
161
|
================================================================================
|
|
162
162
|
Package: axios
|
|
163
|
-
Version: 1.
|
|
163
|
+
Version: 1.13.2
|
|
164
164
|
Repository: (https://github.com/axios/axios)
|
|
165
165
|
|
|
166
166
|
# Copyright (c) 2014-present Matt Zabriskie & Collaborators
|
|
@@ -174,7 +174,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
174
174
|
|
|
175
175
|
================================================================================
|
|
176
176
|
Package: axios-cookiejar-support
|
|
177
|
-
Version: 6.0.
|
|
177
|
+
Version: 6.0.5
|
|
178
178
|
Repository: (https://github.com/3846masa/axios-cookiejar-support)
|
|
179
179
|
|
|
180
180
|
The MIT License (MIT)
|
|
@@ -199,6 +199,13 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
199
199
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
200
200
|
THE SOFTWARE.
|
|
201
201
|
|
|
202
|
+
================================================================================
|
|
203
|
+
Package: boolbase
|
|
204
|
+
Version: 1.0.0
|
|
205
|
+
Repository: (https://github.com/fb55/boolbase)
|
|
206
|
+
|
|
207
|
+
MISSING
|
|
208
|
+
|
|
202
209
|
================================================================================
|
|
203
210
|
Package: braces
|
|
204
211
|
Version: 3.0.3
|
|
@@ -343,6 +350,52 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
343
350
|
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.
|
|
344
351
|
|
|
345
352
|
|
|
353
|
+
================================================================================
|
|
354
|
+
Package: cheerio
|
|
355
|
+
Version: 1.1.2
|
|
356
|
+
Repository: (https://github.com/cheeriojs/cheerio)
|
|
357
|
+
|
|
358
|
+
MIT License
|
|
359
|
+
|
|
360
|
+
Copyright (c) 2022 The Cheerio contributors
|
|
361
|
+
|
|
362
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
363
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
364
|
+
in the Software without restriction, including without limitation the rights
|
|
365
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
366
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
367
|
+
furnished to do so, subject to the following conditions:
|
|
368
|
+
|
|
369
|
+
The above copyright notice and this permission notice shall be included in all
|
|
370
|
+
copies or substantial portions of the Software.
|
|
371
|
+
|
|
372
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
373
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
374
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
375
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
376
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
377
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
378
|
+
SOFTWARE.
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
================================================================================
|
|
382
|
+
Package: cheerio-select
|
|
383
|
+
Version: 2.1.0
|
|
384
|
+
Repository: (https://github.com/cheeriojs/cheerio-select)
|
|
385
|
+
|
|
386
|
+
Copyright (c) Felix Böhm
|
|
387
|
+
All rights reserved.
|
|
388
|
+
|
|
389
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
390
|
+
|
|
391
|
+
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
392
|
+
|
|
393
|
+
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
394
|
+
|
|
395
|
+
THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,
|
|
396
|
+
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
397
|
+
|
|
398
|
+
|
|
346
399
|
================================================================================
|
|
347
400
|
Package: ci-info
|
|
348
401
|
Version: 3.9.0
|
|
@@ -373,7 +426,7 @@ SOFTWARE.
|
|
|
373
426
|
|
|
374
427
|
================================================================================
|
|
375
428
|
Package: class-validator
|
|
376
|
-
Version: 0.14.
|
|
429
|
+
Version: 0.14.3
|
|
377
430
|
Repository: (https://github.com/typestack/class-validator)
|
|
378
431
|
|
|
379
432
|
|
|
@@ -524,6 +577,42 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
524
577
|
THE SOFTWARE.
|
|
525
578
|
|
|
526
579
|
|
|
580
|
+
================================================================================
|
|
581
|
+
Package: css-select
|
|
582
|
+
Version: 5.2.2
|
|
583
|
+
Repository: (https://github.com/fb55/css-select)
|
|
584
|
+
|
|
585
|
+
Copyright (c) Felix Böhm
|
|
586
|
+
All rights reserved.
|
|
587
|
+
|
|
588
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
589
|
+
|
|
590
|
+
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
591
|
+
|
|
592
|
+
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
593
|
+
|
|
594
|
+
THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,
|
|
595
|
+
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
================================================================================
|
|
599
|
+
Package: css-what
|
|
600
|
+
Version: 6.2.2
|
|
601
|
+
Repository: (https://github.com/fb55/css-what)
|
|
602
|
+
|
|
603
|
+
Copyright (c) Felix Böhm
|
|
604
|
+
All rights reserved.
|
|
605
|
+
|
|
606
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
607
|
+
|
|
608
|
+
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
609
|
+
|
|
610
|
+
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
611
|
+
|
|
612
|
+
THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,
|
|
613
|
+
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
614
|
+
|
|
615
|
+
|
|
527
616
|
================================================================================
|
|
528
617
|
Package: define-data-property
|
|
529
618
|
Version: 1.1.4
|
|
@@ -578,6 +667,78 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
578
667
|
THE SOFTWARE.
|
|
579
668
|
|
|
580
669
|
|
|
670
|
+
================================================================================
|
|
671
|
+
Package: dom-serializer
|
|
672
|
+
Version: 2.0.0
|
|
673
|
+
Repository: (https://github.com/cheeriojs/dom-serializer)
|
|
674
|
+
|
|
675
|
+
License
|
|
676
|
+
|
|
677
|
+
(The MIT License)
|
|
678
|
+
|
|
679
|
+
Copyright (c) 2014 The cheeriojs contributors
|
|
680
|
+
|
|
681
|
+
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:
|
|
682
|
+
|
|
683
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
684
|
+
|
|
685
|
+
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.
|
|
686
|
+
|
|
687
|
+
|
|
688
|
+
================================================================================
|
|
689
|
+
Package: domelementtype
|
|
690
|
+
Version: 2.3.0
|
|
691
|
+
Repository: (https://github.com/fb55/domelementtype)
|
|
692
|
+
|
|
693
|
+
Copyright (c) Felix Böhm
|
|
694
|
+
All rights reserved.
|
|
695
|
+
|
|
696
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
697
|
+
|
|
698
|
+
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
699
|
+
|
|
700
|
+
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
701
|
+
|
|
702
|
+
THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,
|
|
703
|
+
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
704
|
+
|
|
705
|
+
|
|
706
|
+
================================================================================
|
|
707
|
+
Package: domhandler
|
|
708
|
+
Version: 5.0.3
|
|
709
|
+
Repository: (https://github.com/fb55/domhandler)
|
|
710
|
+
|
|
711
|
+
Copyright (c) Felix Böhm
|
|
712
|
+
All rights reserved.
|
|
713
|
+
|
|
714
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
715
|
+
|
|
716
|
+
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
717
|
+
|
|
718
|
+
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
719
|
+
|
|
720
|
+
THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,
|
|
721
|
+
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
================================================================================
|
|
725
|
+
Package: domutils
|
|
726
|
+
Version: 3.2.2
|
|
727
|
+
Repository: (https://github.com/fb55/domutils)
|
|
728
|
+
|
|
729
|
+
Copyright (c) Felix Böhm
|
|
730
|
+
All rights reserved.
|
|
731
|
+
|
|
732
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
733
|
+
|
|
734
|
+
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
735
|
+
|
|
736
|
+
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
737
|
+
|
|
738
|
+
THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,
|
|
739
|
+
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
740
|
+
|
|
741
|
+
|
|
581
742
|
================================================================================
|
|
582
743
|
Package: dotenv
|
|
583
744
|
Version: 16.6.1
|
|
@@ -636,6 +797,67 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
636
797
|
SOFTWARE.
|
|
637
798
|
|
|
638
799
|
|
|
800
|
+
================================================================================
|
|
801
|
+
Package: encoding-sniffer
|
|
802
|
+
Version: 0.2.1
|
|
803
|
+
Repository: (https://github.com/fb55/encoding-sniffer)
|
|
804
|
+
|
|
805
|
+
Copyright (c) 2022 Felix Boehm <me@feedic.com>
|
|
806
|
+
|
|
807
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
808
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
809
|
+
the Software without restriction, including without limitation the rights to
|
|
810
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
811
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
812
|
+
subject to the following conditions:
|
|
813
|
+
|
|
814
|
+
The above copyright notice and this permission notice shall be included in all
|
|
815
|
+
copies or substantial portions of the Software.
|
|
816
|
+
|
|
817
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
818
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
819
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
820
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
821
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
822
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
823
|
+
|
|
824
|
+
|
|
825
|
+
================================================================================
|
|
826
|
+
Package: entities
|
|
827
|
+
Version: 4.5.0
|
|
828
|
+
Repository: (https://github.com/fb55/entities)
|
|
829
|
+
|
|
830
|
+
Copyright (c) Felix Böhm
|
|
831
|
+
All rights reserved.
|
|
832
|
+
|
|
833
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
834
|
+
|
|
835
|
+
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
836
|
+
|
|
837
|
+
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
838
|
+
|
|
839
|
+
THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,
|
|
840
|
+
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
841
|
+
|
|
842
|
+
|
|
843
|
+
================================================================================
|
|
844
|
+
Package: entities
|
|
845
|
+
Version: 6.0.1
|
|
846
|
+
Repository: (https://github.com/fb55/entities)
|
|
847
|
+
|
|
848
|
+
Copyright (c) Felix Böhm
|
|
849
|
+
All rights reserved.
|
|
850
|
+
|
|
851
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
852
|
+
|
|
853
|
+
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
854
|
+
|
|
855
|
+
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
856
|
+
|
|
857
|
+
THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,
|
|
858
|
+
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
859
|
+
|
|
860
|
+
|
|
639
861
|
================================================================================
|
|
640
862
|
Package: es-define-property
|
|
641
863
|
Version: 1.0.1
|
|
@@ -750,7 +972,7 @@ SOFTWARE.
|
|
|
750
972
|
|
|
751
973
|
================================================================================
|
|
752
974
|
Package: fast-xml-parser
|
|
753
|
-
Version: 5.3.
|
|
975
|
+
Version: 5.3.2
|
|
754
976
|
Repository: (https://github.com/NaturalIntelligence/fast-xml-parser)
|
|
755
977
|
|
|
756
978
|
MIT License
|
|
@@ -1039,7 +1261,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1039
1261
|
|
|
1040
1262
|
================================================================================
|
|
1041
1263
|
Package: form-data
|
|
1042
|
-
Version: 4.0.
|
|
1264
|
+
Version: 4.0.5
|
|
1043
1265
|
Repository: (https://github.com/form-data/form-data)
|
|
1044
1266
|
|
|
1045
1267
|
Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors
|
|
@@ -1372,9 +1594,33 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
1372
1594
|
THE SOFTWARE.
|
|
1373
1595
|
|
|
1374
1596
|
|
|
1597
|
+
================================================================================
|
|
1598
|
+
Package: htmlparser2
|
|
1599
|
+
Version: 10.0.0
|
|
1600
|
+
Repository: (https://github.com/fb55/htmlparser2)
|
|
1601
|
+
|
|
1602
|
+
Copyright 2010, 2011, Chris Winberry <chris@winberry.net>. All rights reserved.
|
|
1603
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1604
|
+
of this software and associated documentation files (the "Software"), to
|
|
1605
|
+
deal in the Software without restriction, including without limitation the
|
|
1606
|
+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
1607
|
+
sell copies of the Software, and to permit persons to whom the Software is
|
|
1608
|
+
furnished to do so, subject to the following conditions:
|
|
1609
|
+
|
|
1610
|
+
The above copyright notice and this permission notice shall be included in
|
|
1611
|
+
all copies or substantial portions of the Software.
|
|
1612
|
+
|
|
1613
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1614
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1615
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1616
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1617
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
1618
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
1619
|
+
IN THE SOFTWARE.
|
|
1620
|
+
|
|
1375
1621
|
================================================================================
|
|
1376
1622
|
Package: http-cookie-agent
|
|
1377
|
-
Version: 7.0.
|
|
1623
|
+
Version: 7.0.3
|
|
1378
1624
|
Repository: (https://github.com/3846masa/http-cookie-agent)
|
|
1379
1625
|
|
|
1380
1626
|
The MIT License (MIT)
|
|
@@ -1399,6 +1645,34 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1399
1645
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1400
1646
|
THE SOFTWARE.
|
|
1401
1647
|
|
|
1648
|
+
================================================================================
|
|
1649
|
+
Package: iconv-lite
|
|
1650
|
+
Version: 0.6.3
|
|
1651
|
+
Repository: (https://github.com/ashtuchkin/iconv-lite)
|
|
1652
|
+
|
|
1653
|
+
Copyright (c) 2011 Alexander Shtuchkin
|
|
1654
|
+
|
|
1655
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
1656
|
+
a copy of this software and associated documentation files (the
|
|
1657
|
+
"Software"), to deal in the Software without restriction, including
|
|
1658
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
1659
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
1660
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
1661
|
+
the following conditions:
|
|
1662
|
+
|
|
1663
|
+
The above copyright notice and this permission notice shall be
|
|
1664
|
+
included in all copies or substantial portions of the Software.
|
|
1665
|
+
|
|
1666
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1667
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1668
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1669
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1670
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1671
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1672
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1673
|
+
|
|
1674
|
+
|
|
1675
|
+
|
|
1402
1676
|
================================================================================
|
|
1403
1677
|
Package: is-docker
|
|
1404
1678
|
Version: 2.2.1
|
|
@@ -1625,7 +1899,7 @@ THE SOFTWARE.
|
|
|
1625
1899
|
|
|
1626
1900
|
================================================================================
|
|
1627
1901
|
Package: libphonenumber-js
|
|
1628
|
-
Version: 1.12.
|
|
1902
|
+
Version: 1.12.29
|
|
1629
1903
|
Repository: (https://gitlab.com/catamphetamine/libphonenumber-js)
|
|
1630
1904
|
|
|
1631
1905
|
(The MIT License)
|
|
@@ -1689,7 +1963,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1689
1963
|
|
|
1690
1964
|
================================================================================
|
|
1691
1965
|
Package: marked
|
|
1692
|
-
Version: 16.4.
|
|
1966
|
+
Version: 16.4.2
|
|
1693
1967
|
Repository: (https://github.com/markedjs/marked)
|
|
1694
1968
|
|
|
1695
1969
|
# License information
|
|
@@ -1956,6 +2230,24 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
1956
2230
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1957
2231
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1958
2232
|
|
|
2233
|
+
================================================================================
|
|
2234
|
+
Package: nth-check
|
|
2235
|
+
Version: 2.1.1
|
|
2236
|
+
Repository: (https://github.com/fb55/nth-check)
|
|
2237
|
+
|
|
2238
|
+
Copyright (c) Felix Böhm
|
|
2239
|
+
All rights reserved.
|
|
2240
|
+
|
|
2241
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
2242
|
+
|
|
2243
|
+
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
2244
|
+
|
|
2245
|
+
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
2246
|
+
|
|
2247
|
+
THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,
|
|
2248
|
+
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2249
|
+
|
|
2250
|
+
|
|
1959
2251
|
================================================================================
|
|
1960
2252
|
Package: object-keys
|
|
1961
2253
|
Version: 1.1.1
|
|
@@ -2026,6 +2318,84 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
|
2026
2318
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2027
2319
|
|
|
2028
2320
|
|
|
2321
|
+
================================================================================
|
|
2322
|
+
Package: parse5
|
|
2323
|
+
Version: 7.3.0
|
|
2324
|
+
Repository: (https://github.com/inikulin/parse5)
|
|
2325
|
+
|
|
2326
|
+
Copyright (c) 2013-2019 Ivan Nikulin (ifaaan@gmail.com, https://github.com/inikulin)
|
|
2327
|
+
|
|
2328
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2329
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2330
|
+
in the Software without restriction, including without limitation the rights
|
|
2331
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2332
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2333
|
+
furnished to do so, subject to the following conditions:
|
|
2334
|
+
|
|
2335
|
+
The above copyright notice and this permission notice shall be included in
|
|
2336
|
+
all copies or substantial portions of the Software.
|
|
2337
|
+
|
|
2338
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2339
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2340
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2341
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2342
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2343
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2344
|
+
THE SOFTWARE.
|
|
2345
|
+
|
|
2346
|
+
|
|
2347
|
+
================================================================================
|
|
2348
|
+
Package: parse5-htmlparser2-tree-adapter
|
|
2349
|
+
Version: 7.1.0
|
|
2350
|
+
Repository: (https://github.com/inikulin/parse5)
|
|
2351
|
+
|
|
2352
|
+
Copyright (c) 2013-2019 Ivan Nikulin (ifaaan@gmail.com, https://github.com/inikulin)
|
|
2353
|
+
|
|
2354
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2355
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2356
|
+
in the Software without restriction, including without limitation the rights
|
|
2357
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2358
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2359
|
+
furnished to do so, subject to the following conditions:
|
|
2360
|
+
|
|
2361
|
+
The above copyright notice and this permission notice shall be included in
|
|
2362
|
+
all copies or substantial portions of the Software.
|
|
2363
|
+
|
|
2364
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2365
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2366
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2367
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2368
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2369
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2370
|
+
THE SOFTWARE.
|
|
2371
|
+
|
|
2372
|
+
|
|
2373
|
+
================================================================================
|
|
2374
|
+
Package: parse5-parser-stream
|
|
2375
|
+
Version: 7.1.2
|
|
2376
|
+
Repository: (https://github.com/inikulin/parse5)
|
|
2377
|
+
|
|
2378
|
+
Copyright (c) 2013-2019 Ivan Nikulin (ifaaan@gmail.com, https://github.com/inikulin)
|
|
2379
|
+
|
|
2380
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2381
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2382
|
+
in the Software without restriction, including without limitation the rights
|
|
2383
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2384
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2385
|
+
furnished to do so, subject to the following conditions:
|
|
2386
|
+
|
|
2387
|
+
The above copyright notice and this permission notice shall be included in
|
|
2388
|
+
all copies or substantial portions of the Software.
|
|
2389
|
+
|
|
2390
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2391
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2392
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2393
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2394
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2395
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2396
|
+
THE SOFTWARE.
|
|
2397
|
+
|
|
2398
|
+
|
|
2029
2399
|
================================================================================
|
|
2030
2400
|
Package: patch-package
|
|
2031
2401
|
Version: 8.0.1
|
|
@@ -2165,6 +2535,34 @@ Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
|
2165
2535
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
2166
2536
|
|
|
2167
2537
|
|
|
2538
|
+
================================================================================
|
|
2539
|
+
Package: safer-buffer
|
|
2540
|
+
Version: 2.1.2
|
|
2541
|
+
Repository: (https://github.com/ChALkeR/safer-buffer)
|
|
2542
|
+
|
|
2543
|
+
MIT License
|
|
2544
|
+
|
|
2545
|
+
Copyright (c) 2018 Nikita Skovoroda <chalkerx@gmail.com>
|
|
2546
|
+
|
|
2547
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2548
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2549
|
+
in the Software without restriction, including without limitation the rights
|
|
2550
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2551
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2552
|
+
furnished to do so, subject to the following conditions:
|
|
2553
|
+
|
|
2554
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2555
|
+
copies or substantial portions of the Software.
|
|
2556
|
+
|
|
2557
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2558
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2559
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2560
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2561
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2562
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2563
|
+
SOFTWARE.
|
|
2564
|
+
|
|
2565
|
+
|
|
2168
2566
|
================================================================================
|
|
2169
2567
|
Package: semver
|
|
2170
2568
|
Version: 7.7.3
|
|
@@ -2365,7 +2763,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2365
2763
|
|
|
2366
2764
|
================================================================================
|
|
2367
2765
|
Package: tldts
|
|
2368
|
-
Version: 7.0.
|
|
2766
|
+
Version: 7.0.19
|
|
2369
2767
|
Repository: (https://github.com/remusao/tldts)
|
|
2370
2768
|
|
|
2371
2769
|
Copyright (c) 2017 Thomas Parisot, 2018 Rémi Berson
|
|
@@ -2385,7 +2783,7 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTH
|
|
|
2385
2783
|
|
|
2386
2784
|
================================================================================
|
|
2387
2785
|
Package: tldts-core
|
|
2388
|
-
Version: 7.0.
|
|
2786
|
+
Version: 7.0.19
|
|
2389
2787
|
Repository: (https://github.com/remusao/tldts)
|
|
2390
2788
|
|
|
2391
2789
|
Copyright (c) 2017 Thomas Parisot, 2018 Rémi Berson
|
|
@@ -2496,6 +2894,34 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
2496
2894
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
2497
2895
|
PERFORMANCE OF THIS SOFTWARE.
|
|
2498
2896
|
|
|
2897
|
+
================================================================================
|
|
2898
|
+
Package: undici
|
|
2899
|
+
Version: 7.16.0
|
|
2900
|
+
Repository: (https://github.com/nodejs/undici)
|
|
2901
|
+
|
|
2902
|
+
MIT License
|
|
2903
|
+
|
|
2904
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
2905
|
+
|
|
2906
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2907
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2908
|
+
in the Software without restriction, including without limitation the rights
|
|
2909
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2910
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2911
|
+
furnished to do so, subject to the following conditions:
|
|
2912
|
+
|
|
2913
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2914
|
+
copies or substantial portions of the Software.
|
|
2915
|
+
|
|
2916
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2917
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2918
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2919
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2920
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2921
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2922
|
+
SOFTWARE.
|
|
2923
|
+
|
|
2924
|
+
|
|
2499
2925
|
================================================================================
|
|
2500
2926
|
Package: universalify
|
|
2501
2927
|
Version: 2.0.1
|
|
@@ -2525,7 +2951,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2525
2951
|
|
|
2526
2952
|
================================================================================
|
|
2527
2953
|
Package: validator
|
|
2528
|
-
Version: 13.15.
|
|
2954
|
+
Version: 13.15.23
|
|
2529
2955
|
Repository: (https://github.com/validatorjs/validator.js)
|
|
2530
2956
|
|
|
2531
2957
|
Copyright (c) 2018 Chris O'Hara <cohara87@gmail.com>
|
|
@@ -2550,6 +2976,34 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
|
2550
2976
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2551
2977
|
|
|
2552
2978
|
|
|
2979
|
+
================================================================================
|
|
2980
|
+
Package: whatwg-encoding
|
|
2981
|
+
Version: 3.1.1
|
|
2982
|
+
Repository: (jsdom/whatwg-encoding)
|
|
2983
|
+
|
|
2984
|
+
Copyright © Domenic Denicola <d@domenic.me>
|
|
2985
|
+
|
|
2986
|
+
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:
|
|
2987
|
+
|
|
2988
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2989
|
+
|
|
2990
|
+
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.
|
|
2991
|
+
|
|
2992
|
+
|
|
2993
|
+
================================================================================
|
|
2994
|
+
Package: whatwg-mimetype
|
|
2995
|
+
Version: 4.0.0
|
|
2996
|
+
Repository: (jsdom/whatwg-mimetype)
|
|
2997
|
+
|
|
2998
|
+
Copyright © Domenic Denicola <d@domenic.me>
|
|
2999
|
+
|
|
3000
|
+
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:
|
|
3001
|
+
|
|
3002
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3003
|
+
|
|
3004
|
+
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.
|
|
3005
|
+
|
|
3006
|
+
|
|
2553
3007
|
================================================================================
|
|
2554
3008
|
Package: which
|
|
2555
3009
|
Version: 2.0.2
|