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

Changelog

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

  * Team upload

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on node-cached-path-relative,
      node-concat-stream, node-resolve, node-tap and node-through2.
    + node-module-deps: Drop versioned constraint on node-concat-stream,
      node-resolve and node-through2 in Depends.

  [ Yadd ]
  * Update standards version to 4.6.0, no changes needed.
  * Fix GitHub tags regex
  * Fix filenamemangle
  * Update dependency to nodejs => nodejs:any

 -- Yadd <email address hidden>  Tue, 09 Nov 2021 17:21:36 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-module-deps_6.2.3-2.dsc 2.5 KiB 875b20fc9712ded03436405c5da979dde49302e2f20fd79e9a4998503c727998
node-module-deps_6.2.3.orig.tar.gz 23.4 KiB 9d3f87eab8512d0d9cd1eb836dbaa6f3b7aeb646578ed8959af9001b172dc587
node-module-deps_6.2.3-2.debian.tar.xz 4.2 KiB e1cc4ce8e05ed402390cdcfc8682419a99de8c3605af9ba693665b15f65d17fd

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.