1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: node-browser-pack
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
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.
|