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
|
Source: node-catty
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ross Gammon <rossgammon@debian.org>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, mocha <!nocheck>
, node-nomnom <!nocheck>
, node-underscore <!nocheck>
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-catty
Vcs-Git: https://salsa.debian.org/js-team/node-catty.git
Homepage: https://github.com/mbloch/catty
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-catty
Architecture: all
Depends: ${misc:Depends}
, node-nomnom
, node-underscore
, nodejs
Description: source file concatenator for Mapshaper
Catty is the source file concatenator for Mapshaper.
.
Some features:
* Each source file lists its dependencies in a formatted comment. There is
no manifest, unlike some other tools.
* Concatenated files are (optionally) wrapped in a self-executing function,
to protect the global namespace.
* Catty can monitor source files and regenerate output files when a required
source file changes.
.
Node.js is an event-based server-side JavaScript engine.
|