-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
33 lines (33 loc) · 1.22 KB
/
package-lock.json
File metadata and controls
33 lines (33 loc) · 1.22 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
{
"name": "url-shortener",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@bybas/latte-ui": {
"version": "1.8.3",
"resolved": "https://registry.npmjs.org/@bybas/latte-ui/-/latte-ui-1.8.3.tgz",
"integrity": "sha512-9L3ncDJ6Q29hQx3uDokq0x1XZDfeWnZuL9Jt2EXPL8UMxAEqQj7Te1HwyhAW/5DVttdE9YE8pb12zqvLrgUcCw==",
"requires": {
"bootstrap": "^4.3.1",
"moment": "^2.24.0",
"vue": "^2.6.10"
}
},
"bootstrap": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.5.0.tgz",
"integrity": "sha512-Z93QoXvodoVslA+PWNdk23Hze4RBYIkpb5h8I2HY2Tu2h7A0LpAgLcyrhrSUyo2/Oxm2l1fRZPs1e5hnxnliXA=="
},
"moment": {
"version": "2.27.0",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.27.0.tgz",
"integrity": "sha512-al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ=="
},
"vue": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.11.tgz",
"integrity": "sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ=="
}
}
}