npm 6.14.4+ds-1ubuntu1 source package in Ubuntu

Changelog

npm (6.14.4+ds-1ubuntu1) focal; urgency=medium

  * Mark one new test since version 6.13.4 as superficial, because it failed since
    the begin and fails also in Debian/arm64/ppc64el (see Debian bug: #956238)

 -- Gianfranco Costamagna <email address hidden>  Wed, 08 Apr 2020 20:20:57 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Focal
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.14.4+ds.orig.tar.xz 1.4 MiB 9fda41a9b5dd60c8f6d4f4ca638603e4a15e8b35112ce80df5c8bf85242cde36
npm_6.14.4+ds-1ubuntu1.debian.tar.xz 40.5 KiB 3deaf84f3f21031c0d3d6ac529452daedb71869171f14c3979b7f65784a926ee
npm_6.14.4+ds-1ubuntu1.dsc 6.6 KiB 594c4bb5a027b87fe0c1c4f952737560be00fad99cf7a88e2051b744b8e312f1

View changes file

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.