Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /opt/cpanel/ea-nodejs10/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //opt/cpanel/ea-nodejs10/README.md
<p align="center">
  <a href="https://nodejs.org/">
    <img
      alt="Node.js"
      src="https://nodejs.org/static/images/logo-light.svg"
      width="400"
    />
  </a>
</p>

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.

**This project is bound by a [Code of Conduct][].**


# Table of Contents

* [Support](#support)
* [Release Types](#release-types)
  * [Download](#download)
    * [Current and LTS Releases](#current-and-lts-releases)
    * [Nightly Releases](#nightly-releases)
    * [API Documentation](#api-documentation)
  * [Verifying Binaries](#verifying-binaries)
* [Building Node.js](#building-nodejs)
* [Security](#security)
* [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).

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 

* **Current**: Under active development. Code for the Current release is in the
  branch for its major version number (for example,
  [v10.x](https://github.com/nodejs/node/tree/v10.x)). Node.js releases a new
  major version every 6 months, allowing for breaking changes. This happens in
  April and October every year. Releases appearing each October have a support
  life of 8 months. Releases appearing each April convert to LTS (see below)
  each October.
* **LTS**: Releases that receive Long-term Support, with a focus on stability
  and security. Every even-numbered major version will become an LTS release.
  LTS releases receive 18 months of _Active LTS_ support and a further 12 months
  of _Maintenance_. LTS release lines have alphabetically-ordered codenames,
  beginning with v4 Argon. There are no breaking changes or feature additions,
  except in some special circumstances.
* **Nightly**: Code from the Current branch built every 24-hours when there are
  changes. Use with caution.

Current and LTS releases follow [Semantic Versioning](https://semver.org). A
member of the Release Team [signs](#release-keys) each Current and LTS release.
For more information, see the
[Release README](https://github.com/nodejs/Release#readme).

### Download

Binaries, installers, and source tarballs are available at
<https://nodejs.org/en/download/>.

#### Current and LTS Releases
<https://nodejs.org/download/release/>

The [latest](https://nodejs.org/download/release/latest/) directory is an
alias for the latest Current release. The latest-_codename_ directory is an
alias for the latest release from an LTS line. For example, the
[latest-carbon](https://nodejs.org/download/release/latest-carbon/) directory
contains the latest Carbon (Node.js 8) release.

#### Nightly Releases
<https://nodejs.org/download/nightly/>

Each directory name and filename contains a date (in UTC time) and the commit
SHA at the HEAD of the release.

#### API Documentation

Documentation for the latest Current release is at <https://nodejs.org/api/>.
Version-specific documentation is available in each release directory in the
_docs_ subdirectory. Version-specific documentation is also at
<https://nodejs.org/download/docs/>.


### Verifying Binaries

Download directories contain a `SHASUMS256.txt` file with SHA checksums for the
files.

To download `SHASUMS256.txt` using `curl`:

```console
$ curl -O https://nodejs.org/dist/vx.y.z/SHASUMS256.txt
```

To check that a downloaded file matches the checksum, run
it through `sha256sum` with a command such as:

```console
$ grep node-vx.y.z.tar.gz SHASUMS256.txt | sha256sum -c -
```

For Current and LTS, the GPG detached signature of `SHASUMS256.txt` is in
`SHASUMS256.txt.sig`. You can use it with `gpg` to verify the integrity of
`SHASUM256.txt`. You will first need to import
[the GPG keys of individuals authorized to create releases](#release-keys). To
import the keys:

```console
$ gpg --keyserver pool.sks-keyservers.net --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
```

See the bottom of this README for a full script to import active release keys.

Next, download the `SHASUMS256.txt.sig` for the release:

```console
$ curl -O https://nodejs.org/dist/vx.y.z/SHASUMS256.txt.sig
```

Then use `gpg --verify SHASUMS256.txt.sig SHASUMS256.txt` to verify
the file's signature.

## Building Node.js

See [BUILDING.md](BUILDING.md) for instructions on how to build Node.js from
source and a list of supported platforms.

## Security

For information on reporting security vulnerabilities in Node.js, see
[SECURITY.md](./SECURITY.md).

## Current Project Team Members

For information about the governance of the Node.js project, see
[GOVERNANCE.md](./GOVERNANCE.md).

### TSC (Technical Steering Committee)

* [addaleax](https://github.com/addaleax) -
**Anna Henningsen** &lt;[email protected]&gt; (she/her)
* [apapirovski](https://github.com/apapirovski) -
**Anatoli Papirovski** &lt;[email protected]&gt; (he/him)
* [ChALkeR](https://github.com/ChALkeR) -
**Сковорода Никита Андреевич** &lt;[email protected]&gt; (he/him)
* [cjihrig](https://github.com/cjihrig) -
**Colin Ihrig** &lt;[email protected]&gt; (he/him)
* [danbev](https://github.com/danbev) -
**Daniel Bevenius** &lt;[email protected]&gt; (he/him)
* [fhinkel](https://github.com/fhinkel) -
**Franziska Hinkelmann** &lt;[email protected]&gt; (she/her)
* [Fishrock123](https://github.com/Fishrock123) -
**Jeremiah Senkpiel** &lt;[email protected]&gt;
* [gabrielschulhof](https://github.com/gabrielschulhof) -
**Gabriel Schulhof** &lt;[email protected]&gt;
* [jasnell](https://github.com/jasnell) -
**James M Snell** &lt;[email protected]&gt; (he/him)
* [gireeshpunathil](https://github.com/gireeshpunathil) -
**Gireesh Punathil** &lt;[email protected]&gt; (he/him)
* [joyeecheung](https://github.com/joyeecheung) -
**Joyee Cheung** &lt;[email protected]&gt; (she/her)
* [mcollina](https://github.com/mcollina) -
**Matteo Collina** &lt;[email protected]&gt; (he/him)
* [mhdawson](https://github.com/mhdawson) -
**Michael Dawson** &lt;[email protected]&gt; (he/him)
* [MylesBorins](https://github.com/MylesBorins) -
**Myles Borins** &lt;[email protected]&gt; (he/him)
* [ofrobots](https://github.com/ofrobots) -
**Ali Ijaz Sheikh** &lt;[email protected]&gt; (he/him)
* [rvagg](https://github.com/rvagg) -
**Rod Vagg** &lt;[email protected]&gt;
* [targos](https://github.com/targos) -
**Michaël Zasso** &lt;[email protected]&gt; (he/him)
* [thefourtheye](https://github.com/thefourtheye) -
**Sakthipriyan Vairamani** &lt;[email protected]&gt; (he/him)
* [Trott](https://github.com/Trott) -
**Rich Trott** &lt;[email protected]&gt; (he/him)

### TSC Emeriti

* [bnoordhuis](https://github.com/bnoordhuis) -
**Ben Noordhuis** &lt;[email protected]&gt;
* [chrisdickinson](https://github.com/chrisdickinson) -
**Chris Dickinson** &lt;[email protected]&gt;
* [evanlucas](https://github.com/evanlucas) -
**Evan Lucas** &lt;[email protected]&gt; (he/him)
* [gibfahn](https://github.com/gibfahn) -
**Gibson Fahnestock** &lt;[email protected]&gt; (he/him)
* [indutny](https://github.com/indutny) -
**Fedor Indutny** &lt;[email protected]&gt;
* [isaacs](https://github.com/isaacs) -
**Isaac Z. Schlueter** &lt;[email protected]&gt;
* [joshgav](https://github.com/joshgav) -
**Josh Gavant** &lt;[email protected]&gt;
* [mscdex](https://github.com/mscdex) -
**Brian White** &lt;[email protected]&gt;
* [nebrius](https://github.com/nebrius) -
**Bryan Hughes** &lt;[email protected]&gt;
* [orangemocha](https://github.com/orangemocha) -
**Alexis Campailla** &lt;[email protected]&gt;
* [piscisaureus](https://github.com/piscisaureus) -
**Bert Belder** &lt;[email protected]&gt;
* [shigeki](https://github.com/shigeki) -
**Shigeki Ohtsu** &lt;[email protected]&gt; (he/him)
* [TimothyGu](https://github.com/TimothyGu) -
**Tiancheng "Timothy" Gu** &lt;[email protected]&gt; (he/him)
* [trevnorris](https://github.com/trevnorris) -
**Trevor Norris** &lt;[email protected]&gt;

### Collaborators

* [addaleax](https://github.com/addaleax) -
**Anna Henningsen** &lt;[email protected]&gt; (she/her)
* [ak239](https://github.com/ak239) -
**Aleksei Koziatinskii** &lt;[email protected]&gt;
* [andrasq](https://github.com/andrasq) -
**Andras** &lt;[email protected]&gt;
* [AndreasMadsen](https://github.com/AndreasMadsen) -
**Andreas Madsen** &lt;[email protected]&gt; (he/him)
* [AnnaMag](https://github.com/AnnaMag) -
**Anna M. Kedzierska** &lt;[email protected]&gt;
* [antsmartian](https://github.com/antsmartian) -
**Anto Aravinth** &lt;[email protected]&gt; (he/him)
* [apapirovski](https://github.com/apapirovski) -
**Anatoli Papirovski** &lt;[email protected]&gt; (he/him)
* [aqrln](https://github.com/aqrln) -
**Alexey Orlenko** &lt;[email protected]&gt; (he/him)
* [bcoe](https://github.com/bcoe) -
**Ben Coe** &lt;[email protected]&gt; (he/him)
* [bengl](https://github.com/bengl) -
**Bryan English** &lt;[email protected]&gt; (he/him)
* [benjamingr](https://github.com/benjamingr) -
**Benjamin Gruenbaum** &lt;[email protected]&gt;
* [BethGriggs](https://github.com/BethGriggs) -
**Beth Griggs** &lt;[email protected]&gt; (she/her)
* [bmeck](https://github.com/bmeck) -
**Bradley Farias** &lt;[email protected]&gt;
* [bmeurer](https://github.com/bmeurer) -
**Benedikt Meurer** &lt;[email protected]&gt;
* [bnoordhuis](https://github.com/bnoordhuis) -
**Ben Noordhuis** &lt;[email protected]&gt;
* [boneskull](https://github.com/boneskull) -
**Christopher Hiller** &lt;[email protected]&gt; (he/him)
* [brendanashworth](https://github.com/brendanashworth) -
**Brendan Ashworth** &lt;[email protected]&gt;
* [BridgeAR](https://github.com/BridgeAR) -
**Ruben Bridgewater** &lt;[email protected]&gt; (he/him)
* [bzoz](https://github.com/bzoz) -
**Bartosz Sosnowski** &lt;[email protected]&gt;
* [calvinmetcalf](https://github.com/calvinmetcalf) -
**Calvin Metcalf** &lt;[email protected]&gt;
* [ChALkeR](https://github.com/ChALkeR) -
**Сковорода Никита Андреевич** &lt;[email protected]&gt; (he/him)
* [chrisdickinson](https://github.com/chrisdickinson) -
**Chris Dickinson** &lt;[email protected]&gt;
* [cjihrig](https://github.com/cjihrig) -
**Colin Ihrig** &lt;[email protected]&gt; (he/him)
* [claudiorodriguez](https://github.com/claudiorodriguez) -
**Claudio Rodriguez** &lt;[email protected]&gt;
* [codebytere](https://github.com/codebytere) -
**Shelley Vohr** &lt;[email protected]&gt; (she/her)
* [danbev](https://github.com/danbev) -
**Daniel Bevenius** &lt;[email protected]&gt; (he/him)
* [DavidCai1993](https://github.com/DavidCai1993) -
**David Cai** &lt;[email protected]&gt; (he/him)
* [davisjam](https://github.com/davisjam) -
**Jamie Davis** &lt;[email protected]&gt; (he/him)
* [devsnek](https://github.com/devsnek) -
**Gus Caplan** &lt;[email protected]&gt; (he/him)
* [digitalinfinity](https://github.com/digitalinfinity) -
**Hitesh Kanwathirtha** &lt;[email protected]&gt; (he/him)
* [edsadr](https://github.com/edsadr) -
**Adrian Estrada** &lt;[email protected]&gt; (he/him)
* [eljefedelrodeodeljefe](https://github.com/eljefedelrodeodeljefe) -
**Robert Jefe Lindstaedt** &lt;[email protected]&gt;
* [estliberitas](https://github.com/estliberitas) -
**Alexander Makarenko** &lt;[email protected]&gt;
* [eugeneo](https://github.com/eugeneo) -
**Eugene Ostroukhov** &lt;[email protected]&gt;
* [evanlucas](https://github.com/evanlucas) -
**Evan Lucas** &lt;[email protected]&gt; (he/him)
* [fhinkel](https://github.com/fhinkel) -
**Franziska Hinkelmann** &lt;[email protected]&gt; (she/her)
* [firedfox](https://github.com/firedfox) -
**Daniel Wang** &lt;[email protected]&gt;
* [Fishrock123](https://github.com/Fishrock123) -
**Jeremiah Senkpiel** &lt;[email protected]&gt;
* [gabrielschulhof](https://github.com/gabrielschulhof) -
**Gabriel Schulhof** &lt;[email protected]&gt;
* [gdams](https://github.com/gdams) -
**George Adams** &lt;[email protected]&gt; (he/him)
* [geek](https://github.com/geek) -
**Wyatt Preul** &lt;[email protected]&gt;
* [gibfahn](https://github.com/gibfahn) -
**Gibson Fahnestock** &lt;[email protected]&gt; (he/him)
* [gireeshpunathil](https://github.com/gireeshpunathil) -
**Gireesh Punathil** &lt;[email protected]&gt; (he/him)
* [guybedford](https://github.com/guybedford) -
**Guy Bedford** &lt;[email protected]&gt; (he/him)
* [hashseed](https://github.com/hashseed) -
**Yang Guo** &lt;[email protected]&gt; (he/him)
* [hiroppy](https://github.com/hiroppy) -
**Yuta Hiroto** &lt;[email protected]&gt; (he/him)
* [iarna](https://github.com/iarna) -
**Rebecca Turner** &lt;[email protected]&gt;
* [imyller](https://github.com/imyller) -
**Ilkka Myller** &lt;[email protected]&gt;
* [indutny](https://github.com/indutny) -
**Fedor Indutny** &lt;[email protected]&gt;
* [italoacasas](https://github.com/italoacasas) -
**Italo A. Casas** &lt;[email protected]&gt; (he/him)
* [JacksonTian](https://github.com/JacksonTian) -
**Jackson Tian** &lt;[email protected]&gt;
* [jasnell](https://github.com/jasnell) -
**James M Snell** &lt;[email protected]&gt; (he/him)
* [jasongin](https://github.com/jasongin) -
**Jason Ginchereau** &lt;[email protected]&gt;
* [jbergstroem](https://github.com/jbergstroem) -
**Johan Bergström** &lt;[email protected]&gt;
* [jdalton](https://github.com/jdalton) -
**John-David Dalton** &lt;[email protected]&gt;
* [jhamhader](https://github.com/jhamhader) -
**Yuval Brik** &lt;[email protected]&gt;
* [jkrems](https://github.com/jkrems) -
**Jan Krems** &lt;[email protected]&gt; (he/him)
* [joaocgreis](https://github.com/joaocgreis) -
**João Reis** &lt;[email protected]&gt;
* [joshgav](https://github.com/joshgav) -
**Josh Gavant** &lt;[email protected]&gt;
* [joyeecheung](https://github.com/joyeecheung) -
**Joyee Cheung** &lt;[email protected]&gt; (she/her)
* [julianduque](https://github.com/julianduque) -
**Julian Duque** &lt;[email protected]&gt; (he/him)
* [JungMinu](https://github.com/JungMinu) -
**Minwoo Jung** &lt;[email protected]&gt; (he/him)
* [kfarnung](https://github.com/kfarnung) -
**Kyle Farnung** &lt;[email protected]&gt; (he/him)
* [kunalspathak](https://github.com/kunalspathak) -
**Kunal Pathak** &lt;[email protected]&gt;
* [lance](https://github.com/lance) -
**Lance Ball** &lt;[email protected]&gt; (he/him)
* [Leko](https://github.com/Leko) -
**Shingo Inoue** &lt;[email protected]&gt; (he/him)
* [lpinca](https://github.com/lpinca) -
**Luigi Pinca** &lt;[email protected]&gt; (he/him)
* [lucamaraschi](https://github.com/lucamaraschi) -
**Luca Maraschi** &lt;[email protected]&gt; (he/him)
* [lundibundi](https://github.com/lundibundi) -
**Denys Otrishko** &lt;[email protected]&gt; (he/him)
* [maclover7](https://github.com/maclover7) -
**Jon Moss** &lt;[email protected]&gt; (he/him)
* [mafintosh](https://github.com/mafintosh)
**Mathias Buus** &lt;[email protected]&gt; (he/him)
* [mcollina](https://github.com/mcollina) -
**Matteo Collina** &lt;[email protected]&gt; (he/him)
* [mhdawson](https://github.com/mhdawson) -
**Michael Dawson** &lt;[email protected]&gt; (he/him)
* [misterdjules](https://github.com/misterdjules) -
**Julien Gilli** &lt;[email protected]&gt;
* [mmarchini](https://github.com/mmarchini) -
**Matheus Marchini** &lt;[email protected]&gt;
* [MoonBall](https://github.com/MoonBall) -
**Chen Gang** &lt;[email protected]&gt;
* [mscdex](https://github.com/mscdex) -
**Brian White** &lt;[email protected]&gt;
* [MylesBorins](https://github.com/MylesBorins) -
**Myles Borins** &lt;[email protected]&gt; (he/him)
* [not-an-aardvark](https://github.com/not-an-aardvark) -
**Teddy Katz** &lt;[email protected]&gt; (he/him)
* [ofrobots](https://github.com/ofrobots) -
**Ali Ijaz Sheikh** &lt;[email protected]&gt; (he/him)
* [orangemocha](https://github.com/orangemocha) -
**Alexis Campailla** &lt;[email protected]&gt;
* [othiym23](https://github.com/othiym23) -
**Forrest L Norvell** &lt;[email protected]&gt; (he/him)
* [oyyd](https://github.com/oyyd) -
**Ouyang Yadong** &lt;[email protected]&gt; (he/him)
* [pmq20](https://github.com/pmq20) -
**Minqi Pan** &lt;[email protected]&gt;
* [princejwesley](https://github.com/princejwesley) -
**Prince John Wesley** &lt;[email protected]&gt;
* [psmarshall](https://github.com/psmarshall) -
**Peter Marshall** &lt;[email protected]&gt; (he/him)
* [Qard](https://github.com/Qard) -
**Stephen Belanger** &lt;[email protected]&gt; (he/him)
* [refack](https://github.com/refack) -
**Refael Ackermann** &lt;[email protected]&gt; (he/him)
* [richardlau](https://github.com/richardlau) -
**Richard Lau** &lt;[email protected]&gt;
* [ronkorving](https://github.com/ronkorving) -
**Ron Korving** &lt;[email protected]&gt;
* [RReverser](https://github.com/RReverser) -
**Ingvar Stepanyan** &lt;[email protected]&gt;
* [rubys](https://github.com/rubys) -
**Sam Ruby** &lt;[email protected]&gt;
* [rvagg](https://github.com/rvagg) -
**Rod Vagg** &lt;[email protected]&gt;
* [ryzokuken](https://github.com/ryzokuken) -
**Ujjwal Sharma** &lt;[email protected]&gt; (he/him)
* [saghul](https://github.com/saghul) -
**Saúl Ibarra Corretgé** &lt;[email protected]&gt;
* [sam-github](https://github.com/sam-github) -
**Sam Roberts** &lt;[email protected]&gt;
* [santigimeno](https://github.com/santigimeno) -
**Santiago Gimeno** &lt;[email protected]&gt;
* [sebdeckers](https://github.com/sebdeckers) -
**Sebastiaan Deckers** &lt;[email protected]&gt;
* [seishun](https://github.com/seishun) -
**Nikolai Vavilov** &lt;[email protected]&gt;
* [shigeki](https://github.com/shigeki) -
**Shigeki Ohtsu** &lt;[email protected]&gt; (he/him)
* [shisama](https://github.com/shisama) -
**Masashi Hirano** &lt;[email protected]&gt; (he/him)
* [silverwind](https://github.com/silverwind) -
**Roman Reiss** &lt;[email protected]&gt;
* [srl295](https://github.com/srl295) -
**Steven R Loomis** &lt;[email protected]&gt;
* [starkwang](https://github.com/starkwang) -
**Weijia Wang** &lt;[email protected]&gt;
* [stefanmb](https://github.com/stefanmb) -
**Stefan Budeanu** &lt;[email protected]&gt;
* [targos](https://github.com/targos) -
**Michaël Zasso** &lt;[email protected]&gt; (he/him)
* [thefourtheye](https://github.com/thefourtheye) -
**Sakthipriyan Vairamani** &lt;[email protected]&gt; (he/him)
* [thekemkid](https://github.com/thekemkid) -
**Glen Keane** &lt;[email protected]&gt; (he/him)
* [thlorenz](https://github.com/thlorenz) -
**Thorsten Lorenz** &lt;[email protected]&gt;
* [TimothyGu](https://github.com/TimothyGu) -
**Tiancheng "Timothy" Gu** &lt;[email protected]&gt; (he/him)
* [tniessen](https://github.com/tniessen) -
**Tobias Nießen** &lt;[email protected]&gt;
* [trevnorris](https://github.com/trevnorris) -
**Trevor Norris** &lt;[email protected]&gt;
* [trivikr](https://github.com/trivikr) -
**Trivikram Kamat** &lt;[email protected]&gt;
* [Trott](https://github.com/Trott) -
**Rich Trott** &lt;[email protected]&gt; (he/him)
* [vdeturckheim](https://github.com/vdeturckheim) -
**Vladimir de Turckheim** &lt;[email protected]&gt; (he/him)
* [vkurchatkin](https://github.com/vkurchatkin) -
**Vladimir Kurchatkin** &lt;[email protected]&gt;
* [vsemozhetbyt](https://github.com/vsemozhetbyt) -
**Vse Mozhet Byt** &lt;[email protected]&gt; (he/him)
* [watilde](https://github.com/watilde) -
**Daijiro Wachi** &lt;[email protected]&gt; (he/him)
* [watson](https://github.com/watson) -
**Thomas Watson** &lt;[email protected]&gt;
* [whitlockjc](https://github.com/whitlockjc) -
**Jeremy Whitlock** &lt;[email protected]&gt;
* [XadillaX](https://github.com/XadillaX) -
**Khaidi Chu** &lt;[email protected]&gt; (he/him)
* [yhwang](https://github.com/yhwang) -
**Yihong Wang** &lt;[email protected]&gt;
* [yorkie](https://github.com/yorkie) -
**Yorkie Liu** &lt;[email protected]&gt;
* [yosuke-furukawa](https://github.com/yosuke-furukawa) -
**Yosuke Furukawa** &lt;[email protected]&gt;
* [ZYSzys](https://github.com/ZYSzys) -
**Yongsheng Zhang** &lt;[email protected]&gt; (he/him)

### Collaborator Emeriti

* [imran-iq](https://github.com/imran-iq) -
**Imran Iqbal** &lt;[email protected]&gt;
* [isaacs](https://github.com/isaacs) -
**Isaac Z. Schlueter** &lt;[email protected]&gt;
* [lxe](https://github.com/lxe) -
**Aleksey Smolenchuk** &lt;[email protected]&gt;
* [matthewloring](https://github.com/matthewloring) -
**Matthew Loring** &lt;[email protected]&gt;
* [micnic](https://github.com/micnic) -
**Nicu Micleușanu** &lt;[email protected]&gt; (he/him)
* [mikeal](https://github.com/mikeal) -
**Mikeal Rogers** &lt;[email protected]&gt;
* [monsanto](https://github.com/monsanto) -
**Christopher Monsanto** &lt;[email protected]&gt;
* [Olegas](https://github.com/Olegas) -
**Oleg Elifantiev** &lt;[email protected]&gt;
* [petkaantonov](https://github.com/petkaantonov) -
**Petka Antonov** &lt;[email protected]&gt;
* [phillipj](https://github.com/phillipj) -
**Phillip Johnsen** &lt;[email protected]&gt;
* [piscisaureus](https://github.com/piscisaureus) -
**Bert Belder** &lt;[email protected]&gt;
* [rlidwka](https://github.com/rlidwka) -
**Alex Kocharin** &lt;[email protected]&gt;
* [rmg](https://github.com/rmg) -
**Ryan Graham** &lt;[email protected]&gt;
* [robertkowalski](https://github.com/robertkowalski) -
**Robert Kowalski** &lt;[email protected]&gt;
* [romankl](https://github.com/romankl) -
**Roman Klauke** &lt;[email protected]&gt;
* [tellnes](https://github.com/tellnes) -
**Christian Tellnes** &lt;[email protected]&gt;
* [tunniclm](https://github.com/tunniclm) -
**Mike Tunnicliffe** &lt;[email protected]&gt;

Collaborators follow the [COLLABORATOR_GUIDE.md](./COLLABORATOR_GUIDE.md) in
maintaining the Node.js project.

### Release Keys

GPG keys used to sign Node.js releases:

* **Beth Griggs** &lt;[email protected]&gt;
`4ED778F539E3634C779C87C6D7062848A1AB005C`
* **Colin Ihrig** &lt;[email protected]&gt;
`94AE36675C464D64BAFA68DD7434390BDBE9B9C5`
* **Danielle Adams** &lt;[email protected]&gt;
`74F12602B6F1C4E913FAA37AD3A89613643B6201`
* **James M Snell** &lt;[email protected]&gt;
`71DCFD284A79C3B38668286BC97EC7A07EDE3FC1`
* **Jeremiah Senkpiel** &lt;[email protected]&gt;
`FD3A5288F042B6850C66B31F09FE44734EB7990E`
* **Michaël Zasso** &lt;[email protected]&gt;
`8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600`
* **Myles Borins** &lt;[email protected]&gt;
`C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8`
* **Richard Lau** &lt;[email protected]&gt;
`C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C`
* **Rod Vagg** &lt;[email protected]&gt;
`DD8F2338BAE7501E3DD5AC78C273792F7D83545D`
* **Ruben Bridgewater** &lt;[email protected]&gt;
`A48C2BEE680E841632CD4E44F07496B3EB3C1762`
* **Ruy Adorno** &lt;[email protected]&gt;
`108F52B48DB57BB0CC439B2997B01419BD92F80A`
* **Shelley Vohr** &lt;[email protected]&gt;
`B9E2F5981AA6E0CD28160D9FF13993A75599653C`

To import the full set of trusted release keys:

```shell
gpg --keyserver pool.sks-keyservers.net --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
gpg --keyserver pool.sks-keyservers.net --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
gpg --keyserver pool.sks-keyservers.net --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
gpg --keyserver pool.sks-keyservers.net --recv-keys 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
gpg --keyserver pool.sks-keyservers.net --recv-keys FD3A5288F042B6850C66B31F09FE44734EB7990E
gpg --keyserver pool.sks-keyservers.net --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
gpg --keyserver pool.sks-keyservers.net --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
gpg --keyserver pool.sks-keyservers.net --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
gpg --keyserver pool.sks-keyservers.net --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
gpg --keyserver pool.sks-keyservers.net --recv-keys A48C2BEE680E841632CD4E44F07496B3EB3C1762
gpg --keyserver pool.sks-keyservers.net --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A
gpg --keyserver pool.sks-keyservers.net --recv-keys B9E2F5981AA6E0CD28160D9FF13993A75599653C
```

See the section above on [Verifying Binaries](#verifying-binaries) for how to
use these keys to verify a downloaded file.

Other keys used to sign some previous releases:

* **Chris Dickinson** &lt;[email protected]&gt;
`9554F04D7259F04124DE6B476D5A82AC7E37093B`
* **Danielle Adams** &lt;[email protected]&gt;
`1C050899334244A8AF75E53792EF661D867B9DFA`
* **Evan Lucas** &lt;[email protected]&gt;
`B9AE9905FFD7803F25714661B63B535A4C206CA9`
* **Gibson Fahnestock** &lt;[email protected]&gt;
`77984A986EBC2AA786BC0F66B01FBB92821C587A`
* **Isaac Z. Schlueter** &lt;[email protected]&gt;
`93C7E9E91B49E432C2F75674B0A78B0A6C481CF6`
* **Italo A. Casas** &lt;[email protected]&gt;
`56730D5401028683275BD23C23EFEFE93C4CFFFE`
* **Jeremiah Senkpiel** &lt;[email protected]&gt;
`FD3A5288F042B6850C66B31F09FE44734EB7990E`
* **Julien Gilli** &lt;[email protected]&gt;
`114F43EE0176B71C7BC219DD50A3051F888C628D`
* **Timothy J Fontaine** &lt;[email protected]&gt;
`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
[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

Spamworldpro Mini