forked from luvit/luvit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.lua
62 lines (62 loc) · 1.4 KB
/
package.lua
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
return {
name = "luvit/luvit",
version = "2.17.0",
luvi = {
version = "2.10.1",
flavor = "regular",
},
license = "Apache 2",
homepage = "https://github.com/luvit/luvit",
description = "node.js style APIs for luvi as either a luvi app or library.",
tags = { "luvit", "meta" },
author = { name = "Tim Caswell" },
contributors = {
"Ryan Phillips",
"George Zhao",
"Rob Emanuele",
"Daniel Barney",
"Ryan Liptak",
"Kenneth Wilke",
"Gabriel Nicolas Avellaneda",
},
dependencies = {
"luvit/buffer@2.0.0",
"luvit/childprocess@2.1.2",
"luvit/codec@2.0.0",
"luvit/core@2.0.3",
"luvit/dgram@2.0.0",
"luvit/dns@2.0.3",
"luvit/fs@2.0.1",
"luvit/helpful@2.0.1",
"luvit/hooks@2.0.0",
"luvit/http@2.1.4",
"luvit/http-codec@2.0.3",
"luvit/http-header@1.0.0",
"luvit/https@2.0.0",
"luvit/json@2.5.1",
"luvit/los@2.0.0",
"luvit/net@2.0.3",
"luvit/path@2.0.1",
"luvit/pretty-print@2.1.0",
"luvit/process@2.1.2",
"luvit/querystring@2.0.1",
"luvit/readline@2.0.0",
"luvit/repl@2.1.2",
"luvit/require@2.2.2",
"luvit/resource@2.0.0",
"luvit/stream@2.0.2",
"luvit/thread@2.0.0",
"luvit/timer@2.0.1",
"luvit/tls@2.3.0",
"luvit/utils@2.0.0",
"luvit/url@2.1.2",
"luvit/ustring@2.0.0"
},
files = {
"*.lua",
"!examples",
"!tests",
"!bench",
"!lit-*",
}
}