File: control

package info (click to toggle)
node-stable 0.1.8-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 108 kB
  • sloc: javascript: 153; makefile: 5
file content (26 lines) | stat: -rw-r--r-- 882 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
Source: node-stable
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Andrius Merkys <merkys@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-nodejs,
 node-tape <!nocheck>,
 rollup,
 uglifyjs,
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/Two-Screen/stable
Vcs-Git: https://salsa.debian.org/js-team/node-stable.git
Vcs-Browser: https://salsa.debian.org/js-team/node-stable

Package: node-stable
Architecture: all
Depends: ${misc:Depends},
Description: stable array sort, as Array#sort() is not guaranteed to be stable
 The default sort is, as with Array#sort, lexicographical. Unlike Array#sort,
 the default sort is not in-place. To do an in-place sort, use stable.inplace,
 which otherwise works the same.