[ 原始碼: node-number-allocator ]
套件:node-number-allocator(1.0.14-1)
node-number-allocator 的相關連結
Debian 的資源:
下載原始碼套件 node-number-allocator:
- [node-number-allocator_1.0.14-1.dsc]
- [node-number-allocator_1.0.14.orig.tar.gz]
- [node-number-allocator_1.0.14-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Unique number allocator for JavaScript
Unique number allocator maintains number intervals that are not in used. For an example, users can allocate an interval from 1 to 100. And if the user uses 6, the interval will split into two: 1 to 5 and 7 to 100. Unique number allocators will tell the users how many intervals we have right now. And what number is still vacant to use.
Node.js is an event-based server-side JavaScript engine.
其他與 node-number-allocator 有關的套件
|
|
|
|
-
- dep: node-debug (>= 4.3.1)
- small debugging utility for Node.js
-
- dep: node-js-sdsl (>= 4.1.4)
- javascript standard data structure library