@aws-cdk/integ-runner 2.197.10 → 2.197.12
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/README.md +6 -0
- package/THIRD_PARTY_LICENSES +599 -0
- package/lib/cli.d.ts +2 -0
- package/lib/cli.d.ts.map +1 -1
- package/lib/cli.js +9 -1
- package/lib/engines/proxy-agent.d.ts +37 -0
- package/lib/engines/proxy-agent.d.ts.map +1 -0
- package/lib/engines/proxy-agent.js +57 -0
- package/lib/engines/toolkit-lib.d.ts +34 -2
- package/lib/engines/toolkit-lib.d.ts.map +1 -1
- package/lib/engines/toolkit-lib.js +27 -13
- package/lib/index.js +13 -5
- package/lib/runner/engine.d.ts.map +1 -1
- package/lib/runner/engine.js +3 -1
- package/lib/runner/runner-base.d.ts +12 -0
- package/lib/runner/runner-base.d.ts.map +1 -1
- package/lib/runner/runner-base.js +1 -1
- package/lib/workers/common.d.ts +12 -0
- package/lib/workers/common.d.ts.map +1 -1
- package/lib/workers/common.js +1 -1
- package/lib/workers/extract/extract_worker.d.ts.map +1 -1
- package/lib/workers/extract/extract_worker.js +5 -1
- package/lib/workers/extract/index.js +29412 -1304
- package/lib/workers/integ-test-worker.d.ts.map +1 -1
- package/lib/workers/integ-test-worker.js +3 -1
- package/lib/workers/integ-watch-worker.d.ts +2 -0
- package/lib/workers/integ-watch-worker.d.ts.map +1 -1
- package/lib/workers/integ-watch-worker.js +1 -1
- package/package.json +7 -6
package/THIRD_PARTY_LICENSES
CHANGED
|
@@ -20818,6 +20818,32 @@ Apache License
|
|
|
20818
20818
|
See the License for the specific language governing permissions and
|
|
20819
20819
|
limitations under the License.
|
|
20820
20820
|
|
|
20821
|
+
----------------
|
|
20822
|
+
|
|
20823
|
+
** @tootallnate/quickjs-emscripten@0.23.0 - https://www.npmjs.com/package/@tootallnate/quickjs-emscripten/v/0.23.0 | MIT
|
|
20824
|
+
MIT License
|
|
20825
|
+
|
|
20826
|
+
quickjs-emscripten copyright (c) 2019 Jake Teton-Landis
|
|
20827
|
+
|
|
20828
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
20829
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
20830
|
+
in the Software without restriction, including without limitation the rights
|
|
20831
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
20832
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
20833
|
+
furnished to do so, subject to the following conditions:
|
|
20834
|
+
|
|
20835
|
+
The above copyright notice and this permission notice shall be included in all
|
|
20836
|
+
copies or substantial portions of the Software.
|
|
20837
|
+
|
|
20838
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20839
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
20840
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20841
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20842
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20843
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
20844
|
+
SOFTWARE.
|
|
20845
|
+
|
|
20846
|
+
|
|
20821
20847
|
----------------
|
|
20822
20848
|
|
|
20823
20849
|
** abort-controller@3.0.0 - https://www.npmjs.com/package/abort-controller/v/3.0.0 | MIT
|
|
@@ -20844,6 +20870,32 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
20844
20870
|
SOFTWARE.
|
|
20845
20871
|
|
|
20846
20872
|
|
|
20873
|
+
----------------
|
|
20874
|
+
|
|
20875
|
+
** agent-base@7.1.4 - https://www.npmjs.com/package/agent-base/v/7.1.4 | MIT
|
|
20876
|
+
(The MIT License)
|
|
20877
|
+
|
|
20878
|
+
Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
|
|
20879
|
+
|
|
20880
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
20881
|
+
a copy of this software and associated documentation files (the
|
|
20882
|
+
'Software'), to deal in the Software without restriction, including
|
|
20883
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
20884
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
20885
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
20886
|
+
the following conditions:
|
|
20887
|
+
|
|
20888
|
+
The above copyright notice and this permission notice shall be
|
|
20889
|
+
included in all copies or substantial portions of the Software.
|
|
20890
|
+
|
|
20891
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
20892
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
20893
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
20894
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
20895
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
20896
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
20897
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
20898
|
+
|
|
20847
20899
|
----------------
|
|
20848
20900
|
|
|
20849
20901
|
** ajv@8.18.0 - https://www.npmjs.com/package/ajv/v/8.18.0 | MIT
|
|
@@ -20951,6 +21003,31 @@ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
|
20951
21003
|
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
20952
21004
|
OTHER DEALINGS IN THE SOFTWARE.
|
|
20953
21005
|
|
|
21006
|
+
----------------
|
|
21007
|
+
|
|
21008
|
+
** ast-types@0.13.4 - https://www.npmjs.com/package/ast-types/v/0.13.4 | MIT
|
|
21009
|
+
Copyright (c) 2013 Ben Newman <bn@cs.stanford.edu>
|
|
21010
|
+
|
|
21011
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
21012
|
+
a copy of this software and associated documentation files (the
|
|
21013
|
+
"Software"), to deal in the Software without restriction, including
|
|
21014
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
21015
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
21016
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
21017
|
+
the following conditions:
|
|
21018
|
+
|
|
21019
|
+
The above copyright notice and this permission notice shall be
|
|
21020
|
+
included in all copies or substantial portions of the Software.
|
|
21021
|
+
|
|
21022
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
21023
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
21024
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
21025
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
21026
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
21027
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
21028
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
21029
|
+
|
|
21030
|
+
|
|
20954
21031
|
----------------
|
|
20955
21032
|
|
|
20956
21033
|
** astral-regex@2.0.0 - https://www.npmjs.com/package/astral-regex/v/2.0.0 | MIT
|
|
@@ -21212,6 +21289,29 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE
|
|
|
21212
21289
|
|
|
21213
21290
|
----------------
|
|
21214
21291
|
|
|
21292
|
+
** basic-ftp@5.2.0 - https://www.npmjs.com/package/basic-ftp/v/5.2.0 | MIT
|
|
21293
|
+
Copyright (c) 2019 Patrick Juchli
|
|
21294
|
+
|
|
21295
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
21296
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
21297
|
+
in the Software without restriction, including without limitation the rights
|
|
21298
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21299
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
21300
|
+
furnished to do so, subject to the following conditions:
|
|
21301
|
+
|
|
21302
|
+
The above copyright notice and this permission notice shall be included in all
|
|
21303
|
+
copies or substantial portions of the Software.
|
|
21304
|
+
|
|
21305
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21306
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21307
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21308
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21309
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21310
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21311
|
+
SOFTWARE.
|
|
21312
|
+
|
|
21313
|
+
----------------
|
|
21314
|
+
|
|
21215
21315
|
** brace-expansion@2.0.3 - https://www.npmjs.com/package/brace-expansion/v/2.0.3 | MIT
|
|
21216
21316
|
MIT License
|
|
21217
21317
|
|
|
@@ -21641,6 +21741,61 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|
|
21641
21741
|
|
|
21642
21742
|
----------------
|
|
21643
21743
|
|
|
21744
|
+
** data-uri-to-buffer@6.0.2 - https://www.npmjs.com/package/data-uri-to-buffer/v/6.0.2 | MIT
|
|
21745
|
+
(The MIT License)
|
|
21746
|
+
|
|
21747
|
+
Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
|
|
21748
|
+
|
|
21749
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
21750
|
+
a copy of this software and associated documentation files (the
|
|
21751
|
+
'Software'), to deal in the Software without restriction, including
|
|
21752
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
21753
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
21754
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
21755
|
+
the following conditions:
|
|
21756
|
+
|
|
21757
|
+
The above copyright notice and this permission notice shall be
|
|
21758
|
+
included in all copies or substantial portions of the Software.
|
|
21759
|
+
|
|
21760
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
21761
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
21762
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
21763
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
21764
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
21765
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
21766
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
21767
|
+
|
|
21768
|
+
----------------
|
|
21769
|
+
|
|
21770
|
+
** debug@4.4.3 - https://www.npmjs.com/package/debug/v/4.4.3 | MIT
|
|
21771
|
+
(The MIT License)
|
|
21772
|
+
|
|
21773
|
+
Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
|
|
21774
|
+
Copyright (c) 2018-2021 Josh Junon
|
|
21775
|
+
|
|
21776
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
|
|
21777
|
+
and associated documentation files (the 'Software'), to deal in the Software without restriction,
|
|
21778
|
+
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
21779
|
+
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
|
|
21780
|
+
subject to the following conditions:
|
|
21781
|
+
|
|
21782
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
21783
|
+
portions of the Software.
|
|
21784
|
+
|
|
21785
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
21786
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
21787
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
21788
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
21789
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
21790
|
+
|
|
21791
|
+
|
|
21792
|
+
|
|
21793
|
+
----------------
|
|
21794
|
+
|
|
21795
|
+
** degenerator@5.0.1 - https://www.npmjs.com/package/degenerator/v/5.0.1 | MIT
|
|
21796
|
+
|
|
21797
|
+
----------------
|
|
21798
|
+
|
|
21644
21799
|
** emoji-regex@8.0.0 - https://www.npmjs.com/package/emoji-regex/v/8.0.0 | MIT
|
|
21645
21800
|
Copyright Mathias Bynens <https://mathiasbynens.be/>
|
|
21646
21801
|
|
|
@@ -21678,6 +21833,106 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
21678
21833
|
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.
|
|
21679
21834
|
|
|
21680
21835
|
|
|
21836
|
+
----------------
|
|
21837
|
+
|
|
21838
|
+
** escodegen@2.1.0 - https://www.npmjs.com/package/escodegen/v/2.1.0 | BSD-2-Clause
|
|
21839
|
+
Copyright (C) 2012 Yusuke Suzuki (twitter: @Constellation) and other contributors.
|
|
21840
|
+
|
|
21841
|
+
Redistribution and use in source and binary forms, with or without
|
|
21842
|
+
modification, are permitted provided that the following conditions are met:
|
|
21843
|
+
|
|
21844
|
+
* Redistributions of source code must retain the above copyright
|
|
21845
|
+
notice, this list of conditions and the following disclaimer.
|
|
21846
|
+
* Redistributions in binary form must reproduce the above copyright
|
|
21847
|
+
notice, this list of conditions and the following disclaimer in the
|
|
21848
|
+
documentation and/or other materials provided with the distribution.
|
|
21849
|
+
|
|
21850
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
21851
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
21852
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
21853
|
+
ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
|
|
21854
|
+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
21855
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
21856
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
21857
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
21858
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
21859
|
+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
21860
|
+
|
|
21861
|
+
|
|
21862
|
+
----------------
|
|
21863
|
+
|
|
21864
|
+
** esprima@4.0.1 - https://www.npmjs.com/package/esprima/v/4.0.1 | BSD-2-Clause
|
|
21865
|
+
Copyright JS Foundation and other contributors, https://js.foundation/
|
|
21866
|
+
|
|
21867
|
+
Redistribution and use in source and binary forms, with or without
|
|
21868
|
+
modification, are permitted provided that the following conditions are met:
|
|
21869
|
+
|
|
21870
|
+
* Redistributions of source code must retain the above copyright
|
|
21871
|
+
notice, this list of conditions and the following disclaimer.
|
|
21872
|
+
* Redistributions in binary form must reproduce the above copyright
|
|
21873
|
+
notice, this list of conditions and the following disclaimer in the
|
|
21874
|
+
documentation and/or other materials provided with the distribution.
|
|
21875
|
+
|
|
21876
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
21877
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
21878
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
21879
|
+
ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
|
|
21880
|
+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
21881
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
21882
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
21883
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
21884
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
21885
|
+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
21886
|
+
|
|
21887
|
+
|
|
21888
|
+
----------------
|
|
21889
|
+
|
|
21890
|
+
** estraverse@5.3.0 - https://www.npmjs.com/package/estraverse/v/5.3.0 | BSD-2-Clause
|
|
21891
|
+
Redistribution and use in source and binary forms, with or without
|
|
21892
|
+
modification, are permitted provided that the following conditions are met:
|
|
21893
|
+
|
|
21894
|
+
* Redistributions of source code must retain the above copyright
|
|
21895
|
+
notice, this list of conditions and the following disclaimer.
|
|
21896
|
+
* Redistributions in binary form must reproduce the above copyright
|
|
21897
|
+
notice, this list of conditions and the following disclaimer in the
|
|
21898
|
+
documentation and/or other materials provided with the distribution.
|
|
21899
|
+
|
|
21900
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
21901
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
21902
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
21903
|
+
ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
|
|
21904
|
+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
21905
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
21906
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
21907
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
21908
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
21909
|
+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
21910
|
+
|
|
21911
|
+
|
|
21912
|
+
----------------
|
|
21913
|
+
|
|
21914
|
+
** esutils@2.0.3 - https://www.npmjs.com/package/esutils/v/2.0.3 | BSD-2-Clause
|
|
21915
|
+
Redistribution and use in source and binary forms, with or without
|
|
21916
|
+
modification, are permitted provided that the following conditions are met:
|
|
21917
|
+
|
|
21918
|
+
* Redistributions of source code must retain the above copyright
|
|
21919
|
+
notice, this list of conditions and the following disclaimer.
|
|
21920
|
+
* Redistributions in binary form must reproduce the above copyright
|
|
21921
|
+
notice, this list of conditions and the following disclaimer in the
|
|
21922
|
+
documentation and/or other materials provided with the distribution.
|
|
21923
|
+
|
|
21924
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
21925
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
21926
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
21927
|
+
ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
|
|
21928
|
+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
21929
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
21930
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
21931
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
21932
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
21933
|
+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
21934
|
+
|
|
21935
|
+
|
|
21681
21936
|
----------------
|
|
21682
21937
|
|
|
21683
21938
|
** event-target-shim@5.0.1 - https://www.npmjs.com/package/event-target-shim/v/5.0.1 | MIT
|
|
@@ -22085,6 +22340,32 @@ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHE
|
|
|
22085
22340
|
|
|
22086
22341
|
----------------
|
|
22087
22342
|
|
|
22343
|
+
** get-uri@6.0.5 - https://www.npmjs.com/package/get-uri/v/6.0.5 | MIT
|
|
22344
|
+
(The MIT License)
|
|
22345
|
+
|
|
22346
|
+
Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
|
|
22347
|
+
|
|
22348
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
22349
|
+
a copy of this software and associated documentation files (the
|
|
22350
|
+
'Software'), to deal in the Software without restriction, including
|
|
22351
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
22352
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
22353
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
22354
|
+
the following conditions:
|
|
22355
|
+
|
|
22356
|
+
The above copyright notice and this permission notice shall be
|
|
22357
|
+
included in all copies or substantial portions of the Software.
|
|
22358
|
+
|
|
22359
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
22360
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
22361
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
22362
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
22363
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
22364
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
22365
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
22366
|
+
|
|
22367
|
+
----------------
|
|
22368
|
+
|
|
22088
22369
|
** glob-parent@5.1.2 - https://www.npmjs.com/package/glob-parent/v/5.1.2 | ISC
|
|
22089
22370
|
The ISC License
|
|
22090
22371
|
|
|
@@ -22137,6 +22418,59 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
22137
22418
|
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.
|
|
22138
22419
|
|
|
22139
22420
|
|
|
22421
|
+
----------------
|
|
22422
|
+
|
|
22423
|
+
** http-proxy-agent@7.0.2 - https://www.npmjs.com/package/http-proxy-agent/v/7.0.2 | MIT
|
|
22424
|
+
(The MIT License)
|
|
22425
|
+
|
|
22426
|
+
Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
|
|
22427
|
+
|
|
22428
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
22429
|
+
a copy of this software and associated documentation files (the
|
|
22430
|
+
'Software'), to deal in the Software without restriction, including
|
|
22431
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
22432
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
22433
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
22434
|
+
the following conditions:
|
|
22435
|
+
|
|
22436
|
+
The above copyright notice and this permission notice shall be
|
|
22437
|
+
included in all copies or substantial portions of the Software.
|
|
22438
|
+
|
|
22439
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
22440
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
22441
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
22442
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
22443
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
22444
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
22445
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
22446
|
+
|
|
22447
|
+
|
|
22448
|
+
----------------
|
|
22449
|
+
|
|
22450
|
+
** https-proxy-agent@7.0.6 - https://www.npmjs.com/package/https-proxy-agent/v/7.0.6 | MIT
|
|
22451
|
+
(The MIT License)
|
|
22452
|
+
|
|
22453
|
+
Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
|
|
22454
|
+
|
|
22455
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
22456
|
+
a copy of this software and associated documentation files (the
|
|
22457
|
+
'Software'), to deal in the Software without restriction, including
|
|
22458
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
22459
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
22460
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
22461
|
+
the following conditions:
|
|
22462
|
+
|
|
22463
|
+
The above copyright notice and this permission notice shall be
|
|
22464
|
+
included in all copies or substantial portions of the Software.
|
|
22465
|
+
|
|
22466
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
22467
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
22468
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
22469
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
22470
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
22471
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
22472
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
22473
|
+
|
|
22140
22474
|
----------------
|
|
22141
22475
|
|
|
22142
22476
|
** inherits@2.0.4 - https://www.npmjs.com/package/inherits/v/2.0.4 | ISC
|
|
@@ -22158,6 +22492,30 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
22158
22492
|
|
|
22159
22493
|
|
|
22160
22494
|
|
|
22495
|
+
----------------
|
|
22496
|
+
|
|
22497
|
+
** ip-address@10.1.0 - https://www.npmjs.com/package/ip-address/v/10.1.0 | MIT
|
|
22498
|
+
Copyright (C) 2011 by Beau Gunderson
|
|
22499
|
+
|
|
22500
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22501
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
22502
|
+
in the Software without restriction, including without limitation the rights
|
|
22503
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
22504
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
22505
|
+
furnished to do so, subject to the following conditions:
|
|
22506
|
+
|
|
22507
|
+
The above copyright notice and this permission notice shall be included in
|
|
22508
|
+
all copies or substantial portions of the Software.
|
|
22509
|
+
|
|
22510
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22511
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22512
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22513
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
22514
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22515
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
22516
|
+
THE SOFTWARE.
|
|
22517
|
+
|
|
22518
|
+
|
|
22161
22519
|
----------------
|
|
22162
22520
|
|
|
22163
22521
|
** is-extglob@2.1.1 - https://www.npmjs.com/package/is-extglob/v/2.1.1 | MIT
|
|
@@ -22446,6 +22804,26 @@ licenses; we recommend you read them, as their terms may differ from the
|
|
|
22446
22804
|
terms above.
|
|
22447
22805
|
|
|
22448
22806
|
|
|
22807
|
+
----------------
|
|
22808
|
+
|
|
22809
|
+
** lru-cache@7.18.3 - https://www.npmjs.com/package/lru-cache/v/7.18.3 | ISC
|
|
22810
|
+
The ISC License
|
|
22811
|
+
|
|
22812
|
+
Copyright (c) 2010-2023 Isaac Z. Schlueter and Contributors
|
|
22813
|
+
|
|
22814
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
22815
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
22816
|
+
copyright notice and this permission notice appear in all copies.
|
|
22817
|
+
|
|
22818
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
22819
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
22820
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
22821
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
22822
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
22823
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
22824
|
+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
22825
|
+
|
|
22826
|
+
|
|
22449
22827
|
----------------
|
|
22450
22828
|
|
|
22451
22829
|
** merge2@1.4.1 - https://www.npmjs.com/package/merge2/v/1.4.1 | MIT
|
|
@@ -22544,6 +22922,14 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
|
22544
22922
|
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
22545
22923
|
|
|
22546
22924
|
|
|
22925
|
+
----------------
|
|
22926
|
+
|
|
22927
|
+
** ms@2.1.3 - https://www.npmjs.com/package/ms/v/2.1.3 | MIT
|
|
22928
|
+
|
|
22929
|
+
----------------
|
|
22930
|
+
|
|
22931
|
+
** netmask@2.0.2 - https://www.npmjs.com/package/netmask/v/2.0.2 | MIT
|
|
22932
|
+
|
|
22547
22933
|
----------------
|
|
22548
22934
|
|
|
22549
22935
|
** normalize-path@3.0.0 - https://www.npmjs.com/package/normalize-path/v/3.0.0 | MIT
|
|
@@ -22584,6 +22970,59 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
22584
22970
|
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.
|
|
22585
22971
|
|
|
22586
22972
|
|
|
22973
|
+
----------------
|
|
22974
|
+
|
|
22975
|
+
** pac-proxy-agent@7.2.0 - https://www.npmjs.com/package/pac-proxy-agent/v/7.2.0 | MIT
|
|
22976
|
+
(The MIT License)
|
|
22977
|
+
|
|
22978
|
+
Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
|
|
22979
|
+
|
|
22980
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
22981
|
+
a copy of this software and associated documentation files (the
|
|
22982
|
+
'Software'), to deal in the Software without restriction, including
|
|
22983
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
22984
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
22985
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
22986
|
+
the following conditions:
|
|
22987
|
+
|
|
22988
|
+
The above copyright notice and this permission notice shall be
|
|
22989
|
+
included in all copies or substantial portions of the Software.
|
|
22990
|
+
|
|
22991
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
22992
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
22993
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
22994
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
22995
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
22996
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
22997
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
22998
|
+
|
|
22999
|
+
|
|
23000
|
+
----------------
|
|
23001
|
+
|
|
23002
|
+
** pac-resolver@7.0.1 - https://www.npmjs.com/package/pac-resolver/v/7.0.1 | MIT
|
|
23003
|
+
(The MIT License)
|
|
23004
|
+
|
|
23005
|
+
Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
|
|
23006
|
+
|
|
23007
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
23008
|
+
a copy of this software and associated documentation files (the
|
|
23009
|
+
'Software'), to deal in the Software without restriction, including
|
|
23010
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
23011
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
23012
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
23013
|
+
the following conditions:
|
|
23014
|
+
|
|
23015
|
+
The above copyright notice and this permission notice shall be
|
|
23016
|
+
included in all copies or substantial portions of the Software.
|
|
23017
|
+
|
|
23018
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
23019
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
23020
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
23021
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
23022
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
23023
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
23024
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
23025
|
+
|
|
22587
23026
|
----------------
|
|
22588
23027
|
|
|
22589
23028
|
** picomatch@2.3.2 - https://www.npmjs.com/package/picomatch/v/2.3.2 | MIT
|
|
@@ -22667,6 +23106,57 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
|
22667
23106
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
22668
23107
|
|
|
22669
23108
|
|
|
23109
|
+
----------------
|
|
23110
|
+
|
|
23111
|
+
** proxy-agent@6.5.0 - https://www.npmjs.com/package/proxy-agent/v/6.5.0 | MIT
|
|
23112
|
+
(The MIT License)
|
|
23113
|
+
|
|
23114
|
+
Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
|
|
23115
|
+
|
|
23116
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
23117
|
+
a copy of this software and associated documentation files (the
|
|
23118
|
+
'Software'), to deal in the Software without restriction, including
|
|
23119
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
23120
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
23121
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
23122
|
+
the following conditions:
|
|
23123
|
+
|
|
23124
|
+
The above copyright notice and this permission notice shall be
|
|
23125
|
+
included in all copies or substantial portions of the Software.
|
|
23126
|
+
|
|
23127
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
23128
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
23129
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
23130
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
23131
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
23132
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
23133
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
23134
|
+
|
|
23135
|
+
----------------
|
|
23136
|
+
|
|
23137
|
+
** proxy-from-env@1.1.0 - https://www.npmjs.com/package/proxy-from-env/v/1.1.0 | MIT
|
|
23138
|
+
The MIT License
|
|
23139
|
+
|
|
23140
|
+
Copyright (C) 2016-2018 Rob Wu <rob@robwu.nl>
|
|
23141
|
+
|
|
23142
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
23143
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
23144
|
+
the Software without restriction, including without limitation the rights to
|
|
23145
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
23146
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
|
23147
|
+
so, subject to the following conditions:
|
|
23148
|
+
|
|
23149
|
+
The above copyright notice and this permission notice shall be included in all
|
|
23150
|
+
copies or substantial portions of the Software.
|
|
23151
|
+
|
|
23152
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
23153
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
23154
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
23155
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
23156
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
23157
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
23158
|
+
|
|
23159
|
+
|
|
22670
23160
|
----------------
|
|
22671
23161
|
|
|
22672
23162
|
** queue-microtask@1.2.3 - https://www.npmjs.com/package/queue-microtask/v/1.2.3 | MIT
|
|
@@ -23167,6 +23657,115 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
23167
23657
|
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.
|
|
23168
23658
|
|
|
23169
23659
|
|
|
23660
|
+
----------------
|
|
23661
|
+
|
|
23662
|
+
** smart-buffer@4.2.0 - https://www.npmjs.com/package/smart-buffer/v/4.2.0 | MIT
|
|
23663
|
+
The MIT License (MIT)
|
|
23664
|
+
|
|
23665
|
+
Copyright (c) 2013-2017 Josh Glazebrook
|
|
23666
|
+
|
|
23667
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
23668
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
23669
|
+
the Software without restriction, including without limitation the rights to
|
|
23670
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
23671
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
23672
|
+
subject to the following conditions:
|
|
23673
|
+
|
|
23674
|
+
The above copyright notice and this permission notice shall be included in all
|
|
23675
|
+
copies or substantial portions of the Software.
|
|
23676
|
+
|
|
23677
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
23678
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
23679
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
23680
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
23681
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
23682
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
23683
|
+
|
|
23684
|
+
|
|
23685
|
+
----------------
|
|
23686
|
+
|
|
23687
|
+
** socks-proxy-agent@8.0.5 - https://www.npmjs.com/package/socks-proxy-agent/v/8.0.5 | MIT
|
|
23688
|
+
(The MIT License)
|
|
23689
|
+
|
|
23690
|
+
Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
|
|
23691
|
+
|
|
23692
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
23693
|
+
a copy of this software and associated documentation files (the
|
|
23694
|
+
'Software'), to deal in the Software without restriction, including
|
|
23695
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
23696
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
23697
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
23698
|
+
the following conditions:
|
|
23699
|
+
|
|
23700
|
+
The above copyright notice and this permission notice shall be
|
|
23701
|
+
included in all copies or substantial portions of the Software.
|
|
23702
|
+
|
|
23703
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
23704
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
23705
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
23706
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
23707
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
23708
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
23709
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
23710
|
+
|
|
23711
|
+
----------------
|
|
23712
|
+
|
|
23713
|
+
** socks@2.8.7 - https://www.npmjs.com/package/socks/v/2.8.7 | MIT
|
|
23714
|
+
The MIT License (MIT)
|
|
23715
|
+
|
|
23716
|
+
Copyright (c) 2013 Josh Glazebrook
|
|
23717
|
+
|
|
23718
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
23719
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
23720
|
+
the Software without restriction, including without limitation the rights to
|
|
23721
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
23722
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
23723
|
+
subject to the following conditions:
|
|
23724
|
+
|
|
23725
|
+
The above copyright notice and this permission notice shall be included in all
|
|
23726
|
+
copies or substantial portions of the Software.
|
|
23727
|
+
|
|
23728
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
23729
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
23730
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
23731
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
23732
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
23733
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
23734
|
+
|
|
23735
|
+
|
|
23736
|
+
----------------
|
|
23737
|
+
|
|
23738
|
+
** source-map@0.6.1 - https://www.npmjs.com/package/source-map/v/0.6.1 | BSD-3-Clause
|
|
23739
|
+
|
|
23740
|
+
Copyright (c) 2009-2011, Mozilla Foundation and contributors
|
|
23741
|
+
All rights reserved.
|
|
23742
|
+
|
|
23743
|
+
Redistribution and use in source and binary forms, with or without
|
|
23744
|
+
modification, are permitted provided that the following conditions are met:
|
|
23745
|
+
|
|
23746
|
+
* Redistributions of source code must retain the above copyright notice, this
|
|
23747
|
+
list of conditions and the following disclaimer.
|
|
23748
|
+
|
|
23749
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
23750
|
+
this list of conditions and the following disclaimer in the documentation
|
|
23751
|
+
and/or other materials provided with the distribution.
|
|
23752
|
+
|
|
23753
|
+
* Neither the names of the Mozilla Foundation nor the names of project
|
|
23754
|
+
contributors may be used to endorse or promote products derived from this
|
|
23755
|
+
software without specific prior written permission.
|
|
23756
|
+
|
|
23757
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
23758
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
23759
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
23760
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
23761
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
23762
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
23763
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
23764
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
23765
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
23766
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
23767
|
+
|
|
23768
|
+
|
|
23170
23769
|
----------------
|
|
23171
23770
|
|
|
23172
23771
|
** split2@4.2.0 - https://www.npmjs.com/package/split2/v/4.2.0 | ISC
|