File: control

package info (click to toggle)
node-universalify 0.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 104 kB
  • sloc: makefile: 2; sh: 2
file content (19 lines) | stat: -rw-r--r-- 786 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: node-universalify
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: javascript
Priority: optional
Build-Depends: debhelper (>= 11), nodejs
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/js-team/node-universalify
Vcs-Git: https://salsa.debian.org/js-team/node-universalify.git
Homepage: https://github.com/RyanZim/universalify

Package: node-universalify
Architecture: all
Depends: nodejs, ${misc:Depends}
Description: Make a callback- or promise-based function support both promises and callbacks
 This package provides ways to make a callback- or promise-based function
 support both promises and callbacks.
 .
 Node.js is an event-based server-side JavaScript engine.