forked from wcomfort/turbosomething_fe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
42 lines (42 loc) · 1.74 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
34
35
36
37
38
39
40
41
42
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"@fortawesome/fontawesome-free": {
"version": "5.10.2",
"resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.10.2.tgz",
"integrity": "sha512-9pw+Nsnunl9unstGEHQ+u41wBEQue6XPBsILXtJF/4fNN1L3avJcMF/gGF86rIjeTAgfLjTY9ndm68/X4f4idQ=="
},
"bootstrap": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz",
"integrity": "sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag=="
},
"jquery": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz",
"integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw=="
},
"jquery.easing": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/jquery.easing/-/jquery.easing-1.4.1.tgz",
"integrity": "sha1-R5gsWDa9dY/UhJSSPEoQHvbpPjs="
},
"startbootstrap": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/startbootstrap/-/startbootstrap-0.0.1.tgz",
"integrity": "sha512-t2IB8r4DsxulLzssfn39NMvM3bMQtTBOW1GnAAJxBxWxY8LENFt74FumcUfhUnmw3AiWsMmope0XjZzu0Cc1og=="
},
"startbootstrap-grayscale": {
"version": "5.0.9",
"resolved": "https://registry.npmjs.org/startbootstrap-grayscale/-/startbootstrap-grayscale-5.0.9.tgz",
"integrity": "sha512-Yg6uSVoam/CBifQc1onPxd3GQ1lZxYX3HrUaoycNPqouhUn9szZjU0hsB3cItLfvPzn0T7l7THly0TN1LtXC+Q==",
"requires": {
"@fortawesome/fontawesome-free": "5.10.2",
"bootstrap": "4.3.1",
"jquery": "3.4.1",
"jquery.easing": "^1.4.1"
}
}
}
}