forked from UCLAdeepvision/CS269-Projects-2025Spring
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
24 lines (24 loc) · 783 Bytes
/
package-lock.json
File metadata and controls
24 lines (24 loc) · 783 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
{
"name": "UCLAdeepvision-log",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"vanilla-back-to-top": "^7.2.1"
}
},
"node_modules/vanilla-back-to-top": {
"version": "7.2.1",
"resolved": "https://registry.npmjs.org/vanilla-back-to-top/-/vanilla-back-to-top-7.2.1.tgz",
"integrity": "sha512-AZiYYmoe0RTbzTQs/reoXyCVqT20+cerQOsnmM/WYPJRwOAZjH0GRaWLw8QKhXcpch1UsLJHg7IwbvvzUPrcLg=="
}
},
"dependencies": {
"vanilla-back-to-top": {
"version": "7.2.1",
"resolved": "https://registry.npmjs.org/vanilla-back-to-top/-/vanilla-back-to-top-7.2.1.tgz",
"integrity": "sha512-AZiYYmoe0RTbzTQs/reoXyCVqT20+cerQOsnmM/WYPJRwOAZjH0GRaWLw8QKhXcpch1UsLJHg7IwbvvzUPrcLg=="
}
}
}