Source: node-natural-sort Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Nilesh Patra Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , nodejs (>= 6) , uglifyjs.terser , pkg-js-tools (>= 0.9.30~) , mocha Standards-Version: 4.5.0 Homepage: https://github.com/studio-b12/natural-sort#readme Vcs-Git: https://salsa.debian.org/js-team/node-natural-sort.git Vcs-Browser: https://salsa.debian.org/js-team/node-natural-sort Rules-Requires-Root: no Package: node-natural-sort Architecture: all Depends: ${misc:Depends} , nodejs (>= 6) Description: Sorting with support for numbers, dates, unicode and more The package provides support for sorting dates, numbers, unicode, et. al. . This has the following features: * Numbers are handled properly – “2” is before “10” * Strings are after numbers * Empty strings are after “z” * “a” is before “B” (opt out via caseSensitive: true) * Semver-compatible sorting of version numbers . Node.js is an event-based server-side JavaScript engine.