/var/www/flurhymez/node_modules/randomfill
NameSizeModeActions
.travis.yml3190644editdlrm
.zuul.yml90644editdlrm
browser.js29990644editdlrm
index.js2660644editdlrm
LICENSE10740644editdlrm
package.json16720644editdlrm
README.md4590644editdlrm
test.js8210644editdlrm
Edit: /var/www/flurhymez/node_modules/randomfill/index.js (266B)
var crypto = require('crypto') if (typeof crypto.randomFill === 'function' && typeof crypto.randomFillSync === 'function') { exports.randomFill = crypto.randomFill exports.randomFillSync = crypto.randomFillSync } else { module.exports = require('./browser') }