File: control

package info (click to toggle)
node-neo-async 2.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,848 kB
  • sloc: javascript: 30,060; makefile: 20
file content (35 lines) | stat: -rw-r--r-- 1,120 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
Source: node-neo-async
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper-compat (= 13)
 , gulp
 , node-fs-extra
 , node-lodash
 , node-promise
 , node-require-dir
 , dh-sequence-nodejs
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-neo-async
Vcs-Git: https://salsa.debian.org/js-team/node-neo-async.git
Homepage: https://github.com/suguru03/neo-async
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-neo-async
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: faster replacement for Async
 Neo-Async is thought to be used as a drop-in replacement for Async, it almosti
 fully covers its functionality and runs faster.
 .
 Async is a utility module which provides straight-forward, powerful
 functions for working with asynchronous Javascript. Although originally
 designed for use with Node, it can also be used directly in the
 browser.
 .
 Node.js is an event-based server-side JavaScript engine.