-
Notifications
You must be signed in to change notification settings - Fork 112
/
shims.js
32 lines (32 loc) · 943 Bytes
/
shims.js
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
module.exports = {
"assert": "^1.1.1",
"browserify-zlib": "~0.1.4",
"buffer": "^4.9.1",
"inherits": "^2.0.1",
"console-browserify": "^1.1.0",
"constants-browserify": "^1.0.0",
"react-native-crypto": "^2.1.0",
"react-native-randombytes": "^3.0.0",
"dns.js": "^1.0.1",
"domain-browser": "^1.1.1",
"events": "^1.0.0",
"@tradle/react-native-http": "^2.0.0",
"https-browserify": "~0.0.0",
"react-native-os": "^1.0.1",
"path-browserify": "0.0.0",
"process": "^0.11.0",
"punycode": "^1.2.4",
"querystring-es3": "~0.2.0",
"react-native-level-fs": "^3.0.0",
"react-native-udp": "^2.1.0",
"readable-stream": "1.0.33",
// "stream-browserify": "substack/stream-browserify#fa56e68",
"stream-browserify": "^1.0.0",
"string_decoder": "~0.10.25",
"timers-browserify": "^1.0.1",
"tty-browserify": "0.0.0",
"url": "~0.10.1",
"util": "~0.10.3",
"react-native-tcp": "^3.2.1",
"vm-browserify": "0.0.4"
}