node-corepack 0.24.0-2 source package in Ubuntu

Changelog

node-corepack (0.24.0-2) unstable; urgency=medium

  * Team upload
  * Don't launch online-tests with i386 arch: works but different snapshots

 -- Yadd <email address hidden>  Sun, 14 Jan 2024 07:58:53 +0400

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular proposed universe misc

Downloads

File Size SHA-256 Checksum
node-corepack_0.24.0-2.dsc 2.4 KiB b3170560d2aafe3cceddb40b06f75c52f814c9045e304eeae1b6782dddecf73d
node-corepack_0.24.0.orig.tar.gz 120.6 MiB fcdc9893025ef6f9ecca6eabb74246983bf2360c70333f94c953b192ec4e6308
node-corepack_0.24.0-2.debian.tar.xz 5.2 KiB 59a52a7232adfd5cedda9f89aa56d822ae952e7b8eb717ce1bb379bbfc0a07ac

Available diffs

No changes file available.

Binary packages built by this source

node-corepack: Access npm, Yarn and pnpm without having to install them

 Corepack is a zero-runtime-dependency Node.js script that acts as
 a bridge between Node.js projects and the package managers they are
 intended to be used with during development. In practical terms,
 Corepack lets you use Yarn, npm, and pnpm without having to install them.
 .
 Node.js is an event-based server-side JavaScript engine.