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
|
Source: node-chainsaw
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>
Build-Depends: debhelper-compat (= 12)
, node-traverse <!nocheck>
, pkg-js-tools (>= 0.9.20~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-chainsaw
Vcs-Git: https://salsa.debian.org/js-team/node-chainsaw.git
Homepage: https://github.com/substack/node-chainsaw
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-chainsaw
Architecture: all
Depends: ${misc:Depends}
, node-traverse
, nodejs
Description: Node.js module to build chainable fluent interfaces
With this meta-module you can write modules with chainable interfaces.
.
Chainsaw takes care of all of the boring details and simplifies the
nested flow control.
|