UNPKG

crypto-secure-random-digit

Version:

A Cryptographically Secure Pseudo-Random Number Generator for NodeJS

40 lines (39 loc) 946 B
{ "name": "crypto-secure-random-digit", "version": "1.0.10", "description": "A Cryptographically Secure Pseudo-Random Number Generator for NodeJS", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "test": "mocha --require ts-node/register --timeout 8000 ./*.spec.ts", "build": "tsc" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/ottokruse/crypto-secure-random-digit" }, "files": [ "dist/index.js", "dist/index.d.ts" ], "keywords": [ "random", "CSPRNG", "crypto", "secure" ], "author": "ottokruse@gmail.com", "license": "MIT", "homepage": "https://github.com/ottokruse/crypto-secure-random-digit", "dependencies": {}, "devDependencies": { "@types/mocha": "^5.2.5", "@types/node": "^10.12.10", "mocha": "^5.2.0", "ts-node": "^7.0.1", "typescript": "^3.1.6" } }