File: control

package info (click to toggle)
node-natural-sort 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 64 kB
  • sloc: javascript: 58; sh: 21; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,167 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
35
Source: node-natural-sort
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Nilesh Patra <npatra974@gmail.com>
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.