File: control

package info (click to toggle)
node-es6-iterator 2.0.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: javascript: 565; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 903 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
Source: node-es6-iterator
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 (= 13)
 , dh-sequence-nodejs
 , node-es5-ext <!nocheck>
 , node-es6-symbol <!nocheck>
 , node-d <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-es6-iterator
Vcs-Git: https://salsa.debian.org/js-team/node-es6-iterator.git
Homepage: https://github.com/medikoo/es6-iterator#readme
Rules-Requires-Root: no

Package: node-es6-iterator
Architecture: all
Depends:
 ${misc:Depends}
 , node-d
 , node-es5-ext
 , node-es6-symbol
Description: ECMAScript 6 Iterator interface
 This module provides iterator abstraction based on ES6 specification.
 .
 Node.js is an event-based server-side JavaScript engine.