UNPKG

react-native-securerandom

Version:

Generate cryptographically-secure random bytes in react native

52 lines (51 loc) 1.18 kB
{ "name": "react-native-securerandom", "version": "1.0.1", "description": "Generate cryptographically-secure random bytes in react native", "main": "index.js", "scripts": { "test": "flow && jest" }, "types": "index.d.ts", "author": { "name": "Rob Hogan", "email": "npm@rhogan.net", "url": "https://github.com/robhogan" }, "license": "MIT", "peerDependencies": { "react-native": "*" }, "repository": { "type": "git", "url": "git+https://github.com/robhogan/react-native-securerandom.git" }, "keywords": [ "react-native", "SecRandomCopyBytes", "PRNG", "CSPRNG", "SecureRandom", "crypto", "RandomNumberGenerator", "Cryptography" ], "homepage": "https://github.com/robhogan/react-native-securerandom#readme", "dependencies": { "base64-js": "*" }, "devDependencies": { "@babel/core": "^7.1.2", "@babel/plugin-transform-runtime": "^7.4.4", "@babel/preset-env": "^7.1.0", "babel-jest": "^29.0.3", "flow-bin": "^0.187.1", "jest": "^29.0.3", "react-native": "^0.69.0" }, "jest": { "transform": { "^.+\\.js$": "<rootDir>/jest.babel.js" } } }