-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
26 lines (26 loc) · 866 Bytes
/
package-lock.json
File metadata and controls
26 lines (26 loc) · 866 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
25
26
{
"name": "Rocket_Elevators_Information_System",
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"jquery": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz",
"integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw=="
},
"owl.carousel": {
"version": "2.3.4",
"resolved": "https://registry.npmjs.org/owl.carousel/-/owl.carousel-2.3.4.tgz",
"integrity": "sha512-JaDss9+feAvEW8KZppPSpllfposEzQiW+Ytt/Xm5t/3CTJ7YVmkh6RkWixoA2yXk2boIwedYxOvrrppIGzru9A==",
"requires": {
"jquery": ">=1.8.3"
}
},
"rrad": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/rrad/-/rrad-1.1.0.tgz",
"integrity": "sha1-N4UxKZDhXa7xjI0Jz/xpTUU4CvE=",
"dev": true
}
}
}