File: control

package info (click to toggle)
node-mz 2.7.0%2B~cs2.7.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 264 kB
  • sloc: javascript: 345; makefile: 4
file content (30 lines) | stat: -rw-r--r-- 951 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
Source: node-mz
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Preyass Chandran <preyassc@hotmail.com>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha
 , node-object-assign
 , node-thenify-all
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-mz
Vcs-Git: https://salsa.debian.org/js-team/node-mz.git
Homepage: https://github.com/normalize/mz
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-mz
Architecture: all
Depends: ${misc:Depends}
 , node-object-assign
 , node-thenify-all
 , nodejs
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: Modernize node.js to current ECMAScript specifications
 Node.js will not update their API to ES6+ for a while. This library is a
 wrapper for various aspects of node.js' API.
 .
 Node.js is an event-based server-side JavaScript engine.