This repository has been archived by the owner on Sep 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage-lock.json
74 lines (74 loc) · 2.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "css-ui-dashboard",
"version": "1.1.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"css-ui-dropdown-menu": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/css-ui-dropdown-menu/-/css-ui-dropdown-menu-1.2.1.tgz",
"integrity": "sha512-jYBRdNaiH+EvK5AblGQovGfJVF3w5G8PmQJFesL0cIi1+oSgUC/8i4GidX7HCYWY/ezD7tS6DYq6I/D22Y9I0A==",
"requires": {
"css-ui-simple": "^2.5.2",
"font-awesome": "^4.7.0",
"jquery": "^3.3.1",
"open-sans-fontface": "^1.4.0"
}
},
"css-ui-responsive-menu": {
"version": "3.1.5",
"resolved": "https://registry.npmjs.org/css-ui-responsive-menu/-/css-ui-responsive-menu-3.1.5.tgz",
"integrity": "sha512-zgYJ1Xx3S4n5n1xw893freLsdLR0uoSN05V6636i58l92CMhkVjhHEknzFcnykwGnNI9Umw1VekwfscTpiDuWA==",
"requires": {
"css-ui-simple": "^2.5.2",
"font-awesome": "^4.7.0",
"jquery": "^3.3.1",
"open-sans-fontface": "^1.4.0",
"perfect-scrollbar": "^1.4.0"
}
},
"css-ui-simple": {
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/css-ui-simple/-/css-ui-simple-2.5.2.tgz",
"integrity": "sha512-3mVIvm6pFbaMKNbPPmEFg8xzFMXSfFOFcMGmNZtoEPFEziYZ4XIdDEAxemEaggQQ++B2OXV85BqMAOPtYbAazA==",
"requires": {
"normalize.css": "^8.0.1"
}
},
"floatthead": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/floatthead/-/floatthead-2.1.3.tgz",
"integrity": "sha512-PglU8Oy6XHyjjZ2g1mu2iZIPIkcf+IkKpB6g12hVY6bXn+2lQj9+BOGMpaMgDKPTfawTAUQKtp7/UMcVs8q/eg=="
},
"font-awesome": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/font-awesome/-/font-awesome-4.7.0.tgz",
"integrity": "sha1-j6jPBBGhoxr9B7BtKQK7n8gVoTM="
},
"jquery": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz",
"integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw=="
},
"nanobar": {
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/nanobar/-/nanobar-0.4.2.tgz",
"integrity": "sha1-AcUS5sZi44ViaU9k5KiKJTcy9I8="
},
"normalize.css": {
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/normalize.css/-/normalize.css-8.0.1.tgz",
"integrity": "sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg=="
},
"open-sans-fontface": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/open-sans-fontface/-/open-sans-fontface-1.4.0.tgz",
"integrity": "sha1-A8xtG/XmqLW0eRCIhWL3IsXdNCg="
},
"perfect-scrollbar": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/perfect-scrollbar/-/perfect-scrollbar-1.4.0.tgz",
"integrity": "sha512-/2Sk/khljhdrsamjJYS5NjrH+GKEHEwh7zFSiYyxROyYKagkE4kSn2zDQDRTOMo8mpT2jikxx6yI1dG7lNP/hw=="
}
}
}