Source: node-stable Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Andrius Merkys , Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 12), node-tape , nodejs (>= 6), npm, pkg-js-tools (>= 0.8.10), rollup, uglifyjs, Standards-Version: 4.5.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: nodejs (>= 6), ${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.