Node.js est un environnement d'exécution JavaScript open source et multiplateforme.
Pour plus d'informations sur l'utilisation de Node.js, consultez le site Web Node.js.
Le projet Node.js utilise un modèle de gouvernance ouvert. La Fondation OpenJS apporte son soutien au projet.
Les contributeurs sont censés agir de manière collaborative pour faire avancer le projet. Nous encourageons l’échange constructif d’opinions contraires et de compromis. Le TSC se réserve le droit de limiter ou de bloquer les contributeurs qui agissent à plusieurs reprises de manière à décourager, épuiser ou autrement affecter négativement les autres participants.
Ce projet a un code de conduite.
Soutien
Types de versions
Versions actuelles et LTS
Sorties nocturnes
Documentation API
Télécharger
Vérification des binaires
Construire Node.js
Sécurité
Contribuer à Node.js
Membres actuels de l'équipe de projet
TSC (Comité de Pilotage Technique)
Collaborateurs
Trieurs
Clés de libération
Licence
Vous cherchez de l'aide ? Consultez les instructions pour obtenir de l’aide.
Actuel : En développement actif. Le code de la version actuelle se trouve dans la branche correspondant à son numéro de version majeure (par exemple, v22.x). Node.js publie une nouvelle version majeure tous les 6 mois, permettant des modifications majeures. Cela se produit chaque année en avril et octobre. Les versions paraissant chaque mois d'octobre ont une durée de vie de 8 mois. Les versions apparaissant chaque avril sont converties en LTS (voir ci-dessous) chaque octobre.
LTS : versions bénéficiant d'un support à long terme, en mettant l'accent sur la stabilité et la sécurité. Chaque version majeure paire deviendra une version LTS. Les versions LTS bénéficient de 12 mois de support Active LTS et de 18 mois supplémentaires de maintenance . Les lignes de version LTS ont des noms de code classés par ordre alphabétique, commençant par v4 Argon. Il n’y a pas de modifications majeures ni d’ajouts de fonctionnalités, sauf dans certaines circonstances particulières.
Nightly : Code de la branche Current généré toutes les 24 heures en cas de modifications. A utiliser avec prudence.
Les versions actuelles et LTS suivent le versionnement sémantique. Un membre de l’équipe de publication signe chaque version actuelle et LTS. Pour plus d’informations, consultez la version README.
Les binaires, les installateurs et les archives tar sources sont disponibles sur https://nodejs.org/en/download/.
https://nodejs.org/download/release/
Le dernier répertoire est un alias pour la dernière version actuelle. Le répertoire last- codename est un alias pour la dernière version d'une ligne LTS. Par exemple, le répertoire last-hydrogen contient la dernière version d’Hydrogen (Node.js 18).
https://nodejs.org/download/nightly/
Chaque répertoire et nom de fichier inclut la version (par exemple, v22.0.0
), suivie de la date UTC (par exemple, 20240424
pour le 24 avril 2024) et le court commit SHA du HEAD de la version (par exemple, ddd0a9e494
). Par exemple, un nom de répertoire complet peut ressembler à v22.0.0-nightly20240424ddd0a9e494
.
La documentation de la dernière version actuelle se trouve sur https://nodejs.org/api/. La documentation spécifique à la version est disponible dans chaque répertoire de version dans le sous-répertoire docs . La documentation spécifique à la version se trouve également sur https://nodejs.org/download/docs/.
Les répertoires de téléchargement contiennent un fichier SHASUMS256.txt
avec les sommes de contrôle SHA pour les fichiers.
Pour télécharger SHASUMS256.txt
en utilisant curl
:
curl -O https://nodejs.org/dist/vx.yz/SHASUMS256.txt
Pour vérifier que les fichiers téléchargés correspondent à la somme de contrôle, utilisez sha256sum
:
sha256sum -c SHASUMS256.txt --ignore-missing
Pour Current et LTS, la signature détachée GPG de SHASUMS256.txt
se trouve dans SHASUMS256.txt.sig
. Vous pouvez l'utiliser avec gpg
pour vérifier l'intégrité de SHASUMS256.txt
. Vous devrez d'abord importer les clés GPG des personnes autorisées à créer des versions.
Voir Clés de libération pour les commandes permettant d'importer les clés de libération actives.
Ensuite, téléchargez le SHASUMS256.txt.sig
pour la version :
curl -O https://nodejs.org/dist/vx.yz/SHASUMS256.txt.sig
Utilisez ensuite gpg --verify SHASUMS256.txt.sig SHASUMS256.txt
pour vérifier la signature du fichier.
Voir BUILDING.md pour obtenir des instructions sur la façon de créer Node.js à partir des sources et une liste des plates-formes prises en charge.
Pour plus d'informations sur la création de rapports sur les vulnérabilités de sécurité dans Node.js, consultez SECURITY.md.
Contribuer au projet
Groupes de travail
Initiatives stratégiques
Valeurs techniques et priorisation
Pour plus d'informations sur la gouvernance du projet Node.js, consultez GOVERNANCE.md.
aduh95 - Antoine du Hamel <[email protected]> (il/lui)
anonrig - Yagiz Nizipli <[email protected]> (il/lui)
benjamingr - Benjamin Gruenbaum <[email protected]>
BridgeAR - Ruben Bridgewater <[email protected]> (il/lui)
gireeshpunathil - Gireesh Punathil <[email protected]> (il/lui)
jasnell - James M Snell <[email protected]> (il/lui)
joyeecheung - Joyee Cheung <[email protected]> (elle/elle)
legendecas - Chengzhong Wu <[email protected]> (il/lui)
marco-ippolito - Marco Ippolito <[email protected]> (il/lui)
mcollina - Matteo Collina <[email protected]> (il/lui)
mhdawson - Michael Dawson <[email protected]> (il/lui)
MoLow - Moshe Atlow <[email protected]> (il/lui)
RafaelGSS - Rafael Gonzaga <[email protected]> (il/lui)
richardlau - Richard Lau <[email protected]>
ronag - Robert Nagy <[email protected]>
ruyadorno - Ruy Adorno <[email protected]> (il/lui)
ShogunPanda - Paolo Insogna <[email protected]> (il/lui)
targos - Michaël Zasso <[email protected]> (il/lui)
tniessen - Tobias Nießen <[email protected]> (il/lui)
apapirovski - Anatoli Papirovski <[email protected]> (il/lui)
BethGriggs - Beth Griggs <[email protected]> (elle/elle)
bnoordhuis - Ben Noordhuis <[email protected]>
cjihrig - Colin Ihrig <[email protected]> (il/lui)
codebytere - Shelley Vohr <[email protected]> (elle/elle)
GeoffreyBooth - Geoffrey Booth <[email protected]> (il/lui)
Trott - Rich Trott <[email protected]> (il/lui)
addaleax - Anna Henningsen <[email protected]> (elle/elle)
Chalker - Сковорода Никита Андреевич <[email protected]> (il/lui)
Chrisdickinson - Chris Dickinson <[email protected]>
danbev - Daniel Bevenius <[email protected]> (il/lui)
danielleadams - Danielle Adams <[email protected]> (elle/elle)
evanlucas - Evan Lucas <[email protected]> (il/lui)
fhinkel - Franziska Hinkelmann <[email protected]> (elle/elle)
Fishrock123 - Jeremiah Senkpiel <[email protected]> (il/ils)
gabrielschulhof - Gabriel Schulhof <[email protected]>
gibfahn - Gibson Fahnestock <[email protected]> (il/lui)
indutny - Fedor Indutny <[email protected]>
isaacs - Isaac Z. Schlueter <[email protected]>
joshgav - Josh Gavant <[email protected]>
mmarchini - Mary Marchini <[email protected]> (elle/elle)
mscdex - Brian White <[email protected]>
MylesBorins - Myles Borins <[email protected]> (il/lui)
nebrius - Bryan Hughes <[email protected]>
ofrobots - Ali Ijaz Sheikh <[email protected]> (il/lui)
orangemocha - Alexis Campailla <[email protected]>
piscisaureus - Bert Belder <[email protected]>
RaisinTen - Darshan Sen <[email protected]> (il/lui)
rvagg - Rod Vagg <[email protected]>
sam-github - Sam Roberts <[email protected]>
shigeki - Shigeki Ohtsu <[email protected]> (il/lui)
thefourtheye - Sakthipriyan Vairamani <[email protected]> (il/lui)
TimothyGu - Tiancheng "Timothy" Gu <[email protected]> (il/lui)
trevnorris - Trevor Norris <[email protected]>
abmusse - Abdirahim Musse <[email protected]>
addaleax - Anna Henningsen <[email protected]> (elle/elle)
aduh95 - Antoine du Hamel <[email protected]> (il/lui) - Soutenez-moi
anonrig - Yagiz Nizipli <[email protected]> (il/lui) - Soutenez-moi
apapirovski - Anatoli Papirovski <[email protected]> (il/lui)
atlowChemi - Chemi Atlow <[email protected]> (il/lui)
Ayase-252 - Qingyu Deng <[email protected]>
bengl - Bryan anglais <[email protected]> (il/lui)
benjamingr - Benjamin Gruenbaum <[email protected]>
BethGriggs - Beth Griggs <[email protected]> (elle/elle)
bnb - Tierney Cyren <[email protected]> (ils/eux)
bnoordhuis - Ben Noordhuis <[email protected]>
BridgeAR - Ruben Bridgewater <[email protected]> (il/lui)
cclauss - Christian Clauss <[email protected]> (il/lui)
cjihrig - Colin Ihrig <[email protected]> (il/lui)
codebytere - Shelley Vohr <[email protected]> (elle/elle)
cola119 - Kohei Ueno <[email protected]> (il/lui)
daeyeon - Daeyeon Jeong <[email protected]> (il/lui)
debadree25 - Debadree Chatterjee <[email protected]> (il/lui)
deokjinkim - Deokjin Kim <[email protected]> (il/lui)
edsadr - Adrian Estrada <[email protected]> (il/lui)
ErickWendel - Erick Wendel <[email protected]> (il/lui)
Ethan-Arrowood - Ethan Arrowood <[email protected]> (il/lui)
F3n67u - Feng Yu <[email protected]> (il/lui)
fhinkel - Franziska Hinkelmann <[email protected]> (elle/elle)
Flarna - Gerhard Stöbich <[email protected]> (il/ils)
gabrielschulhof - Gabriel Schulhof <[email protected]>
gengjiawen - Jiawen Geng <[email protected]>
GeoffreyBooth - Geoffrey Booth <[email protected]> (il/lui)
gireeshpunathil - Gireesh Punathil <[email protected]> (il/lui)
guybedford - Guy Bedford <[email protected]> (il/lui)
H4ad - Vinícius Lourenço Claro Cardoso <[email protected]> (il/lui)
HarshithaKP - Harshitha KP <[email protected]> (elle/elle)
lui-même65 - Zeyu "Alex" Yang <[email protected]> (il/lui)
jakecastelli - Jake Yuesong Li <[email protected]> (il/lui)
JakobJingleheimer - Jacob Smith <[email protected]> (il/lui)
jasnell - James M Snell <[email protected]> (il/lui)
jazelly - Jason Zhang <[email protected]> (il/lui)
jkrems - Jan Krems <[email protected]> (il/lui)
joyeecheung - Joyee Cheung <[email protected]> (elle/elle)
juanarbol - Juan José Arboleda <[email protected]> (il/lui)
JungMinu - Minwoo Jung <[email protected]> (il/lui)
KhafraDev - Matthew Aitken <[email protected]> (il/lui)
kvakil - Keyhan Vakil <[email protected]>
legendecas - Chengzhong Wu <[email protected]> (il/lui)
lemire - Daniel Lemire <[email protected]>
Linkgoron - Nitzan Uziely <[email protected]>
LiviaMedeiros - LiviaMedeiros <[email protected]>
lpinca - Luigi Pinca <[email protected]> (il/lui)
lukekarrys - Luke Karrys <[email protected]> (il/lui)
Lxxyx - Zijian Liu <[email protected]> (il/lui)
marco-ippolito - Marco Ippolito <[email protected]> (il/lui) - Soutenez-moi
marsonya - Akhil Marsonya <[email protected]> (il/lui)
MattiasBuelens - Mattias Buelens <[email protected]> (il/lui)
mcollina - Matteo Collina <[email protected]> (il/lui) - Soutenez-moi
meixg - Xuguang Mei <[email protected]> (il/lui)
mhdawson - Michael Dawson <[email protected]> (il/lui)
lever de soleil doux - Alba Mendez <[email protected]> (elle/elle)
MoLow - Moshe Atlow <[email protected]> (il/lui)
M.Jithil - Jithil P Ponnan <[email protected]> (il/lui)
ovflowd - Claudio Wunder <[email protected]> (il/ils)
panva - Filip Skokan <[email protected]> (il/lui)
pimterry - Tim Perry <[email protected]> (il/lui)
pmarchini Pietro Marchini <[email protected]> (il/lui)
Qard - Stephen Bélanger <[email protected]> (il/lui)
RafaelGSS - Rafael Gonzaga <[email protected]> (il/lui)
richardlau - Richard Lau <[email protected]>
rluvaton - Raz Luvaton <[email protected]> (il/lui)
ronag - Robert Nagy <[email protected]>
ruyadorno - Ruy Adorno <[email protected]> (il/lui)
santigimeno - Santiago Gimeno <[email protected]>
ShogunPanda - Paolo Insogna <[email protected]> (il/lui)
srl295 - Steven R. Loomis <[email protected]>
StefanStojanovic - Stefan Stojanovic <[email protected]> (il/lui)
sxa - Stewart X Addison <[email protected]> (il/lui)
targos - Michaël Zasso <[email protected]> (il/lui)
theanarkh - theanarkh <[email protected]> (il/lui)
tniessen - Tobias Nießen <[email protected]> (il/lui)
trivikr - Trivikram Kamat <[email protected]>
Trott - Rich Trott <[email protected]> (il/lui)
UlisesGascon - Ulises Gascón <[email protected]> (il/lui)
vmoroz - Vladimir Morozov <[email protected]> (il/lui)
VoltrexKeyva - Mohammed Keyvanzadeh <[email protected]> (il/lui)
watilde - Daijiro Wachi <[email protected]> (il/lui)
zcbenz - Cheng Zhao <[email protected]> (il/lui)
ZYSzys - Yongsheng Zhang <[email protected]> (il/lui)
ak239 - Alekseï Koziatinski <[email protected]>
andrasq - Andras <[email protected]>
AndreasMadsen - Andreas Madsen <[email protected]> (il/lui)
AnnaMag - Anna M. Kedzierska <[email protected]>
fourmismartien - Anto Aravinth <[email protected]> (il/lui)
aqrln - Alexey Orlenko <[email protected]> (il/lui)
AshCripps - Ash Cripps <[email protected]>
bcoe - Ben Coe <[email protected]> (il/lui)
bmeck - Bradley Farias <[email protected]>
bmeurer - Benedikt Meurer <[email protected]>
boneskull - Christopher Hiller <[email protected]> (il/lui)
Brendanashworth - Brendan Ashworth <[email protected]>
bzoz - Bartosz Sosnowski <[email protected]>
calvinmetcalf - Calvin Metcalf <[email protected]>
Chalker - Сковорода Никита Андреевич <[email protected]> (il/lui)
Chrisdickinson - Chris Dickinson <[email protected]>
claudiorodriguez - Claudio Rodriguez <[email protected]>
danbev - Daniel Bevenius <[email protected]> (il/lui)
danielleadams - Danielle Adams <[email protected]> (elle/elle)
DavidCai1993 - David Cai <[email protected]> (il/lui)
davisjam - Jamie Davis <[email protected]> (il/lui)
devnexen - David Carlier <[email protected]>
devsnek - Gus Caplan <[email protected]> (ils/eux)
digitalinfinity - Hitesh Kanwathirtha <[email protected]> (il/lui)
dmabupt - Xu Meng <[email protected]> (il/lui)
dnlup dnlup <[email protected]>
eljefedelrodeodeljefe - Robert Jefe Lindstaedt <[email protected]>
estliberitas - Alexandre Makarenko <[email protected]>
eugène - Eugène Ostroukhov <[email protected]>
evanlucas - Evan Lucas <[email protected]> (il/lui)
firefox - Daniel Wang <[email protected]>
Fishrock123 - Jeremiah Senkpiel <[email protected]> (il/ils)
gdams - George Adams <[email protected]> (il/lui)
geek - Wyatt Preul <[email protected]>
gibfahn - Gibson Fahnestock <[email protected]> (il/lui)
glentiki - Glen Keane <[email protected]> (il/lui)
graines de hasch - Yang Guo <[email protected]> (il/lui)
hiroppy - Yuta Hiroto <[email protected]> (il/lui)
iansu - Ian Sutherland <[email protected]>
Iarna - Rebecca Turner <[email protected]>
imran-iq - Imran Iqbal <[email protected]>
imyller - Ilkka Myller <[email protected]>
indutny - Fedor Indutny <[email protected]>
isaacs - Isaac Z. Schlueter <[email protected]>
italoacasas - Italo A. Casas <[email protected]> (il/lui)
JacksonTian - Jackson Tian <[email protected]>
jasongin - Jason Ginchereau <[email protected]>
jbergstroem - Johan Bergström <[email protected]>
jdalton - John-David Dalton <[email protected]>
jhamhader - Yuval Brik <[email protected]>
joaocgreis - João Reis <[email protected]>
joesepi - Joe Sepi <[email protected]> (il/lui)
joshgav - Josh Gavant <[email protected]>
julianduque - Julian Duque <[email protected]> (il/lui)
kfarnung - Kyle Farnung <[email protected]> (il/lui)
kunalspathak - Kunal Pathak <[email protected]>
kuriyosh - Yoshiki Kurihara <[email protected]> (il/lui)
lance - Lance Ball <[email protected]> (il/lui)
Leko - Shingo Inoue <[email protected]> (il/lui)
lucamaraschi - Luca Maraschi <[email protected]> (il/lui)
lundibundi - Denys Otrishko <[email protected]> (il/lui)
lxe - Alexeï Smolenchuk <[email protected]>
maclover7 - Jon Moss <[email protected]> (il/lui)
mafintosh - Mathias Buus <[email protected]> (il/lui)
matthewloring - Matthew Loring <[email protected]>
Mesteery - Mestery <[email protected]> (il/lui)
micnic - Nicu Micleușanu <[email protected]> (il/lui)
mikeal - Mikeal Rogers <[email protected]>
miladfarca - Milad Fa <[email protected]> (il/lui)
misterdjules - Julien Gilli <[email protected]>
mmarchini - Mary Marchini <[email protected]> (elle/elle)
monsanto - Christophe Monsanto <[email protected]>
MoonBall - Chen Gang <[email protected]>
mscdex - Brian White <[email protected]>
MylesBorins - Myles Borins <[email protected]> (il/lui)
pas-un-aardvark - Teddy Katz <[email protected]> (il/lui)
ofrobots - Ali Ijaz Sheikh <[email protected]> (il/lui)
Olegas - Oleg Elifantiev <[email protected]>
orangemocha - Alexis Campailla <[email protected]>
othiym23 - Forrest L Norvell <[email protected]> (ils/eux/eux-mêmes)
oyyd - Ouyang Yadong <[email protected]> (il/lui)
petkaantonov - Petka Antonov <[email protected]>
phillipj - Phillip Johnsen <[email protected]>
piscisaureus - Bert Belder <[email protected]>
pmq20 - Minqi Pan <[email protected]>
PoojaDurgad - Pooja DP <[email protected]> (elle/elle)
princejwesley - Prince John Wesley <[email protected]>
psmarshall - Peter Marshall <[email protected]> (il/lui)
puzpuzpuz - Andrey Pechkurov <[email protected]> (il/lui)
RaisinTen - Darshan Sen <[email protected]> (il/lui)
refack - Refael Ackermann (רפאל פלחי) <[email protected]> (il/lui/הוא/אתה)
rexagod - Pranshu Srivastava <[email protected]> (il/lui)
rickyes - Ricky Zhou <[email protected]> (il/lui)
rlidwka - Alex Kocharin <[email protected]>
rmg - Ryan Graham <[email protected]>
robertkowalski - Robert Kowalski <[email protected]>
romankl - Roman Klauke <[email protected]>
ronkorving - Ron Korving <[email protected]>
RReverser - Ingvar Stepanyan <[email protected]>
rubis - Sam Ruby <[email protected]>
rvagg - Rod Vagg <[email protected]>
ryzokuken - Ujjwal Sharma <[email protected]> (il/lui)
saghul - Saúl Ibarra Corretgé <[email protected]>
sam-github - Sam Roberts <[email protected]>
sebdeckers - Sébastien Deckers <[email protected]>
seishun - Nikolaï Vavilov <[email protected]>
shigeki - Shigeki Ohtsu <[email protected]> (il/lui)
shisama - Masashi Hirano <[email protected]> (il/lui)
silverwind - Roman Reiss <[email protected]>
starkwang - Weijia Wang <[email protected]>
stefanmb - Stefan Budeanu <[email protected]>
tellnes - Christian Tellnes <[email protected]>
thefourtheye - Sakthipriyan Vairamani <[email protected]> (il/lui)
thlorenz - Thorsten Lorenz <[email protected]>
TimothyGu - Tiancheng "Timothy" Gu <[email protected]> (il/lui)
trevnorris - Trevor Norris <[email protected]>
tunniclm - Mike Tunnicliffe <[email protected]>
vdeturckheim - Vladimir de Turckheim <[email protected]> (il/lui)
vkurchatkin - Vladimir Kurchatkin <[email protected]>
vsemozhetbyt - Vse Mozhet Byt <[email protected]> (il/lui)
Watson - Thomas Watson <[email protected]>
whitlockjc - Jeremy Whitlock <[email protected]>
XadillaX - Khaidi Chu <[email protected]> (il/lui)
yashLadha - Yash Ladha <[email protected]> (il/lui)
yhwang - Yihong Wang <[email protected]>
yorkie - Yorkie Liu <[email protected]>
yosuke-furukawa - Yosuke Furukawa <[email protected]>
Les collaborateurs suivent le Guide du collaborateur pour gérer le projet Node.js.
atlowChemi - Chemi Atlow <[email protected]> (il/lui)
Ayase-252 - Qingyu Deng <[email protected]>
bmuenzenmeyer - Brian Muenzenmeyer <[email protected]> (il/lui)
CanadaHonk - Oliver Medhurst <[email protected]> (ils/eux)
daeyeon - Daeyeon Jeong <[email protected]> (il/lui)
F3n67u - Feng Yu <[email protected]> (il/lui)
gireeshpunathil - Gireesh Punathil <[email protected]> (il/lui)
iam-frankqiu - Frank Qiu <[email protected]> (il/lui)
KevinEady - Kevin Eady <[email protected]> (il/lui)
kvakil - Keyhan Vakil <[email protected]>
marsonya - Akhil Marsonya <[email protected]> (il/lui)
meixg - Xuguang Mei <[email protected]> (il/lui)
mertcanaltin - Mert Can Altin <[email protected]>
preveen-stack - Preveen Padmanabhan <[email protected]> (il/lui)
RedYetiDev - Aviv Keller <[email protected]> (ils/eux)
VoltrexKeyva - Mohammed Keyvanzadeh <[email protected]> (il/lui)
Les trieurs suivent le guide de triage lorsqu'ils répondent à de nouveaux problèmes.
Clés GPG primaires pour les Releasers Node.js (certains Releasers signent avec des sous-clés) :
Antoine du Hamel <[email protected]> C0D6248439F1D5604AAFFB4021D900FFDB233756
Juan José Arboleda <[email protected]> DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7
Marco Ippolito <[email protected]> CC68F5A3106FF448322E48ED27F5E38D5B0A215F
Michaël Zasso <[email protected]> 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
Rafael Gonzaga <[email protected]> 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4
Richard Lau <[email protected]> C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
Ruy Adorno <[email protected]> 108F52B48DB57BB0CC439B2997B01419BD92F80A
Ulises Gascón <[email protected]> A363A499291CBBC940DD62E41F10027AF002F8B0
Pour importer l'ensemble complet des clés de version approuvées (y compris les sous-clés éventuellement utilisées pour signer les versions) :
gpg --keyserver hkps://keys.openpgp.org --recv-keys C0D6248439F1D5604AAFFB4021D900FFDB233756 # Antoine du Hamelgpg --keyserver hkps://keys.openpgp.org --recv-keys DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7 # Juan José Arboledagpg --keyserver hkps://keys.openpgp.org --recv-keys CC68F5A3106FF448322E48ED27F5E38D5B0A215F # Marco Ippolitogpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600 # Michaël Zassogpg --keyserver hkps://keys.openpgp.org --recv-keys 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4 # Rafael Gonzagagpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C # Richard Laugpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A # Ruy Adornogpg --keyserver hkps://keys.openpgp.org --recv-keys A363A499291CBBC940DD62E41F10027AF002F8B0 # Ulises Gascón
Voir Vérification des fichiers binaires pour savoir comment utiliser ces clés pour vérifier un fichier téléchargé.
Beth Griggs <[email protected]> 4ED778F539E3634C779C87C6D7062848A1AB005C
Bryan Anglais <[email protected]> 141F07595B7B3FFE74309A937405533BE57C7D57
Chris Dickinson <[email protected]> 9554F04D7259F04124DE6B476D5A82AC7E37093B
Colin Ihrig <[email protected]> 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
Danielle Adams <[email protected]> 1C050899334244A8AF75E53792EF661D867B9DFA
74F12602B6F1C4E913FAA37AD3A89613643B6201
Evan Lucas <[email protected]> B9AE9905FFD7803F25714661B63B535A4C206CA9
Gibson Fahnestock <[email protected]> 77984A986EBC2AA786BC0F66B01FBB92821C587A
Isaac Z. Schlueter <[email protected]> 93C7E9E91B49E432C2F75674B0A78B0A6C481CF6
Italo A. Casas <[email protected]> 56730D5401028683275BD23C23EFEFE93C4CFFFE
James M Snell <[email protected]> 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
Jérémie Senkpiel <[email protected]> FD3A5288F042B6850C66B31F09FE44734EB7990E
Juan José Arboleda <[email protected]> 61FC681DFB92A079F1685E77973F295594EC4689
Julien Gilli <[email protected]> 114F43EE0176B71C7BC219DD50A3051F888C628D
Myles Borins <[email protected]> C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
Rod Vagg <[email protected]> DD8F2338BAE7501E3DD5AC78C273792F7D83545D
Ruben Bridgewater <[email protected]> A48C2BEE680E841632CD4E44F07496B3EB3C1762
Shelley Vohr <[email protected]> B9E2F5981AA6E0CD28160D9FF13993A75599653C
Timothy J Fontaine <[email protected]> 7937DFD2AB06298B2293C3187D33FF9D0246406D
Lorsque cela est possible, les entreprises s'engagent à prendre des places dans la rotation des responsables des libérations de sécurité afin de garantir que les personnes qui agissent en tant que responsables de la sécurité bénéficient du soutien et de la reconnaissance de leur employeur pour pouvoir prioriser les libérations de sécurité. Les responsables des versions de sécurité gèrent les versions de sécurité sur une base de rotation, comme indiqué dans le processus des versions de sécurité.
Chien de données
bengl - Bryan anglais <[email protected]> (il/lui)
NoeudSource
juanarbol - Juan José Arboleda <[email protected]> (il/lui)
RafaelGSS - Rafael Gonzaga <[email protected]> (il/lui)
Plateforme
mcollina - Matteo Collina <[email protected]> (il/lui)
Chapeau rouge/IBM
joesepi - Joe Sepi <[email protected]> (il/lui)
mhdawson - Michael Dawson <[email protected]> (il/lui)
Node.js est disponible sous la licence MIT. Node.js comprend également des bibliothèques externes disponibles sous diverses licences. Voir LICENCE pour le texte complet de la licence.