-
Notifications
You must be signed in to change notification settings - Fork 13
/
package-lock.json
42 lines (42 loc) · 1.4 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
{
"name": "@rbxts/roact",
"version": "3.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@rbxts/roact",
"version": "3.0.1",
"devDependencies": {
"@rbxts/compiler-types": "^1.3.3-types.1",
"@rbxts/types": "^1.0.641"
}
},
"node_modules/@rbxts/compiler-types": {
"version": "1.3.3-types.1",
"resolved": "https://registry.npmjs.org/@rbxts/compiler-types/-/compiler-types-1.3.3-types.1.tgz",
"integrity": "sha512-iWeioe5WziBTnY+FIT7aQ5bimlw81PYZ5d9WO0h1kX3joEigXPQpn2yHGRxzrqIssqQr47Y6fwknklaaQ6IPMQ==",
"dev": true
},
"node_modules/@rbxts/types": {
"version": "1.0.641",
"resolved": "https://registry.npmjs.org/@rbxts/types/-/types-1.0.641.tgz",
"integrity": "sha512-yjS3NQyOglkchaV8FcqTRJSB6hSVLFsCcSem6BLLjLGlazRuvrbTO+ss0H/jYbA8FMumpEXzGrBsNTHmfdgbPQ==",
"dev": true
}
},
"dependencies": {
"@rbxts/compiler-types": {
"version": "1.3.3-types.1",
"resolved": "https://registry.npmjs.org/@rbxts/compiler-types/-/compiler-types-1.3.3-types.1.tgz",
"integrity": "sha512-iWeioe5WziBTnY+FIT7aQ5bimlw81PYZ5d9WO0h1kX3joEigXPQpn2yHGRxzrqIssqQr47Y6fwknklaaQ6IPMQ==",
"dev": true
},
"@rbxts/types": {
"version": "1.0.641",
"resolved": "https://registry.npmjs.org/@rbxts/types/-/types-1.0.641.tgz",
"integrity": "sha512-yjS3NQyOglkchaV8FcqTRJSB6hSVLFsCcSem6BLLjLGlazRuvrbTO+ss0H/jYbA8FMumpEXzGrBsNTHmfdgbPQ==",
"dev": true
}
}
}