File: control

package info (click to toggle)
node-plugin-error 1.0.1%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 704 kB
  • sloc: makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,172 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Source: node-plugin-error
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 12)
 , dh-buildinfo
 , nodejs
 , node-arr-diff
 , node-arr-union
 , node-extend-shallow
 , pkg-js-tools (>= 0.9.12~)
 , mocha <!nocheck>
 , node-function-bind <!nocheck>
 , node-tmatch <!nocheck>
 , node-object-inspect <!nocheck>
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/js-team/node-plugin-error
Vcs-Git: https://salsa.debian.org/js-team/node-plugin-error.git
Homepage: https://github.com/jonschlinkert/plugin-error
Rules-Requires-Root: no

Package: node-plugin-error
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-arr-diff
 , node-arr-union
 , node-extend-shallow
Description: Error handling for vinyl plugins
 Just an abstraction of what's in gulp-util with minor changes.
 .
 By default the stack will not be shown. Set options.showStack to true if you
 think the stack is important for your error.
 .
 Node.js is an event-based server-side JavaScript engine.