[ 原始碼: node-natural-sort ]
套件:node-natural-sort(1.0.0-2)
node-natural-sort 的相關連結
Debian 的資源:
下載原始碼套件 node-natural-sort:
- [node-natural-sort_1.0.0-2.dsc]
- [node-natural-sort_1.0.0.orig.tar.gz]
- [node-natural-sort_1.0.0-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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.
其他與 node-natural-sort 有關的套件
|
|
|
|
-
- dep: nodejs (>= 6)
- evented I/O for V8 javascript - runtime executable