diff --git a/developer/inst/dist/CHANGELOG.md b/developer/inst/dist/CHANGELOG.md
index 17026d39be..4552688be2 100644
--- a/developer/inst/dist/CHANGELOG.md
+++ b/developer/inst/dist/CHANGELOG.md
@@ -2,13 +2,13 @@
Select a Node.js version below to view the changelog history:
-* [Node.js 12](doc/changelogs/CHANGELOG_V12.md) - **Current**
-* [Node.js 11](doc/changelogs/CHANGELOG_V11.md) - Current
-* [Node.js 10](doc/changelogs/CHANGELOG_V10.md) — **Long Term Support**
+* [Node.js 12](doc/changelogs/CHANGELOG_V12.md) - **Long Term Support**
+* [Node.js 11](doc/changelogs/CHANGELOG_V11.md) - End-of-Life
+* [Node.js 10](doc/changelogs/CHANGELOG_V10.md) — Long Term Support
* [Node.js 9](doc/changelogs/CHANGELOG_V9.md) — End-of-Life
* [Node.js 8](doc/changelogs/CHANGELOG_V8.md) — Long Term Support
* [Node.js 7](doc/changelogs/CHANGELOG_V7.md) — End-of-Life
-* [Node.js 6](doc/changelogs/CHANGELOG_V6.md) — Long Term Support
+* [Node.js 6](doc/changelogs/CHANGELOG_V6.md) — End-of-Life
* [Node.js 5](doc/changelogs/CHANGELOG_V5.md) — End-of-Life
* [Node.js 4](doc/changelogs/CHANGELOG_V4.md) — End-of-Life
* [io.js](doc/changelogs/CHANGELOG_IOJS.md) — End-of-Life
@@ -22,22 +22,34 @@ release.
-### Notes
+## Notes
* The [Node.js Long Term Support plan](https://github.com/nodejs/Release) covers
LTS releases.
diff --git a/developer/inst/dist/LICENSE b/developer/inst/dist/LICENSE
index 5b64c9a1d7..f57c3dc0c3 100644
--- a/developer/inst/dist/LICENSE
+++ b/developer/inst/dist/LICENSE
@@ -74,6 +74,29 @@ The externally maintained libraries used by Node.js are:
THE SOFTWARE.
"""
+- Acorn plugins, located at deps/acorn-plugins, is licensed as follows:
+ """
+ Copyright (C) 2017-2018 by Adrian Heine
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
+ """
+
- c-ares, located at deps/cares, is licensed as follows:
"""
Copyright (c) 2007 - 2018, Daniel Stenberg with many contributors, see AUTHORS
@@ -606,9 +629,35 @@ The externally maintained libraries used by Node.js are:
n° 289016). Three clause BSD license.
"""
+- llhttp, located at deps/llhttp, is licensed as follows:
+ """
+ This software is licensed under the MIT License.
+
+ Copyright Fedor Indutny, 2018.
+
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to permit
+ persons to whom the Software is furnished to do so, subject to the
+ following conditions:
+
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
+ NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
+ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
+ """
+
- OpenSSL, located at deps/openssl, is licensed as follows:
"""
- Copyright (c) 1998-2018 The OpenSSL Project. All rights reserved.
+ Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -708,11 +757,13 @@ The externally maintained libraries used by Node.js are:
This code is copyrighted by Sun Microsystems Inc. and released
under a 3-clause BSD license.
- - Valgrind client API header, located at third_party/valgrind/valgrind.h
- This is release under the BSD license.
+ - Valgrind client API header, located at src/third_party/valgrind/valgrind.h
+ This is released under the BSD license.
- - antlr4 parser generator Cpp library located in third_party/antlr4
- This is release under the BSD license.
+ - The Wasm C/C++ API headers, located at third_party/wasm-api/wasm.{h,hh}
+ This is released under the Apache license. The API's upstream prototype
+ implementation also formed the basis of V8's implementation in
+ src/wasm/c-api.cc.
These libraries have their own licenses; we recommend you read them,
as their terms may differ from the terms below.
@@ -1334,6 +1385,24 @@ The externally maintained libraries used by Node.js are:
OR OTHER DEALINGS IN THE SOFTWARE.
"""
+- caja, located at lib/internal/freeze_intrinsics.js, is licensed as follows:
+ """
+ Adapted from SES/Caja - Copyright (C) 2011 Google Inc.
+ Copyright (C) 2018 Agoric
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ """
+
- brotli, located at deps/brotli, is licensed as follows:
"""
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
@@ -1356,3 +1425,104 @@ The externally maintained libraries used by Node.js are:
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
"""
+
+- HdrHistogram, located at deps/histogram, is licensed as follows:
+ """
+ The code in this repository code was Written by Gil Tene, Michael Barker,
+ and Matt Warren, and released to the public domain, as explained at
+ http://creativecommons.org/publicdomain/zero/1.0/
+
+ For users of this code who wish to consume it under the "BSD" license
+ rather than under the public domain or CC0 contribution text mentioned
+ above, the code found under this directory is *also* provided under the
+ following license (commonly referred to as the BSD 2-Clause License). This
+ license does not detract from the above stated release of the code into
+ the public domain, and simply represents an additional license granted by
+ the Author.
+
+ -----------------------------------------------------------------------------
+ ** Beginning of "BSD 2-Clause License" text. **
+
+ Copyright (c) 2012, 2013, 2014 Gil Tene
+ Copyright (c) 2014 Michael Barker
+ Copyright (c) 2014 Matt Warren
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+ THE POSSIBILITY OF SUCH DAMAGE.
+ """
+
+- node-heapdump, located at src/heap_utils.cc, is licensed as follows:
+ """
+ ISC License
+
+ Copyright (c) 2012, Ben Noordhuis
+
+ Permission to use, copy, modify, and/or distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+ === src/compat.h src/compat-inl.h ===
+
+ ISC License
+
+ Copyright (c) 2014, StrongLoop Inc.
+
+ Permission to use, copy, modify, and/or distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ """
+
+- rimraf, located at lib/internal/fs/rimraf.js, is licensed as follows:
+ """
+ The ISC License
+
+ Copyright (c) Isaac Z. Schlueter and Contributors
+
+ Permission to use, copy, modify, and/or distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ """
diff --git a/developer/inst/dist/README.md b/developer/inst/dist/README.md
index 3018ab73af..aa5ca6d659 100644
--- a/developer/inst/dist/README.md
+++ b/developer/inst/dist/README.md
@@ -12,11 +12,10 @@ Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. For
more information on using Node.js, see the [Node.js Website][].
The Node.js project uses an [open governance model](./GOVERNANCE.md). The
-[Node.js Foundation][] provides support for the project.
+[OpenJS Foundation][] provides support for the project.
**This project is bound by a [Code of Conduct][].**
-
# Table of Contents
* [Support](#support)
@@ -28,39 +27,18 @@ The Node.js project uses an [open governance model](./GOVERNANCE.md). The
* [Verifying Binaries](#verifying-binaries)
* [Building Node.js](#building-nodejs)
* [Security](#security)
+* [Contributing to Node.js](#contributing-to-nodejs)
* [Current Project Team Members](#current-project-team-members)
* [TSC (Technical Steering Committee)](#tsc-technical-steering-committee)
* [Collaborators](#collaborators)
* [Release Keys](#release-keys)
-* [Contributing to Node.js](#contributing-to-nodejs)
## Support
-Node.js contributors have limited availability to address general support
-questions. Please make sure you are using a [currently-supported version of
-Node.js](https://github.com/nodejs/Release#release-schedule).
+Looking for help? Check out the
+[instructions for getting support](.github/SUPPORT.md).
-When looking for support, please first search for your question in these venues:
-
-* [Node.js Website][]
-* [Node.js Help][]
-* [Open or closed issues in the Node.js GitHub organization](https://github.com/issues?utf8=%E2%9C%93&q=sort%3Aupdated-desc+org%3Anodejs+is%3Aissue)
-
-If you didn't find an answer in the resources above, try these unofficial
-resources:
-
-* [Questions tagged 'node.js' on StackOverflow][]
-* [#node.js channel on chat.freenode.net][]
-* [Node.js Slack Community](https://node-js.slack.com/)
- * To register: [nodeslackers.com](http://www.nodeslackers.com/)
-
-GitHub issues are for tracking enhancements and bugs, not general support.
-
-The open source license grants you the freedom to use Node.js. It does not
-guarantee commitments of other people's time. Please be respectful and manage
-your expectations.
-
-## Release Types
+## Release Types
* **Current**: Under active development. Code for the Current release is in the
branch for its major version number (for example,
@@ -110,7 +88,6 @@ Version-specific documentation is available in each release directory in the
_docs_ subdirectory. Version-specific documentation is also at
.
-
### Verifying Binaries
Download directories contain a `SHASUMS256.txt` file with SHA checksums for the
@@ -160,6 +137,12 @@ source and a list of supported platforms.
For information on reporting security vulnerabilities in Node.js, see
[SECURITY.md](./SECURITY.md).
+## Contributing to Node.js
+
+* [Contributing to the project][]
+* [Working Groups][]
+* [Strategic Initiatives][]
+
## Current Project Team Members
For information about the governance of the Node.js project, see
@@ -171,6 +154,8 @@ For information about the governance of the Node.js project, see
**Anna Henningsen** <anna@addaleax.net> (she/her)
* [apapirovski](https://github.com/apapirovski) -
**Anatoli Papirovski** <apapirovski@mac.com> (he/him)
+* [BethGriggs](https://github.com/BethGriggs) -
+**Beth Griggs** <Bethany.Griggs@uk.ibm.com> (she/her)
* [ChALkeR](https://github.com/ChALkeR) -
**Сковорода Никита Андреевич** <chalkerx@gmail.com> (he/him)
* [cjihrig](https://github.com/cjihrig) -
@@ -183,10 +168,10 @@ For information about the governance of the Node.js project, see
**Jeremiah Senkpiel** <fishrock123@rocketmail.com>
* [gabrielschulhof](https://github.com/gabrielschulhof) -
**Gabriel Schulhof** <gabriel.schulhof@intel.com>
-* [jasnell](https://github.com/jasnell) -
-**James M Snell** <jasnell@gmail.com> (he/him)
* [gireeshpunathil](https://github.com/gireeshpunathil) -
**Gireesh Punathil** <gpunathi@in.ibm.com> (he/him)
+* [jasnell](https://github.com/jasnell) -
+**James M Snell** <jasnell@gmail.com> (he/him)
* [joyeecheung](https://github.com/joyeecheung) -
**Joyee Cheung** <joyeec9h3@gmail.com> (she/her)
* [mcollina](https://github.com/mcollina) -
@@ -195,14 +180,14 @@ For information about the governance of the Node.js project, see
**Michael Dawson** <michael_dawson@ca.ibm.com> (he/him)
* [MylesBorins](https://github.com/MylesBorins) -
**Myles Borins** <myles.borins@gmail.com> (he/him)
-* [ofrobots](https://github.com/ofrobots) -
-**Ali Ijaz Sheikh** <ofrobots@google.com> (he/him)
-* [rvagg](https://github.com/rvagg) -
-**Rod Vagg** <rod@vagg.org>
+* [sam-github](https://github.com/sam-github) -
+**Sam Roberts** <vieuxtech@gmail.com>
* [targos](https://github.com/targos) -
**Michaël Zasso** <targos@protonmail.com> (he/him)
* [thefourtheye](https://github.com/thefourtheye) -
**Sakthipriyan Vairamani** <thechargingvolcano@gmail.com> (he/him)
+* [tniessen](https://github.com/tniessen) -
+**Tobias Nießen** <tniessen@tnie.de>
* [Trott](https://github.com/Trott) -
**Rich Trott** <rtrott@gmail.com> (he/him)
@@ -226,10 +211,14 @@ For information about the governance of the Node.js project, see
**Brian White** <mscdex@mscdex.net>
* [nebrius](https://github.com/nebrius) -
**Bryan Hughes** <bryan@nebri.us>
+* [ofrobots](https://github.com/ofrobots) -
+**Ali Ijaz Sheikh** <ofrobots@google.com> (he/him)
* [orangemocha](https://github.com/orangemocha) -
**Alexis Campailla** <orangemocha@nodejs.org>
* [piscisaureus](https://github.com/piscisaureus) -
**Bert Belder** <bertbelder@gmail.com>
+* [rvagg](https://github.com/rvagg) -
+**Rod Vagg** <r@va.gg>
* [shigeki](https://github.com/shigeki) -
**Shigeki Ohtsu** <ohtsu@ohtsu.org> (he/him)
* [TimothyGu](https://github.com/TimothyGu) -
@@ -243,12 +232,8 @@ For information about the governance of the Node.js project, see
**Anna Henningsen** <anna@addaleax.net> (she/her)
* [ak239](https://github.com/ak239) -
**Aleksei Koziatinskii** <ak239spb@gmail.com>
-* [andrasq](https://github.com/andrasq) -
-**Andras** <andras@kinvey.com>
* [AndreasMadsen](https://github.com/AndreasMadsen) -
**Andreas Madsen** <amwebdk@gmail.com> (he/him)
-* [AnnaMag](https://github.com/AnnaMag) -
-**Anna M. Kedzierska** <anna.m.kedzierska@gmail.com>
* [antsmartian](https://github.com/antsmartian) -
**Anto Aravinth** <anto.aravinth.cse@gmail.com> (he/him)
* [apapirovski](https://github.com/apapirovski) -
@@ -279,10 +264,10 @@ For information about the governance of the Node.js project, see
**Bartosz Sosnowski** <bartosz@janeasystems.com>
* [calvinmetcalf](https://github.com/calvinmetcalf) -
**Calvin Metcalf** <calvin.metcalf@gmail.com>
+* [cclauss](https://github.com/cclauss) -
+**Christian Clauss** <cclauss@me.com> (he/him)
* [ChALkeR](https://github.com/ChALkeR) -
**Сковорода Никита Андреевич** <chalkerx@gmail.com> (he/him)
-* [chrisdickinson](https://github.com/chrisdickinson) -
-**Chris Dickinson** <christopher.s.dickinson@gmail.com>
* [cjihrig](https://github.com/cjihrig) -
**Colin Ihrig** <cjihrig@gmail.com> (he/him)
* [claudiorodriguez](https://github.com/claudiorodriguez) -
@@ -295,6 +280,8 @@ For information about the governance of the Node.js project, see
**David Cai** <davidcai1993@yahoo.com> (he/him)
* [davisjam](https://github.com/davisjam) -
**Jamie Davis** <davisjam@vt.edu> (he/him)
+* [devnexen](https://github.com/devnexen) -
+**David Carlier** <devnexen@gmail.com>
* [devsnek](https://github.com/devsnek) -
**Gus Caplan** <me@gus.host> (he/him)
* [digitalinfinity](https://github.com/digitalinfinity) -
@@ -303,16 +290,12 @@ For information about the governance of the Node.js project, see
**Adrian Estrada** <edsadr@gmail.com> (he/him)
* [eljefedelrodeodeljefe](https://github.com/eljefedelrodeodeljefe) -
**Robert Jefe Lindstaedt** <robert.lindstaedt@gmail.com>
-* [estliberitas](https://github.com/estliberitas) -
-**Alexander Makarenko** <estliberitas@gmail.com>
* [eugeneo](https://github.com/eugeneo) -
**Eugene Ostroukhov** <eostroukhov@google.com>
* [evanlucas](https://github.com/evanlucas) -
**Evan Lucas** <evanlucas@me.com> (he/him)
* [fhinkel](https://github.com/fhinkel) -
**Franziska Hinkelmann** <franziska.hinkelmann@gmail.com> (she/her)
-* [firedfox](https://github.com/firedfox) -
-**Daniel Wang** <wangyang0123@gmail.com>
* [Fishrock123](https://github.com/Fishrock123) -
**Jeremiah Senkpiel** <fishrock123@rocketmail.com>
* [gabrielschulhof](https://github.com/gabrielschulhof) -
@@ -321,6 +304,8 @@ For information about the governance of the Node.js project, see
**George Adams** <george.adams@uk.ibm.com> (he/him)
* [geek](https://github.com/geek) -
**Wyatt Preul** <wpreul@gmail.com>
+* [gengjiawen](https://github.com/gengjiawen) -
+**Jiawen Geng** <technicalcute@gmail.com>
* [gibfahn](https://github.com/gibfahn) -
**Gibson Fahnestock** <gibfahn@gmail.com> (he/him)
* [gireeshpunathil](https://github.com/gireeshpunathil) -
@@ -349,32 +334,26 @@ For information about the governance of the Node.js project, see
**Johan Bergström** <bugs@bergstroem.nu>
* [jdalton](https://github.com/jdalton) -
**John-David Dalton** <john.david.dalton@gmail.com>
-* [jhamhader](https://github.com/jhamhader) -
-**Yuval Brik** <yuval@brik.org.il>
* [jkrems](https://github.com/jkrems) -
**Jan Krems** <jan.krems@gmail.com> (he/him)
* [joaocgreis](https://github.com/joaocgreis) -
**João Reis** <reis@janeasystems.com>
-* [joshgav](https://github.com/joshgav) -
-**Josh Gavant** <josh.gavant@outlook.com>
* [joyeecheung](https://github.com/joyeecheung) -
**Joyee Cheung** <joyeec9h3@gmail.com> (she/her)
* [julianduque](https://github.com/julianduque) -
**Julian Duque** <julianduquej@gmail.com> (he/him)
* [JungMinu](https://github.com/JungMinu) -
-**Minwoo Jung** <minwoo@nodesource.com> (he/him)
+**Minwoo Jung** <nodecorelab@gmail.com> (he/him)
* [kfarnung](https://github.com/kfarnung) -
**Kyle Farnung** <kfarnung@microsoft.com> (he/him)
-* [kunalspathak](https://github.com/kunalspathak) -
-**Kunal Pathak** <kunal.pathak@microsoft.com>
* [lance](https://github.com/lance) -
**Lance Ball** <lball@redhat.com> (he/him)
+* [legendecas](https://github.com/legendecas) -
+**Chengzhong Wu** <legendecas@gmail.com> (he/him)
* [Leko](https://github.com/Leko) -
**Shingo Inoue** <leko.noor@gmail.com> (he/him)
* [lpinca](https://github.com/lpinca) -
**Luigi Pinca** <luigipinca@gmail.com> (he/him)
-* [lucamaraschi](https://github.com/lucamaraschi) -
-**Luca Maraschi** <luca.maraschi@gmail.com> (he/him)
* [lundibundi](https://github.com/lundibundi) -
**Denys Otrishko** <shishugi@gmail.com> (he/him)
* [maclover7](https://github.com/maclover7) -
@@ -399,14 +378,8 @@ For information about the governance of the Node.js project, see
**Teddy Katz** <teddy.katz@gmail.com> (he/him)
* [ofrobots](https://github.com/ofrobots) -
**Ali Ijaz Sheikh** <ofrobots@google.com> (he/him)
-* [orangemocha](https://github.com/orangemocha) -
-**Alexis Campailla** <orangemocha@nodejs.org>
-* [othiym23](https://github.com/othiym23) -
-**Forrest L Norvell** <ogd@aoaioxxysz.net> (he/him)
* [oyyd](https://github.com/oyyd) -
**Ouyang Yadong** <oyydoibh@gmail.com> (he/him)
-* [pmq20](https://github.com/pmq20) -
-**Minqi Pan** <pmq2001@gmail.com>
* [princejwesley](https://github.com/princejwesley) -
**Prince John Wesley** <princejohnwesley@gmail.com>
* [psmarshall](https://github.com/psmarshall) -
@@ -414,7 +387,7 @@ For information about the governance of the Node.js project, see
* [Qard](https://github.com/Qard) -
**Stephen Belanger** <admin@stephenbelanger.com> (he/him)
* [refack](https://github.com/refack) -
-**Refael Ackermann** <refack@gmail.com> (he/him)
+**Refael Ackermann (רפאל פלחי)** <refack@gmail.com> (he/him/הוא/אתה)
* [richardlau](https://github.com/richardlau) -
**Richard Lau** <riclau@uk.ibm.com>
* [ronkorving](https://github.com/ronkorving) -
@@ -447,16 +420,12 @@ For information about the governance of the Node.js project, see
**Steven R Loomis** <srloomis@us.ibm.com>
* [starkwang](https://github.com/starkwang) -
**Weijia Wang** <starkwang@126.com>
-* [stefanmb](https://github.com/stefanmb) -
-**Stefan Budeanu** <stefan@budeanu.com>
* [targos](https://github.com/targos) -
**Michaël Zasso** <targos@protonmail.com> (he/him)
* [thefourtheye](https://github.com/thefourtheye) -
**Sakthipriyan Vairamani** <thechargingvolcano@gmail.com> (he/him)
* [thekemkid](https://github.com/thekemkid) -
**Glen Keane** <glenkeane.94@gmail.com> (he/him)
-* [thlorenz](https://github.com/thlorenz) -
-**Thorsten Lorenz** <thlorenz@gmx.de>
* [TimothyGu](https://github.com/TimothyGu) -
**Tiancheng "Timothy" Gu** <timothygu99@gmail.com> (he/him)
* [tniessen](https://github.com/tniessen) -
@@ -471,14 +440,10 @@ For information about the governance of the Node.js project, see
**Vladimir de Turckheim** <vlad2t@hotmail.com> (he/him)
* [vkurchatkin](https://github.com/vkurchatkin) -
**Vladimir Kurchatkin** <vladimir.kurchatkin@gmail.com>
-* [vsemozhetbyt](https://github.com/vsemozhetbyt) -
-**Vse Mozhet Byt** <vsemozhetbyt@gmail.com> (he/him)
* [watilde](https://github.com/watilde) -
**Daijiro Wachi** <daijiro.wachi@gmail.com> (he/him)
* [watson](https://github.com/watson) -
**Thomas Watson** <w@tson.dk>
-* [whitlockjc](https://github.com/whitlockjc) -
-**Jeremy Whitlock** <jwhitlock@apache.org>
* [XadillaX](https://github.com/XadillaX) -
**Khaidi Chu** <i@2333.moe> (he/him)
* [yhwang](https://github.com/yhwang) -
@@ -492,10 +457,28 @@ For information about the governance of the Node.js project, see
### Collaborator Emeriti
+* [andrasq](https://github.com/andrasq) -
+**Andras** <andras@kinvey.com>
+* [AnnaMag](https://github.com/AnnaMag) -
+**Anna M. Kedzierska** <anna.m.kedzierska@gmail.com>
+* [estliberitas](https://github.com/estliberitas) -
+**Alexander Makarenko** <estliberitas@gmail.com>
+* [chrisdickinson](https://github.com/chrisdickinson) -
+**Chris Dickinson** <christopher.s.dickinson@gmail.com>
+* [firedfox](https://github.com/firedfox) -
+**Daniel Wang** <wangyang0123@gmail.com>
* [imran-iq](https://github.com/imran-iq) -
**Imran Iqbal** <imran@imraniqbal.org>
* [isaacs](https://github.com/isaacs) -
**Isaac Z. Schlueter** <i@izs.me>
+* [jhamhader](https://github.com/jhamhader) -
+**Yuval Brik** <yuval@brik.org.il>
+* [joshgav](https://github.com/joshgav) -
+**Josh Gavant** <josh.gavant@outlook.com>
+* [kunalspathak](https://github.com/kunalspathak) -
+**Kunal Pathak** <kunal.pathak@microsoft.com>
+* [lucamaraschi](https://github.com/lucamaraschi) -
+**Luca Maraschi** <luca.maraschi@gmail.com> (he/him)
* [lxe](https://github.com/lxe) -
**Aleksey Smolenchuk** <lxe@lxe.co>
* [matthewloring](https://github.com/matthewloring) -
@@ -508,12 +491,18 @@ For information about the governance of the Node.js project, see
**Christopher Monsanto** <chris@monsan.to>
* [Olegas](https://github.com/Olegas) -
**Oleg Elifantiev** <oleg@elifantiev.ru>
+* [orangemocha](https://github.com/orangemocha) -
+**Alexis Campailla** <orangemocha@nodejs.org>
+* [othiym23](https://github.com/othiym23) -
+**Forrest L Norvell** <ogd@aoaioxxysz.net> (he/him)
* [petkaantonov](https://github.com/petkaantonov) -
**Petka Antonov** <petka_antonov@hotmail.com>
* [phillipj](https://github.com/phillipj) -
**Phillip Johnsen** <johphi@gmail.com>
* [piscisaureus](https://github.com/piscisaureus) -
**Bert Belder** <bertbelder@gmail.com>
+* [pmq20](https://github.com/pmq20) -
+**Minqi Pan** <pmq2001@gmail.com>
* [rlidwka](https://github.com/rlidwka) -
**Alex Kocharin** <alex@kocharin.ru>
* [rmg](https://github.com/rmg) -
@@ -522,10 +511,18 @@ For information about the governance of the Node.js project, see
**Robert Kowalski** <rok@kowalski.gd>
* [romankl](https://github.com/romankl) -
**Roman Klauke** <romaaan.git@gmail.com>
+* [stefanmb](https://github.com/stefanmb) -
+**Stefan Budeanu** <stefan@budeanu.com>
* [tellnes](https://github.com/tellnes) -
**Christian Tellnes** <christian@tellnes.no>
+* [thlorenz](https://github.com/thlorenz) -
+**Thorsten Lorenz** <thlorenz@gmx.de>
* [tunniclm](https://github.com/tunniclm) -
**Mike Tunnicliffe** <m.j.tunnicliffe@gmail.com>
+* [vsemozhetbyt](https://github.com/vsemozhetbyt) -
+**Vse Mozhet Byt** <vsemozhetbyt@gmail.com> (he/him)
+* [whitlockjc](https://github.com/whitlockjc) -
+**Jeremy Whitlock** <jwhitlock@apache.org>
Collaborators follow the [COLLABORATOR_GUIDE.md](./COLLABORATOR_GUIDE.md) in
maintaining the Node.js project.
@@ -589,18 +586,9 @@ Other keys used to sign some previous releases:
* **Timothy J Fontaine** <tjfontaine@gmail.com>
`7937DFD2AB06298B2293C3187D33FF9D0246406D`
-## Contributing to Node.js
-
-* [Contributing to the project][]
-* [Working Groups][]
-* [Strategic Initiatives][]
-
[Code of Conduct]: https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md
[Contributing to the project]: CONTRIBUTING.md
-[Node.js Help]: https://github.com/nodejs/help
-[Node.js Foundation]: https://nodejs.org/en/foundation/
-[Node.js Website]: https://nodejs.org/en/
-[Questions tagged 'node.js' on StackOverflow]: https://stackoverflow.com/questions/tagged/node.js
+[Node.js Website]: https://nodejs.org/
+[OpenJS Foundation]: http://openjs.foundation/
[Working Groups]: https://github.com/nodejs/TSC/blob/master/WORKING_GROUPS.md
[Strategic Initiatives]: https://github.com/nodejs/TSC/blob/master/Strategic-Initiatives.md
-[#node.js channel on chat.freenode.net]: https://webchat.freenode.net?channels=node.js&uio=d4
diff --git a/developer/inst/dist/node.exe b/developer/inst/dist/node.exe
index 4a9005cde5..d0cd378359 100644
Binary files a/developer/inst/dist/node.exe and b/developer/inst/dist/node.exe differ