Source: node-browser-pack Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 13) , node-combine-source-map , node-concat-stream , node-convert-source-map , node-defined , node-jsonstream , node-parse-base64vlq-mappings , node-safe-buffer , node-tap (>= 10.7.2) , node-through2 (>= 2.0.0) , node-umd , node-yargs , dh-sequence-nodejs , uglifyjs Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/js-team/node-browser-pack Vcs-Git: https://salsa.debian.org/js-team/node-browser-pack.git Homepage: https://github.com/substack/browser-pack Rules-Requires-Root: no Package: node-browser-pack Architecture: all Depends: ${misc:Depends} , node-combine-source-map , node-defined , node-jsonstream , node-safe-buffer , node-through2 (>= 2.0.0) , node-umd , nodejs (>= 6) Description: pack node-style source files from a json stream into a browser bundle This module takes a JSON files as input describing a set of javascript files and outputs a javascript function descripting source code and dependencies. . This modules is part of 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.