Node.js adalah lingkungan runtime JavaScript lintas platform sumber terbuka.
Untuk informasi tentang penggunaan Node.js, lihat situs web Node.js.
Proyek Node.js menggunakan model tata kelola terbuka. OpenJS Foundation memberikan dukungan untuk proyek ini.
Kontributor diharapkan bertindak secara kolaboratif untuk memajukan proyek. Kami mendorong pertukaran pendapat dan kompromi yang konstruktif. TSC berhak membatasi atau memblokir kontributor yang berulang kali bertindak dengan cara yang melemahkan semangat, menguras tenaga, atau memberikan dampak negatif terhadap peserta lain.
Proyek ini memiliki Kode Etik.
Mendukung
Jenis rilis
Rilis saat ini dan LTS
Rilisan malam hari
dokumentasi API
Unduh
Memverifikasi biner
Membangun Node.js
Keamanan
Berkontribusi pada Node.js
Anggota tim proyek saat ini
TSC (Komite Pengarah Teknis)
Kolaborator
Triager
Lepaskan kunci
Lisensi
Mencari bantuan? Lihat petunjuk untuk mendapatkan dukungan.
Saat ini : Sedang dalam pengembangan aktif. Kode untuk Rilis saat ini ada di cabang untuk nomor versi utamanya (misalnya, v22.x). Node.js merilis versi mayor baru setiap 6 bulan, memungkinkan perubahan yang dapat menyebabkan gangguan. Ini terjadi pada bulan April dan Oktober setiap tahun. Rilisan yang muncul setiap bulan Oktober memiliki masa dukungan selama 8 bulan. Rilis yang muncul setiap bulan April dikonversi ke LTS (lihat di bawah) setiap bulan Oktober.
LTS : Rilis yang menerima Dukungan Jangka Panjang, dengan fokus pada stabilitas dan keamanan. Setiap versi mayor bernomor genap akan menjadi rilis LTS. Rilis LTS menerima 12 bulan dukungan LTS Aktif dan 18 bulan Pemeliharaan berikutnya. Jalur rilis LTS memiliki nama kode yang diurutkan berdasarkan abjad, dimulai dengan v4 Argon. Tidak ada perubahan besar atau penambahan fitur, kecuali dalam beberapa keadaan khusus.
Nightly : Kode dari cabang saat ini dibuat setiap 24 jam jika ada perubahan. Gunakan dengan hati-hati.
Rilis saat ini dan LTS mengikuti versi semantik. Seorang anggota Tim Rilis menandatangani setiap rilis Saat Ini dan LTS. Untuk informasi lebih lanjut, lihat Rilis README.
Biner, penginstal, dan tarball sumber tersedia di https://nodejs.org/en/download/.
https://nodejs.org/download/release/
Direktori terbaru adalah alias untuk rilis terkini. Direktori nama kode terbaru adalah alias untuk rilis terbaru dari baris LTS. Misalnya, direktori hidrogen terbaru berisi rilis Hidrogen terbaru (Node.js 18).
https://nodejs.org/download/nightly/
Setiap direktori dan nama file menyertakan versinya (misal, v22.0.0
), diikuti dengan tanggal UTC (misal, 20240424
untuk 24 April 2024), dan KOmit pendek SHA dari HEAD rilis (misal, ddd0a9e494
). Misalnya, nama direktori lengkap mungkin terlihat seperti v22.0.0-nightly20240424ddd0a9e494
.
Dokumentasi untuk rilis terbaru saat ini ada di https://nodejs.org/api/. Dokumentasi khusus versi tersedia di setiap direktori rilis di subdirektori docs . Dokumentasi khusus versi juga ada di https://nodejs.org/download/docs/.
Direktori unduhan berisi file SHASUMS256.txt
dengan checksum SHA untuk file tersebut.
Untuk mengunduh SHASUMS256.txt
menggunakan curl
:
ikal -O https://nodejs.org/dist/vx.yz/SHASUMS256.txt
Untuk memeriksa apakah file yang diunduh cocok dengan checksum, gunakan sha256sum
:
sha256sum -c SHASUMS256.txt --abaikan-hilang
Untuk Saat Ini dan LTS, tanda tangan terpisah GPG dari SHASUMS256.txt
ada di SHASUMS256.txt.sig
. Anda dapat menggunakannya dengan gpg
untuk memverifikasi integritas SHASUMS256.txt
. Pertama-tama Anda harus mengimpor kunci GPG dari individu yang diberi wewenang untuk membuat rilis.
Lihat Kunci rilis untuk perintah mengimpor kunci rilis aktif.
Selanjutnya, unduh SHASUMS256.txt.sig
untuk rilisnya:
curl -O https://nodejs.org/dist/vx.yz/SHASUMS256.txt.sig
Kemudian gunakan gpg --verify SHASUMS256.txt.sig SHASUMS256.txt
untuk memverifikasi tanda tangan file.
Lihat BUILDING.md untuk instruksi tentang cara membangun Node.js dari sumber dan daftar platform yang didukung.
Untuk informasi tentang pelaporan kerentanan keamanan di Node.js, lihat SECURITY.md.
Berkontribusi pada proyek
Kelompok Kerja
Inisiatif strategis
Nilai teknis dan prioritas
Untuk informasi tentang tata kelola proyek Node.js, lihat GOVERNANCE.md.
aduh95 - Antoine du Hamel <[email protected]> (dia)
anonrig - Yagiz Nizipli <[email protected]> (dia/dia)
benjamingr - Benjamin Gruenbaum <[email protected]>
BridgeAR - Ruben Bridgewater <[email protected]> (dia/dia)
gireeshpunathil - Gireesh Punathil <[email protected]> (dia/dia)
jasnell - James M Snell <[email protected]> (dia/dia)
joyeecheung - Joyee Cheung <[email protected]> (dia)
legendaecas - Chengzhong Wu <[email protected]> (dia/dia)
marco-ippolito - Marco Ippolito <[email protected]> (dia/dia)
mcollina - Matteo Collina <[email protected]> (dia/dia)
mhdawson - Michael Dawson <[email protected]> (dia/dia)
MoLow - Moshe Atlow <[email protected]> (dia/dia)
RafaelGSS - Rafael Gonzaga <[email protected]> (dia/dia)
richardlau - Richard Lau <[email protected]>
ronag - Robert Nagy <[email protected]>
ruyadorno - Ruy Adorno <[email protected]> (dia/dia)
ShogunPanda - Paolo Insogna <[email protected]> (dia/dia)
targos - Michaël Zasso <[email protected]> (dia/dia)
tniessen - Tobias Nießen <[email protected]> (dia/dia)
apapirovski - Anatoli Papirovski <[email protected]> (dia/dia)
BethGriggs - Beth Griggs <[email protected]> (dia)
bnoordhuis - Ben Noordhuis <[email protected]>
cjihrig - Colin Ihrig <[email protected]> (dia/dia)
codebytere - Shelley Vohr <[email protected]> (dia)
GeoffreyBooth - Geoffrey Booth <[email protected]> (dia/dia)
Trott - Kaya Trott <[email protected]> (dia/dia)
addaleax - Anna Henningsen <[email protected]> (dia)
ChALkeR - Сковорода Никита Андреевич <[email protected]> (dia/dia)
chrisdickinson - Chris Dickinson <[email protected]>
danbev - Daniel Bevenius <[email protected]> (dia/dia)
danielleadams - Danielle Adams <[email protected]> (dia)
evanlucas - Evan Lucas <[email protected]> (dia/dia)
fhinkel - Franziska Hinkelmann <[email protected]> (dia)
Fishrock123 - Yeremia Senkpiel <[email protected]> (dia/mereka)
gabrielschulhof - Gabriel Schulhof <[email protected]>
gibfahn - Gibson Fahnestock <[email protected]> (dia/dia)
indutny - Fedor Indutny <[email protected]>
isaacs - Isaac Z. Schlueter <[email protected]>
joshgav - Josh Gavant <[email protected]>
mmarchini - Mary Marchini <[email protected]> (dia)
mscdex - Brian White <[email protected]>
MylesBorins - Myles Borins <[email protected]> (dia/dia)
nebrius - Bryan [email protected] >
ofrobots - Ali Ijaz Sheikh <[email protected]> (dia/dia)
orangemocha - Alexis Campailla <[email protected]>
piscisaureus - Bert Belder <[email protected]>
RaisinTen - Darshan Sen <[email protected]> (dia/dia)
rvagg - Batang Vagg <[email protected]>
sam-github - Sam Roberts <[email protected]>
shigeki - Shigeki Ohtsu <[email protected]> (dia/dia)
thefourtheye - Sakthipriyan Vairamani <[email protected]> (dia/dia)
TimothyGu - Tiancheng "Timothy" Gu <[email protected]> (dia)
trevnorris - Trevor Norris <[email protected]>
abmusse - Abdirahim Musse <[email protected]>
addaleax - Anna Henningsen <[email protected]> (dia)
aduh95 - Antoine du Hamel <[email protected]> (dia) - Dukung saya
anonrig - Yagiz Nizipli <[email protected]> (dia/dia) - Dukung saya
apapirovski - Anatoli Papirovski <[email protected]> (dia/dia)
atlowChemi - Chemi Atlow <[email protected]> (dia/dia)
Ayase-252 - Qingyu Deng <[email protected]>
bengl - Bryan Bahasa Inggris <[email protected]> (dia/dia)
benjamingr - Benjamin Gruenbaum <[email protected]>
BethGriggs - Beth Griggs <[email protected]> (dia)
bnb - Tierney Cyren <[email protected]> (mereka/mereka)
bnoordhuis - Ben Noordhuis <[email protected]>
BridgeAR - Ruben Bridgewater <[email protected]> (dia/dia)
cclauss - Christian Clauss <[email protected]> (dia/dia)
cjihrig - Colin Ihrig <[email protected]> (dia/dia)
codebytere - Shelley Vohr <[email protected]> (dia)
cola119 - Kohei Ueno <[email protected]> (dia/dia)
daeyeon - Daeyeon Jeong <[email protected]> (dia/dia)
debadree25 - Debadree Chatterjee <[email protected]> (dia/dia)
deokjinkim - Deokjin Kim <[email protected]> (dia/dia)
edsadr - Adrian Estrada <[email protected]> (dia/dia)
ErickWendel - Erick Wendel <[email protected]> (dia/dia)
Ethan-Arrowood - Ethan Arrowood <[email protected]> (dia/dia)
F3n67u - Feng Yu <[email protected]> (dia/dia)
fhinkel - Franziska Hinkelmann <[email protected]> (dia)
Flarna - Gerhard Stöbich <[email protected]> (dia/mereka)
gabrielschulhof - Gabriel Schulhof <[email protected]>
gengjiawen - Jiawen Geng <[email protected]>
GeoffreyBooth - Geoffrey Booth <[email protected]> (dia/dia)
gireeshpunathil - Gireesh Punathil <[email protected]> (dia/dia)
guybedford - Guy Bedford <[email protected]> (dia/dia)
H4ad - Vinícius Lourenço Claro Cardoso <[email protected]> (dia/dia)
HarshithaKP - Harshitha KP <[email protected]> (dia)
dirinya65 - Zeyu "Alex" Yang <[email protected]> (dia)
jakecastelli - Jake Yuesong Li <[email protected]> (dia/dia)
JakobJingleheimer - Jacob Smith <[email protected]> (dia/dia)
jasnell - James M Snell <[email protected]> (dia/dia)
jazelly - Jason Zhang <[email protected]> (dia/dia)
jkrems - Jan Krems <[email protected]> (dia/dia)
joyeecheung - Joyee Cheung <[email protected]> (dia)
juanarbol - Juan José Arboleda <[email protected]> (dia/dia)
JungMinu - Minwoo Jung <[email protected]> (dia/dia)
KhafraDev - Matthew Aitken <[email protected]> (dia/dia)
kvakil - Keyhan Vakil <[email protected]>
legendaecas - Chengzhong Wu <[email protected]> (dia/dia)
lemire - Daniel Lemire <[email protected]>
Linkgoron - Nitzan Uziely <[email protected]>
LiviaMedeiros - LiviaMedeiros <[email protected]>
lpinca - Luigi Pinca <[email protected]> (dia/dia)
lukekarrys - Luke Karrys <[email protected]> (dia/dia)
Lxxyx - Zijian Liu <[email protected]> (dia/dia)
marco-ippolito - Marco Ippolito <[email protected]> (dia/dia) - Dukung saya
marsonya - Akhil Marsonya <[email protected]> (dia/dia)
MattiasBuelens - Mattias Buelens <[email protected]> (dia)
mcollina - Matteo Collina <[email protected]> (dia/dia) - Dukung saya
meixg - Xuguang Mei <[email protected]> (dia/dia)
mhdawson - Michael Dawson <[email protected]> (dia/dia)
Mildsunrise - Alba Mendez <[email protected]> (dia)
MoLow - Moshe Atlow <[email protected]> (dia/dia)
MrJithil - Jithil P Ponnan <[email protected]> (dia/dia)
ovflowd - Claudio Wunder <[email protected]> (dia/mereka)
panva - Filip Skokan <[email protected]> (dia/dia)
pimterry - Tim Perry <[email protected]> (dia/dia)
pmarchini Pietro Marchini <[email protected]> (dia/dia)
Qard - Stephen Belanger <[email protected]> (dia/dia)
RafaelGSS - Rafael Gonzaga <[email protected]> (dia/dia)
richardlau - Richard Lau <[email protected]>
rluvaton - Raz Luvaton <[email protected]> (dia/dia)
ronag - Robert Nagy <[email protected]>
ruyadorno - Ruy Adorno <[email protected]> (dia/dia)
santigimeno - Santiago Gimeno <[email protected]>
ShogunPanda - Paolo Insogna <[email protected]> (dia/dia)
srl295 - Steven R Loomis <[email protected]>
StefanStojanovic - Stefan Stojanovic <[email protected]> (dia/dia)
sxa - Stewart X Addison <[email protected]> (dia/dia)
targos - Michaël Zasso <[email protected]> (dia/dia)
theanarkh - theanarkh <[email protected]> (dia/dia)
tniessen - Tobias Nießen <[email protected]> (dia/dia)
trivikr - Trivikram Kamat <[email protected]>
Trott - Kaya Trott <[email protected]> (dia/dia)
UlisesGascon - Ulises Gascón <[email protected]> (dia/dia)
vmoroz - Vladimir Morozov <[email protected]> (dia/dia)
VoltrexKeyva - Mohammed Keyvanzadeh <[email protected]> (dia/dia)
watilde - Daijiro Wachi <[email protected]> (dia/dia)
zcbenz - Cheng Zhao <[email protected]> (dia/dia)
ZYSzys - Yongsheng Zhang <[email protected]> (dia/dia)
ak239 - Aleksei Koziatinskii <[email protected]>
andrasq - Andras <[email protected]>
AndreasMadsen - Andreas Madsen <[email protected]> (dia/dia)
AnnaMag - Anna M. Kedzierska <[email protected]>
antsmartian - Anto Aravinth <[email protected]> (dia/dia)
aqrln - Alexei Orlenko <[email protected]> (dia)
AshCripps - Ash Cripps <[email protected]>
bcoe - Ben Coe <[email protected]> (dia/dia)
bmeck - Bradley Farias <[email protected]>
bmeurer - Benedikt Meurer <[email protected]>
Boneskull - Christopher Hiller <[email protected]> (dia/dia)
brendanashworth - Brendan Ashworth <[email protected]>
bzoz - Bartosz Sosnowski <[email protected]>
calvinmetcalf - Calvin Metcalf <[email protected]>
ChALkeR - Сковорода Никита Андреевич <[email protected]> (dia/dia)
chrisdickinson - Chris Dickinson <[email protected]>
claudiorodriguez - Claudio Rodriguez <[email protected]>
danbev - Daniel Bevenius <[email protected]> (dia/dia)
danielleadams - Danielle Adams <[email protected]> (dia)
DavidCai1993 - David Cai <[email protected]> (dia)
davisjam - Jamie Davis <[email protected]> (dia/dia)
devnexen - David Carlier <[email protected]>
devsnek - Gus Caplan <[email protected]> (mereka/mereka)
digitalinfinity - Hitesh Kanwathirtha <[email protected]> (dia/dia)
dmabupt - Xu Meng <[email protected]> (dia/dia)
dnlup dnlup <[email protected]>
eljefedelrodeodeljefe - Robert Jefe Lindstaedt <[email protected]>
kebebasan est - Alexander Makarenko <[email protected]>
eugeneo - Eugene Ostroukhov <[email protected]>
evanlucas - Evan Lucas <[email protected]> (dia/dia)
firefox - Daniel Wang <[email protected]>
Fishrock123 - Yeremia Senkpiel <[email protected]> (dia/mereka)
gdams - George Adams <[email protected]> (dia/dia)
kutu buku - Wyatt Preul <[email protected]>
gibfahn - Gibson Fahnestock <[email protected]> (dia/dia)
glentiki - Glen Keane <[email protected]> (dia/dia)
hashseed - Yang Guo <[email protected]> (dia/dia)
hiroppy - Yuta Hiroto <[email protected]> (dia/dia)
iansu - Ian Sutherland <[email protected]>
iarna - Rebecca [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]> (dia/dia)
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]> (dia/dia)
joshgav - Josh Gavant <[email protected]>
julianduque - Julian Duque <[email protected]> (dia/dia)
kfarnung - Kyle Farnung <[email protected]> (dia)
kunalspathak - Kunal Pathak <[email protected]>
kuriyosh - Yoshiki Kurihara <[email protected]> (dia/dia)
tombak - Lance Ball <[email protected]> (dia/dia)
Leko - Shingo Inoue <[email protected]> (dia/dia)
lucamaraschi - Luca Maraschi <[email protected]> (dia/dia)
lundibundi - Denys Otrishko <[email protected]> (dia/dia)
lxe - Aleksey Smolenchuk <[email protected]>
maclover7 - Jon Moss <[email protected]> (dia/dia)
mafintosh - Mathias Buus <[email protected]> (dia/dia)
matthewloring - Matthew Loring <[email protected]>
Mesteery - Mestery <[email protected]> (dia/dia)
micnic - Nicu Micleușanu <[email protected]> (dia)
mikeal - Mikeal Rogers <[email protected]>
miladfarca - Milad Fa <[email protected]> (dia/dia)
tuandjules - Julien Gilli <[email protected]>
mmarchini - Mary Marchini <[email protected]> (dia)
monsanto - Christopher Monsanto <[email protected]>
MoonBall - Chen Gang <[email protected]>
mscdex - Brian White <[email protected]>
MylesBorins - Myles Borins <[email protected]> (dia/dia)
bukan-an-aardvark - Teddy Katz <[email protected]> (dia/dia)
ofrobots - Ali Ijaz Sheikh <[email protected]> (dia/dia)
Olegas - Oleg Elifantiev <[email protected]>
orangemocha - Alexis Campailla <[email protected]>
othiym23 - Forrest L Norvell <[email protected]> (mereka/mereka/diri mereka sendiri)
oyyd - Ouyang Yadong <[email protected]> (dia/dia)
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]> (dia)
pangeranjwesley - Pangeran John Wesley <[email protected]>
psmarshall - Peter Marshall <[email protected]> (dia/dia)
puzpuzpuz - Andrey Pechkurov <[email protected]> (dia/dia)
RaisinTen - Darshan Sen <[email protected]> (dia/dia)
refack - Refael Ackermann (רפאל פלחי) <[email protected]> (he/him/הוא/אתה)
rexagod - Pranshu Srivastava <[email protected]> (dia/dia)
rickyes - Ricky Zhou <[email protected]> (dia/dia)
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]>
rubi - Sam Ruby <[email protected]>
rvagg - Batang Vagg <[email protected]>
ryzokuken - Ujjwal Sharma <[email protected]> (dia/dia)
saghul - Saúl Ibarra Corretgé <[email protected]>
sam-github - Sam Roberts <[email protected]>
sebdeckers - Sebastiaan Decker <[email protected]>
seishun - Nikolai Vavilov <[email protected]>
shigeki - Shigeki Ohtsu <[email protected]> (dia/dia)
shisama - Masashi Hirano <[email protected]> (dia/dia)
silverwind - Roman [email protected]>
starkwang - Weijia Wang <[email protected]>
stefanmb - Stefan Budeanu <[email protected]>
tellnes - Christian Tellnes <[email protected]>
thefourtheye - Sakthipriyan Vairamani <[email protected]> (dia/dia)
thlorenz - Thorsten Lorenz <[email protected]>
TimothyGu - Tiancheng "Timothy" Gu <[email protected]> (dia)
trevnorris - Trevor Norris <[email protected]>
tunniclm - Mike Tunnicliffe <[email protected]>
vdeturckheim - Vladimir de Turckheim <[email protected]> (dia/dia)
vkurchatkin - Vladimir Kurchatkin <[email protected]>
vsemozhetbyt - Vse Mozhet Byt <[email protected]> (dia/dia)
watson - Thomas Watson <[email protected]>
whitlockjc - Jeremy Whitlock <[email protected]>
XadillaX - Khaidi Chu <[email protected]> (dia/dia)
yashLadha - Yash Ladha <[email protected]> (dia/dia)
yhwang - Yihong Wang <[email protected]>
yorkie - Yorkie Liu <[email protected]>
yosuke-furukawa - Yosuke Furukawa <[email protected]>
Kolaborator mengikuti Panduan Kolaborator dalam memelihara proyek Node.js.
atlowChemi - Chemi Atlow <[email protected]> (dia/dia)
Ayase-252 - Qingyu Deng <[email protected]>
bmuenzenmeyer - Brian Muenzenmeyer <[email protected]> (dia/dia)
CanadaHonk - Oliver Medhurst <[email protected]> (mereka/mereka)
daeyeon - Daeyeon Jeong <[email protected]> (dia/dia)
F3n67u - Feng Yu <[email protected]> (dia/dia)
gireeshpunathil - Gireesh Punathil <[email protected]> (dia/dia)
iam-frankqiu - Frank Qiu <[email protected]> (dia/dia)
KevinEady - Kevin Eady <[email protected]> (dia/dia)
kvakil - Keyhan Vakil <[email protected]>
marsonya - Akhil Marsonya <[email protected]> (dia/dia)
meixg - Xuguang Mei <[email protected]> (dia/dia)
mertcanaltin - Mert Can Altin <[email protected]>
preveen-stack - Preveen Padmanabhan <[email protected]> (dia/dia)
RedYetiDev - Aviv Keller <[email protected]> (mereka/mereka)
VoltrexKeyva - Mohammed Keyvanzadeh <[email protected]> (dia/dia)
Triagers mengikuti Panduan Triage ketika merespons masalah baru.
Kunci GPG utama untuk Pelepas Node.js (beberapa Pelepas ditandatangani dengan subkunci):
Antoine du Hamel <[email protected]> C0D6248439F1D5604AAFFB4021D900FFDB233756
Juan José Arboleda <[email protected]> DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7
Marco Ippolito <[email protected]> CC68F5A3106FF448322E48ED27F5E38D5B0A215F
Michael Zasso <[email protected]> 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
Rafael Gonzaga <[email protected]> 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4
Richard Lau <[email protected]> C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
Ruy Adorno <[email protected]> 108F52B48DB57BB0CC439B2997B01419BD92F80A
Ulises Gascon <[email protected]> A363A499291CBBC940DD62E41F10027AF002F8B0
Untuk mengimpor set lengkap kunci rilis tepercaya (termasuk subkunci yang mungkin digunakan untuk menandatangani rilis):
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 Laugp --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A # Ruy Adornogpg --keyserver hkps://keys.openpgp.org --recv-keys A363A499291CBBC940DD62E41F10027AF002F8B0 # Ulises Gascón
Lihat Memverifikasi biner untuk mengetahui cara menggunakan kunci ini untuk memverifikasi file yang diunduh.
Beth Griggs <[email protected]> 4ED778F539E3634C779C87C6D7062848A1AB005C
Bryan Bahasa Inggris <[email protected]> 141F07595B7B3FFE74309A937405533BE57C7D57
Chris Dickinson <[email protected]> 9554F04D7259F04124DE6B476D5A82AC7E37093B
Colin Ihrig <[email protected]> 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
1C050899334244A8AF75E53792EF661D867B9DFA
Adams 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
Yeremia Senkpiel <[email protected]> FD3A5288F042B6850C66B31F09FE44734EB7990E
Juan José Arboleda <[email protected]> 61FC681DFB92A079F1685E77973F295594EC4689
Julien Gilli <[email protected]> 114F43EE0176B71C7BC219DD50A3051F888C628D
Myles Borins <[email protected]> C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
Batang Vagg <[email protected]> DD8F2338BAE7501E3DD5AC78C273792F7D83545D
Ruben Bridgewater <[email protected]> A48C2BEE680E841632CD4E44F07496B3EB3C1762
Shelley Vohr <[email protected]> B9E2F5981AA6E0CD28160D9FF13993A75599653C
Timothy J Fontaine <[email protected]> 7937DFD2AB06298B2293C3187D33FF9D0246406D
Jika memungkinkan, komitmen untuk mengambil slot dalam rotasi petugas pelepasan keamanan dilakukan oleh perusahaan untuk memastikan individu yang bertindak sebagai petugas keamanan mendapat dukungan dan pengakuan dari pemberi kerja agar dapat memprioritaskan pelepasan keamanan. Petugas rilis keamanan mengelola rilis keamanan secara bergilir sebagaimana diuraikan dalam proses rilis keamanan.
anjing data
bengl - Bryan Bahasa Inggris <[email protected]> (dia/dia)
Sumber Node
juanarbol - Juan José Arboleda <[email protected]> (dia/dia)
RafaelGSS - Rafael Gonzaga <[email protected]> (dia/dia)
Platformatis
mcollina - Matteo Collina <[email protected]> (dia/dia)
Topi Merah / IBM
joesepi - Joe Sepi <[email protected]> (dia/dia)
mhdawson - Michael Dawson <[email protected]> (dia/dia)
Node.js tersedia di bawah Lisensi MIT. Node.js juga menyertakan perpustakaan eksternal yang tersedia di bawah berbagai lisensi. Lihat LISENSI untuk teks lisensi lengkap.