forked from EddyVerbruggen/nativescript-nodeify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshims.json
31 lines (31 loc) · 1012 Bytes
/
shims.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
{
"assert": "assert",
"buffer": "buffer",
"child_process": "nativescript-nodeify/empty.js",
"cluster": "nativescript-nodeify/empty.js",
"constants": "constants-browserify",
"crypto": "crypto-browserify",
"dgram": "nativescript-nodeify/empty.js",
"domain": "domain-browser",
"dns": "nativescript-nodeify/empty.js",
"events": "events",
"fs": "nativescript-node/fs",
"http": "stream-http",
"https": "https-browserify",
"net": "nativescript-nodeify/empty.js",
"os": "os-browserify",
"path": "path-browserify",
"punycode": "punycode",
"querystring/": "querystring-es3/",
"randombytes": "nativescript-randombytes",
"readline": "nativescript-nodeify/empty.js",
"repl": "nativescript-nodeify/empty.js",
"stream": "stream-browserify",
"_stream_transform": "readable-stream/transform.js",
"string_decoder": "string_decoder/",
"tls": "nativescript-nodeify/empty.js",
"url": "url",
"util": "util/util.js",
"zlib": "browserify-zlib",
"xml2js": "nativescript-xml2js"
}