[ 源代码: node-natural-sort ]
软件包:node-natural-sort(1.0.0-5)
node-natural-sort 的相关链接
Debian 的资源:
下载源码包 node-natural-sort:
- [node-natural-sort_1.0.0-5.dsc]
- [node-natural-sort_1.0.0.orig.tar.gz]
- [node-natural-sort_1.0.0-5.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.