forked from wcyjoyce/shared-run
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
31 lines (31 loc) · 1.1 KB
/
package-lock.json
File metadata and controls
31 lines (31 loc) · 1.1 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
{
"name": "shared-run",
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"es6-object-assign": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/es6-object-assign/-/es6-object-assign-1.1.0.tgz",
"integrity": "sha1-wsNYJlYkfDnqEHyx5mUrb58kUjw="
},
"promise-polyfill": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-6.0.2.tgz",
"integrity": "sha1-2chtPcTcLfkBboiUbe/Wm0m0EWI="
},
"sweetalert": {
"version": "2.0.8",
"resolved": "https://registry.npmjs.org/sweetalert/-/sweetalert-2.0.8.tgz",
"integrity": "sha512-43/9dVMDV9ppoMpSAdGpwY3AIF2ACupDWIxqqnhr/OQBYQTVUapK2bb8ex41Y9rbOWNkFWyPBmdqVCJfHdUeew==",
"requires": {
"es6-object-assign": "1.1.0",
"promise-polyfill": "6.0.2"
}
},
"sweetalert2": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-7.0.3.tgz",
"integrity": "sha512-uTa8bGId9S+4NEXAxImuRyKOwP1tP7s2CZFa4ayEJ/d2TPEpgd2aOGDiDFYfggxcHgpR6ed8JlieFz7pNGEm9Q=="
}
}
}