UNPKG

secure-shuffle

Version:

Shuffle an array using secure-random-uniform as the RNG

34 lines (33 loc) 728 B
{ "name": "secure-shuffle", "version": "2.0.0", "description": "Shuffle an array using secure-random-uniform as the RNG", "main": "index.js", "dependencies": { "secure-random-uniform": "^4.0.0" }, "devDependencies": { "tape": "^4.6.0" }, "scripts": { "test": "node test" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/emilbayes/secure-shuffle.git" }, "keywords": [ "secure", "shuffle", "crypto", "mix", "random", "buffer" ], "author": "Emil Bay <github@tixz.dk>", "license": "ISC", "bugs": { "url": "https://github.com/emilbayes/secure-shuffle/issues" }, "homepage": "https://github.com/emilbayes/secure-shuffle#readme" }