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
|
Source: node-browserify-lite
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Andrew Kelley <superjoe30@gmail.com>
Build-Depends:
debhelper (>= 9)
, dh-buildinfo
, nodejs
, node-pend
, help2man
Standards-Version: 3.9.8
Homepage: https://github.com/andrewrk/browserify-lite
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-browserify-lite.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-browserify-lite.git
Package: node-browserify-lite
Architecture: all
Depends:
${misc:Depends}
, nodejs
, node-pend (>= 1.1.3)
Description: bundle client-side JavaScript using Node.js-style module syntax
browserify-lite scans a JavaScript file for require() statements and then
resolves the dependency, recursively scanning dependencies for require()
statements, resulting in a JavaScript bundle that can be sent to the browser.
.
Node.js is an event-based server-side JavaScript engine.
|