@@ -1177,12 +1177,10 @@ THE SOFTWARE.
1177
1177
1178
1178
---------------------------------------------------------
1179
1179
1180
- axios 0.26 .1 - MIT
1180
+ axios 1.6 .1 - MIT
1181
1181
https://axios-http.com/
1182
1182
1183
- Copyright (c) 2014-present Matt Zabriskie
1184
-
1185
- Copyright (c) 2014-present Matt Zabriskie
1183
+ Copyright (c) 2014-present Matt Zabriskie & Collaborators
1186
1184
1187
1185
Permission is hereby granted, free of charge, to any person obtaining a copy
1188
1186
of this software and associated documentation files (the "Software"), to deal
@@ -1203,6 +1201,38 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1203
1201
THE SOFTWARE.
1204
1202
1205
1203
1204
+ ---------------------------------------------------------
1205
+
1206
+ ---------------------------------------------------------
1207
+
1208
+ asynckit 0.4.0 - MIT
1209
+ https://github.com/alexindigo/asynckit#readme
1210
+
1211
+ Copyright (c) 2016 Alex Indigo
1212
+
1213
+ The MIT License (MIT)
1214
+
1215
+ Copyright (c) 2016 Alex Indigo
1216
+
1217
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1218
+ of this software and associated documentation files (the "Software"), to deal
1219
+ in the Software without restriction, including without limitation the rights
1220
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1221
+ copies of the Software, and to permit persons to whom the Software is
1222
+ furnished to do so, subject to the following conditions:
1223
+
1224
+ The above copyright notice and this permission notice shall be included in all
1225
+ copies or substantial portions of the Software.
1226
+
1227
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1228
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1229
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1230
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1231
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1232
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1233
+ SOFTWARE.
1234
+
1235
+
1206
1236
---------------------------------------------------------
1207
1237
1208
1238
---------------------------------------------------------
@@ -1452,6 +1482,36 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1452
1482
THE SOFTWARE.
1453
1483
1454
1484
1485
+ ---------------------------------------------------------
1486
+
1487
+ ---------------------------------------------------------
1488
+
1489
+ combined-stream 1.0.8 - MIT
1490
+ https://github.com/felixge/node-combined-stream
1491
+
1492
+ Copyright (c) 2011 Debuggable Limited <
[email protected] >
1493
+
1494
+ Copyright (c) 2011 Debuggable Limited <
[email protected] >
1495
+
1496
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1497
+ of this software and associated documentation files (the "Software"), to deal
1498
+ in the Software without restriction, including without limitation the rights
1499
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1500
+ copies of the Software, and to permit persons to whom the Software is
1501
+ furnished to do so, subject to the following conditions:
1502
+
1503
+ The above copyright notice and this permission notice shall be included in
1504
+ all copies or substantial portions of the Software.
1505
+
1506
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1507
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1508
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1509
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1510
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1511
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1512
+ THE SOFTWARE.
1513
+
1514
+
1455
1515
---------------------------------------------------------
1456
1516
1457
1517
---------------------------------------------------------
@@ -1575,6 +1635,36 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1575
1635
IN THE SOFTWARE.
1576
1636
1577
1637
1638
+ ---------------------------------------------------------
1639
+
1640
+ ---------------------------------------------------------
1641
+
1642
+ delayed-stream 1.0.0 - MIT
1643
+ https://github.com/felixge/node-delayed-stream
1644
+
1645
+ Copyright (c) 2011 Debuggable Limited <
[email protected] >
1646
+
1647
+ Copyright (c) 2011 Debuggable Limited <
[email protected] >
1648
+
1649
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1650
+ of this software and associated documentation files (the "Software"), to deal
1651
+ in the Software without restriction, including without limitation the rights
1652
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1653
+ copies of the Software, and to permit persons to whom the Software is
1654
+ furnished to do so, subject to the following conditions:
1655
+
1656
+ The above copyright notice and this permission notice shall be included in
1657
+ all copies or substantial portions of the Software.
1658
+
1659
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1660
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1661
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1662
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1663
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1664
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1665
+ THE SOFTWARE.
1666
+
1667
+
1578
1668
---------------------------------------------------------
1579
1669
1580
1670
---------------------------------------------------------
@@ -1684,7 +1774,7 @@ THE SOFTWARE.
1684
1774
1685
1775
---------------------------------------------------------
1686
1776
1687
- follow-redirects 1.15.2 - MIT
1777
+ follow-redirects 1.15.3 - MIT
1688
1778
https://github.com/follow-redirects/follow-redirects
1689
1779
1690
1780
Copyright 2014-present Olivier Lalonde <
[email protected] > , James Talmage <
[email protected] > , Ruben Verborgh
@@ -1709,6 +1799,36 @@ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1709
1799
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1710
1800
1711
1801
1802
+ ---------------------------------------------------------
1803
+
1804
+ ---------------------------------------------------------
1805
+
1806
+ form-data 4.0.0 - MIT
1807
+ https://github.com/form-data/form-data#readme
1808
+
1809
+ Copyright (c) 2012 Felix Geisendorfer (
[email protected] ) and contributors
1810
+
1811
+ Copyright (c) 2012 Felix Geisendörfer (
[email protected] ) and contributors
1812
+
1813
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1814
+ of this software and associated documentation files (the "Software"), to deal
1815
+ in the Software without restriction, including without limitation the rights
1816
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1817
+ copies of the Software, and to permit persons to whom the Software is
1818
+ furnished to do so, subject to the following conditions:
1819
+
1820
+ The above copyright notice and this permission notice shall be included in
1821
+ all copies or substantial portions of the Software.
1822
+
1823
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1824
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1825
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1826
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1827
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1828
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1829
+ THE SOFTWARE.
1830
+
1831
+
1712
1832
---------------------------------------------------------
1713
1833
1714
1834
---------------------------------------------------------
@@ -1950,6 +2070,80 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1950
2070
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1951
2071
1952
2072
2073
+ ---------------------------------------------------------
2074
+
2075
+ ---------------------------------------------------------
2076
+
2077
+ mime-db 1.52.0 - MIT
2078
+ https://github.com/jshttp/mime-db#readme
2079
+
2080
+ Copyright (c) 2014 Jonathan Ong
2081
+ Copyright (c) 2015-2022 Douglas Christopher Wilson
2082
+ Copyright (c) 2014 Jonathan Ong <
[email protected] >
2083
+ Copyright (c) 2015-2022 Douglas Christopher Wilson <
[email protected] >
2084
+
2085
+ (The MIT License)
2086
+
2087
+ Copyright (c) 2014 Jonathan Ong <
[email protected] >
2088
+ Copyright (c) 2015-2022 Douglas Christopher Wilson <
[email protected] >
2089
+
2090
+ Permission is hereby granted, free of charge, to any person obtaining
2091
+ a copy of this software and associated documentation files (the
2092
+ 'Software'), to deal in the Software without restriction, including
2093
+ without limitation the rights to use, copy, modify, merge, publish,
2094
+ distribute, sublicense, and/or sell copies of the Software, and to
2095
+ permit persons to whom the Software is furnished to do so, subject to
2096
+ the following conditions:
2097
+
2098
+ The above copyright notice and this permission notice shall be
2099
+ included in all copies or substantial portions of the Software.
2100
+
2101
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2102
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2103
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2104
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2105
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2106
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2107
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2108
+
2109
+
2110
+ ---------------------------------------------------------
2111
+
2112
+ ---------------------------------------------------------
2113
+
2114
+ mime-types 2.1.35 - MIT
2115
+ https://github.com/jshttp/mime-types#readme
2116
+
2117
+ Copyright (c) 2014 Jonathan Ong
2118
+ Copyright (c) 2015 Douglas Christopher Wilson
2119
+ Copyright (c) 2014 Jonathan Ong <
[email protected] >
2120
+ Copyright (c) 2015 Douglas Christopher Wilson <
[email protected] >
2121
+
2122
+ (The MIT License)
2123
+
2124
+ Copyright (c) 2014 Jonathan Ong <
[email protected] >
2125
+ Copyright (c) 2015 Douglas Christopher Wilson <
[email protected] >
2126
+
2127
+ Permission is hereby granted, free of charge, to any person obtaining
2128
+ a copy of this software and associated documentation files (the
2129
+ 'Software'), to deal in the Software without restriction, including
2130
+ without limitation the rights to use, copy, modify, merge, publish,
2131
+ distribute, sublicense, and/or sell copies of the Software, and to
2132
+ permit persons to whom the Software is furnished to do so, subject to
2133
+ the following conditions:
2134
+
2135
+ The above copyright notice and this permission notice shall be
2136
+ included in all copies or substantial portions of the Software.
2137
+
2138
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2139
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2140
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2141
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2142
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2143
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2144
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2145
+
2146
+
1953
2147
---------------------------------------------------------
1954
2148
1955
2149
---------------------------------------------------------
@@ -2292,6 +2486,37 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2292
2486
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2293
2487
2294
2488
2489
+ ---------------------------------------------------------
2490
+
2491
+ ---------------------------------------------------------
2492
+
2493
+ proxy-from-env 1.1.0 - MIT
2494
+ https://github.com/Rob--W/proxy-from-env#readme
2495
+
2496
+ Copyright (c) 2016-2018 Rob Wu <
[email protected] >
2497
+
2498
+ The MIT License
2499
+
2500
+ Copyright (C) 2016-2018 Rob Wu <
[email protected] >
2501
+
2502
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
2503
+ this software and associated documentation files (the "Software"), to deal in
2504
+ the Software without restriction, including without limitation the rights to
2505
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
2506
+ of the Software, and to permit persons to whom the Software is furnished to do
2507
+ so, subject to the following conditions:
2508
+
2509
+ The above copyright notice and this permission notice shall be included in all
2510
+ copies or substantial portions of the Software.
2511
+
2512
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2513
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2514
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2515
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2516
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2517
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2518
+
2519
+
2295
2520
---------------------------------------------------------
2296
2521
2297
2522
---------------------------------------------------------
0 commit comments