npm 0.2.19-1 source package in Ubuntu

Changelog

npm (0.2.19-1) unstable; urgency=low

  * New upstream release.

  [ Jonas Smedegaard ]
  * Bump policy compliance to standards-version 3.9.2.
  * Bump copyright file format to draft 174 of DEP-5.
  * Replace long description with intro from upstream documentation.

npm (0.2.16-1) unstable; urgency=low

  [ Jérémy Lal ]
  * Initial release.
    Closes: #587525.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  04 May 2011 10:49:05 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
npm_0.2.19.orig.tar.gz 641.0 KiB d99e2038f616ce59840b48f65087ea47c43c74bf90e1e5dcf05ef759510e9ce7
npm_0.2.19-1.debian.tar.gz 11.0 KiB 35491bb0ddd91831f3fc8da91090655b7e56a3f63a75155b8f6e7b97def7c7a6
npm_0.2.19-1.dsc 1.9 KiB a7b80cb682973e4e19be235bef02537c3049ae24e76fb9a0366caa6934a5a8b6

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.