forked from tradle/rn-nodeify
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathshims-browserify.js
32 lines (32 loc) · 878 Bytes
/
shims-browserify.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.3.0",
"browserify-zlib": "~0.1.2",
"buffer": "^3.0.0",
"inherits": "~2.0.1",
"console-browserify": "^1.1.0",
"constants-browserify": "^1.0.0",
"crypto-browserify": "~3.2.6",
"dns.js": "^1.0.1",
"domain-browser": "~1.1.0",
"events": "~1.0.0",
"stream-http": "^1.2.0",
"https-browserify": "~0.0.0",
"os-browserify": "~0.1.1",
"path-browserify": "~0.0.0",
"process": "~0.11.0",
"punycode": "^1.3.2",
"querystring-es3": "~0.2.0",
"react-native-level-fs": "^3.0.0",
"react-native-udp": "0.0.12",
// "readable-stream": "~1.0.33-1",
"readable-stream": "^2.0.2",
"stream-browserify": "^2.0.0",
"string_decoder": "~0.10.0",
"timers-browserify": "^1.0.1",
"tty-browserify": "~0.0.0",
"url": "~0.10.1",
"util": "~0.10.1",
"utp": "0.0.8",
"react-native-tcp": "^3.2.1",
"vm-browserify": "~0.0.1"
}