-
Notifications
You must be signed in to change notification settings - Fork 16
/
package-lock.json
176 lines (176 loc) · 6.28 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
{
"name": "@sircfenner/studiocomponents",
"version": "1.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@sircfenner/studiocomponents",
"version": "1.2.0",
"license": "MIT",
"dependencies": {
"@jsdotlua/react": "^17.2.1",
"@jsdotlua/react-roblox": "^17.2.1"
},
"devDependencies": {
"npmluau": "^0.1.1"
}
},
"node_modules/@jsdotlua/boolean": {
"version": "1.2.6",
"license": "MIT",
"dependencies": {
"@jsdotlua/number": "^1.2.6"
}
},
"node_modules/@jsdotlua/collections": {
"version": "1.2.6",
"license": "MIT",
"dependencies": {
"@jsdotlua/es7-types": "^1.2.6",
"@jsdotlua/instance-of": "^1.2.6"
}
},
"node_modules/@jsdotlua/console": {
"version": "1.2.6",
"license": "MIT",
"dependencies": {
"@jsdotlua/collections": "^1.2.6"
}
},
"node_modules/@jsdotlua/es7-types": {
"version": "1.2.6",
"license": "MIT"
},
"node_modules/@jsdotlua/instance-of": {
"version": "1.2.6",
"license": "MIT"
},
"node_modules/@jsdotlua/luau-polyfill": {
"version": "1.2.6",
"license": "MIT",
"dependencies": {
"@jsdotlua/boolean": "^1.2.6",
"@jsdotlua/collections": "^1.2.6",
"@jsdotlua/console": "^1.2.6",
"@jsdotlua/es7-types": "^1.2.6",
"@jsdotlua/instance-of": "^1.2.6",
"@jsdotlua/math": "^1.2.6",
"@jsdotlua/number": "^1.2.6",
"@jsdotlua/string": "^1.2.6",
"@jsdotlua/timers": "^1.2.6",
"symbol-luau": "^1.0.0"
}
},
"node_modules/@jsdotlua/math": {
"version": "1.2.6",
"license": "MIT"
},
"node_modules/@jsdotlua/number": {
"version": "1.2.6",
"license": "MIT"
},
"node_modules/@jsdotlua/promise": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/@jsdotlua/promise/-/promise-3.5.0.tgz",
"integrity": "sha512-uMwL18+wAhzJ65O9VYEsS2+ns5J/ABcY3oTASznlKdPU+syE1LK1hTy/LqEouHiDNZ1zAvmNUA3kY7oZ4/3gOw=="
},
"node_modules/@jsdotlua/react": {
"version": "17.2.1",
"resolved": "https://registry.npmjs.org/@jsdotlua/react/-/react-17.2.1.tgz",
"integrity": "sha512-hZ+z4DOKZlHr5UGgomJgD8kCiqHzR+fZyNcIw0RS9G+ADUapnyW+hCSnrxTHmPA9PFhJKvnn7a8boDyGIxd6/g==",
"dependencies": {
"@jsdotlua/luau-polyfill": "^1.2.6",
"@jsdotlua/shared": "^17.2.1"
}
},
"node_modules/@jsdotlua/react-reconciler": {
"version": "17.2.1",
"resolved": "https://registry.npmjs.org/@jsdotlua/react-reconciler/-/react-reconciler-17.2.1.tgz",
"integrity": "sha512-wtSXXM5Dl7YVXc8C8N50nF+P2iEM6uqWiQDpUevYgyz4G9bJomI12naWfDs5LGhtlX/Pnigxa3GiyFjnTHsCtQ==",
"dependencies": {
"@jsdotlua/luau-polyfill": "^1.2.6",
"@jsdotlua/promise": "^3.5.0",
"@jsdotlua/react": "^17.2.1",
"@jsdotlua/scheduler": "^17.2.1",
"@jsdotlua/shared": "^17.2.1"
}
},
"node_modules/@jsdotlua/react-roblox": {
"version": "17.2.1",
"resolved": "https://registry.npmjs.org/@jsdotlua/react-roblox/-/react-roblox-17.2.1.tgz",
"integrity": "sha512-C2Q6UvVvyUwlNQ2grAXx/Ou5z2zlFHB8ROUJBDZ+pLAYK43tlYa+EhLGhn7J2CLP6YtlPaXA3qaMgzz9oDyYPg==",
"dependencies": {
"@jsdotlua/luau-polyfill": "^1.2.6",
"@jsdotlua/react": "^17.2.1",
"@jsdotlua/react-reconciler": "^17.2.1",
"@jsdotlua/scheduler": "^17.2.1",
"@jsdotlua/shared": "^17.2.1"
}
},
"node_modules/@jsdotlua/scheduler": {
"version": "17.2.1",
"resolved": "https://registry.npmjs.org/@jsdotlua/scheduler/-/scheduler-17.2.1.tgz",
"integrity": "sha512-hTnoLYG899h3uVNPakYT6l7zCG8es+qgzxEYniaZesSA9UG+2VbKUvobXvbaargeKmr6Unm3lAryEvT+vZ5gKQ==",
"dependencies": {
"@jsdotlua/luau-polyfill": "^1.2.6",
"@jsdotlua/shared": "^17.2.1"
}
},
"node_modules/@jsdotlua/shared": {
"version": "17.2.1",
"resolved": "https://registry.npmjs.org/@jsdotlua/shared/-/shared-17.2.1.tgz",
"integrity": "sha512-Ot9X5Es+5ihpDWJi58K+KS09NEvequK4bJ0i8QkniYw8dDRFyBwRUPK5afy2YZyEe6i20ow7fDip4jb0HdYjcg==",
"dependencies": {
"@jsdotlua/luau-polyfill": "^1.2.6"
}
},
"node_modules/@jsdotlua/string": {
"version": "1.2.6",
"license": "MIT",
"dependencies": {
"@jsdotlua/es7-types": "^1.2.6",
"@jsdotlua/number": "^1.2.6"
}
},
"node_modules/@jsdotlua/timers": {
"version": "1.2.6",
"license": "MIT",
"dependencies": {
"@jsdotlua/collections": "^1.2.6"
}
},
"node_modules/commander": {
"version": "11.1.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=16"
}
},
"node_modules/npmluau": {
"version": "0.1.1",
"dev": true,
"license": "MIT",
"dependencies": {
"commander": "^11.0.0",
"walkdir": "^0.4.1"
},
"bin": {
"npmluau": "main.js"
}
},
"node_modules/symbol-luau": {
"version": "1.0.1",
"license": "MIT"
},
"node_modules/walkdir": {
"version": "0.4.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=6.0.0"
}
}
}
}