@consento/sync-randombytes
Version:
Synchronous randombytes function that works in node, the browser & react-native!
34 lines (33 loc) • 726 B
JSON
{
"name": "@consento/sync-randombytes",
"version": "1.0.5",
"description": "Synchronous randombytes function that works in node, the browser & react-native!",
"main": "index.js",
"scripts": {
"ci": "npm run lint && npm run test",
"lint": "standard",
"test": "node test/index.js"
},
"keywords": [
"react-native",
"expo",
"sync",
"random",
"randomValues",
"randomBytes"
],
"author": "Martin Heidegger <martin.heidegger@gmail.com>",
"nativePackage": true,
"license": "MIT",
"dependencies": {
"buffer": "^5.4.3",
"seedrandom": "^3.0.5"
},
"devDependencies": {
"standard": "^14.3.1",
"tape": "^4.11.0"
},
"directories": {
"test": "test"
}
}