node-linux-arm64 17.0.1 → 17.3.1

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.
Files changed (158) hide show
  1. package/CHANGELOG.md +651 -187
  2. package/LICENSE +192 -94
  3. package/README.md +263 -255
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +5 -0
  6. package/include/node/config.gypi +6 -2
  7. package/include/node/js_native_api.h +11 -0
  8. package/include/node/node_version.h +1 -1
  9. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  10. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  11. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  12. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  13. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  14. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  15. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  16. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  17. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  19. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  20. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  21. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  22. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  23. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  24. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  25. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  27. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  28. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  29. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  31. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  32. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  33. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  34. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  35. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
  36. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslv.h +5 -5
  37. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  39. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
  40. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslv.h +5 -5
  41. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  43. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  44. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  45. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  47. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  48. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  49. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  51. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  52. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  53. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  55. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  56. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  57. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  58. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  59. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  60. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  61. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  63. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  64. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  65. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  67. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  68. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  69. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  70. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  71. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  72. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  73. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  74. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  75. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  76. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  77. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  78. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  79. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  80. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  81. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  82. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  83. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
  84. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslv.h +5 -5
  85. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
  86. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslv.h +5 -5
  87. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
  88. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslv.h +5 -5
  89. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
  90. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslv.h +5 -5
  91. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
  92. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslv.h +5 -5
  93. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
  94. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslv.h +5 -5
  95. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  96. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  97. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  98. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  99. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  100. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  101. package/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +1 -1
  102. package/include/node/openssl/archs/linux-x32/asm/include/openssl/opensslv.h +5 -5
  103. package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +1 -1
  104. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/opensslv.h +5 -5
  105. package/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +1 -1
  106. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/opensslv.h +5 -5
  107. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  108. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  109. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  110. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  111. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  112. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  113. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  114. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  115. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  116. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  117. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  118. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  119. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  120. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  121. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  122. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  123. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  124. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  125. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  126. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  127. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  128. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  129. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  130. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  131. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  132. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  133. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  134. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  135. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  136. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  137. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  138. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  139. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  140. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  141. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  142. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  143. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  144. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  145. package/include/node/openssl/core.h +1 -1
  146. package/include/node/openssl/cryptoerr.h +1 -0
  147. package/include/node/openssl/httperr.h +1 -0
  148. package/include/node/openssl/macros.h +1 -1
  149. package/include/node/v8-callbacks.h +3 -0
  150. package/include/node/v8-forward.h +5 -3
  151. package/include/node/v8-initialization.h +25 -9
  152. package/include/node/v8-internal.h +9 -20
  153. package/include/node/v8-isolate.h +3 -0
  154. package/include/node/v8-locker.h +7 -2
  155. package/include/node/v8-message.h +4 -1
  156. package/include/node/v8-template.h +1 -0
  157. package/include/node/v8-version.h +3 -3
  158. package/package.json +1 -1
package/LICENSE CHANGED
@@ -392,31 +392,29 @@ The externally maintained libraries used by Node.js are:
392
392
 
393
393
  3. Lao Word Break Dictionary Data (laodict.txt)
394
394
 
395
- # Copyright (c) 2013 International Business Machines Corporation
396
- # and others. All Rights Reserved.
395
+ # Copyright (C) 2016 and later: Unicode, Inc. and others.
396
+ # License & terms of use: http://www.unicode.org/copyright.html
397
+ # Copyright (c) 2015 International Business Machines Corporation
398
+ # and others. All Rights Reserved.
397
399
  #
398
- # Project: https://github.com/veer66/lao-dictionary
399
- # Dictionary: https://github.com/veer66/lao-dictionary/blob/master/Lao-Dictionary.txt
400
- # License: https://github.com/veer66/lao-dictionary/blob/master/Lao-Dictionary-LICENSE.txt
401
- # (copied below)
400
+ # Project: https://github.com/rober42539/lao-dictionary
401
+ # Dictionary: https://github.com/rober42539/lao-dictionary/laodict.txt
402
+ # License: https://github.com/rober42539/lao-dictionary/LICENSE.txt
403
+ # (copied below)
402
404
  #
403
- # This file is derived from the above dictionary, with slight
404
- # modifications.
405
+ # This file is derived from the above dictionary version of Nov 22, 2020
405
406
  # ----------------------------------------------------------------------
406
407
  # Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
407
408
  # All rights reserved.
