File: control

package info (click to toggle)
node-es6-set 0.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 260 kB
  • sloc: javascript: 701; makefile: 3
file content (34 lines) | stat: -rw-r--r-- 1,066 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
Source: node-es6-set
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-d <!nocheck>
 , node-es5-ext <!nocheck>
 , node-es6-iterator <!nocheck>
 , node-es6-symbol <!nocheck>
 , node-event-emitter <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-es6-set
Vcs-Git: https://salsa.debian.org/js-team/node-es6-set.git
Homepage: https://github.com/medikoo/es6-set
Rules-Requires-Root: no

Package: node-es6-set
Architecture: all
Depends: ${misc:Depends}
 , node-d
 , node-es5-ext
 , node-es6-iterator
 , node-es6-symbol
 , node-event-emitter
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.