-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpackage-lock.json
More file actions
45 lines (45 loc) · 1.46 KB
/
Copy pathpackage-lock.json
File metadata and controls
45 lines (45 loc) · 1.46 KB
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
{
"name": "@rbxts/t",
"version": "3.2.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@rbxts/t",
"version": "3.2.1",
"license": "ISC",
"devDependencies": {
"@rbxts/compiler-types": "^3.0.0-types.0",
"@rbxts/types": "^1.0.837"
}
},
"node_modules/@rbxts/compiler-types": {
"version": "3.0.0-types.0",
"resolved": "https://registry.npmjs.org/@rbxts/compiler-types/-/compiler-types-3.0.0-types.0.tgz",
"integrity": "sha512-VGOHJPoL7+56NTatMGqQj3K7xWuzEV+aP4QD5vZiHu+bcff3kiTmtoadaF6NkJrmwfFAvbsd4Dg764ZjWNceag==",
"dev": true,
"license": "MIT"
},
"node_modules/@rbxts/types": {
"version": "1.0.837",
"resolved": "https://registry.npmjs.org/@rbxts/types/-/types-1.0.837.tgz",
"integrity": "sha512-3Wy6YAkD/57RmlIGWCQ5n+nfSjMM4rraaXwBuM/2iQjDryuQMxEfP2gSnrFEbZy+j+1DZ2JhlGV7KkrPtnn8oQ==",
"dev": true,
"license": "MIT"
}
},
"dependencies": {
"@rbxts/compiler-types": {
"version": "3.0.0-types.0",
"resolved": "https://registry.npmjs.org/@rbxts/compiler-types/-/compiler-types-3.0.0-types.0.tgz",
"integrity": "sha512-VGOHJPoL7+56NTatMGqQj3K7xWuzEV+aP4QD5vZiHu+bcff3kiTmtoadaF6NkJrmwfFAvbsd4Dg764ZjWNceag==",
"dev": true
},
"@rbxts/types": {
"version": "1.0.837",
"resolved": "https://registry.npmjs.org/@rbxts/types/-/types-1.0.837.tgz",
"integrity": "sha512-3Wy6YAkD/57RmlIGWCQ5n+nfSjMM4rraaXwBuM/2iQjDryuQMxEfP2gSnrFEbZy+j+1DZ2JhlGV7KkrPtnn8oQ==",
"dev": true
}
}
}