-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
24 lines (24 loc) · 862 Bytes
/
Copy pathpackage-lock.json
File metadata and controls
24 lines (24 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"img-previewer": {
"version": "2.1.7",
"resolved": "https://registry.npmjs.org/img-previewer/-/img-previewer-2.1.7.tgz",
"integrity": "sha512-4vdBb8he4VfrQugUTPqISHpnc+FfJT01+VerTSrgVVE4L3uzfZjIRc0GiIPiu5phxt7+Xao5JQIlKwMZCsHuGw=="
},
"jbox": {
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/jbox/-/jbox-1.3.3.tgz",
"integrity": "sha512-aayuZDf4Dc3w/adEdixUetNxJMIbThgt3r9Gfsxh8rWqBBEM3ODKON3YWSwpjgy7BzUHQjIeZ2sdPwV8RSVW6w==",
"requires": {
"jquery": "^3.6.0"
}
},
"jquery": {
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.1.tgz",
"integrity": "sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw=="
}
}
}