File: control

package info (click to toggle)
node-errno 0.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 128 kB
  • ctags: 5
  • sloc: sh: 12; makefile: 10
file content (31 lines) | stat: -rw-r--r-- 967 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
Source: node-errno
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper (>= 10)
 , dh-buildinfo
 , dpkg-dev (>= 1.17.14)
 , node-request
 , node-prr <!nocheck>
 , nodejs (>= 4.7)
 , node-tape
Standards-Version: 3.9.8
Homepage: https://github.com/rvagg/node-errno
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-errno.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-javascript/node-errno.git

Package: node-errno
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 4.7)
 , node-prr
Description: libuv errno details exposed - Node.js module
 errno is a Node.js module which exposes more details of libuv errors.
 .
 When you need more details about Node.js errors, errno provides the mappings
 directly from libuv so you can use them in your code.
 .
 Node.js is an event-based server-side JavaScript engine.