node-module-deps 6.2.3-1 source package in Ubuntu

Changelog

node-module-deps (6.2.3-1) unstable; urgency=medium

  * Team upload
  * Bump debhelper compatibility level to 13
  * Declare compliance with policy 4.5.1
  * Modernize debian/watch
  * Use dh-sequence-nodejs
  * New upstream version 6.2.3
  * Remove patch and add dependency to node-readable-stream
  * Mark test dependencies with <!nocheck>
  * Update autopkgtest to run example test with /usr/bin/module-deps
  * Generate manpage using help2man

 -- Xavier Guimard <email address hidden>  Mon, 07 Dec 2020 11:40:00 +0100

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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-module-deps_6.2.3-1.dsc 2.6 KiB 018fde5e3001bb75a9bdfb1fd6ff3deb4ddb1e06ebd368f9226f35cdeb0d7c72
node-module-deps_6.2.3.orig.tar.gz 23.4 KiB 9d3f87eab8512d0d9cd1eb836dbaa6f3b7aeb646578ed8959af9001b172dc587
node-module-deps_6.2.3-1.debian.tar.xz 4.0 KiB 2955505fa3d36439db88e7202c131bba0201a50658903fcb77f95b4c337e7643

Available diffs

No changes file available.

Binary packages built by this source

node-module-deps: walk the dependency graph to generate json output for browser-pack

 This modules creates a dependency graph allowing browserify to embed
 all modules in a single object.
 .
 Browserify is a JavaScript tool that allows developers to write
 Node.js-style modules that compile for use in the browser
 .
 Node.js is an event-based server-side JavaScript engine.