File: control

package info (click to toggle)
node-chainsaw 0.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 96 kB
  • sloc: makefile: 2
file content (25 lines) | stat: -rw-r--r-- 870 bytes parent folder | download
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.