Source: node-thenby Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Nilesh Patra Build-Depends: debhelper-compat (= 13), nodejs (>= 6), pkg-js-tools (>= 0.9.31~), node-gulp, uglifyjs.terser, node-mocha, node-chai, node-performance-now Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/med-team/thenby.js Vcs-Git: https://salsa.debian.org/med-team/thenby.js.git Homepage: https://github.com/Teun/thenBy.js Rules-Requires-Root: no Package: node-thenby Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: library that helps sorting arrays on multiple keys It allows users to use the native Array::sort() method of javascript, but pass in multiple functions to sort that are composed with firstBy().thenBy().thenBy() style.