forked from boatbomber/Highlighter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
29 lines (29 loc) · 1.1 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
{
"name": "@easy-games/highlighter",
"version": "0.8.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@easy-games/highlighter",
"version": "0.8.1",
"license": "MIT",
"devDependencies": {
"@rbxts/compiler-types": "^2.1.1-types.0",
"@rbxts/types": "^1.0.516"
}
},
"node_modules/@rbxts/compiler-types": {
"version": "2.1.1-types.0",
"resolved": "https://registry.npmjs.org/@rbxts/compiler-types/-/compiler-types-2.1.1-types.0.tgz",
"integrity": "sha512-wBRma9MgPbOxvCaQEUvraHLHAmLFGW9R6fT65+MBu3uCYM6vUNWj8l4dHRxgkUK8lnGYdGWxsr/sZFk8sdvwog==",
"dev": true
},
"node_modules/@rbxts/types": {
"version": "1.0.708",
"resolved": "https://registry.npmjs.org/@rbxts/types/-/types-1.0.708.tgz",
"integrity": "sha512-h6fpdlP6xVvSvJQ+8u081XbdONW4sX46uKu3PBtSvkNnxDlDNMaXKyuCLSq3bpjCvGM5FwaOFxy2hmIUw4tSqQ==",
"dev": true
}
}
}