Sha256: 2521787317db55fe93fc38a8f868df57c08449c30db521a342e9557dd3a3ea6c
Contents?: true
Size: 762 Bytes
Versions: 12
Compression:
Stored size: 762 Bytes
Contents
{ "name": "math-random", "version": "1.0.1", "description": "a drop-in replacement for Math.random that uses cryptographically secure random number generation, where available", "main": "node.js", "browser": "browser.js", "scripts": { "test": "tape test.js" }, "devDependencies": { "array-unique": "~0.2.1", "tape": "~4.2.2" }, "testling": { "files": "test.js" }, "repository": { "type": "git", "url": "git@github.com:michaelrhodes/math-random" }, "keywords": [ "Math.random", "crypto.getRandomValues" ], "author": "Michael Rhodes", "license": "MIT", "bugs": { "url": "https://github.com/michaelrhodes/math-random/issues" }, "homepage": "https://github.com/michaelrhodes/math-random" }
Version data entries
12 entries across 12 versions & 4 rubygems