-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
27 lines (27 loc) · 824 Bytes
/
package-lock.json
File metadata and controls
27 lines (27 loc) · 824 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
27
{
"name": "weekly-reporting-angular",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"sweetalert2": "^11.1.7"
}
},
"node_modules/sweetalert2": {
"version": "11.1.7",
"resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.1.7.tgz",
"integrity": "sha512-7MHQVtKCTORfA9e58g9ZOfT3X58DkSBtvoCQJnqSHobXXb5C7aB8Yg/tAccTFnefCUBU41PoStjXMkzG3bNeig==",
"funding": {
"url": "https://sweetalert2.github.io/#donations"
}
}
},
"dependencies": {
"sweetalert2": {
"version": "11.1.7",
"resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.1.7.tgz",
"integrity": "sha512-7MHQVtKCTORfA9e58g9ZOfT3X58DkSBtvoCQJnqSHobXXb5C7aB8Yg/tAccTFnefCUBU41PoStjXMkzG3bNeig=="
}
}
}