https://github.com/cy-suite/node
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.6%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: cy-suite
- License: other
- Language: JavaScript
- Default Branch: main
- Size: 1.42 GB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Node.js
Node.js is an open-source, cross-platform JavaScript runtime environment.
For information on using Node.js, see the Node.js website.
The Node.js project uses an open governance model. The OpenJS Foundation provides support for the project.
Contributors are expected to act in a collaborative manner to move the project forward. We encourage the constructive exchange of contrary opinions and compromise. The TSC reserves the right to limit or block contributors who repeatedly act in ways that discourage, exhaust, or otherwise negatively affect other participants.
This project has a Code of Conduct.
Table of contents
- Support
- Release types
- Building Node.js
- Security
- Contributing to Node.js
- Current project team members
- License
Support
Looking for help? Check out the instructions for getting support.
Release types
- Current: Under active development. Code for the Current release is in the branch for its major version number (for example, v22.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 12 months of Active LTS support and a further 18 months of Maintenance. LTS release lines have alphabetically-ordered code names, 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. A member of the Release Team signs each Current and LTS release. For more information, see the 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 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-hydrogen directory contains the latest Hydrogen (Node.js 18) release.
Nightly releases
https://nodejs.org/download/nightly/
Each directory and filename includes the version (e.g., v22.0.0),
followed by the UTC date (e.g., 20240424 for April 24, 2024),
and the short commit SHA of the HEAD of the release (e.g., ddd0a9e494).
For instance, a full directory name might look like v22.0.0-nightly20240424ddd0a9e494.
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:
bash
curl -O https://nodejs.org/dist/vx.y.z/SHASUMS256.txt
To check that downloaded files match the checksum, use sha256sum:
bash
sha256sum -c SHASUMS256.txt --ignore-missing
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
SHASUMS256.txt. You will first need to import
the GPG keys of individuals authorized to create releases.
See Release keys for commands to import active release keys.
Next, download the SHASUMS256.txt.sig for the release:
bash
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 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.
Contributing to Node.js
- Contributing to the project
- Working Groups
- Strategic initiatives
- Technical values and prioritization
Current project team members
For information about the governance of the Node.js project, see GOVERNANCE.md.
TSC (Technical Steering Committee)
TSC voting members
- aduh95 - Antoine du Hamel <duhamelantoine1995@gmail.com> (he/him)
- anonrig - Yagiz Nizipli <yagiz@nizipli.com> (he/him)
- benjamingr - Benjamin Gruenbaum <benjamingr@gmail.com>
- BridgeAR - Ruben Bridgewater <ruben@bridgewater.de> (he/him)
- gireeshpunathil - Gireesh Punathil <gpunathi@in.ibm.com> (he/him)
- jasnell - James M Snell <jasnell@gmail.com> (he/him)
- joyeecheung - Joyee Cheung <joyeec9h3@gmail.com> (she/her)
- legendecas - Chengzhong Wu <legendecas@gmail.com> (he/him)
- marco-ippolito - Marco Ippolito <marcoippolito54@gmail.com> (he/him)
- mcollina - Matteo Collina <matteo.collina@gmail.com> (he/him)
- mhdawson - Michael Dawson <midawson@redhat.com> (he/him)
- RafaelGSS - Rafael Gonzaga <rafael.nunu@hotmail.com> (he/him)
- richardlau - Richard Lau <rlau@redhat.com>
- ronag - Robert Nagy <ronagy@icloud.com>
- ruyadorno - Ruy Adorno <ruy@vlt.sh> (he/him)
- ShogunPanda - Paolo Insogna <paolo@cowtech.it> (he/him)
- targos - Michal Zasso <targos@protonmail.com> (he/him)
- tniessen - Tobias Nieen <tniessen@tnie.de> (he/him)
TSC regular members
- apapirovski - Anatoli Papirovski <apapirovski@mac.com> (he/him)
- BethGriggs - Beth Griggs <bethanyngriggs@gmail.com> (she/her)
- bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
- cjihrig - Colin Ihrig <cjihrig@gmail.com> (he/him)
- codebytere - Shelley Vohr <shelley.vohr@gmail.com> (she/her)
- GeoffreyBooth - Geoffrey Booth <webadmin@geoffreybooth.com> (he/him)
- MoLow - Moshe Atlow <moshe@atlow.co.il> (he/him)
- Trott - Rich Trott <rtrott@gmail.com> (he/him)
TSC emeriti members
#### TSC emeriti members * [addaleax](https://github.com/addaleax) - **Anna Henningsen** <Collaborators
- abmusse - Abdirahim Musse <abdirahim.musse@ibm.com>
- addaleax - Anna Henningsen <anna@addaleax.net> (she/her)
- aduh95 - Antoine du Hamel <duhamelantoine1995@gmail.com> (he/him) - Support me
- anonrig - Yagiz Nizipli <yagiz@nizipli.com> (he/him) - Support me
- apapirovski - Anatoli Papirovski <apapirovski@mac.com> (he/him)
- atlowChemi - Chemi Atlow <chemi@atlow.co.il> (he/him)
- Ayase-252 - Qingyu Deng <i@ayase-lab.com>
- bengl - Bryan English <bryan@bryanenglish.com> (he/him)
- benjamingr - Benjamin Gruenbaum <benjamingr@gmail.com>
- BethGriggs - Beth Griggs <bethanyngriggs@gmail.com> (she/her)
- bnb - Tierney Cyren <hello@bnb.im> (they/them)
- bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
- BridgeAR - Ruben Bridgewater <ruben@bridgewater.de> (he/him)
- cclauss - Christian Clauss <cclauss@me.com> (he/him)
- cjihrig - Colin Ihrig <cjihrig@gmail.com> (he/him)
- codebytere - Shelley Vohr <shelley.vohr@gmail.com> (she/her)
- cola119 - Kohei Ueno <kohei.ueno119@gmail.com> (he/him)
- daeyeon - Daeyeon Jeong <daeyeon.dev@gmail.com> (he/him)
- debadree25 - Debadree Chatterjee <debadree333@gmail.com> (he/him)
- deokjinkim - Deokjin Kim <deokjin81.kim@gmail.com> (he/him)
- edsadr - Adrian Estrada <edsadr@gmail.com> (he/him)
- ErickWendel - Erick Wendel <erick.workspace@gmail.com> (he/him)
- Ethan-Arrowood - Ethan Arrowood <ethan@arrowood.dev> (he/him)
- F3n67u - Feng Yu <F3n67u@outlook.com> (he/him)
- fhinkel - Franziska Hinkelmann <franziska.hinkelmann@gmail.com> (she/her)
- Flarna - Gerhard Stbich <deb2001-github@yahoo.de> (he/they)
- gabrielschulhof - Gabriel Schulhof <gabrielschulhof@gmail.com>
- gengjiawen - Jiawen Geng <technicalcute@gmail.com>
- GeoffreyBooth - Geoffrey Booth <webadmin@geoffreybooth.com> (he/him)
- gireeshpunathil - Gireesh Punathil <gpunathi@in.ibm.com> (he/him)
- guybedford - Guy Bedford <guybedford@gmail.com> (he/him)
- H4ad - Vincius Loureno Claro Cardoso <contact@viniciusl.com.br> (he/him)
- HarshithaKP - Harshitha K P <harshitha014@gmail.com> (she/her)
- himself65 - Zeyu "Alex" Yang <himself65@outlook.com> (he/him)
- jakecastelli - Jake Yuesong Li <jake.yuesong@gmail.com> (he/him)
- JakobJingleheimer - Jacob Smith <jacob@frende.me> (he/him)
- jasnell - James M Snell <jasnell@gmail.com> (he/him)
- jazelly - Jason Zhang <xzha4350@gmail.com> (he/him)
- jkrems - Jan Krems <jan.krems@gmail.com> (he/him)
- joyeecheung - Joyee Cheung <joyeec9h3@gmail.com> (she/her)
- juanarbol - Juan Jos Arboleda <soyjuanarbol@gmail.com> (he/him)
- JungMinu - Minwoo Jung <nodecorelab@gmail.com> (he/him)
- KhafraDev - Matthew Aitken <maitken033380023@gmail.com> (he/him)
- kvakil - Keyhan Vakil <kvakil@sylph.kvakil.me>
- legendecas - Chengzhong Wu <legendecas@gmail.com> (he/him)
- lemire - Daniel Lemire <daniel@lemire.me>
- Linkgoron - Nitzan Uziely <linkgoron@gmail.com>
- LiviaMedeiros - LiviaMedeiros <livia@cirno.name>
- ljharb - Jordan Harband <ljharb@gmail.com>
- lpinca - Luigi Pinca <luigipinca@gmail.com> (he/him)
- lukekarrys - Luke Karrys <luke@lukekarrys.com> (he/him)
- Lxxyx - Zijian Liu <lxxyxzj@gmail.com> (he/him)
- marco-ippolito - Marco Ippolito <marcoippolito54@gmail.com> (he/him) - Support me
- marsonya - Akhil Marsonya <akhil.marsonya27@gmail.com> (he/him)
- MattiasBuelens - Mattias Buelens <mattias@buelens.com> (he/him)
- mcollina - Matteo Collina <matteo.collina@gmail.com> (he/him) - Support me
- meixg - Xuguang Mei <meixuguang@gmail.com> (he/him)
- mhdawson - Michael Dawson <midawson@redhat.com> (he/him)
- mildsunrise - Alba Mendez <me@alba.sh> (she/her)
- MoLow - Moshe Atlow <moshe@atlow.co.il> (he/him)
- MrJithil - Jithil P Ponnan <jithil@outlook.com> (he/him)
- ovflowd - Claudio Wunder <cwunder@gnome.org> (he/they)
- panva - Filip Skokan <panva.ip@gmail.com> (he/him)
- pimterry - Tim Perry <pimterry@gmail.com> (he/him)
- pmarchini - Pietro Marchini <pietro.marchini94@gmail.com> (he/him)
- Qard - Stephen Belanger <admin@stephenbelanger.com> (he/him)
- RafaelGSS - Rafael Gonzaga <rafael.nunu@hotmail.com> (he/him)
- richardlau - Richard Lau <rlau@redhat.com>
- rluvaton - Raz Luvaton <rluvaton@gmail.com> (he/him)
- ronag - Robert Nagy <ronagy@icloud.com>
- ruyadorno - Ruy Adorno <ruy@vlt.sh> (he/him)
- santigimeno - Santiago Gimeno <santiago.gimeno@gmail.com>
- ShogunPanda - Paolo Insogna <paolo@cowtech.it> (he/him)
- srl295 - Steven R Loomis <srl295@gmail.com>
- StefanStojanovic - Stefan Stojanovic <stefan.stojanovic@janeasystems.com> (he/him)
- sxa - Stewart X Addison <sxa@redhat.com> (he/him)
- targos - Michal Zasso <targos@protonmail.com> (he/him)
- theanarkh - theanarkh <theratliter@gmail.com> (he/him)
- tniessen - Tobias Nieen <tniessen@tnie.de> (he/him)
- trivikr - Trivikram Kamat <trivikr.dev@gmail.com>
- Trott - Rich Trott <rtrott@gmail.com> (he/him)
- UlisesGascon - Ulises Gascn <ulisesgascongonzalez@gmail.com> (he/him)
- vmoroz - Vladimir Morozov <vmorozov@microsoft.com> (he/him)
- VoltrexKeyva - Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> (he/him)
- zcbenz - Cheng Zhao <zcbenz@gmail.com> (he/him)
- ZYSzys - Yongsheng Zhang <zyszys98@gmail.com> (he/him)
Emeriti
### Collaborator emeriti * [ak239](https://github.com/ak239) - **Aleksei Koziatinskii** <Collaborators follow the Collaborator Guide in maintaining the Node.js project.
Triagers
- atlowChemi - Chemi Atlow <chemi@atlow.co.il> (he/him)
- Ayase-252 - Qingyu Deng <i@ayase-lab.com>
- bmuenzenmeyer - Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com> (he/him)
- CanadaHonk - Oliver Medhurst <honk@goose.icu> (they/them)
- daeyeon - Daeyeon Jeong <daeyeon.dev@gmail.com> (he/him)
- F3n67u - Feng Yu <F3n67u@outlook.com> (he/him)
- gireeshpunathil - Gireesh Punathil <gpunathi@in.ibm.com> (he/him)
- iam-frankqiu - Frank Qiu <iam.frankqiu@gmail.com> (he/him)
- KevinEady - Kevin Eady <kevin.c.eady@gmail.com> (he/him)
- kvakil - Keyhan Vakil <kvakil@sylph.kvakil.me>
- marsonya - Akhil Marsonya <akhil.marsonya27@gmail.com> (he/him)
- meixg - Xuguang Mei <meixuguang@gmail.com> (he/him)
- mertcanaltin - Mert Can Altin <mertgold60@gmail.com>
- preveen-stack - Preveen Padmanabhan <wide4head@gmail.com> (he/him)
- VoltrexKeyva - Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> (he/him)
Triagers follow the Triage Guide when responding to new issues.
Release keys
Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
- Antoine du Hamel <duhamelantoine1995@gmail.com>
C0D6248439F1D5604AAFFB4021D900FFDB233756 - Juan Jos Arboleda <soyjuanarbol@gmail.com>
DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7 - Marco Ippolito <marcoippolito54@gmail.com>
CC68F5A3106FF448322E48ED27F5E38D5B0A215F - Michal Zasso <targos@protonmail.com>
8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600 - Rafael Gonzaga <rafael.nunu@hotmail.com>
890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4 - Richard Lau <rlau@redhat.com>
C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C - Ruy Adorno <ruyadorno@hotmail.com>
108F52B48DB57BB0CC439B2997B01419BD92F80A - Ulises Gascn <ulisesgascongonzalez@gmail.com>
A363A499291CBBC940DD62E41F10027AF002F8B0
To import the full set of trusted release keys (including subkeys possibly used to sign releases):
bash
gpg --keyserver hkps://keys.openpgp.org --recv-keys C0D6248439F1D5604AAFFB4021D900FFDB233756 # Antoine du Hamel
gpg --keyserver hkps://keys.openpgp.org --recv-keys DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7 # Juan Jos Arboleda
gpg --keyserver hkps://keys.openpgp.org --recv-keys CC68F5A3106FF448322E48ED27F5E38D5B0A215F # Marco Ippolito
gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600 # Michal Zasso
gpg --keyserver hkps://keys.openpgp.org --recv-keys 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4 # Rafael Gonzaga
gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C # Richard Lau
gpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A # Ruy Adorno
gpg --keyserver hkps://keys.openpgp.org --recv-keys A363A499291CBBC940DD62E41F10027AF002F8B0 # Ulises Gascn
See Verifying binaries for how to use these keys to verify a downloaded file.
Other keys used to sign some previous releases
* **Beth Griggs** <Security release stewards
When possible, the commitment to take slots in the security release steward rotation is made by companies in order to ensure individuals who act as security stewards have the support and recognition from their employer to be able to prioritize security releases. Security release stewards manage security releases on a rotation basis as outlined in the security release process.
- Datadog
- bengl - Bryan English <bryan@bryanenglish.com> (he/him)
- NodeSource
- juanarbol - Juan Jos Arboleda <soyjuanarbol@gmail.com> (he/him)
- RafaelGSS - Rafael Gonzaga <rafael.nunu@hotmail.com> (he/him)
- Platformatic
- mcollina - Matteo Collina <matteo.collina@gmail.com> (he/him)
- Red Hat / IBM
- joesepi - Joe Sepi <joesepi@ibm.com> (he/him)
- mhdawson - Michael Dawson <midawson@redhat.com> (he/him)
License
Node.js is available under the MIT License. Node.js also includes external libraries that are available under a variety of licenses. See LICENSE for the full license text.
Owner
- Name: cy-suite
- Login: cy-suite
- Kind: organization
- Repositories: 1
- Profile: https://github.com/cy-suite
GitHub Events
Total
- Public event: 1
Last Year
- Public event: 1
Dependencies
- actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
- actions/setup-node 39370e3970a6d050c480ffad4ff0ed4d3fdee5af composite
- actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
- actions/download-artifact fa0a91b85d4f404e444e00e005971372dc801d16 composite
- actions/setup-python 0b93645e9fea7318ecaed2b359559ac225c90a2b composite
- actions/upload-artifact b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 composite
- mozilla-actions/sccache-action 9e326ebed976843c9932b3aa0e021c6f50310eb4 composite
- actions/stale 28ca1036281a5e5922ead5184a1bbf96e5fc984e composite
- mhdawson/stale 453d6581568dc43dbe345757f24408d7b451c651 composite
- actions/stale 28ca1036281a5e5922ead5184a1bbf96e5fc984e composite
- actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
- actions/setup-node 39370e3970a6d050c480ffad4ff0ed4d3fdee5af composite
- actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
- actions/setup-node 39370e3970a6d050c480ffad4ff0ed4d3fdee5af composite
- actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
- actions/setup-python 0b93645e9fea7318ecaed2b359559ac225c90a2b composite
- codecov/codecov-action 015f24e6818733317a2da2edd6290ab26238649a composite
- mozilla-actions/sccache-action 9e326ebed976843c9932b3aa0e021c6f50310eb4 composite
- actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
- actions/setup-python 0b93645e9fea7318ecaed2b359559ac225c90a2b composite
- codecov/codecov-action 015f24e6818733317a2da2edd6290ab26238649a composite
- mozilla-actions/sccache-action 9e326ebed976843c9932b3aa0e021c6f50310eb4 composite
- actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
- actions/setup-python 0b93645e9fea7318ecaed2b359559ac225c90a2b composite
- codecov/codecov-action 015f24e6818733317a2da2edd6290ab26238649a composite
- actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
- actions/setup-node 39370e3970a6d050c480ffad4ff0ed4d3fdee5af composite
- actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
- actions/setup-node 39370e3970a6d050c480ffad4ff0ed4d3fdee5af composite
- actions/setup-python 0b93645e9fea7318ecaed2b359559ac225c90a2b composite
- actions/upload-artifact b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 composite
- actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
- actions/setup-node 39370e3970a6d050c480ffad4ff0ed4d3fdee5af composite
- actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
- actions/setup-node 39370e3970a6d050c480ffad4ff0ed4d3fdee5af composite
- actions/upload-artifact b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 composite
- actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
- actions/setup-node 39370e3970a6d050c480ffad4ff0ed4d3fdee5af composite
- gr2m/create-or-update-pull-request-action 77596e3166f328b24613f7082ab30bf2d93079d5 composite
- actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
- actions/setup-node 39370e3970a6d050c480ffad4ff0ed4d3fdee5af composite
- gr2m/create-or-update-pull-request-action 77596e3166f328b24613f7082ab30bf2d93079d5 composite
- nodejs/node-pr-labeler d4cf1b8b9f23189c37917000e5e17e796c770a6b composite
- actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
- gr2m/create-or-update-pull-request-action 86ec1766034c8173518f61d2075cc2a173fb8c97 composite
- actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
- actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
- actions/setup-node 39370e3970a6d050c480ffad4ff0ed4d3fdee5af composite
- actions/setup-python 0b93645e9fea7318ecaed2b359559ac225c90a2b composite
- mszostok/codeowners-validator 7f3f5e28c6d7b8dfae5731e54ce2272ca384592f composite
- actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
- rtCamp/action-slack-notify c33737706dea87cd7784c687dadc9adf1be59990 composite
- rtCamp/action-slack-notify c33737706dea87cd7784c687dadc9adf1be59990 composite
- actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
- actions/upload-artifact b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 composite
- github/codeql-action/upload-sarif f09c1c0a94de965c15400f5634aa42fac8fb8f88 composite
- ossf/scorecard-action 62b2cac7ed8198b15735ed49ab1e5cf35480ba46 composite
- step-security/harden-runner 0080882f6c36860b6ba35c610c98ce87d4e2f26f composite
- actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
- actions/setup-python 0b93645e9fea7318ecaed2b359559ac225c90a2b composite
- mozilla-actions/sccache-action 9e326ebed976843c9932b3aa0e021c6f50310eb4 composite
- actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
- actions/setup-python 0b93645e9fea7318ecaed2b359559ac225c90a2b composite
- actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
- actions/setup-python 0b93645e9fea7318ecaed2b359559ac225c90a2b composite
- mozilla-actions/sccache-action 9e326ebed976843c9932b3aa0e021c6f50310eb4 composite
- actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
- actions/setup-python 0b93645e9fea7318ecaed2b359559ac225c90a2b composite
- mozilla-actions/sccache-action 9e326ebed976843c9932b3aa0e021c6f50310eb4 composite
- actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
- actions/setup-python 0b93645e9fea7318ecaed2b359559ac225c90a2b composite
- mozilla-actions/sccache-action 9e326ebed976843c9932b3aa0e021c6f50310eb4 composite
- actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
- gr2m/create-or-update-pull-request-action 77596e3166f328b24613f7082ab30bf2d93079d5 composite
- actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
- actions/setup-python 0b93645e9fea7318ecaed2b359559ac225c90a2b composite
- gr2m/create-or-update-pull-request-action 86ec1766034c8173518f61d2075cc2a173fb8c97 composite
- actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
- gr2m/create-or-update-pull-request-action 77596e3166f328b24613f7082ab30bf2d93079d5 composite
- actions/cache 6849a6489940f00c2f30c0fb92c6274307ccb58a composite
- actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
- actions/setup-node 39370e3970a6d050c480ffad4ff0ed4d3fdee5af composite
- peter-evans/create-pull-request 5e914681df9dc83aa4e4905692ca88beb2f9e91f composite
- actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
- actions/setup-node 39370e3970a6d050c480ffad4ff0ed4d3fdee5af composite
- gr2m/create-or-update-pull-request-action 77596e3166f328b24613f7082ab30bf2d93079d5 composite
- Carp 0
- Dist::Zilla 5
- Dist::Zilla::PluginBundle::MSCHOUT 0
- Encode 0
- Exporter 0
- ExtUtils::MakeMaker 0
- File::Temp 0
- Safe 0
- Software::License::Perl_5 0
- Test::More 0
- Test::More::UTF8 0
- Test::Pod 1.41
- Test::Signature 0
- Test::Warnings 0
- base 0
- lib 0
- perl 5.008
- strict 0
- utf8 0
- vars 0
- warnings 0
- Carp 0
- Encode 0
- Exporter 0
- base 0
- perl 5.008
- strict 0
- warnings 0
- ubuntu 20.04 build
- acorn ^8.11.0
- @biomejs/biome 1.8.3 development
- @types/node ^22.0.0 development
- esbuild ^0.23.0 development
- esbuild-plugin-copy ^2.1.1 development
- rimraf ^6.0.1 development
- typescript ^5.5.3 development
- @babel/cli ^7.5.5 development
- @babel/core ^7.5.5 development
- @babel/plugin-transform-modules-commonjs ^7.5.0 development
- cross-env ^7.0.3 development
- kleur ^2.0.2 development
- mocha ^9.1.3 development
- terser ^4.1.4 development
- @types/debug ^4.1.5 development
- @types/node ^20.4.6 development
- @types/proxy-from-env ^1 development
- @types/semver ^7.1.0 development
- @types/which ^3.0.0 development
- @yarnpkg/eslint-config ^2.0.0 development
- @yarnpkg/fslib ^3.0.0-rc.48 development
- @zkochan/cmd-shim ^6.0.0 development
- better-sqlite3 ^10.0.0 development
- clipanion patch:clipanion@npm%3A3.2.1#~/.yarn/patches/clipanion-npm-3.2.1-fc9187f56c.patch development
- debug ^4.1.1 development
- esbuild ^0.21.0 development
- eslint ^8.57.0 development
- proxy-from-env ^1.1.0 development
- semver ^7.6.3 development
- supports-color ^9.0.0 development
- tar ^7.4.0 development
- tsx ^4.16.2 development
- typescript ^5.3.3 development
- undici ^6.19.2 development
- v8-compile-cache ^2.3.0 development
- vitest ^2.0.3 development
- which ^4.0.0 development
- 329 dependencies
- @types/brace-expansion ^1.1.2 development
- @types/node ^20.14.10 development
- esbuild ^0.23.0 development
- mkdirp ^3.0.1 development
- prettier ^3.3.2 development
- tap ^20.0.3 development
- tshy ^2.0.1 development
- typedoc ^0.26.3 development
- typescript ^5.5.3 development
- brace-expansion ^2.0.1
- ansi-escapes ^5.0.0 development
- ava ^3.15.0 development
- tsd ^0.21.0 development
- xo ^0.54.2 development
- @babel/cli ^7.4.4 development
- @babel/core ^7.4.4 development
- @babel/plugin-proposal-unicode-property-regex ^7.4.4 development
- @babel/preset-env ^7.4.4 development
- @unicode/unicode-13.0.0 ^1.0.3 development
- mocha ^6.1.4 development
- regexgen ^1.3.0 development
- ava ^3.15.0 development
- tsd ^0.14.0 development
- xo ^0.38.2 development
- eastasianwidth ^0.2.0
- emoji-regex ^9.2.2
- strip-ansi ^7.0.1
- ava ^3.15.0 development
- tsd ^0.17.0 development
- xo ^0.44.0 development
- ansi-regex ^6.0.1
- @types/node ^14.0.27 development
- @typescript-eslint/eslint-plugin ^4.0.0 development
- @typescript-eslint/parser ^4.0.0 development
- c8 ^7.3.0 development
- chai ^4.2.0 development
- chalk ^4.1.0 development
- cross-env ^7.0.2 development
- eslint ^7.6.0 development
- eslint-plugin-import ^2.22.0 development
- eslint-plugin-node ^11.1.0 development
- gts ^3.0.0 development
- mocha ^10.0.0 development
- rimraf ^3.0.2 development
- rollup ^2.23.1 development
- rollup-plugin-ts ^3.0.2 development
- standardx ^7.0.0 development
- typescript ^4.0.0 development
- string-width ^5.1.2
- string-width-cjs npm:string-width@^4.2.0
- strip-ansi ^7.0.1
- strip-ansi-cjs npm:strip-ansi@^6.0.1
- wrap-ansi ^8.1.0
- wrap-ansi-cjs npm:wrap-ansi@^7.0.0
- @types/node ^20.11.30 development
- mutate-fs ^2.1.1 development
- prettier ^3.2.5 development
- tap ^18.7.1 development
- tshy ^1.12.0 development
- typedoc ^0.25.12 development
- minipass ^7.0.4
- tap ^15.0.9 development
- @npmcli/eslint-config ^5.0.0 development
- @npmcli/template-oss 4.23.1 development
- minipass-fetch ^3.0.3 development
- nock ^13.2.7 development
- socksv5 ^0.0.6 development
- tap ^16.3.0 development
- agent-base ^7.1.0
- http-proxy-agent ^7.0.0
- https-proxy-agent ^7.0.1
- lru-cache ^10.0.1
- socks-proxy-agent ^8.0.3
- @npmcli/eslint-config ^5.0.1 development
- @npmcli/mock-registry ^1.0.0 development
- @npmcli/template-oss 4.23.6 development
- benchmark ^2.1.4 development
- minify-registry-metadata ^4.0.0 development
- nock ^13.3.3 development
- tap ^16.3.8 development
- tar-stream ^3.0.0 development
- tcompare ^5.0.6 development
- @isaacs/string-locale-compare ^1.1.0
- @npmcli/fs ^4.0.0
- @npmcli/installed-package-contents ^3.0.0
- @npmcli/map-workspaces ^4.0.1
- @npmcli/metavuln-calculator ^9.0.0
- @npmcli/name-from-folder ^3.0.0
- @npmcli/node-gyp ^4.0.0
- @npmcli/package-json ^6.0.1
- @npmcli/query ^4.0.0
- @npmcli/redact ^3.0.0
- @npmcli/run-script ^9.0.1
- bin-links ^5.0.0
- cacache ^19.0.1
- common-ancestor-path ^1.0.1
- hosted-git-info ^8.0.0
- json-stringify-nice ^1.1.4
- lru-cache ^10.2.2
- minimatch ^9.0.4
- nopt ^8.0.0
- npm-install-checks ^7.1.0
- npm-package-arg ^12.0.0
- npm-pick-manifest ^10.0.0
- npm-registry-fetch ^18.0.1
- pacote ^21.0.0
- parse-conflict-json ^4.0.0
- proc-log ^5.0.0
- proggy ^3.0.0
- promise-all-reject-late ^1.0.0
- promise-call-limit ^3.0.1
- read-package-json-fast ^4.0.0
- semver ^7.3.7
- ssri ^12.0.0
- treeverse ^3.0.0
- walk-up-path ^4.0.0
- @npmcli/eslint-config ^5.0.1 development
- @npmcli/mock-globals ^1.0.0 development
- @npmcli/template-oss 4.23.6 development
- tap ^16.3.8 development
- @npmcli/map-workspaces ^4.0.1
- @npmcli/package-json ^6.0.1
- ci-info ^4.0.0
- ini ^5.0.0
- nopt ^8.0.0
- proc-log ^5.0.0
- semver ^7.3.5
- walk-up-path ^4.0.0
- @npmcli/eslint-config ^5.0.0 development
- @npmcli/template-oss 4.23.3 development
- tap ^16.0.1 development
- semver ^7.3.5
- @npmcli/eslint-config ^5.0.0 development
- @npmcli/template-oss 4.23.3 development
- npm-package-arg ^11.0.0 development
- slash ^3.0.0 development
- tap ^16.0.1 development
- @npmcli/promise-spawn ^8.0.0
- ini ^5.0.0
- lru-cache ^10.0.1
- npm-pick-manifest ^10.0.0
- proc-log ^5.0.0
- promise-inflight ^1.0.1
- promise-retry ^2.0.1
- semver ^7.3.5
- which ^5.0.0
- @npmcli/eslint-config ^5.0.0 development
- @npmcli/template-oss 4.23.3 development
- tap ^16.3.0 development
- npm-bundled ^4.0.0
- npm-normalize-package-bin ^4.0.0
- @npmcli/eslint-config ^5.0.0 development
- @npmcli/template-oss 4.23.4 development
- tap ^16.0.1 development
- @npmcli/name-from-folder ^3.0.0
- @npmcli/package-json ^6.0.0
- glob ^10.2.2
- minimatch ^9.0.0
- @npmcli/eslint-config ^5.0.0 development
- @npmcli/template-oss 4.23.4 development
- require-inject ^1.4.4 development
- tap ^16.0.1 development
- cacache ^19.0.0
- json-parse-even-better-errors ^4.0.0
- pacote ^21.0.0
- proc-log ^5.0.0
- semver ^7.3.5
- @npmcli/eslint-config ^5.0.0 development
- @npmcli/template-oss 4.23.3 development
- tap ^16.3.2 development
- @npmcli/eslint-config ^5.0.0 development
- @npmcli/template-oss 4.23.3 development
- tap ^16.0.1 development
- @npmcli/eslint-config ^5.0.0 development
- @npmcli/template-oss 4.23.5 development
- read-package-json ^7.0.0 development
- read-package-json-fast ^4.0.0 development
- tap ^16.0.1 development
- @npmcli/git ^6.0.0
- glob ^10.2.2
- hosted-git-info ^8.0.0
- json-parse-even-better-errors ^4.0.0
- normalize-package-data ^7.0.0
- proc-log ^5.0.0
- semver ^7.5.3
- @npmcli/eslint-config ^5.0.0 development
- @npmcli/template-oss 4.23.4 development
- spawk ^1.7.1 development
- tap ^16.0.1 development
- which ^5.0.0
- @npmcli/eslint-config ^5.0.0 development
- @npmcli/template-oss 4.23.3 development
- tap ^16.2.0 development
- postcss-selector-parser ^6.1.2
- @npmcli/eslint-config ^5.0.0 development
- @npmcli/template-oss 4.23.3 development
- tap ^16.3.10 development
- @npmcli/eslint-config ^5.0.0 development
- @npmcli/template-oss 4.23.4 development
- spawk ^1.8.1 development
- tap ^16.0.1 development
- @npmcli/node-gyp ^4.0.0
- @npmcli/package-json ^6.0.0
- @npmcli/promise-spawn ^8.0.0
- node-gyp ^11.0.0
- proc-log ^5.0.0
- which ^5.0.0
- c8 ^7.10.0 development
- eslint ^8.2.0 development
- eslint-plugin-node-core iansu/eslint-plugin-node-core development
- tape ^5.2.2 development
- @sigstore/protobuf-specs ^0.3.2
- @tsconfig/node16 ^16.1.1 development
- @types/node ^18.14.0 development
- typescript ^4.9.5 development
- @sigstore/jest ^0.0.0 development
- @sigstore/mock ^0.8.0 development
- @sigstore/rekor-types ^3.0.0 development
- @types/make-fetch-happen ^10.0.4 development
- @types/promise-retry ^1.1.6 development
- @sigstore/bundle ^3.0.0
- @sigstore/core ^2.0.0
- @sigstore/protobuf-specs ^0.3.2
- make-fetch-happen ^14.0.1
- proc-log ^5.0.0
- promise-retry ^2.0.1
- @sigstore/jest ^0.0.0 development
- @tufjs/repo-mock ^3.0.1 development
- @types/make-fetch-happen ^10.0.4 development
- @sigstore/protobuf-specs ^0.3.2
- tuf-js ^3.0.1
- @sigstore/bundle ^3.0.0
- @sigstore/core ^2.0.0
- @sigstore/protobuf-specs ^0.3.2
- @tufjs/canonical-json 2.0.0
- minimatch ^9.0.5
- @npmcli/eslint-config ^5.0.0 development
- @npmcli/template-oss 4.23.3 development
- tap ^16.3.0 development
- @types/debug ^4.1.7 development
- @types/jest ^29.5.1 development
- @types/node ^14.18.45 development
- @types/semver ^7.3.13 development
- @types/ws ^6.0.4 development
- async-listen ^3.0.0 development
- jest ^29.5.0 development
- ts-jest ^29.1.0 development
- tsconfig 0.0.0 development
- typescript ^5.0.4 development
- ws ^5.2.4 development
- ava ^2.4.0 development
- tsd ^0.9.0 development
- xo ^0.25.3 development
- ava ^3.15.0 development
- svg-term-cli ^2.1.1 development
- tsd ^0.19.0 development
- xo ^0.47.0 development
- standard ^11.0.1 development
- tap ^12.0.1 development
- tap ~0.3.3 development
- tape ~0.1.1 development
- matcha ^0.7.0 development
- tape ^4.6.0 development
- @npmcli/eslint-config ^5.0.0 development
- @npmcli/template-oss 4.23.3 development
- require-inject ^1.4.4 development
- tap ^16.0.1 development
- cmd-shim ^7.0.0
- npm-normalize-package-bin ^4.0.0
- proc-log ^5.0.0
- read-cmd-shim ^5.0.0
- write-file-atomic ^6.0.0
- ava ^6.1.2 development
- tsd ^0.31.0 development
- xo ^0.58.0 development
- @c4312/matcha ^1.3.1 development
- tape ^4.6.0 development
- balanced-match ^1.0.0
- @types/node ^20.12.5 development
- mkdirp ^3.0.1 development
- prettier ^3.2.5 development
- rimraf ^5.0.5 development
- tap ^18.7.2 development
- tshy ^1.13.1 development
- typedoc ^0.25.12 development
- @types/node ^20.11.29 development
- mkdirp ^3.0.1 development
- tap ^18.7.1 development
- tshy ^1.12.0 development
- typedoc ^0.25.12 development
- minipass ^7.0.4
- rimraf ^5.0.5