-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage-lock.json
39 lines (39 loc) · 1.43 KB
/
package-lock.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
{
"name": "react-native-webview-crypto",
"version": "0.0.25",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"encode-utf8": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/encode-utf8/-/encode-utf8-1.0.2.tgz",
"integrity": "sha512-uZHa/WomOJYUuRznENTRZZI7DCpwC6rdKIXPYJU79Oeo5+QN24bL0uisuTm1TeWtmncS7J5or2Z0c/3k29yz3A=="
},
"fast-base64-encode": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fast-base64-encode/-/fast-base64-encode-1.0.0.tgz",
"integrity": "sha512-z2XCzVK4fde2cuTEHu2QGkLD6BPtJNKJPn0Z7oINvmhq/quUuIIVPYKUdN0gYeZqOyurjJjBH/bUzK5gafyHvw=="
},
"serialize-error": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-2.1.0.tgz",
"integrity": "sha1-ULZ51WNc34Rme9yOWa9OW4HV9go="
},
"webview-crypto": {
"version": "0.1.11",
"resolved": "https://registry.npmjs.org/webview-crypto/-/webview-crypto-0.1.11.tgz",
"integrity": "sha512-j+g9bGfgmSMYLLYWtLTVkXLuQQzBb9zcbvSlNhcIb16w880dmrnSpmVca6L6XUgDw0NrQ3oHP63G3ctEAOp3Qw==",
"requires": {
"lodash": "4.17.3",
"serialize-error": "2.1.0"
},
"dependencies": {
"lodash": {
"version": "4.17.3",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.3.tgz",
"integrity": "sha1-VX7X0qlDjKxf1aQwQ8pgy0VeAfc="
}
}
}
}
}