forked from novalabio/react-native-bip39
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 3.33 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"_from": "react-native-bip39",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-MMWNk6IrQfSTdyf9RWq2sD9FJnE=",
"_location": "/react-native-bip39",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "react-native-bip39",
"name": "react-native-bip39",
"escapedName": "react-native-bip39",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-bip39/-/react-native-bip39-2.3.0.tgz",
"_shasum": "30c58d93a22b41f4937727fd456ab6b03f452671",
"_spec": "react-native-bip39",
"_where": "D:\\BoxyBanana\\RN\\XDEWallet",
"author": {
"name": "Alberto Dallaporta"
},
"bugs": {
"url": "https://github.com/39otrebla/react-native-bip39/issues"
},
"bundleDependencies": false,
"contributors": [],
"dependencies": {
"react-native-crypto": "^2.0.1",
"react-native-randombytes": "^2.2.0",
"unorm": "^1.3.3"
},
"deprecated": false,
"description": "ReactNative-ready Bitcoin BIP39: Mnemonic code for generating deterministic keys",
"devDependencies": {
"nyc": "^8.3.0",
"proxyquire": "^1.7.10",
"standard": "*",
"tape": "^4.6.2"
},
"homepage": "https://github.com/39otrebla/react-native-bip39#readme",
"license": "MIT",
"main": "index.js",
"name": "react-native-bip39",
"repository": {
"type": "git",
"url": "git+https://github.com/39otrebla/react-native-bip39.git"
},
"scripts": {
"standard": "standard"
},
"version": "2.3.0",
"react-native": {
"zlib": "browserify-zlib",
"console": "console-browserify",
"constants": "constants-browserify",
"crypto": "react-native-crypto",
"dns": "dns.js",
"net": "react-native-tcp",
"domain": "domain-browser",
"http": "@tradle/react-native-http",
"https": "https-browserify",
"os": "react-native-os",
"path": "path-browserify",
"querystring": "querystring-es3",
"fs": "react-native-level-fs",
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"dgram": "react-native-udp",
"stream": "stream-browserify",
"timers": "timers-browserify",
"tty": "tty-browserify",
"vm": "vm-browserify",
"tls": false
},
"browser": {
"zlib": "browserify-zlib",
"console": "console-browserify",
"constants": "constants-browserify",
"crypto": "react-native-crypto",
"dns": "dns.js",
"net": "react-native-tcp",
"domain": "domain-browser",
"http": "@tradle/react-native-http",
"https": "https-browserify",
"os": "react-native-os",
"path": "path-browserify",
"querystring": "querystring-es3",
"fs": "react-native-level-fs",
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"dgram": "react-native-udp",
"stream": "stream-browserify",
"timers": "timers-browserify",
"tty": "tty-browserify",
"vm": "vm-browserify",
"tls": false
}
}