[ 源代码: node-random-bytes ]
软件包: node-random-bytes (1.0.0-2)
node-random-bytes 的相关链接
Trisquel 的资源:
下载源码包 node-random-bytes:
- [node-random-bytes_1.0.0-2.dsc]
- [node-random-bytes_1.0.0.orig.tar.gz]
- [node-random-bytes_1.0.0-2.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Javascript Maintainers (Mail Archive)
- Thorsten Alteholz
外部的资源:
- 主页 [github.com]
相似软件包:
generate strong pseudo-random bytes
This module is a simple wrapper around the Node.js core crypto.randomBytes API, with the following additions:
* A Promise interface for environments with promises. * For Node.js versions that do not wait for the PRNG to be seeded, this module will wait a bit.
Node.js is an event-based server-side JavaScript engine.