Social Icons - Version 1.7.2

Version Description

  • 20/06/2019 =
  • Feature - Add option to have the social links nofollow relation.
Download this release

Release Info

Developer ThemeGrill
Plugin Icon 128x128 Social Icons
Version 1.7.2
Comparing to
See all releases

Code changes from version 1.7.1 to 1.7.2

.stylelintrc ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "rules": {
3
+ "indentation": "tab",
4
+ "color-hex-case": "lower",
5
+ "color-no-invalid-hex": true,
6
+
7
+ "function-calc-no-unspaced-operator": true,
8
+ "function-comma-space-after": "always-single-line",
9
+ "function-comma-space-before": "never",
10
+ "function-name-case": "lower",
11
+ "function-url-quotes": "always",
12
+ "function-whitespace-after": "always",
13
+
14
+ "number-leading-zero": "always",
15
+ "number-no-trailing-zeros": true,
16
+ "length-zero-no-unit": true,
17
+
18
+ "string-no-newline": true,
19
+ "string-quotes": "single",
20
+
21
+ "unit-case": "lower",
22
+ "unit-no-unknown": true,
23
+ "unit-whitelist": ["px", "%", "deg", "ms", "em", "vh", "vw", "rem", "s", "ex", "pt", "cm"],
24
+
25
+ "value-list-comma-space-after": "always-single-line",
26
+ "value-list-comma-space-before": "never",
27
+
28
+ "shorthand-property-no-redundant-values": true,
29
+
30
+ "property-case": "lower",
31
+
32
+ "declaration-block-no-duplicate-properties": [true, { "severity": "warning" } ],
33
+ "declaration-block-no-ignored-properties": [true, { "severity": "warning" } ],
34
+ "declaration-block-trailing-semicolon": "always",
35
+ "declaration-block-single-line-max-declarations": 0,
36
+ "declaration-block-semicolon-space-before": "never",
37
+ "declaration-block-semicolon-space-after": "always-single-line",
38
+ "declaration-block-semicolon-newline-before": "never-multi-line",
39
+ "declaration-block-semicolon-newline-after": "always-multi-line",
40
+
41
+ "block-closing-brace-newline-after": "always",
42
+ "block-closing-brace-newline-before": "always-multi-line",
43
+ "block-no-empty": true,
44
+ "block-opening-brace-newline-after": "always-multi-line",
45
+ "block-opening-brace-space-before": "always",
46
+
47
+ "selector-attribute-brackets-space-inside": "never",
48
+ "selector-attribute-operator-space-after": "never",
49
+ "selector-attribute-operator-space-before": "never",
50
+ "selector-combinator-space-after": "always",
51
+ "selector-combinator-space-before": "always",
52
+ "selector-pseudo-class-case": "lower",
53
+ "selector-pseudo-class-parentheses-space-inside": "always",
54
+ "selector-pseudo-element-case": "lower",
55
+ "selector-pseudo-element-colon-notation": "double",
56
+ "selector-pseudo-element-no-unknown": true,
57
+ "selector-type-case": "lower",
58
+ }
59
+ }
.wordpress-org/banner-772x250.jpg ADDED
Binary file
.wordpress-org/icon-128x128.jpg ADDED
Binary file
.wordpress-org/icon-256x256.jpg ADDED
Binary file
.wordpress-org/screenshot-1.png ADDED
Binary file
.wordpress-org/screenshot-2.png ADDED
Binary file
.wordpress-org/screenshot-3.png ADDED
Binary file
.wordpress-org/screenshot-4.png ADDED
Binary file
CHANGELOG.txt ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ == Changelog ==
2
+
3
+ = 1.6.0 - 25/05/2017 =
4
+ * Fix - CSS conflict with width used in `.socicon:empty`.
5
+ * Tweak - Introduced `si_get_default_sortable_socicons()`.
6
+ * Feature - Support padding options to gain user defined icon.
7
+
8
+ = 1.5.0 - 08/12/2016 =
9
+ * Fix - Blogspot icon to blog on Blogger.com
10
+ * Fix - Breakage of first social icon name found within a loop.
11
+ * Fix - Fontawesome pseudo class selectors applied in sidebar area.
12
+ * Tweak - Include dirname before including files.
13
+ * Tweak - Social icons repeater field for siteorigin panel compat.
14
+
15
+ = 1.4.1 - 22/09/2016 =
16
+ * Fix - odnoklassniki icon for ok.ru profile.
17
+ * Fix - Center icons if used in Visual composer.
18
+ * Fix - Non-static method should not be called statically.
19
+ * Tweak - Updated socicon to `v3.0.4` for new icon sets support.
20
+ * Refactor - Detect socicon from supported URL and allowed lists.
21
+
22
+ = 1.4 - 20/05/2016 =
23
+ * Feature - Pretty Support for shortcode option.
24
+ * Fix - Undefinded index for key on widget save.
25
+ * Fix - Bug with links containing the word play.
26
+ * Tweak - Selective Refresh Support for Widgets.
27
+ * Tweak - Introduced a filter for the queued JS.
28
+ * Tweak - Introduced `si_get_allowed_socicons()`.
29
+ * Tweak - Preserve comments that start with a bang.
30
+ * Tweak - Enqueue frontend styles and scripts correctly.
31
+ * Tweak - Updated socicon to `v3.0.3` including instagram glyph change.
32
+ * Tweak - Introduced `si_get_social_icon_name()` to get social icon from url.
33
+ * Refactor - Better to use SI prefixing for overall classes.
34
+
35
+ = 1.3 - 08/03/2016 =
36
+ * Feature - Rounded Center and Square Center Background Style added.
37
+ * Fix - RSS link auto-detect for feed URL like: http://mysite.com/feed
38
+ * Fix - Error handling for screen ids
39
+
40
+ = 1.2 - 28/01/2016 =
41
+ * Fix - Load admin scripts in customize screen.
42
+ * Tweak - Imroved styles for customizer preview.
43
+ * Tweak - Allow skype protocols in HTML attributes.
44
+
45
+ = 1.1 - 25/12/2015 =
46
+ * Fix - vkontakte icon for vk.com profile.
47
+ * Tweak - Typo in different readme section.
48
+ * Refactor - Only one sanitize hook is needed.
49
+
50
+ = 1.0.0 - 12/12/2015 =
51
+ * Initial Public Release
CODE_OF_CONDUCT.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
+
7
+ ## Our Standards
8
+
9
+ Examples of behavior that contributes to creating a positive environment include:
10
+
11
+ * Using welcoming and inclusive language
12
+ * Being respectful of differing viewpoints and experiences
13
+ * Gracefully accepting constructive criticism
14
+ * Focusing on what is best for the community
15
+ * Showing empathy towards other community members
16
+
17
+ Examples of unacceptable behavior by participants include:
18
+
19
+ * The use of sexualized language or imagery and unwelcome sexual attention or advances
20
+ * Trolling, insulting/derogatory comments, and personal or political attacks
21
+ * Public or private harassment
22
+ * Publishing others' private information, such as a physical or electronic address, without explicit permission
23
+ * Other conduct which could reasonably be considered inappropriate in a professional setting
24
+
25
+ ## Our Responsibilities
26
+
27
+ Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
28
+
29
+ Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
30
+
31
+ ## Scope
32
+
33
+ This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project email address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
34
+
35
+ ## Enforcement
36
+
37
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at support@themegrill.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
38
+
39
+ Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
40
+
41
+ ## Attribution
42
+
43
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
44
+
45
+ [homepage]: http://contributor-covenant.org
46
+ [version]: http://contributor-covenant.org/version/1/4/
assets/css/_socicon.scss CHANGED
@@ -42,6 +42,78 @@
42
  -moz-osx-font-smoothing: grayscale;
43
  }
44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  .socicon-hackernews {
46
  &::before {
47
  content: $socicon-hackernews;
42
  -moz-osx-font-smoothing: grayscale;
43
  }
44
 
45
+ .socicon-moddb {
46
+ &::before {
47
+ content: $socicon-moddb;
48
+ }
49
+ }
50
+
51
+ .socicon-indiedb {
52
+ &::before {
53
+ content: $socicon-indiedb;
54
+ }
55
+ }
56
+
57
+ .socicon-traxsource {
58
+ &::before {
59
+ content: $socicon-traxsource;
60
+ }
61
+ }
62
+
63
+ .socicon-gamefor {
64
+ &::before {
65
+ content: $socicon-gamefor;
66
+ }
67
+ }
68
+
69
+ .socicon-pixiv {
70
+ &::before {
71
+ content: $socicon-pixiv;
72
+ }
73
+ }
74
+
75
+ .socicon-myanimelist {
76
+ &::before {
77
+ content: $socicon-myanimelist;
78
+ }
79
+ }
80
+
81
+ .socicon-blackberry {
82
+ &::before {
83
+ content: $socicon-blackberry;
84
+ }
85
+ }
86
+
87
+ .socicon-wickr {
88
+ &::before {
89
+ content: $socicon-wickr;
90
+ }
91
+ }
92
+
93
+ .socicon-spip {
94
+ &::before {
95
+ content: $socicon-spip;
96
+ }
97
+ }
98
+
99
+ .socicon-napster {
100
+ &::before {
101
+ content: $socicon-napster;
102
+ }
103
+ }
104
+
105
+ .socicon-beatport {
106
+ &::before {
107
+ content: $socicon-beatport;
108
+ }
109
+ }
110
+
111
+ .socicon-hackerone {
112
+ &::before {
113
+ content: $socicon-hackerone;
114
+ }
115
+ }
116
+
117
  .socicon-hackernews {
118
  &::before {
119
  content: $socicon-hackernews;
assets/css/_variables.scss CHANGED
@@ -2,6 +2,19 @@
2
  * _variables.scss
3
  * Social Icons CSS Variables
4
  */
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  $socicon-hackernews: "\e946";
6
  $socicon-smashwords: "\e947";
7
  $socicon-kobo: "\e948";
2
  * _variables.scss
3
  * Social Icons CSS Variables
4
  */
5
+ $socicon-moddb: "\e94b";
6
+ $socicon-indiedb: "\e94c";
7
+ $socicon-traxsource: "\e94d";
8
+ $socicon-gamefor: "\e94e";
9
+ $socicon-pixiv: "\e94f";
10
+ $socicon-myanimelist: "\e950";
11
+ $socicon-blackberry: "\e951";
12
+ $socicon-wickr: "\e952";
13
+ $socicon-spip: "\e953";
14
+ $socicon-napster: "\e954";
15
+ $socicon-beatport: "\e955";
16
+ $socicon-hackerone: "\e956";
17
+ $socicon-hackerone: "\e956";
18
  $socicon-hackernews: "\e946";
19
  $socicon-smashwords: "\e947";
20
  $socicon-kobo: "\e948";
assets/css/admin-rtl.css CHANGED
@@ -1 +1 @@
1
- @charset "UTF-8";@keyframes spin{100%{transform:rotate(-360deg)}}@font-face{font-family:Socicon;src:url(../fonts/Socicon.eot);src:url(../fonts/Socicon.eot?#iefix) format("embedded-opentype"),url(../fonts/Socicon.woff2) format("woff2"),url(../fonts/Socicon.woff) format("woff"),url(../fonts/Socicon.ttf) format("truetype"),url(../fonts/Socicon.svg#Socicon) format("svg");font-weight:400;font-style:normal}[class*=socicon-],[class^=socicon-]{font-family:Socicon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.socicon-hackernews::before{content:""}.socicon-smashwords::before{content:""}.socicon-kobo::before{content:""}.socicon-bookbub::before{content:""}.socicon-mailru::before{content:""}.socicon-gitlab::before{content:""}.socicon-instructables::before{content:""}.socicon-portfolio::before{content:""}.socicon-codered::before{content:""}.socicon-origin::before{content:""}.socicon-nextdoor::before{content:""}.socicon-udemy::before{content:""}.socicon-livemaster::before{content:""}.socicon-crunchbase::before{content:""}.socicon-homefy::before{content:""}.socicon-calendly::before{content:""}.socicon-realtor::before{content:""}.socicon-tidal::before{content:""}.socicon-qobuz::before{content:""}.socicon-natgeo::before{content:""}.socicon-mastodon::before{content:""}.socicon-unsplash::before{content:""}.socicon-homeadvisor::before{content:""}.socicon-angieslist::before{content:""}.socicon-codepen::before{content:""}.socicon-slack::before{content:""}.socicon-openaigym::before{content:""}.socicon-logmein::before{content:""}.socicon-fiverr::before{content:""}.socicon-gotomeeting::before{content:""}.socicon-aliexpress::before{content:""}.socicon-guru::before{content:""}.socicon-appstore::before{content:""}.socicon-homes::before{content:""}.socicon-zoom::before{content:""}.socicon-alibaba::before{content:""}.socicon-craigslist::before{content:""}.socicon-wix::before{content:""}.socicon-redfin::before{content:""}.socicon-googlecalendar::before{content:""}.socicon-shopify::before{content:""}.socicon-freelancer::before{content:""}.socicon-seedrs::before{content:""}.socicon-bing::before{content:""}.socicon-doodle::before{content:""}.socicon-bonanza::before{content:""}.socicon-squarespace::before{content:""}.socicon-toptal::before{content:""}.socicon-gust::before{content:""}.socicon-ask::before{content:""}.socicon-trulia::before{content:""}.socicon-loomly::before{content:""}.socicon-ghost::before{content:""}.socicon-upwork::before{content:""}.socicon-fundable::before{content:""}.socicon-booking::before{content:""}.socicon-googlemaps::before{content:""}.socicon-zillow::before{content:""}.socicon-niconico::before{content:""}.socicon-toneden::before{content:""}.socicon-augment::before{content:""}.socicon-bitbucket::before{content:""}.socicon-fyuse::before{content:""}.socicon-yt-gaming::before{content:""}.socicon-sketchfab::before{content:""}.socicon-mobcrush::before{content:""}.socicon-microsoft::before{content:""}.socicon-pandora::before{content:""}.socicon-messenger::before{content:""}.socicon-gamewisp::before{content:""}.socicon-bloglovin::before{content:""}.socicon-tunein::before{content:""}.socicon-gamejolt::before{content:""}.socicon-trello::before{content:""}.socicon-spreadshirt::before{content:""}.socicon-500px::before{content:""}.socicon-8tracks::before{content:""}.socicon-airbnb::before{content:""}.socicon-alliance::before{content:""}.socicon-amazon::before{content:""}.socicon-amplement::before{content:""}.socicon-android::before{content:""}.socicon-angellist::before{content:""}.socicon-apple::before{content:""}.socicon-appnet::before{content:""}.socicon-baidu::before{content:""}.socicon-bandcamp::before{content:""}.socicon-battlenet::before{content:""}.socicon-mixer::before{content:""}.socicon-bebee::before{content:""}.socicon-bebo::before{content:""}.socicon-behance::before{content:""}.socicon-blizzard::before{content:""}.socicon-blogger::before{content:""}.socicon-buffer::before{content:""}.socicon-chrome::before{content:""}.socicon-coderwall::before{content:""}.socicon-curse::before{content:""}.socicon-dailymotion::before{content:""}.socicon-deezer::before{content:""}.socicon-delicious::before{content:""}.socicon-deviantart::before{content:""}.socicon-diablo::before{content:""}.socicon-digg::before{content:""}.socicon-discord::before{content:""}.socicon-disqus::before{content:""}.socicon-douban::before{content:""}.socicon-draugiem::before{content:""}.socicon-dribbble::before{content:""}.socicon-drupal::before{content:""}.socicon-ebay::before{content:""}.socicon-ello::before{content:""}.socicon-endomondo::before{content:""}.socicon-envato::before{content:""}.socicon-etsy::before{content:""}.socicon-facebook::before{content:""}.socicon-feedburner::before{content:""}.socicon-filmweb::before{content:""}.socicon-firefox::before{content:""}.socicon-flattr::before{content:""}.socicon-flickr::before{content:""}.socicon-formulr::before{content:""}.socicon-foursquare::before{content:""}.socicon-github::before{content:""}.socicon-goodreads::before{content:""}.socicon-google::before{content:""}.socicon-googlescholar::before{content:""}.socicon-googlegroups::before{content:""}.socicon-googlephotos::before{content:""}.socicon-googleplus::before{content:""}.socicon-grooveshark::before{content:""}.socicon-hackerrank::before{content:""}.socicon-hearthstone::before{content:""}.socicon-hellocoton::before{content:""}.socicon-heroes::before{content:""}.socicon-smashcast::before{content:""}.socicon-horde::before{content:""}.socicon-houzz::before{content:""}.socicon-icq::before{content:""}.socicon-identica::before{content:""}.socicon-imdb::before{content:""}.socicon-instagram::before{content:""}.socicon-issuu::before{content:""}.socicon-istock::before{content:""}.socicon-itunes::before{content:""}.socicon-keybase::before{content:""}.socicon-lanyrd::before{content:""}.socicon-lastfm::before{content:""}.socicon-line::before{content:""}.socicon-linkedin::before{content:""}.socicon-livejournal::before{content:""}.socicon-lyft::before{content:""}.socicon-macos::before{content:""}.socicon-mail::before{content:""}.socicon-medium::before{content:""}.socicon-meetup::before{content:""}.socicon-mixcloud::before{content:""}.socicon-modelmayhem::before{content:""}.socicon-mumble::before{content:""}.socicon-myspace::before{content:""}.socicon-nintendo::before{content:""}.socicon-npm::before{content:""}.socicon-odnoklassniki::before{content:""}.socicon-openid::before{content:""}.socicon-opera::before{content:""}.socicon-outlook::before{content:""}.socicon-overwatch::before{content:""}.socicon-patreon::before{content:""}.socicon-paypal::before{content:""}.socicon-periscope::before{content:""}.socicon-pinterest::before{content:""}.socicon-play::before{content:""}.socicon-player::before{content:""}.socicon-playstation::before{content:""}.socicon-pocket::before{content:""}.socicon-qq::before{content:""}.socicon-quora::before{content:""}.socicon-raidcall::before{content:""}.socicon-ravelry::before{content:""}.socicon-reddit::before{content:""}.socicon-renren::before{content:""}.socicon-researchgate::before{content:""}.socicon-residentadvisor::before{content:""}.socicon-reverbnation::before{content:""}.socicon-rss::before{content:""}.socicon-sharethis::before{content:""}.socicon-skype::before{content:""}.socicon-slideshare::before{content:""}.socicon-smugmug::before{content:""}.socicon-snapchat::before{content:""}.socicon-songkick::before{content:""}.socicon-soundcloud::before{content:""}.socicon-spotify::before{content:""}.socicon-stackexchange::before{content:""}.socicon-stackoverflow::before{content:""}.socicon-starcraft::before{content:""}.socicon-stayfriends::before{content:""}.socicon-steam::before{content:""}.socicon-storehouse::before{content:""}.socicon-strava::before{content:""}.socicon-streamjar::before{content:""}.socicon-stumbleupon::before{content:""}.socicon-swarm::before{content:""}.socicon-teamspeak::before{content:""}.socicon-teamviewer::before{content:""}.socicon-telegram::before{content:""}.socicon-tripadvisor::before{content:""}.socicon-tripit::before{content:""}.socicon-triplej::before{content:""}.socicon-tumblr::before{content:""}.socicon-twitch::before{content:""}.socicon-twitter::before{content:""}.socicon-uber::before{content:""}.socicon-ventrilo::before{content:""}.socicon-viadeo::before{content:""}.socicon-viber::before{content:""}.socicon-viewbug::before{content:""}.socicon-vimeo::before{content:""}.socicon-vine::before{content:""}.socicon-vkontakte::before{content:""}.socicon-warcraft::before{content:""}.socicon-wechat::before{content:""}.socicon-weibo::before{content:""}.socicon-whatsapp::before{content:""}.socicon-wikipedia::before{content:""}.socicon-windows::before{content:""}.socicon-wordpress::before{content:""}.socicon-wykop::before{content:""}.socicon-xbox::before{content:""}.socicon-xing::before{content:""}.socicon-yahoo::before{content:""}.socicon-yammer::before{content:""}.socicon-yandex::before{content:""}.socicon-yelp::before{content:""}.socicon-younow::before{content:""}.socicon-youtube::before{content:""}.socicon-zapier::before{content:""}.socicon-zerply::before{content:""}.socicon-zomato::before{content:""}.socicon-zynga::before{content:""}#social-icons-group-data .panel-wrap,.social-icons .panel-wrap{overflow:hidden}#social-icons-group-data ul.si-tabs,.social-icons ul.si-tabs{margin:0;width:20%;float:right;line-height:1em;padding:0 0 10px;position:relative;background-color:#fafafa;border-left:1px solid #eee;box-sizing:border-box}#social-icons-group-data ul.si-tabs::after,.social-icons ul.si-tabs::after{content:'';display:block;width:100%;height:9999em;position:absolute;bottom:-9999em;right:0;background-color:#fafafa;border-left:1px solid #eee}#social-icons-group-data ul.si-tabs li,.social-icons ul.si-tabs li{margin:0;padding:0;display:block;position:relative}#social-icons-group-data ul.si-tabs li a,.social-icons ul.si-tabs li a{margin:0;padding:10px;display:block;box-shadow:none;text-decoration:none;line-height:20px!important;border-bottom:1px solid #eee}#social-icons-group-data ul.si-tabs li a::before,.social-icons ul.si-tabs li a::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"";text-decoration:none}#social-icons-group-data ul.si-tabs li.general_options a::before,.social-icons ul.si-tabs li.general_options a::before{content:'\f107'}#social-icons-group-data ul.si-tabs li.linked_icons_options a::before,.social-icons ul.si-tabs li.linked_icons_options a::before{content:'\f103'}#social-icons-group-data ul.si-tabs li.active a,.social-icons ul.si-tabs li.active a{color:#555;position:relative;background-color:#eee}#social-icons-group-data .inside{margin:0;padding:0}.panel,.social_icons_options_panel{padding:0;color:#555}.panel .form-field .social-icons-help-tip,.social_icons_options_panel .form-field .social-icons-help-tip{font-size:1.4em}.social_icons_options_panel fieldset.form-field,.social_icons_options_panel p{margin:0 0 9px;font-size:12px;padding:5px 9px;line-height:24px}.social_icons_options_panel fieldset.form-field::after,.social_icons_options_panel p::after{content:'.';display:block;height:0;clear:both;visibility:hidden}.social_icons_options_panel .checkbox{width:auto;margin:3px 0;vertical-align:middle}.social_icons_options_panel .sortable_icons table{width:100%;padding:0!important}.social_icons_options_panel .sortable_icons table tr.no-items{background:#f9f9f9}.social_icons_options_panel .sortable_icons table tr.no-items td p{margin:0}.social_icons_options_panel .sortable_icons table th{padding:7px 7px 7px 0!important}.social_icons_options_panel .sortable_icons table th.sort{width:17px;padding:7px!important}.social_icons_options_panel .sortable_icons table th .social-icons-help-tip{font-size:1.1em;margin-right:0}.social_icons_options_panel .sortable_icons table td{vertical-align:middle!important;padding:4px 7px 4px 0!important;position:relative}.social_icons_options_panel .sortable_icons table td:last-child{padding-left:7px!important}.social_icons_options_panel .sortable_icons table td input.input_text{width:100%;float:none;min-width:0;margin:1px 0}.social_icons_options_panel .sortable_icons table td .choose_icon_button{width:auto;float:left;cursor:pointer}.social_icons_options_panel .sortable_icons table td .delete{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.2em}.social_icons_options_panel .sortable_icons table td .delete::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";color:#999}.social_icons_options_panel .sortable_icons table td .delete:hover::before{color:#a00}.social_icons_options_panel .sortable_icons table td.sort{width:17px;cursor:move;text-align:center;background:#f9f9f9;padding-left:7px!important}.social_icons_options_panel .sortable_icons table td.sort.dashicons-plus{font-size:15px;font-family:Dashicons}.social_icons_options_panel .sortable_icons table td.sort::before{text-align:center;line-height:1;color:#999;display:block;width:17px;float:right;height:100%}.social_icons_options_panel .sortable_icons table td.sort:hover::before{color:#333}.social_icons_options_panel{min-height:175px;box-sizing:border-box}.social_icons_options_panel .sortable_icons{padding:0 9px;position:relative;margin:9px 0}.social_icons_options_panel .sortable_icons label{display:none}.social_icons_options_panel p{margin:9px 0}.social_icons_options_panel fieldset.form-field,.social_icons_options_panel p.form-field{padding:5px 162px 5px 20px!important}.social_icons_options_panel label,.social_icons_options_panel legend{float:right;width:150px;padding:0;margin:0 -150px 0 0}.social_icons_options_panel label .req,.social_icons_options_panel legend .req{font-weight:700;font-style:normal;color:#a00}.social_icons_options_panel .description{padding:0;margin:0 7px 0 0;clear:none;display:inline}.social_icons_options_panel .description-block{margin-right:0;display:block}.social_icons_options_panel input,.social_icons_options_panel select,.social_icons_options_panel textarea{margin:0}.social_icons_options_panel textarea{height:3.5em;line-height:1.5em;vertical-align:top}.social_icons_options_panel input[type=email],.social_icons_options_panel input[type=number],.social_icons_options_panel input[type=password],.social_icons_options_panel input[type=text]{width:50%;float:right}.social_icons_options_panel input.button{width:auto;margin-right:8px}.social_icons_options_panel select{float:right}.social_icons_options_panel .short,.social_icons_options_panel input[type=email].short,.social_icons_options_panel input[type=number].short,.social_icons_options_panel input[type=password].short,.social_icons_options_panel input[type=text].short{width:50%}.social_icons_options_panel .sized{width:auto!important;margin-left:6px}.social_icons_options_panel .options_group{border-top:1px solid #fff;border-bottom:1px solid #eee}.social_icons_options_panel .options_group:first-child{border-top:0}.social_icons_options_panel .options_group:last-child{border-bottom:0}.social_icons_options_panel .options_group fieldset{margin:9px 0;font-size:12px;padding:5px 9px;line-height:24px}.social_icons_options_panel .options_group fieldset label{width:auto;float:none}.social_icons_options_panel .options_group fieldset ul{float:right;width:50%;margin:0;padding:0}.social_icons_options_panel .options_group fieldset ul li{margin:0;width:auto}.social_icons_options_panel .options_group fieldset ul li input{width:auto;float:none;margin-left:4px}.social_icons_options_panel .options_group fieldset ul.si-radios label{margin-right:0}.social_icons_options_panel.padded{padding:1em}#social-icons-group-description{padding:3px 8px;font-size:1.7em;line-height:1.42em;height:auto;width:100%;outline:0;margin:10px 0;display:block}#social-icons-group-description::-webkit-input-placeholder{line-height:1.42em;color:#bbb}#social-icons-group-description::-moz-placeholder{line-height:1.42em;color:#bbb}#social-icons-group-description:-ms-input-placeholder{line-height:1.42em;color:#bbb}#social-icons-group-description:-moz-placeholder{line-height:1.42em;color:#bbb}#social-icons-group-data .panel-wrap{background:#fff}#social-icons-group-data .social_icons_options_panel{float:right;width:80%}#social-icons-group-data .social_icons_options_panel .si-radios{display:block;float:right;margin:0}#social-icons-group-data .social_icons_options_panel .si-radios li{display:block;padding:0 0 10px}#social-icons-group-data .social_icons_options_panel .si-radios li input{width:auto}table.wp-list-table .row-actions{color:#999}table.wp-list-table .column-shortcode .social-icons-help-tip{font-size:1.2em;margin-right:5px}table.wp-list-table span.shortcode{margin:2px 0;display:block}table.wp-list-table span.shortcode input[type=text]{margin:0;font-size:12px;padding:4px 8px;background:#fcfcfc}table.wp-list-table span.shortcode input[type=text].regular-text{width:20em}img.help_tip{margin:0 9px 0 0;vertical-align:middle}.postbox img.help_tip{margin-top:0}.postbox .social-icons-help-tip{margin:0 9px 0 0}.tips{cursor:help;text-decoration:none}img.tips{padding:5px 0 0}#tiptip_holder{display:none;z-index:8675309;position:absolute;top:0;left:0}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-right:-6px;border-top-color:#333}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-5px;margin-right:-6px;border-bottom-color:#333}#tiptip_holder.tip_right{padding-right:5px}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-right:-5px;border-left-color:#333}#tiptip_holder.tip_left{padding-left:5px}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-6px;margin-right:-7px;border-right-color:#333}#tiptip_content,.si_error_tip{color:#fff;font-size:.8em;max-width:150px;background:#333;text-align:center;border-radius:3px;padding:.618em 1em;box-shadow:0 1px 3px rgba(0,0,0,.2)}#tiptip_content code,.si_error_tip code{padding:1px;background:#888}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border-color:transparent;border-style:solid;border-width:6px;height:0;width:0}#tiptip_arrow{right:50%;margin-right:-6px}.si_error_tip{max-width:20em;line-height:1.8em;position:absolute;white-space:normal;background:#d82223;margin:1.5em -1em 0 1px;z-index:9999999}.si_error_tip::after{content:'';display:block;border:8px solid #d82223;border-left-color:transparent;border-right-color:transparent;border-top-color:transparent;position:absolute;top:-3px;right:50%;margin:-1em -3px 0 0}.social-icons-help-tip{color:#666;display:inline-block;font-size:1.1em;font-style:normal;height:16px;line-height:16px;position:relative;vertical-align:middle;width:16px}.social-icons-help-tip::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";cursor:help}@media only screen and (max-width:1280px){.social_icons_options_panel .description{display:block;clear:both;margin-right:0}.social_icons_options_panel .dimensions_field .wrap,.social_icons_options_panel .short,.social_icons_options_panel input[type=email].short,.social_icons_options_panel input[type=number].short,.social_icons_options_panel input[type=password].short,.social_icons_options_panel input[type=text].short{width:80%}}@media only screen and (max-width:900px){#social-icons-group-data ul.group_data_tabs{width:10%}#social-icons-group-data .social_icons_options_panel{width:90%}#social-icons-group-data ul.group_data_tabs li a{position:relative;text-indent:-999px;padding:10px}#social-icons-group-data ul.group_data_tabs li a::before{position:absolute;top:0;left:0;bottom:0;right:0;text-indent:0;text-align:center;line-height:40px;width:100%;height:40px}}@media only screen and (max-width:782px){#social-icons-group-data .checkbox{width:25px}}@media only screen and (max-width:500px){.social_icons_options_panel label,.social_icons_options_panel legend{float:none;width:auto;display:block;margin:0}.social_icons_options_panel fieldset.form-field,.social_icons_options_panel p.form-field{padding:5px 20px!important}}
1
+ @charset "UTF-8";@keyframes spin{100%{transform:rotate(-360deg)}}@font-face{font-family:Socicon;src:url(../fonts/Socicon.eot);src:url(../fonts/Socicon.eot?#iefix) format("embedded-opentype"),url(../fonts/Socicon.woff2) format("woff2"),url(../fonts/Socicon.woff) format("woff"),url(../fonts/Socicon.ttf) format("truetype"),url(../fonts/Socicon.svg#Socicon) format("svg");font-weight:400;font-style:normal}[class*=socicon-],[class^=socicon-]{font-family:Socicon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.socicon-moddb::before{content:""}.socicon-indiedb::before{content:""}.socicon-traxsource::before{content:""}.socicon-gamefor::before{content:""}.socicon-pixiv::before{content:""}.socicon-myanimelist::before{content:""}.socicon-blackberry::before{content:""}.socicon-wickr::before{content:""}.socicon-spip::before{content:""}.socicon-napster::before{content:""}.socicon-beatport::before{content:""}.socicon-hackerone::before{content:""}.socicon-hackernews::before{content:""}.socicon-smashwords::before{content:""}.socicon-kobo::before{content:""}.socicon-bookbub::before{content:""}.socicon-mailru::before{content:""}.socicon-gitlab::before{content:""}.socicon-instructables::before{content:""}.socicon-portfolio::before{content:""}.socicon-codered::before{content:""}.socicon-origin::before{content:""}.socicon-nextdoor::before{content:""}.socicon-udemy::before{content:""}.socicon-livemaster::before{content:""}.socicon-crunchbase::before{content:""}.socicon-homefy::before{content:""}.socicon-calendly::before{content:""}.socicon-realtor::before{content:""}.socicon-tidal::before{content:""}.socicon-qobuz::before{content:""}.socicon-natgeo::before{content:""}.socicon-mastodon::before{content:""}.socicon-unsplash::before{content:""}.socicon-homeadvisor::before{content:""}.socicon-angieslist::before{content:""}.socicon-codepen::before{content:""}.socicon-slack::before{content:""}.socicon-openaigym::before{content:""}.socicon-logmein::before{content:""}.socicon-fiverr::before{content:""}.socicon-gotomeeting::before{content:""}.socicon-aliexpress::before{content:""}.socicon-guru::before{content:""}.socicon-appstore::before{content:""}.socicon-homes::before{content:""}.socicon-zoom::before{content:""}.socicon-alibaba::before{content:""}.socicon-craigslist::before{content:""}.socicon-wix::before{content:""}.socicon-redfin::before{content:""}.socicon-googlecalendar::before{content:""}.socicon-shopify::before{content:""}.socicon-freelancer::before{content:""}.socicon-seedrs::before{content:""}.socicon-bing::before{content:""}.socicon-doodle::before{content:""}.socicon-bonanza::before{content:""}.socicon-squarespace::before{content:""}.socicon-toptal::before{content:""}.socicon-gust::before{content:""}.socicon-ask::before{content:""}.socicon-trulia::before{content:""}.socicon-loomly::before{content:""}.socicon-ghost::before{content:""}.socicon-upwork::before{content:""}.socicon-fundable::before{content:""}.socicon-booking::before{content:""}.socicon-googlemaps::before{content:""}.socicon-zillow::before{content:""}.socicon-niconico::before{content:""}.socicon-toneden::before{content:""}.socicon-augment::before{content:""}.socicon-bitbucket::before{content:""}.socicon-fyuse::before{content:""}.socicon-yt-gaming::before{content:""}.socicon-sketchfab::before{content:""}.socicon-mobcrush::before{content:""}.socicon-microsoft::before{content:""}.socicon-pandora::before{content:""}.socicon-messenger::before{content:""}.socicon-gamewisp::before{content:""}.socicon-bloglovin::before{content:""}.socicon-tunein::before{content:""}.socicon-gamejolt::before{content:""}.socicon-trello::before{content:""}.socicon-spreadshirt::before{content:""}.socicon-500px::before{content:""}.socicon-8tracks::before{content:""}.socicon-airbnb::before{content:""}.socicon-alliance::before{content:""}.socicon-amazon::before{content:""}.socicon-amplement::before{content:""}.socicon-android::before{content:""}.socicon-angellist::before{content:""}.socicon-apple::before{content:""}.socicon-appnet::before{content:""}.socicon-baidu::before{content:""}.socicon-bandcamp::before{content:""}.socicon-battlenet::before{content:""}.socicon-mixer::before{content:""}.socicon-bebee::before{content:""}.socicon-bebo::before{content:""}.socicon-behance::before{content:""}.socicon-blizzard::before{content:""}.socicon-blogger::before{content:""}.socicon-buffer::before{content:""}.socicon-chrome::before{content:""}.socicon-coderwall::before{content:""}.socicon-curse::before{content:""}.socicon-dailymotion::before{content:""}.socicon-deezer::before{content:""}.socicon-delicious::before{content:""}.socicon-deviantart::before{content:""}.socicon-diablo::before{content:""}.socicon-digg::before{content:""}.socicon-discord::before{content:""}.socicon-disqus::before{content:""}.socicon-douban::before{content:""}.socicon-draugiem::before{content:""}.socicon-dribbble::before{content:""}.socicon-drupal::before{content:""}.socicon-ebay::before{content:""}.socicon-ello::before{content:""}.socicon-endomondo::before{content:""}.socicon-envato::before{content:""}.socicon-etsy::before{content:""}.socicon-facebook::before{content:""}.socicon-feedburner::before{content:""}.socicon-filmweb::before{content:""}.socicon-firefox::before{content:""}.socicon-flattr::before{content:""}.socicon-flickr::before{content:""}.socicon-formulr::before{content:""}.socicon-foursquare::before{content:""}.socicon-github::before{content:""}.socicon-goodreads::before{content:""}.socicon-google::before{content:""}.socicon-googlescholar::before{content:""}.socicon-googlegroups::before{content:""}.socicon-googlephotos::before{content:""}.socicon-googleplus::before{content:""}.socicon-grooveshark::before{content:""}.socicon-hackerrank::before{content:""}.socicon-hearthstone::before{content:""}.socicon-hellocoton::before{content:""}.socicon-heroes::before{content:""}.socicon-smashcast::before{content:""}.socicon-horde::before{content:""}.socicon-houzz::before{content:""}.socicon-icq::before{content:""}.socicon-identica::before{content:""}.socicon-imdb::before{content:""}.socicon-instagram::before{content:""}.socicon-issuu::before{content:""}.socicon-istock::before{content:""}.socicon-itunes::before{content:""}.socicon-keybase::before{content:""}.socicon-lanyrd::before{content:""}.socicon-lastfm::before{content:""}.socicon-line::before{content:""}.socicon-linkedin::before{content:""}.socicon-livejournal::before{content:""}.socicon-lyft::before{content:""}.socicon-macos::before{content:""}.socicon-mail::before{content:""}.socicon-medium::before{content:""}.socicon-meetup::before{content:""}.socicon-mixcloud::before{content:""}.socicon-modelmayhem::before{content:""}.socicon-mumble::before{content:""}.socicon-myspace::before{content:""}.socicon-nintendo::before{content:""}.socicon-npm::before{content:""}.socicon-odnoklassniki::before{content:""}.socicon-openid::before{content:""}.socicon-opera::before{content:""}.socicon-outlook::before{content:""}.socicon-overwatch::before{content:""}.socicon-patreon::before{content:""}.socicon-paypal::before{content:""}.socicon-periscope::before{content:""}.socicon-pinterest::before{content:""}.socicon-play::before{content:""}.socicon-player::before{content:""}.socicon-playstation::before{content:""}.socicon-pocket::before{content:""}.socicon-qq::before{content:""}.socicon-quora::before{content:""}.socicon-raidcall::before{content:""}.socicon-ravelry::before{content:""}.socicon-reddit::before{content:""}.socicon-renren::before{content:""}.socicon-researchgate::before{content:""}.socicon-residentadvisor::before{content:""}.socicon-reverbnation::before{content:""}.socicon-rss::before{content:""}.socicon-sharethis::before{content:""}.socicon-skype::before{content:""}.socicon-slideshare::before{content:""}.socicon-smugmug::before{content:""}.socicon-snapchat::before{content:""}.socicon-songkick::before{content:""}.socicon-soundcloud::before{content:""}.socicon-spotify::before{content:""}.socicon-stackexchange::before{content:""}.socicon-stackoverflow::before{content:""}.socicon-starcraft::before{content:""}.socicon-stayfriends::before{content:""}.socicon-steam::before{content:""}.socicon-storehouse::before{content:""}.socicon-strava::before{content:""}.socicon-streamjar::before{content:""}.socicon-stumbleupon::before{content:""}.socicon-swarm::before{content:""}.socicon-teamspeak::before{content:""}.socicon-teamviewer::before{content:""}.socicon-telegram::before{content:""}.socicon-tripadvisor::before{content:""}.socicon-tripit::before{content:""}.socicon-triplej::before{content:""}.socicon-tumblr::before{content:""}.socicon-twitch::before{content:""}.socicon-twitter::before{content:""}.socicon-uber::before{content:""}.socicon-ventrilo::before{content:""}.socicon-viadeo::before{content:""}.socicon-viber::before{content:""}.socicon-viewbug::before{content:""}.socicon-vimeo::before{content:""}.socicon-vine::before{content:""}.socicon-vkontakte::before{content:""}.socicon-warcraft::before{content:""}.socicon-wechat::before{content:""}.socicon-weibo::before{content:""}.socicon-whatsapp::before{content:""}.socicon-wikipedia::before{content:""}.socicon-windows::before{content:""}.socicon-wordpress::before{content:""}.socicon-wykop::before{content:""}.socicon-xbox::before{content:""}.socicon-xing::before{content:""}.socicon-yahoo::before{content:""}.socicon-yammer::before{content:""}.socicon-yandex::before{content:""}.socicon-yelp::before{content:""}.socicon-younow::before{content:""}.socicon-youtube::before{content:""}.socicon-zapier::before{content:""}.socicon-zerply::before{content:""}.socicon-zomato::before{content:""}.socicon-zynga::before{content:""}#social-icons-group-data .panel-wrap,.social-icons .panel-wrap{overflow:hidden}#social-icons-group-data ul.si-tabs,.social-icons ul.si-tabs{margin:0;width:20%;float:right;line-height:1em;padding:0 0 10px;position:relative;background-color:#fafafa;border-left:1px solid #eee;box-sizing:border-box}#social-icons-group-data ul.si-tabs::after,.social-icons ul.si-tabs::after{content:'';display:block;width:100%;height:9999em;position:absolute;bottom:-9999em;right:0;background-color:#fafafa;border-left:1px solid #eee}#social-icons-group-data ul.si-tabs li,.social-icons ul.si-tabs li{margin:0;padding:0;display:block;position:relative}#social-icons-group-data ul.si-tabs li a,.social-icons ul.si-tabs li a{margin:0;padding:10px;display:block;box-shadow:none;text-decoration:none;line-height:20px!important;border-bottom:1px solid #eee}#social-icons-group-data ul.si-tabs li a::before,.social-icons ul.si-tabs li a::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"";text-decoration:none}#social-icons-group-data ul.si-tabs li.general_options a::before,.social-icons ul.si-tabs li.general_options a::before{content:'\f107'}#social-icons-group-data ul.si-tabs li.linked_icons_options a::before,.social-icons ul.si-tabs li.linked_icons_options a::before{content:'\f103'}#social-icons-group-data ul.si-tabs li.active a,.social-icons ul.si-tabs li.active a{color:#555;position:relative;background-color:#eee}#social-icons-group-data .inside{margin:0;padding:0}.panel,.social_icons_options_panel{padding:0;color:#555}.panel .form-field .social-icons-help-tip,.social_icons_options_panel .form-field .social-icons-help-tip{font-size:1.4em}.social_icons_options_panel fieldset.form-field,.social_icons_options_panel p{margin:0 0 9px;font-size:12px;padding:5px 9px;line-height:24px}.social_icons_options_panel fieldset.form-field::after,.social_icons_options_panel p::after{content:'.';display:block;height:0;clear:both;visibility:hidden}.social_icons_options_panel .checkbox{width:auto;margin:3px 0;vertical-align:middle}.social_icons_options_panel .sortable_icons table{width:100%;padding:0!important}.social_icons_options_panel .sortable_icons table tr.no-items{background:#f9f9f9}.social_icons_options_panel .sortable_icons table tr.no-items td p{margin:0}.social_icons_options_panel .sortable_icons table th{padding:7px 7px 7px 0!important}.social_icons_options_panel .sortable_icons table th.sort{width:17px;padding:7px!important}.social_icons_options_panel .sortable_icons table th .social-icons-help-tip{font-size:1.1em;margin-right:0}.social_icons_options_panel .sortable_icons table td{vertical-align:middle!important;padding:4px 7px 4px 0!important;position:relative}.social_icons_options_panel .sortable_icons table td:last-child{padding-left:7px!important}.social_icons_options_panel .sortable_icons table td input.input_text{width:100%;float:none;min-width:0;margin:1px 0}.social_icons_options_panel .sortable_icons table td .choose_icon_button{width:auto;float:left;cursor:pointer}.social_icons_options_panel .sortable_icons table td .delete{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.2em}.social_icons_options_panel .sortable_icons table td .delete::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";color:#999}.social_icons_options_panel .sortable_icons table td .delete:hover::before{color:#a00}.social_icons_options_panel .sortable_icons table td.sort{width:17px;cursor:move;text-align:center;background:#f9f9f9;padding-left:7px!important}.social_icons_options_panel .sortable_icons table td.sort.dashicons-plus{font-size:15px;font-family:Dashicons}.social_icons_options_panel .sortable_icons table td.sort::before{text-align:center;line-height:1;color:#999;display:block;width:17px;float:right;height:100%}.social_icons_options_panel .sortable_icons table td.sort:hover::before{color:#333}.social_icons_options_panel{min-height:175px;box-sizing:border-box}.social_icons_options_panel .sortable_icons{padding:0 9px;position:relative;margin:9px 0}.social_icons_options_panel .sortable_icons label{display:none}.social_icons_options_panel p{margin:9px 0}.social_icons_options_panel fieldset.form-field,.social_icons_options_panel p.form-field{padding:5px 162px 5px 20px!important}.social_icons_options_panel label,.social_icons_options_panel legend{float:right;width:150px;padding:0;margin:0 -150px 0 0}.social_icons_options_panel label .req,.social_icons_options_panel legend .req{font-weight:700;font-style:normal;color:#a00}.social_icons_options_panel .description{padding:0;margin:0 7px 0 0;clear:none;display:inline}.social_icons_options_panel .description-block{margin-right:0;display:block}.social_icons_options_panel input,.social_icons_options_panel select,.social_icons_options_panel textarea{margin:0}.social_icons_options_panel textarea{height:3.5em;line-height:1.5em;vertical-align:top}.social_icons_options_panel input[type=email],.social_icons_options_panel input[type=number],.social_icons_options_panel input[type=password],.social_icons_options_panel input[type=text]{width:50%;float:right}.social_icons_options_panel input.button{width:auto;margin-right:8px}.social_icons_options_panel select{float:right}.social_icons_options_panel .short,.social_icons_options_panel input[type=email].short,.social_icons_options_panel input[type=number].short,.social_icons_options_panel input[type=password].short,.social_icons_options_panel input[type=text].short{width:50%}.social_icons_options_panel .sized{width:auto!important;margin-left:6px}.social_icons_options_panel .options_group{border-top:1px solid #fff;border-bottom:1px solid #eee}.social_icons_options_panel .options_group:first-child{border-top:0}.social_icons_options_panel .options_group:last-child{border-bottom:0}.social_icons_options_panel .options_group fieldset{margin:9px 0;font-size:12px;padding:5px 9px;line-height:24px}.social_icons_options_panel .options_group fieldset label{width:auto;float:none}.social_icons_options_panel .options_group fieldset ul{float:right;width:50%;margin:0;padding:0}.social_icons_options_panel .options_group fieldset ul li{margin:0;width:auto}.social_icons_options_panel .options_group fieldset ul li input{width:auto;float:none;margin-left:4px}.social_icons_options_panel .options_group fieldset ul.si-radios label{margin-right:0}.social_icons_options_panel.padded{padding:1em}#social-icons-group-description{padding:3px 8px;font-size:1.7em;line-height:1.42em;height:auto;width:100%;outline:0;margin:10px 0;display:block}#social-icons-group-description::-webkit-input-placeholder{line-height:1.42em;color:#bbb}#social-icons-group-description::-moz-placeholder{line-height:1.42em;color:#bbb}#social-icons-group-description:-ms-input-placeholder{line-height:1.42em;color:#bbb}#social-icons-group-description:-moz-placeholder{line-height:1.42em;color:#bbb}#social-icons-group-data .panel-wrap{background:#fff}#social-icons-group-data .social_icons_options_panel{float:right;width:80%}#social-icons-group-data .social_icons_options_panel .si-radios{display:block;float:right;margin:0}#social-icons-group-data .social_icons_options_panel .si-radios li{display:block;padding:0 0 10px}#social-icons-group-data .social_icons_options_panel .si-radios li input{width:auto}table.wp-list-table .row-actions{color:#999}table.wp-list-table .column-shortcode .social-icons-help-tip{font-size:1.2em;margin-right:5px}table.wp-list-table span.shortcode{margin:2px 0;display:block}table.wp-list-table span.shortcode input[type=text]{margin:0;font-size:12px;padding:4px 8px;background:#fcfcfc}table.wp-list-table span.shortcode input[type=text].regular-text{width:20em}img.help_tip{margin:0 9px 0 0;vertical-align:middle}.postbox img.help_tip{margin-top:0}.postbox .social-icons-help-tip{margin:0 9px 0 0}.tips{cursor:help;text-decoration:none}img.tips{padding:5px 0 0}#tiptip_holder{display:none;z-index:8675309;position:absolute;top:0;left:0}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-right:-6px;border-top-color:#333}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-5px;margin-right:-6px;border-bottom-color:#333}#tiptip_holder.tip_right{padding-right:5px}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-right:-5px;border-left-color:#333}#tiptip_holder.tip_left{padding-left:5px}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-6px;margin-right:-7px;border-right-color:#333}#tiptip_content,.si_error_tip{color:#fff;font-size:.8em;max-width:150px;background:#333;text-align:center;border-radius:3px;padding:.618em 1em;box-shadow:0 1px 3px rgba(0,0,0,.2)}#tiptip_content code,.si_error_tip code{padding:1px;background:#888}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border-color:transparent;border-style:solid;border-width:6px;height:0;width:0}#tiptip_arrow{right:50%;margin-right:-6px}.si_error_tip{max-width:20em;line-height:1.8em;position:absolute;white-space:normal;background:#d82223;margin:1.5em -1em 0 1px;z-index:9999999}.si_error_tip::after{content:'';display:block;border:8px solid #d82223;border-left-color:transparent;border-right-color:transparent;border-top-color:transparent;position:absolute;top:-3px;right:50%;margin:-1em -3px 0 0}.social-icons-help-tip{color:#666;display:inline-block;font-size:1.1em;font-style:normal;height:16px;line-height:16px;position:relative;vertical-align:middle;width:16px}.social-icons-help-tip::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";cursor:help}@media only screen and (max-width:1280px){.social_icons_options_panel .description{display:block;clear:both;margin-right:0}.social_icons_options_panel .dimensions_field .wrap,.social_icons_options_panel .short,.social_icons_options_panel input[type=email].short,.social_icons_options_panel input[type=number].short,.social_icons_options_panel input[type=password].short,.social_icons_options_panel input[type=text].short{width:80%}}@media only screen and (max-width:900px){#social-icons-group-data ul.group_data_tabs{width:10%}#social-icons-group-data .social_icons_options_panel{width:90%}#social-icons-group-data ul.group_data_tabs li a{position:relative;text-indent:-999px;padding:10px}#social-icons-group-data ul.group_data_tabs li a::before{position:absolute;top:0;left:0;bottom:0;right:0;text-indent:0;text-align:center;line-height:40px;width:100%;height:40px}}@media only screen and (max-width:782px){#social-icons-group-data .checkbox{width:25px}}@media only screen and (max-width:500px){.social_icons_options_panel label,.social_icons_options_panel legend{float:none;width:auto;display:block;margin:0}.social_icons_options_panel fieldset.form-field,.social_icons_options_panel p.form-field{padding:5px 20px!important}}
assets/css/admin.css CHANGED
@@ -1 +1 @@
1
- @charset "UTF-8";@keyframes spin{100%{transform:rotate(360deg)}}@font-face{font-family:Socicon;src:url(../fonts/Socicon.eot);src:url(../fonts/Socicon.eot?#iefix) format("embedded-opentype"),url(../fonts/Socicon.woff2) format("woff2"),url(../fonts/Socicon.woff) format("woff"),url(../fonts/Socicon.ttf) format("truetype"),url(../fonts/Socicon.svg#Socicon) format("svg");font-weight:400;font-style:normal}[class*=socicon-],[class^=socicon-]{font-family:Socicon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.socicon-hackernews::before{content:""}.socicon-smashwords::before{content:""}.socicon-kobo::before{content:""}.socicon-bookbub::before{content:""}.socicon-mailru::before{content:""}.socicon-gitlab::before{content:""}.socicon-instructables::before{content:""}.socicon-portfolio::before{content:""}.socicon-codered::before{content:""}.socicon-origin::before{content:""}.socicon-nextdoor::before{content:""}.socicon-udemy::before{content:""}.socicon-livemaster::before{content:""}.socicon-crunchbase::before{content:""}.socicon-homefy::before{content:""}.socicon-calendly::before{content:""}.socicon-realtor::before{content:""}.socicon-tidal::before{content:""}.socicon-qobuz::before{content:""}.socicon-natgeo::before{content:""}.socicon-mastodon::before{content:""}.socicon-unsplash::before{content:""}.socicon-homeadvisor::before{content:""}.socicon-angieslist::before{content:""}.socicon-codepen::before{content:""}.socicon-slack::before{content:""}.socicon-openaigym::before{content:""}.socicon-logmein::before{content:""}.socicon-fiverr::before{content:""}.socicon-gotomeeting::before{content:""}.socicon-aliexpress::before{content:""}.socicon-guru::before{content:""}.socicon-appstore::before{content:""}.socicon-homes::before{content:""}.socicon-zoom::before{content:""}.socicon-alibaba::before{content:""}.socicon-craigslist::before{content:""}.socicon-wix::before{content:""}.socicon-redfin::before{content:""}.socicon-googlecalendar::before{content:""}.socicon-shopify::before{content:""}.socicon-freelancer::before{content:""}.socicon-seedrs::before{content:""}.socicon-bing::before{content:""}.socicon-doodle::before{content:""}.socicon-bonanza::before{content:""}.socicon-squarespace::before{content:""}.socicon-toptal::before{content:""}.socicon-gust::before{content:""}.socicon-ask::before{content:""}.socicon-trulia::before{content:""}.socicon-loomly::before{content:""}.socicon-ghost::before{content:""}.socicon-upwork::before{content:""}.socicon-fundable::before{content:""}.socicon-booking::before{content:""}.socicon-googlemaps::before{content:""}.socicon-zillow::before{content:""}.socicon-niconico::before{content:""}.socicon-toneden::before{content:""}.socicon-augment::before{content:""}.socicon-bitbucket::before{content:""}.socicon-fyuse::before{content:""}.socicon-yt-gaming::before{content:""}.socicon-sketchfab::before{content:""}.socicon-mobcrush::before{content:""}.socicon-microsoft::before{content:""}.socicon-pandora::before{content:""}.socicon-messenger::before{content:""}.socicon-gamewisp::before{content:""}.socicon-bloglovin::before{content:""}.socicon-tunein::before{content:""}.socicon-gamejolt::before{content:""}.socicon-trello::before{content:""}.socicon-spreadshirt::before{content:""}.socicon-500px::before{content:""}.socicon-8tracks::before{content:""}.socicon-airbnb::before{content:""}.socicon-alliance::before{content:""}.socicon-amazon::before{content:""}.socicon-amplement::before{content:""}.socicon-android::before{content:""}.socicon-angellist::before{content:""}.socicon-apple::before{content:""}.socicon-appnet::before{content:""}.socicon-baidu::before{content:""}.socicon-bandcamp::before{content:""}.socicon-battlenet::before{content:""}.socicon-mixer::before{content:""}.socicon-bebee::before{content:""}.socicon-bebo::before{content:""}.socicon-behance::before{content:""}.socicon-blizzard::before{content:""}.socicon-blogger::before{content:""}.socicon-buffer::before{content:""}.socicon-chrome::before{content:""}.socicon-coderwall::before{content:""}.socicon-curse::before{content:""}.socicon-dailymotion::before{content:""}.socicon-deezer::before{content:""}.socicon-delicious::before{content:""}.socicon-deviantart::before{content:""}.socicon-diablo::before{content:""}.socicon-digg::before{content:""}.socicon-discord::before{content:""}.socicon-disqus::before{content:""}.socicon-douban::before{content:""}.socicon-draugiem::before{content:""}.socicon-dribbble::before{content:""}.socicon-drupal::before{content:""}.socicon-ebay::before{content:""}.socicon-ello::before{content:""}.socicon-endomondo::before{content:""}.socicon-envato::before{content:""}.socicon-etsy::before{content:""}.socicon-facebook::before{content:""}.socicon-feedburner::before{content:""}.socicon-filmweb::before{content:""}.socicon-firefox::before{content:""}.socicon-flattr::before{content:""}.socicon-flickr::before{content:""}.socicon-formulr::before{content:""}.socicon-foursquare::before{content:""}.socicon-github::before{content:""}.socicon-goodreads::before{content:""}.socicon-google::before{content:""}.socicon-googlescholar::before{content:""}.socicon-googlegroups::before{content:""}.socicon-googlephotos::before{content:""}.socicon-googleplus::before{content:""}.socicon-grooveshark::before{content:""}.socicon-hackerrank::before{content:""}.socicon-hearthstone::before{content:""}.socicon-hellocoton::before{content:""}.socicon-heroes::before{content:""}.socicon-smashcast::before{content:""}.socicon-horde::before{content:""}.socicon-houzz::before{content:""}.socicon-icq::before{content:""}.socicon-identica::before{content:""}.socicon-imdb::before{content:""}.socicon-instagram::before{content:""}.socicon-issuu::before{content:""}.socicon-istock::before{content:""}.socicon-itunes::before{content:""}.socicon-keybase::before{content:""}.socicon-lanyrd::before{content:""}.socicon-lastfm::before{content:""}.socicon-line::before{content:""}.socicon-linkedin::before{content:""}.socicon-livejournal::before{content:""}.socicon-lyft::before{content:""}.socicon-macos::before{content:""}.socicon-mail::before{content:""}.socicon-medium::before{content:""}.socicon-meetup::before{content:""}.socicon-mixcloud::before{content:""}.socicon-modelmayhem::before{content:""}.socicon-mumble::before{content:""}.socicon-myspace::before{content:""}.socicon-nintendo::before{content:""}.socicon-npm::before{content:""}.socicon-odnoklassniki::before{content:""}.socicon-openid::before{content:""}.socicon-opera::before{content:""}.socicon-outlook::before{content:""}.socicon-overwatch::before{content:""}.socicon-patreon::before{content:""}.socicon-paypal::before{content:""}.socicon-periscope::before{content:""}.socicon-pinterest::before{content:""}.socicon-play::before{content:""}.socicon-player::before{content:""}.socicon-playstation::before{content:""}.socicon-pocket::before{content:""}.socicon-qq::before{content:""}.socicon-quora::before{content:""}.socicon-raidcall::before{content:""}.socicon-ravelry::before{content:""}.socicon-reddit::before{content:""}.socicon-renren::before{content:""}.socicon-researchgate::before{content:""}.socicon-residentadvisor::before{content:""}.socicon-reverbnation::before{content:""}.socicon-rss::before{content:""}.socicon-sharethis::before{content:""}.socicon-skype::before{content:""}.socicon-slideshare::before{content:""}.socicon-smugmug::before{content:""}.socicon-snapchat::before{content:""}.socicon-songkick::before{content:""}.socicon-soundcloud::before{content:""}.socicon-spotify::before{content:""}.socicon-stackexchange::before{content:""}.socicon-stackoverflow::before{content:""}.socicon-starcraft::before{content:""}.socicon-stayfriends::before{content:""}.socicon-steam::before{content:""}.socicon-storehouse::before{content:""}.socicon-strava::before{content:""}.socicon-streamjar::before{content:""}.socicon-stumbleupon::before{content:""}.socicon-swarm::before{content:""}.socicon-teamspeak::before{content:""}.socicon-teamviewer::before{content:""}.socicon-telegram::before{content:""}.socicon-tripadvisor::before{content:""}.socicon-tripit::before{content:""}.socicon-triplej::before{content:""}.socicon-tumblr::before{content:""}.socicon-twitch::before{content:""}.socicon-twitter::before{content:""}.socicon-uber::before{content:""}.socicon-ventrilo::before{content:""}.socicon-viadeo::before{content:""}.socicon-viber::before{content:""}.socicon-viewbug::before{content:""}.socicon-vimeo::before{content:""}.socicon-vine::before{content:""}.socicon-vkontakte::before{content:""}.socicon-warcraft::before{content:""}.socicon-wechat::before{content:""}.socicon-weibo::before{content:""}.socicon-whatsapp::before{content:""}.socicon-wikipedia::before{content:""}.socicon-windows::before{content:""}.socicon-wordpress::before{content:""}.socicon-wykop::before{content:""}.socicon-xbox::before{content:""}.socicon-xing::before{content:""}.socicon-yahoo::before{content:""}.socicon-yammer::before{content:""}.socicon-yandex::before{content:""}.socicon-yelp::before{content:""}.socicon-younow::before{content:""}.socicon-youtube::before{content:""}.socicon-zapier::before{content:""}.socicon-zerply::before{content:""}.socicon-zomato::before{content:""}.socicon-zynga::before{content:""}#social-icons-group-data .panel-wrap,.social-icons .panel-wrap{overflow:hidden}#social-icons-group-data ul.si-tabs,.social-icons ul.si-tabs{margin:0;width:20%;float:left;line-height:1em;padding:0 0 10px;position:relative;background-color:#fafafa;border-right:1px solid #eee;box-sizing:border-box}#social-icons-group-data ul.si-tabs::after,.social-icons ul.si-tabs::after{content:'';display:block;width:100%;height:9999em;position:absolute;bottom:-9999em;left:0;background-color:#fafafa;border-right:1px solid #eee}#social-icons-group-data ul.si-tabs li,.social-icons ul.si-tabs li{margin:0;padding:0;display:block;position:relative}#social-icons-group-data ul.si-tabs li a,.social-icons ul.si-tabs li a{margin:0;padding:10px;display:block;box-shadow:none;text-decoration:none;line-height:20px!important;border-bottom:1px solid #eee}#social-icons-group-data ul.si-tabs li a::before,.social-icons ul.si-tabs li a::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none}#social-icons-group-data ul.si-tabs li.general_options a::before,.social-icons ul.si-tabs li.general_options a::before{content:'\f107'}#social-icons-group-data ul.si-tabs li.linked_icons_options a::before,.social-icons ul.si-tabs li.linked_icons_options a::before{content:'\f103'}#social-icons-group-data ul.si-tabs li.active a,.social-icons ul.si-tabs li.active a{color:#555;position:relative;background-color:#eee}#social-icons-group-data .inside{margin:0;padding:0}.panel,.social_icons_options_panel{padding:0;color:#555}.panel .form-field .social-icons-help-tip,.social_icons_options_panel .form-field .social-icons-help-tip{font-size:1.4em}.social_icons_options_panel fieldset.form-field,.social_icons_options_panel p{margin:0 0 9px;font-size:12px;padding:5px 9px;line-height:24px}.social_icons_options_panel fieldset.form-field::after,.social_icons_options_panel p::after{content:'.';display:block;height:0;clear:both;visibility:hidden}.social_icons_options_panel .checkbox{width:auto;margin:3px 0;vertical-align:middle}.social_icons_options_panel .sortable_icons table{width:100%;padding:0!important}.social_icons_options_panel .sortable_icons table tr.no-items{background:#f9f9f9}.social_icons_options_panel .sortable_icons table tr.no-items td p{margin:0}.social_icons_options_panel .sortable_icons table th{padding:7px 0 7px 7px!important}.social_icons_options_panel .sortable_icons table th.sort{width:17px;padding:7px!important}.social_icons_options_panel .sortable_icons table th .social-icons-help-tip{font-size:1.1em;margin-left:0}.social_icons_options_panel .sortable_icons table td{vertical-align:middle!important;padding:4px 0 4px 7px!important;position:relative}.social_icons_options_panel .sortable_icons table td:last-child{padding-right:7px!important}.social_icons_options_panel .sortable_icons table td input.input_text{width:100%;float:none;min-width:0;margin:1px 0}.social_icons_options_panel .sortable_icons table td .choose_icon_button{width:auto;float:right;cursor:pointer}.social_icons_options_panel .sortable_icons table td .delete{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.2em}.social_icons_options_panel .sortable_icons table td .delete::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";color:#999}.social_icons_options_panel .sortable_icons table td .delete:hover::before{color:#a00}.social_icons_options_panel .sortable_icons table td.sort{width:17px;cursor:move;text-align:center;background:#f9f9f9;padding-right:7px!important}.social_icons_options_panel .sortable_icons table td.sort.dashicons-plus{font-size:15px;font-family:Dashicons}.social_icons_options_panel .sortable_icons table td.sort::before{text-align:center;line-height:1;color:#999;display:block;width:17px;float:left;height:100%}.social_icons_options_panel .sortable_icons table td.sort:hover::before{color:#333}.social_icons_options_panel{min-height:175px;box-sizing:border-box}.social_icons_options_panel .sortable_icons{padding:0 9px;position:relative;margin:9px 0}.social_icons_options_panel .sortable_icons label{display:none}.social_icons_options_panel p{margin:9px 0}.social_icons_options_panel fieldset.form-field,.social_icons_options_panel p.form-field{padding:5px 20px 5px 162px!important}.social_icons_options_panel label,.social_icons_options_panel legend{float:left;width:150px;padding:0;margin:0 0 0 -150px}.social_icons_options_panel label .req,.social_icons_options_panel legend .req{font-weight:700;font-style:normal;color:#a00}.social_icons_options_panel .description{padding:0;margin:0 0 0 7px;clear:none;display:inline}.social_icons_options_panel .description-block{margin-left:0;display:block}.social_icons_options_panel input,.social_icons_options_panel select,.social_icons_options_panel textarea{margin:0}.social_icons_options_panel textarea{height:3.5em;line-height:1.5em;vertical-align:top}.social_icons_options_panel input[type=email],.social_icons_options_panel input[type=number],.social_icons_options_panel input[type=password],.social_icons_options_panel input[type=text]{width:50%;float:left}.social_icons_options_panel input.button{width:auto;margin-left:8px}.social_icons_options_panel select{float:left}.social_icons_options_panel .short,.social_icons_options_panel input[type=email].short,.social_icons_options_panel input[type=number].short,.social_icons_options_panel input[type=password].short,.social_icons_options_panel input[type=text].short{width:50%}.social_icons_options_panel .sized{width:auto!important;margin-right:6px}.social_icons_options_panel .options_group{border-top:1px solid #fff;border-bottom:1px solid #eee}.social_icons_options_panel .options_group:first-child{border-top:0}.social_icons_options_panel .options_group:last-child{border-bottom:0}.social_icons_options_panel .options_group fieldset{margin:9px 0;font-size:12px;padding:5px 9px;line-height:24px}.social_icons_options_panel .options_group fieldset label{width:auto;float:none}.social_icons_options_panel .options_group fieldset ul{float:left;width:50%;margin:0;padding:0}.social_icons_options_panel .options_group fieldset ul li{margin:0;width:auto}.social_icons_options_panel .options_group fieldset ul li input{width:auto;float:none;margin-right:4px}.social_icons_options_panel .options_group fieldset ul.si-radios label{margin-left:0}.social_icons_options_panel.padded{padding:1em}#social-icons-group-description{padding:3px 8px;font-size:1.7em;line-height:1.42em;height:auto;width:100%;outline:0;margin:10px 0;display:block}#social-icons-group-description::-webkit-input-placeholder{line-height:1.42em;color:#bbb}#social-icons-group-description::-moz-placeholder{line-height:1.42em;color:#bbb}#social-icons-group-description:-ms-input-placeholder{line-height:1.42em;color:#bbb}#social-icons-group-description:-moz-placeholder{line-height:1.42em;color:#bbb}#social-icons-group-data .panel-wrap{background:#fff}#social-icons-group-data .social_icons_options_panel{float:left;width:80%}#social-icons-group-data .social_icons_options_panel .si-radios{display:block;float:left;margin:0}#social-icons-group-data .social_icons_options_panel .si-radios li{display:block;padding:0 0 10px}#social-icons-group-data .social_icons_options_panel .si-radios li input{width:auto}table.wp-list-table .row-actions{color:#999}table.wp-list-table .column-shortcode .social-icons-help-tip{font-size:1.2em;margin-left:5px}table.wp-list-table span.shortcode{margin:2px 0;display:block}table.wp-list-table span.shortcode input[type=text]{margin:0;font-size:12px;padding:4px 8px;background:#fcfcfc}table.wp-list-table span.shortcode input[type=text].regular-text{width:20em}img.help_tip{margin:0 0 0 9px;vertical-align:middle}.postbox img.help_tip{margin-top:0}.postbox .social-icons-help-tip{margin:0 0 0 9px}.tips{cursor:help;text-decoration:none}img.tips{padding:5px 0 0}#tiptip_holder{display:none;z-index:8675309;position:absolute;top:0;left:0}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-left:-6px;border-top-color:#333}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-5px;margin-left:-6px;border-bottom-color:#333}#tiptip_holder.tip_right{padding-left:5px}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-left:-5px;border-right-color:#333}#tiptip_holder.tip_left{padding-right:5px}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-6px;margin-left:-7px;border-left-color:#333}#tiptip_content,.si_error_tip{color:#fff;font-size:.8em;max-width:150px;background:#333;text-align:center;border-radius:3px;padding:.618em 1em;box-shadow:0 1px 3px rgba(0,0,0,.2)}#tiptip_content code,.si_error_tip code{padding:1px;background:#888}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border-color:transparent;border-style:solid;border-width:6px;height:0;width:0}.si_error_tip{max-width:20em;line-height:1.8em;position:absolute;white-space:normal;background:#d82223;margin:1.5em 1px 0 -1em;z-index:9999999}.si_error_tip::after{content:'';display:block;border:8px solid #d82223;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-3px;left:50%;margin:-1em 0 0 -3px}.social-icons-help-tip{color:#666;display:inline-block;font-size:1.1em;font-style:normal;height:16px;line-height:16px;position:relative;vertical-align:middle;width:16px}.social-icons-help-tip::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";cursor:help}@media only screen and (max-width:1280px){.social_icons_options_panel .description{display:block;clear:both;margin-left:0}.social_icons_options_panel .dimensions_field .wrap,.social_icons_options_panel .short,.social_icons_options_panel input[type=email].short,.social_icons_options_panel input[type=number].short,.social_icons_options_panel input[type=password].short,.social_icons_options_panel input[type=text].short{width:80%}}@media only screen and (max-width:900px){#social-icons-group-data ul.group_data_tabs{width:10%}#social-icons-group-data .social_icons_options_panel{width:90%}#social-icons-group-data ul.group_data_tabs li a{position:relative;text-indent:-999px;padding:10px}#social-icons-group-data ul.group_data_tabs li a::before{position:absolute;top:0;right:0;bottom:0;left:0;text-indent:0;text-align:center;line-height:40px;width:100%;height:40px}}@media only screen and (max-width:782px){#social-icons-group-data .checkbox{width:25px}}@media only screen and (max-width:500px){.social_icons_options_panel label,.social_icons_options_panel legend{float:none;width:auto;display:block;margin:0}.social_icons_options_panel fieldset.form-field,.social_icons_options_panel p.form-field{padding:5px 20px!important}}
1
+ @keyframes spin{100%{transform:rotate(360deg)}}@font-face{font-family:'Socicon';src:url("../fonts/Socicon.eot");src:url("../fonts/Socicon.eot?#iefix") format("embedded-opentype"),url("../fonts/Socicon.woff2") format("woff2"),url("../fonts/Socicon.woff") format("woff"),url("../fonts/Socicon.ttf") format("truetype"),url("../fonts/Socicon.svg#Socicon") format("svg");font-weight:normal;font-style:normal}[class^='socicon-'],[class*='socicon-']{font-family:'Socicon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.socicon-moddb::before{content:""}.socicon-indiedb::before{content:""}.socicon-traxsource::before{content:""}.socicon-gamefor::before{content:""}.socicon-pixiv::before{content:""}.socicon-myanimelist::before{content:""}.socicon-blackberry::before{content:""}.socicon-wickr::before{content:""}.socicon-spip::before{content:""}.socicon-napster::before{content:""}.socicon-beatport::before{content:""}.socicon-hackerone::before{content:""}.socicon-hackernews::before{content:""}.socicon-smashwords::before{content:""}.socicon-kobo::before{content:""}.socicon-bookbub::before{content:""}.socicon-mailru::before{content:""}.socicon-gitlab::before{content:""}.socicon-instructables::before{content:""}.socicon-portfolio::before{content:""}.socicon-codered::before{content:""}.socicon-origin::before{content:""}.socicon-nextdoor::before{content:""}.socicon-udemy::before{content:""}.socicon-livemaster::before{content:""}.socicon-crunchbase::before{content:""}.socicon-homefy::before{content:""}.socicon-calendly::before{content:""}.socicon-realtor::before{content:""}.socicon-tidal::before{content:""}.socicon-qobuz::before{content:""}.socicon-natgeo::before{content:""}.socicon-mastodon::before{content:""}.socicon-unsplash::before{content:""}.socicon-homeadvisor::before{content:""}.socicon-angieslist::before{content:""}.socicon-codepen::before{content:""}.socicon-slack::before{content:""}.socicon-openaigym::before{content:""}.socicon-logmein::before{content:""}.socicon-fiverr::before{content:""}.socicon-gotomeeting::before{content:""}.socicon-aliexpress::before{content:""}.socicon-guru::before{content:""}.socicon-appstore::before{content:""}.socicon-homes::before{content:""}.socicon-zoom::before{content:""}.socicon-alibaba::before{content:""}.socicon-craigslist::before{content:""}.socicon-wix::before{content:""}.socicon-redfin::before{content:""}.socicon-googlecalendar::before{content:""}.socicon-shopify::before{content:""}.socicon-freelancer::before{content:""}.socicon-seedrs::before{content:""}.socicon-bing::before{content:""}.socicon-doodle::before{content:""}.socicon-bonanza::before{content:""}.socicon-squarespace::before{content:""}.socicon-toptal::before{content:""}.socicon-gust::before{content:""}.socicon-ask::before{content:""}.socicon-trulia::before{content:""}.socicon-loomly::before{content:""}.socicon-ghost::before{content:""}.socicon-upwork::before{content:""}.socicon-fundable::before{content:""}.socicon-booking::before{content:""}.socicon-googlemaps::before{content:""}.socicon-zillow::before{content:""}.socicon-niconico::before{content:""}.socicon-toneden::before{content:""}.socicon-augment::before{content:""}.socicon-bitbucket::before{content:""}.socicon-fyuse::before{content:""}.socicon-yt-gaming::before{content:""}.socicon-sketchfab::before{content:""}.socicon-mobcrush::before{content:""}.socicon-microsoft::before{content:""}.socicon-pandora::before{content:""}.socicon-messenger::before{content:""}.socicon-gamewisp::before{content:""}.socicon-bloglovin::before{content:""}.socicon-tunein::before{content:""}.socicon-gamejolt::before{content:""}.socicon-trello::before{content:""}.socicon-spreadshirt::before{content:""}.socicon-500px::before{content:""}.socicon-8tracks::before{content:""}.socicon-airbnb::before{content:""}.socicon-alliance::before{content:""}.socicon-amazon::before{content:""}.socicon-amplement::before{content:""}.socicon-android::before{content:""}.socicon-angellist::before{content:""}.socicon-apple::before{content:""}.socicon-appnet::before{content:""}.socicon-baidu::before{content:""}.socicon-bandcamp::before{content:""}.socicon-battlenet::before{content:""}.socicon-mixer::before{content:""}.socicon-bebee::before{content:""}.socicon-bebo::before{content:""}.socicon-behance::before{content:""}.socicon-blizzard::before{content:""}.socicon-blogger::before{content:""}.socicon-buffer::before{content:""}.socicon-chrome::before{content:""}.socicon-coderwall::before{content:""}.socicon-curse::before{content:""}.socicon-dailymotion::before{content:""}.socicon-deezer::before{content:""}.socicon-delicious::before{content:""}.socicon-deviantart::before{content:""}.socicon-diablo::before{content:""}.socicon-digg::before{content:""}.socicon-discord::before{content:""}.socicon-disqus::before{content:""}.socicon-douban::before{content:""}.socicon-draugiem::before{content:""}.socicon-dribbble::before{content:""}.socicon-drupal::before{content:""}.socicon-ebay::before{content:""}.socicon-ello::before{content:""}.socicon-endomondo::before{content:""}.socicon-envato::before{content:""}.socicon-etsy::before{content:""}.socicon-facebook::before{content:""}.socicon-feedburner::before{content:""}.socicon-filmweb::before{content:""}.socicon-firefox::before{content:""}.socicon-flattr::before{content:""}.socicon-flickr::before{content:""}.socicon-formulr::before{content:""}.socicon-foursquare::before{content:""}.socicon-github::before{content:""}.socicon-goodreads::before{content:""}.socicon-google::before{content:""}.socicon-googlescholar::before{content:""}.socicon-googlegroups::before{content:""}.socicon-googlephotos::before{content:""}.socicon-googleplus::before{content:""}.socicon-grooveshark::before{content:""}.socicon-hackerrank::before{content:""}.socicon-hearthstone::before{content:""}.socicon-hellocoton::before{content:""}.socicon-heroes::before{content:""}.socicon-smashcast::before{content:""}.socicon-horde::before{content:""}.socicon-houzz::before{content:""}.socicon-icq::before{content:""}.socicon-identica::before{content:""}.socicon-imdb::before{content:""}.socicon-instagram::before{content:""}.socicon-issuu::before{content:""}.socicon-istock::before{content:""}.socicon-itunes::before{content:""}.socicon-keybase::before{content:""}.socicon-lanyrd::before{content:""}.socicon-lastfm::before{content:""}.socicon-line::before{content:""}.socicon-linkedin::before{content:""}.socicon-livejournal::before{content:""}.socicon-lyft::before{content:""}.socicon-macos::before{content:""}.socicon-mail::before{content:""}.socicon-medium::before{content:""}.socicon-meetup::before{content:""}.socicon-mixcloud::before{content:""}.socicon-modelmayhem::before{content:""}.socicon-mumble::before{content:""}.socicon-myspace::before{content:""}.socicon-nintendo::before{content:""}.socicon-npm::before{content:""}.socicon-odnoklassniki::before{content:""}.socicon-openid::before{content:""}.socicon-opera::before{content:""}.socicon-outlook::before{content:""}.socicon-overwatch::before{content:""}.socicon-patreon::before{content:""}.socicon-paypal::before{content:""}.socicon-periscope::before{content:""}.socicon-pinterest::before{content:""}.socicon-play::before{content:""}.socicon-player::before{content:""}.socicon-playstation::before{content:""}.socicon-pocket::before{content:""}.socicon-qq::before{content:""}.socicon-quora::before{content:""}.socicon-raidcall::before{content:""}.socicon-ravelry::before{content:""}.socicon-reddit::before{content:""}.socicon-renren::before{content:""}.socicon-researchgate::before{content:""}.socicon-residentadvisor::before{content:""}.socicon-reverbnation::before{content:""}.socicon-rss::before{content:""}.socicon-sharethis::before{content:""}.socicon-skype::before{content:""}.socicon-slideshare::before{content:""}.socicon-smugmug::before{content:""}.socicon-snapchat::before{content:""}.socicon-songkick::before{content:""}.socicon-soundcloud::before{content:""}.socicon-spotify::before{content:""}.socicon-stackexchange::before{content:""}.socicon-stackoverflow::before{content:""}.socicon-starcraft::before{content:""}.socicon-stayfriends::before{content:""}.socicon-steam::before{content:""}.socicon-storehouse::before{content:""}.socicon-strava::before{content:""}.socicon-streamjar::before{content:""}.socicon-stumbleupon::before{content:""}.socicon-swarm::before{content:""}.socicon-teamspeak::before{content:""}.socicon-teamviewer::before{content:""}.socicon-telegram::before{content:""}.socicon-tripadvisor::before{content:""}.socicon-tripit::before{content:""}.socicon-triplej::before{content:""}.socicon-tumblr::before{content:""}.socicon-twitch::before{content:""}.socicon-twitter::before{content:""}.socicon-uber::before{content:""}.socicon-ventrilo::before{content:""}.socicon-viadeo::before{content:""}.socicon-viber::before{content:""}.socicon-viewbug::before{content:""}.socicon-vimeo::before{content:""}.socicon-vine::before{content:""}.socicon-vkontakte::before{content:""}.socicon-warcraft::before{content:""}.socicon-wechat::before{content:""}.socicon-weibo::before{content:""}.socicon-whatsapp::before{content:""}.socicon-wikipedia::before{content:""}.socicon-windows::before{content:""}.socicon-wordpress::before{content:""}.socicon-wykop::before{content:""}.socicon-xbox::before{content:""}.socicon-xing::before{content:""}.socicon-yahoo::before{content:""}.socicon-yammer::before{content:""}.socicon-yandex::before{content:""}.socicon-yelp::before{content:""}.socicon-younow::before{content:""}.socicon-youtube::before{content:""}.socicon-zapier::before{content:""}.socicon-zerply::before{content:""}.socicon-zomato::before{content:""}.socicon-zynga::before{content:""}#social-icons-group-data .panel-wrap,.social-icons .panel-wrap{overflow:hidden}#social-icons-group-data ul.si-tabs,.social-icons ul.si-tabs{margin:0;width:20%;float:left;line-height:1em;padding:0 0 10px;position:relative;background-color:#fafafa;border-right:1px solid #eee;box-sizing:border-box}#social-icons-group-data ul.si-tabs::after,.social-icons ul.si-tabs::after{content:'';display:block;width:100%;height:9999em;position:absolute;bottom:-9999em;left:0;background-color:#fafafa;border-right:1px solid #eee}#social-icons-group-data ul.si-tabs li,.social-icons ul.si-tabs li{margin:0;padding:0;display:block;position:relative}#social-icons-group-data ul.si-tabs li a,.social-icons ul.si-tabs li a{margin:0;padding:10px;display:block;box-shadow:none;text-decoration:none;line-height:20px !important;border-bottom:1px solid #eee}#social-icons-group-data ul.si-tabs li a::before,.social-icons ul.si-tabs li a::before{font-family:'Dashicons';speak:none;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:0.618em;content:"";text-decoration:none}#social-icons-group-data ul.si-tabs li.general_options a::before,.social-icons ul.si-tabs li.general_options a::before{content:'\f107'}#social-icons-group-data ul.si-tabs li.linked_icons_options a::before,.social-icons ul.si-tabs li.linked_icons_options a::before{content:'\f103'}#social-icons-group-data ul.si-tabs li.active a,.social-icons ul.si-tabs li.active a{color:#555;position:relative;background-color:#eee}#social-icons-group-data .inside{margin:0;padding:0}.social_icons_options_panel,.panel{padding:0;color:#555}.social_icons_options_panel .form-field .social-icons-help-tip,.panel .form-field .social-icons-help-tip{font-size:1.4em}.social_icons_options_panel p,.social_icons_options_panel fieldset.form-field{margin:0 0 9px;font-size:12px;padding:5px 9px;line-height:24px}.social_icons_options_panel p::after,.social_icons_options_panel fieldset.form-field::after{content:'.';display:block;height:0;clear:both;visibility:hidden}.social_icons_options_panel .checkbox{width:auto;margin:3px 0;vertical-align:middle}.social_icons_options_panel .sortable_icons table{width:100%;padding:0 !important}.social_icons_options_panel .sortable_icons table tr.no-items{background:#f9f9f9}.social_icons_options_panel .sortable_icons table tr.no-items td p{margin:0}.social_icons_options_panel .sortable_icons table th{padding:7px 0 7px 7px !important}.social_icons_options_panel .sortable_icons table th.sort{width:17px;padding:7px !important}.social_icons_options_panel .sortable_icons table th .social-icons-help-tip{font-size:1.1em;margin-left:0}.social_icons_options_panel .sortable_icons table td{vertical-align:middle !important;padding:4px 0 4px 7px !important;position:relative}.social_icons_options_panel .sortable_icons table td:last-child{padding-right:7px !important}.social_icons_options_panel .sortable_icons table td input.input_text{width:100%;float:none;min-width:0;margin:1px 0}.social_icons_options_panel .sortable_icons table td .choose_icon_button{width:auto;float:right;cursor:pointer}.social_icons_options_panel .sortable_icons table td .delete{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.2em}.social_icons_options_panel .sortable_icons table td .delete::before{font-family:'Dashicons';speak:none;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";color:#999}.social_icons_options_panel .sortable_icons table td .delete:hover::before{color:#a00}.social_icons_options_panel .sortable_icons table td.sort{width:17px;cursor:move;text-align:center;background:#f9f9f9;padding-right:7px !important}.social_icons_options_panel .sortable_icons table td.sort.dashicons-plus{font-size:15px;font-family:'Dashicons'}.social_icons_options_panel .sortable_icons table td.sort::before{text-align:center;line-height:1;color:#999;display:block;width:17px;float:left;height:100%}.social_icons_options_panel .sortable_icons table td.sort:hover::before{color:#333}.social_icons_options_panel{min-height:175px;box-sizing:border-box}.social_icons_options_panel .sortable_icons{padding:0 9px;position:relative;margin:9px 0}.social_icons_options_panel .sortable_icons label{display:none}.social_icons_options_panel p{margin:9px 0}.social_icons_options_panel p.form-field,.social_icons_options_panel fieldset.form-field{padding:5px 20px 5px 162px !important}.social_icons_options_panel label,.social_icons_options_panel legend{float:left;width:150px;padding:0;margin:0 0 0 -150px}.social_icons_options_panel label .req,.social_icons_options_panel legend .req{font-weight:700;font-style:normal;color:#a00}.social_icons_options_panel .description{padding:0;margin:0 0 0 7px;clear:none;display:inline}.social_icons_options_panel .description-block{margin-left:0;display:block}.social_icons_options_panel textarea,.social_icons_options_panel input,.social_icons_options_panel select{margin:0}.social_icons_options_panel textarea{height:3.5em;line-height:1.5em;vertical-align:top}.social_icons_options_panel input[type='text'],.social_icons_options_panel input[type='email'],.social_icons_options_panel input[type='number'],.social_icons_options_panel input[type='password']{width:50%;float:left}.social_icons_options_panel input.button{width:auto;margin-left:8px}.social_icons_options_panel select{float:left}.social_icons_options_panel input[type='text'].short,.social_icons_options_panel input[type='email'].short,.social_icons_options_panel input[type='number'].short,.social_icons_options_panel input[type='password'].short,.social_icons_options_panel .short{width:50%}.social_icons_options_panel .sized{width:auto !important;margin-right:6px}.social_icons_options_panel .options_group{border-top:1px solid white;border-bottom:1px solid #eee}.social_icons_options_panel .options_group:first-child{border-top:0}.social_icons_options_panel .options_group:last-child{border-bottom:0}.social_icons_options_panel .options_group fieldset{margin:9px 0;font-size:12px;padding:5px 9px;line-height:24px}.social_icons_options_panel .options_group fieldset label{width:auto;float:none}.social_icons_options_panel .options_group fieldset ul{float:left;width:50%;margin:0;padding:0}.social_icons_options_panel .options_group fieldset ul li{margin:0;width:auto}.social_icons_options_panel .options_group fieldset ul li input{width:auto;float:none;margin-right:4px}.social_icons_options_panel .options_group fieldset ul.si-radios label{margin-left:0}.social_icons_options_panel.padded{padding:1em}#social-icons-group-description{padding:3px 8px;font-size:1.7em;line-height:1.42em;height:auto;width:100%;outline:0;margin:10px 0;display:block}#social-icons-group-description::-webkit-input-placeholder{line-height:1.42em;color:#bbb}#social-icons-group-description::-moz-placeholder{line-height:1.42em;color:#bbb}#social-icons-group-description:-ms-input-placeholder{line-height:1.42em;color:#bbb}#social-icons-group-description:-moz-placeholder{line-height:1.42em;color:#bbb}#social-icons-group-data .panel-wrap{background:#fff}#social-icons-group-data .social_icons_options_panel{float:left;width:80%}#social-icons-group-data .social_icons_options_panel .si-radios{display:block;float:left;margin:0}#social-icons-group-data .social_icons_options_panel .si-radios li{display:block;padding:0 0 10px}#social-icons-group-data .social_icons_options_panel .si-radios li input{width:auto}table.wp-list-table .row-actions{color:#999}table.wp-list-table .column-shortcode .social-icons-help-tip{font-size:1.2em;margin-left:5px}table.wp-list-table span.shortcode{margin:2px 0;display:block}table.wp-list-table span.shortcode input[type='text']{margin:0;font-size:12px;padding:4px 8px;background:#fcfcfc}table.wp-list-table span.shortcode input[type='text'].regular-text{width:20em}img.help_tip{margin:0 0 0 9px;vertical-align:middle}.postbox img.help_tip{margin-top:0}.postbox .social-icons-help-tip{margin:0 0 0 9px}.tips{cursor:help;text-decoration:none}img.tips{padding:5px 0 0}#tiptip_holder{display:none;z-index:8675309;position:absolute;top:0;left:0}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-left:-6px;border-top-color:#333}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-5px;margin-left:-6px;border-bottom-color:#333}#tiptip_holder.tip_right{padding-left:5px}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-left:-5px;border-right-color:#333}#tiptip_holder.tip_left{padding-right:5px}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-6px;margin-left:-7px;border-left-color:#333}#tiptip_content,.si_error_tip{color:#fff;font-size:0.8em;max-width:150px;background:#333;text-align:center;border-radius:3px;padding:0.618em 1em;box-shadow:0 1px 3px rgba(0,0,0,0.2)}#tiptip_content code,.si_error_tip code{padding:1px;background:#888}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border-color:transparent;border-style:solid;border-width:6px;height:0;width:0}.si_error_tip{max-width:20em;line-height:1.8em;position:absolute;white-space:normal;background:#d82223;margin:1.5em 1px 0 -1em;z-index:9999999}.si_error_tip::after{content:'';display:block;border:8px solid #d82223;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-3px;left:50%;margin:-1em 0 0 -3px}.social-icons-help-tip{color:#666;display:inline-block;font-size:1.1em;font-style:normal;height:16px;line-height:16px;position:relative;vertical-align:middle;width:16px}.social-icons-help-tip::after{font-family:'Dashicons';speak:none;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";cursor:help}@media only screen and (max-width: 1280px){.social_icons_options_panel .description{display:block;clear:both;margin-left:0}.social_icons_options_panel .short,.social_icons_options_panel input[type='text'].short,.social_icons_options_panel input[type='email'].short,.social_icons_options_panel input[type='number'].short,.social_icons_options_panel input[type='password'].short,.social_icons_options_panel .dimensions_field .wrap{width:80%}}@media only screen and (max-width: 900px){#social-icons-group-data ul.group_data_tabs{width:10%}#social-icons-group-data .social_icons_options_panel{width:90%}#social-icons-group-data ul.group_data_tabs li a{position:relative;text-indent:-999px;padding:10px}#social-icons-group-data ul.group_data_tabs li a::before{position:absolute;top:0;right:0;bottom:0;left:0;text-indent:0;text-align:center;line-height:40px;width:100%;height:40px}}@media only screen and (max-width: 782px){#social-icons-group-data .checkbox{width:25px}}@media only screen and (max-width: 500px){.social_icons_options_panel label,.social_icons_options_panel legend{float:none;width:auto;display:block;margin:0}.social_icons_options_panel fieldset.form-field,.social_icons_options_panel p.form-field{padding:5px 20px !important}}
assets/css/social-icons-rtl.css CHANGED
@@ -1 +1 @@
1
- @charset "UTF-8";@font-face{font-family:Socicon;src:url(../fonts/Socicon.eot);src:url(../fonts/Socicon.eot?#iefix) format("embedded-opentype"),url(../fonts/Socicon.woff2) format("woff2"),url(../fonts/Socicon.woff) format("woff"),url(../fonts/Socicon.ttf) format("truetype"),url(../fonts/Socicon.svg#Socicon) format("svg");font-weight:400;font-style:normal}[class*=socicon-],[class^=socicon-]{font-family:Socicon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.socicon-hackernews::before{content:""}.socicon-smashwords::before{content:""}.socicon-kobo::before{content:""}.socicon-bookbub::before{content:""}.socicon-mailru::before{content:""}.socicon-gitlab::before{content:""}.socicon-instructables::before{content:""}.socicon-portfolio::before{content:""}.socicon-codered::before{content:""}.socicon-origin::before{content:""}.socicon-nextdoor::before{content:""}.socicon-udemy::before{content:""}.socicon-livemaster::before{content:""}.socicon-crunchbase::before{content:""}.socicon-homefy::before{content:""}.socicon-calendly::before{content:""}.socicon-realtor::before{content:""}.socicon-tidal::before{content:""}.socicon-qobuz::before{content:""}.socicon-natgeo::before{content:""}.socicon-mastodon::before{content:""}.socicon-unsplash::before{content:""}.socicon-homeadvisor::before{content:""}.socicon-angieslist::before{content:""}.socicon-codepen::before{content:""}.socicon-slack::before{content:""}.socicon-openaigym::before{content:""}.socicon-logmein::before{content:""}.socicon-fiverr::before{content:""}.socicon-gotomeeting::before{content:""}.socicon-aliexpress::before{content:""}.socicon-guru::before{content:""}.socicon-appstore::before{content:""}.socicon-homes::before{content:""}.socicon-zoom::before{content:""}.socicon-alibaba::before{content:""}.socicon-craigslist::before{content:""}.socicon-wix::before{content:""}.socicon-redfin::before{content:""}.socicon-googlecalendar::before{content:""}.socicon-shopify::before{content:""}.socicon-freelancer::before{content:""}.socicon-seedrs::before{content:""}.socicon-bing::before{content:""}.socicon-doodle::before{content:""}.socicon-bonanza::before{content:""}.socicon-squarespace::before{content:""}.socicon-toptal::before{content:""}.socicon-gust::before{content:""}.socicon-ask::before{content:""}.socicon-trulia::before{content:""}.socicon-loomly::before{content:""}.socicon-ghost::before{content:""}.socicon-upwork::before{content:""}.socicon-fundable::before{content:""}.socicon-booking::before{content:""}.socicon-googlemaps::before{content:""}.socicon-zillow::before{content:""}.socicon-niconico::before{content:""}.socicon-toneden::before{content:""}.socicon-augment::before{content:""}.socicon-bitbucket::before{content:""}.socicon-fyuse::before{content:""}.socicon-yt-gaming::before{content:""}.socicon-sketchfab::before{content:""}.socicon-mobcrush::before{content:""}.socicon-microsoft::before{content:""}.socicon-pandora::before{content:""}.socicon-messenger::before{content:""}.socicon-gamewisp::before{content:""}.socicon-bloglovin::before{content:""}.socicon-tunein::before{content:""}.socicon-gamejolt::before{content:""}.socicon-trello::before{content:""}.socicon-spreadshirt::before{content:""}.socicon-500px::before{content:""}.socicon-8tracks::before{content:""}.socicon-airbnb::before{content:""}.socicon-alliance::before{content:""}.socicon-amazon::before{content:""}.socicon-amplement::before{content:""}.socicon-android::before{content:""}.socicon-angellist::before{content:""}.socicon-apple::before{content:""}.socicon-appnet::before{content:""}.socicon-baidu::before{content:""}.socicon-bandcamp::before{content:""}.socicon-battlenet::before{content:""}.socicon-mixer::before{content:""}.socicon-bebee::before{content:""}.socicon-bebo::before{content:""}.socicon-behance::before{content:""}.socicon-blizzard::before{content:""}.socicon-blogger::before{content:""}.socicon-buffer::before{content:""}.socicon-chrome::before{content:""}.socicon-coderwall::before{content:""}.socicon-curse::before{content:""}.socicon-dailymotion::before{content:""}.socicon-deezer::before{content:""}.socicon-delicious::before{content:""}.socicon-deviantart::before{content:""}.socicon-diablo::before{content:""}.socicon-digg::before{content:""}.socicon-discord::before{content:""}.socicon-disqus::before{content:""}.socicon-douban::before{content:""}.socicon-draugiem::before{content:""}.socicon-dribbble::before{content:""}.socicon-drupal::before{content:""}.socicon-ebay::before{content:""}.socicon-ello::before{content:""}.socicon-endomondo::before{content:""}.socicon-envato::before{content:""}.socicon-etsy::before{content:""}.socicon-facebook::before{content:""}.socicon-feedburner::before{content:""}.socicon-filmweb::before{content:""}.socicon-firefox::before{content:""}.socicon-flattr::before{content:""}.socicon-flickr::before{content:""}.socicon-formulr::before{content:""}.socicon-foursquare::before{content:""}.socicon-github::before{content:""}.socicon-goodreads::before{content:""}.socicon-google::before{content:""}.socicon-googlescholar::before{content:""}.socicon-googlegroups::before{content:""}.socicon-googlephotos::before{content:""}.socicon-googleplus::before{content:""}.socicon-grooveshark::before{content:""}.socicon-hackerrank::before{content:""}.socicon-hearthstone::before{content:""}.socicon-hellocoton::before{content:""}.socicon-heroes::before{content:""}.socicon-smashcast::before{content:""}.socicon-horde::before{content:""}.socicon-houzz::before{content:""}.socicon-icq::before{content:""}.socicon-identica::before{content:""}.socicon-imdb::before{content:""}.socicon-instagram::before{content:""}.socicon-issuu::before{content:""}.socicon-istock::before{content:""}.socicon-itunes::before{content:""}.socicon-keybase::before{content:""}.socicon-lanyrd::before{content:""}.socicon-lastfm::before{content:""}.socicon-line::before{content:""}.socicon-linkedin::before{content:""}.socicon-livejournal::before{content:""}.socicon-lyft::before{content:""}.socicon-macos::before{content:""}.socicon-mail::before{content:""}.socicon-medium::before{content:""}.socicon-meetup::before{content:""}.socicon-mixcloud::before{content:""}.socicon-modelmayhem::before{content:""}.socicon-mumble::before{content:""}.socicon-myspace::before{content:""}.socicon-nintendo::before{content:""}.socicon-npm::before{content:""}.socicon-odnoklassniki::before{content:""}.socicon-openid::before{content:""}.socicon-opera::before{content:""}.socicon-outlook::before{content:""}.socicon-overwatch::before{content:""}.socicon-patreon::before{content:""}.socicon-paypal::before{content:""}.socicon-periscope::before{content:""}.socicon-pinterest::before{content:""}.socicon-play::before{content:""}.socicon-player::before{content:""}.socicon-playstation::before{content:""}.socicon-pocket::before{content:""}.socicon-qq::before{content:""}.socicon-quora::before{content:""}.socicon-raidcall::before{content:""}.socicon-ravelry::before{content:""}.socicon-reddit::before{content:""}.socicon-renren::before{content:""}.socicon-researchgate::before{content:""}.socicon-residentadvisor::before{content:""}.socicon-reverbnation::before{content:""}.socicon-rss::before{content:""}.socicon-sharethis::before{content:""}.socicon-skype::before{content:""}.socicon-slideshare::before{content:""}.socicon-smugmug::before{content:""}.socicon-snapchat::before{content:""}.socicon-songkick::before{content:""}.socicon-soundcloud::before{content:""}.socicon-spotify::before{content:""}.socicon-stackexchange::before{content:""}.socicon-stackoverflow::before{content:""}.socicon-starcraft::before{content:""}.socicon-stayfriends::before{content:""}.socicon-steam::before{content:""}.socicon-storehouse::before{content:""}.socicon-strava::before{content:""}.socicon-streamjar::before{content:""}.socicon-stumbleupon::before{content:""}.socicon-swarm::before{content:""}.socicon-teamspeak::before{content:""}.socicon-teamviewer::before{content:""}.socicon-telegram::before{content:""}.socicon-tripadvisor::before{content:""}.socicon-tripit::before{content:""}.socicon-triplej::before{content:""}.socicon-tumblr::before{content:""}.socicon-twitch::before{content:""}.socicon-twitter::before{content:""}.socicon-uber::before{content:""}.socicon-ventrilo::before{content:""}.socicon-viadeo::before{content:""}.socicon-viber::before{content:""}.socicon-viewbug::before{content:""}.socicon-vimeo::before{content:""}.socicon-vine::before{content:""}.socicon-vkontakte::before{content:""}.socicon-warcraft::before{content:""}.socicon-wechat::before{content:""}.socicon-weibo::before{content:""}.socicon-whatsapp::before{content:""}.socicon-wikipedia::before{content:""}.socicon-windows::before{content:""}.socicon-wordpress::before{content:""}.socicon-wykop::before{content:""}.socicon-xbox::before{content:""}.socicon-xing::before{content:""}.socicon-yahoo::before{content:""}.socicon-yammer::before{content:""}.socicon-yandex::before{content:""}.socicon-yelp::before{content:""}.socicon-younow::before{content:""}.socicon-youtube::before{content:""}.socicon-zapier::before{content:""}.socicon-zerply::before{content:""}.socicon-zomato::before{content:""}.socicon-zynga::before{content:""}.social-icons-lists .socicon{position:relative;top:3px;padding:10px;font-size:16px;display:inline-block;box-sizing:content-box}.social-icons-lists li.social-icons-list-item{margin:4px;padding:0!important;display:inline-block;border:none!important;list-style:none!important}.social-icons-lists li.social-icons-list-item a.social-icon{text-decoration:none}.social-icons-lists li.social-icons-list-item a.social-icon:active,.social-icons-lists li.social-icons-list-item a.social-icon:focus{outline:0}.social-icons-lists li.social-icons-list-item a.social-icon:hover .socicon{opacity:.8}.social-icons-lists li.social-icons-list-item a.social-icon span.social-icons-list-label{margin-right:4px}.social-icons-lists li.social-icons-list-item::after,.social-icons-lists li.social-icons-list-item::before{visibility:hidden}.social-icons-lists.show-icons-label{list-style:outside}.social-icons-lists.icons-background-rounded .socicon{border-radius:100%}.social-icons-lists.icons-background-rounded .socicon,.social-icons-lists.icons-background-square .socicon{color:#fff}.social-icons-lists.icons-background-rounded.centre,.social-icons-lists.icons-background-square.centre{padding:0;text-align:center}.social-icons-lists.icons-background-none .socicon{padding:0;background:0 0}.widget .social-icons-lists.show-icons-label li.social-icons-list-item{display:block}.widget .social-icons-lists.show-icons-label.icons-background-rounded.centre,.widget .social-icons-lists.show-icons-label.icons-background-square.centre{text-align:right}
1
+ @charset "UTF-8";@font-face{font-family:Socicon;src:url(../fonts/Socicon.eot);src:url(../fonts/Socicon.eot?#iefix) format("embedded-opentype"),url(../fonts/Socicon.woff2) format("woff2"),url(../fonts/Socicon.woff) format("woff"),url(../fonts/Socicon.ttf) format("truetype"),url(../fonts/Socicon.svg#Socicon) format("svg");font-weight:400;font-style:normal}[class*=socicon-],[class^=socicon-]{font-family:Socicon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.socicon-moddb::before{content:""}.socicon-indiedb::before{content:""}.socicon-traxsource::before{content:""}.socicon-gamefor::before{content:""}.socicon-pixiv::before{content:""}.socicon-myanimelist::before{content:""}.socicon-blackberry::before{content:""}.socicon-wickr::before{content:""}.socicon-spip::before{content:""}.socicon-napster::before{content:""}.socicon-beatport::before{content:""}.socicon-hackerone::before{content:""}.socicon-hackernews::before{content:""}.socicon-smashwords::before{content:""}.socicon-kobo::before{content:""}.socicon-bookbub::before{content:""}.socicon-mailru::before{content:""}.socicon-gitlab::before{content:""}.socicon-instructables::before{content:""}.socicon-portfolio::before{content:""}.socicon-codered::before{content:""}.socicon-origin::before{content:""}.socicon-nextdoor::before{content:""}.socicon-udemy::before{content:""}.socicon-livemaster::before{content:""}.socicon-crunchbase::before{content:""}.socicon-homefy::before{content:""}.socicon-calendly::before{content:""}.socicon-realtor::before{content:""}.socicon-tidal::before{content:""}.socicon-qobuz::before{content:""}.socicon-natgeo::before{content:""}.socicon-mastodon::before{content:""}.socicon-unsplash::before{content:""}.socicon-homeadvisor::before{content:""}.socicon-angieslist::before{content:""}.socicon-codepen::before{content:""}.socicon-slack::before{content:""}.socicon-openaigym::before{content:""}.socicon-logmein::before{content:""}.socicon-fiverr::before{content:""}.socicon-gotomeeting::before{content:""}.socicon-aliexpress::before{content:""}.socicon-guru::before{content:""}.socicon-appstore::before{content:""}.socicon-homes::before{content:""}.socicon-zoom::before{content:""}.socicon-alibaba::before{content:""}.socicon-craigslist::before{content:""}.socicon-wix::before{content:""}.socicon-redfin::before{content:""}.socicon-googlecalendar::before{content:""}.socicon-shopify::before{content:""}.socicon-freelancer::before{content:""}.socicon-seedrs::before{content:""}.socicon-bing::before{content:""}.socicon-doodle::before{content:""}.socicon-bonanza::before{content:""}.socicon-squarespace::before{content:""}.socicon-toptal::before{content:""}.socicon-gust::before{content:""}.socicon-ask::before{content:""}.socicon-trulia::before{content:""}.socicon-loomly::before{content:""}.socicon-ghost::before{content:""}.socicon-upwork::before{content:""}.socicon-fundable::before{content:""}.socicon-booking::before{content:""}.socicon-googlemaps::before{content:""}.socicon-zillow::before{content:""}.socicon-niconico::before{content:""}.socicon-toneden::before{content:""}.socicon-augment::before{content:""}.socicon-bitbucket::before{content:""}.socicon-fyuse::before{content:""}.socicon-yt-gaming::before{content:""}.socicon-sketchfab::before{content:""}.socicon-mobcrush::before{content:""}.socicon-microsoft::before{content:""}.socicon-pandora::before{content:""}.socicon-messenger::before{content:""}.socicon-gamewisp::before{content:""}.socicon-bloglovin::before{content:""}.socicon-tunein::before{content:""}.socicon-gamejolt::before{content:""}.socicon-trello::before{content:""}.socicon-spreadshirt::before{content:""}.socicon-500px::before{content:""}.socicon-8tracks::before{content:""}.socicon-airbnb::before{content:""}.socicon-alliance::before{content:""}.socicon-amazon::before{content:""}.socicon-amplement::before{content:""}.socicon-android::before{content:""}.socicon-angellist::before{content:""}.socicon-apple::before{content:""}.socicon-appnet::before{content:""}.socicon-baidu::before{content:""}.socicon-bandcamp::before{content:""}.socicon-battlenet::before{content:""}.socicon-mixer::before{content:""}.socicon-bebee::before{content:""}.socicon-bebo::before{content:""}.socicon-behance::before{content:""}.socicon-blizzard::before{content:""}.socicon-blogger::before{content:""}.socicon-buffer::before{content:""}.socicon-chrome::before{content:""}.socicon-coderwall::before{content:""}.socicon-curse::before{content:""}.socicon-dailymotion::before{content:""}.socicon-deezer::before{content:""}.socicon-delicious::before{content:""}.socicon-deviantart::before{content:""}.socicon-diablo::before{content:""}.socicon-digg::before{content:""}.socicon-discord::before{content:""}.socicon-disqus::before{content:""}.socicon-douban::before{content:""}.socicon-draugiem::before{content:""}.socicon-dribbble::before{content:""}.socicon-drupal::before{content:""}.socicon-ebay::before{content:""}.socicon-ello::before{content:""}.socicon-endomondo::before{content:""}.socicon-envato::before{content:""}.socicon-etsy::before{content:""}.socicon-facebook::before{content:""}.socicon-feedburner::before{content:""}.socicon-filmweb::before{content:""}.socicon-firefox::before{content:""}.socicon-flattr::before{content:""}.socicon-flickr::before{content:""}.socicon-formulr::before{content:""}.socicon-foursquare::before{content:""}.socicon-github::before{content:""}.socicon-goodreads::before{content:""}.socicon-google::before{content:""}.socicon-googlescholar::before{content:""}.socicon-googlegroups::before{content:""}.socicon-googlephotos::before{content:""}.socicon-googleplus::before{content:""}.socicon-grooveshark::before{content:""}.socicon-hackerrank::before{content:""}.socicon-hearthstone::before{content:""}.socicon-hellocoton::before{content:""}.socicon-heroes::before{content:""}.socicon-smashcast::before{content:""}.socicon-horde::before{content:""}.socicon-houzz::before{content:""}.socicon-icq::before{content:""}.socicon-identica::before{content:""}.socicon-imdb::before{content:""}.socicon-instagram::before{content:""}.socicon-issuu::before{content:""}.socicon-istock::before{content:""}.socicon-itunes::before{content:""}.socicon-keybase::before{content:""}.socicon-lanyrd::before{content:""}.socicon-lastfm::before{content:""}.socicon-line::before{content:""}.socicon-linkedin::before{content:""}.socicon-livejournal::before{content:""}.socicon-lyft::before{content:""}.socicon-macos::before{content:""}.socicon-mail::before{content:""}.socicon-medium::before{content:""}.socicon-meetup::before{content:""}.socicon-mixcloud::before{content:""}.socicon-modelmayhem::before{content:""}.socicon-mumble::before{content:""}.socicon-myspace::before{content:""}.socicon-nintendo::before{content:""}.socicon-npm::before{content:""}.socicon-odnoklassniki::before{content:""}.socicon-openid::before{content:""}.socicon-opera::before{content:""}.socicon-outlook::before{content:""}.socicon-overwatch::before{content:""}.socicon-patreon::before{content:""}.socicon-paypal::before{content:""}.socicon-periscope::before{content:""}.socicon-pinterest::before{content:""}.socicon-play::before{content:""}.socicon-player::before{content:""}.socicon-playstation::before{content:""}.socicon-pocket::before{content:""}.socicon-qq::before{content:""}.socicon-quora::before{content:""}.socicon-raidcall::before{content:""}.socicon-ravelry::before{content:""}.socicon-reddit::before{content:""}.socicon-renren::before{content:""}.socicon-researchgate::before{content:""}.socicon-residentadvisor::before{content:""}.socicon-reverbnation::before{content:""}.socicon-rss::before{content:""}.socicon-sharethis::before{content:""}.socicon-skype::before{content:""}.socicon-slideshare::before{content:""}.socicon-smugmug::before{content:""}.socicon-snapchat::before{content:""}.socicon-songkick::before{content:""}.socicon-soundcloud::before{content:""}.socicon-spotify::before{content:""}.socicon-stackexchange::before{content:""}.socicon-stackoverflow::before{content:""}.socicon-starcraft::before{content:""}.socicon-stayfriends::before{content:""}.socicon-steam::before{content:""}.socicon-storehouse::before{content:""}.socicon-strava::before{content:""}.socicon-streamjar::before{content:""}.socicon-stumbleupon::before{content:""}.socicon-swarm::before{content:""}.socicon-teamspeak::before{content:""}.socicon-teamviewer::before{content:""}.socicon-telegram::before{content:""}.socicon-tripadvisor::before{content:""}.socicon-tripit::before{content:""}.socicon-triplej::before{content:""}.socicon-tumblr::before{content:""}.socicon-twitch::before{content:""}.socicon-twitter::before{content:""}.socicon-uber::before{content:""}.socicon-ventrilo::before{content:""}.socicon-viadeo::before{content:""}.socicon-viber::before{content:""}.socicon-viewbug::before{content:""}.socicon-vimeo::before{content:""}.socicon-vine::before{content:""}.socicon-vkontakte::before{content:""}.socicon-warcraft::before{content:""}.socicon-wechat::before{content:""}.socicon-weibo::before{content:""}.socicon-whatsapp::before{content:""}.socicon-wikipedia::before{content:""}.socicon-windows::before{content:""}.socicon-wordpress::before{content:""}.socicon-wykop::before{content:""}.socicon-xbox::before{content:""}.socicon-xing::before{content:""}.socicon-yahoo::before{content:""}.socicon-yammer::before{content:""}.socicon-yandex::before{content:""}.socicon-yelp::before{content:""}.socicon-younow::before{content:""}.socicon-youtube::before{content:""}.socicon-zapier::before{content:""}.socicon-zerply::before{content:""}.socicon-zomato::before{content:""}.socicon-zynga::before{content:""}.social-icons-lists .socicon{position:relative;top:3px;padding:10px;font-size:16px;display:inline-block;box-sizing:content-box}.social-icons-lists li.social-icons-list-item{margin:4px;padding:0!important;display:inline-block;border:none!important;list-style:none!important}.social-icons-lists li.social-icons-list-item a.social-icon{text-decoration:none}.social-icons-lists li.social-icons-list-item a.social-icon:active,.social-icons-lists li.social-icons-list-item a.social-icon:focus{outline:0}.social-icons-lists li.social-icons-list-item a.social-icon:hover .socicon{opacity:.8}.social-icons-lists li.social-icons-list-item a.social-icon span.social-icons-list-label{margin-right:4px}.social-icons-lists li.social-icons-list-item::after,.social-icons-lists li.social-icons-list-item::before{visibility:hidden}.social-icons-lists.show-icons-label{list-style:outside}.social-icons-lists.icons-background-rounded .socicon{border-radius:100%}.social-icons-lists.icons-background-rounded .socicon,.social-icons-lists.icons-background-square .socicon{color:#fff}.social-icons-lists.icons-background-rounded.centre,.social-icons-lists.icons-background-square.centre{padding:0;text-align:center}.social-icons-lists.icons-background-none .socicon{padding:0;background:0 0}.widget .social-icons-lists.show-icons-label li.social-icons-list-item{display:block}.widget .social-icons-lists.show-icons-label.icons-background-rounded.centre,.widget .social-icons-lists.show-icons-label.icons-background-square.centre{text-align:right}
assets/css/social-icons.css CHANGED
@@ -1 +1 @@
1
- @charset "UTF-8";@font-face{font-family:Socicon;src:url(../fonts/Socicon.eot);src:url(../fonts/Socicon.eot?#iefix) format("embedded-opentype"),url(../fonts/Socicon.woff2) format("woff2"),url(../fonts/Socicon.woff) format("woff"),url(../fonts/Socicon.ttf) format("truetype"),url(../fonts/Socicon.svg#Socicon) format("svg");font-weight:400;font-style:normal}[class*=socicon-],[class^=socicon-]{font-family:Socicon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.socicon-hackernews::before{content:""}.socicon-smashwords::before{content:""}.socicon-kobo::before{content:""}.socicon-bookbub::before{content:""}.socicon-mailru::before{content:""}.socicon-gitlab::before{content:""}.socicon-instructables::before{content:""}.socicon-portfolio::before{content:""}.socicon-codered::before{content:""}.socicon-origin::before{content:""}.socicon-nextdoor::before{content:""}.socicon-udemy::before{content:""}.socicon-livemaster::before{content:""}.socicon-crunchbase::before{content:""}.socicon-homefy::before{content:""}.socicon-calendly::before{content:""}.socicon-realtor::before{content:""}.socicon-tidal::before{content:""}.socicon-qobuz::before{content:""}.socicon-natgeo::before{content:""}.socicon-mastodon::before{content:""}.socicon-unsplash::before{content:""}.socicon-homeadvisor::before{content:""}.socicon-angieslist::before{content:""}.socicon-codepen::before{content:""}.socicon-slack::before{content:""}.socicon-openaigym::before{content:""}.socicon-logmein::before{content:""}.socicon-fiverr::before{content:""}.socicon-gotomeeting::before{content:""}.socicon-aliexpress::before{content:""}.socicon-guru::before{content:""}.socicon-appstore::before{content:""}.socicon-homes::before{content:""}.socicon-zoom::before{content:""}.socicon-alibaba::before{content:""}.socicon-craigslist::before{content:""}.socicon-wix::before{content:""}.socicon-redfin::before{content:""}.socicon-googlecalendar::before{content:""}.socicon-shopify::before{content:""}.socicon-freelancer::before{content:""}.socicon-seedrs::before{content:""}.socicon-bing::before{content:""}.socicon-doodle::before{content:""}.socicon-bonanza::before{content:""}.socicon-squarespace::before{content:""}.socicon-toptal::before{content:""}.socicon-gust::before{content:""}.socicon-ask::before{content:""}.socicon-trulia::before{content:""}.socicon-loomly::before{content:""}.socicon-ghost::before{content:""}.socicon-upwork::before{content:""}.socicon-fundable::before{content:""}.socicon-booking::before{content:""}.socicon-googlemaps::before{content:""}.socicon-zillow::before{content:""}.socicon-niconico::before{content:""}.socicon-toneden::before{content:""}.socicon-augment::before{content:""}.socicon-bitbucket::before{content:""}.socicon-fyuse::before{content:""}.socicon-yt-gaming::before{content:""}.socicon-sketchfab::before{content:""}.socicon-mobcrush::before{content:""}.socicon-microsoft::before{content:""}.socicon-pandora::before{content:""}.socicon-messenger::before{content:""}.socicon-gamewisp::before{content:""}.socicon-bloglovin::before{content:""}.socicon-tunein::before{content:""}.socicon-gamejolt::before{content:""}.socicon-trello::before{content:""}.socicon-spreadshirt::before{content:""}.socicon-500px::before{content:""}.socicon-8tracks::before{content:""}.socicon-airbnb::before{content:""}.socicon-alliance::before{content:""}.socicon-amazon::before{content:""}.socicon-amplement::before{content:""}.socicon-android::before{content:""}.socicon-angellist::before{content:""}.socicon-apple::before{content:""}.socicon-appnet::before{content:""}.socicon-baidu::before{content:""}.socicon-bandcamp::before{content:""}.socicon-battlenet::before{content:""}.socicon-mixer::before{content:""}.socicon-bebee::before{content:""}.socicon-bebo::before{content:""}.socicon-behance::before{content:""}.socicon-blizzard::before{content:""}.socicon-blogger::before{content:""}.socicon-buffer::before{content:""}.socicon-chrome::before{content:""}.socicon-coderwall::before{content:""}.socicon-curse::before{content:""}.socicon-dailymotion::before{content:""}.socicon-deezer::before{content:""}.socicon-delicious::before{content:""}.socicon-deviantart::before{content:""}.socicon-diablo::before{content:""}.socicon-digg::before{content:""}.socicon-discord::before{content:""}.socicon-disqus::before{content:""}.socicon-douban::before{content:""}.socicon-draugiem::before{content:""}.socicon-dribbble::before{content:""}.socicon-drupal::before{content:""}.socicon-ebay::before{content:""}.socicon-ello::before{content:""}.socicon-endomondo::before{content:""}.socicon-envato::before{content:""}.socicon-etsy::before{content:""}.socicon-facebook::before{content:""}.socicon-feedburner::before{content:""}.socicon-filmweb::before{content:""}.socicon-firefox::before{content:""}.socicon-flattr::before{content:""}.socicon-flickr::before{content:""}.socicon-formulr::before{content:""}.socicon-foursquare::before{content:""}.socicon-github::before{content:""}.socicon-goodreads::before{content:""}.socicon-google::before{content:""}.socicon-googlescholar::before{content:""}.socicon-googlegroups::before{content:""}.socicon-googlephotos::before{content:""}.socicon-googleplus::before{content:""}.socicon-grooveshark::before{content:""}.socicon-hackerrank::before{content:""}.socicon-hearthstone::before{content:""}.socicon-hellocoton::before{content:""}.socicon-heroes::before{content:""}.socicon-smashcast::before{content:""}.socicon-horde::before{content:""}.socicon-houzz::before{content:""}.socicon-icq::before{content:""}.socicon-identica::before{content:""}.socicon-imdb::before{content:""}.socicon-instagram::before{content:""}.socicon-issuu::before{content:""}.socicon-istock::before{content:""}.socicon-itunes::before{content:""}.socicon-keybase::before{content:""}.socicon-lanyrd::before{content:""}.socicon-lastfm::before{content:""}.socicon-line::before{content:""}.socicon-linkedin::before{content:""}.socicon-livejournal::before{content:""}.socicon-lyft::before{content:""}.socicon-macos::before{content:""}.socicon-mail::before{content:""}.socicon-medium::before{content:""}.socicon-meetup::before{content:""}.socicon-mixcloud::before{content:""}.socicon-modelmayhem::before{content:""}.socicon-mumble::before{content:""}.socicon-myspace::before{content:""}.socicon-nintendo::before{content:""}.socicon-npm::before{content:""}.socicon-odnoklassniki::before{content:""}.socicon-openid::before{content:""}.socicon-opera::before{content:""}.socicon-outlook::before{content:""}.socicon-overwatch::before{content:""}.socicon-patreon::before{content:""}.socicon-paypal::before{content:""}.socicon-periscope::before{content:""}.socicon-pinterest::before{content:""}.socicon-play::before{content:""}.socicon-player::before{content:""}.socicon-playstation::before{content:""}.socicon-pocket::before{content:""}.socicon-qq::before{content:""}.socicon-quora::before{content:""}.socicon-raidcall::before{content:""}.socicon-ravelry::before{content:""}.socicon-reddit::before{content:""}.socicon-renren::before{content:""}.socicon-researchgate::before{content:""}.socicon-residentadvisor::before{content:""}.socicon-reverbnation::before{content:""}.socicon-rss::before{content:""}.socicon-sharethis::before{content:""}.socicon-skype::before{content:""}.socicon-slideshare::before{content:""}.socicon-smugmug::before{content:""}.socicon-snapchat::before{content:""}.socicon-songkick::before{content:""}.socicon-soundcloud::before{content:""}.socicon-spotify::before{content:""}.socicon-stackexchange::before{content:""}.socicon-stackoverflow::before{content:""}.socicon-starcraft::before{content:""}.socicon-stayfriends::before{content:""}.socicon-steam::before{content:""}.socicon-storehouse::before{content:""}.socicon-strava::before{content:""}.socicon-streamjar::before{content:""}.socicon-stumbleupon::before{content:""}.socicon-swarm::before{content:""}.socicon-teamspeak::before{content:""}.socicon-teamviewer::before{content:""}.socicon-telegram::before{content:""}.socicon-tripadvisor::before{content:""}.socicon-tripit::before{content:""}.socicon-triplej::before{content:""}.socicon-tumblr::before{content:""}.socicon-twitch::before{content:""}.socicon-twitter::before{content:""}.socicon-uber::before{content:""}.socicon-ventrilo::before{content:""}.socicon-viadeo::before{content:""}.socicon-viber::before{content:""}.socicon-viewbug::before{content:""}.socicon-vimeo::before{content:""}.socicon-vine::before{content:""}.socicon-vkontakte::before{content:""}.socicon-warcraft::before{content:""}.socicon-wechat::before{content:""}.socicon-weibo::before{content:""}.socicon-whatsapp::before{content:""}.socicon-wikipedia::before{content:""}.socicon-windows::before{content:""}.socicon-wordpress::before{content:""}.socicon-wykop::before{content:""}.socicon-xbox::before{content:""}.socicon-xing::before{content:""}.socicon-yahoo::before{content:""}.socicon-yammer::before{content:""}.socicon-yandex::before{content:""}.socicon-yelp::before{content:""}.socicon-younow::before{content:""}.socicon-youtube::before{content:""}.socicon-zapier::before{content:""}.socicon-zerply::before{content:""}.socicon-zomato::before{content:""}.socicon-zynga::before{content:""}.social-icons-lists .socicon{position:relative;top:3px;padding:10px;font-size:16px;display:inline-block;box-sizing:content-box}.social-icons-lists li.social-icons-list-item{margin:4px;padding:0!important;display:inline-block;border:none!important;list-style:none!important}.social-icons-lists li.social-icons-list-item a.social-icon{text-decoration:none}.social-icons-lists li.social-icons-list-item a.social-icon:active,.social-icons-lists li.social-icons-list-item a.social-icon:focus{outline:0}.social-icons-lists li.social-icons-list-item a.social-icon:hover .socicon{opacity:.8}.social-icons-lists li.social-icons-list-item a.social-icon span.social-icons-list-label{margin-left:4px}.social-icons-lists li.social-icons-list-item::after,.social-icons-lists li.social-icons-list-item::before{visibility:hidden}.social-icons-lists.show-icons-label{list-style:outside}.social-icons-lists.icons-background-rounded .socicon{border-radius:100%}.social-icons-lists.icons-background-rounded .socicon,.social-icons-lists.icons-background-square .socicon{color:#fff}.social-icons-lists.icons-background-rounded.centre,.social-icons-lists.icons-background-square.centre{padding:0;text-align:center}.social-icons-lists.icons-background-none .socicon{padding:0;background:0 0}.widget .social-icons-lists.show-icons-label li.social-icons-list-item{display:block}.widget .social-icons-lists.show-icons-label.icons-background-rounded.centre,.widget .social-icons-lists.show-icons-label.icons-background-square.centre{text-align:left}
1
+ @font-face{font-family:'Socicon';src:url("../fonts/Socicon.eot");src:url("../fonts/Socicon.eot?#iefix") format("embedded-opentype"),url("../fonts/Socicon.woff2") format("woff2"),url("../fonts/Socicon.woff") format("woff"),url("../fonts/Socicon.ttf") format("truetype"),url("../fonts/Socicon.svg#Socicon") format("svg");font-weight:normal;font-style:normal}[class^='socicon-'],[class*='socicon-']{font-family:'Socicon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.socicon-moddb::before{content:""}.socicon-indiedb::before{content:""}.socicon-traxsource::before{content:""}.socicon-gamefor::before{content:""}.socicon-pixiv::before{content:""}.socicon-myanimelist::before{content:""}.socicon-blackberry::before{content:""}.socicon-wickr::before{content:""}.socicon-spip::before{content:""}.socicon-napster::before{content:""}.socicon-beatport::before{content:""}.socicon-hackerone::before{content:""}.socicon-hackernews::before{content:""}.socicon-smashwords::before{content:""}.socicon-kobo::before{content:""}.socicon-bookbub::before{content:""}.socicon-mailru::before{content:""}.socicon-gitlab::before{content:""}.socicon-instructables::before{content:""}.socicon-portfolio::before{content:""}.socicon-codered::before{content:""}.socicon-origin::before{content:""}.socicon-nextdoor::before{content:""}.socicon-udemy::before{content:""}.socicon-livemaster::before{content:""}.socicon-crunchbase::before{content:""}.socicon-homefy::before{content:""}.socicon-calendly::before{content:""}.socicon-realtor::before{content:""}.socicon-tidal::before{content:""}.socicon-qobuz::before{content:""}.socicon-natgeo::before{content:""}.socicon-mastodon::before{content:""}.socicon-unsplash::before{content:""}.socicon-homeadvisor::before{content:""}.socicon-angieslist::before{content:""}.socicon-codepen::before{content:""}.socicon-slack::before{content:""}.socicon-openaigym::before{content:""}.socicon-logmein::before{content:""}.socicon-fiverr::before{content:""}.socicon-gotomeeting::before{content:""}.socicon-aliexpress::before{content:""}.socicon-guru::before{content:""}.socicon-appstore::before{content:""}.socicon-homes::before{content:""}.socicon-zoom::before{content:""}.socicon-alibaba::before{content:""}.socicon-craigslist::before{content:""}.socicon-wix::before{content:""}.socicon-redfin::before{content:""}.socicon-googlecalendar::before{content:""}.socicon-shopify::before{content:""}.socicon-freelancer::before{content:""}.socicon-seedrs::before{content:""}.socicon-bing::before{content:""}.socicon-doodle::before{content:""}.socicon-bonanza::before{content:""}.socicon-squarespace::before{content:""}.socicon-toptal::before{content:""}.socicon-gust::before{content:""}.socicon-ask::before{content:""}.socicon-trulia::before{content:""}.socicon-loomly::before{content:""}.socicon-ghost::before{content:""}.socicon-upwork::before{content:""}.socicon-fundable::before{content:""}.socicon-booking::before{content:""}.socicon-googlemaps::before{content:""}.socicon-zillow::before{content:""}.socicon-niconico::before{content:""}.socicon-toneden::before{content:""}.socicon-augment::before{content:""}.socicon-bitbucket::before{content:""}.socicon-fyuse::before{content:""}.socicon-yt-gaming::before{content:""}.socicon-sketchfab::before{content:""}.socicon-mobcrush::before{content:""}.socicon-microsoft::before{content:""}.socicon-pandora::before{content:""}.socicon-messenger::before{content:""}.socicon-gamewisp::before{content:""}.socicon-bloglovin::before{content:""}.socicon-tunein::before{content:""}.socicon-gamejolt::before{content:""}.socicon-trello::before{content:""}.socicon-spreadshirt::before{content:""}.socicon-500px::before{content:""}.socicon-8tracks::before{content:""}.socicon-airbnb::before{content:""}.socicon-alliance::before{content:""}.socicon-amazon::before{content:""}.socicon-amplement::before{content:""}.socicon-android::before{content:""}.socicon-angellist::before{content:""}.socicon-apple::before{content:""}.socicon-appnet::before{content:""}.socicon-baidu::before{content:""}.socicon-bandcamp::before{content:""}.socicon-battlenet::before{content:""}.socicon-mixer::before{content:""}.socicon-bebee::before{content:""}.socicon-bebo::before{content:""}.socicon-behance::before{content:""}.socicon-blizzard::before{content:""}.socicon-blogger::before{content:""}.socicon-buffer::before{content:""}.socicon-chrome::before{content:""}.socicon-coderwall::before{content:""}.socicon-curse::before{content:""}.socicon-dailymotion::before{content:""}.socicon-deezer::before{content:""}.socicon-delicious::before{content:""}.socicon-deviantart::before{content:""}.socicon-diablo::before{content:""}.socicon-digg::before{content:""}.socicon-discord::before{content:""}.socicon-disqus::before{content:""}.socicon-douban::before{content:""}.socicon-draugiem::before{content:""}.socicon-dribbble::before{content:""}.socicon-drupal::before{content:""}.socicon-ebay::before{content:""}.socicon-ello::before{content:""}.socicon-endomondo::before{content:""}.socicon-envato::before{content:""}.socicon-etsy::before{content:""}.socicon-facebook::before{content:""}.socicon-feedburner::before{content:""}.socicon-filmweb::before{content:""}.socicon-firefox::before{content:""}.socicon-flattr::before{content:""}.socicon-flickr::before{content:""}.socicon-formulr::before{content:""}.socicon-foursquare::before{content:""}.socicon-github::before{content:""}.socicon-goodreads::before{content:""}.socicon-google::before{content:""}.socicon-googlescholar::before{content:""}.socicon-googlegroups::before{content:""}.socicon-googlephotos::before{content:""}.socicon-googleplus::before{content:""}.socicon-grooveshark::before{content:""}.socicon-hackerrank::before{content:""}.socicon-hearthstone::before{content:""}.socicon-hellocoton::before{content:""}.socicon-heroes::before{content:""}.socicon-smashcast::before{content:""}.socicon-horde::before{content:""}.socicon-houzz::before{content:""}.socicon-icq::before{content:""}.socicon-identica::before{content:""}.socicon-imdb::before{content:""}.socicon-instagram::before{content:""}.socicon-issuu::before{content:""}.socicon-istock::before{content:""}.socicon-itunes::before{content:""}.socicon-keybase::before{content:""}.socicon-lanyrd::before{content:""}.socicon-lastfm::before{content:""}.socicon-line::before{content:""}.socicon-linkedin::before{content:""}.socicon-livejournal::before{content:""}.socicon-lyft::before{content:""}.socicon-macos::before{content:""}.socicon-mail::before{content:""}.socicon-medium::before{content:""}.socicon-meetup::before{content:""}.socicon-mixcloud::before{content:""}.socicon-modelmayhem::before{content:""}.socicon-mumble::before{content:""}.socicon-myspace::before{content:""}.socicon-nintendo::before{content:""}.socicon-npm::before{content:""}.socicon-odnoklassniki::before{content:""}.socicon-openid::before{content:""}.socicon-opera::before{content:""}.socicon-outlook::before{content:""}.socicon-overwatch::before{content:""}.socicon-patreon::before{content:""}.socicon-paypal::before{content:""}.socicon-periscope::before{content:""}.socicon-pinterest::before{content:""}.socicon-play::before{content:""}.socicon-player::before{content:""}.socicon-playstation::before{content:""}.socicon-pocket::before{content:""}.socicon-qq::before{content:""}.socicon-quora::before{content:""}.socicon-raidcall::before{content:""}.socicon-ravelry::before{content:""}.socicon-reddit::before{content:""}.socicon-renren::before{content:""}.socicon-researchgate::before{content:""}.socicon-residentadvisor::before{content:""}.socicon-reverbnation::before{content:""}.socicon-rss::before{content:""}.socicon-sharethis::before{content:""}.socicon-skype::before{content:""}.socicon-slideshare::before{content:""}.socicon-smugmug::before{content:""}.socicon-snapchat::before{content:""}.socicon-songkick::before{content:""}.socicon-soundcloud::before{content:""}.socicon-spotify::before{content:""}.socicon-stackexchange::before{content:""}.socicon-stackoverflow::before{content:""}.socicon-starcraft::before{content:""}.socicon-stayfriends::before{content:""}.socicon-steam::before{content:""}.socicon-storehouse::before{content:""}.socicon-strava::before{content:""}.socicon-streamjar::before{content:""}.socicon-stumbleupon::before{content:""}.socicon-swarm::before{content:""}.socicon-teamspeak::before{content:""}.socicon-teamviewer::before{content:""}.socicon-telegram::before{content:""}.socicon-tripadvisor::before{content:""}.socicon-tripit::before{content:""}.socicon-triplej::before{content:""}.socicon-tumblr::before{content:""}.socicon-twitch::before{content:""}.socicon-twitter::before{content:""}.socicon-uber::before{content:""}.socicon-ventrilo::before{content:""}.socicon-viadeo::before{content:""}.socicon-viber::before{content:""}.socicon-viewbug::before{content:""}.socicon-vimeo::before{content:""}.socicon-vine::before{content:""}.socicon-vkontakte::before{content:""}.socicon-warcraft::before{content:""}.socicon-wechat::before{content:""}.socicon-weibo::before{content:""}.socicon-whatsapp::before{content:""}.socicon-wikipedia::before{content:""}.socicon-windows::before{content:""}.socicon-wordpress::before{content:""}.socicon-wykop::before{content:""}.socicon-xbox::before{content:""}.socicon-xing::before{content:""}.socicon-yahoo::before{content:""}.socicon-yammer::before{content:""}.socicon-yandex::before{content:""}.socicon-yelp::before{content:""}.socicon-younow::before{content:""}.socicon-youtube::before{content:""}.socicon-zapier::before{content:""}.socicon-zerply::before{content:""}.socicon-zomato::before{content:""}.socicon-zynga::before{content:""}.social-icons-lists .socicon{position:relative;top:3px;padding:10px;font-size:16px;display:inline-block;box-sizing:content-box}.social-icons-lists li.social-icons-list-item{margin:4px;padding:0 !important;display:inline-block;border:none !important;list-style:none !important;background:none !important}.social-icons-lists li.social-icons-list-item a.social-icon{text-decoration:none}.social-icons-lists li.social-icons-list-item a.social-icon:focus,.social-icons-lists li.social-icons-list-item a.social-icon:active{outline:none}.social-icons-lists li.social-icons-list-item a.social-icon:hover .socicon{opacity:0.8}.social-icons-lists li.social-icons-list-item a.social-icon span.social-icons-list-label{margin-left:4px}.social-icons-lists li.social-icons-list-item::before,.social-icons-lists li.social-icons-list-item::after{visibility:hidden}.social-icons-lists.show-icons-label{list-style:outside}.social-icons-lists.icons-background-rounded .socicon{border-radius:100%}.social-icons-lists.icons-background-square .socicon,.social-icons-lists.icons-background-rounded .socicon{color:#fff}.social-icons-lists.icons-background-square.centre,.social-icons-lists.icons-background-rounded.centre{padding:0;text-align:center}.social-icons-lists.icons-background-none .socicon{padding:0;background:transparent}.widget .social-icons-lists.show-icons-label li.social-icons-list-item{display:block}.widget .social-icons-lists.show-icons-label.icons-background-square.centre,.widget .social-icons-lists.show-icons-label.icons-background-rounded.centre{text-align:left}
assets/css/social-icons.scss CHANGED
@@ -28,6 +28,7 @@
28
  display: inline-block;
29
  border: none !important;
30
  list-style: none !important;
 
31
 
32
  a.social-icon {
33
  text-decoration: none;
28
  display: inline-block;
29
  border: none !important;
30
  list-style: none !important;
31
+ background: none !important; /* in case theme uses background feature instead of list-style. */
32
 
33
  a.social-icon {
34
  text-decoration: none;
assets/css/widgets.css CHANGED
@@ -1 +1 @@
1
- @charset "UTF-8";@font-face{font-family:Socicon;src:url(../fonts/Socicon.eot);src:url(../fonts/Socicon.eot?#iefix) format("embedded-opentype"),url(../fonts/Socicon.woff2) format("woff2"),url(../fonts/Socicon.woff) format("woff"),url(../fonts/Socicon.ttf) format("truetype"),url(../fonts/Socicon.svg#Socicon) format("svg");font-weight:400;font-style:normal}[class*=socicon-],[class^=socicon-]{font-family:Socicon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.socicon-hackernews::before{content:""}.socicon-smashwords::before{content:""}.socicon-kobo::before{content:""}.socicon-bookbub::before{content:""}.socicon-mailru::before{content:""}.socicon-gitlab::before{content:""}.socicon-instructables::before{content:""}.socicon-portfolio::before{content:""}.socicon-codered::before{content:""}.socicon-origin::before{content:""}.socicon-nextdoor::before{content:""}.socicon-udemy::before{content:""}.socicon-livemaster::before{content:""}.socicon-crunchbase::before{content:""}.socicon-homefy::before{content:""}.socicon-calendly::before{content:""}.socicon-realtor::before{content:""}.socicon-tidal::before{content:""}.socicon-qobuz::before{content:""}.socicon-natgeo::before{content:""}.socicon-mastodon::before{content:""}.socicon-unsplash::before{content:""}.socicon-homeadvisor::before{content:""}.socicon-angieslist::before{content:""}.socicon-codepen::before{content:""}.socicon-slack::before{content:""}.socicon-openaigym::before{content:""}.socicon-logmein::before{content:""}.socicon-fiverr::before{content:""}.socicon-gotomeeting::before{content:""}.socicon-aliexpress::before{content:""}.socicon-guru::before{content:""}.socicon-appstore::before{content:""}.socicon-homes::before{content:""}.socicon-zoom::before{content:""}.socicon-alibaba::before{content:""}.socicon-craigslist::before{content:""}.socicon-wix::before{content:""}.socicon-redfin::before{content:""}.socicon-googlecalendar::before{content:""}.socicon-shopify::before{content:""}.socicon-freelancer::before{content:""}.socicon-seedrs::before{content:""}.socicon-bing::before{content:""}.socicon-doodle::before{content:""}.socicon-bonanza::before{content:""}.socicon-squarespace::before{content:""}.socicon-toptal::before{content:""}.socicon-gust::before{content:""}.socicon-ask::before{content:""}.socicon-trulia::before{content:""}.socicon-loomly::before{content:""}.socicon-ghost::before{content:""}.socicon-upwork::before{content:""}.socicon-fundable::before{content:""}.socicon-booking::before{content:""}.socicon-googlemaps::before{content:""}.socicon-zillow::before{content:""}.socicon-niconico::before{content:""}.socicon-toneden::before{content:""}.socicon-augment::before{content:""}.socicon-bitbucket::before{content:""}.socicon-fyuse::before{content:""}.socicon-yt-gaming::before{content:""}.socicon-sketchfab::before{content:""}.socicon-mobcrush::before{content:""}.socicon-microsoft::before{content:""}.socicon-pandora::before{content:""}.socicon-messenger::before{content:""}.socicon-gamewisp::before{content:""}.socicon-bloglovin::before{content:""}.socicon-tunein::before{content:""}.socicon-gamejolt::before{content:""}.socicon-trello::before{content:""}.socicon-spreadshirt::before{content:""}.socicon-500px::before{content:""}.socicon-8tracks::before{content:""}.socicon-airbnb::before{content:""}.socicon-alliance::before{content:""}.socicon-amazon::before{content:""}.socicon-amplement::before{content:""}.socicon-android::before{content:""}.socicon-angellist::before{content:""}.socicon-apple::before{content:""}.socicon-appnet::before{content:""}.socicon-baidu::before{content:""}.socicon-bandcamp::before{content:""}.socicon-battlenet::before{content:""}.socicon-mixer::before{content:""}.socicon-bebee::before{content:""}.socicon-bebo::before{content:""}.socicon-behance::before{content:""}.socicon-blizzard::before{content:""}.socicon-blogger::before{content:""}.socicon-buffer::before{content:""}.socicon-chrome::before{content:""}.socicon-coderwall::before{content:""}.socicon-curse::before{content:""}.socicon-dailymotion::before{content:""}.socicon-deezer::before{content:""}.socicon-delicious::before{content:""}.socicon-deviantart::before{content:""}.socicon-diablo::before{content:""}.socicon-digg::before{content:""}.socicon-discord::before{content:""}.socicon-disqus::before{content:""}.socicon-douban::before{content:""}.socicon-draugiem::before{content:""}.socicon-dribbble::before{content:""}.socicon-drupal::before{content:""}.socicon-ebay::before{content:""}.socicon-ello::before{content:""}.socicon-endomondo::before{content:""}.socicon-envato::before{content:""}.socicon-etsy::before{content:""}.socicon-facebook::before{content:""}.socicon-feedburner::before{content:""}.socicon-filmweb::before{content:""}.socicon-firefox::before{content:""}.socicon-flattr::before{content:""}.socicon-flickr::before{content:""}.socicon-formulr::before{content:""}.socicon-foursquare::before{content:""}.socicon-github::before{content:""}.socicon-goodreads::before{content:""}.socicon-google::before{content:""}.socicon-googlescholar::before{content:""}.socicon-googlegroups::before{content:""}.socicon-googlephotos::before{content:""}.socicon-googleplus::before{content:""}.socicon-grooveshark::before{content:""}.socicon-hackerrank::before{content:""}.socicon-hearthstone::before{content:""}.socicon-hellocoton::before{content:""}.socicon-heroes::before{content:""}.socicon-smashcast::before{content:""}.socicon-horde::before{content:""}.socicon-houzz::before{content:""}.socicon-icq::before{content:""}.socicon-identica::before{content:""}.socicon-imdb::before{content:""}.socicon-instagram::before{content:""}.socicon-issuu::before{content:""}.socicon-istock::before{content:""}.socicon-itunes::before{content:""}.socicon-keybase::before{content:""}.socicon-lanyrd::before{content:""}.socicon-lastfm::before{content:""}.socicon-line::before{content:""}.socicon-linkedin::before{content:""}.socicon-livejournal::before{content:""}.socicon-lyft::before{content:""}.socicon-macos::before{content:""}.socicon-mail::before{content:""}.socicon-medium::before{content:""}.socicon-meetup::before{content:""}.socicon-mixcloud::before{content:""}.socicon-modelmayhem::before{content:""}.socicon-mumble::before{content:""}.socicon-myspace::before{content:""}.socicon-nintendo::before{content:""}.socicon-npm::before{content:""}.socicon-odnoklassniki::before{content:""}.socicon-openid::before{content:""}.socicon-opera::before{content:""}.socicon-outlook::before{content:""}.socicon-overwatch::before{content:""}.socicon-patreon::before{content:""}.socicon-paypal::before{content:""}.socicon-periscope::before{content:""}.socicon-pinterest::before{content:""}.socicon-play::before{content:""}.socicon-player::before{content:""}.socicon-playstation::before{content:""}.socicon-pocket::before{content:""}.socicon-qq::before{content:""}.socicon-quora::before{content:""}.socicon-raidcall::before{content:""}.socicon-ravelry::before{content:""}.socicon-reddit::before{content:""}.socicon-renren::before{content:""}.socicon-researchgate::before{content:""}.socicon-residentadvisor::before{content:""}.socicon-reverbnation::before{content:""}.socicon-rss::before{content:""}.socicon-sharethis::before{content:""}.socicon-skype::before{content:""}.socicon-slideshare::before{content:""}.socicon-smugmug::before{content:""}.socicon-snapchat::before{content:""}.socicon-songkick::before{content:""}.socicon-soundcloud::before{content:""}.socicon-spotify::before{content:""}.socicon-stackexchange::before{content:""}.socicon-stackoverflow::before{content:""}.socicon-starcraft::before{content:""}.socicon-stayfriends::before{content:""}.socicon-steam::before{content:""}.socicon-storehouse::before{content:""}.socicon-strava::before{content:""}.socicon-streamjar::before{content:""}.socicon-stumbleupon::before{content:""}.socicon-swarm::before{content:""}.socicon-teamspeak::before{content:""}.socicon-teamviewer::before{content:""}.socicon-telegram::before{content:""}.socicon-tripadvisor::before{content:""}.socicon-tripit::before{content:""}.socicon-triplej::before{content:""}.socicon-tumblr::before{content:""}.socicon-twitch::before{content:""}.socicon-twitter::before{content:""}.socicon-uber::before{content:""}.socicon-ventrilo::before{content:""}.socicon-viadeo::before{content:""}.socicon-viber::before{content:""}.socicon-viewbug::before{content:""}.socicon-vimeo::before{content:""}.socicon-vine::before{content:""}.socicon-vkontakte::before{content:""}.socicon-warcraft::before{content:""}.socicon-wechat::before{content:""}.socicon-weibo::before{content:""}.socicon-whatsapp::before{content:""}.socicon-wikipedia::before{content:""}.socicon-windows::before{content:""}.socicon-wordpress::before{content:""}.socicon-wykop::before{content:""}.socicon-xbox::before{content:""}.socicon-xing::before{content:""}.socicon-yahoo::before{content:""}.socicon-yammer::before{content:""}.socicon-yandex::before{content:""}.socicon-yelp::before{content:""}.socicon-younow::before{content:""}.socicon-youtube::before{content:""}.socicon-zapier::before{content:""}.socicon-zerply::before{content:""}.socicon-zomato::before{content:""}.socicon-zynga::before{content:""}.social-icons-field-handle{float:left;cursor:move;margin-top:12px;margin-left:-100%}.social-icons-field-handle.dashicons{width:30px;margin-top:18px}.social-icons-field-handle.socicon{position:relative;top:3px;color:#fff;padding:6px;display:inline-block;font-size:1.2em}.social-icons-field-remove{width:30px;float:left;display:block;text-align:right;margin-top:20px;margin-left:-30px;text-decoration:none}.social-icons-field-remove:active,.social-icons-field-remove:focus{outline:0;box-shadow:none}.social-icons-field-remove span.dashicons:hover{color:#a00}.social-icons-add-button{margin-bottom:10px}.wp-customizer .social-icons-add-button{margin-top:1em}ul.social-icons-list{border:1px solid #ddd}ul.social-icons-list li.social-icons-field{margin:-1px;padding:10px;display:block;border:1px solid #ddd}ul.social-icons-list li.social-icons-field::after,ul.social-icons-list li.social-icons-field::before{content:' ';display:table}ul.social-icons-list li.social-icons-field::after{clear:both}ul.social-icons-list li.social-icons-field:last-child{border-bottom:none}ul.social-icons-list li.social-icons-field .social-icons-wrap{float:left;width:100%}ul.social-icons-list li.social-icons-field .social-icons-wrap .social-icons-inputs{margin-left:40px;margin-right:30px}ul.social-icons-list li.social-icons-field .social-icons-wrap .social-icons-inputs input.social-icons-field-label[type=text]{margin-top:2px}ul.social-icons-list li.social-icons-field.ui-sortable-helper{border:1px dashed #999}.hide-icons-label .social-icons-field-label{display:none}.hide-icons-label .social-icons-field-handle{margin-top:-4px}.hide-icons-label .social-icons-field-handle.dashicons{margin-top:3px}.hide-icons-label .social-icons-field-remove{margin-top:3px}
1
+ @font-face{font-family:'Socicon';src:url("../fonts/Socicon.eot");src:url("../fonts/Socicon.eot?#iefix") format("embedded-opentype"),url("../fonts/Socicon.woff2") format("woff2"),url("../fonts/Socicon.woff") format("woff"),url("../fonts/Socicon.ttf") format("truetype"),url("../fonts/Socicon.svg#Socicon") format("svg");font-weight:normal;font-style:normal}[class^='socicon-'],[class*='socicon-']{font-family:'Socicon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.socicon-moddb::before{content:""}.socicon-indiedb::before{content:""}.socicon-traxsource::before{content:""}.socicon-gamefor::before{content:""}.socicon-pixiv::before{content:""}.socicon-myanimelist::before{content:""}.socicon-blackberry::before{content:""}.socicon-wickr::before{content:""}.socicon-spip::before{content:""}.socicon-napster::before{content:""}.socicon-beatport::before{content:""}.socicon-hackerone::before{content:""}.socicon-hackernews::before{content:""}.socicon-smashwords::before{content:""}.socicon-kobo::before{content:""}.socicon-bookbub::before{content:""}.socicon-mailru::before{content:""}.socicon-gitlab::before{content:""}.socicon-instructables::before{content:""}.socicon-portfolio::before{content:""}.socicon-codered::before{content:""}.socicon-origin::before{content:""}.socicon-nextdoor::before{content:""}.socicon-udemy::before{content:""}.socicon-livemaster::before{content:""}.socicon-crunchbase::before{content:""}.socicon-homefy::before{content:""}.socicon-calendly::before{content:""}.socicon-realtor::before{content:""}.socicon-tidal::before{content:""}.socicon-qobuz::before{content:""}.socicon-natgeo::before{content:""}.socicon-mastodon::before{content:""}.socicon-unsplash::before{content:""}.socicon-homeadvisor::before{content:""}.socicon-angieslist::before{content:""}.socicon-codepen::before{content:""}.socicon-slack::before{content:""}.socicon-openaigym::before{content:""}.socicon-logmein::before{content:""}.socicon-fiverr::before{content:""}.socicon-gotomeeting::before{content:""}.socicon-aliexpress::before{content:""}.socicon-guru::before{content:""}.socicon-appstore::before{content:""}.socicon-homes::before{content:""}.socicon-zoom::before{content:""}.socicon-alibaba::before{content:""}.socicon-craigslist::before{content:""}.socicon-wix::before{content:""}.socicon-redfin::before{content:""}.socicon-googlecalendar::before{content:""}.socicon-shopify::before{content:""}.socicon-freelancer::before{content:""}.socicon-seedrs::before{content:""}.socicon-bing::before{content:""}.socicon-doodle::before{content:""}.socicon-bonanza::before{content:""}.socicon-squarespace::before{content:""}.socicon-toptal::before{content:""}.socicon-gust::before{content:""}.socicon-ask::before{content:""}.socicon-trulia::before{content:""}.socicon-loomly::before{content:""}.socicon-ghost::before{content:""}.socicon-upwork::before{content:""}.socicon-fundable::before{content:""}.socicon-booking::before{content:""}.socicon-googlemaps::before{content:""}.socicon-zillow::before{content:""}.socicon-niconico::before{content:""}.socicon-toneden::before{content:""}.socicon-augment::before{content:""}.socicon-bitbucket::before{content:""}.socicon-fyuse::before{content:""}.socicon-yt-gaming::before{content:""}.socicon-sketchfab::before{content:""}.socicon-mobcrush::before{content:""}.socicon-microsoft::before{content:""}.socicon-pandora::before{content:""}.socicon-messenger::before{content:""}.socicon-gamewisp::before{content:""}.socicon-bloglovin::before{content:""}.socicon-tunein::before{content:""}.socicon-gamejolt::before{content:""}.socicon-trello::before{content:""}.socicon-spreadshirt::before{content:""}.socicon-500px::before{content:""}.socicon-8tracks::before{content:""}.socicon-airbnb::before{content:""}.socicon-alliance::before{content:""}.socicon-amazon::before{content:""}.socicon-amplement::before{content:""}.socicon-android::before{content:""}.socicon-angellist::before{content:""}.socicon-apple::before{content:""}.socicon-appnet::before{content:""}.socicon-baidu::before{content:""}.socicon-bandcamp::before{content:""}.socicon-battlenet::before{content:""}.socicon-mixer::before{content:""}.socicon-bebee::before{content:""}.socicon-bebo::before{content:""}.socicon-behance::before{content:""}.socicon-blizzard::before{content:""}.socicon-blogger::before{content:""}.socicon-buffer::before{content:""}.socicon-chrome::before{content:""}.socicon-coderwall::before{content:""}.socicon-curse::before{content:""}.socicon-dailymotion::before{content:""}.socicon-deezer::before{content:""}.socicon-delicious::before{content:""}.socicon-deviantart::before{content:""}.socicon-diablo::before{content:""}.socicon-digg::before{content:""}.socicon-discord::before{content:""}.socicon-disqus::before{content:""}.socicon-douban::before{content:""}.socicon-draugiem::before{content:""}.socicon-dribbble::before{content:""}.socicon-drupal::before{content:""}.socicon-ebay::before{content:""}.socicon-ello::before{content:""}.socicon-endomondo::before{content:""}.socicon-envato::before{content:""}.socicon-etsy::before{content:""}.socicon-facebook::before{content:""}.socicon-feedburner::before{content:""}.socicon-filmweb::before{content:""}.socicon-firefox::before{content:""}.socicon-flattr::before{content:""}.socicon-flickr::before{content:""}.socicon-formulr::before{content:""}.socicon-foursquare::before{content:""}.socicon-github::before{content:""}.socicon-goodreads::before{content:""}.socicon-google::before{content:""}.socicon-googlescholar::before{content:""}.socicon-googlegroups::before{content:""}.socicon-googlephotos::before{content:""}.socicon-googleplus::before{content:""}.socicon-grooveshark::before{content:""}.socicon-hackerrank::before{content:""}.socicon-hearthstone::before{content:""}.socicon-hellocoton::before{content:""}.socicon-heroes::before{content:""}.socicon-smashcast::before{content:""}.socicon-horde::before{content:""}.socicon-houzz::before{content:""}.socicon-icq::before{content:""}.socicon-identica::before{content:""}.socicon-imdb::before{content:""}.socicon-instagram::before{content:""}.socicon-issuu::before{content:""}.socicon-istock::before{content:""}.socicon-itunes::before{content:""}.socicon-keybase::before{content:""}.socicon-lanyrd::before{content:""}.socicon-lastfm::before{content:""}.socicon-line::before{content:""}.socicon-linkedin::before{content:""}.socicon-livejournal::before{content:""}.socicon-lyft::before{content:""}.socicon-macos::before{content:""}.socicon-mail::before{content:""}.socicon-medium::before{content:""}.socicon-meetup::before{content:""}.socicon-mixcloud::before{content:""}.socicon-modelmayhem::before{content:""}.socicon-mumble::before{content:""}.socicon-myspace::before{content:""}.socicon-nintendo::before{content:""}.socicon-npm::before{content:""}.socicon-odnoklassniki::before{content:""}.socicon-openid::before{content:""}.socicon-opera::before{content:""}.socicon-outlook::before{content:""}.socicon-overwatch::before{content:""}.socicon-patreon::before{content:""}.socicon-paypal::before{content:""}.socicon-periscope::before{content:""}.socicon-pinterest::before{content:""}.socicon-play::before{content:""}.socicon-player::before{content:""}.socicon-playstation::before{content:""}.socicon-pocket::before{content:""}.socicon-qq::before{content:""}.socicon-quora::before{content:""}.socicon-raidcall::before{content:""}.socicon-ravelry::before{content:""}.socicon-reddit::before{content:""}.socicon-renren::before{content:""}.socicon-researchgate::before{content:""}.socicon-residentadvisor::before{content:""}.socicon-reverbnation::before{content:""}.socicon-rss::before{content:""}.socicon-sharethis::before{content:""}.socicon-skype::before{content:""}.socicon-slideshare::before{content:""}.socicon-smugmug::before{content:""}.socicon-snapchat::before{content:""}.socicon-songkick::before{content:""}.socicon-soundcloud::before{content:""}.socicon-spotify::before{content:""}.socicon-stackexchange::before{content:""}.socicon-stackoverflow::before{content:""}.socicon-starcraft::before{content:""}.socicon-stayfriends::before{content:""}.socicon-steam::before{content:""}.socicon-storehouse::before{content:""}.socicon-strava::before{content:""}.socicon-streamjar::before{content:""}.socicon-stumbleupon::before{content:""}.socicon-swarm::before{content:""}.socicon-teamspeak::before{content:""}.socicon-teamviewer::before{content:""}.socicon-telegram::before{content:""}.socicon-tripadvisor::before{content:""}.socicon-tripit::before{content:""}.socicon-triplej::before{content:""}.socicon-tumblr::before{content:""}.socicon-twitch::before{content:""}.socicon-twitter::before{content:""}.socicon-uber::before{content:""}.socicon-ventrilo::before{content:""}.socicon-viadeo::before{content:""}.socicon-viber::before{content:""}.socicon-viewbug::before{content:""}.socicon-vimeo::before{content:""}.socicon-vine::before{content:""}.socicon-vkontakte::before{content:""}.socicon-warcraft::before{content:""}.socicon-wechat::before{content:""}.socicon-weibo::before{content:""}.socicon-whatsapp::before{content:""}.socicon-wikipedia::before{content:""}.socicon-windows::before{content:""}.socicon-wordpress::before{content:""}.socicon-wykop::before{content:""}.socicon-xbox::before{content:""}.socicon-xing::before{content:""}.socicon-yahoo::before{content:""}.socicon-yammer::before{content:""}.socicon-yandex::before{content:""}.socicon-yelp::before{content:""}.socicon-younow::before{content:""}.socicon-youtube::before{content:""}.socicon-zapier::before{content:""}.socicon-zerply::before{content:""}.socicon-zomato::before{content:""}.socicon-zynga::before{content:""}.social-icons-field-handle{float:left;cursor:move;margin-top:12px;margin-left:-100%}.social-icons-field-handle.dashicons{width:30px;margin-top:18px}.social-icons-field-handle.socicon{position:relative;top:3px;color:#fff;padding:6px;display:inline-block;font-size:1.2em}.social-icons-field-remove{width:30px;float:left;display:block;text-align:right;margin-top:20px;margin-left:-30px;text-decoration:none}.social-icons-field-remove:focus,.social-icons-field-remove:active{outline:none;box-shadow:none}.social-icons-field-remove span.dashicons:hover{color:#a00}.social-icons-add-button{margin-bottom:10px}.wp-customizer .social-icons-add-button{margin-top:1em}ul.social-icons-list{border:1px solid #ddd}ul.social-icons-list li.social-icons-field{margin:-1px;padding:10px;display:block;border:1px solid #ddd;*zoom:1}ul.social-icons-list li.social-icons-field::before,ul.social-icons-list li.social-icons-field::after{content:' ';display:table}ul.social-icons-list li.social-icons-field::after{clear:both}ul.social-icons-list li.social-icons-field:last-child{border-bottom:none}ul.social-icons-list li.social-icons-field .social-icons-wrap{float:left;width:100%}ul.social-icons-list li.social-icons-field .social-icons-wrap .social-icons-inputs{margin-left:40px;margin-right:30px}ul.social-icons-list li.social-icons-field .social-icons-wrap .social-icons-inputs input.social-icons-field-label[type='text']{margin-top:2px}ul.social-icons-list li.social-icons-field.ui-sortable-helper{border:1px dashed #999}.hide-icons-label .social-icons-field-label{display:none}.hide-icons-label .social-icons-field-handle{margin-top:-4px}.hide-icons-label .social-icons-field-handle.dashicons{margin-top:3px}.hide-icons-label .social-icons-field-remove{margin-top:3px}
assets/fonts/Socicon.eot CHANGED
Binary file
assets/fonts/Socicon.svg CHANGED
@@ -252,4 +252,17 @@
252
  <glyph unicode="&#xe948;" glyph-name="kobo" d="M205.824 960h164.864v-588.8l228.352 271.36h196.608l-263.168-305.152 285.696-401.408h-196.608l-247.808 357.376h-3.072v-357.376h-164.864c0 0 0 1024 0 1024z" />
253
  <glyph unicode="&#xe949;" glyph-name="bookbub" d="M0 111.104v673.792h229.376c69.632 0 123.904-13.312 162.816-40.96s58.368-66.56 58.368-115.712c0-35.84-11.264-67.584-34.816-95.232-22.528-27.648-53.248-47.104-92.16-59.392v-1.024c47.104-6.144 84.992-23.552 113.664-53.248 27.648-29.696 41.984-65.536 41.984-108.544 0-60.416-21.504-108.544-64.512-144.384s-101.376-54.272-174.080-54.272h-240.64zM130.048 684.544v-177.152h70.656c34.816 0 62.464 8.192 81.92 24.576s29.696 39.936 29.696 70.656c0 54.272-38.912 81.92-116.736 81.92h-65.536zM130.048 407.040v-195.584h90.112c38.912 0 68.608 9.216 90.112 26.624s31.744 41.984 31.744 73.728c0 63.488-41.984 95.232-125.952 95.232h-86.016zM544.768 111.104v673.792h229.376c69.632 0 123.904-13.312 162.816-40.96s58.368-66.56 58.368-115.712c0-35.84-11.264-67.584-34.816-95.232-22.528-27.648-53.248-47.104-92.16-59.392v-1.024c47.104-6.144 84.992-23.552 113.664-53.248 27.648-29.696 41.984-65.536 41.984-108.544 0-60.416-21.504-108.544-64.512-144.384s-101.376-54.272-174.080-54.272h-240.64zM674.816 684.544v-177.152h70.656c34.816 0 62.464 8.192 81.92 24.576s29.696 39.936 29.696 70.656c0 54.272-38.912 81.92-116.736 81.92h-65.536zM674.816 407.040v-195.584h90.112c38.912 0 68.608 9.216 90.112 26.624s31.744 41.984 31.744 73.728c0 63.488-41.984 95.232-125.952 95.232h-86.016z" />
254
  <glyph unicode="&#xe94a;" glyph-name="mailru" d="M494.592 738.816c77.824-1.024 151.552-33.792 205.824-90.112v0c-2.048 23.552 15.36 44.032 39.936 46.080 1.024 0 2.048 0 2.048 0h6.144c25.6-1.024 46.080-21.504 46.080-48.128 0 0 0 0 0 0v-408.576c-2.048-14.336 7.168-27.648 21.504-30.72 8.192-1.024 16.384 1.024 22.528 7.168 64.512 67.584 142.336 347.136-39.936 508.928-146.432 128-358.4 145.408-522.24 40.96-148.48-109.568-202.752-307.2-132.096-477.184 87.040-204.8 337.92-265.216 487.424-204.8 75.776 30.72 110.592-72.704 31.744-106.496-118.784-51.2-447.488-46.080-602.112 224.256-103.424 182.272-97.28 502.784 178.176 668.672 211.968 126.976 484.352 92.16 657.408-84.992 175.104-185.344 164.864-532.48-6.144-667.648-52.224-39.936-126.976-30.72-166.912 22.528-14.336 19.456-23.552 41.984-24.576 65.536l-1.024 28.672c-54.272-55.296-126.976-86.016-203.776-86.016-161.792 2.048-290.816 134.144-290.816 295.936s129.024 292.864 290.816 295.936c0 0 0 0 0 0zM689.152 453.12c-1.024 102.4-83.968 184.32-186.368 183.296-2.048 0-3.072 0-5.12 0h-4.096c-116.736 0-182.272-93.184-182.272-198.656 0-118.784 78.848-193.536 181.248-193.536 105.472-2.048 192.512 80.896 195.584 185.344 1.024 0 1.024 23.552 1.024 23.552z" />
 
 
 
 
 
 
 
 
 
 
 
 
 
255
  </font></defs></svg>
252
  <glyph unicode="&#xe948;" glyph-name="kobo" d="M205.824 960h164.864v-588.8l228.352 271.36h196.608l-263.168-305.152 285.696-401.408h-196.608l-247.808 357.376h-3.072v-357.376h-164.864c0 0 0 1024 0 1024z" />
253
  <glyph unicode="&#xe949;" glyph-name="bookbub" d="M0 111.104v673.792h229.376c69.632 0 123.904-13.312 162.816-40.96s58.368-66.56 58.368-115.712c0-35.84-11.264-67.584-34.816-95.232-22.528-27.648-53.248-47.104-92.16-59.392v-1.024c47.104-6.144 84.992-23.552 113.664-53.248 27.648-29.696 41.984-65.536 41.984-108.544 0-60.416-21.504-108.544-64.512-144.384s-101.376-54.272-174.080-54.272h-240.64zM130.048 684.544v-177.152h70.656c34.816 0 62.464 8.192 81.92 24.576s29.696 39.936 29.696 70.656c0 54.272-38.912 81.92-116.736 81.92h-65.536zM130.048 407.040v-195.584h90.112c38.912 0 68.608 9.216 90.112 26.624s31.744 41.984 31.744 73.728c0 63.488-41.984 95.232-125.952 95.232h-86.016zM544.768 111.104v673.792h229.376c69.632 0 123.904-13.312 162.816-40.96s58.368-66.56 58.368-115.712c0-35.84-11.264-67.584-34.816-95.232-22.528-27.648-53.248-47.104-92.16-59.392v-1.024c47.104-6.144 84.992-23.552 113.664-53.248 27.648-29.696 41.984-65.536 41.984-108.544 0-60.416-21.504-108.544-64.512-144.384s-101.376-54.272-174.080-54.272h-240.64zM674.816 684.544v-177.152h70.656c34.816 0 62.464 8.192 81.92 24.576s29.696 39.936 29.696 70.656c0 54.272-38.912 81.92-116.736 81.92h-65.536zM674.816 407.040v-195.584h90.112c38.912 0 68.608 9.216 90.112 26.624s31.744 41.984 31.744 73.728c0 63.488-41.984 95.232-125.952 95.232h-86.016z" />
254
  <glyph unicode="&#xe94a;" glyph-name="mailru" d="M494.592 738.816c77.824-1.024 151.552-33.792 205.824-90.112v0c-2.048 23.552 15.36 44.032 39.936 46.080 1.024 0 2.048 0 2.048 0h6.144c25.6-1.024 46.080-21.504 46.080-48.128 0 0 0 0 0 0v-408.576c-2.048-14.336 7.168-27.648 21.504-30.72 8.192-1.024 16.384 1.024 22.528 7.168 64.512 67.584 142.336 347.136-39.936 508.928-146.432 128-358.4 145.408-522.24 40.96-148.48-109.568-202.752-307.2-132.096-477.184 87.040-204.8 337.92-265.216 487.424-204.8 75.776 30.72 110.592-72.704 31.744-106.496-118.784-51.2-447.488-46.080-602.112 224.256-103.424 182.272-97.28 502.784 178.176 668.672 211.968 126.976 484.352 92.16 657.408-84.992 175.104-185.344 164.864-532.48-6.144-667.648-52.224-39.936-126.976-30.72-166.912 22.528-14.336 19.456-23.552 41.984-24.576 65.536l-1.024 28.672c-54.272-55.296-126.976-86.016-203.776-86.016-161.792 2.048-290.816 134.144-290.816 295.936s129.024 292.864 290.816 295.936c0 0 0 0 0 0zM689.152 453.12c-1.024 102.4-83.968 184.32-186.368 183.296-2.048 0-3.072 0-5.12 0h-4.096c-116.736 0-182.272-93.184-182.272-198.656 0-118.784 78.848-193.536 181.248-193.536 105.472-2.048 192.512 80.896 195.584 185.344 1.024 0 1.024 23.552 1.024 23.552z" />
255
+ <glyph unicode="&#xe94b;" glyph-name="moddb" d="M801.874 724.736c-6.697 54.589-27.474 103.322-63.037 144.876-38.502 44.995-83.476 80.968-144.599 90.388-16.804 0-33.597 0-50.401 0-5.417-6.39-4.198-14.162-4.209-21.545-0.102-67.052 0.113-134.103-0.123-201.155-0.154-40.94 4.792-35.226-36.116-35.625-21.412-0.215-21.586 0.113-21.606 21.074-0.041 71.895 0.031 143.8-0.072 215.706 0 7.383 1.208 15.155-4.198 21.545-15.923 0-31.836 0-47.759 0-10.875-3.236-22.344-3-33.239-7.26-26.726-10.445-49.92-26.501-72.161-43.909-35.799-28.017-61.737-64.102-80.507-105.196-14.213-31.109-21.043-64.256-23.665-98.304 0-15.923 0-31.836 0-47.749 3.195-6.216 1.208-12.995 1.935-19.476 7.629-67.932 37.376-125.297 87.265-170.639 19.405-17.633 24.3-35.195 24.105-59.484-0.942-121.836-0.666-243.702-0.297-365.548 0.113-39.301 13.158-72.325 48.517-94.239 14.285-8.847 30.167-8.55 45.394-12.186 57.477 0 114.954 0 172.431 0 3.482 2.601 7.741 1.659 11.52 1.946 27.597 2.14 47.841 16.159 63.662 37.96 14.725 20.275 18.668 43.704 18.719 67.748 0.297 128.911 0.236 257.823-0.020 386.734-0.020 11.971 3.656 20.316 12.902 28.508 38.298 33.976 66.806 74.813 83.343 123.72 8.243 24.402 11.684 49.551 14.162 74.957 0 15.913 0 31.826 0 47.749-3.297 6.164-1.157 12.943-1.946 19.405zM629.555 492.37c-3.226-2.14-7.363-3.205-9.277-7.096 0.020-13.353 0.041-26.685 0.061-40.038 0.143-75.069 0.328-150.149 0.42-225.219 0.061-60.518 0.020-121.027 0-181.545-0.010-22.149-10.803-33.331-33.198-33.434-49.459-0.215-98.939-0.215-148.398 0-22.344 0.102-33.26 11.366-33.27 33.434-0.020 132.065-0.010 264.131 0.010 396.186 0 3.533 0.266 7.045 0.41 10.568-0.143 13.302-0.287 26.604-0.44 39.895-55.439 32.43-93.409 78.418-109.711 141.261-28.692 110.592 34.427 229.693 141.558 264.489 0-4.127 0-7.823 0-11.52 0-62.3 0-124.6 0-186.9 0-25.139 3.625-28.692 29.225-28.703 31.365 0 62.73-0.061 94.116 0.031 18.78 0.051 22.559 3.84 22.559 22.262 0.020 64.952 0.236 129.905-0.215 194.847-0.082 11.008 3 11.336 11.684 7.465 82.381-36.772 131.441-99.451 138.568-189.481 6.984-88.289-29.952-157.512-104.1-206.5z" />
256
+ <glyph unicode="&#xe94c;" glyph-name="indiedb" d="M1020.006 553.144c-6.595 33.065-20.859 64.737-42.936 90.266-21.709 26.348-53.729 41.923-85.576 49.459-54.415 13.629-111.882 4.485-161.239-19.395-1.26 2.181-2.345 4.219-2.857 6.113-1.7 6.175-18.575-0.87-33.116-8.264-17.019 9.656-38.42 43.878-156.723 46.694-127.212 3.031-269.578-90.88-324.096-142.356-54.518-51.507-24.238-90.88 9.083-93.901 33.3-3.041 124.17 51.497 172.646 33.311 47.708-17.889 77.752-59.392 81.572-164.69-31.56 4.854-63.744 9.011-96.799 10.107-67.963 2.98-137.411-7.864-201.687-30.249-64.44-22.559-126.126-55.583-178.278-103.68l43.213-44.943c85.903 82.79 212.378 130.437 335.524 129.526 33.608 0.102 67.543-3.523 102.021-7.813 14.019-92.15 65.198-166.144 141.619-100.25 26.419 22.774 50.391 53.545 71.096 87.511 25.549 1.536 50.985 4.26 76.104 8.182 63.611 10.271 134.267 22.845 187.218 69.192 53.924 44.319 77.22 119.101 63.212 185.18zM937.728 390.984c-46.408-38.236-109.517-48.138-172.964-56.136-16.425-1.997-32.829-3.451-49.244-4.403 35.092 69.56 56.279 144.62 56.279 190.689 0 43.1-22.057 83.395-42.045 111.124 10.342 13.046 9.349 23.071 5.888 31.15 47.483 20.808 102.349 27.515 151.48 13.158 61.45-13.271 100.485-67.666 109.844-127.437 10.199-59.535-12.165-121.958-59.238-158.147z" />
257
+ <glyph unicode="&#xe94d;" glyph-name="traxsource" d="M984.207 493.158c2.867 19.487 3.963 38.574 4.352 67.707 3.092 224.788-192.195 397.629-409.948 398.879-53.289 0.348-79.944 0.348-133.253 0-217.825-1.249-412.498-171.96-409.938-398.879 0.307-28.539 1.26-48.64 3.953-68.26-27.945-40.858-42.322-95.273-36.229-153.262l1.802-17.234c11.971-114.033 98.355-198.461 192.891-188.518l5.018 0.532c64.543-121.037 178.739-197.612 309.053-198.103v-0.020h0.297c10.588 0 19.169 8.571 19.169 19.18v68.188c0 10.557-8.581 19.108-19.118 19.159v0.143c-132.424 0-251.781 161.925-251.781 324.874 0 161.044 119.357 325.693 251.249 325.693v-0.020h0.266c10.588 0 19.159 8.571 19.159 19.19v67.348c0 10.486-8.438 19.005-18.893 19.159v0.174c-142.131-0.379-265.124-91.259-325.489-231.639l-34.161-3.604c-1.772-0.195-3.471-0.625-5.222-0.881-7.885 170.312 149.033 293.222 317.164 294.154 42.998 0.266 64.481 0.266 107.479 0 167.936-0.932 312.678-124.211 307.261-294.595-2.642 0.43-5.212 1.044-7.895 1.321l-54.733 5.704c-0.174 0.031-0.338 0.082-0.522 0.123-11.878 1.249-22.538-7.352-23.777-19.231l-40.684-387.277c-1.249-11.868 7.352-22.528 19.231-23.736 0.205-0.031 0.348 0.020 0.543 0v-0.082l54.712-5.745c94.525-9.943 180.89 74.486 192.87 188.529l1.823 17.234c6.124 58.245-8.428 112.876-36.649 153.795z" />
258
+ <glyph unicode="&#xe94e;" glyph-name="gamefor" d="M262.093 960c-153.436 0-234.455-91.382-234.455-251.709v-520.612c0-160.317 79.309-249.969 234.455-251.679 153.426 0 234.455 91.361 234.455 251.679v282.726c0 20.695-15.524 36.219-36.209 36.219h-148.275c-18.944 0-34.458-15.524-39.629-37.929v-70.707c0-20.695 15.524-36.168 36.168-36.168 20.695 0 36.209-15.514 36.209-36.209v-148.265c0-72.376-31.037-98.253-81.009-98.253-49.981 0-81.019 27.566-81.019 98.253v539.566c0 72.428 32.748 82.77 82.77 82.77 49.981 0 81.009-12.083 81.009-82.77v-70.666c0-20.695 15.524-36.209 36.168-36.209h77.599c20.695 0 36.209 15.524 36.209 36.209v62.054c0.010 160.338-79.299 251.699-234.445 251.699zM942.92 951.972h-320.635c-22.436 0-39.68-18.964-39.68-41.37v-905.062c0-29.317 24.156-53.443 53.443-53.443h48.282c29.317 0 53.443 24.115 53.443 53.443v305.121c0 29.338 24.136 53.443 53.443 53.443h93.102c29.297 0 53.443 24.156 53.443 53.494v34.458c0 29.286-24.136 53.443-53.443 53.443h-93.102c-30.996 0-55.163 25.866-51.702 58.614v193.055c0 29.307 24.156 53.443 53.443 53.443h149.975c29.276 0 53.443 24.136 53.443 53.443v34.478c-0.010 29.307-24.177 53.443-53.453 53.443z" />
259
+ <glyph unicode="&#xe94f;" glyph-name="pixiv" d="M897.055 797.307c-80.456 69.796-193.044 110.090-323.912 110.090-341.146-0.010-573.143-261.519-573.143-261.519l65.362-103.066c0 0 36.198-3.011 17.039 57.692 16.538 31.037 48.896 72.817 112.097 121.006v-686.541c-27.249-7.629-63.273-21.985-38.728-46.367h187.843c24.791 24.617-14.264 39.455-38.052 46.367v161.976c0 0 128.758-50.217 267.581-50.217 121.938 0 232.919 36.055 315.464 101.161 82.534 64.727 135.752 161.372 135.404 271.831 0.246 108.472-46.5 208.046-126.966 277.565l0.010 0.020zM797.491 302.080c-57.068-55.972-140.083-91.351-235.807-91.279-106.834-0.072-196.741 20.48-256.123 49.521v515.052c65.147 45.998 170.803 74.322 256.123 74.158 103.67-0.092 185.047-39.004 240.108-98.028 54.927-59.392 84.92-138.301 85.197-230.001-0.348-89.364-32.42-162.98-89.498-219.402v-0.020z" />
260
+ <glyph unicode="&#xe950;" glyph-name="myanimelist" d="M361.533 670.3h-96.829l-84.9-114.493-82.975 114.493h-96.829v-389.663h102.083v235.592h0.952l76.769-104.919 78.705 104.919h0.993v-235.581h102.042v389.652zM725.074 570.501h-102.052v-78.684h-101.591c3.768 11.622 9.728 24.392 17.9 38.318 8.212 13.926 21.719 25.999 40.612 36.219 18.903 10.22 46.285 15.565 82.166 16.097h80.118l-23.818 87.757h-50.104c-36.721 0.737-70.953-3.041-102.779-11.428-31.816-8.325-61.307-25.825-88.453-52.511-24.238-24.842-41.974-53.586-53.299-86.323-11.336-32.686-16.957-66.232-16.855-100.649 0.215-34.54 5.601-68.332 16.179-101.274 10.598-32.973 25.416-63.734 44.401-92.355l82.985 54.856c-11.387 18.688-20.664 38.431-27.761 59.259-7.107 20.818-10.875 42.25-11.325 64.256h111.606v-123.515h102.052v289.976zM889.999 670.3h-102.083v-389.663h212.265l23.818 87.757h-134.001v301.906z" />
261
+ <glyph unicode="&#xe951;" glyph-name="blackberry" d="M331.96 726.2c0 32.737-23.378 79.493-107.53 79.493-32.737 0-135.598 0-135.598 0l-42.076-177.664c0 0 70.144 0 140.278 0 112.21 0 144.927 51.415 144.927 98.171zM692.009 726.2c0 32.737-23.378 79.493-107.53 79.493-32.737 0-135.619 0-135.619 0l-37.396-177.674c0 0 70.144 0 140.278 0 107.53 0.010 140.268 51.425 140.268 98.181zM285.204 464.374c0 32.737-23.378 79.503-107.53 79.503-32.737 0-135.598 0-135.598 0l-42.076-177.725c0 0 70.134 0 140.268 0 112.22 0 144.937 46.756 144.937 98.222zM645.253 464.374c0 32.737-23.378 79.503-107.53 79.503-32.748 0-135.619 0-135.619 0l-37.396-177.715c0 0 70.144 0 140.278 0 107.52-0.010 140.268 46.746 140.268 98.212zM1024 571.904c0 32.737-23.378 79.503-107.561 79.503-32.717 0-135.598 0-135.598 0l-37.386-177.674c0 0 70.134 0 140.268 0 107.54 0 140.278 46.756 140.278 98.171zM967.885 296.018c0 32.737-23.378 79.493-107.54 79.493-32.737 0-135.588 0-135.588 0l-37.427-177.674c0 0 70.134 0 140.268 0 112.22 0 140.288 46.766 140.288 98.181zM589.128 188.477c0 32.737-23.368 79.503-107.53 79.503-32.737 0-135.598 0-135.598 0l-37.417-177.684c0 0 70.134 0 140.278 0 112.241 0 140.268 51.425 140.268 98.181z" />
262
+ <glyph unicode="&#xe952;" glyph-name="wickr" d="M558.397 772.424l-558.397-558.449 90.296-90.399 558.5 558.449zM375.099 214.011l558.468 558.468 90.4-90.4-558.468-558.468-90.4 90.4z" />
263
+ <glyph unicode="&#xe953;" glyph-name="spip" d="M806.912 151.153c-3.021 0-3.021 0 0 0-47.288 185.211-239.575 166.083-270.766 291.901-21.125 88.576 36.239 156.006 124.805 177.172 52.357 13.066 103.68 0 142.94-34.232 5.028-5.038 13.087-10.066 18.135-18.135v0 0c0-3.021 3-3.021 3-5.038l3.031-3.021 3.021-3c8.059-10.066 13.066-18.135 21.125-16.128 5.038 3.021 10.076 16.128 10.076 23.163 5.028 41.277 3.021 83.538-8.069 127.836-47.299 190.249-236.544 304.988-426.783 257.69-190.239-47.329-304.978-236.544-257.679-426.783 62.403-254.659 301.978-296.95 429.814-361.359 28.18-13.087 49.306-39.26 57.375-70.461 13.097-57.375-21.125-114.77-78.5-127.836v0c-3.031 0-3.031 0-5.038 0-10.066-3-13.087 0-13.087-5.028 0-3 8.059-8.038 13.087-10.066 31.212-13.066 67.441-16.097 103.68-5.038 93.604 20.132 149.975 113.746 129.833 208.364v0 0 0z" />
264
+ <glyph unicode="&#xe954;" glyph-name="napster" d="M617.124 227.523c-29.204-28.221-65.208-49.633-104.131-63.304-38.953 12.677-74.004 35.082-103.178 63.304h207.309zM318.3 640.215c-40.899 34.089-89.559 60.385-143.084 74.988v-333.865c0-186.86 150.876-336.835 338.729-336.835 187.884 0 338.719 149.975 338.719 336.835v333.865c-53.524-14.602-102.154-39.905-143.114-74.988-55.439 38.984-121.641 62.372-194.621 62.372-73.984-0.993-142.111-23.398-196.628-62.372zM319.263 737.597c57.446 30.126 123.628 46.715 194.683 46.715 70.072 0 136.274-17.51 193.751-46.715 13.609 8.724 28.16 16.517 41.83 23.378-62.31 57.364-145.029 92.436-235.581 92.436-91.484 0-174.234-35.082-236.544-92.436 12.657-6.851 28.252-15.585 41.861-23.378zM195.645 792.105c77.896 86.62 190.781 142.121 317.348 142.121 126.525 0 239.452-54.508 317.338-142.121 33.055 8.776 68.127 14.602 103.148 14.602v-143.114c54.508-34.089 90.522-94.423 90.522-163.471 0-69.12-36.014-129.495-91.515-163.594l-0.932-3.84c-22.395-210.299-203.489-370.913-421.499-370.913-218.040 0-397.128 163.594-419.533 374.774-54.508 34.079-90.522 95.396-90.522 163.584 0 69.048 36.014 129.382 90.522 163.471v143.104c36.997-0.983 72.049-5.816 105.124-14.602zM618.107 381.327c56.433 6.81 150.907 5.816 150.907 5.816-1.976-16.517 0-67.133-54.569-97.331-8.735-5.816-31.119-12.616-52.531-13.609-52.531-1.925-126.525-2.97-126.525-2.97 13.609 58.419 36.014 102.277 82.719 108.093zM407.869 381.327c46.715-5.816 69.12-49.684 81.766-108.093 0 0-73.994 1.055-126.556 2.97-21.402 0.993-43.807 8.776-52.562 13.609-54.518 31.14-52.572 80.814-54.518 97.341 0 0 95.406 0 151.869-5.827zM612.291 113.613c-28.273-17.449-62.362-27.228-99.297-27.228-36.997 0-71.055 9.779-99.308 27.228 0 0 1.946 11.745 7.793 19.548 6.81 10.701 12.646 13.609 12.646 13.609 24.351-6.871 50.616-10.701 78.858-10.701 27.279 0 54.508 3.83 78.828 10.701 0 0 7.793-3.963 14.602-14.664 4.884-10.701 5.878-18.493 5.878-18.493z" />
265
+ <glyph unicode="&#xe955;" glyph-name="beatport" d="M883.62 394.158c0 204.923-166.697 371.63-371.61 371.63-204.902 0-371.599-166.707-371.599-371.63 0-94.812 35.758-185.098 100.721-254.29l0.010 0.020c8.724-9.226 23.265-9.687 32.532-0.973l40.059 37.704c9.226 8.673 9.677 23.173 1.065 32.44l0.031 0.051c-47.258 50.34-73.298 116.091-73.298 185.047 0 149.135 121.324 270.49 270.469 270.49 149.125 0 270.479-121.344 270.479-270.49 0-68.956-26.020-134.707-73.308-185.047l0.082-0.092c-8.602-9.277-8.12-23.747 1.096-32.399l40.069-37.704c9.257-8.724 23.828-8.264 32.543 0.993l-0.041 0.020c64.952 69.181 100.7 159.457 100.7 254.228zM1024 395.94c0 50.637-7.578 100.567-22.579 148.5h0.020c-0.020 0.041-0.061 0.082-0.061 0.123-0.020 0.041-0.020 0.072-0.041 0.154-3.901 11.94-16.681 18.616-28.744 14.879l-52.521-16.333c-12.145-3.758-18.924-16.63-15.165-28.764l-0.061-0.041c11.919-38.195 18.033-78.080 18.033-118.528 0-71.444-19.343-141.496-55.921-202.639l0.051-0.061c-6.431-10.875-2.888-24.945 7.987-31.457l47.176-28.293c10.895-6.543 25.006-3 31.58 7.895 45.957 76.831 70.246 164.833 70.246 254.566zM157.061 193.29c-36.577 61.133-55.91 131.195-55.91 202.639 0 40.458 6.083 80.312 18.022 118.508h0.010v0.041c3.748 12.145-3.031 25.006-15.145 28.785l-52.552 16.374c-12.052 3.738-24.852-2.949-28.723-14.95l-0.092 0.051c-15.032-48.036-22.671-98.079-22.671-148.808 0-89.713 24.32-177.725 70.257-254.546l0.082 0.031c6.564-10.793 20.613-14.295 31.498-7.782l47.165 28.293c10.844 6.502 14.377 20.47 8.038 31.355l0.020 0.010z" />
266
+ <glyph unicode="&#xe956;" glyph-name="hackerone" d="M358.093 947.118c-13.998 8.561-30.812 12.882-50.473 12.882-20.705 0-37.581-4.321-50.493-12.882-13.087-8.428-19.671-19.671-19.671-33.147v-930.54c0-11.807 6.758-22.456 20.275-32.512 13.404-9.861 30.085-14.92 49.879-14.92 18.811 0 35.369 5.059 49.736 14.92 14.305 9.861 21.606 20.695 21.606 32.512v930.355c0.020 13.66-6.973 24.678-20.859 33.331zM765.655 577.505c-13.824 8.735-31.171 12.902-51.825 12.902-20.644 0-37.263-4.168-49.879-12.902l-189.307-118.63c-8.458-7.905-12.175-19.999-10.588-36.475 1.464-16.323 9.011-31.928 22.405-46.52 13.404-14.797 28.375-24.064 45.548-27.924 16.927-3.891 29.665-1.772 38.236 6.164l74.957 46.602v-417.3c0-11.807 6.461-22.456 19.599-32.512 12.739-9.851 29.235-14.909 49.029-14.909s36.844 5.059 51.139 14.92c14.377 10.045 21.565 20.695 21.565 32.512v561.060c0.010 13.65-7.066 24.637-20.879 33.014z" />
267
+ <glyph unicode="&#xe957;" glyph-name="internet" d="M512 960c-282.767 0-512-229.233-512-512s229.233-512 512-512 512 229.233 512 512c-0.379 282.614-229.386 511.621-512 512zM862.003 771.543c-36.188-15.104-73.503-27.331-111.606-36.588-22.804 65.905-61.164 125.348-111.831 173.271 85.77-23.839 163.164-71.178 223.437-136.684v0zM529.254 673.055c67.041 0.85 133.847 8.1 199.506 21.627 23.235-74.527 35.482-152.054 36.362-230.113h-235.868v208.486zM529.254 707.564v216.31c77.322-9.892 144.968-84.91 188.006-196.291-61.911-12.452-124.856-19.159-188.006-20.019zM494.746 923.873v-216.31c-63.14 0.778-126.075 7.404-188.006 19.794 43.028 111.831 110.684 186.624 188.006 196.516zM494.746 673.055v-207.104h-235.868c0.881 78.060 13.128 155.576 36.362 230.113 65.618-13.998 132.424-21.709 199.506-23.009zM224.133 465.951h-188.692c3.543 101.581 39.598 199.342 102.861 278.897 39.946-18.074 81.367-32.696 123.802-43.725-24.023-76.37-36.813-155.822-37.97-235.868v0.696zM224.133 431.432c1.085-80.282 13.875-159.969 37.97-236.554-42.383-10.424-83.794-24.433-123.802-41.882-63.263 79.555-99.318 177.316-102.861 278.897l188.692-0.461zM258.877 431.432h235.868v-207.104c-67.041-0.85-133.847-8.1-199.506-21.627-23.030 73.871-35.277 150.671-36.362 228.045v0.686zM494.746 188.436v-216.31c-77.322 9.892-144.968 84.91-188.006 196.291 61.911 12.462 124.856 19.159 188.006 20.019zM529.254-27.873v216.31c63.14-0.778 126.075-7.404 188.006-19.794-43.028-111.831-110.684-186.624-188.006-196.516zM529.254 222.945v207.104h235.868c-0.881-78.060-13.128-155.576-36.362-230.113-65.618 13.998-132.424 21.709-199.506 23.009zM799.867 430.049h188.692c-3.543-101.581-39.598-199.342-102.861-278.897-39.946 18.074-81.367 32.707-123.802 43.725 24.023 76.37 36.813 155.822 37.97 235.868v-0.696zM799.867 464.568c-1.044 80.435-13.834 160.287-37.97 237.015 42.383 10.424 83.794 24.433 123.802 41.882 63.263-79.555 99.318-177.316 102.861-278.897h-188.692zM385.434 908.227c-50.688-47.77-89.129-107.049-112.067-172.81-38.103 9.257-75.418 21.484-111.606 36.588 60.406 65.372 137.882 112.558 223.672 136.223zM161.772 125.839c36.188 15.104 73.503 27.341 111.606 36.588 22.671-66.427 61.133-126.362 112.067-174.653-85.852 23.798-163.328 71.137-223.672 136.684v1.382zM638.566-12.227c50.719 47.841 89.16 107.192 112.067 173.046 38.103-9.247 75.418-21.484 111.606-36.588-60.375-65.464-137.851-112.732-223.672-136.458z" />
268
  </font></defs></svg>
assets/fonts/Socicon.ttf CHANGED
Binary file
assets/fonts/Socicon.woff CHANGED
Binary file
assets/fonts/Socicon.woff2 CHANGED
Binary file
composer.lock ADDED
@@ -0,0 +1,1882 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_readme": [
3
+ "This file locks the dependencies of your project to a known state",
4
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
+ "This file is @generated automatically"
6
+ ],
7
+ "hash": "341a2b3b7dbf82b45a88ec73ee66440d",
8
+ "content-hash": "4bbc63e436185e5b523bfb88e7e9d94d",
9
+ "packages": [
10
+ {
11
+ "name": "composer/installers",
12
+ "version": "v1.5.0",
13
+ "source": {
14
+ "type": "git",
15
+ "url": "https://github.com/composer/installers.git",
16
+ "reference": "049797d727261bf27f2690430d935067710049c2"
17
+ },
18
+ "dist": {
19
+ "type": "zip",
20
+ "url": "https://api.github.com/repos/composer/installers/zipball/049797d727261bf27f2690430d935067710049c2",
21
+ "reference": "049797d727261bf27f2690430d935067710049c2",
22
+ "shasum": ""
23
+ },
24
+ "require": {
25
+ "composer-plugin-api": "^1.0"
26
+ },
27
+ "replace": {
28
+ "roundcube/plugin-installer": "*",
29
+ "shama/baton": "*"
30
+ },
31
+ "require-dev": {
32
+ "composer/composer": "1.0.*@dev",
33
+ "phpunit/phpunit": "^4.8.36"
34
+ },
35
+ "type": "composer-plugin",
36
+ "extra": {
37
+ "class": "Composer\\Installers\\Plugin",
38
+ "branch-alias": {
39
+ "dev-master": "1.0-dev"
40
+ }
41
+ },
42
+ "autoload": {
43
+ "psr-4": {
44
+ "Composer\\Installers\\": "src/Composer/Installers"
45
+ }
46
+ },
47
+ "notification-url": "https://packagist.org/downloads/",
48
+ "license": [
49
+ "MIT"
50
+ ],
51
+ "authors": [
52
+ {
53
+ "name": "Kyle Robinson Young",
54
+ "email": "kyle@dontkry.com",
55
+ "homepage": "https://github.com/shama"
56
+ }
57
+ ],
58
+ "description": "A multi-framework Composer library installer",
59
+ "homepage": "https://composer.github.io/installers/",
60
+ "keywords": [
61
+ "Craft",
62
+ "Dolibarr",
63
+ "Eliasis",
64
+ "Hurad",
65
+ "ImageCMS",
66
+ "Kanboard",
67
+ "Lan Management System",
68
+ "MODX Evo",
69
+ "Mautic",
70
+ "Maya",
71
+ "OXID",
72
+ "Plentymarkets",
73
+ "Porto",
74
+ "RadPHP",
75
+ "SMF",
76
+ "Thelia",
77
+ "WolfCMS",
78
+ "agl",
79
+ "aimeos",
80
+ "annotatecms",
81
+ "attogram",
82
+ "bitrix",
83
+ "cakephp",
84
+ "chef",
85
+ "cockpit",
86
+ "codeigniter",
87
+ "concrete5",
88
+ "croogo",
89
+ "dokuwiki",
90
+ "drupal",
91
+ "eZ Platform",
92
+ "elgg",
93
+ "expressionengine",
94
+ "fuelphp",
95
+ "grav",
96
+ "installer",
97
+ "itop",
98
+ "joomla",
99
+ "kohana",
100
+ "laravel",
101
+ "lavalite",
102
+ "lithium",
103
+ "magento",
104
+ "majima",
105
+ "mako",
106
+ "mediawiki",
107
+ "modulework",
108
+ "modx",
109
+ "moodle",
110
+ "osclass",
111
+ "phpbb",
112
+ "piwik",
113
+ "ppi",
114
+ "puppet",
115
+ "pxcms",
116
+ "reindex",
117
+ "roundcube",
118
+ "shopware",
119
+ "silverstripe",
120
+ "sydes",
121
+ "symfony",
122
+ "typo3",
123
+ "wordpress",
124
+ "yawik",
125
+ "zend",
126
+ "zikula"
127
+ ],
128
+ "time": "2017-12-29 09:13:20"
129
+ }
130
+ ],
131
+ "packages-dev": [
132
+ {
133
+ "name": "dealerdirect/phpcodesniffer-composer-installer",
134
+ "version": "v0.4.4",
135
+ "source": {
136
+ "type": "git",
137
+ "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
138
+ "reference": "2e41850d5f7797cbb1af7b030d245b3b24e63a08"
139
+ },
140
+ "dist": {
141
+ "type": "zip",
142
+ "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/2e41850d5f7797cbb1af7b030d245b3b24e63a08",
143
+ "reference": "2e41850d5f7797cbb1af7b030d245b3b24e63a08",
144
+ "shasum": ""
145
+ },
146
+ "require": {
147
+ "composer-plugin-api": "^1.0",
148
+ "php": "^5.3|^7",
149
+ "squizlabs/php_codesniffer": "*"
150
+ },
151
+ "require-dev": {
152
+ "composer/composer": "*",
153
+ "wimg/php-compatibility": "^8.0"
154
+ },
155
+ "suggest": {
156
+ "dealerdirect/qa-tools": "All the PHP QA tools you'll need"
157
+ },
158
+ "type": "composer-plugin",
159
+ "extra": {
160
+ "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
161
+ },
162
+ "autoload": {
163
+ "psr-4": {
164
+ "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
165
+ }
166
+ },
167
+ "notification-url": "https://packagist.org/downloads/",
168
+ "license": [
169
+ "MIT"
170
+ ],
171
+ "authors": [
172
+ {
173
+ "name": "Franck Nijhof",
174
+ "email": "f.nijhof@dealerdirect.nl",
175
+ "homepage": "http://workingatdealerdirect.eu",
176
+ "role": "Developer"
177
+ }
178
+ ],
179
+ "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
180
+ "homepage": "http://workingatdealerdirect.eu",
181
+ "keywords": [
182
+ "PHPCodeSniffer",
183
+ "PHP_CodeSniffer",
184
+ "code quality",
185
+ "codesniffer",
186
+ "composer",
187
+ "installer",
188
+ "phpcs",
189
+ "plugin",
190
+ "qa",
191
+ "quality",
192
+ "standard",
193
+ "standards",
194
+ "style guide",
195
+ "stylecheck",
196
+ "tests"
197
+ ],
198
+ "time": "2017-12-06 16:27:17"
199
+ },
200
+ {
201
+ "name": "doctrine/instantiator",
202
+ "version": "1.1.0",
203
+ "source": {
204
+ "type": "git",
205
+ "url": "https://github.com/doctrine/instantiator.git",
206
+ "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
207
+ },
208
+ "dist": {
209
+ "type": "zip",
210
+ "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
211
+ "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
212
+ "shasum": ""
213
+ },
214
+ "require": {
215
+ "php": "^7.1"
216
+ },
217
+ "require-dev": {
218
+ "athletic/athletic": "~0.1.8",
219
+ "ext-pdo": "*",
220
+ "ext-phar": "*",
221
+ "phpunit/phpunit": "^6.2.3",
222
+ "squizlabs/php_codesniffer": "^3.0.2"
223
+ },
224
+ "type": "library",
225
+ "extra": {
226
+ "branch-alias": {
227
+ "dev-master": "1.2.x-dev"
228
+ }
229
+ },
230
+ "autoload": {
231
+ "psr-4": {
232
+ "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
233
+ }
234
+ },
235
+ "notification-url": "https://packagist.org/downloads/",
236
+ "license": [
237
+ "MIT"
238
+ ],
239
+ "authors": [
240
+ {
241
+ "name": "Marco Pivetta",
242
+ "email": "ocramius@gmail.com",
243
+ "homepage": "http://ocramius.github.com/"
244
+ }
245
+ ],
246
+ "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
247
+ "homepage": "https://github.com/doctrine/instantiator",
248
+ "keywords": [
249
+ "constructor",
250
+ "instantiate"
251
+ ],
252
+ "time": "2017-07-22 11:58:36"
253
+ },
254
+ {
255
+ "name": "myclabs/deep-copy",
256
+ "version": "1.7.0",
257
+ "source": {
258
+ "type": "git",
259
+ "url": "https://github.com/myclabs/DeepCopy.git",
260
+ "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
261
+ },
262
+ "dist": {
263
+ "type": "zip",
264
+ "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
265
+ "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
266
+ "shasum": ""
267
+ },
268
+ "require": {
269
+ "php": "^5.6 || ^7.0"
270
+ },
271
+ "require-dev": {
272
+ "doctrine/collections": "^1.0",
273
+ "doctrine/common": "^2.6",
274
+ "phpunit/phpunit": "^4.1"
275
+ },
276
+ "type": "library",
277
+ "autoload": {
278
+ "psr-4": {
279
+ "DeepCopy\\": "src/DeepCopy/"
280
+ },
281
+ "files": [
282
+ "src/DeepCopy/deep_copy.php"
283
+ ]
284
+ },
285
+ "notification-url": "https://packagist.org/downloads/",
286
+ "license": [
287
+ "MIT"
288
+ ],
289
+ "description": "Create deep copies (clones) of your objects",
290
+ "keywords": [
291
+ "clone",
292
+ "copy",
293
+ "duplicate",
294
+ "object",
295
+ "object graph"
296
+ ],
297
+ "time": "2017-10-19 19:58:43"
298
+ },
299
+ {
300
+ "name": "phar-io/manifest",
301
+ "version": "1.0.1",
302
+ "source": {
303
+ "type": "git",
304
+ "url": "https://github.com/phar-io/manifest.git",
305
+ "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
306
+ },
307
+ "dist": {
308
+ "type": "zip",
309
+ "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
310
+ "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
311
+ "shasum": ""
312
+ },
313
+ "require": {
314
+ "ext-dom": "*",
315
+ "ext-phar": "*",
316
+ "phar-io/version": "^1.0.1",
317
+ "php": "^5.6 || ^7.0"
318
+ },
319
+ "type": "library",
320
+ "extra": {
321
+ "branch-alias": {
322
+ "dev-master": "1.0.x-dev"
323
+ }
324
+ },
325
+ "autoload": {
326
+ "classmap": [
327
+ "src/"
328
+ ]
329
+ },
330
+ "notification-url": "https://packagist.org/downloads/",
331
+ "license": [
332
+ "BSD-3-Clause"
333
+ ],
334
+ "authors": [
335
+ {
336
+ "name": "Arne Blankerts",
337
+ "email": "arne@blankerts.de",
338
+ "role": "Developer"
339
+ },
340
+ {
341
+ "name": "Sebastian Heuer",
342
+ "email": "sebastian@phpeople.de",
343
+ "role": "Developer"
344
+ },
345
+ {
346
+ "name": "Sebastian Bergmann",
347
+ "email": "sebastian@phpunit.de",
348
+ "role": "Developer"
349
+ }
350
+ ],
351
+ "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
352
+ "time": "2017-03-05 18:14:27"
353
+ },
354
+ {
355
+ "name": "phar-io/version",
356
+ "version": "1.0.1",
357
+ "source": {
358
+ "type": "git",
359
+ "url": "https://github.com/phar-io/version.git",
360
+ "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
361
+ },
362
+ "dist": {
363
+ "type": "zip",
364
+ "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
365
+ "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
366
+ "shasum": ""
367
+ },
368
+ "require": {
369
+ "php": "^5.6 || ^7.0"
370
+ },
371
+ "type": "library",
372
+ "autoload": {
373
+ "classmap": [
374
+ "src/"
375
+ ]
376
+ },
377
+ "notification-url": "https://packagist.org/downloads/",
378
+ "license": [
379
+ "BSD-3-Clause"
380
+ ],
381
+ "authors": [
382
+ {
383
+ "name": "Arne Blankerts",
384
+ "email": "arne@blankerts.de",
385
+ "role": "Developer"
386
+ },
387
+ {
388
+ "name": "Sebastian Heuer",
389
+ "email": "sebastian@phpeople.de",
390
+ "role": "Developer"
391
+ },
392
+ {
393
+ "name": "Sebastian Bergmann",
394
+ "email": "sebastian@phpunit.de",
395
+ "role": "Developer"
396
+ }
397
+ ],
398
+ "description": "Library for handling version information and constraints",
399
+ "time": "2017-03-05 17:38:23"
400
+ },
401
+ {
402
+ "name": "phpdocumentor/reflection-common",
403
+ "version": "1.0.1",
404
+ "source": {
405
+ "type": "git",
406
+ "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
407
+ "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
408
+ },
409
+ "dist": {
410
+ "type": "zip",
411
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
412
+ "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
413
+ "shasum": ""
414
+ },
415
+ "require": {
416
+ "php": ">=5.5"
417
+ },
418
+ "require-dev": {
419
+ "phpunit/phpunit": "^4.6"
420
+ },
421
+ "type": "library",
422
+ "extra": {
423
+ "branch-alias": {
424
+ "dev-master": "1.0.x-dev"
425
+ }
426
+ },
427
+ "autoload": {
428
+ "psr-4": {
429
+ "phpDocumentor\\Reflection\\": [
430
+ "src"
431
+ ]
432
+ }
433
+ },
434
+ "notification-url": "https://packagist.org/downloads/",
435
+ "license": [
436
+ "MIT"
437
+ ],
438
+ "authors": [
439
+ {
440
+ "name": "Jaap van Otterdijk",
441
+ "email": "opensource@ijaap.nl"
442
+ }
443
+ ],
444
+ "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
445
+ "homepage": "http://www.phpdoc.org",
446
+ "keywords": [
447
+ "FQSEN",
448
+ "phpDocumentor",
449
+ "phpdoc",
450
+ "reflection",
451
+ "static analysis"
452
+ ],
453
+ "time": "2017-09-11 18:02:19"
454
+ },
455
+ {
456
+ "name": "phpdocumentor/reflection-docblock",
457
+ "version": "4.2.0",
458
+ "source": {
459
+ "type": "git",
460
+ "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
461
+ "reference": "66465776cfc249844bde6d117abff1d22e06c2da"
462
+ },
463
+ "dist": {
464
+ "type": "zip",
465
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/66465776cfc249844bde6d117abff1d22e06c2da",
466
+ "reference": "66465776cfc249844bde6d117abff1d22e06c2da",
467
+ "shasum": ""
468
+ },
469
+ "require": {
470
+ "php": "^7.0",
471
+ "phpdocumentor/reflection-common": "^1.0.0",
472
+ "phpdocumentor/type-resolver": "^0.4.0",
473
+ "webmozart/assert": "^1.0"
474
+ },
475
+ "require-dev": {
476
+ "doctrine/instantiator": "~1.0.5",
477
+ "mockery/mockery": "^1.0",
478
+ "phpunit/phpunit": "^6.4"
479
+ },
480
+ "type": "library",
481
+ "extra": {
482
+ "branch-alias": {
483
+ "dev-master": "4.x-dev"
484
+ }
485
+ },
486
+ "autoload": {
487
+ "psr-4": {
488
+ "phpDocumentor\\Reflection\\": [
489
+ "src/"
490
+ ]
491
+ }
492
+ },
493
+ "notification-url": "https://packagist.org/downloads/",
494
+ "license": [
495
+ "MIT"
496
+ ],
497
+ "authors": [
498
+ {
499
+ "name": "Mike van Riel",
500
+ "email": "me@mikevanriel.com"
501
+ }
502
+ ],
503
+ "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
504
+ "time": "2017-11-27 17:38:31"
505
+ },
506
+ {
507
+ "name": "phpdocumentor/type-resolver",
508
+ "version": "0.4.0",
509
+ "source": {
510
+ "type": "git",
511
+ "url": "https://github.com/phpDocumentor/TypeResolver.git",
512
+ "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
513
+ },
514
+ "dist": {
515
+ "type": "zip",
516
+ "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
517
+ "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
518
+ "shasum": ""
519
+ },
520
+ "require": {
521
+ "php": "^5.5 || ^7.0",
522
+ "phpdocumentor/reflection-common": "^1.0"
523
+ },
524
+ "require-dev": {
525
+ "mockery/mockery": "^0.9.4",
526
+ "phpunit/phpunit": "^5.2||^4.8.24"
527
+ },
528
+ "type": "library",
529
+ "extra": {
530
+ "branch-alias": {
531
+ "dev-master": "1.0.x-dev"
532
+ }
533
+ },
534
+ "autoload": {
535
+ "psr-4": {
536
+ "phpDocumentor\\Reflection\\": [
537
+ "src/"
538
+ ]
539
+ }
540
+ },
541
+ "notification-url": "https://packagist.org/downloads/",
542
+ "license": [
543
+ "MIT"
544
+ ],
545
+ "authors": [
546
+ {
547
+ "name": "Mike van Riel",
548
+ "email": "me@mikevanriel.com"
549
+ }
550
+ ],
551
+ "time": "2017-07-14 14:27:02"
552
+ },
553
+ {
554
+ "name": "phpspec/prophecy",
555
+ "version": "1.7.3",
556
+ "source": {
557
+ "type": "git",
558
+ "url": "https://github.com/phpspec/prophecy.git",
559
+ "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf"
560
+ },
561
+ "dist": {
562
+ "type": "zip",
563
+ "url": "https://api.github.com/repos/phpspec/prophecy/zipball/e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
564
+ "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
565
+ "shasum": ""
566
+ },
567
+ "require": {
568
+ "doctrine/instantiator": "^1.0.2",
569
+ "php": "^5.3|^7.0",
570
+ "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
571
+ "sebastian/comparator": "^1.1|^2.0",
572
+ "sebastian/recursion-context": "^1.0|^2.0|^3.0"
573
+ },
574
+ "require-dev": {
575
+ "phpspec/phpspec": "^2.5|^3.2",
576
+ "phpunit/phpunit": "^4.8.35 || ^5.7"
577
+ },
578
+ "type": "library",
579
+ "extra": {
580
+ "branch-alias": {
581
+ "dev-master": "1.7.x-dev"
582
+ }
583
+ },
584
+ "autoload": {
585
+ "psr-0": {
586
+ "Prophecy\\": "src/"
587
+ }
588
+ },
589
+ "notification-url": "https://packagist.org/downloads/",
590
+ "license": [
591
+ "MIT"
592
+ ],
593
+ "authors": [
594
+ {
595
+ "name": "Konstantin Kudryashov",
596
+ "email": "ever.zet@gmail.com",
597
+ "homepage": "http://everzet.com"
598
+ },
599
+ {
600
+ "name": "Marcello Duarte",
601
+ "email": "marcello.duarte@gmail.com"
602
+ }
603
+ ],
604
+ "description": "Highly opinionated mocking framework for PHP 5.3+",
605
+ "homepage": "https://github.com/phpspec/prophecy",
606
+ "keywords": [
607
+ "Double",
608
+ "Dummy",
609
+ "fake",
610
+ "mock",
611
+ "spy",
612
+ "stub"
613
+ ],
614
+ "time": "2017-11-24 13:59:53"
615
+ },
616
+ {
617
+ "name": "phpunit/php-code-coverage",
618
+ "version": "5.3.0",
619
+ "source": {
620
+ "type": "git",
621
+ "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
622
+ "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1"
623
+ },
624
+ "dist": {
625
+ "type": "zip",
626
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/661f34d0bd3f1a7225ef491a70a020ad23a057a1",
627
+ "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1",
628
+ "shasum": ""
629
+ },
630
+ "require": {
631
+ "ext-dom": "*",
632
+ "ext-xmlwriter": "*",
633
+ "php": "^7.0",
634
+ "phpunit/php-file-iterator": "^1.4.2",
635
+ "phpunit/php-text-template": "^1.2.1",
636
+ "phpunit/php-token-stream": "^2.0.1",
637
+ "sebastian/code-unit-reverse-lookup": "^1.0.1",
638
+ "sebastian/environment": "^3.0",
639
+ "sebastian/version": "^2.0.1",
640
+ "theseer/tokenizer": "^1.1"
641
+ },
642
+ "require-dev": {
643
+ "phpunit/phpunit": "^6.0"
644
+ },
645
+ "suggest": {
646
+ "ext-xdebug": "^2.5.5"
647
+ },
648
+ "type": "library",
649
+ "extra": {
650
+ "branch-alias": {
651
+ "dev-master": "5.3.x-dev"
652
+ }
653
+ },
654
+ "autoload": {
655
+ "classmap": [
656
+ "src/"
657
+ ]
658
+ },
659
+ "notification-url": "https://packagist.org/downloads/",
660
+ "license": [
661
+ "BSD-3-Clause"
662
+ ],
663
+ "authors": [
664
+ {
665
+ "name": "Sebastian Bergmann",
666
+ "email": "sebastian@phpunit.de",
667
+ "role": "lead"
668
+ }
669
+ ],
670
+ "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
671
+ "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
672
+ "keywords": [
673
+ "coverage",
674
+ "testing",
675
+ "xunit"
676
+ ],
677
+ "time": "2017-12-06 09:29:45"
678
+ },
679
+ {
680
+ "name": "phpunit/php-file-iterator",
681
+ "version": "1.4.5",
682
+ "source": {
683
+ "type": "git",
684
+ "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
685
+ "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
686
+ },
687
+ "dist": {
688
+ "type": "zip",
689
+ "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
690
+ "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
691
+ "shasum": ""
692
+ },
693
+ "require": {
694
+ "php": ">=5.3.3"
695
+ },
696
+ "type": "library",
697
+ "extra": {
698
+ "branch-alias": {
699
+ "dev-master": "1.4.x-dev"
700
+ }
701
+ },
702
+ "autoload": {
703
+ "classmap": [
704
+ "src/"
705
+ ]
706
+ },
707
+ "notification-url": "https://packagist.org/downloads/",
708
+ "license": [
709
+ "BSD-3-Clause"
710
+ ],
711
+ "authors": [
712
+ {
713
+ "name": "Sebastian Bergmann",
714
+ "email": "sb@sebastian-bergmann.de",
715
+ "role": "lead"
716
+ }
717
+ ],
718
+ "description": "FilterIterator implementation that filters files based on a list of suffixes.",
719
+ "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
720
+ "keywords": [
721
+ "filesystem",
722
+ "iterator"
723
+ ],
724
+ "time": "2017-11-27 13:52:08"
725
+ },
726
+ {
727
+ "name": "phpunit/php-text-template",
728
+ "version": "1.2.1",
729
+ "source": {
730
+ "type": "git",
731
+ "url": "https://github.com/sebastianbergmann/php-text-template.git",
732
+ "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
733
+ },
734
+ "dist": {
735
+ "type": "zip",
736
+ "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
737
+ "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
738
+ "shasum": ""
739
+ },
740
+ "require": {
741
+ "php": ">=5.3.3"
742
+ },
743
+ "type": "library",
744
+ "autoload": {
745
+ "classmap": [
746
+ "src/"
747
+ ]
748
+ },
749
+ "notification-url": "https://packagist.org/downloads/",
750
+ "license": [
751
+ "BSD-3-Clause"
752
+ ],
753
+ "authors": [
754
+ {
755
+ "name": "Sebastian Bergmann",
756
+ "email": "sebastian@phpunit.de",
757
+ "role": "lead"
758
+ }
759
+ ],
760
+ "description": "Simple template engine.",
761
+ "homepage": "https://github.com/sebastianbergmann/php-text-template/",
762
+ "keywords": [
763
+ "template"
764
+ ],
765
+ "time": "2015-06-21 13:50:34"
766
+ },
767
+ {
768
+ "name": "phpunit/php-timer",
769
+ "version": "1.0.9",
770
+ "source": {
771
+ "type": "git",
772
+ "url": "https://github.com/sebastianbergmann/php-timer.git",
773
+ "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
774
+ },
775
+ "dist": {
776
+ "type": "zip",
777
+ "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
778
+ "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
779
+ "shasum": ""
780
+ },
781
+ "require": {
782
+ "php": "^5.3.3 || ^7.0"
783
+ },
784
+ "require-dev": {
785
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
786
+ },
787
+ "type": "library",
788
+ "extra": {
789
+ "branch-alias": {
790
+ "dev-master": "1.0-dev"
791
+ }
792
+ },
793
+ "autoload": {
794
+ "classmap": [
795
+ "src/"
796
+ ]
797
+ },
798
+ "notification-url": "https://packagist.org/downloads/",
799
+ "license": [
800
+ "BSD-3-Clause"
801
+ ],
802
+ "authors": [
803
+ {
804
+ "name": "Sebastian Bergmann",
805
+ "email": "sb@sebastian-bergmann.de",
806
+ "role": "lead"
807
+ }
808
+ ],
809
+ "description": "Utility class for timing",
810
+ "homepage": "https://github.com/sebastianbergmann/php-timer/",
811
+ "keywords": [
812
+ "timer"
813
+ ],
814
+ "time": "2017-02-26 11:10:40"
815
+ },
816
+ {
817
+ "name": "phpunit/php-token-stream",
818
+ "version": "2.0.2",
819
+ "source": {
820
+ "type": "git",
821
+ "url": "https://github.com/sebastianbergmann/php-token-stream.git",
822
+ "reference": "791198a2c6254db10131eecfe8c06670700904db"
823
+ },
824
+ "dist": {
825
+ "type": "zip",
826
+ "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
827
+ "reference": "791198a2c6254db10131eecfe8c06670700904db",
828
+ "shasum": ""
829
+ },
830
+ "require": {
831
+ "ext-tokenizer": "*",
832
+ "php": "^7.0"
833
+ },
834
+ "require-dev": {
835
+ "phpunit/phpunit": "^6.2.4"
836
+ },
837
+ "type": "library",
838
+ "extra": {
839
+ "branch-alias": {
840
+ "dev-master": "2.0-dev"
841
+ }
842
+ },
843
+ "autoload": {
844
+ "classmap": [
845
+ "src/"
846
+ ]
847
+ },
848
+ "notification-url": "https://packagist.org/downloads/",
849
+ "license": [
850
+ "BSD-3-Clause"
851
+ ],
852
+ "authors": [
853
+ {
854
+ "name": "Sebastian Bergmann",
855
+ "email": "sebastian@phpunit.de"
856
+ }
857
+ ],
858
+ "description": "Wrapper around PHP's tokenizer extension.",
859
+ "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
860
+ "keywords": [
861
+ "tokenizer"
862
+ ],
863
+ "time": "2017-11-27 05:48:46"
864
+ },
865
+ {
866
+ "name": "phpunit/phpunit",
867
+ "version": "6.2.3",
868
+ "source": {
869
+ "type": "git",
870
+ "url": "https://github.com/sebastianbergmann/phpunit.git",
871
+ "reference": "fa5711d0559fc4b64deba0702be52d41434cbcb7"
872
+ },
873
+ "dist": {
874
+ "type": "zip",
875
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fa5711d0559fc4b64deba0702be52d41434cbcb7",
876
+ "reference": "fa5711d0559fc4b64deba0702be52d41434cbcb7",
877
+ "shasum": ""
878
+ },
879
+ "require": {
880
+ "ext-dom": "*",
881
+ "ext-json": "*",
882
+ "ext-libxml": "*",
883
+ "ext-mbstring": "*",
884
+ "ext-xml": "*",
885
+ "myclabs/deep-copy": "^1.3",
886
+ "phar-io/manifest": "^1.0.1",
887
+ "phar-io/version": "^1.0",
888
+ "php": "^7.0",
889
+ "phpspec/prophecy": "^1.7",
890
+ "phpunit/php-code-coverage": "^5.2",
891
+ "phpunit/php-file-iterator": "^1.4",
892
+ "phpunit/php-text-template": "^1.2",
893
+ "phpunit/php-timer": "^1.0.6",
894
+ "phpunit/phpunit-mock-objects": "^4.0",
895
+ "sebastian/comparator": "^2.0",
896
+ "sebastian/diff": "^1.4.3 || ^2.0",
897
+ "sebastian/environment": "^3.0.2",
898
+ "sebastian/exporter": "^3.1",
899
+ "sebastian/global-state": "^1.1 || ^2.0",
900
+ "sebastian/object-enumerator": "^3.0.2",
901
+ "sebastian/resource-operations": "^1.0",
902
+ "sebastian/version": "^2.0"
903
+ },
904
+ "conflict": {
905
+ "phpdocumentor/reflection-docblock": "3.0.2",
906
+ "phpunit/dbunit": "<3.0"
907
+ },
908
+ "require-dev": {
909
+ "ext-pdo": "*"
910
+ },
911
+ "suggest": {
912
+ "ext-xdebug": "*",
913
+ "phpunit/php-invoker": "^1.1"
914
+ },
915
+ "bin": [
916
+ "phpunit"
917
+ ],
918
+ "type": "library",
919
+ "extra": {
920
+ "branch-alias": {
921
+ "dev-master": "6.2.x-dev"
922
+ }
923
+ },
924
+ "autoload": {
925
+ "classmap": [
926
+ "src/"
927
+ ]
928
+ },
929
+ "notification-url": "https://packagist.org/downloads/",
930
+ "license": [
931
+ "BSD-3-Clause"
932
+ ],
933
+ "authors": [
934
+ {
935
+ "name": "Sebastian Bergmann",
936
+ "email": "sebastian@phpunit.de",
937
+ "role": "lead"
938
+ }
939
+ ],
940
+ "description": "The PHP Unit Testing framework.",
941
+ "homepage": "https://phpunit.de/",
942
+ "keywords": [
943
+ "phpunit",
944
+ "testing",
945
+ "xunit"
946
+ ],
947
+ "time": "2017-07-03 15:54:24"
948
+ },
949
+ {
950
+ "name": "phpunit/phpunit-mock-objects",
951
+ "version": "4.0.4",
952
+ "source": {
953
+ "type": "git",
954
+ "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
955
+ "reference": "2f789b59ab89669015ad984afa350c4ec577ade0"
956
+ },
957
+ "dist": {
958
+ "type": "zip",
959
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/2f789b59ab89669015ad984afa350c4ec577ade0",
960
+ "reference": "2f789b59ab89669015ad984afa350c4ec577ade0",
961
+ "shasum": ""
962
+ },
963
+ "require": {
964
+ "doctrine/instantiator": "^1.0.5",
965
+ "php": "^7.0",
966
+ "phpunit/php-text-template": "^1.2.1",
967
+ "sebastian/exporter": "^3.0"
968
+ },
969
+ "conflict": {
970
+ "phpunit/phpunit": "<6.0"
971
+ },
972
+ "require-dev": {
973
+ "phpunit/phpunit": "^6.0"
974
+ },
975
+ "suggest": {
976
+ "ext-soap": "*"
977
+ },
978
+ "type": "library",
979
+ "extra": {
980
+ "branch-alias": {
981
+ "dev-master": "4.0.x-dev"
982
+ }
983
+ },
984
+ "autoload": {
985
+ "classmap": [
986
+ "src/"
987
+ ]
988
+ },
989
+ "notification-url": "https://packagist.org/downloads/",
990
+ "license": [
991
+ "BSD-3-Clause"
992
+ ],
993
+ "authors": [
994
+ {
995
+ "name": "Sebastian Bergmann",
996
+ "email": "sb@sebastian-bergmann.de",
997
+ "role": "lead"
998
+ }
999
+ ],
1000
+ "description": "Mock Object library for PHPUnit",
1001
+ "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1002
+ "keywords": [
1003
+ "mock",
1004
+ "xunit"
1005
+ ],
1006
+ "time": "2017-08-03 14:08:16"
1007
+ },
1008
+ {
1009
+ "name": "sebastian/code-unit-reverse-lookup",
1010
+ "version": "1.0.1",
1011
+ "source": {
1012
+ "type": "git",
1013
+ "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1014
+ "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1015
+ },
1016
+ "dist": {
1017
+ "type": "zip",
1018
+ "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1019
+ "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1020
+ "shasum": ""
1021
+ },
1022
+ "require": {
1023
+ "php": "^5.6 || ^7.0"
1024
+ },
1025
+ "require-dev": {
1026
+ "phpunit/phpunit": "^5.7 || ^6.0"
1027
+ },
1028
+ "type": "library",
1029
+ "extra": {
1030
+ "branch-alias": {
1031
+ "dev-master": "1.0.x-dev"
1032
+ }
1033
+ },
1034
+ "autoload": {
1035
+ "classmap": [
1036
+ "src/"
1037
+ ]
1038
+ },
1039
+ "notification-url": "https://packagist.org/downloads/",
1040
+ "license": [
1041
+ "BSD-3-Clause"
1042
+ ],
1043
+ "authors": [
1044
+ {
1045
+ "name": "Sebastian Bergmann",
1046
+ "email": "sebastian@phpunit.de"
1047
+ }
1048
+ ],
1049
+ "description": "Looks up which function or method a line of code belongs to",
1050
+ "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1051
+ "time": "2017-03-04 06:30:41"
1052
+ },
1053
+ {
1054
+ "name": "sebastian/comparator",
1055
+ "version": "2.1.1",
1056
+ "source": {
1057
+ "type": "git",
1058
+ "url": "https://github.com/sebastianbergmann/comparator.git",
1059
+ "reference": "b11c729f95109b56a0fe9650c6a63a0fcd8c439f"
1060
+ },
1061
+ "dist": {
1062
+ "type": "zip",
1063
+ "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/b11c729f95109b56a0fe9650c6a63a0fcd8c439f",
1064
+ "reference": "b11c729f95109b56a0fe9650c6a63a0fcd8c439f",
1065
+ "shasum": ""
1066
+ },
1067
+ "require": {
1068
+ "php": "^7.0",
1069
+ "sebastian/diff": "^2.0",
1070
+ "sebastian/exporter": "^3.1"
1071
+ },
1072
+ "require-dev": {
1073
+ "phpunit/phpunit": "^6.4"
1074
+ },
1075
+ "type": "library",
1076
+ "extra": {
1077
+ "branch-alias": {
1078
+ "dev-master": "2.1.x-dev"
1079
+ }
1080
+ },
1081
+ "autoload": {
1082
+ "classmap": [
1083
+ "src/"
1084
+ ]
1085
+ },
1086
+ "notification-url": "https://packagist.org/downloads/",
1087
+ "license": [
1088
+ "BSD-3-Clause"
1089
+ ],
1090
+ "authors": [
1091
+ {
1092
+ "name": "Jeff Welch",
1093
+ "email": "whatthejeff@gmail.com"
1094
+ },
1095
+ {
1096
+ "name": "Volker Dusch",
1097
+ "email": "github@wallbash.com"
1098
+ },
1099
+ {
1100
+ "name": "Bernhard Schussek",
1101
+ "email": "bschussek@2bepublished.at"
1102
+ },
1103
+ {
1104
+ "name": "Sebastian Bergmann",
1105
+ "email": "sebastian@phpunit.de"
1106
+ }
1107
+ ],
1108
+ "description": "Provides the functionality to compare PHP values for equality",
1109
+ "homepage": "https://github.com/sebastianbergmann/comparator",
1110
+ "keywords": [
1111
+ "comparator",
1112
+ "compare",
1113
+ "equality"
1114
+ ],
1115
+ "time": "2017-12-22 14:50:35"
1116
+ },
1117
+ {
1118
+ "name": "sebastian/diff",
1119
+ "version": "2.0.1",
1120
+ "source": {
1121
+ "type": "git",
1122
+ "url": "https://github.com/sebastianbergmann/diff.git",
1123
+ "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
1124
+ },
1125
+ "dist": {
1126
+ "type": "zip",
1127
+ "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
1128
+ "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
1129
+ "shasum": ""
1130
+ },
1131
+ "require": {
1132
+ "php": "^7.0"
1133
+ },
1134
+ "require-dev": {
1135
+ "phpunit/phpunit": "^6.2"
1136
+ },
1137
+ "type": "library",
1138
+ "extra": {
1139
+ "branch-alias": {
1140
+ "dev-master": "2.0-dev"
1141
+ }
1142
+ },
1143
+ "autoload": {
1144
+ "classmap": [
1145
+ "src/"
1146
+ ]
1147
+ },
1148
+ "notification-url": "https://packagist.org/downloads/",
1149
+ "license": [
1150
+ "BSD-3-Clause"
1151
+ ],
1152
+ "authors": [
1153
+ {
1154
+ "name": "Kore Nordmann",
1155
+ "email": "mail@kore-nordmann.de"
1156
+ },
1157
+ {
1158
+ "name": "Sebastian Bergmann",
1159
+ "email": "sebastian@phpunit.de"
1160
+ }
1161
+ ],
1162
+ "description": "Diff implementation",
1163
+ "homepage": "https://github.com/sebastianbergmann/diff",
1164
+ "keywords": [
1165
+ "diff"
1166
+ ],
1167
+ "time": "2017-08-03 08:09:46"
1168
+ },
1169
+ {
1170
+ "name": "sebastian/environment",
1171
+ "version": "3.1.0",
1172
+ "source": {
1173
+ "type": "git",
1174
+ "url": "https://github.com/sebastianbergmann/environment.git",
1175
+ "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
1176
+ },
1177
+ "dist": {
1178
+ "type": "zip",
1179
+ "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
1180
+ "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
1181
+ "shasum": ""
1182
+ },
1183
+ "require": {
1184
+ "php": "^7.0"
1185
+ },
1186
+ "require-dev": {
1187
+ "phpunit/phpunit": "^6.1"
1188
+ },
1189
+ "type": "library",
1190
+ "extra": {
1191
+ "branch-alias": {
1192
+ "dev-master": "3.1.x-dev"
1193
+ }
1194
+ },
1195
+ "autoload": {
1196
+ "classmap": [
1197
+ "src/"
1198
+ ]
1199
+ },
1200
+ "notification-url": "https://packagist.org/downloads/",
1201
+ "license": [
1202
+ "BSD-3-Clause"
1203
+ ],
1204
+ "authors": [
1205
+ {
1206
+ "name": "Sebastian Bergmann",
1207
+ "email": "sebastian@phpunit.de"
1208
+ }
1209
+ ],
1210
+ "description": "Provides functionality to handle HHVM/PHP environments",
1211
+ "homepage": "http://www.github.com/sebastianbergmann/environment",
1212
+ "keywords": [
1213
+ "Xdebug",
1214
+ "environment",
1215
+ "hhvm"
1216
+ ],
1217
+ "time": "2017-07-01 08:51:00"
1218
+ },
1219
+ {
1220
+ "name": "sebastian/exporter",
1221
+ "version": "3.1.0",
1222
+ "source": {
1223
+ "type": "git",
1224
+ "url": "https://github.com/sebastianbergmann/exporter.git",
1225
+ "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
1226
+ },
1227
+ "dist": {
1228
+ "type": "zip",
1229
+ "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
1230
+ "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
1231
+ "shasum": ""
1232
+ },
1233
+ "require": {
1234
+ "php": "^7.0",
1235
+ "sebastian/recursion-context": "^3.0"
1236
+ },
1237
+ "require-dev": {
1238
+ "ext-mbstring": "*",
1239
+ "phpunit/phpunit": "^6.0"
1240
+ },
1241
+ "type": "library",
1242
+ "extra": {
1243
+ "branch-alias": {
1244
+ "dev-master": "3.1.x-dev"
1245
+ }
1246
+ },
1247
+ "autoload": {
1248
+ "classmap": [
1249
+ "src/"
1250
+ ]
1251
+ },
1252
+ "notification-url": "https://packagist.org/downloads/",
1253
+ "license": [
1254
+ "BSD-3-Clause"
1255
+ ],
1256
+ "authors": [
1257
+ {
1258
+ "name": "Jeff Welch",
1259
+ "email": "whatthejeff@gmail.com"
1260
+ },
1261
+ {
1262
+ "name": "Volker Dusch",
1263
+ "email": "github@wallbash.com"
1264
+ },
1265
+ {
1266
+ "name": "Bernhard Schussek",
1267
+ "email": "bschussek@2bepublished.at"
1268
+ },
1269
+ {
1270
+ "name": "Sebastian Bergmann",
1271
+ "email": "sebastian@phpunit.de"
1272
+ },
1273
+ {
1274
+ "name": "Adam Harvey",
1275
+ "email": "aharvey@php.net"
1276
+ }
1277
+ ],
1278
+ "description": "Provides the functionality to export PHP variables for visualization",
1279
+ "homepage": "http://www.github.com/sebastianbergmann/exporter",
1280
+ "keywords": [
1281
+ "export",
1282
+ "exporter"
1283
+ ],
1284
+ "time": "2017-04-03 13:19:02"
1285
+ },
1286
+ {
1287
+ "name": "sebastian/global-state",
1288
+ "version": "2.0.0",
1289
+ "source": {
1290
+ "type": "git",
1291
+ "url": "https://github.com/sebastianbergmann/global-state.git",
1292
+ "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
1293
+ },
1294
+ "dist": {
1295
+ "type": "zip",
1296
+ "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
1297
+ "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
1298
+ "shasum": ""
1299
+ },
1300
+ "require": {
1301
+ "php": "^7.0"
1302
+ },
1303
+ "require-dev": {
1304
+ "phpunit/phpunit": "^6.0"
1305
+ },
1306
+ "suggest": {
1307
+ "ext-uopz": "*"
1308
+ },
1309
+ "type": "library",
1310
+ "extra": {
1311
+ "branch-alias": {
1312
+ "dev-master": "2.0-dev"
1313
+ }
1314
+ },
1315
+ "autoload": {
1316
+ "classmap": [
1317
+ "src/"
1318
+ ]
1319
+ },
1320
+ "notification-url": "https://packagist.org/downloads/",
1321
+ "license": [
1322
+ "BSD-3-Clause"
1323
+ ],
1324
+ "authors": [
1325
+ {
1326
+ "name": "Sebastian Bergmann",
1327
+ "email": "sebastian@phpunit.de"
1328
+ }
1329
+ ],
1330
+ "description": "Snapshotting of global state",
1331
+ "homepage": "http://www.github.com/sebastianbergmann/global-state",
1332
+ "keywords": [
1333
+ "global state"
1334
+ ],
1335
+ "time": "2017-04-27 15:39:26"
1336
+ },
1337
+ {
1338
+ "name": "sebastian/object-enumerator",
1339
+ "version": "3.0.3",
1340
+ "source": {
1341
+ "type": "git",
1342
+ "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1343
+ "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
1344
+ },
1345
+ "dist": {
1346
+ "type": "zip",
1347
+ "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
1348
+ "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
1349
+ "shasum": ""
1350
+ },
1351
+ "require": {
1352
+ "php": "^7.0",
1353
+ "sebastian/object-reflector": "^1.1.1",
1354
+ "sebastian/recursion-context": "^3.0"
1355
+ },
1356
+ "require-dev": {
1357
+ "phpunit/phpunit": "^6.0"
1358
+ },
1359
+ "type": "library",
1360
+ "extra": {
1361
+ "branch-alias": {
1362
+ "dev-master": "3.0.x-dev"
1363
+ }
1364
+ },
1365
+ "autoload": {
1366
+ "classmap": [
1367
+ "src/"
1368
+ ]
1369
+ },
1370
+ "notification-url": "https://packagist.org/downloads/",
1371
+ "license": [
1372
+ "BSD-3-Clause"
1373
+ ],
1374
+ "authors": [
1375
+ {
1376
+ "name": "Sebastian Bergmann",
1377
+ "email": "sebastian@phpunit.de"
1378
+ }
1379
+ ],
1380
+ "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1381
+ "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1382
+ "time": "2017-08-03 12:35:26"
1383
+ },
1384
+ {
1385
+ "name": "sebastian/object-reflector",
1386
+ "version": "1.1.1",
1387
+ "source": {
1388
+ "type": "git",
1389
+ "url": "https://github.com/sebastianbergmann/object-reflector.git",
1390
+ "reference": "773f97c67f28de00d397be301821b06708fca0be"
1391
+ },
1392
+ "dist": {
1393
+ "type": "zip",
1394
+ "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
1395
+ "reference": "773f97c67f28de00d397be301821b06708fca0be",
1396
+ "shasum": ""
1397
+ },
1398
+ "require": {
1399
+ "php": "^7.0"
1400
+ },
1401
+ "require-dev": {
1402
+ "phpunit/phpunit": "^6.0"
1403
+ },
1404
+ "type": "library",
1405
+ "extra": {
1406
+ "branch-alias": {
1407
+ "dev-master": "1.1-dev"
1408
+ }
1409
+ },
1410
+ "autoload": {
1411
+ "classmap": [
1412
+ "src/"
1413
+ ]
1414
+ },
1415
+ "notification-url": "https://packagist.org/downloads/",
1416
+ "license": [
1417
+ "BSD-3-Clause"
1418
+ ],
1419
+ "authors": [
1420
+ {
1421
+ "name": "Sebastian Bergmann",
1422
+ "email": "sebastian@phpunit.de"
1423
+ }
1424
+ ],
1425
+ "description": "Allows reflection of object attributes, including inherited and non-public ones",
1426
+ "homepage": "https://github.com/sebastianbergmann/object-reflector/",
1427
+ "time": "2017-03-29 09:07:27"
1428
+ },
1429
+ {
1430
+ "name": "sebastian/recursion-context",
1431
+ "version": "3.0.0",
1432
+ "source": {
1433
+ "type": "git",
1434
+ "url": "https://github.com/sebastianbergmann/recursion-context.git",
1435
+ "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
1436
+ },
1437
+ "dist": {
1438
+ "type": "zip",
1439
+ "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
1440
+ "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
1441
+ "shasum": ""
1442
+ },
1443
+ "require": {
1444
+ "php": "^7.0"
1445
+ },
1446
+ "require-dev": {
1447
+ "phpunit/phpunit": "^6.0"
1448
+ },
1449
+ "type": "library",
1450
+ "extra": {
1451
+ "branch-alias": {
1452
+ "dev-master": "3.0.x-dev"
1453
+ }
1454
+ },
1455
+ "autoload": {
1456
+ "classmap": [
1457
+ "src/"
1458
+ ]
1459
+ },
1460
+ "notification-url": "https://packagist.org/downloads/",
1461
+ "license": [
1462
+ "BSD-3-Clause"
1463
+ ],
1464
+ "authors": [
1465
+ {
1466
+ "name": "Jeff Welch",
1467
+ "email": "whatthejeff@gmail.com"
1468
+ },
1469
+ {
1470
+ "name": "Sebastian Bergmann",
1471
+ "email": "sebastian@phpunit.de"
1472
+ },
1473
+ {
1474
+ "name": "Adam Harvey",
1475
+ "email": "aharvey@php.net"
1476
+ }
1477
+ ],
1478
+ "description": "Provides functionality to recursively process PHP variables",
1479
+ "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1480
+ "time": "2017-03-03 06:23:57"
1481
+ },
1482
+ {
1483
+ "name": "sebastian/resource-operations",
1484
+ "version": "1.0.0",
1485
+ "source": {
1486
+ "type": "git",
1487
+ "url": "https://github.com/sebastianbergmann/resource-operations.git",
1488
+ "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
1489
+ },
1490
+ "dist": {
1491
+ "type": "zip",
1492
+ "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1493
+ "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1494
+ "shasum": ""
1495
+ },
1496
+ "require": {
1497
+ "php": ">=5.6.0"
1498
+ },
1499
+ "type": "library",
1500
+ "extra": {
1501
+ "branch-alias": {
1502
+ "dev-master": "1.0.x-dev"
1503
+ }
1504
+ },
1505
+ "autoload": {
1506
+ "classmap": [
1507
+ "src/"
1508
+ ]
1509
+ },
1510
+ "notification-url": "https://packagist.org/downloads/",
1511
+ "license": [
1512
+ "BSD-3-Clause"
1513
+ ],
1514
+ "authors": [
1515
+ {
1516
+ "name": "Sebastian Bergmann",
1517
+ "email": "sebastian@phpunit.de"
1518
+ }
1519
+ ],
1520
+ "description": "Provides a list of PHP built-in functions that operate on resources",
1521
+ "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1522
+ "time": "2015-07-28 20:34:47"
1523
+ },
1524
+ {
1525
+ "name": "sebastian/version",
1526
+ "version": "2.0.1",
1527
+ "source": {
1528
+ "type": "git",
1529
+ "url": "https://github.com/sebastianbergmann/version.git",
1530
+ "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
1531
+ },
1532
+ "dist": {
1533
+ "type": "zip",
1534
+ "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
1535
+ "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
1536
+ "shasum": ""
1537
+ },
1538
+ "require": {
1539
+ "php": ">=5.6"
1540
+ },
1541
+ "type": "library",
1542
+ "extra": {
1543
+ "branch-alias": {
1544
+ "dev-master": "2.0.x-dev"
1545
+ }
1546
+ },
1547
+ "autoload": {
1548
+ "classmap": [
1549
+ "src/"
1550
+ ]
1551
+ },
1552
+ "notification-url": "https://packagist.org/downloads/",
1553
+ "license": [
1554
+ "BSD-3-Clause"
1555
+ ],
1556
+ "authors": [
1557
+ {
1558
+ "name": "Sebastian Bergmann",
1559
+ "email": "sebastian@phpunit.de",
1560
+ "role": "lead"
1561
+ }
1562
+ ],
1563
+ "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1564
+ "homepage": "https://github.com/sebastianbergmann/version",
1565
+ "time": "2016-10-03 07:35:21"
1566
+ },
1567
+ {
1568
+ "name": "squizlabs/php_codesniffer",
1569
+ "version": "3.2.2",
1570
+ "source": {
1571
+ "type": "git",
1572
+ "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1573
+ "reference": "d7c00c3000ac0ce79c96fcbfef86b49a71158cd1"
1574
+ },
1575
+ "dist": {
1576
+ "type": "zip",
1577
+ "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/d7c00c3000ac0ce79c96fcbfef86b49a71158cd1",
1578
+ "reference": "d7c00c3000ac0ce79c96fcbfef86b49a71158cd1",
1579
+ "shasum": ""
1580
+ },
1581
+ "require": {
1582
+ "ext-simplexml": "*",
1583
+ "ext-tokenizer": "*",
1584
+ "ext-xmlwriter": "*",
1585
+ "php": ">=5.4.0"
1586
+ },
1587
+ "require-dev": {
1588
+ "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0"
1589
+ },
1590
+ "bin": [
1591
+ "bin/phpcs",
1592
+ "bin/phpcbf"
1593
+ ],
1594
+ "type": "library",
1595
+ "extra": {
1596
+ "branch-alias": {
1597
+ "dev-master": "3.x-dev"
1598
+ }
1599
+ },
1600
+ "notification-url": "https://packagist.org/downloads/",
1601
+ "license": [
1602
+ "BSD-3-Clause"
1603
+ ],
1604
+ "authors": [
1605
+ {
1606
+ "name": "Greg Sherwood",
1607
+ "role": "lead"
1608
+ }
1609
+ ],
1610
+ "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1611
+ "homepage": "http://www.squizlabs.com/php-codesniffer",
1612
+ "keywords": [
1613
+ "phpcs",
1614
+ "standards"
1615
+ ],
1616
+ "time": "2017-12-19 21:44:46"
1617
+ },
1618
+ {
1619
+ "name": "theseer/tokenizer",
1620
+ "version": "1.1.0",
1621
+ "source": {
1622
+ "type": "git",
1623
+ "url": "https://github.com/theseer/tokenizer.git",
1624
+ "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
1625
+ },
1626
+ "dist": {
1627
+ "type": "zip",
1628
+ "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
1629
+ "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
1630
+ "shasum": ""
1631
+ },
1632
+ "require": {
1633
+ "ext-dom": "*",
1634
+ "ext-tokenizer": "*",
1635
+ "ext-xmlwriter": "*",
1636
+ "php": "^7.0"
1637
+ },
1638
+ "type": "library",
1639
+ "autoload": {
1640
+ "classmap": [
1641
+ "src/"
1642
+ ]
1643
+ },
1644
+ "notification-url": "https://packagist.org/downloads/",
1645
+ "license": [
1646
+ "BSD-3-Clause"
1647
+ ],
1648
+ "authors": [
1649
+ {
1650
+ "name": "Arne Blankerts",
1651
+ "email": "arne@blankerts.de",
1652
+ "role": "Developer"
1653
+ }
1654
+ ],
1655
+ "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
1656
+ "time": "2017-04-07 12:08:54"
1657
+ },
1658
+ {
1659
+ "name": "webmozart/assert",
1660
+ "version": "1.2.0",
1661
+ "source": {
1662
+ "type": "git",
1663
+ "url": "https://github.com/webmozart/assert.git",
1664
+ "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
1665
+ },
1666
+ "dist": {
1667
+ "type": "zip",
1668
+ "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
1669
+ "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
1670
+ "shasum": ""
1671
+ },
1672
+ "require": {
1673
+ "php": "^5.3.3 || ^7.0"
1674
+ },
1675
+ "require-dev": {
1676
+ "phpunit/phpunit": "^4.6",
1677
+ "sebastian/version": "^1.0.1"
1678
+ },
1679
+ "type": "library",
1680
+ "extra": {
1681
+ "branch-alias": {
1682
+ "dev-master": "1.3-dev"
1683
+ }
1684
+ },
1685
+ "autoload": {
1686
+ "psr-4": {
1687
+ "Webmozart\\Assert\\": "src/"
1688
+ }
1689
+ },
1690
+ "notification-url": "https://packagist.org/downloads/",
1691
+ "license": [
1692
+ "MIT"
1693
+ ],
1694
+ "authors": [
1695
+ {
1696
+ "name": "Bernhard Schussek",
1697
+ "email": "bschussek@gmail.com"
1698
+ }
1699
+ ],
1700
+ "description": "Assertions to validate method input/output with nice error messages.",
1701
+ "keywords": [
1702
+ "assert",
1703
+ "check",
1704
+ "validate"
1705
+ ],
1706
+ "time": "2016-11-23 20:04:58"
1707
+ },
1708
+ {
1709
+ "name": "wimg/php-compatibility",
1710
+ "version": "8.1.0",
1711
+ "source": {
1712
+ "type": "git",
1713
+ "url": "https://github.com/wimg/PHPCompatibility.git",
1714
+ "reference": "4ac01e4fe8faaa4f8d3b3cd06ea92e5418ce472e"
1715
+ },
1716
+ "dist": {
1717
+ "type": "zip",
1718
+ "url": "https://api.github.com/repos/wimg/PHPCompatibility/zipball/4ac01e4fe8faaa4f8d3b3cd06ea92e5418ce472e",
1719
+ "reference": "4ac01e4fe8faaa4f8d3b3cd06ea92e5418ce472e",
1720
+ "shasum": ""
1721
+ },
1722
+ "require": {
1723
+ "php": ">=5.3",
1724
+ "squizlabs/php_codesniffer": "^2.2 || ^3.0.2"
1725
+ },
1726
+ "conflict": {
1727
+ "squizlabs/php_codesniffer": "2.6.2"
1728
+ },
1729
+ "require-dev": {
1730
+ "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0"
1731
+ },
1732
+ "suggest": {
1733
+ "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3"
1734
+ },
1735
+ "type": "phpcodesniffer-standard",
1736
+ "autoload": {
1737
+ "psr-4": {
1738
+ "PHPCompatibility\\": "PHPCompatibility/"
1739
+ }
1740
+ },
1741
+ "notification-url": "https://packagist.org/downloads/",
1742
+ "license": [
1743
+ "LGPL-3.0"
1744
+ ],
1745
+ "authors": [
1746
+ {
1747
+ "name": "Wim Godden",
1748
+ "role": "lead"
1749
+ }
1750
+ ],
1751
+ "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP version compatibility.",
1752
+ "homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
1753
+ "keywords": [
1754
+ "compatibility",
1755
+ "phpcs",
1756
+ "standards"
1757
+ ],
1758
+ "time": "2017-12-27 21:58:38"
1759
+ },
1760
+ {
1761
+ "name": "wp-coding-standards/wpcs",
1762
+ "version": "0.14.0",
1763
+ "source": {
1764
+ "type": "git",
1765
+ "url": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git",
1766
+ "reference": "8cadf48fa1c70b2381988e0a79e029e011a8f41c"
1767
+ },
1768
+ "dist": {
1769
+ "type": "zip",
1770
+ "url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/8cadf48fa1c70b2381988e0a79e029e011a8f41c",
1771
+ "reference": "8cadf48fa1c70b2381988e0a79e029e011a8f41c",
1772
+ "shasum": ""
1773
+ },
1774
+ "require": {
1775
+ "php": ">=5.3",
1776
+ "squizlabs/php_codesniffer": "^2.9.0 || ^3.0.2"
1777
+ },
1778
+ "suggest": {
1779
+ "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3"
1780
+ },
1781
+ "type": "phpcodesniffer-standard",
1782
+ "notification-url": "https://packagist.org/downloads/",
1783
+ "license": [
1784
+ "MIT"
1785
+ ],
1786
+ "authors": [
1787
+ {
1788
+ "name": "Contributors",
1789
+ "homepage": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/graphs/contributors"
1790
+ }
1791
+ ],
1792
+ "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
1793
+ "keywords": [
1794
+ "phpcs",
1795
+ "standards",
1796
+ "wordpress"
1797
+ ],
1798
+ "time": "2017-11-01 15:10:46"
1799
+ },
1800
+ {
1801
+ "name": "wpeverest/wpeverest-git-hooks",
1802
+ "version": "1.0.2",
1803
+ "source": {
1804
+ "type": "git",
1805
+ "url": "https://github.com/wpeverest/wpeverest-git-hooks.git",
1806
+ "reference": "81b1a2ff501252a23cbd59155bdc21918cef0dd2"
1807
+ },
1808
+ "dist": {
1809
+ "type": "zip",
1810
+ "url": "https://api.github.com/repos/wpeverest/wpeverest-git-hooks/zipball/81b1a2ff501252a23cbd59155bdc21918cef0dd2",
1811
+ "reference": "81b1a2ff501252a23cbd59155bdc21918cef0dd2",
1812
+ "shasum": ""
1813
+ },
1814
+ "type": "scripts",
1815
+ "autoload": {
1816
+ "psr-4": {
1817
+ "WPEverest\\GitHooks\\": "src/"
1818
+ }
1819
+ },
1820
+ "notification-url": "https://packagist.org/downloads/",
1821
+ "license": [
1822
+ "MIT"
1823
+ ],
1824
+ "authors": [
1825
+ {
1826
+ "name": "Shiva Poudel",
1827
+ "email": "dev.shivapoudel@gmail.com"
1828
+ }
1829
+ ],
1830
+ "description": "WPEverest Git Hooks",
1831
+ "time": "2017-12-18 16:25:25"
1832
+ },
1833
+ {
1834
+ "name": "wpeverest/wpeverest-sniffs",
1835
+ "version": "0.0.1",
1836
+ "source": {
1837
+ "type": "git",
1838
+ "url": "https://github.com/wpeverest/wpeverest-sniffs.git",
1839
+ "reference": "2e61559f889ba4d3b01e4ded277161fb78e74c3f"
1840
+ },
1841
+ "dist": {
1842
+ "type": "zip",
1843
+ "url": "https://api.github.com/repos/wpeverest/wpeverest-sniffs/zipball/2e61559f889ba4d3b01e4ded277161fb78e74c3f",
1844
+ "reference": "2e61559f889ba4d3b01e4ded277161fb78e74c3f",
1845
+ "shasum": ""
1846
+ },
1847
+ "require": {
1848
+ "php": ">=7.0",
1849
+ "squizlabs/php_codesniffer": "^3.0.2"
1850
+ },
1851
+ "suggest": {
1852
+ "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3"
1853
+ },
1854
+ "type": "phpcodesniffer-standard",
1855
+ "notification-url": "https://packagist.org/downloads/",
1856
+ "license": [
1857
+ "MIT"
1858
+ ],
1859
+ "authors": [
1860
+ {
1861
+ "name": "Shiva Poudel",
1862
+ "email": "dev.shivapoudel@gmail.com"
1863
+ }
1864
+ ],
1865
+ "description": "WPEverest sniffs",
1866
+ "keywords": [
1867
+ "WPEverest",
1868
+ "phpcs",
1869
+ "standards",
1870
+ "wordpress"
1871
+ ],
1872
+ "time": "2017-12-25 05:34:53"
1873
+ }
1874
+ ],
1875
+ "aliases": [],
1876
+ "minimum-stability": "stable",
1877
+ "stability-flags": [],
1878
+ "prefer-stable": false,
1879
+ "prefer-lowest": false,
1880
+ "platform": [],
1881
+ "platform-dev": []
1882
+ }
includes/functions-si-core.php CHANGED
@@ -167,7 +167,7 @@ function si_help_tip( $tip, $allow_html = false ) {
167
  * @return array
168
  */
169
  function si_get_allowed_socicons() {
170
- return apply_filters( 'social_icons_allowed_socicon', array( 'hackernews', 'smashwords', 'kobo', 'bookbub', 'mailru', 'gitlab', 'instructables', 'portfolio', 'codered', 'origin', 'nextdoor', 'udemy', 'livemaster', 'crunchbase', 'homefy', 'calendly', 'realtor', 'tidal', 'qobuz', 'natgeo', 'mastodon', 'unsplash', 'homeadvisor', 'angieslist', 'codepen', 'slack', 'openaigym', 'logmein', 'fiverr', 'gotomeeting', 'aliexpress', 'guru', 'appstore', 'homes', 'zoom', 'alibaba', 'craigslist', 'wix', 'redfin', 'googlecalendar', 'shopify', 'freelancer', 'seedrs', 'bing', 'doodle', 'bonanza', 'squarespace', 'toptal', 'gust', 'ask', 'trulia', 'loomly', 'ghost', 'upwork', 'fundable', 'booking', 'googlemaps', 'zillow', 'niconico', 'toneden', 'augment', 'bitbucket', 'fyuse', 'yt-gaming', 'sketchfab', 'mobcrush', 'microsoft', 'pandora', 'messenger', 'gamewisp', 'bloglovin', 'tunein', 'gamejolt', 'trello', 'spreadshirt', '500px', '8tracks', 'airbnb', 'alliance', 'amazon', 'amplement', 'android', 'angellist', 'apple', 'appnet', 'baidu', 'bandcamp', 'battlenet', 'mixer', 'bebee', 'bebo', 'behance', 'blizzard', 'blogger', 'buffer', 'chrome', 'coderwall', 'curse', 'dailymotion', 'deezer', 'delicious', 'deviantart', 'diablo', 'digg', 'discord', 'disqus', 'douban', 'draugiem', 'dribbble', 'drupal', 'ebay', 'ello', 'endomondo', 'envato', 'etsy', 'facebook', 'feedburner', 'filmweb', 'firefox', 'flattr', 'flickr', 'formulr', 'foursquare', 'github', 'goodreads', 'google', 'googlescholar', 'googlegroups', 'googlephotos', 'googleplus', 'grooveshark', 'hackerrank', 'hearthstone', 'hellocoton', 'heroes', 'smashcast', 'horde', 'houzz', 'icq', 'identica', 'imdb', 'instagram', 'issuu', 'istock', 'itunes', 'keybase', 'lanyrd', 'lastfm', 'line', 'linkedin', 'livejournal', 'lyft', 'macos', 'mail', 'medium', 'meetup', 'mixcloud', 'modelmayhem', 'mumble', 'myspace', 'nintendo', 'npm', 'odnoklassniki', 'openid', 'opera', 'outlook', 'overwatch', 'patreon', 'paypal', 'periscope', 'pinterest', 'play', 'player', 'playstation', 'pocket', 'qq', 'quora', 'raidcall', 'ravelry', 'reddit', 'renren', 'researchgate', 'residentadvisor', 'reverbnation', 'rss', 'sharethis', 'skype', 'slideshare', 'smugmug', 'snapchat', 'songkick', 'soundcloud', 'spotify', 'stackexchange', 'stackoverflow', 'starcraft', 'stayfriends', 'steam', 'storehouse', 'strava', 'streamjar', 'stumbleupon', 'swarm', 'teamspeak', 'teamviewer', 'telegram', 'tripadvisor', 'tripit', 'triplej', 'tumblr', 'twitch', 'twitter', 'uber', 'ventrilo', 'viadeo', 'viber', 'viewbug', 'vimeo', 'vine', 'vkontakte', 'warcraft', 'wechat', 'weibo', 'whatsapp', 'wikipedia', 'windows', 'wordpress', 'wykop', 'xbox', 'xing', 'yahoo', 'yammer', 'yandex', 'yelp', 'younow', 'youtube', 'zapier', 'zerply', 'zomato', 'zynga' ) );
171
  }
172
 
173
  /**
167
  * @return array
168
  */
169
  function si_get_allowed_socicons() {
170
+ return apply_filters( 'social_icons_allowed_socicon', array( 'hackerone', 'beatport', 'napster', 'spip', 'wickr', 'blackberry', 'pixiv', 'myanimelist', 'gamefor', 'traxsource', 'indiedb', 'moddb', 'hackernews', 'smashwords', 'kobo', 'bookbub', 'mailru', 'gitlab', 'instructables', 'portfolio', 'codered', 'origin', 'nextdoor', 'udemy', 'livemaster', 'crunchbase', 'homefy', 'calendly', 'realtor', 'tidal', 'qobuz', 'natgeo', 'mastodon', 'unsplash', 'homeadvisor', 'angieslist', 'codepen', 'slack', 'openaigym', 'logmein', 'fiverr', 'gotomeeting', 'aliexpress', 'guru', 'appstore', 'homes', 'zoom', 'alibaba', 'craigslist', 'wix', 'redfin', 'googlecalendar', 'shopify', 'freelancer', 'seedrs', 'bing', 'doodle', 'bonanza', 'squarespace', 'toptal', 'gust', 'ask', 'trulia', 'loomly', 'ghost', 'upwork', 'fundable', 'booking', 'googlemaps', 'zillow', 'niconico', 'toneden', 'augment', 'bitbucket', 'fyuse', 'yt-gaming', 'sketchfab', 'mobcrush', 'microsoft', 'pandora', 'messenger', 'gamewisp', 'bloglovin', 'tunein', 'gamejolt', 'trello', 'spreadshirt', '500px', '8tracks', 'airbnb', 'alliance', 'amazon', 'amplement', 'android', 'angellist', 'apple', 'appnet', 'baidu', 'bandcamp', 'battlenet', 'mixer', 'bebee', 'bebo', 'behance', 'blizzard', 'blogger', 'buffer', 'chrome', 'coderwall', 'curse', 'dailymotion', 'deezer', 'delicious', 'deviantart', 'diablo', 'digg', 'discord', 'disqus', 'douban', 'draugiem', 'dribbble', 'drupal', 'ebay', 'ello', 'endomondo', 'envato', 'etsy', 'facebook', 'feedburner', 'filmweb', 'firefox', 'flattr', 'flickr', 'formulr', 'foursquare', 'github', 'goodreads', 'google', 'googlescholar', 'googlegroups', 'googlephotos', 'googleplus', 'grooveshark', 'hackerrank', 'hearthstone', 'hellocoton', 'heroes', 'smashcast', 'horde', 'houzz', 'icq', 'identica', 'imdb', 'instagram', 'issuu', 'istock', 'itunes', 'keybase', 'lanyrd', 'lastfm', 'line', 'linkedin', 'livejournal', 'lyft', 'macos', 'mail', 'medium', 'meetup', 'mixcloud', 'modelmayhem', 'mumble', 'myspace', 'nintendo', 'npm', 'odnoklassniki', 'openid', 'opera', 'outlook', 'overwatch', 'patreon', 'paypal', 'periscope', 'pinterest', 'play', 'player', 'playstation', 'pocket', 'qq', 'quora', 'raidcall', 'ravelry', 'reddit', 'renren', 'researchgate', 'residentadvisor', 'reverbnation', 'rss', 'sharethis', 'skype', 'slideshare', 'smugmug', 'snapchat', 'songkick', 'soundcloud', 'spotify', 'stackexchange', 'stackoverflow', 'starcraft', 'stayfriends', 'steam', 'storehouse', 'strava', 'streamjar', 'stumbleupon', 'swarm', 'teamspeak', 'teamviewer', 'telegram', 'tripadvisor', 'tripit', 'triplej', 'tumblr', 'twitch', 'twitter', 'uber', 'ventrilo', 'viadeo', 'viber', 'viewbug', 'vimeo', 'vine', 'vkontakte', 'warcraft', 'wechat', 'weibo', 'whatsapp', 'wikipedia', 'windows', 'wordpress', 'wykop', 'xbox', 'xing', 'yahoo', 'yammer', 'yandex', 'yelp', 'younow', 'youtube', 'zapier', 'zerply', 'zomato', 'zynga' ) );
171
  }
172
 
173
  /**
includes/libraries/socicons.php CHANGED
@@ -17,6 +17,66 @@ if ( ! defined( 'ABSPATH' ) ) {
17
  */
18
  function get_socicon( $icon = '', $type = 'color' ) {
19
  $socicons = array(
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  'hackernews' => array(
21
  'url' => 'https://news.ycombinator.com/',
22
  'color' => '#FF6601',
17
  */
18
  function get_socicon( $icon = '', $type = 'color' ) {
19
  $socicons = array(
20
+ 'hackerone' => array(
21
+ 'url' => 'https://www.hackerone.com/',
22
+ 'color' => '#ec1075',
23
+ 'label' => '',
24
+ ),
25
+ 'beatport' => array(
26
+ 'url' => 'https://www.beatport.com/',
27
+ 'color' => '#94d500',
28
+ 'label' => '',
29
+ ),
30
+ 'napster' => array(
31
+ 'url' => 'https://www.napster.com/',
32
+ 'color' => '#000000',
33
+ 'label' => '',
34
+ ),
35
+ 'spip' => array(
36
+ 'url' => 'https://www.spip.net/',
37
+ 'color' => '#E00D6F',
38
+ 'label' => '',
39
+ ),
40
+ 'wickr' => array(
41
+ 'url' => 'https://wickr.com/',
42
+ 'color' => '#F29100',
43
+ 'label' => '',
44
+ ),
45
+ 'blackberry' => array(
46
+ 'url' => 'https://blackberry.com/',
47
+ 'color' => '#000000',
48
+ 'label' => '',
49
+ ),
50
+ 'pixiv' => array(
51
+ 'url' => 'https://www.pixiv.net/',
52
+ 'color' => '#049CFF',
53
+ 'label' => '',
54
+ ),
55
+ 'myanimelist' => array(
56
+ 'url' => 'https://myanimelist.net/',
57
+ 'color' => '#2e51a2',
58
+ 'label' => '',
59
+ ),
60
+ 'gamefor' => array(
61
+ 'url' => 'https://iamgamefor.com/',
62
+ 'color' => '#506F82',
63
+ 'label' => '',
64
+ ),
65
+ 'traxsource' => array(
66
+ 'url' => 'https://www.traxsource.com/',
67
+ 'color' => '#40A0FF',
68
+ 'label' => '',
69
+ ),
70
+ 'indiedb' => array(
71
+ 'url' => 'https://www.indiedb.com/',
72
+ 'color' => '#77C628',
73
+ 'label' => '',
74
+ ),
75
+ 'moddb' => array(
76
+ 'url' => 'https://www.moddb.com/',
77
+ 'color' => '#CC0300',
78
+ 'label' => '',
79
+ ),
80
  'hackernews' => array(
81
  'url' => 'https://news.ycombinator.com/',
82
  'color' => '#FF6601',
includes/widgets/class-si-widget-social-icons.php CHANGED
@@ -56,6 +56,11 @@ class SI_Widget_Social_Icons extends SI_Widget {
56
  'std' => 0,
57
  'label' => __( 'Open links in new tab', 'social-icons' ),
58
  ),
 
 
 
 
 
59
  'background_style' => array(
60
  'type' => 'select',
61
  'std' => 'square',
@@ -291,10 +296,12 @@ class SI_Widget_Social_Icons extends SI_Widget {
291
 
292
  $class = str_replace( '_' . $count, '', $title );
293
  $icon_color = false !== $icon_class ? $icon_class : get_socicon( $class );
294
- $background = 'text' !== $color_type ? 'background-color: ' . $icon_color : 'color: ' . $icon_color; ?>
 
 
295
 
296
  <li class="social-icons-list-item">
297
- <a href="<?php echo esc_url( $field['url'] ); ?>" <?php echo ( $instance['open_tab'] ? 'target="_blank"' : '' ); ?> class="social-icon">
298
  <span class="socicon socicon-<?php echo esc_attr( $class ); ?>" style="padding: <?php echo esc_attr( $icon_padding ); ?>px; font-size: <?php echo esc_attr( $icon_font_size ); ?>px; <?php echo esc_attr( $background ); ?>"></span>
299
 
300
  <?php if ( $instance['show_label'] ) : ?>
56
  'std' => 0,
57
  'label' => __( 'Open links in new tab', 'social-icons' ),
58
  ),
59
+ 'add_nofollow' => array(
60
+ 'type' => 'checkbox',
61
+ 'std' => 0,
62
+ 'label' => __( 'Add nofollow', 'social-icons' ),
63
+ ),
64
  'background_style' => array(
65
  'type' => 'select',
66
  'std' => 'square',
296
 
297
  $class = str_replace( '_' . $count, '', $title );
298
  $icon_color = false !== $icon_class ? $icon_class : get_socicon( $class );
299
+ $background = 'text' !== $color_type ? 'background-color: ' . $icon_color : 'color: ' . $icon_color;
300
+ $nofollow = ! empty( $instance['add_nofollow'] ) ? 'rel="nofollow"' : '';
301
+ ?>
302
 
303
  <li class="social-icons-list-item">
304
+ <a href="<?php echo esc_url( $field['url'] ); ?>" <?php echo ( $instance['open_tab'] ? 'target="_blank"' : '' ); ?> <?php echo $nofollow; ?> class="social-icon">
305
  <span class="socicon socicon-<?php echo esc_attr( $class ); ?>" style="padding: <?php echo esc_attr( $icon_padding ); ?>px; font-size: <?php echo esc_attr( $icon_font_size ); ?>px; <?php echo esc_attr( $background ); ?>"></span>
306
 
307
  <?php if ( $instance['show_label'] ) : ?>
package-lock.json ADDED
@@ -0,0 +1,4724 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "social-icons",
3
+ "version": "1.7.0",
4
+ "lockfileVersion": 1,
5
+ "requires": true,
6
+ "dependencies": {
7
+ "abbrev": {
8
+ "version": "1.1.1",
9
+ "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
10
+ "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
11
+ "dev": true
12
+ },
13
+ "ajv": {
14
+ "version": "5.5.2",
15
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz",
16
+ "integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=",
17
+ "dev": true,
18
+ "requires": {
19
+ "co": "4.6.0",
20
+ "fast-deep-equal": "1.0.0",
21
+ "fast-json-stable-stringify": "2.0.0",
22
+ "json-schema-traverse": "0.3.1"
23
+ }
24
+ },
25
+ "ajv-keywords": {
26
+ "version": "2.1.1",
27
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-2.1.1.tgz",
28
+ "integrity": "sha1-YXmX/F9gV2iUxDX5QNgZ4TW4B2I=",
29
+ "dev": true
30
+ },
31
+ "amdefine": {
32
+ "version": "1.0.1",
33
+ "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz",
34
+ "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=",
35
+ "dev": true
36
+ },
37
+ "ansi-regex": {
38
+ "version": "2.1.1",
39
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
40
+ "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
41
+ "dev": true
42
+ },
43
+ "ansi-styles": {
44
+ "version": "3.2.0",
45
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.0.tgz",
46
+ "integrity": "sha512-NnSOmMEYtVR2JVMIGTzynRkkaxtiq1xnFBcdQD/DnNCYPoEPsVJhM98BDyaoNOQIi7p4okdi3E27eN7GQbsUug==",
47
+ "dev": true,
48
+ "requires": {
49
+ "color-convert": "1.9.1"
50
+ }
51
+ },
52
+ "aproba": {
53
+ "version": "1.2.0",
54
+ "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
55
+ "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==",
56
+ "dev": true
57
+ },
58
+ "are-we-there-yet": {
59
+ "version": "1.1.4",
60
+ "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.4.tgz",
61
+ "integrity": "sha1-u13KOCu5TwXhUZQ3PRb9O6HKEQ0=",
62
+ "dev": true,
63
+ "requires": {
64
+ "delegates": "1.0.0",
65
+ "readable-stream": "2.3.3"
66
+ },
67
+ "dependencies": {
68
+ "isarray": {
69
+ "version": "1.0.0",
70
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
71
+ "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
72
+ "dev": true
73
+ },
74
+ "readable-stream": {
75
+ "version": "2.3.3",
76
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz",
77
+ "integrity": "sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ==",
78
+ "dev": true,
79
+ "requires": {
80
+ "core-util-is": "1.0.2",
81
+ "inherits": "2.0.3",
82
+ "isarray": "1.0.0",
83
+ "process-nextick-args": "1.0.7",
84
+ "safe-buffer": "5.1.1",
85
+ "string_decoder": "1.0.3",
86
+ "util-deprecate": "1.0.2"
87
+ }
88
+ },
89
+ "string_decoder": {
90
+ "version": "1.0.3",
91
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
92
+ "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
93
+ "dev": true,
94
+ "requires": {
95
+ "safe-buffer": "5.1.1"
96
+ }
97
+ }
98
+ }
99
+ },
100
+ "argparse": {
101
+ "version": "1.0.9",
102
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz",
103
+ "integrity": "sha1-c9g7wmP4bpf4zE9rrhsOkKfSLIY=",
104
+ "dev": true,
105
+ "requires": {
106
+ "sprintf-js": "1.0.3"
107
+ }
108
+ },
109
+ "arr-diff": {
110
+ "version": "2.0.0",
111
+ "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz",
112
+ "integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=",
113
+ "dev": true,
114
+ "requires": {
115
+ "arr-flatten": "1.1.0"
116
+ }
117
+ },
118
+ "arr-flatten": {
119
+ "version": "1.1.0",
120
+ "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
121
+ "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",
122
+ "dev": true
123
+ },
124
+ "array-find-index": {
125
+ "version": "1.0.2",
126
+ "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",
127
+ "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=",
128
+ "dev": true
129
+ },
130
+ "array-iterate": {
131
+ "version": "1.1.1",
132
+ "resolved": "https://registry.npmjs.org/array-iterate/-/array-iterate-1.1.1.tgz",
133
+ "integrity": "sha1-hlv3+K851rCYLGCQKRSsdrwBCPY=",
134
+ "dev": true
135
+ },
136
+ "array-union": {
137
+ "version": "1.0.2",
138
+ "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
139
+ "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
140
+ "dev": true,
141
+ "requires": {
142
+ "array-uniq": "1.0.3"
143
+ }
144
+ },
145
+ "array-uniq": {
146
+ "version": "1.0.3",
147
+ "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
148
+ "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=",
149
+ "dev": true
150
+ },
151
+ "array-unique": {
152
+ "version": "0.2.1",
153
+ "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz",
154
+ "integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=",
155
+ "dev": true
156
+ },
157
+ "arrify": {
158
+ "version": "1.0.1",
159
+ "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
160
+ "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=",
161
+ "dev": true
162
+ },
163
+ "asn1": {
164
+ "version": "0.2.3",
165
+ "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz",
166
+ "integrity": "sha1-2sh4dxPJlmhJ/IGAd36+nB3fO4Y=",
167
+ "dev": true
168
+ },
169
+ "assert-plus": {
170
+ "version": "0.2.0",
171
+ "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz",
172
+ "integrity": "sha1-104bh+ev/A24qttwIfP+SBAasjQ=",
173
+ "dev": true
174
+ },
175
+ "async": {
176
+ "version": "1.5.2",
177
+ "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
178
+ "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=",
179
+ "dev": true
180
+ },
181
+ "async-foreach": {
182
+ "version": "0.1.3",
183
+ "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz",
184
+ "integrity": "sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=",
185
+ "dev": true
186
+ },
187
+ "asynckit": {
188
+ "version": "0.4.0",
189
+ "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
190
+ "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=",
191
+ "dev": true
192
+ },
193
+ "autoprefixer": {
194
+ "version": "7.2.3",
195
+ "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-7.2.3.tgz",
196
+ "integrity": "sha512-dqzVGiz3v934+s3YZA6nk7tAs9xuTz5wMJbX1M+L4cY/MTNkOUqP61c1GWkEVlUL/PEy1pKRSCFuoRZrXYx9qA==",
197
+ "dev": true,
198
+ "requires": {
199
+ "browserslist": "2.10.0",
200
+ "caniuse-lite": "1.0.30000784",
201
+ "normalize-range": "0.1.2",
202
+ "num2fraction": "1.2.2",
203
+ "postcss": "6.0.14",
204
+ "postcss-value-parser": "3.3.0"
205
+ }
206
+ },
207
+ "aws-sign2": {
208
+ "version": "0.6.0",
209
+ "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz",
210
+ "integrity": "sha1-FDQt0428yU0OW4fXY81jYSwOeU8=",
211
+ "dev": true
212
+ },
213
+ "aws4": {
214
+ "version": "1.6.0",
215
+ "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.6.0.tgz",
216
+ "integrity": "sha1-g+9cqGCysy5KDe7e6MdxudtXRx4=",
217
+ "dev": true
218
+ },
219
+ "bail": {
220
+ "version": "1.0.2",
221
+ "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.2.tgz",
222
+ "integrity": "sha1-99bBcxYwqfnw1NNe0fli4gdKF2Q=",
223
+ "dev": true
224
+ },
225
+ "balanced-match": {
226
+ "version": "1.0.0",
227
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
228
+ "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=",
229
+ "dev": true
230
+ },
231
+ "bcrypt-pbkdf": {
232
+ "version": "1.0.1",
233
+ "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz",
234
+ "integrity": "sha1-Y7xdy2EzG5K8Bf1SiVPDNGKgb40=",
235
+ "dev": true,
236
+ "optional": true,
237
+ "requires": {
238
+ "tweetnacl": "0.14.5"
239
+ }
240
+ },
241
+ "block-stream": {
242
+ "version": "0.0.9",
243
+ "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz",
244
+ "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=",
245
+ "dev": true,
246
+ "requires": {
247
+ "inherits": "2.0.3"
248
+ }
249
+ },
250
+ "bluebird": {
251
+ "version": "3.5.1",
252
+ "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz",
253
+ "integrity": "sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA==",
254
+ "dev": true
255
+ },
256
+ "body-parser": {
257
+ "version": "1.14.2",
258
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.14.2.tgz",
259
+ "integrity": "sha1-EBXLH+LEQ4WCWVgdtTMy+NDPUPk=",
260
+ "dev": true,
261
+ "requires": {
262
+ "bytes": "2.2.0",
263
+ "content-type": "1.0.4",
264
+ "debug": "2.2.0",
265
+ "depd": "1.1.1",
266
+ "http-errors": "1.3.1",
267
+ "iconv-lite": "0.4.13",
268
+ "on-finished": "2.3.0",
269
+ "qs": "5.2.0",
270
+ "raw-body": "2.1.7",
271
+ "type-is": "1.6.15"
272
+ },
273
+ "dependencies": {
274
+ "iconv-lite": {
275
+ "version": "0.4.13",
276
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz",
277
+ "integrity": "sha1-H4irpKsLFQjoMSrMOTRfNumS4vI=",
278
+ "dev": true
279
+ },
280
+ "qs": {
281
+ "version": "5.2.0",
282
+ "resolved": "https://registry.npmjs.org/qs/-/qs-5.2.0.tgz",
283
+ "integrity": "sha1-qfMRQq9GjLcrJbMBNrokVoNJFr4=",
284
+ "dev": true
285
+ }
286
+ }
287
+ },
288
+ "boom": {
289
+ "version": "2.10.1",
290
+ "resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz",
291
+ "integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=",
292
+ "dev": true,
293
+ "requires": {
294
+ "hoek": "2.16.3"
295
+ }
296
+ },
297
+ "brace-expansion": {
298
+ "version": "1.1.8",
299
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz",
300
+ "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=",
301
+ "dev": true,
302
+ "requires": {
303
+ "balanced-match": "1.0.0",
304
+ "concat-map": "0.0.1"
305
+ }
306
+ },
307
+ "braces": {
308
+ "version": "1.8.5",
309
+ "resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz",
310
+ "integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=",
311
+ "dev": true,
312
+ "requires": {
313
+ "expand-range": "1.8.2",
314
+ "preserve": "0.2.0",
315
+ "repeat-element": "1.1.2"
316
+ }
317
+ },
318
+ "browserify-zlib": {
319
+ "version": "0.1.4",
320
+ "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.1.4.tgz",
321
+ "integrity": "sha1-uzX4pRn2AOD6a4SFJByXnQFB+y0=",
322
+ "dev": true,
323
+ "requires": {
324
+ "pako": "0.2.9"
325
+ }
326
+ },
327
+ "browserslist": {
328
+ "version": "2.10.0",
329
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-2.10.0.tgz",
330
+ "integrity": "sha512-WyvzSLsuAVPOjbljXnyeWl14Ae+ukAT8MUuagKVzIDvwBxl4UAwD1xqtyQs2eWYPGUKMeC3Ol62goqYuKqTTcw==",
331
+ "dev": true,
332
+ "requires": {
333
+ "caniuse-lite": "1.0.30000784",
334
+ "electron-to-chromium": "1.3.30"
335
+ }
336
+ },
337
+ "builtin-modules": {
338
+ "version": "1.1.1",
339
+ "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz",
340
+ "integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=",
341
+ "dev": true
342
+ },
343
+ "bytes": {
344
+ "version": "2.2.0",
345
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-2.2.0.tgz",
346
+ "integrity": "sha1-/TVGSkA/b5EXwt42Cez/nK4ABYg=",
347
+ "dev": true
348
+ },
349
+ "camelcase": {
350
+ "version": "2.1.1",
351
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",
352
+ "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=",
353
+ "dev": true
354
+ },
355
+ "camelcase-keys": {
356
+ "version": "2.1.0",
357
+ "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz",
358
+ "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=",
359
+ "dev": true,
360
+ "requires": {
361
+ "camelcase": "2.1.1",
362
+ "map-obj": "1.0.1"
363
+ }
364
+ },
365
+ "caniuse-lite": {
366
+ "version": "1.0.30000784",
367
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000784.tgz",
368
+ "integrity": "sha1-EpztdOmhKApEGIC2zSvOMO9Z5sA=",
369
+ "dev": true
370
+ },
371
+ "caseless": {
372
+ "version": "0.11.0",
373
+ "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz",
374
+ "integrity": "sha1-cVuW6phBWTzDMGeSP17GDr2k99c=",
375
+ "dev": true
376
+ },
377
+ "ccount": {
378
+ "version": "1.0.2",
379
+ "resolved": "https://registry.npmjs.org/ccount/-/ccount-1.0.2.tgz",
380
+ "integrity": "sha1-U7ai+BW7d7nChx97mnLDol8djok=",
381
+ "dev": true
382
+ },
383
+ "chalk": {
384
+ "version": "2.3.0",
385
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.3.0.tgz",
386
+ "integrity": "sha512-Az5zJR2CBujap2rqXGaJKaPHyJ0IrUimvYNX+ncCy8PJP4ltOGTrHUIo097ZaL2zMeKYpiCdqDvS6zdrTFok3Q==",
387
+ "dev": true,
388
+ "requires": {
389
+ "ansi-styles": "3.2.0",
390
+ "escape-string-regexp": "1.0.5",
391
+ "supports-color": "4.5.0"
392
+ }
393
+ },
394
+ "character-entities": {
395
+ "version": "1.2.1",
396
+ "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.1.tgz",
397
+ "integrity": "sha1-92hxvl72bdt/j440eOzDdMJ9bco=",
398
+ "dev": true
399
+ },
400
+ "character-entities-html4": {
401
+ "version": "1.1.1",
402
+ "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-1.1.1.tgz",
403
+ "integrity": "sha1-NZoqSg9+KdPcKsmb2+Ie45Q46lA=",
404
+ "dev": true
405
+ },
406
+ "character-entities-legacy": {
407
+ "version": "1.1.1",
408
+ "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.1.tgz",
409
+ "integrity": "sha1-9Ad53xoQGHK7UQo9KV4fzPFHIC8=",
410
+ "dev": true
411
+ },
412
+ "character-reference-invalid": {
413
+ "version": "1.1.1",
414
+ "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.1.tgz",
415
+ "integrity": "sha1-lCg191Dk7GGjCOYMLvjMEBEgLvw=",
416
+ "dev": true
417
+ },
418
+ "circular-json": {
419
+ "version": "0.3.3",
420
+ "resolved": "https://registry.npmjs.org/circular-json/-/circular-json-0.3.3.tgz",
421
+ "integrity": "sha512-UZK3NBx2Mca+b5LsG7bY183pHWt5Y1xts4P3Pz7ENTwGVnJOUWbRb3ocjvX7hx9tq/yTAdclXm9sZ38gNuem4A==",
422
+ "dev": true
423
+ },
424
+ "clean-css": {
425
+ "version": "4.1.9",
426
+ "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.1.9.tgz",
427
+ "integrity": "sha1-Nc7ornaHpJuYA09w3gDE7dOCYwE=",
428
+ "dev": true,
429
+ "requires": {
430
+ "source-map": "0.5.7"
431
+ },
432
+ "dependencies": {
433
+ "source-map": {
434
+ "version": "0.5.7",
435
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
436
+ "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
437
+ "dev": true
438
+ }
439
+ }
440
+ },
441
+ "cli": {
442
+ "version": "1.0.1",
443
+ "resolved": "https://registry.npmjs.org/cli/-/cli-1.0.1.tgz",
444
+ "integrity": "sha1-IoF1NPJL+klQw01TLUjsvGIbjBQ=",
445
+ "dev": true,
446
+ "requires": {
447
+ "exit": "0.1.2",
448
+ "glob": "7.1.2"
449
+ },
450
+ "dependencies": {
451
+ "glob": {
452
+ "version": "7.1.2",
453
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
454
+ "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
455
+ "dev": true,
456
+ "requires": {
457
+ "fs.realpath": "1.0.0",
458
+ "inflight": "1.0.6",
459
+ "inherits": "2.0.3",
460
+ "minimatch": "3.0.4",
461
+ "once": "1.4.0",
462
+ "path-is-absolute": "1.0.1"
463
+ }
464
+ }
465
+ }
466
+ },
467
+ "cliui": {
468
+ "version": "3.2.0",
469
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
470
+ "integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=",
471
+ "dev": true,
472
+ "requires": {
473
+ "string-width": "1.0.2",
474
+ "strip-ansi": "3.0.1",
475
+ "wrap-ansi": "2.1.0"
476
+ }
477
+ },
478
+ "clone-regexp": {
479
+ "version": "1.0.0",
480
+ "resolved": "https://registry.npmjs.org/clone-regexp/-/clone-regexp-1.0.0.tgz",
481
+ "integrity": "sha1-6uCiQT9VwJQvgYwin+/OhF1/Oxw=",
482
+ "dev": true,
483
+ "requires": {
484
+ "is-regexp": "1.0.0",
485
+ "is-supported-regexp-flag": "1.0.0"
486
+ }
487
+ },
488
+ "co": {
489
+ "version": "4.6.0",
490
+ "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
491
+ "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=",
492
+ "dev": true
493
+ },
494
+ "code-point-at": {
495
+ "version": "1.1.0",
496
+ "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
497
+ "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=",
498
+ "dev": true
499
+ },
500
+ "coffee-script": {
501
+ "version": "1.10.0",
502
+ "resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.10.0.tgz",
503
+ "integrity": "sha1-EpOLz5vhlI+gBvkuDEyegXBRCMA=",
504
+ "dev": true
505
+ },
506
+ "collapse-white-space": {
507
+ "version": "1.0.3",
508
+ "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-1.0.3.tgz",
509
+ "integrity": "sha1-S5BvZw5aljqHt2sOFolkM0G2Ajw=",
510
+ "dev": true
511
+ },
512
+ "color-convert": {
513
+ "version": "1.9.1",
514
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.1.tgz",
515
+ "integrity": "sha512-mjGanIiwQJskCC18rPR6OmrZ6fm2Lc7PeGFYwCmy5J34wC6F1PzdGL6xeMfmgicfYcNLGuVFA3WzXtIDCQSZxQ==",
516
+ "dev": true,
517
+ "requires": {
518
+ "color-name": "1.1.3"
519
+ }
520
+ },
521
+ "color-name": {
522
+ "version": "1.1.3",
523
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
524
+ "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=",
525
+ "dev": true
526
+ },
527
+ "colors": {
528
+ "version": "1.1.2",
529
+ "resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz",
530
+ "integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM=",
531
+ "dev": true
532
+ },
533
+ "combined-stream": {
534
+ "version": "1.0.5",
535
+ "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz",
536
+ "integrity": "sha1-k4NwpXtKUd6ix3wV1cX9+JUWQAk=",
537
+ "dev": true,
538
+ "requires": {
539
+ "delayed-stream": "1.0.0"
540
+ }
541
+ },
542
+ "commander": {
543
+ "version": "2.12.2",
544
+ "resolved": "https://registry.npmjs.org/commander/-/commander-2.12.2.tgz",
545
+ "integrity": "sha512-BFnaq5ZOGcDN7FlrtBT4xxkgIToalIIxwjxLWVJ8bGTpe1LroqMiqQXdA7ygc7CRvaYS+9zfPGFnJqFSayx+AA==",
546
+ "dev": true
547
+ },
548
+ "concat-map": {
549
+ "version": "0.0.1",
550
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
551
+ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
552
+ "dev": true
553
+ },
554
+ "concat-stream": {
555
+ "version": "1.6.0",
556
+ "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.0.tgz",
557
+ "integrity": "sha1-CqxmL9Ur54lk1VMvaUeE5wEQrPc=",
558
+ "dev": true,
559
+ "requires": {
560
+ "inherits": "2.0.3",
561
+ "readable-stream": "2.3.3",
562
+ "typedarray": "0.0.6"
563
+ },
564
+ "dependencies": {
565
+ "isarray": {
566
+ "version": "1.0.0",
567
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
568
+ "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
569
+ "dev": true
570
+ },
571
+ "readable-stream": {
572
+ "version": "2.3.3",
573
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz",
574
+ "integrity": "sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ==",
575
+ "dev": true,
576
+ "requires": {
577
+ "core-util-is": "1.0.2",
578
+ "inherits": "2.0.3",
579
+ "isarray": "1.0.0",
580
+ "process-nextick-args": "1.0.7",
581
+ "safe-buffer": "5.1.1",
582
+ "string_decoder": "1.0.3",
583
+ "util-deprecate": "1.0.2"
584
+ }
585
+ },
586
+ "string_decoder": {
587
+ "version": "1.0.3",
588
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
589
+ "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
590
+ "dev": true,
591
+ "requires": {
592
+ "safe-buffer": "5.1.1"
593
+ }
594
+ }
595
+ }
596
+ },
597
+ "console-browserify": {
598
+ "version": "1.1.0",
599
+ "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz",
600
+ "integrity": "sha1-8CQcRXMKn8YyOyBtvzjtx0HQuxA=",
601
+ "dev": true,
602
+ "requires": {
603
+ "date-now": "0.1.4"
604
+ }
605
+ },
606
+ "console-control-strings": {
607
+ "version": "1.1.0",
608
+ "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
609
+ "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=",
610
+ "dev": true
611
+ },
612
+ "content-type": {
613
+ "version": "1.0.4",
614
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
615
+ "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
616
+ "dev": true
617
+ },
618
+ "core-util-is": {
619
+ "version": "1.0.2",
620
+ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
621
+ "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
622
+ "dev": true
623
+ },
624
+ "cosmiconfig": {
625
+ "version": "3.1.0",
626
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-3.1.0.tgz",
627
+ "integrity": "sha512-zedsBhLSbPBms+kE7AH4vHg6JsKDz6epSv2/+5XHs8ILHlgDciSJfSWf8sX9aQ52Jb7KI7VswUTsLpR/G0cr2Q==",
628
+ "dev": true,
629
+ "requires": {
630
+ "is-directory": "0.3.1",
631
+ "js-yaml": "3.10.0",
632
+ "parse-json": "3.0.0",
633
+ "require-from-string": "2.0.1"
634
+ },
635
+ "dependencies": {
636
+ "esprima": {
637
+ "version": "4.0.0",
638
+ "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.0.tgz",
639
+ "integrity": "sha512-oftTcaMu/EGrEIu904mWteKIv8vMuOgGYo7EhVJJN00R/EED9DCua/xxHRdYnKtcECzVg7xOWhflvJMnqcFZjw==",
640
+ "dev": true
641
+ },
642
+ "js-yaml": {
643
+ "version": "3.10.0",
644
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.10.0.tgz",
645
+ "integrity": "sha512-O2v52ffjLa9VeM43J4XocZE//WT9N0IiwDa3KSHH7Tu8CtH+1qM8SIZvnsTh6v+4yFy5KUY3BHUVwjpfAWsjIA==",
646
+ "dev": true,
647
+ "requires": {
648
+ "argparse": "1.0.9",
649
+ "esprima": "4.0.0"
650
+ }
651
+ },
652
+ "parse-json": {
653
+ "version": "3.0.0",
654
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-3.0.0.tgz",
655
+ "integrity": "sha1-+m9HsY4jgm6tMvJj50TQ4ehH+xM=",
656
+ "dev": true,
657
+ "requires": {
658
+ "error-ex": "1.3.1"
659
+ }
660
+ }
661
+ }
662
+ },
663
+ "cross-spawn": {
664
+ "version": "3.0.1",
665
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz",
666
+ "integrity": "sha1-ElYDfsufDF9549bvE14wdwGEuYI=",
667
+ "dev": true,
668
+ "requires": {
669
+ "lru-cache": "4.1.1",
670
+ "which": "1.2.14"
671
+ }
672
+ },
673
+ "cryptiles": {
674
+ "version": "2.0.5",
675
+ "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz",
676
+ "integrity": "sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g=",
677
+ "dev": true,
678
+ "requires": {
679
+ "boom": "2.10.1"
680
+ }
681
+ },
682
+ "currently-unhandled": {
683
+ "version": "0.4.1",
684
+ "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
685
+ "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
686
+ "dev": true,
687
+ "requires": {
688
+ "array-find-index": "1.0.2"
689
+ }
690
+ },
691
+ "dashdash": {
692
+ "version": "1.14.1",
693
+ "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
694
+ "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=",
695
+ "dev": true,
696
+ "requires": {
697
+ "assert-plus": "1.0.0"
698
+ },
699
+ "dependencies": {
700
+ "assert-plus": {
701
+ "version": "1.0.0",
702
+ "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
703
+ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
704
+ "dev": true
705
+ }
706
+ }
707
+ },
708
+ "date-now": {
709
+ "version": "0.1.4",
710
+ "resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz",
711
+ "integrity": "sha1-6vQ5/U1ISK105cx9vvIAZyueNFs=",
712
+ "dev": true
713
+ },
714
+ "dateformat": {
715
+ "version": "1.0.12",
716
+ "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz",
717
+ "integrity": "sha1-nxJLZ1lMk3/3BpMuSmQsyo27/uk=",
718
+ "dev": true,
719
+ "requires": {
720
+ "get-stdin": "4.0.1",
721
+ "meow": "3.7.0"
722
+ }
723
+ },
724
+ "debug": {
725
+ "version": "2.2.0",
726
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
727
+ "integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=",
728
+ "dev": true,
729
+ "requires": {
730
+ "ms": "0.7.1"
731
+ }
732
+ },
733
+ "decamelize": {
734
+ "version": "1.2.0",
735
+ "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
736
+ "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=",
737
+ "dev": true
738
+ },
739
+ "decamelize-keys": {
740
+ "version": "1.1.0",
741
+ "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz",
742
+ "integrity": "sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=",
743
+ "dev": true,
744
+ "requires": {
745
+ "decamelize": "1.2.0",
746
+ "map-obj": "1.0.1"
747
+ }
748
+ },
749
+ "del": {
750
+ "version": "2.2.2",
751
+ "resolved": "https://registry.npmjs.org/del/-/del-2.2.2.tgz",
752
+ "integrity": "sha1-wSyYHQZ4RshLyvhiz/kw2Qf/0ag=",
753
+ "dev": true,
754
+ "requires": {
755
+ "globby": "5.0.0",
756
+ "is-path-cwd": "1.0.0",
757
+ "is-path-in-cwd": "1.0.0",
758
+ "object-assign": "4.1.1",
759
+ "pify": "2.3.0",
760
+ "pinkie-promise": "2.0.1",
761
+ "rimraf": "2.2.8"
762
+ },
763
+ "dependencies": {
764
+ "globby": {
765
+ "version": "5.0.0",
766
+ "resolved": "https://registry.npmjs.org/globby/-/globby-5.0.0.tgz",
767
+ "integrity": "sha1-69hGZ8oNuzMLmbz8aOrCvFQ3Dg0=",
768
+ "dev": true,
769
+ "requires": {
770
+ "array-union": "1.0.2",
771
+ "arrify": "1.0.1",
772
+ "glob": "7.0.6",
773
+ "object-assign": "4.1.1",
774
+ "pify": "2.3.0",
775
+ "pinkie-promise": "2.0.1"
776
+ }
777
+ }
778
+ }
779
+ },
780
+ "delayed-stream": {
781
+ "version": "1.0.0",
782
+ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
783
+ "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=",
784
+ "dev": true
785
+ },
786
+ "delegates": {
787
+ "version": "1.0.0",
788
+ "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
789
+ "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=",
790
+ "dev": true
791
+ },
792
+ "depd": {
793
+ "version": "1.1.1",
794
+ "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.1.tgz",
795
+ "integrity": "sha1-V4O04cRZ8G+lyif5kfPQbnoxA1k=",
796
+ "dev": true
797
+ },
798
+ "diff": {
799
+ "version": "3.4.0",
800
+ "resolved": "https://registry.npmjs.org/diff/-/diff-3.4.0.tgz",
801
+ "integrity": "sha512-QpVuMTEoJMF7cKzi6bvWhRulU1fZqZnvyVQgNhPaxxuTYwyjn/j1v9falseQ/uXWwPnO56RBfwtg4h/EQXmucA==",
802
+ "dev": true
803
+ },
804
+ "dir-glob": {
805
+ "version": "2.0.0",
806
+ "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.0.0.tgz",
807
+ "integrity": "sha512-37qirFDz8cA5fimp9feo43fSuRo2gHwaIn6dXL8Ber1dGwUosDrGZeCCXq57WnIqE4aQ+u3eQZzsk1yOzhdwag==",
808
+ "dev": true,
809
+ "requires": {
810
+ "arrify": "1.0.1",
811
+ "path-type": "3.0.0"
812
+ },
813
+ "dependencies": {
814
+ "path-type": {
815
+ "version": "3.0.0",
816
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz",
817
+ "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==",
818
+ "dev": true,
819
+ "requires": {
820
+ "pify": "3.0.0"
821
+ }
822
+ },
823
+ "pify": {
824
+ "version": "3.0.0",
825
+ "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
826
+ "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
827
+ "dev": true
828
+ }
829
+ }
830
+ },
831
+ "dom-serializer": {
832
+ "version": "0.1.0",
833
+ "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz",
834
+ "integrity": "sha1-BzxpdUbOB4DOI75KKOKT5AvDDII=",
835
+ "dev": true,
836
+ "requires": {
837
+ "domelementtype": "1.1.3",
838
+ "entities": "1.1.1"
839
+ },
840
+ "dependencies": {
841
+ "domelementtype": {
842
+ "version": "1.1.3",
843
+ "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz",
844
+ "integrity": "sha1-vSh3PiZCiBrsUVRJJCmcXNgiGFs=",
845
+ "dev": true
846
+ },
847
+ "entities": {
848
+ "version": "1.1.1",
849
+ "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz",
850
+ "integrity": "sha1-blwtClYhtdra7O+AuQ7ftc13cvA=",
851
+ "dev": true
852
+ }
853
+ }
854
+ },
855
+ "domelementtype": {
856
+ "version": "1.3.0",
857
+ "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz",
858
+ "integrity": "sha1-sXrtguirWeUt2cGbF1bg/BhyBMI=",
859
+ "dev": true
860
+ },
861
+ "domhandler": {
862
+ "version": "2.3.0",
863
+ "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz",
864
+ "integrity": "sha1-LeWaCCLVAn+r/28DLCsloqir5zg=",
865
+ "dev": true,
866
+ "requires": {
867
+ "domelementtype": "1.3.0"
868
+ }
869
+ },
870
+ "domutils": {
871
+ "version": "1.5.1",
872
+ "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz",
873
+ "integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=",
874
+ "dev": true,
875
+ "requires": {
876
+ "dom-serializer": "0.1.0",
877
+ "domelementtype": "1.3.0"
878
+ }
879
+ },
880
+ "dot-prop": {
881
+ "version": "4.2.0",
882
+ "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.0.tgz",
883
+ "integrity": "sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ==",
884
+ "dev": true,
885
+ "requires": {
886
+ "is-obj": "1.0.1"
887
+ }
888
+ },
889
+ "duplexer": {
890
+ "version": "0.1.1",
891
+ "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz",
892
+ "integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=",
893
+ "dev": true
894
+ },
895
+ "each-async": {
896
+ "version": "1.1.1",
897
+ "resolved": "https://registry.npmjs.org/each-async/-/each-async-1.1.1.tgz",
898
+ "integrity": "sha1-3uUim98KtrogEqOV4bhpq/iBNHM=",
899
+ "dev": true,
900
+ "requires": {
901
+ "onetime": "1.1.0",
902
+ "set-immediate-shim": "1.0.1"
903
+ }
904
+ },
905
+ "ecc-jsbn": {
906
+ "version": "0.1.1",
907
+ "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz",
908
+ "integrity": "sha1-D8c6ntXw1Tw4GTOYUj735UN3dQU=",
909
+ "dev": true,
910
+ "optional": true,
911
+ "requires": {
912
+ "jsbn": "0.1.1"
913
+ }
914
+ },
915
+ "ee-first": {
916
+ "version": "1.1.1",
917
+ "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
918
+ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=",
919
+ "dev": true
920
+ },
921
+ "electron-releases": {
922
+ "version": "2.1.0",
923
+ "resolved": "https://registry.npmjs.org/electron-releases/-/electron-releases-2.1.0.tgz",
924
+ "integrity": "sha512-cyKFD1bTE/UgULXfaueIN1k5EPFzs+FRc/rvCY5tIynefAPqopQEgjr0EzY+U3Dqrk/G4m9tXSPuZ77v6dL/Rw==",
925
+ "dev": true
926
+ },
927
+ "electron-to-chromium": {
928
+ "version": "1.3.30",
929
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.30.tgz",
930
+ "integrity": "sha512-zx1Prv7kYLfc4OA60FhxGbSo4qrEjgSzpo1/37i7l9ltXPYOoQBtjQxY9KmsgfHnBxHlBGXwLlsbt/gub1w5lw==",
931
+ "dev": true,
932
+ "requires": {
933
+ "electron-releases": "2.1.0"
934
+ }
935
+ },
936
+ "encoding": {
937
+ "version": "0.1.12",
938
+ "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz",
939
+ "integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=",
940
+ "dev": true,
941
+ "requires": {
942
+ "iconv-lite": "0.4.19"
943
+ }
944
+ },
945
+ "entities": {
946
+ "version": "1.0.0",
947
+ "resolved": "https://registry.npmjs.org/entities/-/entities-1.0.0.tgz",
948
+ "integrity": "sha1-sph6o4ITR/zeZCsk/fyeT7cSvyY=",
949
+ "dev": true
950
+ },
951
+ "error-ex": {
952
+ "version": "1.3.1",
953
+ "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.1.tgz",
954
+ "integrity": "sha1-+FWobOYa3E6GIcPNoh56dhLDqNw=",
955
+ "dev": true,
956
+ "requires": {
957
+ "is-arrayish": "0.2.1"
958
+ }
959
+ },
960
+ "escape-string-regexp": {
961
+ "version": "1.0.5",
962
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
963
+ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
964
+ "dev": true
965
+ },
966
+ "esprima": {
967
+ "version": "2.7.3",
968
+ "resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz",
969
+ "integrity": "sha1-luO3DVd59q1JzQMmc9HDEnZ7pYE=",
970
+ "dev": true
971
+ },
972
+ "eventemitter2": {
973
+ "version": "0.4.14",
974
+ "resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz",
975
+ "integrity": "sha1-j2G3XN4BKy6esoTUVFWDtWQ7Yas=",
976
+ "dev": true
977
+ },
978
+ "execall": {
979
+ "version": "1.0.0",
980
+ "resolved": "https://registry.npmjs.org/execall/-/execall-1.0.0.tgz",
981
+ "integrity": "sha1-c9CQTjlbPKsGWLCNCewlMH8pu3M=",
982
+ "dev": true,
983
+ "requires": {
984
+ "clone-regexp": "1.0.0"
985
+ }
986
+ },
987
+ "exit": {
988
+ "version": "0.1.2",
989
+ "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
990
+ "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=",
991
+ "dev": true
992
+ },
993
+ "expand-brackets": {
994
+ "version": "0.1.5",
995
+ "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz",
996
+ "integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=",
997
+ "dev": true,
998
+ "requires": {
999
+ "is-posix-bracket": "0.1.1"
1000
+ }
1001
+ },
1002
+ "expand-range": {
1003
+ "version": "1.8.2",
1004
+ "resolved": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz",
1005
+ "integrity": "sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=",
1006
+ "dev": true,
1007
+ "requires": {
1008
+ "fill-range": "2.2.3"
1009
+ }
1010
+ },
1011
+ "extend": {
1012
+ "version": "3.0.1",
1013
+ "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz",
1014
+ "integrity": "sha1-p1Xqe8Gt/MWjHOfnYtuq3F5jZEQ=",
1015
+ "dev": true
1016
+ },
1017
+ "extglob": {
1018
+ "version": "0.3.2",
1019
+ "resolved": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz",
1020
+ "integrity": "sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=",
1021
+ "dev": true,
1022
+ "requires": {
1023
+ "is-extglob": "1.0.0"
1024
+ }
1025
+ },
1026
+ "extsprintf": {
1027
+ "version": "1.3.0",
1028
+ "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
1029
+ "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=",
1030
+ "dev": true
1031
+ },
1032
+ "fast-deep-equal": {
1033
+ "version": "1.0.0",
1034
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.0.0.tgz",
1035
+ "integrity": "sha1-liVqO8l1WV6zbYLpkp0GDYk0Of8=",
1036
+ "dev": true
1037
+ },
1038
+ "fast-json-stable-stringify": {
1039
+ "version": "2.0.0",
1040
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz",
1041
+ "integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=",
1042
+ "dev": true
1043
+ },
1044
+ "faye-websocket": {
1045
+ "version": "0.10.0",
1046
+ "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz",
1047
+ "integrity": "sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=",
1048
+ "dev": true,
1049
+ "requires": {
1050
+ "websocket-driver": "0.7.0"
1051
+ }
1052
+ },
1053
+ "figures": {
1054
+ "version": "1.7.0",
1055
+ "resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz",
1056
+ "integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=",
1057
+ "dev": true,
1058
+ "requires": {
1059
+ "escape-string-regexp": "1.0.5",
1060
+ "object-assign": "4.1.1"
1061
+ }
1062
+ },
1063
+ "file-entry-cache": {
1064
+ "version": "2.0.0",
1065
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-2.0.0.tgz",
1066
+ "integrity": "sha1-w5KZDD5oR4PYOLjISkXYoEhFg2E=",
1067
+ "dev": true,
1068
+ "requires": {
1069
+ "flat-cache": "1.3.0",
1070
+ "object-assign": "4.1.1"
1071
+ }
1072
+ },
1073
+ "filename-regex": {
1074
+ "version": "2.0.1",
1075
+ "resolved": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz",
1076
+ "integrity": "sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY=",
1077
+ "dev": true
1078
+ },
1079
+ "fill-range": {
1080
+ "version": "2.2.3",
1081
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz",
1082
+ "integrity": "sha1-ULd9/X5Gm8dJJHCWNpn+eoSFpyM=",
1083
+ "dev": true,
1084
+ "requires": {
1085
+ "is-number": "2.1.0",
1086
+ "isobject": "2.1.0",
1087
+ "randomatic": "1.1.7",
1088
+ "repeat-element": "1.1.2",
1089
+ "repeat-string": "1.6.1"
1090
+ }
1091
+ },
1092
+ "find-up": {
1093
+ "version": "1.1.2",
1094
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
1095
+ "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
1096
+ "dev": true,
1097
+ "requires": {
1098
+ "path-exists": "2.1.0",
1099
+ "pinkie-promise": "2.0.1"
1100
+ }
1101
+ },
1102
+ "findup": {
1103
+ "version": "0.1.5",
1104
+ "resolved": "https://registry.npmjs.org/findup/-/findup-0.1.5.tgz",
1105
+ "integrity": "sha1-itkpozk7rGJ5V6fl3kYjsGsOLOs=",
1106
+ "dev": true,
1107
+ "requires": {
1108
+ "colors": "0.6.2",
1109
+ "commander": "2.1.0"
1110
+ },
1111
+ "dependencies": {
1112
+ "colors": {
1113
+ "version": "0.6.2",
1114
+ "resolved": "https://registry.npmjs.org/colors/-/colors-0.6.2.tgz",
1115
+ "integrity": "sha1-JCP+ZnisDF2uiFLl0OW+CMmXq8w=",
1116
+ "dev": true
1117
+ },
1118
+ "commander": {
1119
+ "version": "2.1.0",
1120
+ "resolved": "https://registry.npmjs.org/commander/-/commander-2.1.0.tgz",
1121
+ "integrity": "sha1-0SG7roYNmZKj1Re6lvVliOR8Z4E=",
1122
+ "dev": true
1123
+ }
1124
+ }
1125
+ },
1126
+ "findup-sync": {
1127
+ "version": "0.3.0",
1128
+ "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.3.0.tgz",
1129
+ "integrity": "sha1-N5MKpdgWt3fANEXhlmzGeQpMCxY=",
1130
+ "dev": true,
1131
+ "requires": {
1132
+ "glob": "5.0.15"
1133
+ },
1134
+ "dependencies": {
1135
+ "glob": {
1136
+ "version": "5.0.15",
1137
+ "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
1138
+ "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=",
1139
+ "dev": true,
1140
+ "requires": {
1141
+ "inflight": "1.0.6",
1142
+ "inherits": "2.0.3",
1143
+ "minimatch": "3.0.4",
1144
+ "once": "1.4.0",
1145
+ "path-is-absolute": "1.0.1"
1146
+ }
1147
+ }
1148
+ }
1149
+ },
1150
+ "flat-cache": {
1151
+ "version": "1.3.0",
1152
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-1.3.0.tgz",
1153
+ "integrity": "sha1-0wMLMrOBVPTjt+nHCfSQ9++XxIE=",
1154
+ "dev": true,
1155
+ "requires": {
1156
+ "circular-json": "0.3.3",
1157
+ "del": "2.2.2",
1158
+ "graceful-fs": "4.1.11",
1159
+ "write": "0.2.1"
1160
+ }
1161
+ },
1162
+ "for-in": {
1163
+ "version": "1.0.2",
1164
+ "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
1165
+ "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=",
1166
+ "dev": true
1167
+ },
1168
+ "for-own": {
1169
+ "version": "0.1.5",
1170
+ "resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz",
1171
+ "integrity": "sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=",
1172
+ "dev": true,
1173
+ "requires": {
1174
+ "for-in": "1.0.2"
1175
+ }
1176
+ },
1177
+ "forever-agent": {
1178
+ "version": "0.6.1",
1179
+ "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
1180
+ "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=",
1181
+ "dev": true
1182
+ },
1183
+ "form-data": {
1184
+ "version": "2.1.4",
1185
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.1.4.tgz",
1186
+ "integrity": "sha1-M8GDrPGTJ27KqYFDpp6Uv+4XUNE=",
1187
+ "dev": true,
1188
+ "requires": {
1189
+ "asynckit": "0.4.0",
1190
+ "combined-stream": "1.0.5",
1191
+ "mime-types": "2.1.17"
1192
+ }
1193
+ },
1194
+ "fs.realpath": {
1195
+ "version": "1.0.0",
1196
+ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
1197
+ "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
1198
+ "dev": true
1199
+ },
1200
+ "fstream": {
1201
+ "version": "1.0.11",
1202
+ "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz",
1203
+ "integrity": "sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=",
1204
+ "dev": true,
1205
+ "requires": {
1206
+ "graceful-fs": "4.1.11",
1207
+ "inherits": "2.0.3",
1208
+ "mkdirp": "0.5.1",
1209
+ "rimraf": "2.2.8"
1210
+ }
1211
+ },
1212
+ "gauge": {
1213
+ "version": "2.7.4",
1214
+ "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz",
1215
+ "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=",
1216
+ "dev": true,
1217
+ "requires": {
1218
+ "aproba": "1.2.0",
1219
+ "console-control-strings": "1.1.0",
1220
+ "has-unicode": "2.0.1",
1221
+ "object-assign": "4.1.1",
1222
+ "signal-exit": "3.0.2",
1223
+ "string-width": "1.0.2",
1224
+ "strip-ansi": "3.0.1",
1225
+ "wide-align": "1.1.2"
1226
+ }
1227
+ },
1228
+ "gaze": {
1229
+ "version": "1.1.2",
1230
+ "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.2.tgz",
1231
+ "integrity": "sha1-hHIkZ3rbiHDWeSV+0ziP22HkAQU=",
1232
+ "dev": true,
1233
+ "requires": {
1234
+ "globule": "1.2.0"
1235
+ }
1236
+ },
1237
+ "generate-function": {
1238
+ "version": "2.0.0",
1239
+ "resolved": "https://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz",
1240
+ "integrity": "sha1-aFj+fAlpt9TpCTM3ZHrHn2DfvnQ=",
1241
+ "dev": true
1242
+ },
1243
+ "generate-object-property": {
1244
+ "version": "1.2.0",
1245
+ "resolved": "https://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz",
1246
+ "integrity": "sha1-nA4cQDCM6AT0eDYYuTf6iPmdUNA=",
1247
+ "dev": true,
1248
+ "requires": {
1249
+ "is-property": "1.0.2"
1250
+ }
1251
+ },
1252
+ "get-caller-file": {
1253
+ "version": "1.0.2",
1254
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.2.tgz",
1255
+ "integrity": "sha1-9wLmMSfn4jHBYKgMFVSstw1QR+U=",
1256
+ "dev": true
1257
+ },
1258
+ "get-stdin": {
1259
+ "version": "4.0.1",
1260
+ "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
1261
+ "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=",
1262
+ "dev": true
1263
+ },
1264
+ "getobject": {
1265
+ "version": "0.1.0",
1266
+ "resolved": "https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz",
1267
+ "integrity": "sha1-BHpEl4n6Fg0Bj1SG7ZEyC27HiFw=",
1268
+ "dev": true
1269
+ },
1270
+ "getpass": {
1271
+ "version": "0.1.7",
1272
+ "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
1273
+ "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=",
1274
+ "dev": true,
1275
+ "requires": {
1276
+ "assert-plus": "1.0.0"
1277
+ },
1278
+ "dependencies": {
1279
+ "assert-plus": {
1280
+ "version": "1.0.0",
1281
+ "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
1282
+ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
1283
+ "dev": true
1284
+ }
1285
+ }
1286
+ },
1287
+ "gettext-parser": {
1288
+ "version": "1.3.0",
1289
+ "resolved": "https://registry.npmjs.org/gettext-parser/-/gettext-parser-1.3.0.tgz",
1290
+ "integrity": "sha512-iloxjcw+uTPnQ8DrGICWtqkHNgk3mAiDI77pLmXQCnhM+BxFQXstzTA4zj3EpIYMysRQnnNzHyHzBUEazz80Sw==",
1291
+ "dev": true,
1292
+ "requires": {
1293
+ "encoding": "0.1.12",
1294
+ "safe-buffer": "5.1.1"
1295
+ }
1296
+ },
1297
+ "glob": {
1298
+ "version": "7.0.6",
1299
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.0.6.tgz",
1300
+ "integrity": "sha1-IRuvr0nlJbjNkyYNFKsTYVKz9Xo=",
1301
+ "dev": true,
1302
+ "requires": {
1303
+ "fs.realpath": "1.0.0",
1304
+ "inflight": "1.0.6",
1305
+ "inherits": "2.0.3",
1306
+ "minimatch": "3.0.4",
1307
+ "once": "1.4.0",
1308
+ "path-is-absolute": "1.0.1"
1309
+ }
1310
+ },
1311
+ "glob-base": {
1312
+ "version": "0.3.0",
1313
+ "resolved": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz",
1314
+ "integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=",
1315
+ "dev": true,
1316
+ "requires": {
1317
+ "glob-parent": "2.0.0",
1318
+ "is-glob": "2.0.1"
1319
+ }
1320
+ },
1321
+ "glob-parent": {
1322
+ "version": "2.0.0",
1323
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz",
1324
+ "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=",
1325
+ "dev": true,
1326
+ "requires": {
1327
+ "is-glob": "2.0.1"
1328
+ }
1329
+ },
1330
+ "globby": {
1331
+ "version": "7.1.1",
1332
+ "resolved": "https://registry.npmjs.org/globby/-/globby-7.1.1.tgz",
1333
+ "integrity": "sha1-+yzP+UAfhgCUXfral0QMypcrhoA=",
1334
+ "dev": true,
1335
+ "requires": {
1336
+ "array-union": "1.0.2",
1337
+ "dir-glob": "2.0.0",
1338
+ "glob": "7.1.2",
1339
+ "ignore": "3.3.7",
1340
+ "pify": "3.0.0",
1341
+ "slash": "1.0.0"
1342
+ },
1343
+ "dependencies": {
1344
+ "glob": {
1345
+ "version": "7.1.2",
1346
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
1347
+ "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
1348
+ "dev": true,
1349
+ "requires": {
1350
+ "fs.realpath": "1.0.0",
1351
+ "inflight": "1.0.6",
1352
+ "inherits": "2.0.3",
1353
+ "minimatch": "3.0.4",
1354
+ "once": "1.4.0",
1355
+ "path-is-absolute": "1.0.1"
1356
+ }
1357
+ },
1358
+ "pify": {
1359
+ "version": "3.0.0",
1360
+ "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
1361
+ "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
1362
+ "dev": true
1363
+ }
1364
+ }
1365
+ },
1366
+ "globjoin": {
1367
+ "version": "0.1.4",
1368
+ "resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz",
1369
+ "integrity": "sha1-L0SUrIkZ43Z8XLtpHp9GMyQoXUM=",
1370
+ "dev": true
1371
+ },
1372
+ "globule": {
1373
+ "version": "1.2.0",
1374
+ "resolved": "https://registry.npmjs.org/globule/-/globule-1.2.0.tgz",
1375
+ "integrity": "sha1-HcScaCLdnoovoAuiopUAboZkvQk=",
1376
+ "dev": true,
1377
+ "requires": {
1378
+ "glob": "7.1.2",
1379
+ "lodash": "4.17.4",
1380
+ "minimatch": "3.0.4"
1381
+ },
1382
+ "dependencies": {
1383
+ "glob": {
1384
+ "version": "7.1.2",
1385
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
1386
+ "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
1387
+ "dev": true,
1388
+ "requires": {
1389
+ "fs.realpath": "1.0.0",
1390
+ "inflight": "1.0.6",
1391
+ "inherits": "2.0.3",
1392
+ "minimatch": "3.0.4",
1393
+ "once": "1.4.0",
1394
+ "path-is-absolute": "1.0.1"
1395
+ }
1396
+ },
1397
+ "lodash": {
1398
+ "version": "4.17.4",
1399
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
1400
+ "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=",
1401
+ "dev": true
1402
+ }
1403
+ }
1404
+ },
1405
+ "gonzales-pe": {
1406
+ "version": "4.2.3",
1407
+ "resolved": "https://registry.npmjs.org/gonzales-pe/-/gonzales-pe-4.2.3.tgz",
1408
+ "integrity": "sha512-Kjhohco0esHQnOiqqdJeNz/5fyPkOMD/d6XVjwTAoPGUFh0mCollPUTUTa2OZy4dYNAqlPIQdTiNzJTWdd9Htw==",
1409
+ "dev": true,
1410
+ "requires": {
1411
+ "minimist": "1.1.3"
1412
+ },
1413
+ "dependencies": {
1414
+ "minimist": {
1415
+ "version": "1.1.3",
1416
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz",
1417
+ "integrity": "sha1-O+39kaktOQFvz6ocaB6Pqhoe/ag=",
1418
+ "dev": true
1419
+ }
1420
+ }
1421
+ },
1422
+ "graceful-fs": {
1423
+ "version": "4.1.11",
1424
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
1425
+ "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=",
1426
+ "dev": true
1427
+ },
1428
+ "grunt": {
1429
+ "version": "1.0.1",
1430
+ "resolved": "https://registry.npmjs.org/grunt/-/grunt-1.0.1.tgz",
1431
+ "integrity": "sha1-6HeHZOlEsY8yuw8QuQeEdcnftWs=",
1432
+ "dev": true,
1433
+ "requires": {
1434
+ "coffee-script": "1.10.0",
1435
+ "dateformat": "1.0.12",
1436
+ "eventemitter2": "0.4.14",
1437
+ "exit": "0.1.2",
1438
+ "findup-sync": "0.3.0",
1439
+ "glob": "7.0.6",
1440
+ "grunt-cli": "1.2.0",
1441
+ "grunt-known-options": "1.1.0",
1442
+ "grunt-legacy-log": "1.0.0",
1443
+ "grunt-legacy-util": "1.0.0",
1444
+ "iconv-lite": "0.4.19",
1445
+ "js-yaml": "3.5.5",
1446
+ "minimatch": "3.0.4",
1447
+ "nopt": "3.0.6",
1448
+ "path-is-absolute": "1.0.1",
1449
+ "rimraf": "2.2.8"
1450
+ },
1451
+ "dependencies": {
1452
+ "grunt-cli": {
1453
+ "version": "1.2.0",
1454
+ "resolved": "https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.2.0.tgz",
1455
+ "integrity": "sha1-VisRnrsGndtGSs4oRVAb6Xs1tqg=",
1456
+ "dev": true,
1457
+ "requires": {
1458
+ "findup-sync": "0.3.0",
1459
+ "grunt-known-options": "1.1.0",
1460
+ "nopt": "3.0.6",
1461
+ "resolve": "1.1.7"
1462
+ }
1463
+ }
1464
+ }
1465
+ },
1466
+ "grunt-checktextdomain": {
1467
+ "version": "1.0.1",
1468
+ "resolved": "https://registry.npmjs.org/grunt-checktextdomain/-/grunt-checktextdomain-1.0.1.tgz",
1469
+ "integrity": "sha1-slTQHh3pEwBdTbHFMD2QI7mD4Zs=",
1470
+ "dev": true,
1471
+ "requires": {
1472
+ "chalk": "0.2.1",
1473
+ "text-table": "0.2.0"
1474
+ },
1475
+ "dependencies": {
1476
+ "ansi-styles": {
1477
+ "version": "0.2.0",
1478
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-0.2.0.tgz",
1479
+ "integrity": "sha1-NZq0sV3NZLptdHNLcsNjYKmvLBk=",
1480
+ "dev": true
1481
+ },
1482
+ "chalk": {
1483
+ "version": "0.2.1",
1484
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.2.1.tgz",
1485
+ "integrity": "sha1-dhPhV1FFshOGSD9/SFql/6jL0Qw=",
1486
+ "dev": true,
1487
+ "requires": {
1488
+ "ansi-styles": "0.2.0",
1489
+ "has-color": "0.1.7"
1490
+ }
1491
+ }
1492
+ }
1493
+ },
1494
+ "grunt-contrib-cssmin": {
1495
+ "version": "2.2.1",
1496
+ "resolved": "https://registry.npmjs.org/grunt-contrib-cssmin/-/grunt-contrib-cssmin-2.2.1.tgz",
1497
+ "integrity": "sha512-IXNomhQ5ekVZbDbj/ik5YccoD9khU6LT2fDXqO1+/Txjq8cp0tQKjVS8i8EAbHOrSDkL7/UD6A7b+xj98gqh9w==",
1498
+ "dev": true,
1499
+ "requires": {
1500
+ "chalk": "1.1.3",
1501
+ "clean-css": "4.1.9",
1502
+ "maxmin": "2.1.0"
1503
+ },
1504
+ "dependencies": {
1505
+ "ansi-styles": {
1506
+ "version": "2.2.1",
1507
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
1508
+ "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
1509
+ "dev": true
1510
+ },
1511
+ "chalk": {
1512
+ "version": "1.1.3",
1513
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
1514
+ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
1515
+ "dev": true,
1516
+ "requires": {
1517
+ "ansi-styles": "2.2.1",
1518
+ "escape-string-regexp": "1.0.5",
1519
+ "has-ansi": "2.0.0",
1520
+ "strip-ansi": "3.0.1",
1521
+ "supports-color": "2.0.0"
1522
+ }
1523
+ },
1524
+ "supports-color": {
1525
+ "version": "2.0.0",
1526
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
1527
+ "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
1528
+ "dev": true
1529
+ }
1530
+ }
1531
+ },
1532
+ "grunt-contrib-jshint": {
1533
+ "version": "1.1.0",
1534
+ "resolved": "https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-1.1.0.tgz",
1535
+ "integrity": "sha1-Np2QmyWTxA6L55lAshNAhQx5Oaw=",
1536
+ "dev": true,
1537
+ "requires": {
1538
+ "chalk": "1.1.3",
1539
+ "hooker": "0.2.3",
1540
+ "jshint": "2.9.5"
1541
+ },
1542
+ "dependencies": {
1543
+ "ansi-styles": {
1544
+ "version": "2.2.1",
1545
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
1546
+ "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
1547
+ "dev": true
1548
+ },
1549
+ "chalk": {
1550
+ "version": "1.1.3",
1551
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
1552
+ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
1553
+ "dev": true,
1554
+ "requires": {
1555
+ "ansi-styles": "2.2.1",
1556
+ "escape-string-regexp": "1.0.5",
1557
+ "has-ansi": "2.0.0",
1558
+ "strip-ansi": "3.0.1",
1559
+ "supports-color": "2.0.0"
1560
+ }
1561
+ },
1562
+ "supports-color": {
1563
+ "version": "2.0.0",
1564
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
1565
+ "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
1566
+ "dev": true
1567
+ }
1568
+ }
1569
+ },
1570
+ "grunt-contrib-uglify": {
1571
+ "version": "3.2.1",
1572
+ "resolved": "https://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-3.2.1.tgz",
1573
+ "integrity": "sha512-xBPwg8wuA/m+HiSh2uMADuadKEnFQt9N5OhEy35vIl945yG6095oY1H1Og3ucg0wBSOieIBn3raqStvIcwKqHg==",
1574
+ "dev": true,
1575
+ "requires": {
1576
+ "chalk": "1.1.3",
1577
+ "maxmin": "1.1.0",
1578
+ "uglify-js": "3.2.2",
1579
+ "uri-path": "1.0.0"
1580
+ },
1581
+ "dependencies": {
1582
+ "ansi-styles": {
1583
+ "version": "2.2.1",
1584
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
1585
+ "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
1586
+ "dev": true
1587
+ },
1588
+ "chalk": {
1589
+ "version": "1.1.3",
1590
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
1591
+ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
1592
+ "dev": true,
1593
+ "requires": {
1594
+ "ansi-styles": "2.2.1",
1595
+ "escape-string-regexp": "1.0.5",
1596
+ "has-ansi": "2.0.0",
1597
+ "strip-ansi": "3.0.1",
1598
+ "supports-color": "2.0.0"
1599
+ }
1600
+ },
1601
+ "gzip-size": {
1602
+ "version": "1.0.0",
1603
+ "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-1.0.0.tgz",
1604
+ "integrity": "sha1-Zs+LEBBHInuVus5uodoMF37Vwi8=",
1605
+ "dev": true,
1606
+ "requires": {
1607
+ "browserify-zlib": "0.1.4",
1608
+ "concat-stream": "1.6.0"
1609
+ }
1610
+ },
1611
+ "maxmin": {
1612
+ "version": "1.1.0",
1613
+ "resolved": "https://registry.npmjs.org/maxmin/-/maxmin-1.1.0.tgz",
1614
+ "integrity": "sha1-cTZehKmd2Piz99X94vANHn9zvmE=",
1615
+ "dev": true,
1616
+ "requires": {
1617
+ "chalk": "1.1.3",
1618
+ "figures": "1.7.0",
1619
+ "gzip-size": "1.0.0",
1620
+ "pretty-bytes": "1.0.4"
1621
+ }
1622
+ },
1623
+ "pretty-bytes": {
1624
+ "version": "1.0.4",
1625
+ "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-1.0.4.tgz",
1626
+ "integrity": "sha1-CiLoIQYJrTVUL4yNXSFZr/B1HIQ=",
1627
+ "dev": true,
1628
+ "requires": {
1629
+ "get-stdin": "4.0.1",
1630
+ "meow": "3.7.0"
1631
+ }
1632
+ },
1633
+ "supports-color": {
1634
+ "version": "2.0.0",
1635
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
1636
+ "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
1637
+ "dev": true
1638
+ }
1639
+ }
1640
+ },
1641
+ "grunt-contrib-watch": {
1642
+ "version": "1.0.0",
1643
+ "resolved": "https://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-1.0.0.tgz",
1644
+ "integrity": "sha1-hKGnodar0m7VaEE0lscxM+mQAY8=",
1645
+ "dev": true,
1646
+ "requires": {
1647
+ "async": "1.5.2",
1648
+ "gaze": "1.1.2",
1649
+ "lodash": "3.10.1",
1650
+ "tiny-lr": "0.2.1"
1651
+ }
1652
+ },
1653
+ "grunt-known-options": {
1654
+ "version": "1.1.0",
1655
+ "resolved": "https://registry.npmjs.org/grunt-known-options/-/grunt-known-options-1.1.0.tgz",
1656
+ "integrity": "sha1-pCdO6zL6dl2lp6OxcSYXzjsUQUk=",
1657
+ "dev": true
1658
+ },
1659
+ "grunt-legacy-log": {
1660
+ "version": "1.0.0",
1661
+ "resolved": "https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-1.0.0.tgz",
1662
+ "integrity": "sha1-+4bxgJhHvAfcR4Q/ns1srLYt8tU=",
1663
+ "dev": true,
1664
+ "requires": {
1665
+ "colors": "1.1.2",
1666
+ "grunt-legacy-log-utils": "1.0.0",
1667
+ "hooker": "0.2.3",
1668
+ "lodash": "3.10.1",
1669
+ "underscore.string": "3.2.3"
1670
+ }
1671
+ },
1672
+ "grunt-legacy-log-utils": {
1673
+ "version": "1.0.0",
1674
+ "resolved": "https://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-1.0.0.tgz",
1675
+ "integrity": "sha1-p7ji0Ps1taUPSvmG/BEnSevJbz0=",
1676
+ "dev": true,
1677
+ "requires": {
1678
+ "chalk": "1.1.3",
1679
+ "lodash": "4.3.0"
1680
+ },
1681
+ "dependencies": {
1682
+ "ansi-styles": {
1683
+ "version": "2.2.1",
1684
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
1685
+ "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
1686
+ "dev": true
1687
+ },
1688
+ "chalk": {
1689
+ "version": "1.1.3",
1690
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
1691
+ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
1692
+ "dev": true,
1693
+ "requires": {
1694
+ "ansi-styles": "2.2.1",
1695
+ "escape-string-regexp": "1.0.5",
1696
+ "has-ansi": "2.0.0",
1697
+ "strip-ansi": "3.0.1",
1698
+ "supports-color": "2.0.0"
1699
+ }
1700
+ },
1701
+ "lodash": {
1702
+ "version": "4.3.0",
1703
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.3.0.tgz",
1704
+ "integrity": "sha1-79nEpuxT87BUEkKZFcPkgk5NJaQ=",
1705
+ "dev": true
1706
+ },
1707
+ "supports-color": {
1708
+ "version": "2.0.0",
1709
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
1710
+ "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
1711
+ "dev": true
1712
+ }
1713
+ }
1714
+ },
1715
+ "grunt-legacy-util": {
1716
+ "version": "1.0.0",
1717
+ "resolved": "https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-1.0.0.tgz",
1718
+ "integrity": "sha1-OGqnjcbtUJhsKxiVcmWxtIq7m4Y=",
1719
+ "dev": true,
1720
+ "requires": {
1721
+ "async": "1.5.2",
1722
+ "exit": "0.1.2",
1723
+ "getobject": "0.1.0",
1724
+ "hooker": "0.2.3",
1725
+ "lodash": "4.3.0",
1726
+ "underscore.string": "3.2.3",
1727
+ "which": "1.2.14"
1728
+ },
1729
+ "dependencies": {
1730
+ "lodash": {
1731
+ "version": "4.3.0",
1732
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.3.0.tgz",
1733
+ "integrity": "sha1-79nEpuxT87BUEkKZFcPkgk5NJaQ=",
1734
+ "dev": true
1735
+ }
1736
+ }
1737
+ },
1738
+ "grunt-phpcs": {
1739
+ "version": "0.4.0",
1740
+ "resolved": "https://registry.npmjs.org/grunt-phpcs/-/grunt-phpcs-0.4.0.tgz",
1741
+ "integrity": "sha1-oI1iX8ZEZeRTsr2T+BCyqB6Uvao=",
1742
+ "dev": true
1743
+ },
1744
+ "grunt-postcss": {
1745
+ "version": "0.9.0",
1746
+ "resolved": "https://registry.npmjs.org/grunt-postcss/-/grunt-postcss-0.9.0.tgz",
1747
+ "integrity": "sha512-lglLcVaoOIqH0sFv7RqwUKkEFGQwnlqyAKbatxZderwZGV1nDyKHN7gZS9LUiTx1t5GOvRBx0BEalHMyVwFAIA==",
1748
+ "dev": true,
1749
+ "requires": {
1750
+ "chalk": "2.3.0",
1751
+ "diff": "3.4.0",
1752
+ "postcss": "6.0.14"
1753
+ }
1754
+ },
1755
+ "grunt-rtlcss": {
1756
+ "version": "2.0.1",
1757
+ "resolved": "https://registry.npmjs.org/grunt-rtlcss/-/grunt-rtlcss-2.0.1.tgz",
1758
+ "integrity": "sha1-6eYc5DdAY5f546Sxv2aeR+cf/MM=",
1759
+ "dev": true,
1760
+ "requires": {
1761
+ "chalk": "1.1.3",
1762
+ "rtlcss": "2.2.1"
1763
+ },
1764
+ "dependencies": {
1765
+ "ansi-styles": {
1766
+ "version": "2.2.1",
1767
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
1768
+ "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
1769
+ "dev": true
1770
+ },
1771
+ "chalk": {
1772
+ "version": "1.1.3",
1773
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
1774
+ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
1775
+ "dev": true,
1776
+ "requires": {
1777
+ "ansi-styles": "2.2.1",
1778
+ "escape-string-regexp": "1.0.5",
1779
+ "has-ansi": "2.0.0",
1780
+ "strip-ansi": "3.0.1",
1781
+ "supports-color": "2.0.0"
1782
+ }
1783
+ },
1784
+ "supports-color": {
1785
+ "version": "2.0.0",
1786
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
1787
+ "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
1788
+ "dev": true
1789
+ }
1790
+ }
1791
+ },
1792
+ "grunt-sass": {
1793
+ "version": "2.0.0",
1794
+ "resolved": "https://registry.npmjs.org/grunt-sass/-/grunt-sass-2.0.0.tgz",
1795
+ "integrity": "sha1-kHTPnXtFkuIPd4jKpye4+aoGtgo=",
1796
+ "dev": true,
1797
+ "requires": {
1798
+ "each-async": "1.1.1",
1799
+ "node-sass": "4.7.2",
1800
+ "object-assign": "4.1.1"
1801
+ }
1802
+ },
1803
+ "grunt-stylelint": {
1804
+ "version": "0.9.0",
1805
+ "resolved": "https://registry.npmjs.org/grunt-stylelint/-/grunt-stylelint-0.9.0.tgz",
1806
+ "integrity": "sha512-+eC6pRdt+6ZupNFbDYVBB7DtEdohjTNf3BRAXhCqMk2eqEYg/q+Bl3r6lFC6qGRNxmpfHR+qWnzb+KKCqKalaw==",
1807
+ "dev": true,
1808
+ "requires": {
1809
+ "chalk": "1.1.3"
1810
+ },
1811
+ "dependencies": {
1812
+ "ansi-styles": {
1813
+ "version": "2.2.1",
1814
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
1815
+ "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
1816
+ "dev": true
1817
+ },
1818
+ "chalk": {
1819
+ "version": "1.1.3",
1820
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
1821
+ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
1822
+ "dev": true,
1823
+ "requires": {
1824
+ "ansi-styles": "2.2.1",
1825
+ "escape-string-regexp": "1.0.5",
1826
+ "has-ansi": "2.0.0",
1827
+ "strip-ansi": "3.0.1",
1828
+ "supports-color": "2.0.0"
1829
+ }
1830
+ },
1831
+ "supports-color": {
1832
+ "version": "2.0.0",
1833
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
1834
+ "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
1835
+ "dev": true
1836
+ }
1837
+ }
1838
+ },
1839
+ "grunt-wp-i18n": {
1840
+ "version": "1.0.1",
1841
+ "resolved": "https://registry.npmjs.org/grunt-wp-i18n/-/grunt-wp-i18n-1.0.1.tgz",
1842
+ "integrity": "sha512-0V+rBR0yNUGsmDrFaibP9i0G4FLFSumzMfGcny2LhdiW5MS+EwdNiuJ0qRWoiUzyvyYHpCF/8t+GBaIu/pb0iw==",
1843
+ "dev": true,
1844
+ "requires": {
1845
+ "grunt": "1.0.1",
1846
+ "node-wp-i18n": "1.0.4"
1847
+ }
1848
+ },
1849
+ "gzip-size": {
1850
+ "version": "3.0.0",
1851
+ "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-3.0.0.tgz",
1852
+ "integrity": "sha1-VGGI6b3DN/Zzdy+BZgRks4nc5SA=",
1853
+ "dev": true,
1854
+ "requires": {
1855
+ "duplexer": "0.1.1"
1856
+ }
1857
+ },
1858
+ "har-validator": {
1859
+ "version": "2.0.6",
1860
+ "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-2.0.6.tgz",
1861
+ "integrity": "sha1-zcvAgYgmWtEZtqWnyKtw7s+10n0=",
1862
+ "dev": true,
1863
+ "requires": {
1864
+ "chalk": "1.1.3",
1865
+ "commander": "2.12.2",
1866
+ "is-my-json-valid": "2.17.1",
1867
+ "pinkie-promise": "2.0.1"
1868
+ },
1869
+ "dependencies": {
1870
+ "ansi-styles": {
1871
+ "version": "2.2.1",
1872
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
1873
+ "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
1874
+ "dev": true
1875
+ },
1876
+ "chalk": {
1877
+ "version": "1.1.3",
1878
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
1879
+ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
1880
+ "dev": true,
1881
+ "requires": {
1882
+ "ansi-styles": "2.2.1",
1883
+ "escape-string-regexp": "1.0.5",
1884
+ "has-ansi": "2.0.0",
1885
+ "strip-ansi": "3.0.1",
1886
+ "supports-color": "2.0.0"
1887
+ }
1888
+ },
1889
+ "supports-color": {
1890
+ "version": "2.0.0",
1891
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
1892
+ "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
1893
+ "dev": true
1894
+ }
1895
+ }
1896
+ },
1897
+ "has-ansi": {
1898
+ "version": "2.0.0",
1899
+ "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
1900
+ "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
1901
+ "dev": true,
1902
+ "requires": {
1903
+ "ansi-regex": "2.1.1"
1904
+ }
1905
+ },
1906
+ "has-color": {
1907
+ "version": "0.1.7",
1908
+ "resolved": "https://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz",
1909
+ "integrity": "sha1-ZxRKUmDDT8PMpnfQQdr1L+e3iy8=",
1910
+ "dev": true
1911
+ },
1912
+ "has-flag": {
1913
+ "version": "2.0.0",
1914
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz",
1915
+ "integrity": "sha1-6CB68cx7MNRGzHC3NLXovhj4jVE=",
1916
+ "dev": true
1917
+ },
1918
+ "has-unicode": {
1919
+ "version": "2.0.1",
1920
+ "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
1921
+ "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=",
1922
+ "dev": true
1923
+ },
1924
+ "hawk": {
1925
+ "version": "3.1.3",
1926
+ "resolved": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz",
1927
+ "integrity": "sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ=",
1928
+ "dev": true,
1929
+ "requires": {
1930
+ "boom": "2.10.1",
1931
+ "cryptiles": "2.0.5",
1932
+ "hoek": "2.16.3",
1933
+ "sntp": "1.0.9"
1934
+ }
1935
+ },
1936
+ "hoek": {
1937
+ "version": "2.16.3",
1938
+ "resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz",
1939
+ "integrity": "sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0=",
1940
+ "dev": true
1941
+ },
1942
+ "hooker": {
1943
+ "version": "0.2.3",
1944
+ "resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz",
1945
+ "integrity": "sha1-uDT3I8xKJCqmWWNFnfbZhMXT2Vk=",
1946
+ "dev": true
1947
+ },
1948
+ "hosted-git-info": {
1949
+ "version": "2.5.0",
1950
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.5.0.tgz",
1951
+ "integrity": "sha512-pNgbURSuab90KbTqvRPsseaTxOJCZBD0a7t+haSN33piP9cCM4l0CqdzAif2hUqm716UovKB2ROmiabGAKVXyg==",
1952
+ "dev": true
1953
+ },
1954
+ "html-tags": {
1955
+ "version": "2.0.0",
1956
+ "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-2.0.0.tgz",
1957
+ "integrity": "sha1-ELMKOGCF9Dzt41PMj6fLDe7qZos=",
1958
+ "dev": true
1959
+ },
1960
+ "htmlparser2": {
1961
+ "version": "3.8.3",
1962
+ "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz",
1963
+ "integrity": "sha1-mWwosZFRaovoZQGn15dX5ccMEGg=",
1964
+ "dev": true,
1965
+ "requires": {
1966
+ "domelementtype": "1.3.0",
1967
+ "domhandler": "2.3.0",
1968
+ "domutils": "1.5.1",
1969
+ "entities": "1.0.0",
1970
+ "readable-stream": "1.1.14"
1971
+ }
1972
+ },
1973
+ "http-errors": {
1974
+ "version": "1.3.1",
1975
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz",
1976
+ "integrity": "sha1-GX4izevUGYWF6GlO9nhhl7ke2UI=",
1977
+ "dev": true,
1978
+ "requires": {
1979
+ "inherits": "2.0.3",
1980
+ "statuses": "1.4.0"
1981
+ }
1982
+ },
1983
+ "http-parser-js": {
1984
+ "version": "0.4.9",
1985
+ "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.4.9.tgz",
1986
+ "integrity": "sha1-6hoE+2St/wJC6ZdPKX3Uw8rSceE=",
1987
+ "dev": true
1988
+ },
1989
+ "http-signature": {
1990
+ "version": "1.1.1",
1991
+ "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz",
1992
+ "integrity": "sha1-33LiZwZs0Kxn+3at+OE0qPvPkb8=",
1993
+ "dev": true,
1994
+ "requires": {
1995
+ "assert-plus": "0.2.0",
1996
+ "jsprim": "1.4.1",
1997
+ "sshpk": "1.13.1"
1998
+ }
1999
+ },
2000
+ "iconv-lite": {
2001
+ "version": "0.4.19",
2002
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.19.tgz",
2003
+ "integrity": "sha512-oTZqweIP51xaGPI4uPa56/Pri/480R+mo7SeU+YETByQNhDG55ycFyNLIgta9vXhILrxXDmF7ZGhqZIcuN0gJQ==",
2004
+ "dev": true
2005
+ },
2006
+ "ignore": {
2007
+ "version": "3.3.7",
2008
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.7.tgz",
2009
+ "integrity": "sha512-YGG3ejvBNHRqu0559EOxxNFihD0AjpvHlC/pdGKd3X3ofe+CoJkYazwNJYTNebqpPKN+VVQbh4ZFn1DivMNuHA==",
2010
+ "dev": true
2011
+ },
2012
+ "imurmurhash": {
2013
+ "version": "0.1.4",
2014
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
2015
+ "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
2016
+ "dev": true
2017
+ },
2018
+ "in-publish": {
2019
+ "version": "2.0.0",
2020
+ "resolved": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.0.tgz",
2021
+ "integrity": "sha1-4g/146KvwmkDILbcVSaCqcf631E=",
2022
+ "dev": true
2023
+ },
2024
+ "indent-string": {
2025
+ "version": "2.1.0",
2026
+ "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
2027
+ "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=",
2028
+ "dev": true,
2029
+ "requires": {
2030
+ "repeating": "2.0.1"
2031
+ }
2032
+ },
2033
+ "indexes-of": {
2034
+ "version": "1.0.1",
2035
+ "resolved": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz",
2036
+ "integrity": "sha1-8w9xbI4r00bHtn0985FVZqfAVgc=",
2037
+ "dev": true
2038
+ },
2039
+ "inflight": {
2040
+ "version": "1.0.6",
2041
+ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
2042
+ "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
2043
+ "dev": true,
2044
+ "requires": {
2045
+ "once": "1.4.0",
2046
+ "wrappy": "1.0.2"
2047
+ }
2048
+ },
2049
+ "inherits": {
2050
+ "version": "2.0.3",
2051
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
2052
+ "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
2053
+ "dev": true
2054
+ },
2055
+ "invert-kv": {
2056
+ "version": "1.0.0",
2057
+ "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz",
2058
+ "integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY=",
2059
+ "dev": true
2060
+ },
2061
+ "is-alphabetical": {
2062
+ "version": "1.0.1",
2063
+ "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.1.tgz",
2064
+ "integrity": "sha1-x3B5zJHU76x3W+EDS/LSQ/lebwg=",
2065
+ "dev": true
2066
+ },
2067
+ "is-alphanumeric": {
2068
+ "version": "1.0.0",
2069
+ "resolved": "https://registry.npmjs.org/is-alphanumeric/-/is-alphanumeric-1.0.0.tgz",
2070
+ "integrity": "sha1-Spzvcdr0wAHB2B1j0UDPU/1oifQ=",
2071
+ "dev": true
2072
+ },
2073
+ "is-alphanumerical": {
2074
+ "version": "1.0.1",
2075
+ "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.1.tgz",
2076
+ "integrity": "sha1-37SqTRCF4zvbYcLe6cgOnGwZ9Ts=",
2077
+ "dev": true,
2078
+ "requires": {
2079
+ "is-alphabetical": "1.0.1",
2080
+ "is-decimal": "1.0.1"
2081
+ }
2082
+ },
2083
+ "is-arrayish": {
2084
+ "version": "0.2.1",
2085
+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
2086
+ "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=",
2087
+ "dev": true
2088
+ },
2089
+ "is-buffer": {
2090
+ "version": "1.1.6",
2091
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
2092
+ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
2093
+ "dev": true
2094
+ },
2095
+ "is-builtin-module": {
2096
+ "version": "1.0.0",
2097
+ "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz",
2098
+ "integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=",
2099
+ "dev": true,
2100
+ "requires": {
2101
+ "builtin-modules": "1.1.1"
2102
+ }
2103
+ },
2104
+ "is-decimal": {
2105
+ "version": "1.0.1",
2106
+ "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.1.tgz",
2107
+ "integrity": "sha1-9ftqlJlq2ejjdh+/vQkfH8qMToI=",
2108
+ "dev": true
2109
+ },
2110
+ "is-directory": {
2111
+ "version": "0.3.1",
2112
+ "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz",
2113
+ "integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=",
2114
+ "dev": true
2115
+ },
2116
+ "is-dotfile": {
2117
+ "version": "1.0.3",
2118
+ "resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz",
2119
+ "integrity": "sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE=",
2120
+ "dev": true
2121
+ },
2122
+ "is-equal-shallow": {
2123
+ "version": "0.1.3",
2124
+ "resolved": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz",
2125
+ "integrity": "sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=",
2126
+ "dev": true,
2127
+ "requires": {
2128
+ "is-primitive": "2.0.0"
2129
+ }
2130
+ },
2131
+ "is-extendable": {
2132
+ "version": "0.1.1",
2133
+ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
2134
+ "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
2135
+ "dev": true
2136
+ },
2137
+ "is-extglob": {
2138
+ "version": "1.0.0",
2139
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz",
2140
+ "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=",
2141
+ "dev": true
2142
+ },
2143
+ "is-finite": {
2144
+ "version": "1.0.2",
2145
+ "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz",
2146
+ "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=",
2147
+ "dev": true,
2148
+ "requires": {
2149
+ "number-is-nan": "1.0.1"
2150
+ }
2151
+ },
2152
+ "is-fullwidth-code-point": {
2153
+ "version": "1.0.0",
2154
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
2155
+ "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
2156
+ "dev": true,
2157
+ "requires": {
2158
+ "number-is-nan": "1.0.1"
2159
+ }
2160
+ },
2161
+ "is-glob": {
2162
+ "version": "2.0.1",
2163
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz",
2164
+ "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=",
2165
+ "dev": true,
2166
+ "requires": {
2167
+ "is-extglob": "1.0.0"
2168
+ }
2169
+ },
2170
+ "is-hexadecimal": {
2171
+ "version": "1.0.1",
2172
+ "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.1.tgz",
2173
+ "integrity": "sha1-bghLvJIGH7sJcexYts5tQE4k2mk=",
2174
+ "dev": true
2175
+ },
2176
+ "is-my-json-valid": {
2177
+ "version": "2.17.1",
2178
+ "resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.17.1.tgz",
2179
+ "integrity": "sha512-Q2khNw+oBlWuaYvEEHtKSw/pCxD2L5Rc1C+UQme9X6JdRDh7m5D7HkozA0qa3DUkQ6VzCnEm8mVIQPyIRkI5sQ==",
2180
+ "dev": true,
2181
+ "requires": {
2182
+ "generate-function": "2.0.0",
2183
+ "generate-object-property": "1.2.0",
2184
+ "jsonpointer": "4.0.1",
2185
+ "xtend": "4.0.1"
2186
+ }
2187
+ },
2188
+ "is-number": {
2189
+ "version": "2.1.0",
2190
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz",
2191
+ "integrity": "sha1-Afy7s5NGOlSPL0ZszhbezknbkI8=",
2192
+ "dev": true,
2193
+ "requires": {
2194
+ "kind-of": "3.2.2"
2195
+ }
2196
+ },
2197
+ "is-obj": {
2198
+ "version": "1.0.1",
2199
+ "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
2200
+ "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=",
2201
+ "dev": true
2202
+ },
2203
+ "is-path-cwd": {
2204
+ "version": "1.0.0",
2205
+ "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz",
2206
+ "integrity": "sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0=",
2207
+ "dev": true
2208
+ },
2209
+ "is-path-in-cwd": {
2210
+ "version": "1.0.0",
2211
+ "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.0.tgz",
2212
+ "integrity": "sha1-ZHdYK4IU1gI0YJRWcAO+ip6sBNw=",
2213
+ "dev": true,
2214
+ "requires": {
2215
+ "is-path-inside": "1.0.1"
2216
+ }
2217
+ },
2218
+ "is-path-inside": {
2219
+ "version": "1.0.1",
2220
+ "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz",
2221
+ "integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=",
2222
+ "dev": true,
2223
+ "requires": {
2224
+ "path-is-inside": "1.0.2"
2225
+ }
2226
+ },
2227
+ "is-plain-obj": {
2228
+ "version": "1.1.0",
2229
+ "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
2230
+ "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=",
2231
+ "dev": true
2232
+ },
2233
+ "is-posix-bracket": {
2234
+ "version": "0.1.1",
2235
+ "resolved": "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz",
2236
+ "integrity": "sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q=",
2237
+ "dev": true
2238
+ },
2239
+ "is-primitive": {
2240
+ "version": "2.0.0",
2241
+ "resolved": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz",
2242
+ "integrity": "sha1-IHurkWOEmcB7Kt8kCkGochADRXU=",
2243
+ "dev": true
2244
+ },
2245
+ "is-property": {
2246
+ "version": "1.0.2",
2247
+ "resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz",
2248
+ "integrity": "sha1-V/4cTkhHTt1lsJkR8msc1Ald2oQ=",
2249
+ "dev": true
2250
+ },
2251
+ "is-regexp": {
2252
+ "version": "1.0.0",
2253
+ "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz",
2254
+ "integrity": "sha1-/S2INUXEa6xaYz57mgnof6LLUGk=",
2255
+ "dev": true
2256
+ },
2257
+ "is-supported-regexp-flag": {
2258
+ "version": "1.0.0",
2259
+ "resolved": "https://registry.npmjs.org/is-supported-regexp-flag/-/is-supported-regexp-flag-1.0.0.tgz",
2260
+ "integrity": "sha1-i1IMhfrnolM4LUsCZS4EVXbhO7g=",
2261
+ "dev": true
2262
+ },
2263
+ "is-typedarray": {
2264
+ "version": "1.0.0",
2265
+ "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
2266
+ "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=",
2267
+ "dev": true
2268
+ },
2269
+ "is-utf8": {
2270
+ "version": "0.2.1",
2271
+ "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
2272
+ "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=",
2273
+ "dev": true
2274
+ },
2275
+ "is-whitespace-character": {
2276
+ "version": "1.0.1",
2277
+ "resolved": "https://registry.npmjs.org/is-whitespace-character/-/is-whitespace-character-1.0.1.tgz",
2278
+ "integrity": "sha1-muAXbzKCtlRXoZks2whPil+DPjs=",
2279
+ "dev": true
2280
+ },
2281
+ "is-word-character": {
2282
+ "version": "1.0.1",
2283
+ "resolved": "https://registry.npmjs.org/is-word-character/-/is-word-character-1.0.1.tgz",
2284
+ "integrity": "sha1-WgP6HqkazopusMfNdw64bWXIvvs=",
2285
+ "dev": true
2286
+ },
2287
+ "isarray": {
2288
+ "version": "0.0.1",
2289
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
2290
+ "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=",
2291
+ "dev": true
2292
+ },
2293
+ "isexe": {
2294
+ "version": "2.0.0",
2295
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
2296
+ "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
2297
+ "dev": true
2298
+ },
2299
+ "isobject": {
2300
+ "version": "2.1.0",
2301
+ "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
2302
+ "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
2303
+ "dev": true,
2304
+ "requires": {
2305
+ "isarray": "1.0.0"
2306
+ },
2307
+ "dependencies": {
2308
+ "isarray": {
2309
+ "version": "1.0.0",
2310
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
2311
+ "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
2312
+ "dev": true
2313
+ }
2314
+ }
2315
+ },
2316
+ "isstream": {
2317
+ "version": "0.1.2",
2318
+ "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
2319
+ "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=",
2320
+ "dev": true
2321
+ },
2322
+ "js-base64": {
2323
+ "version": "2.4.0",
2324
+ "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.4.0.tgz",
2325
+ "integrity": "sha512-Wehd+7Pf9tFvGb+ydPm9TjYjV8X1YHOVyG8QyELZxEMqOhemVwGRmoG8iQ/soqI3n8v4xn59zaLxiCJiaaRzKA==",
2326
+ "dev": true
2327
+ },
2328
+ "js-yaml": {
2329
+ "version": "3.5.5",
2330
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.5.5.tgz",
2331
+ "integrity": "sha1-A3fDgBfKvHMisNH7zSWkkWQfL74=",
2332
+ "dev": true,
2333
+ "requires": {
2334
+ "argparse": "1.0.9",
2335
+ "esprima": "2.7.3"
2336
+ }
2337
+ },
2338
+ "jsbn": {
2339
+ "version": "0.1.1",
2340
+ "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
2341
+ "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=",
2342
+ "dev": true,
2343
+ "optional": true
2344
+ },
2345
+ "jshint": {
2346
+ "version": "2.9.5",
2347
+ "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.9.5.tgz",
2348
+ "integrity": "sha1-HnJSkVzmgbQIJ+4UJIxG006apiw=",
2349
+ "dev": true,
2350
+ "requires": {
2351
+ "cli": "1.0.1",
2352
+ "console-browserify": "1.1.0",
2353
+ "exit": "0.1.2",
2354
+ "htmlparser2": "3.8.3",
2355
+ "lodash": "3.7.0",
2356
+ "minimatch": "3.0.4",
2357
+ "shelljs": "0.3.0",
2358
+ "strip-json-comments": "1.0.4"
2359
+ },
2360
+ "dependencies": {
2361
+ "lodash": {
2362
+ "version": "3.7.0",
2363
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz",
2364
+ "integrity": "sha1-Nni9irmVBXwHreg27S7wh9qBHUU=",
2365
+ "dev": true
2366
+ }
2367
+ }
2368
+ },
2369
+ "json-parse-better-errors": {
2370
+ "version": "1.0.1",
2371
+ "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.1.tgz",
2372
+ "integrity": "sha512-xyQpxeWWMKyJps9CuGJYeng6ssI5bpqS9ltQpdVQ90t4ql6NdnxFKh95JcRt2cun/DjMVNrdjniLPuMA69xmCw==",
2373
+ "dev": true
2374
+ },
2375
+ "json-schema": {
2376
+ "version": "0.2.3",
2377
+ "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
2378
+ "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=",
2379
+ "dev": true
2380
+ },
2381
+ "json-schema-traverse": {
2382
+ "version": "0.3.1",
2383
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz",
2384
+ "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=",
2385
+ "dev": true
2386
+ },
2387
+ "json-stringify-safe": {
2388
+ "version": "5.0.1",
2389
+ "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
2390
+ "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=",
2391
+ "dev": true
2392
+ },
2393
+ "jsonpointer": {
2394
+ "version": "4.0.1",
2395
+ "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.0.1.tgz",
2396
+ "integrity": "sha1-T9kss04OnbPInIYi7PUfm5eMbLk=",
2397
+ "dev": true
2398
+ },
2399
+ "jsprim": {
2400
+ "version": "1.4.1",
2401
+ "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz",
2402
+ "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=",
2403
+ "dev": true,
2404
+ "requires": {
2405
+ "assert-plus": "1.0.0",
2406
+ "extsprintf": "1.3.0",
2407
+ "json-schema": "0.2.3",
2408
+ "verror": "1.10.0"
2409
+ },
2410
+ "dependencies": {
2411
+ "assert-plus": {
2412
+ "version": "1.0.0",
2413
+ "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
2414
+ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
2415
+ "dev": true
2416
+ }
2417
+ }
2418
+ },
2419
+ "kind-of": {
2420
+ "version": "3.2.2",
2421
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
2422
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
2423
+ "dev": true,
2424
+ "requires": {
2425
+ "is-buffer": "1.1.6"
2426
+ }
2427
+ },
2428
+ "known-css-properties": {
2429
+ "version": "0.5.0",
2430
+ "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.5.0.tgz",
2431
+ "integrity": "sha512-LOS0CoS8zcZnB1EjLw4LLqDXw8nvt3AGH5dXLQP3D9O1nLLA+9GC5GnPl5mmF+JiQAtSX4VyZC7KvEtcA4kUtA==",
2432
+ "dev": true
2433
+ },
2434
+ "lcid": {
2435
+ "version": "1.0.0",
2436
+ "resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz",
2437
+ "integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=",
2438
+ "dev": true,
2439
+ "requires": {
2440
+ "invert-kv": "1.0.0"
2441
+ }
2442
+ },
2443
+ "livereload-js": {
2444
+ "version": "2.2.2",
2445
+ "resolved": "https://registry.npmjs.org/livereload-js/-/livereload-js-2.2.2.tgz",
2446
+ "integrity": "sha1-bIclfmSKtHW8JOoldFftzB+NC8I=",
2447
+ "dev": true
2448
+ },
2449
+ "load-json-file": {
2450
+ "version": "1.1.0",
2451
+ "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
2452
+ "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
2453
+ "dev": true,
2454
+ "requires": {
2455
+ "graceful-fs": "4.1.11",
2456
+ "parse-json": "2.2.0",
2457
+ "pify": "2.3.0",
2458
+ "pinkie-promise": "2.0.1",
2459
+ "strip-bom": "2.0.0"
2460
+ }
2461
+ },
2462
+ "locate-path": {
2463
+ "version": "2.0.0",
2464
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
2465
+ "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
2466
+ "dev": true,
2467
+ "requires": {
2468
+ "p-locate": "2.0.0",
2469
+ "path-exists": "3.0.0"
2470
+ },
2471
+ "dependencies": {
2472
+ "path-exists": {
2473
+ "version": "3.0.0",
2474
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
2475
+ "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
2476
+ "dev": true
2477
+ }
2478
+ }
2479
+ },
2480
+ "lodash": {
2481
+ "version": "3.10.1",
2482
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
2483
+ "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=",
2484
+ "dev": true
2485
+ },
2486
+ "lodash.assign": {
2487
+ "version": "4.2.0",
2488
+ "resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz",
2489
+ "integrity": "sha1-DZnzzNem0mHRm9rrkkUAXShYCOc=",
2490
+ "dev": true
2491
+ },
2492
+ "lodash.clonedeep": {
2493
+ "version": "4.5.0",
2494
+ "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
2495
+ "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=",
2496
+ "dev": true
2497
+ },
2498
+ "lodash.mergewith": {
2499
+ "version": "4.6.0",
2500
+ "resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.0.tgz",
2501
+ "integrity": "sha1-FQzwoWeR9ZA7iJHqsVRgknS96lU=",
2502
+ "dev": true
2503
+ },
2504
+ "log-symbols": {
2505
+ "version": "2.1.0",
2506
+ "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.1.0.tgz",
2507
+ "integrity": "sha512-zLeLrzMA1A2vRF1e/0Mo+LNINzi6jzBylHj5WqvQ/WK/5WCZt8si9SyN4p9llr/HRYvVR1AoXHRHl4WTHyQAzQ==",
2508
+ "dev": true,
2509
+ "requires": {
2510
+ "chalk": "2.3.0"
2511
+ }
2512
+ },
2513
+ "longest-streak": {
2514
+ "version": "2.0.2",
2515
+ "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-2.0.2.tgz",
2516
+ "integrity": "sha512-TmYTeEYxiAmSVdpbnQDXGtvYOIRsCMg89CVZzwzc2o7GFL1CjoiRPjH5ec0NFAVlAx3fVof9dX/t6KKRAo2OWA==",
2517
+ "dev": true
2518
+ },
2519
+ "loud-rejection": {
2520
+ "version": "1.6.0",
2521
+ "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
2522
+ "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=",
2523
+ "dev": true,
2524
+ "requires": {
2525
+ "currently-unhandled": "0.4.1",
2526
+ "signal-exit": "3.0.2"
2527
+ }
2528
+ },
2529
+ "lru-cache": {
2530
+ "version": "4.1.1",
2531
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.1.tgz",
2532
+ "integrity": "sha512-q4spe4KTfsAS1SUHLO0wz8Qiyf1+vMIAgpRYioFYDMNqKfHQbg+AVDH3i4fvpl71/P1L0dBl+fQi+P37UYf0ew==",
2533
+ "dev": true,
2534
+ "requires": {
2535
+ "pseudomap": "1.0.2",
2536
+ "yallist": "2.1.2"
2537
+ }
2538
+ },
2539
+ "map-obj": {
2540
+ "version": "1.0.1",
2541
+ "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
2542
+ "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=",
2543
+ "dev": true
2544
+ },
2545
+ "markdown-escapes": {
2546
+ "version": "1.0.1",
2547
+ "resolved": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.1.tgz",
2548
+ "integrity": "sha1-GZTfLTr0gR3lmmcUk0wrIpJzRRg=",
2549
+ "dev": true
2550
+ },
2551
+ "markdown-table": {
2552
+ "version": "1.1.1",
2553
+ "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-1.1.1.tgz",
2554
+ "integrity": "sha1-Sz3ToTPRUYuO8NvHCb8qG0gkvIw=",
2555
+ "dev": true
2556
+ },
2557
+ "mathml-tag-names": {
2558
+ "version": "2.0.1",
2559
+ "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.0.1.tgz",
2560
+ "integrity": "sha1-jUEmgWi/htEQK5gQnijlMeejRXg=",
2561
+ "dev": true
2562
+ },
2563
+ "maxmin": {
2564
+ "version": "2.1.0",
2565
+ "resolved": "https://registry.npmjs.org/maxmin/-/maxmin-2.1.0.tgz",
2566
+ "integrity": "sha1-TTsiCQPZXu5+t6x/qGTnLcCaMWY=",
2567
+ "dev": true,
2568
+ "requires": {
2569
+ "chalk": "1.1.3",
2570
+ "figures": "1.7.0",
2571
+ "gzip-size": "3.0.0",
2572
+ "pretty-bytes": "3.0.1"
2573
+ },
2574
+ "dependencies": {
2575
+ "ansi-styles": {
2576
+ "version": "2.2.1",
2577
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
2578
+ "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
2579
+ "dev": true
2580
+ },
2581
+ "chalk": {
2582
+ "version": "1.1.3",
2583
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
2584
+ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
2585
+ "dev": true,
2586
+ "requires": {
2587
+ "ansi-styles": "2.2.1",
2588
+ "escape-string-regexp": "1.0.5",
2589
+ "has-ansi": "2.0.0",
2590
+ "strip-ansi": "3.0.1",
2591
+ "supports-color": "2.0.0"
2592
+ }
2593
+ },
2594
+ "supports-color": {
2595
+ "version": "2.0.0",
2596
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
2597
+ "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
2598
+ "dev": true
2599
+ }
2600
+ }
2601
+ },
2602
+ "mdast-util-compact": {
2603
+ "version": "1.0.1",
2604
+ "resolved": "https://registry.npmjs.org/mdast-util-compact/-/mdast-util-compact-1.0.1.tgz",
2605
+ "integrity": "sha1-zbX4TitqLTEU3zO9BdnLMuPECDo=",
2606
+ "dev": true,
2607
+ "requires": {
2608
+ "unist-util-modify-children": "1.1.1",
2609
+ "unist-util-visit": "1.3.0"
2610
+ }
2611
+ },
2612
+ "media-typer": {
2613
+ "version": "0.3.0",
2614
+ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
2615
+ "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=",
2616
+ "dev": true
2617
+ },
2618
+ "meow": {
2619
+ "version": "3.7.0",
2620
+ "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
2621
+ "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=",
2622
+ "dev": true,
2623
+ "requires": {
2624
+ "camelcase-keys": "2.1.0",
2625
+ "decamelize": "1.2.0",
2626
+ "loud-rejection": "1.6.0",
2627
+ "map-obj": "1.0.1",
2628
+ "minimist": "1.2.0",
2629
+ "normalize-package-data": "2.4.0",
2630
+ "object-assign": "4.1.1",
2631
+ "read-pkg-up": "1.0.1",
2632
+ "redent": "1.0.0",
2633
+ "trim-newlines": "1.0.0"
2634
+ }
2635
+ },
2636
+ "micromatch": {
2637
+ "version": "2.3.11",
2638
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz",
2639
+ "integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=",
2640
+ "dev": true,
2641
+ "requires": {
2642
+ "arr-diff": "2.0.0",
2643
+ "array-unique": "0.2.1",
2644
+ "braces": "1.8.5",
2645
+ "expand-brackets": "0.1.5",
2646
+ "extglob": "0.3.2",
2647
+ "filename-regex": "2.0.1",
2648
+ "is-extglob": "1.0.0",
2649
+ "is-glob": "2.0.1",
2650
+ "kind-of": "3.2.2",
2651
+ "normalize-path": "2.1.1",
2652
+ "object.omit": "2.0.1",
2653
+ "parse-glob": "3.0.4",
2654
+ "regex-cache": "0.4.4"
2655
+ }
2656
+ },
2657
+ "mime-db": {
2658
+ "version": "1.30.0",
2659
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.30.0.tgz",
2660
+ "integrity": "sha1-dMZD2i3Z1qRTmZY0ZbJtXKfXHwE=",
2661
+ "dev": true
2662
+ },
2663
+ "mime-types": {
2664
+ "version": "2.1.17",
2665
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.17.tgz",
2666
+ "integrity": "sha1-Cdejk/A+mVp5+K+Fe3Cp4KsWVXo=",
2667
+ "dev": true,
2668
+ "requires": {
2669
+ "mime-db": "1.30.0"
2670
+ }
2671
+ },
2672
+ "minimatch": {
2673
+ "version": "3.0.4",
2674
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
2675
+ "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
2676
+ "dev": true,
2677
+ "requires": {
2678
+ "brace-expansion": "1.1.8"
2679
+ }
2680
+ },
2681
+ "minimist": {
2682
+ "version": "1.2.0",
2683
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
2684
+ "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
2685
+ "dev": true
2686
+ },
2687
+ "minimist-options": {
2688
+ "version": "3.0.2",
2689
+ "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-3.0.2.tgz",
2690
+ "integrity": "sha512-FyBrT/d0d4+uiZRbqznPXqw3IpZZG3gl3wKWiX784FycUKVwBt0uLBFkQrtE4tZOrgo78nZp2jnKz3L65T5LdQ==",
2691
+ "dev": true,
2692
+ "requires": {
2693
+ "arrify": "1.0.1",
2694
+ "is-plain-obj": "1.1.0"
2695
+ }
2696
+ },
2697
+ "mkdirp": {
2698
+ "version": "0.5.1",
2699
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
2700
+ "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
2701
+ "dev": true,
2702
+ "requires": {
2703
+ "minimist": "0.0.8"
2704
+ },
2705
+ "dependencies": {
2706
+ "minimist": {
2707
+ "version": "0.0.8",
2708
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
2709
+ "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=",
2710
+ "dev": true
2711
+ }
2712
+ }
2713
+ },
2714
+ "ms": {
2715
+ "version": "0.7.1",
2716
+ "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
2717
+ "integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=",
2718
+ "dev": true
2719
+ },
2720
+ "nan": {
2721
+ "version": "2.8.0",
2722
+ "resolved": "https://registry.npmjs.org/nan/-/nan-2.8.0.tgz",
2723
+ "integrity": "sha1-7XFfP+neArV6XmJS2QqWZ14fCFo=",
2724
+ "dev": true
2725
+ },
2726
+ "node-gyp": {
2727
+ "version": "3.6.2",
2728
+ "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.6.2.tgz",
2729
+ "integrity": "sha1-m/vlRWIoYoSDjnUOrAUpWFP6HGA=",
2730
+ "dev": true,
2731
+ "requires": {
2732
+ "fstream": "1.0.11",
2733
+ "glob": "7.0.6",
2734
+ "graceful-fs": "4.1.11",
2735
+ "minimatch": "3.0.4",
2736
+ "mkdirp": "0.5.1",
2737
+ "nopt": "3.0.6",
2738
+ "npmlog": "4.1.2",
2739
+ "osenv": "0.1.4",
2740
+ "request": "2.79.0",
2741
+ "rimraf": "2.2.8",
2742
+ "semver": "5.3.0",
2743
+ "tar": "2.2.1",
2744
+ "which": "1.2.14"
2745
+ },
2746
+ "dependencies": {
2747
+ "semver": {
2748
+ "version": "5.3.0",
2749
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
2750
+ "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=",
2751
+ "dev": true
2752
+ }
2753
+ }
2754
+ },
2755
+ "node-sass": {
2756
+ "version": "4.7.2",
2757
+ "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.7.2.tgz",
2758
+ "integrity": "sha512-CaV+wLqZ7//Jdom5aUFCpGNoECd7BbNhjuwdsX/LkXBrHl8eb1Wjw4HvWqcFvhr5KuNgAk8i/myf/MQ1YYeroA==",
2759
+ "dev": true,
2760
+ "requires": {
2761
+ "async-foreach": "0.1.3",
2762
+ "chalk": "1.1.3",
2763
+ "cross-spawn": "3.0.1",
2764
+ "gaze": "1.1.2",
2765
+ "get-stdin": "4.0.1",
2766
+ "glob": "7.0.6",
2767
+ "in-publish": "2.0.0",
2768
+ "lodash.assign": "4.2.0",
2769
+ "lodash.clonedeep": "4.5.0",
2770
+ "lodash.mergewith": "4.6.0",
2771
+ "meow": "3.7.0",
2772
+ "mkdirp": "0.5.1",
2773
+ "nan": "2.8.0",
2774
+ "node-gyp": "3.6.2",
2775
+ "npmlog": "4.1.2",
2776
+ "request": "2.79.0",
2777
+ "sass-graph": "2.2.4",
2778
+ "stdout-stream": "1.4.0",
2779
+ "true-case-path": "1.0.2"
2780
+ },
2781
+ "dependencies": {
2782
+ "ansi-styles": {
2783
+ "version": "2.2.1",
2784
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
2785
+ "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
2786
+ "dev": true
2787
+ },
2788
+ "chalk": {
2789
+ "version": "1.1.3",
2790
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
2791
+ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
2792
+ "dev": true,
2793
+ "requires": {
2794
+ "ansi-styles": "2.2.1",
2795
+ "escape-string-regexp": "1.0.5",
2796
+ "has-ansi": "2.0.0",
2797
+ "strip-ansi": "3.0.1",
2798
+ "supports-color": "2.0.0"
2799
+ }
2800
+ },
2801
+ "supports-color": {
2802
+ "version": "2.0.0",
2803
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
2804
+ "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
2805
+ "dev": true
2806
+ }
2807
+ }
2808
+ },
2809
+ "node-wp-i18n": {
2810
+ "version": "1.0.4",
2811
+ "resolved": "https://registry.npmjs.org/node-wp-i18n/-/node-wp-i18n-1.0.4.tgz",
2812
+ "integrity": "sha512-3eeAGWaezTDQICTBId7de2H1eHi5k2YhMNGim20pPg5iMxiEtOSeU5nYQVVhL8znt/c+AxVWRUxTIHpEPbZTaw==",
2813
+ "dev": true,
2814
+ "requires": {
2815
+ "bluebird": "3.5.1",
2816
+ "gettext-parser": "1.3.0",
2817
+ "glob": "7.0.6",
2818
+ "lodash": "4.17.4",
2819
+ "minimist": "1.2.0",
2820
+ "mkdirp": "0.5.1",
2821
+ "tmp": "0.0.33"
2822
+ },
2823
+ "dependencies": {
2824
+ "lodash": {
2825
+ "version": "4.17.4",
2826
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
2827
+ "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=",
2828
+ "dev": true
2829
+ }
2830
+ }
2831
+ },
2832
+ "nopt": {
2833
+ "version": "3.0.6",
2834
+ "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
2835
+ "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=",
2836
+ "dev": true,
2837
+ "requires": {
2838
+ "abbrev": "1.1.1"
2839
+ }
2840
+ },
2841
+ "normalize-package-data": {
2842
+ "version": "2.4.0",
2843
+ "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.4.0.tgz",
2844
+ "integrity": "sha512-9jjUFbTPfEy3R/ad/2oNbKtW9Hgovl5O1FvFWKkKblNXoN/Oou6+9+KKohPK13Yc3/TyunyWhJp6gvRNR/PPAw==",
2845
+ "dev": true,
2846
+ "requires": {
2847
+ "hosted-git-info": "2.5.0",
2848
+ "is-builtin-module": "1.0.0",
2849
+ "semver": "5.4.1",
2850
+ "validate-npm-package-license": "3.0.1"
2851
+ }
2852
+ },
2853
+ "normalize-path": {
2854
+ "version": "2.1.1",
2855
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
2856
+ "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
2857
+ "dev": true,
2858
+ "requires": {
2859
+ "remove-trailing-separator": "1.1.0"
2860
+ }
2861
+ },
2862
+ "normalize-range": {
2863
+ "version": "0.1.2",
2864
+ "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
2865
+ "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=",
2866
+ "dev": true
2867
+ },
2868
+ "normalize-selector": {
2869
+ "version": "0.2.0",
2870
+ "resolved": "https://registry.npmjs.org/normalize-selector/-/normalize-selector-0.2.0.tgz",
2871
+ "integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=",
2872
+ "dev": true
2873
+ },
2874
+ "npmlog": {
2875
+ "version": "4.1.2",
2876
+ "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz",
2877
+ "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==",
2878
+ "dev": true,
2879
+ "requires": {
2880
+ "are-we-there-yet": "1.1.4",
2881
+ "console-control-strings": "1.1.0",
2882
+ "gauge": "2.7.4",
2883
+ "set-blocking": "2.0.0"
2884
+ }
2885
+ },
2886
+ "num2fraction": {
2887
+ "version": "1.2.2",
2888
+ "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz",
2889
+ "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=",
2890
+ "dev": true
2891
+ },
2892
+ "number-is-nan": {
2893
+ "version": "1.0.1",
2894
+ "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
2895
+ "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
2896
+ "dev": true
2897
+ },
2898
+ "oauth-sign": {
2899
+ "version": "0.8.2",
2900
+ "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz",
2901
+ "integrity": "sha1-Rqarfwrq2N6unsBWV4C31O/rnUM=",
2902
+ "dev": true
2903
+ },
2904
+ "object-assign": {
2905
+ "version": "4.1.1",
2906
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
2907
+ "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
2908
+ "dev": true
2909
+ },
2910
+ "object.omit": {
2911
+ "version": "2.0.1",
2912
+ "resolved": "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz",
2913
+ "integrity": "sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=",
2914
+ "dev": true,
2915
+ "requires": {
2916
+ "for-own": "0.1.5",
2917
+ "is-extendable": "0.1.1"
2918
+ }
2919
+ },
2920
+ "on-finished": {
2921
+ "version": "2.3.0",
2922
+ "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
2923
+ "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
2924
+ "dev": true,
2925
+ "requires": {
2926
+ "ee-first": "1.1.1"
2927
+ }
2928
+ },
2929
+ "once": {
2930
+ "version": "1.4.0",
2931
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
2932
+ "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
2933
+ "dev": true,
2934
+ "requires": {
2935
+ "wrappy": "1.0.2"
2936
+ }
2937
+ },
2938
+ "onetime": {
2939
+ "version": "1.1.0",
2940
+ "resolved": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz",
2941
+ "integrity": "sha1-ofeDj4MUxRbwXs78vEzP4EtO14k=",
2942
+ "dev": true
2943
+ },
2944
+ "os-homedir": {
2945
+ "version": "1.0.2",
2946
+ "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
2947
+ "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=",
2948
+ "dev": true
2949
+ },
2950
+ "os-locale": {
2951
+ "version": "1.4.0",
2952
+ "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz",
2953
+ "integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=",
2954
+ "dev": true,
2955
+ "requires": {
2956
+ "lcid": "1.0.0"
2957
+ }
2958
+ },
2959
+ "os-tmpdir": {
2960
+ "version": "1.0.2",
2961
+ "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
2962
+ "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=",
2963
+ "dev": true
2964
+ },
2965
+ "osenv": {
2966
+ "version": "0.1.4",
2967
+ "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.4.tgz",
2968
+ "integrity": "sha1-Qv5tWVPfBsgGS+bxdsPQWqqjRkQ=",
2969
+ "dev": true,
2970
+ "requires": {
2971
+ "os-homedir": "1.0.2",
2972
+ "os-tmpdir": "1.0.2"
2973
+ }
2974
+ },
2975
+ "p-limit": {
2976
+ "version": "1.1.0",
2977
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.1.0.tgz",
2978
+ "integrity": "sha1-sH/y2aXYi+yAYDWJWiurZqJ5iLw=",
2979
+ "dev": true
2980
+ },
2981
+ "p-locate": {
2982
+ "version": "2.0.0",
2983
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
2984
+ "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
2985
+ "dev": true,
2986
+ "requires": {
2987
+ "p-limit": "1.1.0"
2988
+ }
2989
+ },
2990
+ "pako": {
2991
+ "version": "0.2.9",
2992
+ "resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz",
2993
+ "integrity": "sha1-8/dSL073gjSNqBYbrZ7P1Rv4OnU=",
2994
+ "dev": true
2995
+ },
2996
+ "parse-entities": {
2997
+ "version": "1.1.1",
2998
+ "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-1.1.1.tgz",
2999
+ "integrity": "sha1-gRLYhHExnyerrk1klksSL+ThuJA=",
3000
+ "dev": true,
3001
+ "requires": {
3002
+ "character-entities": "1.2.1",
3003
+ "character-entities-legacy": "1.1.1",
3004
+ "character-reference-invalid": "1.1.1",
3005
+ "is-alphanumerical": "1.0.1",
3006
+ "is-decimal": "1.0.1",
3007
+ "is-hexadecimal": "1.0.1"
3008
+ }
3009
+ },
3010
+ "parse-glob": {
3011
+ "version": "3.0.4",
3012
+ "resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz",
3013
+ "integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=",
3014
+ "dev": true,
3015
+ "requires": {
3016
+ "glob-base": "0.3.0",
3017
+ "is-dotfile": "1.0.3",
3018
+ "is-extglob": "1.0.0",
3019
+ "is-glob": "2.0.1"
3020
+ }
3021
+ },
3022
+ "parse-json": {
3023
+ "version": "2.2.0",
3024
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
3025
+ "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
3026
+ "dev": true,
3027
+ "requires": {
3028
+ "error-ex": "1.3.1"
3029
+ }
3030
+ },
3031
+ "parseurl": {
3032
+ "version": "1.3.2",
3033
+ "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.2.tgz",
3034
+ "integrity": "sha1-/CidTtiZMRlGDBViUyYs3I3mW/M=",
3035
+ "dev": true
3036
+ },
3037
+ "path-exists": {
3038
+ "version": "2.1.0",
3039
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
3040
+ "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
3041
+ "dev": true,
3042
+ "requires": {
3043
+ "pinkie-promise": "2.0.1"
3044
+ }
3045
+ },
3046
+ "path-is-absolute": {
3047
+ "version": "1.0.1",
3048
+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
3049
+ "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
3050
+ "dev": true
3051
+ },
3052
+ "path-is-inside": {
3053
+ "version": "1.0.2",
3054
+ "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
3055
+ "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=",
3056
+ "dev": true
3057
+ },
3058
+ "path-type": {
3059
+ "version": "1.1.0",
3060
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
3061
+ "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
3062
+ "dev": true,
3063
+ "requires": {
3064
+ "graceful-fs": "4.1.11",
3065
+ "pify": "2.3.0",
3066
+ "pinkie-promise": "2.0.1"
3067
+ }
3068
+ },
3069
+ "pify": {
3070
+ "version": "2.3.0",
3071
+ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
3072
+ "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
3073
+ "dev": true
3074
+ },
3075
+ "pinkie": {
3076
+ "version": "2.0.4",
3077
+ "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
3078
+ "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=",
3079
+ "dev": true
3080
+ },
3081
+ "pinkie-promise": {
3082
+ "version": "2.0.1",
3083
+ "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
3084
+ "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
3085
+ "dev": true,
3086
+ "requires": {
3087
+ "pinkie": "2.0.4"
3088
+ }
3089
+ },
3090
+ "postcss": {
3091
+ "version": "6.0.14",
3092
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.14.tgz",
3093
+ "integrity": "sha512-NJ1z0f+1offCgadPhz+DvGm5Mkci+mmV5BqD13S992o0Xk9eElxUfPPF+t2ksH5R/17gz4xVK8KWocUQ5o3Rog==",
3094
+ "dev": true,
3095
+ "requires": {
3096
+ "chalk": "2.3.0",
3097
+ "source-map": "0.6.1",
3098
+ "supports-color": "4.5.0"
3099
+ }
3100
+ },
3101
+ "postcss-html": {
3102
+ "version": "0.12.0",
3103
+ "resolved": "https://registry.npmjs.org/postcss-html/-/postcss-html-0.12.0.tgz",
3104
+ "integrity": "sha512-KxKUpj7AY7nlCbLcTOYxdfJnGE7QFAfU2n95ADj1Q90RM/pOLdz8k3n4avOyRFs7MDQHcRzJQWM1dehCwJxisQ==",
3105
+ "dev": true,
3106
+ "requires": {
3107
+ "htmlparser2": "3.9.2",
3108
+ "remark": "8.0.0",
3109
+ "unist-util-find-all-after": "1.0.1"
3110
+ },
3111
+ "dependencies": {
3112
+ "entities": {
3113
+ "version": "1.1.1",
3114
+ "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz",
3115
+ "integrity": "sha1-blwtClYhtdra7O+AuQ7ftc13cvA=",
3116
+ "dev": true
3117
+ },
3118
+ "htmlparser2": {
3119
+ "version": "3.9.2",
3120
+ "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.9.2.tgz",
3121
+ "integrity": "sha1-G9+HrMoPP55T+k/M6w9LTLsAszg=",
3122
+ "dev": true,
3123
+ "requires": {
3124
+ "domelementtype": "1.3.0",
3125
+ "domhandler": "2.3.0",
3126
+ "domutils": "1.5.1",
3127
+ "entities": "1.1.1",
3128
+ "inherits": "2.0.3",
3129
+ "readable-stream": "2.3.3"
3130
+ }
3131
+ },
3132
+ "isarray": {
3133
+ "version": "1.0.0",
3134
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
3135
+ "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
3136
+ "dev": true
3137
+ },
3138
+ "readable-stream": {
3139
+ "version": "2.3.3",
3140
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz",
3141
+ "integrity": "sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ==",
3142
+ "dev": true,
3143
+ "requires": {
3144
+ "core-util-is": "1.0.2",
3145
+ "inherits": "2.0.3",
3146
+ "isarray": "1.0.0",
3147
+ "process-nextick-args": "1.0.7",
3148
+ "safe-buffer": "5.1.1",
3149
+ "string_decoder": "1.0.3",
3150
+ "util-deprecate": "1.0.2"
3151
+ }
3152
+ },
3153
+ "string_decoder": {
3154
+ "version": "1.0.3",
3155
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
3156
+ "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
3157
+ "dev": true,
3158
+ "requires": {
3159
+ "safe-buffer": "5.1.1"
3160
+ }
3161
+ }
3162
+ }
3163
+ },
3164
+ "postcss-less": {
3165
+ "version": "1.1.3",
3166
+ "resolved": "https://registry.npmjs.org/postcss-less/-/postcss-less-1.1.3.tgz",
3167
+ "integrity": "sha512-WS0wsQxRm+kmN8wEYAGZ3t4lnoNfoyx9EJZrhiPR1K0lMHR0UNWnz52Ya5QRXChHtY75Ef+kDc05FpnBujebgw==",
3168
+ "dev": true,
3169
+ "requires": {
3170
+ "postcss": "5.2.18"
3171
+ },
3172
+ "dependencies": {
3173
+ "ansi-styles": {
3174
+ "version": "2.2.1",
3175
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
3176
+ "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
3177
+ "dev": true
3178
+ },
3179
+ "chalk": {
3180
+ "version": "1.1.3",
3181
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
3182
+ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
3183
+ "dev": true,
3184
+ "requires": {
3185
+ "ansi-styles": "2.2.1",
3186
+ "escape-string-regexp": "1.0.5",
3187
+ "has-ansi": "2.0.0",
3188
+ "strip-ansi": "3.0.1",
3189
+ "supports-color": "2.0.0"
3190
+ },
3191
+ "dependencies": {
3192
+ "supports-color": {
3193
+ "version": "2.0.0",
3194
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
3195
+ "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
3196
+ "dev": true
3197
+ }
3198
+ }
3199
+ },
3200
+ "has-flag": {
3201
+ "version": "1.0.0",
3202
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
3203
+ "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
3204
+ "dev": true
3205
+ },
3206
+ "postcss": {
3207
+ "version": "5.2.18",
3208
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
3209
+ "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
3210
+ "dev": true,
3211
+ "requires": {
3212
+ "chalk": "1.1.3",
3213
+ "js-base64": "2.4.0",
3214
+ "source-map": "0.5.7",
3215
+ "supports-color": "3.2.3"
3216
+ }
3217
+ },
3218
+ "source-map": {
3219
+ "version": "0.5.7",
3220
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
3221
+ "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
3222
+ "dev": true
3223
+ },
3224
+ "supports-color": {
3225
+ "version": "3.2.3",
3226
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
3227
+ "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
3228
+ "dev": true,
3229
+ "requires": {
3230
+ "has-flag": "1.0.0"
3231
+ }
3232
+ }
3233
+ }
3234
+ },
3235
+ "postcss-media-query-parser": {
3236
+ "version": "0.2.3",
3237
+ "resolved": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz",
3238
+ "integrity": "sha1-J7Ocb02U+Bsac7j3Y1HGCeXO8kQ=",
3239
+ "dev": true
3240
+ },
3241
+ "postcss-reporter": {
3242
+ "version": "5.0.0",
3243
+ "resolved": "https://registry.npmjs.org/postcss-reporter/-/postcss-reporter-5.0.0.tgz",
3244
+ "integrity": "sha512-rBkDbaHAu5uywbCR2XE8a25tats3xSOsGNx6mppK6Q9kSFGKc/FyAzfci+fWM2l+K402p1D0pNcfDGxeje5IKg==",
3245
+ "dev": true,
3246
+ "requires": {
3247
+ "chalk": "2.3.0",
3248
+ "lodash": "4.17.4",
3249
+ "log-symbols": "2.1.0",
3250
+ "postcss": "6.0.14"
3251
+ },
3252
+ "dependencies": {
3253
+ "lodash": {
3254
+ "version": "4.17.4",
3255
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
3256
+ "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=",
3257
+ "dev": true
3258
+ }
3259
+ }
3260
+ },
3261
+ "postcss-resolve-nested-selector": {
3262
+ "version": "0.1.1",
3263
+ "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz",
3264
+ "integrity": "sha1-Kcy8fDfe36wwTp//C/FZaz9qDk4=",
3265
+ "dev": true
3266
+ },
3267
+ "postcss-safe-parser": {
3268
+ "version": "3.0.1",
3269
+ "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-3.0.1.tgz",
3270
+ "integrity": "sha1-t1Pv9sfArqXoN1++TN6L+QY/8UI=",
3271
+ "dev": true,
3272
+ "requires": {
3273
+ "postcss": "6.0.14"
3274
+ }
3275
+ },
3276
+ "postcss-sass": {
3277
+ "version": "0.2.0",
3278
+ "resolved": "https://registry.npmjs.org/postcss-sass/-/postcss-sass-0.2.0.tgz",
3279
+ "integrity": "sha512-cUmYzkP747fPCQE6d+CH2l1L4VSyIlAzZsok3HPjb5Gzsq3jE+VjpAdGlPsnQ310WKWI42sw+ar0UNN59/f3hg==",
3280
+ "dev": true,
3281
+ "requires": {
3282
+ "gonzales-pe": "4.2.3",
3283
+ "postcss": "6.0.14"
3284
+ }
3285
+ },
3286
+ "postcss-scss": {
3287
+ "version": "1.0.2",
3288
+ "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-1.0.2.tgz",
3289
+ "integrity": "sha1-/0XPM1S4ee6JpOtoaA9GrJuxT5Q=",
3290
+ "dev": true,
3291
+ "requires": {
3292
+ "postcss": "6.0.14"
3293
+ }
3294
+ },
3295
+ "postcss-selector-parser": {
3296
+ "version": "3.1.1",
3297
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.1.tgz",
3298
+ "integrity": "sha1-T4dfSvsMllc9XPTXQBGu4lCn6GU=",
3299
+ "dev": true,
3300
+ "requires": {
3301
+ "dot-prop": "4.2.0",
3302
+ "indexes-of": "1.0.1",
3303
+ "uniq": "1.0.1"
3304
+ }
3305
+ },
3306
+ "postcss-value-parser": {
3307
+ "version": "3.3.0",
3308
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz",
3309
+ "integrity": "sha1-h/OPnxj3dKSrTIojL1xc6IcqnRU=",
3310
+ "dev": true
3311
+ },
3312
+ "preserve": {
3313
+ "version": "0.2.0",
3314
+ "resolved": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz",
3315
+ "integrity": "sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=",
3316
+ "dev": true
3317
+ },
3318
+ "pretty-bytes": {
3319
+ "version": "3.0.1",
3320
+ "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-3.0.1.tgz",
3321
+ "integrity": "sha1-J9AAjXeAY6C0gRuzXHnxvV1fvM8=",
3322
+ "dev": true,
3323
+ "requires": {
3324
+ "number-is-nan": "1.0.1"
3325
+ }
3326
+ },
3327
+ "process-nextick-args": {
3328
+ "version": "1.0.7",
3329
+ "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
3330
+ "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=",
3331
+ "dev": true
3332
+ },
3333
+ "pseudomap": {
3334
+ "version": "1.0.2",
3335
+ "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
3336
+ "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=",
3337
+ "dev": true
3338
+ },
3339
+ "punycode": {
3340
+ "version": "1.4.1",
3341
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
3342
+ "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=",
3343
+ "dev": true
3344
+ },
3345
+ "qs": {
3346
+ "version": "5.1.0",
3347
+ "resolved": "https://registry.npmjs.org/qs/-/qs-5.1.0.tgz",
3348
+ "integrity": "sha1-TZMuXH6kEcynajEtOaYGIA/VDNk=",
3349
+ "dev": true
3350
+ },
3351
+ "quick-lru": {
3352
+ "version": "1.1.0",
3353
+ "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-1.1.0.tgz",
3354
+ "integrity": "sha1-Q2CxfGETatOAeDl/8RQW4Ybc+7g=",
3355
+ "dev": true
3356
+ },
3357
+ "randomatic": {
3358
+ "version": "1.1.7",
3359
+ "resolved": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.7.tgz",
3360
+ "integrity": "sha512-D5JUjPyJbaJDkuAazpVnSfVkLlpeO3wDlPROTMLGKG1zMFNFRgrciKo1ltz/AzNTkqE0HzDx655QOL51N06how==",
3361
+ "dev": true,
3362
+ "requires": {
3363
+ "is-number": "3.0.0",
3364
+ "kind-of": "4.0.0"
3365
+ },
3366
+ "dependencies": {
3367
+ "is-number": {
3368
+ "version": "3.0.0",
3369
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
3370
+ "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
3371
+ "dev": true,
3372
+ "requires": {
3373
+ "kind-of": "3.2.2"
3374
+ },
3375
+ "dependencies": {
3376
+ "kind-of": {
3377
+ "version": "3.2.2",
3378
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
3379
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
3380
+ "dev": true,
3381
+ "requires": {
3382
+ "is-buffer": "1.1.6"
3383
+ }
3384
+ }
3385
+ }
3386
+ },
3387
+ "kind-of": {
3388
+ "version": "4.0.0",
3389
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz",
3390
+ "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=",
3391
+ "dev": true,
3392
+ "requires": {
3393
+ "is-buffer": "1.1.6"
3394
+ }
3395
+ }
3396
+ }
3397
+ },
3398
+ "raw-body": {
3399
+ "version": "2.1.7",
3400
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.1.7.tgz",
3401
+ "integrity": "sha1-rf6s4uT7MJgFgBTQjActzFl1h3Q=",
3402
+ "dev": true,
3403
+ "requires": {
3404
+ "bytes": "2.4.0",
3405
+ "iconv-lite": "0.4.13",
3406
+ "unpipe": "1.0.0"
3407
+ },
3408
+ "dependencies": {
3409
+ "bytes": {
3410
+ "version": "2.4.0",
3411
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-2.4.0.tgz",
3412
+ "integrity": "sha1-fZcZb51br39pNeJZhVSe3SpsIzk=",
3413
+ "dev": true
3414
+ },
3415
+ "iconv-lite": {
3416
+ "version": "0.4.13",
3417
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz",
3418
+ "integrity": "sha1-H4irpKsLFQjoMSrMOTRfNumS4vI=",
3419
+ "dev": true
3420
+ }
3421
+ }
3422
+ },
3423
+ "read-pkg": {
3424
+ "version": "1.1.0",
3425
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
3426
+ "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",
3427
+ "dev": true,
3428
+ "requires": {
3429
+ "load-json-file": "1.1.0",
3430
+ "normalize-package-data": "2.4.0",
3431
+ "path-type": "1.1.0"
3432
+ }
3433
+ },
3434
+ "read-pkg-up": {
3435
+ "version": "1.0.1",
3436
+ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
3437
+ "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
3438
+ "dev": true,
3439
+ "requires": {
3440
+ "find-up": "1.1.2",
3441
+ "read-pkg": "1.1.0"
3442
+ }
3443
+ },
3444
+ "readable-stream": {
3445
+ "version": "1.1.14",
3446
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz",
3447
+ "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
3448
+ "dev": true,
3449
+ "requires": {
3450
+ "core-util-is": "1.0.2",
3451
+ "inherits": "2.0.3",
3452
+ "isarray": "0.0.1",
3453
+ "string_decoder": "0.10.31"
3454
+ }
3455
+ },
3456
+ "redent": {
3457
+ "version": "1.0.0",
3458
+ "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz",
3459
+ "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=",
3460
+ "dev": true,
3461
+ "requires": {
3462
+ "indent-string": "2.1.0",
3463
+ "strip-indent": "1.0.1"
3464
+ }
3465
+ },
3466
+ "regex-cache": {
3467
+ "version": "0.4.4",
3468
+ "resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz",
3469
+ "integrity": "sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==",
3470
+ "dev": true,
3471
+ "requires": {
3472
+ "is-equal-shallow": "0.1.3"
3473
+ }
3474
+ },
3475
+ "remark": {
3476
+ "version": "8.0.0",
3477
+ "resolved": "https://registry.npmjs.org/remark/-/remark-8.0.0.tgz",
3478
+ "integrity": "sha512-K0PTsaZvJlXTl9DN6qYlvjTkqSZBFELhROZMrblm2rB+085flN84nz4g/BscKRMqDvhzlK1oQ/xnWQumdeNZYw==",
3479
+ "dev": true,
3480
+ "requires": {
3481
+ "remark-parse": "4.0.0",
3482
+ "remark-stringify": "4.0.0",
3483
+ "unified": "6.1.6"
3484
+ }
3485
+ },
3486
+ "remark-parse": {
3487
+ "version": "4.0.0",
3488
+ "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-4.0.0.tgz",
3489
+ "integrity": "sha512-XZgICP2gJ1MHU7+vQaRM+VA9HEL3X253uwUM/BGgx3iv6TH2B3bF3B8q00DKcyP9YrJV+/7WOWEWBFF/u8cIsw==",
3490
+ "dev": true,
3491
+ "requires": {
3492
+ "collapse-white-space": "1.0.3",
3493
+ "is-alphabetical": "1.0.1",
3494
+ "is-decimal": "1.0.1",
3495
+ "is-whitespace-character": "1.0.1",
3496
+ "is-word-character": "1.0.1",
3497
+ "markdown-escapes": "1.0.1",
3498
+ "parse-entities": "1.1.1",
3499
+ "repeat-string": "1.6.1",
3500
+ "state-toggle": "1.0.0",
3501
+ "trim": "0.0.1",
3502
+ "trim-trailing-lines": "1.1.0",
3503
+ "unherit": "1.1.0",
3504
+ "unist-util-remove-position": "1.1.1",
3505
+ "vfile-location": "2.0.2",
3506
+ "xtend": "4.0.1"
3507
+ }
3508
+ },
3509
+ "remark-stringify": {
3510
+ "version": "4.0.0",
3511
+ "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-4.0.0.tgz",
3512
+ "integrity": "sha512-xLuyKTnuQer3ke9hkU38SUYLiTmS078QOnoFavztmbt/pAJtNSkNtFgR0U//uCcmG0qnyxao+PDuatQav46F1w==",
3513
+ "dev": true,
3514
+ "requires": {
3515
+ "ccount": "1.0.2",
3516
+ "is-alphanumeric": "1.0.0",
3517
+ "is-decimal": "1.0.1",
3518
+ "is-whitespace-character": "1.0.1",
3519
+ "longest-streak": "2.0.2",
3520
+ "markdown-escapes": "1.0.1",
3521
+ "markdown-table": "1.1.1",
3522
+ "mdast-util-compact": "1.0.1",
3523
+ "parse-entities": "1.1.1",
3524
+ "repeat-string": "1.6.1",
3525
+ "state-toggle": "1.0.0",
3526
+ "stringify-entities": "1.3.1",
3527
+ "unherit": "1.1.0",
3528
+ "xtend": "4.0.1"
3529
+ }
3530
+ },
3531
+ "remove-trailing-separator": {
3532
+ "version": "1.1.0",
3533
+ "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
3534
+ "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=",
3535
+ "dev": true
3536
+ },
3537
+ "repeat-element": {
3538
+ "version": "1.1.2",
3539
+ "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz",
3540
+ "integrity": "sha1-7wiaF40Ug7quTZPrmLT55OEdmQo=",
3541
+ "dev": true
3542
+ },
3543
+ "repeat-string": {
3544
+ "version": "1.6.1",
3545
+ "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
3546
+ "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=",
3547
+ "dev": true
3548
+ },
3549
+ "repeating": {
3550
+ "version": "2.0.1",
3551
+ "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
3552
+ "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
3553
+ "dev": true,
3554
+ "requires": {
3555
+ "is-finite": "1.0.2"
3556
+ }
3557
+ },
3558
+ "replace-ext": {
3559
+ "version": "1.0.0",
3560
+ "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz",
3561
+ "integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=",
3562
+ "dev": true
3563
+ },
3564
+ "request": {
3565
+ "version": "2.79.0",
3566
+ "resolved": "https://registry.npmjs.org/request/-/request-2.79.0.tgz",
3567
+ "integrity": "sha1-Tf5b9r6LjNw3/Pk+BLZVd3InEN4=",
3568
+ "dev": true,
3569
+ "requires": {
3570
+ "aws-sign2": "0.6.0",
3571
+ "aws4": "1.6.0",
3572
+ "caseless": "0.11.0",
3573
+ "combined-stream": "1.0.5",
3574
+ "extend": "3.0.1",
3575
+ "forever-agent": "0.6.1",
3576
+ "form-data": "2.1.4",
3577
+ "har-validator": "2.0.6",
3578
+ "hawk": "3.1.3",
3579
+ "http-signature": "1.1.1",
3580
+ "is-typedarray": "1.0.0",
3581
+ "isstream": "0.1.2",
3582
+ "json-stringify-safe": "5.0.1",
3583
+ "mime-types": "2.1.17",
3584
+ "oauth-sign": "0.8.2",
3585
+ "qs": "6.3.2",
3586
+ "stringstream": "0.0.5",
3587
+ "tough-cookie": "2.3.3",
3588
+ "tunnel-agent": "0.4.3",
3589
+ "uuid": "3.1.0"
3590
+ },
3591
+ "dependencies": {
3592
+ "qs": {
3593
+ "version": "6.3.2",
3594
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.3.2.tgz",
3595
+ "integrity": "sha1-51vV9uJoEioqDgvaYwslUMFmUCw=",
3596
+ "dev": true
3597
+ }
3598
+ }
3599
+ },
3600
+ "require-directory": {
3601
+ "version": "2.1.1",
3602
+ "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
3603
+ "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=",
3604
+ "dev": true
3605
+ },
3606
+ "require-from-string": {
3607
+ "version": "2.0.1",
3608
+ "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.1.tgz",
3609
+ "integrity": "sha1-xUUjPp19pmFunVmt+zn8n1iGdv8=",
3610
+ "dev": true
3611
+ },
3612
+ "require-main-filename": {
3613
+ "version": "1.0.1",
3614
+ "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz",
3615
+ "integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=",
3616
+ "dev": true
3617
+ },
3618
+ "resolve": {
3619
+ "version": "1.1.7",
3620
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz",
3621
+ "integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=",
3622
+ "dev": true
3623
+ },
3624
+ "resolve-from": {
3625
+ "version": "4.0.0",
3626
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
3627
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
3628
+ "dev": true
3629
+ },
3630
+ "rimraf": {
3631
+ "version": "2.2.8",
3632
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz",
3633
+ "integrity": "sha1-5Dm+Kq7jJzIZUnMPmaiSnk/FBYI=",
3634
+ "dev": true
3635
+ },
3636
+ "rtlcss": {
3637
+ "version": "2.2.1",
3638
+ "resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-2.2.1.tgz",
3639
+ "integrity": "sha512-JjQ5DlrmwiItAjlmhoxrJq5ihgZcE0wMFxt7S17bIrt4Lw0WwKKFk+viRhvodB/0falyG/5fiO043ZDh6/aqTw==",
3640
+ "dev": true,
3641
+ "requires": {
3642
+ "chalk": "2.3.0",
3643
+ "findup": "0.1.5",
3644
+ "mkdirp": "0.5.1",
3645
+ "postcss": "6.0.14",
3646
+ "strip-json-comments": "2.0.1"
3647
+ },
3648
+ "dependencies": {
3649
+ "strip-json-comments": {
3650
+ "version": "2.0.1",
3651
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
3652
+ "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=",
3653
+ "dev": true
3654
+ }
3655
+ }
3656
+ },
3657
+ "safe-buffer": {
3658
+ "version": "5.1.1",
3659
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz",
3660
+ "integrity": "sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==",
3661
+ "dev": true
3662
+ },
3663
+ "sass-graph": {
3664
+ "version": "2.2.4",
3665
+ "resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.4.tgz",
3666
+ "integrity": "sha1-E/vWPNHK8JCLn9k0dq1DpR0eC0k=",
3667
+ "dev": true,
3668
+ "requires": {
3669
+ "glob": "7.0.6",
3670
+ "lodash": "4.17.4",
3671
+ "scss-tokenizer": "0.2.3",
3672
+ "yargs": "7.1.0"
3673
+ },
3674
+ "dependencies": {
3675
+ "lodash": {
3676
+ "version": "4.17.4",
3677
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
3678
+ "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=",
3679
+ "dev": true
3680
+ }
3681
+ }
3682
+ },
3683
+ "scss-tokenizer": {
3684
+ "version": "0.2.3",
3685
+ "resolved": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz",
3686
+ "integrity": "sha1-jrBtualyMzOCTT9VMGQRSYR85dE=",
3687
+ "dev": true,
3688
+ "requires": {
3689
+ "js-base64": "2.4.0",
3690
+ "source-map": "0.4.4"
3691
+ },
3692
+ "dependencies": {
3693
+ "source-map": {
3694
+ "version": "0.4.4",
3695
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
3696
+ "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
3697
+ "dev": true,
3698
+ "requires": {
3699
+ "amdefine": "1.0.1"
3700
+ }
3701
+ }
3702
+ }
3703
+ },
3704
+ "semver": {
3705
+ "version": "5.4.1",
3706
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.4.1.tgz",
3707
+ "integrity": "sha512-WfG/X9+oATh81XtllIo/I8gOiY9EXRdv1cQdyykeXK17YcUW3EXUAi2To4pcH6nZtJPr7ZOpM5OMyWJZm+8Rsg==",
3708
+ "dev": true
3709
+ },
3710
+ "set-blocking": {
3711
+ "version": "2.0.0",
3712
+ "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
3713
+ "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=",
3714
+ "dev": true
3715
+ },
3716
+ "set-immediate-shim": {
3717
+ "version": "1.0.1",
3718
+ "resolved": "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz",
3719
+ "integrity": "sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E=",
3720
+ "dev": true
3721
+ },
3722
+ "shelljs": {
3723
+ "version": "0.3.0",
3724
+ "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz",
3725
+ "integrity": "sha1-NZbmMHp4FUT1kfN9phg2DzHbV7E=",
3726
+ "dev": true
3727
+ },
3728
+ "signal-exit": {
3729
+ "version": "3.0.2",
3730
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",
3731
+ "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=",
3732
+ "dev": true
3733
+ },
3734
+ "slash": {
3735
+ "version": "1.0.0",
3736
+ "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz",
3737
+ "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=",
3738
+ "dev": true
3739
+ },
3740
+ "slice-ansi": {
3741
+ "version": "1.0.0",
3742
+ "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-1.0.0.tgz",
3743
+ "integrity": "sha512-POqxBK6Lb3q6s047D/XsDVNPnF9Dl8JSaqe9h9lURl0OdNqy/ujDrOiIHtsqXMGbWWTIomRzAMaTyawAU//Reg==",
3744
+ "dev": true,
3745
+ "requires": {
3746
+ "is-fullwidth-code-point": "2.0.0"
3747
+ },
3748
+ "dependencies": {
3749
+ "is-fullwidth-code-point": {
3750
+ "version": "2.0.0",
3751
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
3752
+ "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
3753
+ "dev": true
3754
+ }
3755
+ }
3756
+ },
3757
+ "sntp": {
3758
+ "version": "1.0.9",
3759
+ "resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz",
3760
+ "integrity": "sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg=",
3761
+ "dev": true,
3762
+ "requires": {
3763
+ "hoek": "2.16.3"
3764
+ }
3765
+ },
3766
+ "source-map": {
3767
+ "version": "0.6.1",
3768
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
3769
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
3770
+ "dev": true
3771
+ },
3772
+ "spdx-correct": {
3773
+ "version": "1.0.2",
3774
+ "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz",
3775
+ "integrity": "sha1-SzBz2TP/UfORLwOsVRlJikFQ20A=",
3776
+ "dev": true,
3777
+ "requires": {
3778
+ "spdx-license-ids": "1.2.2"
3779
+ }
3780
+ },
3781
+ "spdx-expression-parse": {
3782
+ "version": "1.0.4",
3783
+ "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz",
3784
+ "integrity": "sha1-m98vIOH0DtRH++JzJmGR/O1RYmw=",
3785
+ "dev": true
3786
+ },
3787
+ "spdx-license-ids": {
3788
+ "version": "1.2.2",
3789
+ "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz",
3790
+ "integrity": "sha1-yd96NCRZSt5r0RkA1ZZpbcBrrFc=",
3791
+ "dev": true
3792
+ },
3793
+ "specificity": {
3794
+ "version": "0.3.2",
3795
+ "resolved": "https://registry.npmjs.org/specificity/-/specificity-0.3.2.tgz",
3796
+ "integrity": "sha512-Nc/QN/A425Qog7j9aHmwOrlwX2e7pNI47ciwxwy4jOlvbbMHkNNJchit+FX+UjF3IAdiaaV5BKeWuDUnws6G1A==",
3797
+ "dev": true
3798
+ },
3799
+ "sprintf-js": {
3800
+ "version": "1.0.3",
3801
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
3802
+ "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=",
3803
+ "dev": true
3804
+ },
3805
+ "sshpk": {
3806
+ "version": "1.13.1",
3807
+ "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.13.1.tgz",
3808
+ "integrity": "sha1-US322mKHFEMW3EwY/hzx2UBzm+M=",
3809
+ "dev": true,
3810
+ "requires": {
3811
+ "asn1": "0.2.3",
3812
+ "assert-plus": "1.0.0",
3813
+ "bcrypt-pbkdf": "1.0.1",
3814
+ "dashdash": "1.14.1",
3815
+ "ecc-jsbn": "0.1.1",
3816
+ "getpass": "0.1.7",
3817
+ "jsbn": "0.1.1",
3818
+ "tweetnacl": "0.14.5"
3819
+ },
3820
+ "dependencies": {
3821
+ "assert-plus": {
3822
+ "version": "1.0.0",
3823
+ "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
3824
+ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
3825
+ "dev": true
3826
+ }
3827
+ }
3828
+ },
3829
+ "state-toggle": {
3830
+ "version": "1.0.0",
3831
+ "resolved": "https://registry.npmjs.org/state-toggle/-/state-toggle-1.0.0.tgz",
3832
+ "integrity": "sha1-0g+aYWu08MO5i5GSLSW2QKorxCU=",
3833
+ "dev": true
3834
+ },
3835
+ "statuses": {
3836
+ "version": "1.4.0",
3837
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz",
3838
+ "integrity": "sha512-zhSCtt8v2NDrRlPQpCNtw/heZLtfUDqxBM1udqikb/Hbk52LK4nQSwr10u77iopCW5LsyHpuXS0GnEc48mLeew==",
3839
+ "dev": true
3840
+ },
3841
+ "stdout-stream": {
3842
+ "version": "1.4.0",
3843
+ "resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.0.tgz",
3844
+ "integrity": "sha1-osfIWH5U2UJ+qe2zrD8s1SLfN4s=",
3845
+ "dev": true,
3846
+ "requires": {
3847
+ "readable-stream": "2.3.3"
3848
+ },
3849
+ "dependencies": {
3850
+ "isarray": {
3851
+ "version": "1.0.0",
3852
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
3853
+ "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
3854
+ "dev": true
3855
+ },
3856
+ "readable-stream": {
3857
+ "version": "2.3.3",
3858
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz",
3859
+ "integrity": "sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ==",
3860
+ "dev": true,
3861
+ "requires": {
3862
+ "core-util-is": "1.0.2",
3863
+ "inherits": "2.0.3",
3864
+ "isarray": "1.0.0",
3865
+ "process-nextick-args": "1.0.7",
3866
+ "safe-buffer": "5.1.1",
3867
+ "string_decoder": "1.0.3",
3868
+ "util-deprecate": "1.0.2"
3869
+ }
3870
+ },
3871
+ "string_decoder": {
3872
+ "version": "1.0.3",
3873
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
3874
+ "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
3875
+ "dev": true,
3876
+ "requires": {
3877
+ "safe-buffer": "5.1.1"
3878
+ }
3879
+ }
3880
+ }
3881
+ },
3882
+ "string-width": {
3883
+ "version": "1.0.2",
3884
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
3885
+ "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
3886
+ "dev": true,
3887
+ "requires": {
3888
+ "code-point-at": "1.1.0",
3889
+ "is-fullwidth-code-point": "1.0.0",
3890
+ "strip-ansi": "3.0.1"
3891
+ }
3892
+ },
3893
+ "string_decoder": {
3894
+ "version": "0.10.31",
3895
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
3896
+ "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
3897
+ "dev": true
3898
+ },
3899
+ "stringify-entities": {
3900
+ "version": "1.3.1",
3901
+ "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-1.3.1.tgz",
3902
+ "integrity": "sha1-sVDsLXKsTBtfMktR+2soyc3/BYw=",
3903
+ "dev": true,
3904
+ "requires": {
3905
+ "character-entities-html4": "1.1.1",
3906
+ "character-entities-legacy": "1.1.1",
3907
+ "is-alphanumerical": "1.0.1",
3908
+ "is-hexadecimal": "1.0.1"
3909
+ }
3910
+ },
3911
+ "stringstream": {
3912
+ "version": "0.0.5",
3913
+ "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz",
3914
+ "integrity": "sha1-TkhM1N5aC7vuGORjB3EKioFiGHg=",
3915
+ "dev": true
3916
+ },
3917
+ "strip-ansi": {
3918
+ "version": "3.0.1",
3919
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
3920
+ "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
3921
+ "dev": true,
3922
+ "requires": {
3923
+ "ansi-regex": "2.1.1"
3924
+ }
3925
+ },
3926
+ "strip-bom": {
3927
+ "version": "2.0.0",
3928
+ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
3929
+ "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
3930
+ "dev": true,
3931
+ "requires": {
3932
+ "is-utf8": "0.2.1"
3933
+ }
3934
+ },
3935
+ "strip-indent": {
3936
+ "version": "1.0.1",
3937
+ "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
3938
+ "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=",
3939
+ "dev": true,
3940
+ "requires": {
3941
+ "get-stdin": "4.0.1"
3942
+ }
3943
+ },
3944
+ "strip-json-comments": {
3945
+ "version": "1.0.4",
3946
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz",
3947
+ "integrity": "sha1-HhX7ysl9Pumb8tc7TGVrCCu6+5E=",
3948
+ "dev": true
3949
+ },
3950
+ "style-search": {
3951
+ "version": "0.1.0",
3952
+ "resolved": "https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz",
3953
+ "integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=",
3954
+ "dev": true
3955
+ },
3956
+ "stylelint": {
3957
+ "version": "8.4.0",
3958
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-8.4.0.tgz",
3959
+ "integrity": "sha512-56hPH5mTFnk8LzlEuTWq0epa34fHuS54UFYQidBOFt563RJBNi1nz1F2HK2MoT1X1waq47milvRsRahFCCJs/Q==",
3960
+ "dev": true,
3961
+ "requires": {
3962
+ "autoprefixer": "7.2.3",
3963
+ "balanced-match": "1.0.0",
3964
+ "chalk": "2.3.0",
3965
+ "cosmiconfig": "3.1.0",
3966
+ "debug": "3.1.0",
3967
+ "execall": "1.0.0",
3968
+ "file-entry-cache": "2.0.0",
3969
+ "get-stdin": "5.0.1",
3970
+ "globby": "7.1.1",
3971
+ "globjoin": "0.1.4",
3972
+ "html-tags": "2.0.0",
3973
+ "ignore": "3.3.7",
3974
+ "imurmurhash": "0.1.4",
3975
+ "known-css-properties": "0.5.0",
3976
+ "lodash": "4.17.4",
3977
+ "log-symbols": "2.1.0",
3978
+ "mathml-tag-names": "2.0.1",
3979
+ "meow": "4.0.0",
3980
+ "micromatch": "2.3.11",
3981
+ "normalize-selector": "0.2.0",
3982
+ "pify": "3.0.0",
3983
+ "postcss": "6.0.14",
3984
+ "postcss-html": "0.12.0",
3985
+ "postcss-less": "1.1.3",
3986
+ "postcss-media-query-parser": "0.2.3",
3987
+ "postcss-reporter": "5.0.0",
3988
+ "postcss-resolve-nested-selector": "0.1.1",
3989
+ "postcss-safe-parser": "3.0.1",
3990
+ "postcss-sass": "0.2.0",
3991
+ "postcss-scss": "1.0.2",
3992
+ "postcss-selector-parser": "3.1.1",
3993
+ "postcss-value-parser": "3.3.0",
3994
+ "resolve-from": "4.0.0",
3995
+ "specificity": "0.3.2",
3996
+ "string-width": "2.1.1",
3997
+ "style-search": "0.1.0",
3998
+ "sugarss": "1.0.1",
3999
+ "svg-tags": "1.0.0",
4000
+ "table": "4.0.2"
4001
+ },
4002
+ "dependencies": {
4003
+ "ansi-regex": {
4004
+ "version": "3.0.0",
4005
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
4006
+ "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=",
4007
+ "dev": true
4008
+ },
4009
+ "camelcase": {
4010
+ "version": "4.1.0",
4011
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz",
4012
+ "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=",
4013
+ "dev": true
4014
+ },
4015
+ "camelcase-keys": {
4016
+ "version": "4.2.0",
4017
+ "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz",
4018
+ "integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=",
4019
+ "dev": true,
4020
+ "requires": {
4021
+ "camelcase": "4.1.0",
4022
+ "map-obj": "2.0.0",
4023
+ "quick-lru": "1.1.0"
4024
+ }
4025
+ },
4026
+ "debug": {
4027
+ "version": "3.1.0",
4028
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",
4029
+ "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",
4030
+ "dev": true,
4031
+ "requires": {
4032
+ "ms": "2.0.0"
4033
+ }
4034
+ },
4035
+ "find-up": {
4036
+ "version": "2.1.0",
4037
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
4038
+ "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
4039
+ "dev": true,
4040
+ "requires": {
4041
+ "locate-path": "2.0.0"
4042
+ }
4043
+ },
4044
+ "get-stdin": {
4045
+ "version": "5.0.1",
4046
+ "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-5.0.1.tgz",
4047
+ "integrity": "sha1-Ei4WFZHiH/TFJTAwVpPyDmOTo5g=",
4048
+ "dev": true
4049
+ },
4050
+ "indent-string": {
4051
+ "version": "3.2.0",
4052
+ "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz",
4053
+ "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=",
4054
+ "dev": true
4055
+ },
4056
+ "is-fullwidth-code-point": {
4057
+ "version": "2.0.0",
4058
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
4059
+ "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
4060
+ "dev": true
4061
+ },
4062
+ "load-json-file": {
4063
+ "version": "4.0.0",
4064
+ "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz",
4065
+ "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=",
4066
+ "dev": true,
4067
+ "requires": {
4068
+ "graceful-fs": "4.1.11",
4069
+ "parse-json": "4.0.0",
4070
+ "pify": "3.0.0",
4071
+ "strip-bom": "3.0.0"
4072
+ }
4073
+ },
4074
+ "lodash": {
4075
+ "version": "4.17.4",
4076
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
4077
+ "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=",
4078
+ "dev": true
4079
+ },
4080
+ "map-obj": {
4081
+ "version": "2.0.0",
4082
+ "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz",
4083
+ "integrity": "sha1-plzSkIepJZi4eRJXpSPgISIqwfk=",
4084
+ "dev": true
4085
+ },
4086
+ "meow": {
4087
+ "version": "4.0.0",
4088
+ "resolved": "https://registry.npmjs.org/meow/-/meow-4.0.0.tgz",
4089
+ "integrity": "sha512-Me/kel335m6vMKmEmA6c87Z6DUFW3JqkINRnxkbC+A/PUm0D5Fl2dEBQrPKnqCL9Te/CIa1MUt/0InMJhuC/sw==",
4090
+ "dev": true,
4091
+ "requires": {
4092
+ "camelcase-keys": "4.2.0",
4093
+ "decamelize-keys": "1.1.0",
4094
+ "loud-rejection": "1.6.0",
4095
+ "minimist": "1.2.0",
4096
+ "minimist-options": "3.0.2",
4097
+ "normalize-package-data": "2.4.0",
4098
+ "read-pkg-up": "3.0.0",
4099
+ "redent": "2.0.0",
4100
+ "trim-newlines": "2.0.0"
4101
+ }
4102
+ },
4103
+ "ms": {
4104
+ "version": "2.0.0",
4105
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
4106
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
4107
+ "dev": true
4108
+ },
4109
+ "parse-json": {
4110
+ "version": "4.0.0",
4111
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
4112
+ "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=",
4113
+ "dev": true,
4114
+ "requires": {
4115
+ "error-ex": "1.3.1",
4116
+ "json-parse-better-errors": "1.0.1"
4117
+ }
4118
+ },
4119
+ "path-type": {
4120
+ "version": "3.0.0",
4121
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz",
4122
+ "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==",
4123
+ "dev": true,
4124
+ "requires": {
4125
+ "pify": "3.0.0"
4126
+ }
4127
+ },
4128
+ "pify": {
4129
+ "version": "3.0.0",
4130
+ "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
4131
+ "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
4132
+ "dev": true
4133
+ },
4134
+ "read-pkg": {
4135
+ "version": "3.0.0",
4136
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz",
4137
+ "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=",
4138
+ "dev": true,
4139
+ "requires": {
4140
+ "load-json-file": "4.0.0",
4141
+ "normalize-package-data": "2.4.0",
4142
+ "path-type": "3.0.0"
4143
+ }
4144
+ },
4145
+ "read-pkg-up": {
4146
+ "version": "3.0.0",
4147
+ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz",
4148
+ "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=",
4149
+ "dev": true,
4150
+ "requires": {
4151
+ "find-up": "2.1.0",
4152
+ "read-pkg": "3.0.0"
4153
+ }
4154
+ },
4155
+ "redent": {
4156
+ "version": "2.0.0",
4157
+ "resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz",
4158
+ "integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=",
4159
+ "dev": true,
4160
+ "requires": {
4161
+ "indent-string": "3.2.0",
4162
+ "strip-indent": "2.0.0"
4163
+ }
4164
+ },
4165
+ "string-width": {
4166
+ "version": "2.1.1",
4167
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
4168
+ "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
4169
+ "dev": true,
4170
+ "requires": {
4171
+ "is-fullwidth-code-point": "2.0.0",
4172
+ "strip-ansi": "4.0.0"
4173
+ }
4174
+ },
4175
+ "strip-ansi": {
4176
+ "version": "4.0.0",
4177
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
4178
+ "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
4179
+ "dev": true,
4180
+ "requires": {
4181
+ "ansi-regex": "3.0.0"
4182
+ }
4183
+ },
4184
+ "strip-bom": {
4185
+ "version": "3.0.0",
4186
+ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
4187
+ "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=",
4188
+ "dev": true
4189
+ },
4190
+ "strip-indent": {
4191
+ "version": "2.0.0",
4192
+ "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz",
4193
+ "integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=",
4194
+ "dev": true
4195
+ },
4196
+ "trim-newlines": {
4197
+ "version": "2.0.0",
4198
+ "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz",
4199
+ "integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=",
4200
+ "dev": true
4201
+ }
4202
+ }
4203
+ },
4204
+ "sugarss": {
4205
+ "version": "1.0.1",
4206
+ "resolved": "https://registry.npmjs.org/sugarss/-/sugarss-1.0.1.tgz",
4207
+ "integrity": "sha512-3qgLZytikQQEVn1/FrhY7B68gPUUGY3R1Q1vTiD5xT+Ti1DP/8iZuwFet9ONs5+bmL8pZoDQ6JrQHVgrNlK6mA==",
4208
+ "dev": true,
4209
+ "requires": {
4210
+ "postcss": "6.0.14"
4211
+ }
4212
+ },
4213
+ "supports-color": {
4214
+ "version": "4.5.0",
4215
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-4.5.0.tgz",
4216
+ "integrity": "sha1-vnoN5ITexcXN34s9WRJQRJEvY1s=",
4217
+ "dev": true,
4218
+ "requires": {
4219
+ "has-flag": "2.0.0"
4220
+ }
4221
+ },
4222
+ "svg-tags": {
4223
+ "version": "1.0.0",
4224
+ "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz",
4225
+ "integrity": "sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=",
4226
+ "dev": true
4227
+ },
4228
+ "table": {
4229
+ "version": "4.0.2",
4230
+ "resolved": "https://registry.npmjs.org/table/-/table-4.0.2.tgz",
4231
+ "integrity": "sha512-UUkEAPdSGxtRpiV9ozJ5cMTtYiqz7Ni1OGqLXRCynrvzdtR1p+cfOWe2RJLwvUG8hNanaSRjecIqwOjqeatDsA==",
4232
+ "dev": true,
4233
+ "requires": {
4234
+ "ajv": "5.5.2",
4235
+ "ajv-keywords": "2.1.1",
4236
+ "chalk": "2.3.0",
4237
+ "lodash": "4.17.4",
4238
+ "slice-ansi": "1.0.0",
4239
+ "string-width": "2.1.1"
4240
+ },
4241
+ "dependencies": {
4242
+ "ansi-regex": {
4243
+ "version": "3.0.0",
4244
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
4245
+ "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=",
4246
+ "dev": true
4247
+ },
4248
+ "is-fullwidth-code-point": {
4249
+ "version": "2.0.0",
4250
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
4251
+ "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
4252
+ "dev": true
4253
+ },
4254
+ "lodash": {
4255
+ "version": "4.17.4",
4256
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
4257
+ "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=",
4258
+ "dev": true
4259
+ },
4260
+ "string-width": {
4261
+ "version": "2.1.1",
4262
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
4263
+ "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
4264
+ "dev": true,
4265
+ "requires": {
4266
+ "is-fullwidth-code-point": "2.0.0",
4267
+ "strip-ansi": "4.0.0"
4268
+ }
4269
+ },
4270
+ "strip-ansi": {
4271
+ "version": "4.0.0",
4272
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
4273
+ "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
4274
+ "dev": true,
4275
+ "requires": {
4276
+ "ansi-regex": "3.0.0"
4277
+ }
4278
+ }
4279
+ }
4280
+ },
4281
+ "tar": {
4282
+ "version": "2.2.1",
4283
+ "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz",
4284
+ "integrity": "sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=",
4285
+ "dev": true,
4286
+ "requires": {
4287
+ "block-stream": "0.0.9",
4288
+ "fstream": "1.0.11",
4289
+ "inherits": "2.0.3"
4290
+ }
4291
+ },
4292
+ "text-table": {
4293
+ "version": "0.2.0",
4294
+ "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
4295
+ "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=",
4296
+ "dev": true
4297
+ },
4298
+ "tiny-lr": {
4299
+ "version": "0.2.1",
4300
+ "resolved": "https://registry.npmjs.org/tiny-lr/-/tiny-lr-0.2.1.tgz",
4301
+ "integrity": "sha1-s/26gC5dVqM8L28QeUsy5Hescp0=",
4302
+ "dev": true,
4303
+ "requires": {
4304
+ "body-parser": "1.14.2",
4305
+ "debug": "2.2.0",
4306
+ "faye-websocket": "0.10.0",
4307
+ "livereload-js": "2.2.2",
4308
+ "parseurl": "1.3.2",
4309
+ "qs": "5.1.0"
4310
+ }
4311
+ },
4312
+ "tmp": {
4313
+ "version": "0.0.33",
4314
+ "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
4315
+ "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
4316
+ "dev": true,
4317
+ "requires": {
4318
+ "os-tmpdir": "1.0.2"
4319
+ }
4320
+ },
4321
+ "tough-cookie": {
4322
+ "version": "2.3.3",
4323
+ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.3.tgz",
4324
+ "integrity": "sha1-C2GKVWW23qkL80JdBNVe3EdadWE=",
4325
+ "dev": true,
4326
+ "requires": {
4327
+ "punycode": "1.4.1"
4328
+ }
4329
+ },
4330
+ "trim": {
4331
+ "version": "0.0.1",
4332
+ "resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz",
4333
+ "integrity": "sha1-WFhUf2spB1fulczMZm+1AITEYN0=",
4334
+ "dev": true
4335
+ },
4336
+ "trim-newlines": {
4337
+ "version": "1.0.0",
4338
+ "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
4339
+ "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=",
4340
+ "dev": true
4341
+ },
4342
+ "trim-trailing-lines": {
4343
+ "version": "1.1.0",
4344
+ "resolved": "https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-1.1.0.tgz",
4345
+ "integrity": "sha1-eu+7eAjfnWafbaLkOMrIxGradoQ=",
4346
+ "dev": true
4347
+ },
4348
+ "trough": {
4349
+ "version": "1.0.1",
4350
+ "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.1.tgz",
4351
+ "integrity": "sha1-qf2LA5Swro//guBjOgo2zK1bX4Y=",
4352
+ "dev": true
4353
+ },
4354
+ "true-case-path": {
4355
+ "version": "1.0.2",
4356
+ "resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.2.tgz",
4357
+ "integrity": "sha1-fskRMJJHZsf1c74wIMNPj9/QDWI=",
4358
+ "dev": true,
4359
+ "requires": {
4360
+ "glob": "6.0.4"
4361
+ },
4362
+ "dependencies": {
4363
+ "glob": {
4364
+ "version": "6.0.4",
4365
+ "resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz",
4366
+ "integrity": "sha1-DwiGD2oVUSey+t1PnOJLGqtuTSI=",
4367
+ "dev": true,
4368
+ "requires": {
4369
+ "inflight": "1.0.6",
4370
+ "inherits": "2.0.3",
4371
+ "minimatch": "3.0.4",
4372
+ "once": "1.4.0",
4373
+ "path-is-absolute": "1.0.1"
4374
+ }
4375
+ }
4376
+ }
4377
+ },
4378
+ "tunnel-agent": {
4379
+ "version": "0.4.3",
4380
+ "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.3.tgz",
4381
+ "integrity": "sha1-Y3PbdpCf5XDgjXNYM2Xtgop07us=",
4382
+ "dev": true
4383
+ },
4384
+ "tweetnacl": {
4385
+ "version": "0.14.5",
4386
+ "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
4387
+ "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=",
4388
+ "dev": true,
4389
+ "optional": true
4390
+ },
4391
+ "type-is": {
4392
+ "version": "1.6.15",
4393
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.15.tgz",
4394
+ "integrity": "sha1-yrEPtJCeRByChC6v4a1kbIGARBA=",
4395
+ "dev": true,
4396
+ "requires": {
4397
+ "media-typer": "0.3.0",
4398
+ "mime-types": "2.1.17"
4399
+ }
4400
+ },
4401
+ "typedarray": {
4402
+ "version": "0.0.6",
4403
+ "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
4404
+ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=",
4405
+ "dev": true
4406
+ },
4407
+ "uglify-js": {
4408
+ "version": "3.2.2",
4409
+ "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.2.2.tgz",
4410
+ "integrity": "sha512-++1NO/zZIEdWf6cDIGceSJQPX31SqIpbVAHwFG5+240MtZqPG/NIPoinj8zlXQtAfMBqEt1Jyv2FiLP3n9gVhQ==",
4411
+ "dev": true,
4412
+ "requires": {
4413
+ "commander": "2.12.2",
4414
+ "source-map": "0.6.1"
4415
+ }
4416
+ },
4417
+ "underscore.string": {
4418
+ "version": "3.2.3",
4419
+ "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.2.3.tgz",
4420
+ "integrity": "sha1-gGmSYzZl1eX8tNsfs6hi62jp5to=",
4421
+ "dev": true
4422
+ },
4423
+ "unherit": {
4424
+ "version": "1.1.0",
4425
+ "resolved": "https://registry.npmjs.org/unherit/-/unherit-1.1.0.tgz",
4426
+ "integrity": "sha1-a5qu379z3xdWrZ4xbdmBiFhAzX0=",
4427
+ "dev": true,
4428
+ "requires": {
4429
+ "inherits": "2.0.3",
4430
+ "xtend": "4.0.1"
4431
+ }
4432
+ },
4433
+ "unified": {
4434
+ "version": "6.1.6",
4435
+ "resolved": "https://registry.npmjs.org/unified/-/unified-6.1.6.tgz",
4436
+ "integrity": "sha512-pW2f82bCIo2ifuIGYcV12fL96kMMYgw7JKVEgh7ODlrM9rj6vXSY3BV+H6lCcv1ksxynFf582hwWLnA1qRFy4w==",
4437
+ "dev": true,
4438
+ "requires": {
4439
+ "bail": "1.0.2",
4440
+ "extend": "3.0.1",
4441
+ "is-plain-obj": "1.1.0",
4442
+ "trough": "1.0.1",
4443
+ "vfile": "2.3.0",
4444
+ "x-is-function": "1.0.4",
4445
+ "x-is-string": "0.1.0"
4446
+ }
4447
+ },
4448
+ "uniq": {
4449
+ "version": "1.0.1",
4450
+ "resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz",
4451
+ "integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=",
4452
+ "dev": true
4453
+ },
4454
+ "unist-util-find-all-after": {
4455
+ "version": "1.0.1",
4456
+ "resolved": "https://registry.npmjs.org/unist-util-find-all-after/-/unist-util-find-all-after-1.0.1.tgz",
4457
+ "integrity": "sha1-TlUSq/734GFnga7Pex7XUcAK+Qg=",
4458
+ "dev": true,
4459
+ "requires": {
4460
+ "unist-util-is": "2.1.1"
4461
+ }
4462
+ },
4463
+ "unist-util-is": {
4464
+ "version": "2.1.1",
4465
+ "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-2.1.1.tgz",
4466
+ "integrity": "sha1-DDEmKeP5YMZukx6BLT2A53AQlHs=",
4467
+ "dev": true
4468
+ },
4469
+ "unist-util-modify-children": {
4470
+ "version": "1.1.1",
4471
+ "resolved": "https://registry.npmjs.org/unist-util-modify-children/-/unist-util-modify-children-1.1.1.tgz",
4472
+ "integrity": "sha1-ZtfmpEnm9nIguXarPLi166w55R0=",
4473
+ "dev": true,
4474
+ "requires": {
4475
+ "array-iterate": "1.1.1"
4476
+ }
4477
+ },
4478
+ "unist-util-remove-position": {
4479
+ "version": "1.1.1",
4480
+ "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-1.1.1.tgz",
4481
+ "integrity": "sha1-WoXBVV/BugwQG4ZwfRXlD6TIcbs=",
4482
+ "dev": true,
4483
+ "requires": {
4484
+ "unist-util-visit": "1.3.0"
4485
+ }
4486
+ },
4487
+ "unist-util-stringify-position": {
4488
+ "version": "1.1.1",
4489
+ "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-1.1.1.tgz",
4490
+ "integrity": "sha1-PMvcU2ee7W7PN3fdf14yKcG2qjw=",
4491
+ "dev": true
4492
+ },
4493
+ "unist-util-visit": {
4494
+ "version": "1.3.0",
4495
+ "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-1.3.0.tgz",
4496
+ "integrity": "sha512-9ntYcxPFtl44gnwXrQKZ5bMqXMY0ZHzUpqMFiU4zcc8mmf/jzYm8GhYgezuUlX4cJIM1zIDYaO6fG/fI+L6iiQ==",
4497
+ "dev": true,
4498
+ "requires": {
4499
+ "unist-util-is": "2.1.1"
4500
+ }
4501
+ },
4502
+ "unpipe": {
4503
+ "version": "1.0.0",
4504
+ "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
4505
+ "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=",
4506
+ "dev": true
4507
+ },
4508
+ "uri-path": {
4509
+ "version": "1.0.0",
4510
+ "resolved": "https://registry.npmjs.org/uri-path/-/uri-path-1.0.0.tgz",
4511
+ "integrity": "sha1-l0fwGDWJM8Md4PzP2C0TjmcmLjI=",
4512
+ "dev": true
4513
+ },
4514
+ "util-deprecate": {
4515
+ "version": "1.0.2",
4516
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
4517
+ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=",
4518
+ "dev": true
4519
+ },
4520
+ "uuid": {
4521
+ "version": "3.1.0",
4522
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.1.0.tgz",
4523
+ "integrity": "sha512-DIWtzUkw04M4k3bf1IcpS2tngXEL26YUD2M0tMDUpnUrz2hgzUBlD55a4FjdLGPvfHxS6uluGWvaVEqgBcVa+g==",
4524
+ "dev": true
4525
+ },
4526
+ "validate-npm-package-license": {
4527
+ "version": "3.0.1",
4528
+ "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz",
4529
+ "integrity": "sha1-KAS6vnEq0zeUWaz74kdGqywwP7w=",
4530
+ "dev": true,
4531
+ "requires": {
4532
+ "spdx-correct": "1.0.2",
4533
+ "spdx-expression-parse": "1.0.4"
4534
+ }
4535
+ },
4536
+ "verror": {
4537
+ "version": "1.10.0",
4538
+ "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
4539
+ "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=",
4540
+ "dev": true,
4541
+ "requires": {
4542
+ "assert-plus": "1.0.0",
4543
+ "core-util-is": "1.0.2",
4544
+ "extsprintf": "1.3.0"
4545
+ },
4546
+ "dependencies": {
4547
+ "assert-plus": {
4548
+ "version": "1.0.0",
4549
+ "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
4550
+ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
4551
+ "dev": true
4552
+ }
4553
+ }
4554
+ },
4555
+ "vfile": {
4556
+ "version": "2.3.0",
4557
+ "resolved": "https://registry.npmjs.org/vfile/-/vfile-2.3.0.tgz",
4558
+ "integrity": "sha512-ASt4mBUHcTpMKD/l5Q+WJXNtshlWxOogYyGYYrg4lt/vuRjC1EFQtlAofL5VmtVNIZJzWYFJjzGWZ0Gw8pzW1w==",
4559
+ "dev": true,
4560
+ "requires": {
4561
+ "is-buffer": "1.1.6",
4562
+ "replace-ext": "1.0.0",
4563
+ "unist-util-stringify-position": "1.1.1",
4564
+ "vfile-message": "1.0.0"
4565
+ }
4566
+ },
4567
+ "vfile-location": {
4568
+ "version": "2.0.2",
4569
+ "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-2.0.2.tgz",
4570
+ "integrity": "sha1-02dcWch3SY5JK0dW/2Xkrxp1IlU=",
4571
+ "dev": true
4572
+ },
4573
+ "vfile-message": {
4574
+ "version": "1.0.0",
4575
+ "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-1.0.0.tgz",
4576
+ "integrity": "sha512-HPREhzTOB/sNDc9/Mxf8w0FmHnThg5CRSJdR9VRFkD2riqYWs+fuXlj5z8mIpv2LrD7uU41+oPWFOL4Mjlf+dw==",
4577
+ "dev": true,
4578
+ "requires": {
4579
+ "unist-util-stringify-position": "1.1.1"
4580
+ }
4581
+ },
4582
+ "websocket-driver": {
4583
+ "version": "0.7.0",
4584
+ "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.0.tgz",
4585
+ "integrity": "sha1-DK+dLXVdk67gSdS90NP+LMoqJOs=",
4586
+ "dev": true,
4587
+ "requires": {
4588
+ "http-parser-js": "0.4.9",
4589
+ "websocket-extensions": "0.1.3"
4590
+ }
4591
+ },
4592
+ "websocket-extensions": {
4593
+ "version": "0.1.3",
4594
+ "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.3.tgz",
4595
+ "integrity": "sha512-nqHUnMXmBzT0w570r2JpJxfiSD1IzoI+HGVdd3aZ0yNi3ngvQ4jv1dtHt5VGxfI2yj5yqImPhOK4vmIh2xMbGg==",
4596
+ "dev": true
4597
+ },
4598
+ "which": {
4599
+ "version": "1.2.14",
4600
+ "resolved": "https://registry.npmjs.org/which/-/which-1.2.14.tgz",
4601
+ "integrity": "sha1-mofEN48D6CfOyvGs31bHNsAcFOU=",
4602
+ "dev": true,
4603
+ "requires": {
4604
+ "isexe": "2.0.0"
4605
+ }
4606
+ },
4607
+ "which-module": {
4608
+ "version": "1.0.0",
4609
+ "resolved": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz",
4610
+ "integrity": "sha1-u6Y8qGGUiZT/MHc2CJ47lgJsKk8=",
4611
+ "dev": true
4612
+ },
4613
+ "wide-align": {
4614
+ "version": "1.1.2",
4615
+ "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.2.tgz",
4616
+ "integrity": "sha512-ijDLlyQ7s6x1JgCLur53osjm/UXUYD9+0PbYKrBsYisYXzCxN+HC3mYDNy/dWdmf3AwqwU3CXwDCvsNgGK1S0w==",
4617
+ "dev": true,
4618
+ "requires": {
4619
+ "string-width": "1.0.2"
4620
+ }
4621
+ },
4622
+ "wrap-ansi": {
4623
+ "version": "2.1.0",
4624
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
4625
+ "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=",
4626
+ "dev": true,
4627
+ "requires": {
4628
+ "string-width": "1.0.2",
4629
+ "strip-ansi": "3.0.1"
4630
+ }
4631
+ },
4632
+ "wrappy": {
4633
+ "version": "1.0.2",
4634
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
4635
+ "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
4636
+ "dev": true
4637
+ },
4638
+ "write": {
4639
+ "version": "0.2.1",
4640
+ "resolved": "https://registry.npmjs.org/write/-/write-0.2.1.tgz",
4641
+ "integrity": "sha1-X8A4KOJkzqP+kUVUdvejxWbLB1c=",
4642
+ "dev": true,
4643
+ "requires": {
4644
+ "mkdirp": "0.5.1"
4645
+ }
4646
+ },
4647
+ "x-is-function": {
4648
+ "version": "1.0.4",
4649
+ "resolved": "https://registry.npmjs.org/x-is-function/-/x-is-function-1.0.4.tgz",
4650
+ "integrity": "sha1-XSlNw9Joy90GJYDgxd93o5HR+h4=",
4651
+ "dev": true
4652
+ },
4653
+ "x-is-string": {
4654
+ "version": "0.1.0",
4655
+ "resolved": "https://registry.npmjs.org/x-is-string/-/x-is-string-0.1.0.tgz",
4656
+ "integrity": "sha1-R0tQhlrzpJqcRlfwWs0UVFj3fYI=",
4657
+ "dev": true
4658
+ },
4659
+ "xtend": {
4660
+ "version": "4.0.1",
4661
+ "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz",
4662
+ "integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=",
4663
+ "dev": true
4664
+ },
4665
+ "y18n": {
4666
+ "version": "3.2.1",
4667
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz",
4668
+ "integrity": "sha1-bRX7qITAhnnA136I53WegR4H+kE=",
4669
+ "dev": true
4670
+ },
4671
+ "yallist": {
4672
+ "version": "2.1.2",
4673
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
4674
+ "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=",
4675
+ "dev": true
4676
+ },
4677
+ "yargs": {
4678
+ "version": "7.1.0",
4679
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-7.1.0.tgz",
4680
+ "integrity": "sha1-a6MY6xaWFyf10oT46gA+jWFU0Mg=",
4681
+ "dev": true,
4682
+ "requires": {
4683
+ "camelcase": "3.0.0",
4684
+ "cliui": "3.2.0",
4685
+ "decamelize": "1.2.0",
4686
+ "get-caller-file": "1.0.2",
4687
+ "os-locale": "1.4.0",
4688
+ "read-pkg-up": "1.0.1",
4689
+ "require-directory": "2.1.1",
4690
+ "require-main-filename": "1.0.1",
4691
+ "set-blocking": "2.0.0",
4692
+ "string-width": "1.0.2",
4693
+ "which-module": "1.0.0",
4694
+ "y18n": "3.2.1",
4695
+ "yargs-parser": "5.0.0"
4696
+ },
4697
+ "dependencies": {
4698
+ "camelcase": {
4699
+ "version": "3.0.0",
4700
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
4701
+ "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=",
4702
+ "dev": true
4703
+ }
4704
+ }
4705
+ },
4706
+ "yargs-parser": {
4707
+ "version": "5.0.0",
4708
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.0.tgz",
4709
+ "integrity": "sha1-J17PDX/+Bcd+ZOfIbkzZS/DhIoo=",
4710
+ "dev": true,
4711
+ "requires": {
4712
+ "camelcase": "3.0.0"
4713
+ },
4714
+ "dependencies": {
4715
+ "camelcase": {
4716
+ "version": "3.0.0",
4717
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
4718
+ "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=",
4719
+ "dev": true
4720
+ }
4721
+ }
4722
+ }
4723
+ }
4724
+ }
phpcs.xml ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <ruleset name="WordPress Coding Standards">
3
+ <!-- See https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-ruleset.xml -->
4
+ <!-- See https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/blob/develop/WordPress-Core/ruleset.xml -->
5
+
6
+ <description>Social Icons dev PHP_CodeSniffer ruleset.</description>
7
+
8
+ <!-- Exclude paths -->
9
+ <exclude-pattern>includes/libraries/</exclude-pattern>
10
+ <exclude-pattern>*/node_modules/*</exclude-pattern>
11
+ <exclude-pattern>*/vendor/*</exclude-pattern>
12
+
13
+ <!-- Configs -->
14
+ <config name="minimum_supported_wp_version" value="4.7" />
15
+ <config name="testVersion" value="5.2-"/>
16
+
17
+ <!-- Rules -->
18
+ <rule ref="WPEverest-Core" />
19
+ <rule ref="PHPCompatibility" />
20
+
21
+ <rule ref="WordPress">
22
+ <exclude name="WordPress.VIP.DirectDatabaseQuery.NoCaching" />
23
+ <exclude name="WordPress.VIP.DirectDatabaseQuery.DirectQuery" />
24
+ <exclude name="WordPress.VIP.RestrictedFunctions" />
25
+ </rule>
26
+ <rule ref="WordPress.VIP.ValidatedSanitizedInput">
27
+ <properties>
28
+ <property name="customSanitizingFunctions" type="array" value="si_clean,si_sanitize_tooltip" />
29
+ </properties>
30
+ </rule>
31
+ <rule ref="WordPress.XSS.EscapeOutput">
32
+ <properties>
33
+ <property name="customEscapingFunctions" type="array" value="si_help_tip,si_sanitize_tooltip" />
34
+ </properties>
35
+ </rule>
36
+ <rule ref="WordPress.WP.I18n">
37
+ <properties>
38
+ <property name="text_domain" type="array" value="social-icons" />
39
+ </properties>
40
+ </rule>
41
+ <rule ref="WordPress.Files.FileName.InvalidClassFileName">
42
+ <exclude-pattern>includes/**/abstract-*.php</exclude-pattern>
43
+ </rule>
44
+ </ruleset>
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: ThemeGrill, shivapoudel
3
  Tags: social, media, icons, brands, widget, social networking, social media, social icon, social icons, social profile, social icon widget, shortcode
4
  Requires at least: 4.7
5
- Tested up to: 4.9
6
- Stable tag: 1.7.1
7
  License: GPLv3
8
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -77,6 +77,9 @@ Yes you can! Join in on our [GitHub repository](https://github.com/themegrill/so
77
 
78
  == Changelog ==
79
 
 
 
 
80
  = 1.7.0 - 09/01/2018 =
81
  * Fix - Support multiple social profile links.
82
  * Fix - Socicon icon font updated to version 3.6.
2
  Contributors: ThemeGrill, shivapoudel
3
  Tags: social, media, icons, brands, widget, social networking, social media, social icon, social icons, social profile, social icon widget, shortcode
4
  Requires at least: 4.7
5
+ Tested up to: 5.2.2
6
+ Stable tag: 1.7.2
7
  License: GPLv3
8
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
9
 
77
 
78
  == Changelog ==
79
 
80
+ = 1.7.2 - 20/06/2019 =
81
+ * Feature - Add option to have the social links nofollow relation.
82
+
83
  = 1.7.0 - 09/01/2018 =
84
  * Fix - Support multiple social profile links.
85
  * Fix - Socicon icon font updated to version 3.6.
social-icons.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Social Icons
4
  * Plugin URI: https://themegrill.com/plugins/social-icons/
5
  * Description: Social Icons provides you with an easy way to display various popular social icons via widgets and shortcodes. You can drag the widget in your sidebars and change the settings from the widget form itself. Also you can use the shortcode and paste it on your page, post or wherever you like.
6
- * Version: 1.7.1
7
  * Author: ThemeGrill
8
  * Author URI: http://themegrill.com
9
  * License: GPLv3 or later
@@ -29,7 +29,7 @@ final class Social_Icons {
29
  * Plugin version.
30
  * @var string
31
  */
32
- public $version = '1.7.1';
33
 
34
  /**
35
  * Instance of this class.
3
  * Plugin Name: Social Icons
4
  * Plugin URI: https://themegrill.com/plugins/social-icons/
5
  * Description: Social Icons provides you with an easy way to display various popular social icons via widgets and shortcodes. You can drag the widget in your sidebars and change the settings from the widget form itself. Also you can use the shortcode and paste it on your page, post or wherever you like.
6
+ * Version: 1.7.2
7
  * Author: ThemeGrill
8
  * Author URI: http://themegrill.com
9
  * License: GPLv3 or later
29
  * Plugin version.
30
  * @var string
31
  */
32
+ public $version = '1.7.2';
33
 
34
  /**
35
  * Instance of this class.