aws-cdk 2.1106.1 → 2.1107.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/THIRD_PARTY_LICENSES +454 -1
- package/build-info.json +2 -2
- package/lib/cli/cli.js +4 -2
- package/lib/commands/context.js +5 -3
- package/lib/cxapp/cloud-assembly.js +3 -3
- package/lib/cxapp/environments.js +3 -3
- package/lib/index.js +15588 -19367
- package/lib/init-templates/.init-version.json +1 -1
- package/package.json +8 -7
package/THIRD_PARTY_LICENSES
CHANGED
|
@@ -15008,6 +15008,84 @@ Apache License
|
|
|
15008
15008
|
of your accepting any such warranty or additional liability.
|
|
15009
15009
|
|
|
15010
15010
|
|
|
15011
|
+
----------------
|
|
15012
|
+
|
|
15013
|
+
** @nodelib/fs.scandir@2.1.5 - https://www.npmjs.com/package/@nodelib/fs.scandir/v/2.1.5 | MIT
|
|
15014
|
+
The MIT License (MIT)
|
|
15015
|
+
|
|
15016
|
+
Copyright (c) Denis Malinochkin
|
|
15017
|
+
|
|
15018
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
15019
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
15020
|
+
in the Software without restriction, including without limitation the rights
|
|
15021
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
15022
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
15023
|
+
furnished to do so, subject to the following conditions:
|
|
15024
|
+
|
|
15025
|
+
The above copyright notice and this permission notice shall be included in all
|
|
15026
|
+
copies or substantial portions of the Software.
|
|
15027
|
+
|
|
15028
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
15029
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15030
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
15031
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
15032
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
15033
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
15034
|
+
SOFTWARE.
|
|
15035
|
+
|
|
15036
|
+
|
|
15037
|
+
----------------
|
|
15038
|
+
|
|
15039
|
+
** @nodelib/fs.stat@2.0.5 - https://www.npmjs.com/package/@nodelib/fs.stat/v/2.0.5 | MIT
|
|
15040
|
+
The MIT License (MIT)
|
|
15041
|
+
|
|
15042
|
+
Copyright (c) Denis Malinochkin
|
|
15043
|
+
|
|
15044
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
15045
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
15046
|
+
in the Software without restriction, including without limitation the rights
|
|
15047
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
15048
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
15049
|
+
furnished to do so, subject to the following conditions:
|
|
15050
|
+
|
|
15051
|
+
The above copyright notice and this permission notice shall be included in all
|
|
15052
|
+
copies or substantial portions of the Software.
|
|
15053
|
+
|
|
15054
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
15055
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15056
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
15057
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
15058
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
15059
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
15060
|
+
SOFTWARE.
|
|
15061
|
+
|
|
15062
|
+
|
|
15063
|
+
----------------
|
|
15064
|
+
|
|
15065
|
+
** @nodelib/fs.walk@1.2.8 - https://www.npmjs.com/package/@nodelib/fs.walk/v/1.2.8 | MIT
|
|
15066
|
+
The MIT License (MIT)
|
|
15067
|
+
|
|
15068
|
+
Copyright (c) Denis Malinochkin
|
|
15069
|
+
|
|
15070
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
15071
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
15072
|
+
in the Software without restriction, including without limitation the rights
|
|
15073
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
15074
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
15075
|
+
furnished to do so, subject to the following conditions:
|
|
15076
|
+
|
|
15077
|
+
The above copyright notice and this permission notice shall be included in all
|
|
15078
|
+
copies or substantial portions of the Software.
|
|
15079
|
+
|
|
15080
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
15081
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15082
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
15083
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
15084
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
15085
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
15086
|
+
SOFTWARE.
|
|
15087
|
+
|
|
15088
|
+
|
|
15011
15089
|
----------------
|
|
15012
15090
|
|
|
15013
15091
|
** @smithy/abort-controller@4.2.6 - https://www.npmjs.com/package/@smithy/abort-controller/v/4.2.6 | Apache-2.0
|
|
@@ -25148,7 +25226,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
25148
25226
|
|
|
25149
25227
|
----------------
|
|
25150
25228
|
|
|
25151
|
-
** ajv@8.
|
|
25229
|
+
** ajv@8.18.0 - https://www.npmjs.com/package/ajv/v/8.18.0 | MIT
|
|
25152
25230
|
The MIT License (MIT)
|
|
25153
25231
|
|
|
25154
25232
|
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
@@ -25612,6 +25690,32 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
25612
25690
|
SOFTWARE.
|
|
25613
25691
|
|
|
25614
25692
|
|
|
25693
|
+
----------------
|
|
25694
|
+
|
|
25695
|
+
** braces@3.0.3 - https://www.npmjs.com/package/braces/v/3.0.3 | MIT
|
|
25696
|
+
The MIT License (MIT)
|
|
25697
|
+
|
|
25698
|
+
Copyright (c) 2014-present, Jon Schlinkert.
|
|
25699
|
+
|
|
25700
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
25701
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
25702
|
+
in the Software without restriction, including without limitation the rights
|
|
25703
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
25704
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
25705
|
+
furnished to do so, subject to the following conditions:
|
|
25706
|
+
|
|
25707
|
+
The above copyright notice and this permission notice shall be included in
|
|
25708
|
+
all copies or substantial portions of the Software.
|
|
25709
|
+
|
|
25710
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
25711
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
25712
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
25713
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
25714
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
25715
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
25716
|
+
THE SOFTWARE.
|
|
25717
|
+
|
|
25718
|
+
|
|
25615
25719
|
----------------
|
|
25616
25720
|
|
|
25617
25721
|
** buffer-crc32@1.0.0 - https://www.npmjs.com/package/buffer-crc32/v/1.0.0 | MIT
|
|
@@ -26578,6 +26682,32 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
26578
26682
|
THE SOFTWARE.
|
|
26579
26683
|
|
|
26580
26684
|
|
|
26685
|
+
----------------
|
|
26686
|
+
|
|
26687
|
+
** fast-glob@3.3.3 - https://www.npmjs.com/package/fast-glob/v/3.3.3 | MIT
|
|
26688
|
+
The MIT License (MIT)
|
|
26689
|
+
|
|
26690
|
+
Copyright (c) Denis Malinochkin
|
|
26691
|
+
|
|
26692
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
26693
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
26694
|
+
in the Software without restriction, including without limitation the rights
|
|
26695
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
26696
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
26697
|
+
furnished to do so, subject to the following conditions:
|
|
26698
|
+
|
|
26699
|
+
The above copyright notice and this permission notice shall be included in all
|
|
26700
|
+
copies or substantial portions of the Software.
|
|
26701
|
+
|
|
26702
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
26703
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
26704
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
26705
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
26706
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
26707
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
26708
|
+
SOFTWARE.
|
|
26709
|
+
|
|
26710
|
+
|
|
26581
26711
|
----------------
|
|
26582
26712
|
|
|
26583
26713
|
** fast-xml-parser@5.2.5 - https://www.npmjs.com/package/fast-xml-parser/v/5.2.5 | MIT
|
|
@@ -26604,6 +26734,50 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
26604
26734
|
SOFTWARE.
|
|
26605
26735
|
|
|
26606
26736
|
|
|
26737
|
+
----------------
|
|
26738
|
+
|
|
26739
|
+
** fastq@1.19.1 - https://www.npmjs.com/package/fastq/v/1.19.1 | ISC
|
|
26740
|
+
Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
|
|
26741
|
+
|
|
26742
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
26743
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
26744
|
+
copyright notice and this permission notice appear in all copies.
|
|
26745
|
+
|
|
26746
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
26747
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
26748
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
26749
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
26750
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
26751
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
26752
|
+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
26753
|
+
|
|
26754
|
+
|
|
26755
|
+
----------------
|
|
26756
|
+
|
|
26757
|
+
** fill-range@7.1.1 - https://www.npmjs.com/package/fill-range/v/7.1.1 | MIT
|
|
26758
|
+
The MIT License (MIT)
|
|
26759
|
+
|
|
26760
|
+
Copyright (c) 2014-present, Jon Schlinkert.
|
|
26761
|
+
|
|
26762
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
26763
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
26764
|
+
in the Software without restriction, including without limitation the rights
|
|
26765
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
26766
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
26767
|
+
furnished to do so, subject to the following conditions:
|
|
26768
|
+
|
|
26769
|
+
The above copyright notice and this permission notice shall be included in
|
|
26770
|
+
all copies or substantial portions of the Software.
|
|
26771
|
+
|
|
26772
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
26773
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
26774
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
26775
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
26776
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
26777
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
26778
|
+
THE SOFTWARE.
|
|
26779
|
+
|
|
26780
|
+
|
|
26607
26781
|
----------------
|
|
26608
26782
|
|
|
26609
26783
|
** find-up@4.1.0 - https://www.npmjs.com/package/find-up/v/4.1.0 | MIT
|
|
@@ -26668,6 +26842,26 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
26668
26842
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
26669
26843
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
26670
26844
|
|
|
26845
|
+
----------------
|
|
26846
|
+
|
|
26847
|
+
** glob-parent@5.1.2 - https://www.npmjs.com/package/glob-parent/v/5.1.2 | ISC
|
|
26848
|
+
The ISC License
|
|
26849
|
+
|
|
26850
|
+
Copyright (c) 2015, 2019 Elan Shanker
|
|
26851
|
+
|
|
26852
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
26853
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
26854
|
+
copyright notice and this permission notice appear in all copies.
|
|
26855
|
+
|
|
26856
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
26857
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
26858
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
26859
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
26860
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
26861
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
26862
|
+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
26863
|
+
|
|
26864
|
+
|
|
26671
26865
|
----------------
|
|
26672
26866
|
|
|
26673
26867
|
** graceful-fs@4.2.11 - https://www.npmjs.com/package/graceful-fs/v/4.2.11 | ISC
|
|
@@ -26800,6 +26994,32 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
26800
26994
|
THE SOFTWARE.
|
|
26801
26995
|
|
|
26802
26996
|
|
|
26997
|
+
----------------
|
|
26998
|
+
|
|
26999
|
+
** is-extglob@2.1.1 - https://www.npmjs.com/package/is-extglob/v/2.1.1 | MIT
|
|
27000
|
+
The MIT License (MIT)
|
|
27001
|
+
|
|
27002
|
+
Copyright (c) 2014-2016, Jon Schlinkert
|
|
27003
|
+
|
|
27004
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
27005
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
27006
|
+
in the Software without restriction, including without limitation the rights
|
|
27007
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
27008
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
27009
|
+
furnished to do so, subject to the following conditions:
|
|
27010
|
+
|
|
27011
|
+
The above copyright notice and this permission notice shall be included in
|
|
27012
|
+
all copies or substantial portions of the Software.
|
|
27013
|
+
|
|
27014
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
27015
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
27016
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
27017
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
27018
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
27019
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
27020
|
+
THE SOFTWARE.
|
|
27021
|
+
|
|
27022
|
+
|
|
26803
27023
|
----------------
|
|
26804
27024
|
|
|
26805
27025
|
** is-fullwidth-code-point@3.0.0 - https://www.npmjs.com/package/is-fullwidth-code-point/v/3.0.0 | MIT
|
|
@@ -26814,6 +27034,58 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
26814
27034
|
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.
|
|
26815
27035
|
|
|
26816
27036
|
|
|
27037
|
+
----------------
|
|
27038
|
+
|
|
27039
|
+
** is-glob@4.0.3 - https://www.npmjs.com/package/is-glob/v/4.0.3 | MIT
|
|
27040
|
+
The MIT License (MIT)
|
|
27041
|
+
|
|
27042
|
+
Copyright (c) 2014-2017, Jon Schlinkert.
|
|
27043
|
+
|
|
27044
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
27045
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
27046
|
+
in the Software without restriction, including without limitation the rights
|
|
27047
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
27048
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
27049
|
+
furnished to do so, subject to the following conditions:
|
|
27050
|
+
|
|
27051
|
+
The above copyright notice and this permission notice shall be included in
|
|
27052
|
+
all copies or substantial portions of the Software.
|
|
27053
|
+
|
|
27054
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
27055
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
27056
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
27057
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
27058
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
27059
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
27060
|
+
THE SOFTWARE.
|
|
27061
|
+
|
|
27062
|
+
|
|
27063
|
+
----------------
|
|
27064
|
+
|
|
27065
|
+
** is-number@7.0.0 - https://www.npmjs.com/package/is-number/v/7.0.0 | MIT
|
|
27066
|
+
The MIT License (MIT)
|
|
27067
|
+
|
|
27068
|
+
Copyright (c) 2014-present, Jon Schlinkert.
|
|
27069
|
+
|
|
27070
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
27071
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
27072
|
+
in the Software without restriction, including without limitation the rights
|
|
27073
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
27074
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
27075
|
+
furnished to do so, subject to the following conditions:
|
|
27076
|
+
|
|
27077
|
+
The above copyright notice and this permission notice shall be included in
|
|
27078
|
+
all copies or substantial portions of the Software.
|
|
27079
|
+
|
|
27080
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
27081
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
27082
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
27083
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
27084
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
27085
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
27086
|
+
THE SOFTWARE.
|
|
27087
|
+
|
|
27088
|
+
|
|
26817
27089
|
----------------
|
|
26818
27090
|
|
|
26819
27091
|
** is-stream@2.0.1 - https://www.npmjs.com/package/is-stream/v/2.0.1 | MIT
|
|
@@ -27044,6 +27316,58 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
|
27044
27316
|
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
27045
27317
|
|
|
27046
27318
|
|
|
27319
|
+
----------------
|
|
27320
|
+
|
|
27321
|
+
** merge2@1.4.1 - https://www.npmjs.com/package/merge2/v/1.4.1 | MIT
|
|
27322
|
+
The MIT License (MIT)
|
|
27323
|
+
|
|
27324
|
+
Copyright (c) 2014-2020 Teambition
|
|
27325
|
+
|
|
27326
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
27327
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
27328
|
+
in the Software without restriction, including without limitation the rights
|
|
27329
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
27330
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
27331
|
+
furnished to do so, subject to the following conditions:
|
|
27332
|
+
|
|
27333
|
+
The above copyright notice and this permission notice shall be included in all
|
|
27334
|
+
copies or substantial portions of the Software.
|
|
27335
|
+
|
|
27336
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
27337
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
27338
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
27339
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
27340
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
27341
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
27342
|
+
SOFTWARE.
|
|
27343
|
+
|
|
27344
|
+
|
|
27345
|
+
----------------
|
|
27346
|
+
|
|
27347
|
+
** micromatch@4.0.8 - https://www.npmjs.com/package/micromatch/v/4.0.8 | MIT
|
|
27348
|
+
The MIT License (MIT)
|
|
27349
|
+
|
|
27350
|
+
Copyright (c) 2014-present, Jon Schlinkert.
|
|
27351
|
+
|
|
27352
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
27353
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
27354
|
+
in the Software without restriction, including without limitation the rights
|
|
27355
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
27356
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
27357
|
+
furnished to do so, subject to the following conditions:
|
|
27358
|
+
|
|
27359
|
+
The above copyright notice and this permission notice shall be included in
|
|
27360
|
+
all copies or substantial portions of the Software.
|
|
27361
|
+
|
|
27362
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
27363
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
27364
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
27365
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
27366
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
27367
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
27368
|
+
THE SOFTWARE.
|
|
27369
|
+
|
|
27370
|
+
|
|
27047
27371
|
----------------
|
|
27048
27372
|
|
|
27049
27373
|
** mime@2.6.0 - https://www.npmjs.com/package/mime/v/2.6.0 | MIT
|
|
@@ -27321,6 +27645,32 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
27321
27645
|
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.
|
|
27322
27646
|
|
|
27323
27647
|
|
|
27648
|
+
----------------
|
|
27649
|
+
|
|
27650
|
+
** picomatch@2.3.1 - https://www.npmjs.com/package/picomatch/v/2.3.1 | MIT
|
|
27651
|
+
The MIT License (MIT)
|
|
27652
|
+
|
|
27653
|
+
Copyright (c) 2017-present, Jon Schlinkert.
|
|
27654
|
+
|
|
27655
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
27656
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
27657
|
+
in the Software without restriction, including without limitation the rights
|
|
27658
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
27659
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
27660
|
+
furnished to do so, subject to the following conditions:
|
|
27661
|
+
|
|
27662
|
+
The above copyright notice and this permission notice shall be included in
|
|
27663
|
+
all copies or substantial portions of the Software.
|
|
27664
|
+
|
|
27665
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
27666
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
27667
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
27668
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
27669
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
27670
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
27671
|
+
THE SOFTWARE.
|
|
27672
|
+
|
|
27673
|
+
|
|
27324
27674
|
----------------
|
|
27325
27675
|
|
|
27326
27676
|
** picomatch@4.0.3 - https://www.npmjs.com/package/picomatch/v/4.0.3 | MIT
|
|
@@ -27455,6 +27805,31 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
|
27455
27805
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
27456
27806
|
|
|
27457
27807
|
|
|
27808
|
+
----------------
|
|
27809
|
+
|
|
27810
|
+
** queue-microtask@1.2.3 - https://www.npmjs.com/package/queue-microtask/v/1.2.3 | MIT
|
|
27811
|
+
The MIT License (MIT)
|
|
27812
|
+
|
|
27813
|
+
Copyright (c) Feross Aboukhadijeh
|
|
27814
|
+
|
|
27815
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
27816
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
27817
|
+
the Software without restriction, including without limitation the rights to
|
|
27818
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
27819
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
27820
|
+
subject to the following conditions:
|
|
27821
|
+
|
|
27822
|
+
The above copyright notice and this permission notice shall be included in all
|
|
27823
|
+
copies or substantial portions of the Software.
|
|
27824
|
+
|
|
27825
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
27826
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
27827
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
27828
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
27829
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
27830
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
27831
|
+
|
|
27832
|
+
|
|
27458
27833
|
----------------
|
|
27459
27834
|
|
|
27460
27835
|
** read@1.0.7 - https://www.npmjs.com/package/read/v/1.0.7 | ISC
|
|
@@ -27830,6 +28205,58 @@ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
|
|
27830
28205
|
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
27831
28206
|
|
|
27832
28207
|
|
|
28208
|
+
----------------
|
|
28209
|
+
|
|
28210
|
+
** reusify@1.1.0 - https://www.npmjs.com/package/reusify/v/1.1.0 | MIT
|
|
28211
|
+
The MIT License (MIT)
|
|
28212
|
+
|
|
28213
|
+
Copyright (c) 2015-2024 Matteo Collina
|
|
28214
|
+
|
|
28215
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
28216
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
28217
|
+
in the Software without restriction, including without limitation the rights
|
|
28218
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
28219
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
28220
|
+
furnished to do so, subject to the following conditions:
|
|
28221
|
+
|
|
28222
|
+
The above copyright notice and this permission notice shall be included in all
|
|
28223
|
+
copies or substantial portions of the Software.
|
|
28224
|
+
|
|
28225
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
28226
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
28227
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
28228
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
28229
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
28230
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
28231
|
+
SOFTWARE.
|
|
28232
|
+
|
|
28233
|
+
|
|
28234
|
+
|
|
28235
|
+
----------------
|
|
28236
|
+
|
|
28237
|
+
** run-parallel@1.2.0 - https://www.npmjs.com/package/run-parallel/v/1.2.0 | MIT
|
|
28238
|
+
The MIT License (MIT)
|
|
28239
|
+
|
|
28240
|
+
Copyright (c) Feross Aboukhadijeh
|
|
28241
|
+
|
|
28242
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
28243
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
28244
|
+
the Software without restriction, including without limitation the rights to
|
|
28245
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
28246
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
28247
|
+
subject to the following conditions:
|
|
28248
|
+
|
|
28249
|
+
The above copyright notice and this permission notice shall be included in all
|
|
28250
|
+
copies or substantial portions of the Software.
|
|
28251
|
+
|
|
28252
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
28253
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
28254
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
28255
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
28256
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
28257
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
28258
|
+
|
|
28259
|
+
|
|
27833
28260
|
----------------
|
|
27834
28261
|
|
|
27835
28262
|
** safe-buffer@5.1.2 - https://www.npmjs.com/package/safe-buffer/v/5.1.2 | MIT
|
|
@@ -28497,6 +28924,32 @@ THE SOFTWARE.
|
|
|
28497
28924
|
limitations under the License.
|
|
28498
28925
|
|
|
28499
28926
|
|
|
28927
|
+
----------------
|
|
28928
|
+
|
|
28929
|
+
** to-regex-range@5.0.1 - https://www.npmjs.com/package/to-regex-range/v/5.0.1 | MIT
|
|
28930
|
+
The MIT License (MIT)
|
|
28931
|
+
|
|
28932
|
+
Copyright (c) 2015-present, Jon Schlinkert.
|
|
28933
|
+
|
|
28934
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
28935
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
28936
|
+
in the Software without restriction, including without limitation the rights
|
|
28937
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
28938
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
28939
|
+
furnished to do so, subject to the following conditions:
|
|
28940
|
+
|
|
28941
|
+
The above copyright notice and this permission notice shall be included in
|
|
28942
|
+
all copies or substantial portions of the Software.
|
|
28943
|
+
|
|
28944
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
28945
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
28946
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
28947
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
28948
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
28949
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
28950
|
+
THE SOFTWARE.
|
|
28951
|
+
|
|
28952
|
+
|
|
28500
28953
|
----------------
|
|
28501
28954
|
|
|
28502
28955
|
** tslib@2.8.1 - https://www.npmjs.com/package/tslib/v/2.8.1 | 0BSD
|
package/build-info.json
CHANGED