-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
28 lines (28 loc) · 850 Bytes
/
package-lock.json
File metadata and controls
28 lines (28 loc) · 850 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
28
{
"name": "fullstack-react-node",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"sweetalert2": "^11.6.15"
}
},
"node_modules/sweetalert2": {
"version": "11.6.15",
"resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.6.15.tgz",
"integrity": "sha512-FqMy1gRGHEI5G145NE5XSP059TziCJu9Xf9/mkki/aKu5pLNcYzjggOzKO5Ex10EBgAGDXQ99jyGfYYzGCYXRQ==",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/limonte"
}
}
},
"dependencies": {
"sweetalert2": {
"version": "11.6.15",
"resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.6.15.tgz",
"integrity": "sha512-FqMy1gRGHEI5G145NE5XSP059TziCJu9Xf9/mkki/aKu5pLNcYzjggOzKO5Ex10EBgAGDXQ99jyGfYYzGCYXRQ=="
}
}
}