npm 9.2.0~ds1-3 source package in Ubuntu

Changelog

npm (9.2.0~ds1-3) unstable; urgency=medium

  * Patch: fix exit codes in node 20.
  * Disable exit-handler test
  * no-duplication test: needs pkg-js-tools

 -- Jérémy Lal <email address hidden>  Mon, 27 May 2024 09:38:14 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe web

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
npm_9.2.0~ds1-3.dsc 2.6 KiB eb3fa742fd4255c4f416fe72123a2273d719a8003f4042af0b1882acc4bba476
npm_9.2.0~ds1.orig.tar.xz 64.4 MiB 7eb080cbf0669af5a4f0eebd94f0aa82972d220afb08849fb519b8bbac275bf6
npm_9.2.0~ds1-3.debian.tar.xz 48.2 KiB d729d6783a2a6dd647a7ce671515be7744b3d1a51c05c9f692187a81837f6569

Available diffs

No changes file available.

Binary packages built by this source

npm: package manager for Node.js

 Node.js is an event-based server-side javascript engine.
 .
 npm is the package manager for the Node JavaScript platform. It puts
 modules in place so that node can find them, and manages dependency
 conflicts intelligently.
 .
 It is extremely configurable to support a wide variety of use cases.
 Most commonly, it is used to publish, discover, install, and develop
 node programs.
 .
 Install also node-opener to have full npm features enabled.