node-debbundle-insert-module-globals 7.2.1+ds+~cs4.3.4-6 source package in Ubuntu

Changelog

node-debbundle-insert-module-globals (7.2.1+ds+~cs4.3.4-6) unstable; urgency=medium

  * Team upload
  * Update standards version to 4.6.1, no changes needed.
  * Fix debian/watch

 -- Yadd <email address hidden>  Mon, 31 Oct 2022 11:45:15 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-debbundle-insert-module-globals_7.2.1+ds+~cs4.3.4-6.dsc 4.0 KiB 300d59354f27d89d047fadc30a3e994f5dbd95cd1a061915180b32a52e45bb87
node-debbundle-insert-module-globals_7.2.1+ds+~cs4.3.4.orig-node-dash-ast.tar.xz 3.6 KiB db1cf9bf1874ebe4168d89d1852b9498761ba76c4743cef1103af6101a951ebb
node-debbundle-insert-module-globals_7.2.1+ds+~cs4.3.4.orig-node-get-assigned-identifiers.tar.xz 2.9 KiB 26917c1d886e026734280e28c15360c8f670b9089f904bdb2da77c6ff7cd4da2
node-debbundle-insert-module-globals_7.2.1+ds+~cs4.3.4.orig-node-undeclared-identifiers.tar.xz 4.9 KiB e825af70c3116ecff9bc3693f53c21d98d0b6fe17803e0a484e0c2f53ccd64b0
node-debbundle-insert-module-globals_7.2.1+ds+~cs4.3.4.orig.tar.xz 8.7 KiB 7d683a38c73ad8938174a319dbb8a889a62bb0df6a449b1107e7d1d0350d616e
node-debbundle-insert-module-globals_7.2.1+ds+~cs4.3.4-6.debian.tar.xz 6.5 KiB 64f0a99285039156a4b61ae107e1cefe7bc06849eefc6703508b65281d2f48fa

No changes file available.

Binary packages built by this source

node-debbundle-insert-module-globals: browserify transform for inserting global list of modules

 This package is part of the browserify tools, and allows one to
 pack the list of module in a JavaScript file. This tools
 analyses the syntax of the JavaScript file and replace the require
 function by a closure, thus allowing direct embedding of the
 required files.
 .
 This modules is part of Browserify a JavaScript tool that allows developers
 to write Node.js-style modules that compile for use in the browser.
 .
 This package also includes a few small packages:
  - node-dash-ast: a small and fast abstract tree (AST) walker.
  - node-get-assigned-identifiers: get a list of initialised
  javascript identifiers from an AST.
  - node-undeclared-identifier: get a list of undeclared
  identifiers.
 .
 Node.js is an event-based server-side JavaScript engine.