File: control

package info (click to toggle)
node-chainsaw 0.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 100 kB
  • sloc: javascript: 564; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 873 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 (= 13)
 , dh-sequence-nodejs
 , node-traverse <!nocheck>
Standards-Version: 4.6.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
Multi-Arch: foreign
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.