npm 6.13.4+ds-2 source package in Ubuntu

Changelog

npm (6.13.4+ds-2) unstable; urgency=medium

  * Team upload
  * Back to unstable after successful tests
  * Require node-npm-package-arg ≥ 6.1.1 (fixes debci)

 -- Xavier Guimard <email address hidden>  Wed, 15 Jan 2020 07:25:43 +0100

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
npm_6.13.4+ds-2.dsc 6.6 KiB 99a8c5a4d1285c91778f555f647d7830fa0607a7176660019b3d3594a50ccfe0
npm_6.13.4+ds.orig.tar.xz 1.4 MiB be6ca1906af890ac123dde97f7af410d06adc9b5fab90c6857c127051c1c5c5e
npm_6.13.4+ds-2.debian.tar.xz 30.1 KiB cd769802342bbd041d8131780c0ff605e5d0df0457bd78dd2b7d1101d5c2f96f

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.