-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
33 lines (33 loc) · 1.05 KB
/
package-lock.json
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": "tamarindo-store",
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"jquery": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.2.1.tgz",
"integrity": "sha1-XE2d5lKvbNCncBVKYxu6ErAVx4c="
},
"magnify": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/magnify/-/magnify-2.1.0.tgz",
"integrity": "sha1-JHfdNc3XbcLuuLrDyKJXtWA5LuU=",
"requires": {
"jquery": "3.2.1"
}
},
"popper.js": {
"version": "1.12.6",
"resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.12.6.tgz",
"integrity": "sha512-wZlMkIJM1hFcM9F7nSrRCbKKfkH0kk/GrCoj3EUoKU8kx9xPtvnOZNHKsQOM12+xqbYv2HeBWI8Y8pxb6vmnRQ=="
},
"tooltip.js": {
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/tooltip.js/-/tooltip.js-1.1.6.tgz",
"integrity": "sha512-w36XWn0bQLGDhrLN89P94xWInP8dAVjcR2PnYcKy13Tim0qhLUI9QGFMM8tgq5TH+Aeyq0pIXGPh2tptStTmLA==",
"requires": {
"popper.js": "1.12.6"
}
}
}
}