Source: node-debbundle-insert-module-globals
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 12)
 , nodejs (>= 10)
 , pkg-js-tools (>= 0.9.10)
 , node-jsonstream (>= 1.0.3) <!nocheck>
 , node-acorn-node (>= 1.0.0) <!nocheck>
 , node-acorn (>= 5.1) <!nocheck>
 , node-combine-source-map (>= 0.8.0) <!nocheck>
 , node-concat-stream (>= 1.6.1) <!nocheck>
 , node-is-buffer (>= 1.1.0) <!nocheck>
 , node-path-is-absolute (>= 1.0.0) <!nocheck>
 , node-process (>= 0.11.0) <!nocheck>
 , node-through2 (>= 2.0.0) <!nocheck>
 , node-xtend (>= 4.0.0) <!nocheck>
 , node-tape (>= 4.9) <!nocheck>
 , node-tap (>= 8) <!nocheck>
 , node-browser-pack (>= 6.0) <!nocheck>
 , node-buffer (>= 4.9.1) <!nocheck>
 , node-module-deps (>= 4.0.2) <!nocheck>
 , node-timers-browserify (>= 1.0) <!nocheck>
 , node-convert-source-map (>= 1.1.0) <!nocheck>
Standards-Version: 4.4.0
Homepage: https://github.com/browserify/insert-module-globals
Vcs-Git: https://salsa.debian.org/js-team/node-insert-module-globals.git
Vcs-Browser: https://salsa.debian.org/js-team/node-insert-module-globals

Package: node-debbundle-insert-module-globals
Architecture: all
Provides: node-insert-module-globals (=${source:Version}), ${nodejs:Provides}
Depends:
 ${misc:Depends}
 , nodejs (>= 10)
 , node-jsonstream (>= 1.0.3)
 , node-acorn-node (>= 1.0.0)
 , node-acorn (>= 5.1)
 , node-combine-source-map (>= 0.8.0)
 , node-concat-stream (>= 1.6.1)
 , node-is-buffer (>= 1.1.0)
 , node-path-is-absolute (>= 1.0.0)
 , node-process (>= 0.11.0)
 , node-through2 (>= 2.0.0)
 , node-xtend (>= 4.0.0)
Description: 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.
