Source: node-debbundle-insert-module-globals Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 12) , node-acorn (>= 5.1) , node-acorn-node , node-browser-pack , node-buffer , node-combine-source-map , node-concat-stream (>= 1.6.1) , node-convert-source-map , node-is-buffer , node-jsonstream , node-module-deps , node-path-is-absolute , node-process , node-tap (>= 8) , node-tape , node-through2 (>= 2.0.0) , node-timers-browserify , node-xtend , nodejs (>= 10) , pkg-js-tools (>= 0.9.10) Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/js-team/node-insert-module-globals Vcs-Git: https://salsa.debian.org/js-team/node-insert-module-globals.git Homepage: https://github.com/browserify/insert-module-globals Rules-Requires-Root: no Package: node-debbundle-insert-module-globals Architecture: all Depends: ${misc:Depends} , node-acorn (>= 5.1) , node-acorn-node , node-combine-source-map , node-concat-stream (>= 1.6.1) , node-is-buffer , node-jsonstream , node-path-is-absolute , node-process , node-through2 (>= 2.0.0) , node-xtend , nodejs (>= 10) Provides: ${nodejs:Provides} , node-insert-module-globals (=${source:Version}) 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.