408
409
  #
409
410
  # Redistribution and use in source and binary forms, with or without
410
- # modification,
411
- # are permitted provided that the following conditions are met:
412
- #
413
- #
414
- # Redistributions of source code must retain the above copyright notice, this
415
- # list of conditions and the following disclaimer. Redistributions in
416
- # binary form must reproduce the above copyright notice, this list of
417
- # conditions and the following disclaimer in the documentation and/or
418
- # other materials provided with the distribution.
411
+ # modification, are permitted provided that the following conditions are met:
419
412
  #
413
+ # Redistributions of source code must retain the above copyright notice, this
414
+ # list of conditions and the following disclaimer. Redistributions in binary
415
+ # form must reproduce the above copyright notice, this list of conditions and
416
+ # the following disclaimer in the documentation and/or other materials
417
+ # provided with the distribution.
420
418
  #
421
419
  # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
422
420
  # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
@@ -638,56 +636,182 @@ The externally maintained libraries used by Node.js are:
638
636
 
639
637
  - OpenSSL, located at deps/openssl, is licensed as follows:
640
638
  """
641
- Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved.
642
-
643
- Redistribution and use in source and binary forms, with or without
644
- modification, are permitted provided that the following conditions
645
- are met:
646
-
647
- 1. Redistributions of source code must retain the above copyright
648
- notice, this list of conditions and the following disclaimer.
649
-
650
- 2. Redistributions in binary form must reproduce the above copyright
651
- notice, this list of conditions and the following disclaimer in
652
- the documentation and/or other materials provided with the
653
- distribution.
654
-
655
- 3. All advertising materials mentioning features or use of this
656
- software must display the following acknowledgment:
657
- "This product includes software developed by the OpenSSL Project
658
- for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
659
-
660
- 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
661
- endorse or promote products derived from this software without
662
- prior written permission. For written permission, please contact
663
- openssl-core@openssl.org.
664
-
665
- 5. Products derived from this software may not be called "OpenSSL"
666
- nor may "OpenSSL" appear in their names without prior written
667
- permission of the OpenSSL Project.
668
-
669
- 6. Redistributions of any form whatsoever must retain the following
670
- acknowledgment:
671
- "This product includes software developed by the OpenSSL Project
672
- for use in the OpenSSL Toolkit (http://www.openssl.org/)"
673
-
674
- THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
675
- EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
676
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
677
- PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
678
- ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
679
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
680
- NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
681
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
682
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
683
- STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
684
- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
685
- OF THE POSSIBILITY OF SUCH DAMAGE.
686
- ====================================================================
687
-
688
- This product includes cryptographic software written by Eric Young
689
- (eay@cryptsoft.com). This product includes software written by Tim
690
- Hudson (tjh@cryptsoft.com).
639
+ Apache License
640
+ Version 2.0, January 2004
641
+ https://www.apache.org/licenses/
642
+
643
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
644
+
645
+ 1. Definitions.
646
+
647
+ "License" shall mean the terms and conditions for use, reproduction,
648
+ and distribution as defined by Sections 1 through 9 of this document.
649
+
650
+ "Licensor" shall mean the copyright owner or entity authorized by
651
+ the copyright owner that is granting the License.
652
+
653
+ "Legal Entity" shall mean the union of the acting entity and all
654
+ other entities that control, are controlled by, or are under common
655
+ control with that entity. For the purposes of this definition,
656
+ "control" means (i) the power, direct or indirect, to cause the
657
+ direction or management of such entity, whether by contract or
658
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
659
+ outstanding shares, or (iii) beneficial ownership of such entity.
660
+
661
+ "You" (or "Your") shall mean an individual or Legal Entity
662
+ exercising permissions granted by this License.
663
+
664
+ "Source" form shall mean the preferred form for making modifications,
665
+ including but not limited to software source code, documentation
666
+ source, and configuration files.
667
+
668
+ "Object" form shall mean any form resulting from mechanical
669
+ transformation or translation of a Source form, including but
670
+ not limited to compiled object code, generated documentation,
671
+ and conversions to other media types.
672
+
673
+ "Work" shall mean the work of authorship, whether in Source or
674
+ Object form, made available under the License, as indicated by a
675
+ copyright notice that is included in or attached to the work
676
+ (an example is provided in the Appendix below).
677
+
678
+ "Derivative Works" shall mean any work, whether in Source or Object
679
+ form, that is based on (or derived from) the Work and for which the
680
+ editorial revisions, annotations, elaborations, or other modifications
681
+ represent, as a whole, an original work of authorship. For the purposes
682
+ of this License, Derivative Works shall not include works that remain
683
+ separable from, or merely link (or bind by name) to the interfaces of,
684
+ the Work and Derivative Works thereof.
685
+
686
+ "Contribution" shall mean any work of authorship, including
687
+ the original version of the Work and any modifications or additions
688
+ to that Work or Derivative Works thereof, that is intentionally
689
+ submitted to Licensor for inclusion in the Work by the copyright owner
690
+ or by an individual or Legal Entity authorized to submit on behalf of
691
+ the copyright owner. For the purposes of this definition, "submitted"
692
+ means any form of electronic, verbal, or written communication sent
693
+ to the Licensor or its representatives, including but not limited to
694
+ communication on electronic mailing lists, source code control systems,
695
+ and issue tracking systems that are managed by, or on behalf of, the
696
+ Licensor for the purpose of discussing and improving the Work, but
697
+ excluding communication that is conspicuously marked or otherwise
698
+ designated in writing by the copyright owner as "Not a Contribution."
699
+
700
+ "Contributor" shall mean Licensor and any individual or Legal Entity
701
+ on behalf of whom a Contribution has been received by Licensor and
702
+ subsequently incorporated within the Work.
703
+
704
+ 2. Grant of Copyright License. Subject to the terms and conditions of
705
+ this License, each Contributor hereby grants to You a perpetual,
706
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
707
+ copyright license to reproduce, prepare Derivative Works of,
708
+ publicly display, publicly perform, sublicense, and distribute the
709
+ Work and such Derivative Works in Source or Object form.
710
+
711
+ 3. Grant of Patent License. Subject to the terms and conditions of
712
+ this License, each Contributor hereby grants to You a perpetual,
713
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
714
+ (except as stated in this section) patent license to make, have made,
715
+ use, offer to sell, sell, import, and otherwise transfer the Work,
716
+ where such license applies only to those patent claims licensable
717
+ by such Contributor that are necessarily infringed by their
718
+ Contribution(s) alone or by combination of their Contribution(s)
719
+ with the Work to which such Contribution(s) was submitted. If You
720
+ institute patent litigation against any entity (including a
721
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
722
+ or a Contribution incorporated within the Work constitutes direct
723
+ or contributory patent infringement, then any patent licenses
724
+ granted to You under this License for that Work shall terminate
725
+ as of the date such litigation is filed.
726
+
727
+ 4. Redistribution. You may reproduce and distribute copies of the
728
+ Work or Derivative Works thereof in any medium, with or without
729
+ modifications, and in Source or Object form, provided that You
730
+ meet the following conditions:
731
+
732
+ (a) You must give any other recipients of the Work or
733
+ Derivative Works a copy of this License; and
734
+
735
+ (b) You must cause any modified files to carry prominent notices
736
+ stating that You changed the files; and
737
+
738
+ (c) You must retain, in the Source form of any Derivative Works
739
+ that You distribute, all copyright, patent, trademark, and
740
+ attribution notices from the Source form of the Work,
741
+ excluding those notices that do not pertain to any part of
742
+ the Derivative Works; and
743
+
744
+ (d) If the Work includes a "NOTICE" text file as part of its
745
+ distribution, then any Derivative Works that You distribute must
746
+ include a readable copy of the attribution notices contained
747
+ within such NOTICE file, excluding those notices that do not
748
+ pertain to any part of the Derivative Works, in at least one
749
+ of the following places: within a NOTICE text file distributed
750
+ as part of the Derivative Works; within the Source form or
751
+ documentation, if provided along with the Derivative Works; or,
752
+ within a display generated by the Derivative Works, if and
753
+ wherever such third-party notices normally appear. The contents
754
+ of the NOTICE file are for informational purposes only and
755
+ do not modify the License. You may add Your own attribution
756
+ notices within Derivative Works that You distribute, alongside
757
+ or as an addendum to the NOTICE text from the Work, provided
758
+ that such additional attribution notices cannot be construed
759
+ as modifying the License.
760
+
761
+ You may add Your own copyright statement to Your modifications and
762
+ may provide additional or different license terms and conditions
763
+ for use, reproduction, or distribution of Your modifications, or
764
+ for any such Derivative Works as a whole, provided Your use,
765
+ reproduction, and distribution of the Work otherwise complies with
766
+ the conditions stated in this License.
767
+
768
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
769
+ any Contribution intentionally submitted for inclusion in the Work
770
+ by You to the Licensor shall be under the terms and conditions of
771
+ this License, without any additional terms or conditions.
772
+ Notwithstanding the above, nothing herein shall supersede or modify
773
+ the terms of any separate license agreement you may have executed
774
+ with Licensor regarding such Contributions.
775
+
776
+ 6. Trademarks. This License does not grant permission to use the trade
777
+ names, trademarks, service marks, or product names of the Licensor,
778
+ except as required for reasonable and customary use in describing the
779
+ origin of the Work and reproducing the content of the NOTICE file.
780
+
781
+ 7. Disclaimer of Warranty. Unless required by applicable law or
782
+ agreed to in writing, Licensor provides the Work (and each
783
+ Contributor provides its Contributions) on an "AS IS" BASIS,
784
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
785
+ implied, including, without limitation, any warranties or conditions
786
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
787
+ PARTICULAR PURPOSE. You are solely responsible for determining the
788
+ appropriateness of using or redistributing the Work and assume any
789
+ risks associated with Your exercise of permissions under this License.
790
+
791
+ 8. Limitation of Liability. In no event and under no legal theory,
792
+ whether in tort (including negligence), contract, or otherwise,
793
+ unless required by applicable law (such as deliberate and grossly
794
+ negligent acts) or agreed to in writing, shall any Contributor be
795
+ liable to You for damages, including any direct, indirect, special,
796
+ incidental, or consequential damages of any character arising as a
797
+ result of this License or out of the use or inability to use the
798
+ Work (including but not limited to damages for loss of goodwill,
799
+ work stoppage, computer failure or malfunction, or any and all
800
+ other commercial damages or losses), even if such Contributor
801
+ has been advised of the possibility of such damages.
802
+
803
+ 9. Accepting Warranty or Additional Liability. While redistributing
804
+ the Work or Derivative Works thereof, You may choose to offer,
805
+ and charge a fee for, acceptance of support, warranty, indemnity,
806
+ or other liability obligations and/or rights consistent with this
807
+ License. However, in accepting such obligations, You may act only
808
+ on Your own behalf and on Your sole responsibility, not on behalf
809
+ of any other Contributor, and only if You agree to indemnify,
810
+ defend, and hold each Contributor harmless for any liability
811
+ incurred by, or claims asserted against, such Contributor by reason
812
+ of your accepting any such warranty or additional liability.
813
+
814
+ END OF TERMS AND CONDITIONS
691
815
  """
