newrelic 12.18.2 → 12.20.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/NEWS.md +43 -0
- package/THIRD_PARTY_NOTICES.md +674 -25
- package/lib/agent.js +5 -15
- package/lib/collector/facts.js +5 -1
- package/lib/config/default.js +21 -0
- package/lib/context-manager/context.js +1 -1
- package/lib/instrumentation/@azure/functions.js +10 -4
- package/lib/instrumentation/core/http.js +6 -0
- package/lib/instrumentation/redis.js +1 -0
- package/lib/otel/bootstrap-metrics.js +58 -0
- package/lib/otel/context.js +7 -3
- package/lib/otel/fake-span.js +4 -4
- package/lib/otel/sampler.js +32 -0
- package/lib/otel/segments/consumer.js +6 -0
- package/lib/otel/segments/server.js +6 -0
- package/lib/otel/setup.js +25 -3
- package/lib/serverless/aws-lambda.js +15 -2
- package/lib/shimmer.js +3 -2
- package/lib/utilization/common.js +11 -4
- package/lib/utilization/gcp-info.js +13 -9
- package/package.json +6 -2
package/THIRD_PARTY_NOTICES.md
CHANGED
|
@@ -19,6 +19,9 @@ code, the source code can be found at [https://github.com/newrelic/node-newrelic
|
|
|
19
19
|
* [@newrelic/security-agent](#newrelicsecurity-agent)
|
|
20
20
|
* [@opentelemetry/api](#opentelemetryapi)
|
|
21
21
|
* [@opentelemetry/core](#opentelemetrycore)
|
|
22
|
+
* [@opentelemetry/exporter-metrics-otlp-proto](#opentelemetryexporter-metrics-otlp-proto)
|
|
23
|
+
* [@opentelemetry/resources](#opentelemetryresources)
|
|
24
|
+
* [@opentelemetry/sdk-metrics](#opentelemetrysdk-metrics)
|
|
22
25
|
* [@opentelemetry/sdk-trace-base](#opentelemetrysdk-trace-base)
|
|
23
26
|
* [@tyriar/fibonacci-heap](#tyriarfibonacci-heap)
|
|
24
27
|
* [concat-stream](#concat-stream)
|
|
@@ -91,7 +94,7 @@ code, the source code can be found at [https://github.com/newrelic/node-newrelic
|
|
|
91
94
|
|
|
92
95
|
### @grpc/grpc-js
|
|
93
96
|
|
|
94
|
-
This product includes source derived from [@grpc/grpc-js](https://github.com/grpc/grpc-node/tree/master/packages/grpc-js) ([v1.13.
|
|
97
|
+
This product includes source derived from [@grpc/grpc-js](https://github.com/grpc/grpc-node/tree/master/packages/grpc-js) ([v1.13.3](https://github.com/grpc/grpc-node/tree/master/packages/grpc-js/tree/v1.13.3)), distributed under the [Apache-2.0 License](https://github.com/grpc/grpc-node/tree/master/packages/grpc-js/blob/v1.13.3/LICENSE):
|
|
95
98
|
|
|
96
99
|
```
|
|
97
100
|
Apache License
|
|
@@ -300,7 +303,7 @@ This product includes source derived from [@grpc/grpc-js](https://github.com/grp
|
|
|
300
303
|
|
|
301
304
|
### @grpc/proto-loader
|
|
302
305
|
|
|
303
|
-
This product includes source derived from [@grpc/proto-loader](https://github.com/grpc/grpc-node) ([v0.7.
|
|
306
|
+
This product includes source derived from [@grpc/proto-loader](https://github.com/grpc/grpc-node) ([v0.7.15](https://github.com/grpc/grpc-node/tree/v0.7.15)), distributed under the [Apache-2.0 License](https://github.com/grpc/grpc-node/blob/v0.7.15/LICENSE):
|
|
304
307
|
|
|
305
308
|
```
|
|
306
309
|
Apache License
|
|
@@ -509,7 +512,7 @@ This product includes source derived from [@grpc/proto-loader](https://github.co
|
|
|
509
512
|
|
|
510
513
|
### @newrelic/security-agent
|
|
511
514
|
|
|
512
|
-
This product includes source derived from [@newrelic/security-agent](https://github.com/newrelic/csec-node-agent) ([v2.4.
|
|
515
|
+
This product includes source derived from [@newrelic/security-agent](https://github.com/newrelic/csec-node-agent) ([v2.4.2](https://github.com/newrelic/csec-node-agent/tree/v2.4.2)), distributed under the [UNKNOWN License](https://github.com/newrelic/csec-node-agent/blob/v2.4.2/LICENSE):
|
|
513
516
|
|
|
514
517
|
```
|
|
515
518
|
## New Relic Software License v1.0
|
|
@@ -764,7 +767,634 @@ This product includes source derived from [@opentelemetry/api](https://github.co
|
|
|
764
767
|
|
|
765
768
|
### @opentelemetry/core
|
|
766
769
|
|
|
767
|
-
This product includes source derived from [@opentelemetry/core](https://github.com/open-telemetry/opentelemetry-js) ([v2.0.
|
|
770
|
+
This product includes source derived from [@opentelemetry/core](https://github.com/open-telemetry/opentelemetry-js) ([v2.0.1](https://github.com/open-telemetry/opentelemetry-js/tree/v2.0.1)), distributed under the [Apache-2.0 License](https://github.com/open-telemetry/opentelemetry-js/blob/v2.0.1/LICENSE):
|
|
771
|
+
|
|
772
|
+
```
|
|
773
|
+
Apache License
|
|
774
|
+
Version 2.0, January 2004
|
|
775
|
+
http://www.apache.org/licenses/
|
|
776
|
+
|
|
777
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
778
|
+
|
|
779
|
+
1. Definitions.
|
|
780
|
+
|
|
781
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
782
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
783
|
+
|
|
784
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
785
|
+
the copyright owner that is granting the License.
|
|
786
|
+
|
|
787
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
788
|
+
other entities that control, are controlled by, or are under common
|
|
789
|
+
control with that entity. For the purposes of this definition,
|
|
790
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
791
|
+
direction or management of such entity, whether by contract or
|
|
792
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
793
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
794
|
+
|
|
795
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
796
|
+
exercising permissions granted by this License.
|
|
797
|
+
|
|
798
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
799
|
+
including but not limited to software source code, documentation
|
|
800
|
+
source, and configuration files.
|
|
801
|
+
|
|
802
|
+
"Object" form shall mean any form resulting from mechanical
|
|
803
|
+
transformation or translation of a Source form, including but
|
|
804
|
+
not limited to compiled object code, generated documentation,
|
|
805
|
+
and conversions to other media types.
|
|
806
|
+
|
|
807
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
808
|
+
Object form, made available under the License, as indicated by a
|
|
809
|
+
copyright notice that is included in or attached to the work
|
|
810
|
+
(an example is provided in the Appendix below).
|
|
811
|
+
|
|
812
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
813
|
+
form, that is based on (or derived from) the Work and for which the
|
|
814
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
815
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
816
|
+
of this License, Derivative Works shall not include works that remain
|
|
817
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
818
|
+
the Work and Derivative Works thereof.
|
|
819
|
+
|
|
820
|
+
"Contribution" shall mean any work of authorship, including
|
|
821
|
+
the original version of the Work and any modifications or additions
|
|
822
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
823
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
824
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
825
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
826
|
+
means any form of electronic, verbal, or written communication sent
|
|
827
|
+
to the Licensor or its representatives, including but not limited to
|
|
828
|
+
communication on electronic mailing lists, source code control systems,
|
|
829
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
830
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
831
|
+
excluding communication that is conspicuously marked or otherwise
|
|
832
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
833
|
+
|
|
834
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
835
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
836
|
+
subsequently incorporated within the Work.
|
|
837
|
+
|
|
838
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
839
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
840
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
841
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
842
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
843
|
+
Work and such Derivative Works in Source or Object form.
|
|
844
|
+
|
|
845
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
846
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
847
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
848
|
+
(except as stated in this section) patent license to make, have made,
|
|
849
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
850
|
+
where such license applies only to those patent claims licensable
|
|
851
|
+
by such Contributor that are necessarily infringed by their
|
|
852
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
853
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
854
|
+
institute patent litigation against any entity (including a
|
|
855
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
856
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
857
|
+
or contributory patent infringement, then any patent licenses
|
|
858
|
+
granted to You under this License for that Work shall terminate
|
|
859
|
+
as of the date such litigation is filed.
|
|
860
|
+
|
|
861
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
862
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
863
|
+
modifications, and in Source or Object form, provided that You
|
|
864
|
+
meet the following conditions:
|
|
865
|
+
|
|
866
|
+
(a) You must give any other recipients of the Work or
|
|
867
|
+
Derivative Works a copy of this License; and
|
|
868
|
+
|
|
869
|
+
(b) You must cause any modified files to carry prominent notices
|
|
870
|
+
stating that You changed the files; and
|
|
871
|
+
|
|
872
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
873
|
+
that You distribute, all copyright, patent, trademark, and
|
|
874
|
+
attribution notices from the Source form of the Work,
|
|
875
|
+
excluding those notices that do not pertain to any part of
|
|
876
|
+
the Derivative Works; and
|
|
877
|
+
|
|
878
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
879
|
+
distribution, then any Derivative Works that You distribute must
|
|
880
|
+
include a readable copy of the attribution notices contained
|
|
881
|
+
within such NOTICE file, excluding those notices that do not
|
|
882
|
+
pertain to any part of the Derivative Works, in at least one
|
|
883
|
+
of the following places: within a NOTICE text file distributed
|
|
884
|
+
as part of the Derivative Works; within the Source form or
|
|
885
|
+
documentation, if provided along with the Derivative Works; or,
|
|
886
|
+
within a display generated by the Derivative Works, if and
|
|
887
|
+
wherever such third-party notices normally appear. The contents
|
|
888
|
+
of the NOTICE file are for informational purposes only and
|
|
889
|
+
do not modify the License. You may add Your own attribution
|
|
890
|
+
notices within Derivative Works that You distribute, alongside
|
|
891
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
892
|
+
that such additional attribution notices cannot be construed
|
|
893
|
+
as modifying the License.
|
|
894
|
+
|
|
895
|
+
You may add Your own copyright statement to Your modifications and
|
|
896
|
+
may provide additional or different license terms and conditions
|
|
897
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
898
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
899
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
900
|
+
the conditions stated in this License.
|
|
901
|
+
|
|
902
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
903
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
904
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
905
|
+
this License, without any additional terms or conditions.
|
|
906
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
907
|
+
the terms of any separate license agreement you may have executed
|
|
908
|
+
with Licensor regarding such Contributions.
|
|
909
|
+
|
|
910
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
911
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
912
|
+
except as required for reasonable and customary use in describing the
|
|
913
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
914
|
+
|
|
915
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
916
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
917
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
918
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
919
|
+
implied, including, without limitation, any warranties or conditions
|
|
920
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
921
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
922
|
+
appropriateness of using or redistributing the Work and assume any
|
|
923
|
+
risks associated with Your exercise of permissions under this License.
|
|
924
|
+
|
|
925
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
926
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
927
|
+
unless required by applicable law (such as deliberate and grossly
|
|
928
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
929
|
+
liable to You for damages, including any direct, indirect, special,
|
|
930
|
+
incidental, or consequential damages of any character arising as a
|
|
931
|
+
result of this License or out of the use or inability to use the
|
|
932
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
933
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
934
|
+
other commercial damages or losses), even if such Contributor
|
|
935
|
+
has been advised of the possibility of such damages.
|
|
936
|
+
|
|
937
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
938
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
939
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
940
|
+
or other liability obligations and/or rights consistent with this
|
|
941
|
+
License. However, in accepting such obligations, You may act only
|
|
942
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
943
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
944
|
+
defend, and hold each Contributor harmless for any liability
|
|
945
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
946
|
+
of your accepting any such warranty or additional liability.
|
|
947
|
+
|
|
948
|
+
END OF TERMS AND CONDITIONS
|
|
949
|
+
|
|
950
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
951
|
+
|
|
952
|
+
To apply the Apache License to your work, attach the following
|
|
953
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
954
|
+
replaced with your own identifying information. (Don't include
|
|
955
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
956
|
+
comment syntax for the file format. We also recommend that a
|
|
957
|
+
file or class name and description of purpose be included on the
|
|
958
|
+
same "printed page" as the copyright notice for easier
|
|
959
|
+
identification within third-party archives.
|
|
960
|
+
|
|
961
|
+
Copyright [yyyy] [name of copyright owner]
|
|
962
|
+
|
|
963
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
964
|
+
you may not use this file except in compliance with the License.
|
|
965
|
+
You may obtain a copy of the License at
|
|
966
|
+
|
|
967
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
968
|
+
|
|
969
|
+
Unless required by applicable law or agreed to in writing, software
|
|
970
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
971
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
972
|
+
See the License for the specific language governing permissions and
|
|
973
|
+
limitations under the License.
|
|
974
|
+
|
|
975
|
+
```
|
|
976
|
+
|
|
977
|
+
### @opentelemetry/exporter-metrics-otlp-proto
|
|
978
|
+
|
|
979
|
+
This product includes source derived from [@opentelemetry/exporter-metrics-otlp-proto](https://github.com/open-telemetry/opentelemetry-js) ([v0.201.1](https://github.com/open-telemetry/opentelemetry-js/tree/v0.201.1)), distributed under the [Apache-2.0 License](https://github.com/open-telemetry/opentelemetry-js/blob/v0.201.1/LICENSE):
|
|
980
|
+
|
|
981
|
+
```
|
|
982
|
+
Apache License
|
|
983
|
+
Version 2.0, January 2004
|
|
984
|
+
http://www.apache.org/licenses/
|
|
985
|
+
|
|
986
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
987
|
+
|
|
988
|
+
1. Definitions.
|
|
989
|
+
|
|
990
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
991
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
992
|
+
|
|
993
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
994
|
+
the copyright owner that is granting the License.
|
|
995
|
+
|
|
996
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
997
|
+
other entities that control, are controlled by, or are under common
|
|
998
|
+
control with that entity. For the purposes of this definition,
|
|
999
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
1000
|
+
direction or management of such entity, whether by contract or
|
|
1001
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
1002
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
1003
|
+
|
|
1004
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
1005
|
+
exercising permissions granted by this License.
|
|
1006
|
+
|
|
1007
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
1008
|
+
including but not limited to software source code, documentation
|
|
1009
|
+
source, and configuration files.
|
|
1010
|
+
|
|
1011
|
+
"Object" form shall mean any form resulting from mechanical
|
|
1012
|
+
transformation or translation of a Source form, including but
|
|
1013
|
+
not limited to compiled object code, generated documentation,
|
|
1014
|
+
and conversions to other media types.
|
|
1015
|
+
|
|
1016
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
1017
|
+
Object form, made available under the License, as indicated by a
|
|
1018
|
+
copyright notice that is included in or attached to the work
|
|
1019
|
+
(an example is provided in the Appendix below).
|
|
1020
|
+
|
|
1021
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
1022
|
+
form, that is based on (or derived from) the Work and for which the
|
|
1023
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
1024
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
1025
|
+
of this License, Derivative Works shall not include works that remain
|
|
1026
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
1027
|
+
the Work and Derivative Works thereof.
|
|
1028
|
+
|
|
1029
|
+
"Contribution" shall mean any work of authorship, including
|
|
1030
|
+
the original version of the Work and any modifications or additions
|
|
1031
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
1032
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
1033
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
1034
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
1035
|
+
means any form of electronic, verbal, or written communication sent
|
|
1036
|
+
to the Licensor or its representatives, including but not limited to
|
|
1037
|
+
communication on electronic mailing lists, source code control systems,
|
|
1038
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
1039
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
1040
|
+
excluding communication that is conspicuously marked or otherwise
|
|
1041
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
1042
|
+
|
|
1043
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
1044
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
1045
|
+
subsequently incorporated within the Work.
|
|
1046
|
+
|
|
1047
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
1048
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
1049
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
1050
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
1051
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
1052
|
+
Work and such Derivative Works in Source or Object form.
|
|
1053
|
+
|
|
1054
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
1055
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
1056
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
1057
|
+
(except as stated in this section) patent license to make, have made,
|
|
1058
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
1059
|
+
where such license applies only to those patent claims licensable
|
|
1060
|
+
by such Contributor that are necessarily infringed by their
|
|
1061
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
1062
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
1063
|
+
institute patent litigation against any entity (including a
|
|
1064
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
1065
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
1066
|
+
or contributory patent infringement, then any patent licenses
|
|
1067
|
+
granted to You under this License for that Work shall terminate
|
|
1068
|
+
as of the date such litigation is filed.
|
|
1069
|
+
|
|
1070
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
1071
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
1072
|
+
modifications, and in Source or Object form, provided that You
|
|
1073
|
+
meet the following conditions:
|
|
1074
|
+
|
|
1075
|
+
(a) You must give any other recipients of the Work or
|
|
1076
|
+
Derivative Works a copy of this License; and
|
|
1077
|
+
|
|
1078
|
+
(b) You must cause any modified files to carry prominent notices
|
|
1079
|
+
stating that You changed the files; and
|
|
1080
|
+
|
|
1081
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
1082
|
+
that You distribute, all copyright, patent, trademark, and
|
|
1083
|
+
attribution notices from the Source form of the Work,
|
|
1084
|
+
excluding those notices that do not pertain to any part of
|
|
1085
|
+
the Derivative Works; and
|
|
1086
|
+
|
|
1087
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
1088
|
+
distribution, then any Derivative Works that You distribute must
|
|
1089
|
+
include a readable copy of the attribution notices contained
|
|
1090
|
+
within such NOTICE file, excluding those notices that do not
|
|
1091
|
+
pertain to any part of the Derivative Works, in at least one
|
|
1092
|
+
of the following places: within a NOTICE text file distributed
|
|
1093
|
+
as part of the Derivative Works; within the Source form or
|
|
1094
|
+
documentation, if provided along with the Derivative Works; or,
|
|
1095
|
+
within a display generated by the Derivative Works, if and
|
|
1096
|
+
wherever such third-party notices normally appear. The contents
|
|
1097
|
+
of the NOTICE file are for informational purposes only and
|
|
1098
|
+
do not modify the License. You may add Your own attribution
|
|
1099
|
+
notices within Derivative Works that You distribute, alongside
|
|
1100
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
1101
|
+
that such additional attribution notices cannot be construed
|
|
1102
|
+
as modifying the License.
|
|
1103
|
+
|
|
1104
|
+
You may add Your own copyright statement to Your modifications and
|
|
1105
|
+
may provide additional or different license terms and conditions
|
|
1106
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
1107
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
1108
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
1109
|
+
the conditions stated in this License.
|
|
1110
|
+
|
|
1111
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
1112
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
1113
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
1114
|
+
this License, without any additional terms or conditions.
|
|
1115
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
1116
|
+
the terms of any separate license agreement you may have executed
|
|
1117
|
+
with Licensor regarding such Contributions.
|
|
1118
|
+
|
|
1119
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
1120
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
1121
|
+
except as required for reasonable and customary use in describing the
|
|
1122
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
1123
|
+
|
|
1124
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
1125
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
1126
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
1127
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
1128
|
+
implied, including, without limitation, any warranties or conditions
|
|
1129
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
1130
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
1131
|
+
appropriateness of using or redistributing the Work and assume any
|
|
1132
|
+
risks associated with Your exercise of permissions under this License.
|
|
1133
|
+
|
|
1134
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
1135
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
1136
|
+
unless required by applicable law (such as deliberate and grossly
|
|
1137
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
1138
|
+
liable to You for damages, including any direct, indirect, special,
|
|
1139
|
+
incidental, or consequential damages of any character arising as a
|
|
1140
|
+
result of this License or out of the use or inability to use the
|
|
1141
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
1142
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
1143
|
+
other commercial damages or losses), even if such Contributor
|
|
1144
|
+
has been advised of the possibility of such damages.
|
|
1145
|
+
|
|
1146
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
1147
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
1148
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
1149
|
+
or other liability obligations and/or rights consistent with this
|
|
1150
|
+
License. However, in accepting such obligations, You may act only
|
|
1151
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
1152
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
1153
|
+
defend, and hold each Contributor harmless for any liability
|
|
1154
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
1155
|
+
of your accepting any such warranty or additional liability.
|
|
1156
|
+
|
|
1157
|
+
END OF TERMS AND CONDITIONS
|
|
1158
|
+
|
|
1159
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
1160
|
+
|
|
1161
|
+
To apply the Apache License to your work, attach the following
|
|
1162
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
1163
|
+
replaced with your own identifying information. (Don't include
|
|
1164
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
1165
|
+
comment syntax for the file format. We also recommend that a
|
|
1166
|
+
file or class name and description of purpose be included on the
|
|
1167
|
+
same "printed page" as the copyright notice for easier
|
|
1168
|
+
identification within third-party archives.
|
|
1169
|
+
|
|
1170
|
+
Copyright [yyyy] [name of copyright owner]
|
|
1171
|
+
|
|
1172
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
1173
|
+
you may not use this file except in compliance with the License.
|
|
1174
|
+
You may obtain a copy of the License at
|
|
1175
|
+
|
|
1176
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
1177
|
+
|
|
1178
|
+
Unless required by applicable law or agreed to in writing, software
|
|
1179
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
1180
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1181
|
+
See the License for the specific language governing permissions and
|
|
1182
|
+
limitations under the License.
|
|
1183
|
+
|
|
1184
|
+
```
|
|
1185
|
+
|
|
1186
|
+
### @opentelemetry/resources
|
|
1187
|
+
|
|
1188
|
+
This product includes source derived from [@opentelemetry/resources](https://github.com/open-telemetry/opentelemetry-js) ([v2.0.1](https://github.com/open-telemetry/opentelemetry-js/tree/v2.0.1)), distributed under the [Apache-2.0 License](https://github.com/open-telemetry/opentelemetry-js/blob/v2.0.1/LICENSE):
|
|
1189
|
+
|
|
1190
|
+
```
|
|
1191
|
+
Apache License
|
|
1192
|
+
Version 2.0, January 2004
|
|
1193
|
+
http://www.apache.org/licenses/
|
|
1194
|
+
|
|
1195
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
1196
|
+
|
|
1197
|
+
1. Definitions.
|
|
1198
|
+
|
|
1199
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
1200
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
1201
|
+
|
|
1202
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
1203
|
+
the copyright owner that is granting the License.
|
|
1204
|
+
|
|
1205
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
1206
|
+
other entities that control, are controlled by, or are under common
|
|
1207
|
+
control with that entity. For the purposes of this definition,
|
|
1208
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
1209
|
+
direction or management of such entity, whether by contract or
|
|
1210
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
1211
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
1212
|
+
|
|
1213
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
1214
|
+
exercising permissions granted by this License.
|
|
1215
|
+
|
|
1216
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
1217
|
+
including but not limited to software source code, documentation
|
|
1218
|
+
source, and configuration files.
|
|
1219
|
+
|
|
1220
|
+
"Object" form shall mean any form resulting from mechanical
|
|
1221
|
+
transformation or translation of a Source form, including but
|
|
1222
|
+
not limited to compiled object code, generated documentation,
|
|
1223
|
+
and conversions to other media types.
|
|
1224
|
+
|
|
1225
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
1226
|
+
Object form, made available under the License, as indicated by a
|
|
1227
|
+
copyright notice that is included in or attached to the work
|
|
1228
|
+
(an example is provided in the Appendix below).
|
|
1229
|
+
|
|
1230
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
1231
|
+
form, that is based on (or derived from) the Work and for which the
|
|
1232
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
1233
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
1234
|
+
of this License, Derivative Works shall not include works that remain
|
|
1235
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
1236
|
+
the Work and Derivative Works thereof.
|
|
1237
|
+
|
|
1238
|
+
"Contribution" shall mean any work of authorship, including
|
|
1239
|
+
the original version of the Work and any modifications or additions
|
|
1240
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
1241
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
1242
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
1243
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
1244
|
+
means any form of electronic, verbal, or written communication sent
|
|
1245
|
+
to the Licensor or its representatives, including but not limited to
|
|
1246
|
+
communication on electronic mailing lists, source code control systems,
|
|
1247
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
1248
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
1249
|
+
excluding communication that is conspicuously marked or otherwise
|
|
1250
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
1251
|
+
|
|
1252
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
1253
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
1254
|
+
subsequently incorporated within the Work.
|
|
1255
|
+
|
|
1256
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
1257
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
1258
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
1259
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
1260
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
1261
|
+
Work and such Derivative Works in Source or Object form.
|
|
1262
|
+
|
|
1263
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
1264
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
1265
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
1266
|
+
(except as stated in this section) patent license to make, have made,
|
|
1267
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
1268
|
+
where such license applies only to those patent claims licensable
|
|
1269
|
+
by such Contributor that are necessarily infringed by their
|
|
1270
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
1271
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
1272
|
+
institute patent litigation against any entity (including a
|
|
1273
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
1274
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
1275
|
+
or contributory patent infringement, then any patent licenses
|
|
1276
|
+
granted to You under this License for that Work shall terminate
|
|
1277
|
+
as of the date such litigation is filed.
|
|
1278
|
+
|
|
1279
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
1280
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
1281
|
+
modifications, and in Source or Object form, provided that You
|
|
1282
|
+
meet the following conditions:
|
|
1283
|
+
|
|
1284
|
+
(a) You must give any other recipients of the Work or
|
|
1285
|
+
Derivative Works a copy of this License; and
|
|
1286
|
+
|
|
1287
|
+
(b) You must cause any modified files to carry prominent notices
|
|
1288
|
+
stating that You changed the files; and
|
|
1289
|
+
|
|
1290
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
1291
|
+
that You distribute, all copyright, patent, trademark, and
|
|
1292
|
+
attribution notices from the Source form of the Work,
|
|
1293
|
+
excluding those notices that do not pertain to any part of
|
|
1294
|
+
the Derivative Works; and
|
|
1295
|
+
|
|
1296
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
1297
|
+
distribution, then any Derivative Works that You distribute must
|
|
1298
|
+
include a readable copy of the attribution notices contained
|
|
1299
|
+
within such NOTICE file, excluding those notices that do not
|
|
1300
|
+
pertain to any part of the Derivative Works, in at least one
|
|
1301
|
+
of the following places: within a NOTICE text file distributed
|
|
1302
|
+
as part of the Derivative Works; within the Source form or
|
|
1303
|
+
documentation, if provided along with the Derivative Works; or,
|
|
1304
|
+
within a display generated by the Derivative Works, if and
|
|
1305
|
+
wherever such third-party notices normally appear. The contents
|
|
1306
|
+
of the NOTICE file are for informational purposes only and
|
|
1307
|
+
do not modify the License. You may add Your own attribution
|
|
1308
|
+
notices within Derivative Works that You distribute, alongside
|
|
1309
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
1310
|
+
that such additional attribution notices cannot be construed
|
|
1311
|
+
as modifying the License.
|
|
1312
|
+
|
|
1313
|
+
You may add Your own copyright statement to Your modifications and
|
|
1314
|
+
may provide additional or different license terms and conditions
|
|
1315
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
1316
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
1317
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
1318
|
+
the conditions stated in this License.
|
|
1319
|
+
|
|
1320
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
1321
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
1322
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
1323
|
+
this License, without any additional terms or conditions.
|
|
1324
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
1325
|
+
the terms of any separate license agreement you may have executed
|
|
1326
|
+
with Licensor regarding such Contributions.
|
|
1327
|
+
|
|
1328
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
1329
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
1330
|
+
except as required for reasonable and customary use in describing the
|
|
1331
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
1332
|
+
|
|
1333
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
1334
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
1335
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
1336
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
1337
|
+
implied, including, without limitation, any warranties or conditions
|
|
1338
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
1339
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
1340
|
+
appropriateness of using or redistributing the Work and assume any
|
|
1341
|
+
risks associated with Your exercise of permissions under this License.
|
|
1342
|
+
|
|
1343
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
1344
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
1345
|
+
unless required by applicable law (such as deliberate and grossly
|
|
1346
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
1347
|
+
liable to You for damages, including any direct, indirect, special,
|
|
1348
|
+
incidental, or consequential damages of any character arising as a
|
|
1349
|
+
result of this License or out of the use or inability to use the
|
|
1350
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
1351
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
1352
|
+
other commercial damages or losses), even if such Contributor
|
|
1353
|
+
has been advised of the possibility of such damages.
|
|
1354
|
+
|
|
1355
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
1356
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
1357
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
1358
|
+
or other liability obligations and/or rights consistent with this
|
|
1359
|
+
License. However, in accepting such obligations, You may act only
|
|
1360
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
1361
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
1362
|
+
defend, and hold each Contributor harmless for any liability
|
|
1363
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
1364
|
+
of your accepting any such warranty or additional liability.
|
|
1365
|
+
|
|
1366
|
+
END OF TERMS AND CONDITIONS
|
|
1367
|
+
|
|
1368
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
1369
|
+
|
|
1370
|
+
To apply the Apache License to your work, attach the following
|
|
1371
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
1372
|
+
replaced with your own identifying information. (Don't include
|
|
1373
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
1374
|
+
comment syntax for the file format. We also recommend that a
|
|
1375
|
+
file or class name and description of purpose be included on the
|
|
1376
|
+
same "printed page" as the copyright notice for easier
|
|
1377
|
+
identification within third-party archives.
|
|
1378
|
+
|
|
1379
|
+
Copyright [yyyy] [name of copyright owner]
|
|
1380
|
+
|
|
1381
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
1382
|
+
you may not use this file except in compliance with the License.
|
|
1383
|
+
You may obtain a copy of the License at
|
|
1384
|
+
|
|
1385
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
1386
|
+
|
|
1387
|
+
Unless required by applicable law or agreed to in writing, software
|
|
1388
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
1389
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1390
|
+
See the License for the specific language governing permissions and
|
|
1391
|
+
limitations under the License.
|
|
1392
|
+
|
|
1393
|
+
```
|
|
1394
|
+
|
|
1395
|
+
### @opentelemetry/sdk-metrics
|
|
1396
|
+
|
|
1397
|
+
This product includes source derived from [@opentelemetry/sdk-metrics](https://github.com/open-telemetry/opentelemetry-js) ([v2.0.1](https://github.com/open-telemetry/opentelemetry-js/tree/v2.0.1)), distributed under the [Apache-2.0 License](https://github.com/open-telemetry/opentelemetry-js/blob/v2.0.1/LICENSE):
|
|
768
1398
|
|
|
769
1399
|
```
|
|
770
1400
|
Apache License
|
|
@@ -973,7 +1603,7 @@ This product includes source derived from [@opentelemetry/core](https://github.c
|
|
|
973
1603
|
|
|
974
1604
|
### @opentelemetry/sdk-trace-base
|
|
975
1605
|
|
|
976
|
-
This product includes source derived from [@opentelemetry/sdk-trace-base](https://github.com/open-telemetry/opentelemetry-js) ([v2.0.
|
|
1606
|
+
This product includes source derived from [@opentelemetry/sdk-trace-base](https://github.com/open-telemetry/opentelemetry-js) ([v2.0.1](https://github.com/open-telemetry/opentelemetry-js/tree/v2.0.1)), distributed under the [Apache-2.0 License](https://github.com/open-telemetry/opentelemetry-js/blob/v2.0.1/LICENSE):
|
|
977
1607
|
|
|
978
1608
|
```
|
|
979
1609
|
Apache License
|
|
@@ -1271,7 +1901,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1271
1901
|
|
|
1272
1902
|
### import-in-the-middle
|
|
1273
1903
|
|
|
1274
|
-
This product includes source derived from [import-in-the-middle](https://github.com/nodejs/import-in-the-middle) ([v1.13.
|
|
1904
|
+
This product includes source derived from [import-in-the-middle](https://github.com/nodejs/import-in-the-middle) ([v1.13.2](https://github.com/nodejs/import-in-the-middle/tree/v1.13.2)), distributed under the [Apache-2.0 License](https://github.com/nodejs/import-in-the-middle/blob/v1.13.2/LICENSE):
|
|
1275
1905
|
|
|
1276
1906
|
```
|
|
1277
1907
|
Apache License
|
|
@@ -1531,12 +2161,12 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
1531
2161
|
|
|
1532
2162
|
### module-details-from-path
|
|
1533
2163
|
|
|
1534
|
-
This product includes source derived from [module-details-from-path](https://github.com/watson/module-details-from-path) ([v1.0.
|
|
2164
|
+
This product includes source derived from [module-details-from-path](https://github.com/watson/module-details-from-path) ([v1.0.4](https://github.com/watson/module-details-from-path/tree/v1.0.4)), distributed under the [MIT License](https://github.com/watson/module-details-from-path/blob/v1.0.4/LICENSE):
|
|
1535
2165
|
|
|
1536
2166
|
```
|
|
1537
2167
|
The MIT License (MIT)
|
|
1538
2168
|
|
|
1539
|
-
Copyright (c) 2016 Thomas Watson Steen
|
|
2169
|
+
Copyright (c) 2016-2025 Thomas Watson Steen
|
|
1540
2170
|
|
|
1541
2171
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1542
2172
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1615,13 +2245,14 @@ IN THE SOFTWARE.
|
|
|
1615
2245
|
|
|
1616
2246
|
### require-in-the-middle
|
|
1617
2247
|
|
|
1618
|
-
This product includes source derived from [require-in-the-middle](https://github.com/
|
|
2248
|
+
This product includes source derived from [require-in-the-middle](https://github.com/nodejs/require-in-the-middle) ([v7.5.2](https://github.com/nodejs/require-in-the-middle/tree/v7.5.2)), distributed under the [MIT License](https://github.com/nodejs/require-in-the-middle/blob/v7.5.2/LICENSE):
|
|
1619
2249
|
|
|
1620
2250
|
```
|
|
1621
2251
|
The MIT License (MIT)
|
|
1622
2252
|
|
|
1623
2253
|
Copyright (c) 2016-2019, Thomas Watson Steen
|
|
1624
|
-
Copyright (c) 2019-
|
|
2254
|
+
Copyright (c) 2019-2025, Elasticsearch B.V.
|
|
2255
|
+
Copyright (c) 2025+, require-in-the-middle contributors
|
|
1625
2256
|
|
|
1626
2257
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1627
2258
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1645,7 +2276,7 @@ SOFTWARE.
|
|
|
1645
2276
|
|
|
1646
2277
|
### semver
|
|
1647
2278
|
|
|
1648
|
-
This product includes source derived from [semver](https://github.com/npm/node-semver) ([v7.
|
|
2279
|
+
This product includes source derived from [semver](https://github.com/npm/node-semver) ([v7.7.2](https://github.com/npm/node-semver/tree/v7.7.2)), distributed under the [ISC License](https://github.com/npm/node-semver/blob/v7.7.2/LICENSE):
|
|
1649
2280
|
|
|
1650
2281
|
```
|
|
1651
2282
|
The ISC License
|
|
@@ -1701,7 +2332,7 @@ SOFTWARE.
|
|
|
1701
2332
|
|
|
1702
2333
|
### @aws-sdk/client-s3
|
|
1703
2334
|
|
|
1704
|
-
This product includes source derived from [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3) ([v3.
|
|
2335
|
+
This product includes source derived from [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3) ([v3.810.0](https://github.com/aws/aws-sdk-js-v3/tree/v3.810.0)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js-v3/blob/v3.810.0/LICENSE):
|
|
1705
2336
|
|
|
1706
2337
|
```
|
|
1707
2338
|
Apache License
|
|
@@ -1910,7 +2541,7 @@ This product includes source derived from [@aws-sdk/client-s3](https://github.co
|
|
|
1910
2541
|
|
|
1911
2542
|
### @aws-sdk/s3-request-presigner
|
|
1912
2543
|
|
|
1913
|
-
This product includes source derived from [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3) ([v3.
|
|
2544
|
+
This product includes source derived from [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3) ([v3.810.0](https://github.com/aws/aws-sdk-js-v3/tree/v3.810.0)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js-v3/blob/v3.810.0/LICENSE):
|
|
1914
2545
|
|
|
1915
2546
|
```
|
|
1916
2547
|
Apache License
|
|
@@ -3738,7 +4369,7 @@ SOFTWARE.
|
|
|
3738
4369
|
|
|
3739
4370
|
### eslint-plugin-jsdoc
|
|
3740
4371
|
|
|
3741
|
-
This product includes source derived from [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) ([v50.6.
|
|
4372
|
+
This product includes source derived from [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) ([v50.6.17](https://github.com/gajus/eslint-plugin-jsdoc/tree/v50.6.17)), distributed under the [BSD-3-Clause License](https://github.com/gajus/eslint-plugin-jsdoc/blob/v50.6.17/LICENSE):
|
|
3742
4373
|
|
|
3743
4374
|
```
|
|
3744
4375
|
Copyright (c) 2018, Gajus Kuizinas (http://gajus.com/)
|
|
@@ -3770,7 +4401,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
3770
4401
|
|
|
3771
4402
|
### eslint
|
|
3772
4403
|
|
|
3773
|
-
This product includes source derived from [eslint](https://github.com/eslint/eslint) ([v9.
|
|
4404
|
+
This product includes source derived from [eslint](https://github.com/eslint/eslint) ([v9.26.0](https://github.com/eslint/eslint/tree/v9.26.0)), distributed under the [MIT License](https://github.com/eslint/eslint/blob/v9.26.0/LICENSE):
|
|
3774
4405
|
|
|
3775
4406
|
```
|
|
3776
4407
|
Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
|
|
@@ -3797,7 +4428,7 @@ THE SOFTWARE.
|
|
|
3797
4428
|
|
|
3798
4429
|
### express
|
|
3799
4430
|
|
|
3800
|
-
This product includes source derived from [express](https://github.com/expressjs/express) ([
|
|
4431
|
+
This product includes source derived from [express](https://github.com/expressjs/express) ([v5.1.0](https://github.com/expressjs/express/tree/v5.1.0)), distributed under the [MIT License](https://github.com/expressjs/express/blob/v5.1.0/LICENSE):
|
|
3801
4432
|
|
|
3802
4433
|
```
|
|
3803
4434
|
(The MIT License)
|
|
@@ -4050,11 +4681,20 @@ MIT License
|
|
|
4050
4681
|
|
|
4051
4682
|
Copyright (c) <year> <copyright holders>
|
|
4052
4683
|
|
|
4053
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
4684
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
4685
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
4686
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4687
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
4688
|
+
following conditions:
|
|
4054
4689
|
|
|
4055
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
4690
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
4691
|
+
portions of the Software.
|
|
4056
4692
|
|
|
4057
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
4693
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
4694
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
4695
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
4696
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
4697
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4058
4698
|
```
|
|
4059
4699
|
|
|
4060
4700
|
### koa-router
|
|
@@ -4088,7 +4728,7 @@ THE SOFTWARE.
|
|
|
4088
4728
|
|
|
4089
4729
|
### koa
|
|
4090
4730
|
|
|
4091
|
-
This product includes source derived from [koa](https://github.com/koajs/koa) ([v2.
|
|
4731
|
+
This product includes source derived from [koa](https://github.com/koajs/koa) ([v2.16.1](https://github.com/koajs/koa/tree/v2.16.1)), distributed under the [MIT License](https://github.com/koajs/koa/blob/v2.16.1/LICENSE):
|
|
4092
4732
|
|
|
4093
4733
|
```
|
|
4094
4734
|
(The MIT License)
|
|
@@ -4147,7 +4787,7 @@ SOFTWARE.
|
|
|
4147
4787
|
|
|
4148
4788
|
### lockfile-lint
|
|
4149
4789
|
|
|
4150
|
-
This product includes source derived from [lockfile-lint](https://github.com/lirantal/lockfile-lint) ([v4.14.
|
|
4790
|
+
This product includes source derived from [lockfile-lint](https://github.com/lirantal/lockfile-lint) ([v4.14.1](https://github.com/lirantal/lockfile-lint/tree/v4.14.1)), distributed under the [Apache-2.0 License](https://github.com/lirantal/lockfile-lint/blob/v4.14.1/LICENSE):
|
|
4151
4791
|
|
|
4152
4792
|
```
|
|
4153
4793
|
|
|
@@ -4435,11 +5075,20 @@ MIT License
|
|
|
4435
5075
|
|
|
4436
5076
|
Copyright (c) <year> <copyright holders>
|
|
4437
5077
|
|
|
4438
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
5078
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
5079
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
5080
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5081
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
5082
|
+
following conditions:
|
|
4439
5083
|
|
|
4440
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
5084
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
5085
|
+
portions of the Software.
|
|
4441
5086
|
|
|
4442
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
5087
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
5088
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
5089
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
5090
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
5091
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4443
5092
|
```
|
|
4444
5093
|
|
|
4445
5094
|
### should
|
|
@@ -4566,7 +5215,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
4566
5215
|
|
|
4567
5216
|
### @newrelic/native-metrics
|
|
4568
5217
|
|
|
4569
|
-
This product includes source derived from [@newrelic/native-metrics](https://github.com/newrelic/node-native-metrics) ([v11.
|
|
5218
|
+
This product includes source derived from [@newrelic/native-metrics](https://github.com/newrelic/node-native-metrics) ([v11.1.0](https://github.com/newrelic/node-native-metrics/tree/v11.1.0)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-native-metrics/blob/v11.1.0/LICENSE):
|
|
4570
5219
|
|
|
4571
5220
|
```
|
|
4572
5221
|
Apache License
|