66 lines
1.7 KiB
JSON
66 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"react-native-securerandom@0.1.1",
|
|
"/home/riddhi/frontend"
|
|
]
|
|
],
|
|
"_from": "react-native-securerandom@0.1.1",
|
|
"_id": "react-native-securerandom@0.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-8TBiOkEsM4sK+t7bwgTFy7i/IHA=",
|
|
"_location": "/react-native-securerandom",
|
|
"_optional": true,
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "react-native-securerandom@0.1.1",
|
|
"name": "react-native-securerandom",
|
|
"escapedName": "react-native-securerandom",
|
|
"rawSpec": "0.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/isomorphic-webcrypto"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/react-native-securerandom/-/react-native-securerandom-0.1.1.tgz",
|
|
"_spec": "0.1.1",
|
|
"_where": "/home/riddhi/frontend",
|
|
"author": {
|
|
"name": "Rob Hogan",
|
|
"email": "roberthogan@blueyonder.co.uk"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/rh389/react-native-securerandom/issues"
|
|
},
|
|
"dependencies": {
|
|
"base64-js": "*"
|
|
},
|
|
"description": "Generate cryptographically-secure random bytes in react native",
|
|
"homepage": "https://github.com/rh389/react-native-securerandom#readme",
|
|
"keywords": [
|
|
"react-native",
|
|
"SecRandomCopyBytes",
|
|
"PRNG",
|
|
"CSPRNG",
|
|
"SecureRandom",
|
|
"crypto"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "react-native-securerandom",
|
|
"peerDependencies": {
|
|
"react-native": "*"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rh389/react-native-securerandom.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"version": "0.1.1"
|
|
}
|