692
816
 
693
817
  - Punycode.js, located at lib/punycode.js, is licensed as follows:
@@ -1215,7 +1339,7 @@ The externally maintained libraries used by Node.js are:
1215
1339
 
1216
1340
  - ESLint, located at tools/node_modules/eslint, is licensed as follows:
1217
1341
  """
1218
- Copyright JS Foundation and other contributors, https://js.foundation
1342
+ Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
1219
1343
 
1220
1344
  Permission is hereby granted, free of charge, to any person obtaining a copy
1221
1345
  of this software and associated documentation files (the "Software"), to deal
@@ -1236,32 +1360,6 @@ The externally maintained libraries used by Node.js are:
1236
1360
  THE SOFTWARE.
1237
1361
  """
1238
1362
 
1239
- - Babel, located at tools/node_modules/@babel, is licensed as follows:
1240
- """
1241
- MIT License
1242
-
1243
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1244
-
1245
- Permission is hereby granted, free of charge, to any person obtaining
1246
- a copy of this software and associated documentation files (the
1247
- "Software"), to deal in the Software without restriction, including
1248
- without limitation the rights to use, copy, modify, merge, publish,
1249
- distribute, sublicense, and/or sell copies of the Software, and to
1250
- permit persons to whom the Software is furnished to do so, subject to
1251
- the following conditions:
1252
-
1253
- The above copyright notice and this permission notice shall be
1254
- included in all copies or substantial portions of the Software.
1255
-
1256
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1257
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1258
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1259
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1260
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1261
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1262
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1263
- """
1264
-
1265
1363
  - gtest, located at deps/googletest, is licensed as follows:
1266
1364
  """
1267
1365
  Copyright 2008, Google Inc.