File: control

package info (click to toggle)
node-es6-set 0.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 224 kB
  • sloc: makefile: 2; sh: 2
file content (31 lines) | stat: -rw-r--r-- 958 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-es6-set
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
Standards-Version: 4.1.0
Homepage: https://github.com/medikoo/es6-set#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-es6-set.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-es6-set.git

Package: node-es6-set
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-d (>= 1)
 , node-es6-iterator (>= 2.0.1)
 , node-event-emitter (>= 0.3.5)
 , node-es6-symbol (>= 3.1.1)
 , node-es5-ext (>= 0.10.14)
Description: ECMAScript6 Set polyfill
 Set collection as specified in ECMAScript6
 .
 Warning: 0.1 version does not ensure O(1) algorithm complexity (but O(n)).
 This shortcoming will be addressed in 1.0.
 .
 Node.js is an event-based server-side JavaScript engine.