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
|
Source: node-brorand
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Tushar Agey <agey.tushar3@gmail.com>
Build-Depends:
debhelper (>= 11)
, dh-buildinfo
, nodejs (>= 4.7)
, dpkg-dev (>= 1.17.14)
, mocha <!nocheck>
Standards-Version: 4.1.4
Homepage: https://github.com/indutny/brorand
Vcs-Git: https://salsa.debian.org/js-team/node-brorand.git
Vcs-Browser: https://salsa.debian.org/js-team/node-brorand
Package: node-brorand
Architecture: all
Depends:
${misc:Depends}
, nodejs (>= 4.7)
Description: Random number generator for browsers and node.js
This script can generate Random numbers for browsers and node.js
This script is a dependency of browserify
.
Node.js is an event-based server-side JavaScript engine.
|