@@ -193,6 +193,7 @@ Package|Version|License
193
193
**[mongodb-build-info](#8a1ba45f0407e04bc40af593237b54961d4bb1ce23d4a6a2a4ab5284f00e0e4d)**|1.1.0|Apache-2.0
194
194
**[mongodb-build-info](#7b92944dac466e442bbd1f2ef3f6b9f2cc37cc53375714306f73b29ca409ff37)**|1.1.1|Apache-2.0
195
195
**[mongodb-client-encryption](#4bdb45219f73908025ebd24ca2809e81a5c4866c5bcec60be103d1dbda24fee3)**|1.2.5|Apache-2.0
196
+ **[mongodb-connection-string-url](#d842513739d9a848af83ab12b884b179e6e84eb165072b73472b59d20f103c0d)**|1.0.0|Apache-2.0
196
197
**[mongodb-redact](#00a2cfed57df1e8b912b751b08bee4de24ad0189840c99820ebc00c1b219a421)**|0.2.2|Apache-2.0
197
198
**[ms](#0a987b2f79ff37005e452a5afa7dacd3042061a7077054d2ba9cabacd88506d2)**|2.1.2|MIT
198
199
**[ms](#484b814b85d5028e34246147c8fc901d33570202bd7cdc3703c0ed1078eba0aa)**|2.0.0|MIT
@@ -10871,6 +10872,211 @@ Authors:
10871
10872
* Matt Broadstone <
[email protected] >
10872
10873
10873
10874
10875
+ <a id="d842513739d9a848af83ab12b884b179e6e84eb165072b73472b59d20f103c0d"></a>
10876
+ ### [mongodb-connection-string-url](https://www.npmjs.com/package/mongodb-connection-string-url) (version 1.0.0)
10877
+ <!-- initially found at packages/service-provider-core/node_modules/mongodb-connection-string-url -->
10878
+ > MongoDB connection strings, based on the WhatWG URL API
10879
+
10880
+ License tags: Apache-2.0
10881
+
10882
+ License files:
10883
+ * LICENSE:
10884
+
10885
+
10886
+ Apache License
10887
+ Version 2.0, January 2004
10888
+ http://www.apache.org/licenses/
10889
+
10890
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
10891
+
10892
+ 1. Definitions.
10893
+
10894
+ "License" shall mean the terms and conditions for use, reproduction,
10895
+ and distribution as defined by Sections 1 through 9 of this document.
10896
+
10897
+ "Licensor" shall mean the copyright owner or entity authorized by
10898
+ the copyright owner that is granting the License.
10899
+
10900
+ "Legal Entity" shall mean the union of the acting entity and all
10901
+ other entities that control, are controlled by, or are under common
10902
+ control with that entity. For the purposes of this definition,
10903
+ "control" means (i) the power, direct or indirect, to cause the
10904
+ direction or management of such entity, whether by contract or
10905
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
10906
+ outstanding shares, or (iii) beneficial ownership of such entity.
10907
+
10908
+ "You" (or "Your") shall mean an individual or Legal Entity
10909
+ exercising permissions granted by this License.
10910
+
10911
+ "Source" form shall mean the preferred form for making modifications,
10912
+ including but not limited to software source code, documentation
10913
+ source, and configuration files.
10914
+
10915
+ "Object" form shall mean any form resulting from mechanical
10916
+ transformation or translation of a Source form, including but
10917
+ not limited to compiled object code, generated documentation,
10918
+ and conversions to other media types.
10919
+
10920
+ "Work" shall mean the work of authorship, whether in Source or
10921
+ Object form, made available under the License, as indicated by a
10922
+ copyright notice that is included in or attached to the work
10923
+ (an example is provided in the Appendix below).
10924
+
10925
+ "Derivative Works" shall mean any work, whether in Source or Object
10926
+ form, that is based on (or derived from) the Work and for which the
10927
+ editorial revisions, annotations, elaborations, or other modifications
10928
+ represent, as a whole, an original work of authorship. For the purposes
10929
+ of this License, Derivative Works shall not include works that remain
10930
+ separable from, or merely link (or bind by name) to the interfaces of,
10931
+ the Work and Derivative Works thereof.
10932
+
10933
+ "Contribution" shall mean any work of authorship, including
10934
+ the original version of the Work and any modifications or additions
10935
+ to that Work or Derivative Works thereof, that is intentionally
10936
+ submitted to Licensor for inclusion in the Work by the copyright owner
10937
+ or by an individual or Legal Entity authorized to submit on behalf of
10938
+ the copyright owner. For the purposes of this definition, "submitted"
10939
+ means any form of electronic, verbal, or written communication sent
10940
+ to the Licensor or its representatives, including but not limited to
10941
+ communication on electronic mailing lists, source code control systems,
10942
+ and issue tracking systems that are managed by, or on behalf of, the
10943
+ Licensor for the purpose of discussing and improving the Work, but
10944
+ excluding communication that is conspicuously marked or otherwise
10945
+ designated in writing by the copyright owner as "Not a Contribution."
10946
+
10947
+ "Contributor" shall mean Licensor and any individual or Legal Entity
10948
+ on behalf of whom a Contribution has been received by Licensor and
10949
+ subsequently incorporated within the Work.
10950
+
10951
+ 2. Grant of Copyright License. Subject to the terms and conditions of
10952
+ this License, each Contributor hereby grants to You a perpetual,
10953
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
10954
+ copyright license to reproduce, prepare Derivative Works of,
10955
+ publicly display, publicly perform, sublicense, and distribute the
10956
+ Work and such Derivative Works in Source or Object form.
10957
+
10958
+ 3. Grant of Patent License. Subject to the terms and conditions of
10959
+ this License, each Contributor hereby grants to You a perpetual,
10960
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
10961
+ (except as stated in this section) patent license to make, have made,
10962
+ use, offer to sell, sell, import, and otherwise transfer the Work,
10963
+ where such license applies only to those patent claims licensable
10964
+ by such Contributor that are necessarily infringed by their
10965
+ Contribution(s) alone or by combination of their Contribution(s)
10966
+ with the Work to which such Contribution(s) was submitted. If You
10967
+ institute patent litigation against any entity (including a
10968
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
10969
+ or a Contribution incorporated within the Work constitutes direct
10970
+ or contributory patent infringement, then any patent licenses
10971
+ granted to You under this License for that Work shall terminate
10972
+ as of the date such litigation is filed.
10973
+
10974
+ 4. Redistribution. You may reproduce and distribute copies of the
10975
+ Work or Derivative Works thereof in any medium, with or without
10976
+ modifications, and in Source or Object form, provided that You
10977
+ meet the following conditions:
10978
+
10979
+ (a) You must give any other recipients of the Work or
10980
+ Derivative Works a copy of this License; and
10981
+
10982
+ (b) You must cause any modified files to carry prominent notices
10983
+ stating that You changed the files; and
10984
+
10985
+ (c) You must retain, in the Source form of any Derivative Works
10986
+ that You distribute, all copyright, patent, trademark, and
10987
+ attribution notices from the Source form of the Work,
10988
+ excluding those notices that do not pertain to any part of
10989
+ the Derivative Works; and
10990
+
10991
+ (d) If the Work includes a "NOTICE" text file as part of its
10992
+ distribution, then any Derivative Works that You distribute must
10993
+ include a readable copy of the attribution notices contained
10994
+ within such NOTICE file, excluding those notices that do not
10995
+ pertain to any part of the Derivative Works, in at least one
10996
+ of the following places: within a NOTICE text file distributed
10997
+ as part of the Derivative Works; within the Source form or
10998
+ documentation, if provided along with the Derivative Works; or,
10999
+ within a display generated by the Derivative Works, if and
11000
+ wherever such third-party notices normally appear. The contents
11001
+ of the NOTICE file are for informational purposes only and
11002
+ do not modify the License. You may add Your own attribution
11003
+ notices within Derivative Works that You distribute, alongside
11004
+ or as an addendum to the NOTICE text from the Work, provided
11005
+ that such additional attribution notices cannot be construed
11006
+ as modifying the License.
11007
+
11008
+ You may add Your own copyright statement to Your modifications and
11009
+ may provide additional or different license terms and conditions
11010
+ for use, reproduction, or distribution of Your modifications, or
11011
+ for any such Derivative Works as a whole, provided Your use,
11012
+ reproduction, and distribution of the Work otherwise complies with
11013
+ the conditions stated in this License.
11014
+
11015
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
11016
+ any Contribution intentionally submitted for inclusion in the Work
11017
+ by You to the Licensor shall be under the terms and conditions of
11018
+ this License, without any additional terms or conditions.
11019
+ Notwithstanding the above, nothing herein shall supersede or modify
11020
+ the terms of any separate license agreement you may have executed
11021
+ with Licensor regarding such Contributions.
11022
+
11023
+ 6. Trademarks. This License does not grant permission to use the trade
11024
+ names, trademarks, service marks, or product names of the Licensor,
11025
+ except as required for reasonable and customary use in describing the
11026
+ origin of the Work and reproducing the content of the NOTICE file.
11027
+
11028
+ 7. Disclaimer of Warranty. Unless required by applicable law or
11029
+ agreed to in writing, Licensor provides the Work (and each
11030
+ Contributor provides its Contributions) on an "AS IS" BASIS,
11031
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
11032
+ implied, including, without limitation, any warranties or conditions
11033
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
11034
+ PARTICULAR PURPOSE. You are solely responsible for determining the
11035
+ appropriateness of using or redistributing the Work and assume any
11036
+ risks associated with Your exercise of permissions under this License.
11037
+
11038
+ 8. Limitation of Liability. In no event and under no legal theory,
11039
+ whether in tort (including negligence), contract, or otherwise,
11040
+ unless required by applicable law (such as deliberate and grossly
11041
+ negligent acts) or agreed to in writing, shall any Contributor be
11042
+ liable to You for damages, including any direct, indirect, special,
11043
+ incidental, or consequential damages of any character arising as a
11044
+ result of this License or out of the use or inability to use the
11045
+ Work (including but not limited to damages for loss of goodwill,
11046
+ work stoppage, computer failure or malfunction, or any and all
11047
+ other commercial damages or losses), even if such Contributor
11048
+ has been advised of the possibility of such damages.
11049
+
11050
+ 9. Accepting Warranty or Additional Liability. While redistributing
11051
+ the Work or Derivative Works thereof, You may choose to offer,
11052
+ and charge a fee for, acceptance of support, warranty, indemnity,
11053
+ or other liability obligations and/or rights consistent with this
11054
+ License. However, in accepting such obligations, You may act only
11055
+ on Your own behalf and on Your sole responsibility, not on behalf
11056
+ of any other Contributor, and only if You agree to indemnify,
11057
+ defend, and hold each Contributor harmless for any liability
11058
+ incurred by, or claims asserted against, such Contributor by reason
11059
+ of your accepting any such warranty or additional liability.
11060
+
11061
+ END OF TERMS AND CONDITIONS
11062
+
11063
+ Copyright 2020 MongoDB Inc.
11064
+
11065
+ Licensed under the Apache License, Version 2.0 (the "License");
11066
+ you may not use this file except in compliance with the License.
11067
+ You may obtain a copy of the License at
11068
+
11069
+ http://www.apache.org/licenses/LICENSE-2.0
11070
+
11071
+ Unless required by applicable law or agreed to in writing, software
11072
+ distributed under the License is distributed on an "AS IS" BASIS,
11073
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11074
+ See the License for the specific language governing permissions and
11075
+ limitations under the License.
11076
+
11077
+
11078
+
11079
+
10874
11080
<a id="00a2cfed57df1e8b912b751b08bee4de24ad0189840c99820ebc00c1b219a421"></a>
10875
11081
### [mongodb-redact](https://www.npmjs.com/package/mongodb-redact) (version 0.2.2)
10876
11082
<!-- initially found at packages/cli-repl/node_modules/mongodb-redact -->
0 commit comments