2017-03-31 17:07:40 +00:00
< p align = "center" >
2017-04-10 16:13:20 +00:00
< a href = "https://nodejs.org/" >
< img alt = "Node.js" src = "https://nodejs.org/static/images/logo-light.svg" width = "400" / >
< / a >
2017-03-31 17:07:40 +00:00
< / p >
< p align = "center" >
< a title = "CII Best Practices" href = "https://bestpractices.coreinfrastructure.org/projects/29" > < img src = "https://bestpractices.coreinfrastructure.org/projects/29/badge" > < / a >
< / p >
2011-01-24 04:52:37 +00:00
2015-12-07 05:29:24 +00:00
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js
uses an event-driven, non-blocking I/O model that makes it lightweight and
2016-07-27 12:39:18 +00:00
efficient. The Node.js package ecosystem, [npm][], is the largest ecosystem of
open source libraries in the world.
2015-12-07 05:29:24 +00:00
2015-10-22 04:09:33 +00:00
The Node.js project is supported by the
[Node.js Foundation ](https://nodejs.org/en/foundation/ ). Contributions,
2016-10-02 02:28:37 +00:00
policies, and releases are managed under an
2017-03-31 14:21:32 +00:00
[open governance model ](./GOVERNANCE.md ).
**This project is bound by a [Code of Conduct][].**
2014-12-02 02:06:21 +00:00
2015-10-22 04:09:33 +00:00
If you need help using or installing Node.js, please use the
[nodejs/help ](https://github.com/nodejs/help ) issue tracker.
2015-11-11 15:33:43 +00:00
2017-03-01 14:45:01 +00:00
# Table of Contents
* [Resources for Newcomers ](#resources-for-newcomers )
* [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 )
* [CTC (Core Technical Committee) ](#ctc-core-technical-committee )
* [Collaborators ](#collaborators )
* [Release Team ](#release-team )
2016-05-10 21:46:12 +00:00
## Resources for Newcomers
2016-07-20 15:24:57 +00:00
### Official Resources
* [Website][]
2016-09-17 03:04:50 +00:00
* [Node.js Help][]
2016-07-20 15:24:57 +00:00
* [Contributing to the project][]
* IRC (node core development): [#node-dev on chat.freenode.net][]
### Unofficial Resources
* IRC (general questions): [#node.js on chat.freenode.net][]. Please see
2016-08-03 23:32:05 +00:00
< http: // nodeirc . info /> for more information regarding the `#node.js` IRC
channel.
2016-07-20 15:24:57 +00:00
2016-08-03 23:32:05 +00:00
_Please note that unofficial resources are neither managed by (nor necessarily
2016-07-20 15:24:57 +00:00
endorsed by) the Node.js TSC/CTC. Specifically, such resources are not
currently covered by the [Node.js Moderation Policy][] and the selection and
2016-08-03 23:32:05 +00:00
actions of resource operators/moderators are not subject to TSC/CTC oversight._
2016-05-10 21:46:12 +00:00
2015-10-22 04:47:36 +00:00
## Release Types
The Node.js project maintains multiple types of releases:
2016-04-21 00:05:54 +00:00
* **Current**: Released from active development branches of this repository,
2015-10-22 04:47:36 +00:00
versioned by [SemVer ](http://semver.org/ ) and signed by a member of the
[Release Team ](#release-team ).
2016-04-21 00:05:54 +00:00
Code for Current releases is organized in this repository by major version
2016-10-02 02:28:37 +00:00
number. For example: [v4.x ](https://github.com/nodejs/node/tree/v4.x ).
2016-04-21 00:05:54 +00:00
The major version number of Current releases will increment every 6 months
2015-10-22 04:47:36 +00:00
allowing for breaking changes to be introduced. This happens in April and
2016-04-21 00:05:54 +00:00
October every year. Current release lines beginning in October each year have
a maximum support life of 8 months. Current release lines beginning in April
2015-10-22 04:47:36 +00:00
each year will convert to LTS (see below) after 6 months and receive further
support for 30 months.
* **LTS**: Releases that receive Long-term Support, with a focus on stability
2016-04-21 00:05:54 +00:00
and security. Every second Current release line (major version) will become an
2015-10-22 04:47:36 +00:00
LTS line and receive 18 months of _Active LTS_ support and a further 12
months of _Maintenance_ . LTS release lines are given alphabetically
2016-02-01 04:37:08 +00:00
ordered codenames, beginning with v4 Argon. LTS releases are less frequent
2015-10-22 04:47:36 +00:00
and will attempt to maintain consistent major and minor version numbers,
only incrementing patch version numbers. There are no breaking changes or
feature additions, except in some special circumstances. More information
can be found in the [LTS README ](https://github.com/nodejs/LTS/ ).
2016-04-21 00:05:54 +00:00
* **Nightly**: Versions of code in this repository on the current Current
2015-10-22 04:47:36 +00:00
branch, automatically built every 24-hours where changes exist. Use with
caution.
2015-01-31 10:55:37 +00:00
## Download
2015-02-15 00:52:30 +00:00
Binaries, installers, and source tarballs are available at
2015-08-13 16:14:34 +00:00
< https: / / nodejs . org > .
2015-01-31 10:55:37 +00:00
2017-03-01 14:45:01 +00:00
#### Current and LTS Releases
2016-04-21 00:05:54 +00:00
**Current** and **LTS** releases are available at
2015-10-22 04:47:36 +00:00
< https: / / nodejs . org / download / release / > , listed under their version strings.
The [latest ](https://nodejs.org/download/release/latest/ ) directory is an
2016-04-21 00:05:54 +00:00
alias for the latest Current release. The latest LTS release from an LTS
2016-01-08 12:13:33 +00:00
line is available in the form: latest-_codename_. For example:
< https: / / nodejs . org / download / release / latest-argon >
2015-01-31 10:55:37 +00:00
2017-03-01 14:45:01 +00:00
#### Nightly Releases
2015-01-31 10:55:37 +00:00
**Nightly** builds are available at
2015-08-13 16:14:34 +00:00
< https: / / nodejs . org / download / nightly / > , listed under their version
2015-01-31 10:55:37 +00:00
string which includes their date (in UTC time) and the commit SHA at
the HEAD of the release.
2017-03-01 14:45:01 +00:00
#### API Documentation
2015-01-31 10:55:37 +00:00
**API documentation** is available in each release and nightly
2015-10-22 04:47:36 +00:00
directory under _docs_ . < https: // nodejs . org / api /> points to the API
documentation of the latest stable version.
2015-01-31 10:55:37 +00:00
### Verifying Binaries
2016-08-03 23:32:05 +00:00
Current, LTS and Nightly download directories all contain a _SHASUM256.txt_
2015-01-31 10:55:37 +00:00
file that lists the SHA checksums for each file available for
2016-04-08 18:08:23 +00:00
download.
2016-08-03 23:32:05 +00:00
The _SHASUM256.txt_ can be downloaded using curl.
2016-04-08 18:08:23 +00:00
2016-08-03 23:32:05 +00:00
```console
2016-04-08 18:08:23 +00:00
$ curl -O https://nodejs.org/dist/vx.y.z/SHASUMS256.txt
```
To check that a downloaded file matches the checksum, run
2015-01-31 10:55:37 +00:00
it through `sha256sum` with a command such as:
2016-08-03 23:32:05 +00:00
```console
2015-08-13 16:14:34 +00:00
$ grep node-vx.y.z.tar.gz SHASUMS256.txt | sha256sum -c -
2015-01-31 10:55:37 +00:00
```
2015-08-13 16:14:34 +00:00
_(Where "node-vx.y.z.tar.gz" is the name of the file you have
2015-01-31 10:55:37 +00:00
downloaded)_
2016-04-21 00:05:54 +00:00
Additionally, Current and LTS releases (not Nightlies) have GPG signed
2015-10-22 04:47:36 +00:00
copies of SHASUM256.txt files available as SHASUM256.txt.asc. You can use
`gpg` to verify that the file has not been tampered with.
2015-01-31 10:55:37 +00:00
To verify a SHASUM256.txt.asc, you will first need to import all of
the GPG keys of individuals authorized to create releases. They are
2015-08-20 04:51:00 +00:00
listed at the bottom of this README under [Release Team ](#release-team ).
Use a command such as this to import the keys:
2015-01-31 10:55:37 +00:00
2016-08-03 23:32:05 +00:00
```console
$ gpg --keyserver pool.sks-keyservers.net --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
2015-01-31 10:55:37 +00:00
```
2015-08-20 04:51:00 +00:00
_(See the bottom of this README for a full script to import active
release keys)_
2015-01-31 10:55:37 +00:00
You can then use `gpg --verify SHASUMS256.txt.asc` to verify that the
2015-08-13 16:14:34 +00:00
file has been signed by an authorized member of the Node.js team.
2015-01-31 10:55:37 +00:00
Once verified, use the SHASUMS256.txt.asc file to get the checksum for
the binary verification command above.
2016-03-09 23:41:52 +00:00
## Building Node.js
2015-01-02 11:52:50 +00:00
2016-03-09 23:41:52 +00:00
See [BUILDING.md ](BUILDING.md ) for instructions on how to build
2017-05-09 19:33:30 +00:00
Node.js from source. The document also contains a list of
officially supported platforms.
2011-08-26 22:04:47 +00:00
2015-06-11 10:37:37 +00:00
## Security
2015-01-02 11:52:50 +00:00
2015-11-24 03:07:29 +00:00
All security bugs in Node.js are taken seriously and should be reported by
2015-08-13 16:14:34 +00:00
emailing security@nodejs.org. This will be delivered to a subset of the project
2015-06-11 10:37:37 +00:00
team who handle security issues. Please don't disclose security bugs
2015-11-24 06:32:09 +00:00
publicly until they have been handled by the security team.
2015-06-11 10:37:37 +00:00
Your email will be acknowledged within 24 hours, and you’ ll receive a more
detailed response to your email within 48 hours indicating the next steps in
handling your report.
2015-01-02 11:52:50 +00:00
## Current Project Team Members
2015-08-13 16:14:34 +00:00
The Node.js project team comprises a group of core collaborators and a sub-group
2016-08-03 23:32:05 +00:00
that forms the _Core Technical Committee_ (CTC) which governs the project. For
more information about the governance of the Node.js project, see
2015-01-02 11:52:50 +00:00
[GOVERNANCE.md ](./GOVERNANCE.md ).
2016-02-18 17:26:43 +00:00
### CTC (Core Technical Committee)
2015-05-15 19:51:37 +00:00
2016-08-03 23:32:05 +00:00
* [addaleax ](https://github.com/addaleax ) -
2017-01-31 18:57:08 +00:00
**Anna Henningsen** < anna@addaleax.net> (she/her)
2016-08-03 23:32:05 +00:00
* [bnoordhuis ](https://github.com/bnoordhuis ) -
**Ben Noordhuis** < info@bnoordhuis.nl>
* [ChALkeR ](https://github.com/ChALkeR ) -
2017-01-31 18:57:08 +00:00
**Сковорода Никита Андреевич** < chalkerx@gmail.com> (he/him)
2016-08-03 23:32:05 +00:00
* [cjihrig ](https://github.com/cjihrig ) -
**Colin Ihrig** < cjihrig@gmail.com>
* [evanlucas ](https://github.com/evanlucas ) -
2017-01-31 18:57:08 +00:00
**Evan Lucas** < evanlucas@me.com> (he/him)
2017-02-22 00:32:38 +00:00
* [fhinkel ](https://github.com/fhinkel ) -
**Franziska Hinkelmann** < franziska.hinkelmann@gmail.com>
2017-05-05 22:41:29 +00:00
* [Fishrock123 ](https://github.com/Fishrock123 ) -
2016-08-03 23:32:05 +00:00
**Jeremiah Senkpiel** < fishrock123@rocketmail.com>
* [indutny ](https://github.com/indutny ) -
**Fedor Indutny** < fedor.indutny@gmail.com>
* [jasnell ](https://github.com/jasnell ) -
2017-01-31 18:57:08 +00:00
**James M Snell** < jasnell@gmail.com> (he/him)
2017-06-07 22:14:50 +00:00
* [joyeecheung ](https://github.com/joyeecheung ) -
**Joyee Cheung** < joyeec9h3@gmail.com> (she/her)
* [mcollina ](https://github.com/mcollina ) -
**Matteo Collina** < matteo.collina@gmail.com> (he/him)
2016-08-03 23:32:05 +00:00
* [mhdawson ](https://github.com/mhdawson ) -
2017-01-31 18:57:08 +00:00
**Michael Dawson** < michael_dawson@ca.ibm.com> (he/him)
2016-08-03 23:32:05 +00:00
* [misterdjules ](https://github.com/misterdjules ) -
**Julien Gilli** < jgilli@nodejs.org>
* [mscdex ](https://github.com/mscdex ) -
**Brian White** < mscdex@mscdex.net>
2017-01-03 04:29:56 +00:00
* [MylesBorins ](https://github.com/MylesBorins ) -
2017-01-31 18:57:08 +00:00
**Myles Borins** < myles.borins@gmail.com> (he/him)
2016-08-03 23:32:05 +00:00
* [ofrobots ](https://github.com/ofrobots ) -
**Ali Ijaz Sheikh** < ofrobots@google.com>
* [rvagg ](https://github.com/rvagg ) -
**Rod Vagg** < rod@vagg.org>
* [shigeki ](https://github.com/shigeki ) -
2017-03-22 23:11:58 +00:00
**Shigeki Ohtsu** < ohtsu@ohtsu.org> (he/him)
2016-12-21 07:15:56 +00:00
* [targos ](https://github.com/targos ) -
2017-01-31 18:57:08 +00:00
**Michaël Zasso** < targos@protonmail.com> (he/him)
2016-11-02 20:41:40 +00:00
* [thefourtheye ](https://github.com/thefourtheye ) -
2017-01-31 18:57:08 +00:00
**Sakthipriyan Vairamani** < thechargingvolcano@gmail.com> (he/him)
2016-08-03 23:32:05 +00:00
* [trevnorris ](https://github.com/trevnorris ) -
**Trevor Norris** < trev.norris@gmail.com>
* [Trott ](https://github.com/Trott ) -
2017-01-31 18:57:08 +00:00
**Rich Trott** < rtrott@gmail.com> (he/him)
2015-05-15 19:51:37 +00:00
2017-05-26 05:58:04 +00:00
### CTC Emeriti
* [chrisdickinson ](https://github.com/chrisdickinson ) -
**Chris Dickinson** < christopher.s.dickinson@gmail.com>
* [isaacs ](https://github.com/isaacs ) -
**Isaac Z. Schlueter** < i@izs.me>
* [orangemocha ](https://github.com/orangemocha ) -
**Alexis Campailla** < orangemocha@nodejs.org>
* [piscisaureus ](https://github.com/piscisaureus ) -
**Bert Belder** < bertbelder@gmail.com>
2015-05-15 19:51:37 +00:00
### Collaborators
2017-01-31 13:33:24 +00:00
* [abouthiroppy ](https://github.com/abouthiroppy ) -
2017-01-31 18:57:08 +00:00
**Yuta Hiroto** < hello@about-hiroppy.com> (he/him)
2016-09-20 23:36:19 +00:00
* [ak239 ](https://github.com/ak239 ) -
**Aleksei Koziatinskii** < ak239spb@gmail.com>
2016-08-03 23:32:05 +00:00
* [andrasq ](https://github.com/andrasq ) -
**Andras** < andras@kinvey.com>
* [AndreasMadsen ](https://github.com/AndreasMadsen ) -
2017-01-31 18:57:08 +00:00
**Andreas Madsen** < amwebdk@gmail.com> (he/him)
2017-04-14 16:36:35 +00:00
* [AnnaMag ](https://github.com/AnnaMag ) -
**Anna M. Kedzierska** < anna.m.kedzierska@gmail.com>
2017-04-07 16:20:09 +00:00
* [aqrln ](https://github.com/aqrln ) -
2017-04-29 21:03:53 +00:00
**Alexey Orlenko** < eaglexrlnk@gmail.com> (he/him)
2016-08-03 23:32:05 +00:00
* [bengl ](https://github.com/bengl ) -
2017-01-31 18:57:08 +00:00
**Bryan English** < bryan@bryanenglish.com> (he/him)
2016-08-03 23:32:05 +00:00
* [benjamingr ](https://github.com/benjamingr ) -
**Benjamin Gruenbaum** < benjamingr@gmail.com>
* [bmeck ](https://github.com/bmeck ) -
**Bradley Farias** < bradley.meck@gmail.com>
* [brendanashworth ](https://github.com/brendanashworth ) -
**Brendan Ashworth** < brendan.ashworth@me.com>
* [bzoz ](https://github.com/bzoz ) -
**Bartosz Sosnowski** < bartosz@janeasystems.com>
* [calvinmetcalf ](https://github.com/calvinmetcalf ) -
**Calvin Metcalf** < calvin.metcalf@gmail.com>
* [claudiorodriguez ](https://github.com/claudiorodriguez ) -
**Claudio Rodriguez** < cjrodr@yahoo.com>
2016-08-30 09:05:33 +00:00
* [danbev ](https://github.com/danbev ) -
**Daniel Bevenius** < daniel.bevenius@gmail.com>
2017-04-15 22:51:48 +00:00
* [DavidCai1993 ](https://github.com/DavidCai1993 ) -
**David Cai** < davidcai1993@yahoo.com> (he/him)
2017-01-18 21:09:36 +00:00
* [edsadr ](https://github.com/edsadr ) -
2017-01-31 18:57:08 +00:00
**Adrian Estrada** < edsadr@gmail.com> (he/him)
2016-08-03 23:32:05 +00:00
* [eljefedelrodeodeljefe ](https://github.com/eljefedelrodeodeljefe ) -
**Robert Jefe Lindstaedt** < robert.lindstaedt@gmail.com>
* [estliberitas ](https://github.com/estliberitas ) -
**Alexander Makarenko** < estliberitas@gmail.com>
2016-09-21 16:57:01 +00:00
* [eugeneo ](https://github.com/eugeneo ) -
**Eugene Ostroukhov** < eostroukhov@google.com>
2016-08-03 23:32:05 +00:00
* [firedfox ](https://github.com/firedfox ) -
**Daniel Wang** < wangyang0123@gmail.com>
* [geek ](https://github.com/geek ) -
**Wyatt Preul** < wpreul@gmail.com>
2016-09-14 16:39:02 +00:00
* [gibfahn ](https://github.com/gibfahn ) -
2017-01-31 18:57:08 +00:00
**Gibson Fahnestock** < gibfahn@gmail.com> (he/him)
2017-06-28 17:01:49 +00:00
* [gireeshpunathil ](https://github.com/gireeshpunathil ) -
**Gireesh Punathil** < gpunathi@in.ibm.com> (he/him)
2016-08-03 23:32:05 +00:00
* [iarna ](https://github.com/iarna ) -
**Rebecca Turner** < me@re-becca.org>
2017-05-05 22:41:29 +00:00
* [imran-iq ](https://github.com/imran-iq ) -
**Imran Iqbal** < imran@imraniqbal.org>
2016-09-14 06:12:26 +00:00
* [imyller ](https://github.com/imyller ) -
**Ilkka Myller** < ilkka.myller@nodefield.com>
2016-12-07 18:21:00 +00:00
* [italoacasas ](https://github.com/italoacasas ) -
2017-01-31 18:57:08 +00:00
**Italo A. Casas** < me@italoacasas.com> (he/him)
2016-08-03 23:32:05 +00:00
* [JacksonTian ](https://github.com/JacksonTian ) -
2016-10-05 18:22:55 +00:00
**Jackson Tian** < shyvo1987@gmail.com>
2017-05-24 17:43:55 +00:00
* [jasongin ](https://github.com/jasongin ) -
**Jason Ginchereau** < jasongin@microsoft.com>
2016-08-03 23:32:05 +00:00
* [jbergstroem ](https://github.com/jbergstroem ) -
**Johan Bergström** < bugs@bergstroem.nu>
* [jhamhader ](https://github.com/jhamhader ) -
**Yuval Brik** < yuval@brik.org.il>
2017-04-15 15:30:42 +00:00
* [jkrems ](https://github.com/jkrems ) -
**Jan Krems** < jan.krems@gmail.com> (he/him)
2016-08-03 23:32:05 +00:00
* [joaocgreis ](https://github.com/joaocgreis ) -
**João Reis** < reis@janeasystems.com>
2016-08-17 17:30:36 +00:00
* [joshgav ](https://github.com/joshgav ) -
**Josh Gavant** < josh.gavant@outlook.com>
2016-08-03 23:32:05 +00:00
* [julianduque ](https://github.com/julianduque ) -
2017-01-31 18:57:08 +00:00
**Julian Duque** < julianduquej@gmail.com> (he/him)
2016-08-03 23:32:05 +00:00
* [JungMinu ](https://github.com/JungMinu ) -
2017-02-12 03:07:31 +00:00
**Minwoo Jung** < minwoo@nodesource.com> (he/him)
2017-05-24 17:43:55 +00:00
* [kunalspathak ](https://github.com/kunalspathak ) -
**Kunal Pathak** < kunal.pathak@microsoft.com>
2016-08-03 23:32:05 +00:00
* [lance ](https://github.com/lance ) -
**Lance Ball** < lball@redhat.com>
2016-08-30 05:53:41 +00:00
* [lpinca ](https://github.com/lpinca ) -
2017-01-31 18:57:08 +00:00
**Luigi Pinca** < luigipinca@gmail.com> (he/him)
2017-04-29 21:03:53 +00:00
* [lucamaraschi ](https://github.com/lucamaraschi ) -
**Luca Maraschi** < luca.maraschi@gmail.com> (he/him)
2016-08-03 23:32:05 +00:00
* [lxe ](https://github.com/lxe ) -
**Aleksey Smolenchuk** < lxe@lxe.co>
* [matthewloring ](https://github.com/matthewloring ) -
**Matthew Loring** < mattloring@google.com>
* [micnic ](https://github.com/micnic ) -
2017-01-31 18:57:08 +00:00
**Nicu Micleușanu** < micnic90@gmail.com> (he/him)
2016-08-03 23:32:05 +00:00
* [mikeal ](https://github.com/mikeal ) -
**Mikeal Rogers** < mikeal.rogers@gmail.com>
* [monsanto ](https://github.com/monsanto ) -
**Christopher Monsanto** < chris@monsan.to>
2016-09-13 22:20:46 +00:00
* [not-an-aardvark ](https://github.com/not-an-aardvark ) -
**Teddy Katz** < teddy.katz@gmail.com>
2016-08-03 23:32:05 +00:00
* [Olegas ](https://github.com/Olegas ) -
**Oleg Elifantiev** < oleg@elifantiev.ru>
* [othiym23 ](https://github.com/othiym23 ) -
2017-01-31 18:57:08 +00:00
**Forrest L Norvell** < ogd@aoaioxxysz.net> (he/him)
2016-08-03 23:32:05 +00:00
* [petkaantonov ](https://github.com/petkaantonov ) -
**Petka Antonov** < petka_antonov@hotmail.com>
* [phillipj ](https://github.com/phillipj ) -
**Phillip Johnsen** < johphi@gmail.com>
* [pmq20 ](https://github.com/pmq20 ) -
**Minqi Pan** < pmq2001@gmail.com>
* [princejwesley ](https://github.com/princejwesley ) -
**Prince John Wesley** < princejohnwesley@gmail.com>
2017-05-05 22:41:29 +00:00
* [Qard ](https://github.com/Qard ) -
2017-01-31 18:57:08 +00:00
**Stephen Belanger** < admin@stephenbelanger.com> (he/him)
2017-04-07 22:16:28 +00:00
* [refack ](https://github.com/refack ) -
**Refael Ackermann** < refack@gmail.com> (he/him)
2017-03-24 12:27:38 +00:00
* [richardlau ](https://github.com/richardlau ) -
**Richard Lau** < riclau@uk.ibm.com>
2016-08-03 23:32:05 +00:00
* [rlidwka ](https://github.com/rlidwka ) -
**Alex Kocharin** < alex@kocharin.ru>
* [rmg ](https://github.com/rmg ) -
**Ryan Graham** < r.m.graham@gmail.com>
* [robertkowalski ](https://github.com/robertkowalski ) -
**Robert Kowalski** < rok@kowalski.gd>
* [romankl ](https://github.com/romankl ) -
**Roman Klauke** < romaaan.git@gmail.com>
* [ronkorving ](https://github.com/ronkorving ) -
**Ron Korving** < ron@ronkorving.nl>
* [RReverser ](https://github.com/RReverser ) -
**Ingvar Stepanyan** < me@rreverser.com>
* [saghul ](https://github.com/saghul ) -
**Saúl Ibarra Corretgé** < saghul@gmail.com>
* [sam-github ](https://github.com/sam-github ) -
**Sam Roberts** < vieuxtech@gmail.com>
* [santigimeno ](https://github.com/santigimeno ) -
**Santiago Gimeno** < santiago.gimeno@gmail.com>
* [seishun ](https://github.com/seishun ) -
**Nikolai Vavilov** < vvnicholas@gmail.com>
* [silverwind ](https://github.com/silverwind ) -
**Roman Reiss** < me@silverwind.io>
* [srl295 ](https://github.com/srl295 ) -
**Steven R Loomis** < srloomis@us.ibm.com>
* [stefanmb ](https://github.com/stefanmb ) -
**Stefan Budeanu** < stefan@budeanu.com>
* [tellnes ](https://github.com/tellnes ) -
**Christian Tellnes** < christian@tellnes.no>
* [thekemkid ](https://github.com/thekemkid ) -
2017-01-31 18:57:08 +00:00
**Glen Keane** < glenkeane.94@gmail.com> (he/him)
2016-08-03 23:32:05 +00:00
* [thlorenz ](https://github.com/thlorenz ) -
**Thorsten Lorenz** < thlorenz@gmx.de>
2017-01-22 21:28:57 +00:00
* [TimothyGu ](https://github.com/TimothyGu ) -
2017-01-31 18:57:08 +00:00
**Timothy Gu** < timothygu99@gmail.com> (he/him)
2017-06-01 15:07:47 +00:00
* [tniessen ](https://github.com/tniessen ) -
**Tobias Nießen** < tniessen@tnie.de>
2016-08-03 23:32:05 +00:00
* [tunniclm ](https://github.com/tunniclm ) -
**Mike Tunnicliffe** < m.j.tunnicliffe@gmail.com>
* [vkurchatkin ](https://github.com/vkurchatkin ) -
**Vladimir Kurchatkin** < vladimir.kurchatkin@gmail.com>
2017-03-20 00:49:37 +00:00
* [vsemozhetbyt ](https://github.com/vsemozhetbyt ) -
**Vse Mozhet Byt** < vsemozhetbyt@gmail.com> (he/him)
2017-03-03 17:17:24 +00:00
* [watilde ](https://github.com/watilde ) -
**Daijiro Wachi** < daijiro.wachi@gmail.com> (he/him)
2016-08-03 23:32:05 +00:00
* [whitlockjc ](https://github.com/whitlockjc ) -
**Jeremy Whitlock** < jwhitlock@apache.org>
* [yorkie ](https://github.com/yorkie ) -
**Yorkie Liu** < yorkiefixer@gmail.com>
* [yosuke-furukawa ](https://github.com/yosuke-furukawa ) -
**Yosuke Furukawa** < yosuke.furukawa@gmail.com>
build, i18n: improve Intl build, add "--with-intl"
The two main goals of this change are:
- To make it easier to build the Intl option using ICU (particularly,
using a newer ICU than v8/Chromium's version)
- To enable a much smaller ICU build with only English support The goal
here is to get node.js binaries built this way by default so that the
Intl API can be used. Additional data can be added at execution time
(see Readme and wiki)
More details are at https://github.com/joyent/node/pull/7719
In particular, this change adds the "--with-intl=" configure option to
provide more ways of building "Intl":
- "full-icu" picks up an ICU from deps/icu
- "small-icu" is similar, but builds only English
- "system-icu" uses pkg-config to find an installed ICU
- "none" does nothing (no Intl)
For Windows builds, the "full-icu" or "small-icu" options are added to
vcbuild.bat.
Note that the existing "--with-icu-path" option is not removed from
configure, but may not be used alongside the new option.
Wiki changes have already been made on
https://github.com/joyent/node/wiki/Installation
and a new page created at
https://github.com/joyent/node/wiki/Intl
(marked as provisional until this change lands.)
Summary of changes:
* README.md : doc updates
* .gitignore : added "deps/icu" as this is the location where ICU is
unpacked to.
* Makefile : added the tools/icu/* files to cpplint, but excluded a
problematic file.
* configure : added the "--with-intl" option mentioned above.
Calculate at config time the list of ICU source files to use and data
packaging options.
* node.gyp : add the new files src/node_i18n.cc/.h as well as ICU
linkage.
* src/node.cc : add call into
node::i18n::InitializeICUDirectory(icu_data_dir) as well as new
--icu-data-dir option and NODE_ICU_DATA env variable to configure ICU
data loading. This loading is only relevant in the "small"
configuration.
* src/node_i18n.cc : new source file for the above Initialize..
function, to setup ICU as needed.
* tools/icu : new directory with some tools needed for this build.
* tools/icu/icu-generic.gyp : new .gyp file that builds ICU in some new
ways, both on unix/mac and windows.
* tools/icu/icu-system.gyp : new .gyp file to build node against a
pkg-config detected ICU.
* tools/icu/icu_small.json : new config file for the "English-only" small
build.
* tools/icu/icutrim.py : new tool for trimming down ICU data. Reads the
above .json file.
* tools/icu/iculslocs.cc : new tool for repairing ICU data manifests
after trim operation.
* tools/icu/no-op.cc : dummy file to force .gyp into using a C++ linker.
* vcbuild.bat : added small-icu and full-icu options, to call into
configure.
* Fixed toolset dependencies, see
https://github.com/joyent/node/pull/7719#issuecomment-54641687
Note that because of a bug in gyp {CC,CXX}_host must also be set.
Otherwise gcc/g++ will be used by default for part of the build.
Reviewed-by: Trevor Norris <trev.norris@gmail.com>
Reviewed-by: Fedor Indutny <fedor@indutny.com>
2014-09-05 05:03:24 +00:00
2016-08-06 15:57:50 +00:00
Collaborators (which includes CTC members) follow the
[COLLABORATOR_GUIDE.md ](./COLLABORATOR_GUIDE.md ) in maintaining the Node.js
project.
2015-08-20 04:51:00 +00:00
### Release Team
2017-01-28 15:50:39 +00:00
Node.js releases are signed with one of the following GPG keys:
2015-08-20 04:51:00 +00:00
2016-08-03 23:32:05 +00:00
* **Colin Ihrig** < cjihrig@gmail.com>
`94AE36675C464D64BAFA68DD7434390BDBE9B9C5`
* **Evan Lucas** < evanlucas@me.com>
`B9AE9905FFD7803F25714661B63B535A4C206CA9`
2017-02-06 21:03:13 +00:00
* **Italo A. Casas** < me@italoacasas.com>
`56730D5401028683275BD23C23EFEFE93C4CFFFE`
2016-08-03 23:32:05 +00:00
* **James M Snell** < jasnell@keybase.io>
`71DCFD284A79C3B38668286BC97EC7A07EDE3FC1`
* **Jeremiah Senkpiel** < fishrock@keybase.io>
`FD3A5288F042B6850C66B31F09FE44734EB7990E`
* **Myles Borins** < myles.borins@gmail.com>
`C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8`
* **Rod Vagg** < rod@vagg.org>
`DD8F2338BAE7501E3DD5AC78C273792F7D83545D`
2015-08-20 04:51:00 +00:00
The full set of trusted release keys can be imported by running:
2016-08-03 23:32:05 +00:00
```shell
2015-08-20 04:51:00 +00:00
gpg --keyserver pool.sks-keyservers.net --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
gpg --keyserver pool.sks-keyservers.net --recv-keys FD3A5288F042B6850C66B31F09FE44734EB7990E
2015-08-20 04:52:33 +00:00
gpg --keyserver pool.sks-keyservers.net --recv-keys 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
2015-08-20 04:51:00 +00:00
gpg --keyserver pool.sks-keyservers.net --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
2016-01-13 00:22:25 +00:00
gpg --keyserver pool.sks-keyservers.net --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
2016-01-08 00:41:16 +00:00
gpg --keyserver pool.sks-keyservers.net --recv-keys B9AE9905FFD7803F25714661B63B535A4C206CA9
2017-02-06 21:03:13 +00:00
gpg --keyserver pool.sks-keyservers.net --recv-keys 56730D5401028683275BD23C23EFEFE93C4CFFFE
2015-08-20 04:51:00 +00:00
```
2016-08-03 23:32:05 +00:00
See the section above on [Verifying Binaries ](#verifying-binaries ) for details
on what to do with these keys to verify that a downloaded file is official.
2015-08-20 04:51:00 +00:00
2017-01-28 15:50:39 +00:00
Previous releases may also have been signed with one of the following GPG keys:
2015-08-20 04:51:00 +00:00
2017-01-26 00:58:34 +00:00
* **Chris Dickinson** < christopher.s.dickinson@gmail.com>
`9554F04D7259F04124DE6B476D5A82AC7E37093B`
2016-08-03 23:32:05 +00:00
* **Isaac Z. Schlueter** < i@izs.me>
`93C7E9E91B49E432C2F75674B0A78B0A6C481CF6`
* **Julien Gilli** < jgilli@fastmail.fm>
`114F43EE0176B71C7BC219DD50A3051F888C628D`
* **Timothy J Fontaine** < tjfontaine@gmail.com>
`7937DFD2AB06298B2293C3187D33FF9D0246406D`
2016-07-20 15:24:57 +00:00
2017-02-25 19:16:16 +00:00
### Working Groups
Information on the current Node.js Working Groups can be found in the
[CTC repository ](https://github.com/nodejs/CTC/blob/master/WORKING_GROUPS.md ).
2016-07-27 12:39:18 +00:00
[npm]: https://www.npmjs.com
2016-07-20 15:24:57 +00:00
[Website]: https://nodejs.org/en/
[Contributing to the project]: CONTRIBUTING.md
2016-09-17 03:04:50 +00:00
[Node.js Help]: https://github.com/nodejs/help
2016-07-20 15:24:57 +00:00
[Node.js Moderation Policy]: https://github.com/nodejs/TSC/blob/master/Moderation-Policy.md
[#node.js on chat.freenode.net]: https://webchat.freenode.net?channels=node.js& uio=d4
[#node-dev on chat.freenode.net]: https://webchat.freenode.net?channels=node-dev& uio=d4
2017-03-31 14:21:32 +00:00
[Code of Conduct]: https://github.com/nodejs/TSC/blob/master/CODE_OF_CONDUCT.md