Version Description
- 13/01/2021 =
- Feature - Option for allowing nofollow relation to social links while using shortcodes.
- Fix - Social Icons widget save option not triggered properly.
Download this release
Release Info
Developer | ThemeGrill |
Plugin | Social Icons |
Version | 1.7.3 |
Comparing to | |
See all releases |
Code changes from version 1.7.2 to 1.7.3
- .stylelintrc +0 -59
- .wordpress-org/banner-772x250.jpg +0 -0
- .wordpress-org/icon-128x128.jpg +0 -0
- .wordpress-org/icon-256x256.jpg +0 -0
- .wordpress-org/screenshot-1.png +0 -0
- .wordpress-org/screenshot-2.png +0 -0
- .wordpress-org/screenshot-3.png +0 -0
- .wordpress-org/screenshot-4.png +0 -0
- CHANGELOG.txt +0 -51
- CODE_OF_CONDUCT.md +0 -46
- assets/css/admin-rtl.css +1 -1
- assets/css/admin.css +1 -1
- assets/css/social-icons-rtl.css +1 -1
- assets/css/social-icons.css +1 -1
- assets/css/widgets-rtl.css +1 -1
- assets/css/widgets.css +1 -1
- assets/js/admin/admin.min.js +1 -1
- assets/js/admin/meta-boxes-group.min.js +1 -1
- assets/js/admin/meta-boxes.min.js +1 -1
- assets/js/admin/widgets.js +21 -3
- assets/js/admin/widgets.min.js +1 -1
- composer.lock +0 -1882
- includes/admin/meta-boxes/class-si-meta-box-group-data.php +5 -0
- includes/class-si-shortcodes.php +3 -2
- languages/social-icons.pot +75 -61
- package-lock.json +1281 -1173
- phpcs.xml +0 -44
- readme.txt +6 -2
- social-icons.php +2 -2
.stylelintrc
DELETED
@@ -1,59 +0,0 @@
|
|
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
DELETED
Binary file
|
.wordpress-org/icon-128x128.jpg
DELETED
Binary file
|
.wordpress-org/icon-256x256.jpg
DELETED
Binary file
|
.wordpress-org/screenshot-1.png
DELETED
Binary file
|
.wordpress-org/screenshot-2.png
DELETED
Binary file
|
.wordpress-org/screenshot-3.png
DELETED
Binary file
|
.wordpress-org/screenshot-4.png
DELETED
Binary file
|
CHANGELOG.txt
DELETED
@@ -1,51 +0,0 @@
|
|
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
DELETED
@@ -1,46 +0,0 @@
|
|
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/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-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}}
|
1 |
+
@charset "UTF-8";@-webkit-keyframes spin{100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes spin{100%{-webkit-transform:rotate(-360deg);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;-webkit-box-sizing:border-box;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;-webkit-box-shadow:none;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;-webkit-box-sizing:border-box;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;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);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 |
-
@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}}
|
1 |
+
@charset "UTF-8";@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);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:left;line-height:1em;padding:0 0 10px;position:relative;background-color:#fafafa;border-right:1px solid #eee;-webkit-box-sizing:border-box;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;-webkit-box-shadow:none;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;-webkit-box-sizing:border-box;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;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);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}}
|
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-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}
|
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;-webkit-box-sizing:content-box;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:0 0!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 |
-
@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}
|
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;-webkit-box-sizing:content-box;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:0 0!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}
|
assets/css/widgets-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-field-handle{float:right;cursor:move;margin-top:12px;margin-right:-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:right;display:block;text-align:left;margin-top:20px;margin-right:-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:right;width:100%}ul.social-icons-list li.social-icons-field .social-icons-wrap .social-icons-inputs{margin-right:40px;margin-left: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 |
+
@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-field-handle{float:right;cursor:move;margin-top:12px;margin-right:-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:right;display:block;text-align:left;margin-top:20px;margin-right:-30px;text-decoration:none}.social-icons-field-remove:active,.social-icons-field-remove:focus{outline:0;-webkit-box-shadow: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}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:right;width:100%}ul.social-icons-list li.social-icons-field .social-icons-wrap .social-icons-inputs{margin-right:40px;margin-left: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/css/widgets.css
CHANGED
@@ -1 +1 @@
|
|
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}
|
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-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;-webkit-box-shadow: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}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}
|
assets/js/admin/admin.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function(
|
1 |
+
jQuery(function(t){t(document.body).on("init_tooltips",function(){var i={attribute:"data-tip",fadeIn:50,fadeOut:50,delay:200};t(".tips, .help_tip, .social-icons-help-tip").tipTip(i),t(".parent-tips").each(function(){t(this).closest("a, th").attr("data-tip",t(this).data("tip")).tipTip(i).css("cursor","help")})}).trigger("init_tooltips")});
|
assets/js/admin/meta-boxes-group.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function(
|
1 |
+
jQuery(function(o){o("#social-icons-group-data").on("click",".sortable_icons a.insert",function(){return o(this).closest(".sortable_icons").find("tr.no-items").remove(),o(this).closest(".sortable_icons").find("tbody").append(o(this).data("row")),!1}),o("#social-icons-group-data").on("click",".sortable_icons a.delete",function(){return o(this).closest("tr").remove(),!1}),o(".sortable_icons tbody").sortable({items:"tr",cursor:"move",axis:"y",handle:"td.sort",scrollSensitivity:40,forcePlaceholderSize:!0,helper:"clone",opacity:.65}),o(document.body).on("keyup","td.social_url input[type=text]",function(){var t,s=o(this),e=!1;(t=s.val().toLowerCase())&&(o.each(social_icons_admin_meta_boxes_group.supported_url_icon,function(o,s){if(-1!==t.indexOf(o))return e=s,!0}),e||o.each(social_icons_admin_meta_boxes_group.allowed_socicons,function(o,s){if(-1!==t.indexOf(s))return e=s,!0})),e?s.parents("tr").find(".sort").attr("class","sort socicon-"+e):s.parents("tr").find(".sort").attr("class","sort dashicons-plus")})});
|
assets/js/admin/meta-boxes.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function(
|
1 |
+
jQuery(function(i){i("#titlediv").find("#title").keyup(function(t){if("9"===(t.keyCode||t.which)&&i("#social-icons-group-description").length>0)return t.stopPropagation(),i("#social-icons-group-description").focus(),!1}),i(document.body).on("si-init-tabbed-panels",function(){i("ul.si-tabs").show(),i("ul.si-tabs a").click(function(){var t=i(this).closest("div.panel-wrap");return i("ul.si-tabs li",t).removeClass("active"),i(this).parent().addClass("active"),i("div.panel",t).hide(),i(i(this).attr("href")).show(),!1}),i("div.panel-wrap").each(function(){i(this).find("ul.si-tabs li").eq(0).find("a").click()})}).trigger("si-init-tabbed-panels")});
|
assets/js/admin/widgets.js
CHANGED
@@ -88,6 +88,8 @@ jQuery( function ( $ ) {
|
|
88 |
$( document.body ).on( 'click', '.social-icons-field-remove', function( e ) {
|
89 |
e.preventDefault();
|
90 |
$( this ).parents( '.social-icons-field' ).remove();
|
|
|
|
|
91 |
});
|
92 |
|
93 |
// Event handler for widget open button.
|
@@ -106,8 +108,21 @@ jQuery( function ( $ ) {
|
|
106 |
widgetSortable( widget );
|
107 |
}
|
108 |
|
109 |
-
|
110 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
});
|
112 |
|
113 |
function widgetSortable( widget ) {
|
@@ -119,7 +134,10 @@ jQuery( function ( $ ) {
|
|
119 |
scrollSensitivity: 40,
|
120 |
forcePlaceholderSize: true,
|
121 |
helper: 'clone',
|
122 |
-
opacity: 0.65
|
|
|
|
|
|
|
123 |
});
|
124 |
}
|
125 |
});
|
88 |
$( document.body ).on( 'click', '.social-icons-field-remove', function( e ) {
|
89 |
e.preventDefault();
|
90 |
$( this ).parents( '.social-icons-field' ).remove();
|
91 |
+
|
92 |
+
$( 'div.widget[id*=themegrill_social_icons] .widget-control-save' ).trigger( 'change' );
|
93 |
});
|
94 |
|
95 |
// Event handler for widget open button.
|
108 |
widgetSortable( widget );
|
109 |
}
|
110 |
|
111 |
+
$( 'input.show_label' ).change( function() {
|
112 |
+
var icons_list = $( this ).parents( '.widget-content' ).find( '.social-icons-list' );
|
113 |
+
if ( $( this ).is( ':checked' ) ) {
|
114 |
+
icons_list.removeClass( 'hide-icons-label' );
|
115 |
+
} else {
|
116 |
+
icons_list.addClass( 'hide-icons-label' );
|
117 |
+
}
|
118 |
+
});
|
119 |
+
|
120 |
+
var icons_list = $( 'input.show_label' ).parents( '.widget-content' ).find( '.social-icons-list' );
|
121 |
+
if ( $( 'input.show_label' ).is( ':checked' ) ) {
|
122 |
+
icons_list.removeClass( 'hide-icons-label' );
|
123 |
+
} else {
|
124 |
+
icons_list.addClass( 'hide-icons-label' );
|
125 |
+
}
|
126 |
});
|
127 |
|
128 |
function widgetSortable( widget ) {
|
134 |
scrollSensitivity: 40,
|
135 |
forcePlaceholderSize: true,
|
136 |
helper: 'clone',
|
137 |
+
opacity: 0.65,
|
138 |
+
change: function() {
|
139 |
+
$( 'div.widget[id*=themegrill_social_icons] .widget-control-save' ).trigger( 'change' );
|
140 |
+
}
|
141 |
});
|
142 |
}
|
143 |
});
|
assets/js/admin/widgets.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function(
|
1 |
+
jQuery(function(i){function e(e){e.find(".social-icons-list").sortable({items:"li",cursor:"move",axis:"y",handle:"span.socicon",scrollSensitivity:40,forcePlaceholderSize:!0,helper:"clone",opacity:.65,change:function(){i("div.widget[id*=themegrill_social_icons] .widget-control-save").trigger("change")}})}i(document.body).on("si-init-hidden-options",function(){i("input.show_label").change(function(){var e=i(this).parents(".widget-content").find(".social-icons-list");i(this).is(":checked")?e.removeClass("hide-icons-label"):e.addClass("hide-icons-label")}).change()}).trigger("si-init-hidden-options"),i(document.body).on("click",".social-icons-add-button button",function(e){e.preventDefault();var n=i(this).parents(".widget-content").find(".social-icons-list"),t=n.data("url-field-id"),o=n.data("url-field-name"),s=n.data("label-field-id"),l=n.data("label-field-name"),c=i(i.trim(i("#tmpl-social-icons-field").html()));c.find(".social-icons-field-url").attr("id",t).attr("name",o+"[]"),c.find(".social-icons-field-label").attr("id",s).attr("name",l+"[]"),n.append(c),n.last().find("input:first-child").trigger("focus"),i(this).parents(".widget-content").find(".social-icons-list:last input:first-child").trigger("focus")}),i(document.body).on("keyup",".social-icons-field-url",function(){var e,n=i(this),t=!1;(e=n.val().toLowerCase())&&(i.each(social_icons_admin_widgets.supported_url_icon,function(i,n){if(-1!==e.indexOf(i))return t=n,!0}),t||i.each(social_icons_admin_widgets.allowed_socicons,function(i,n){if(-1!==e.indexOf(n))return t=n,!0})),t?(i(".social-icons-add-button").find("button").removeAttr("disabled"),n.parents(".social-icons-field").find(".social-icons-field-handle").attr("class","social-icons-field-handle socicon socicon-"+t)):(i(".social-icons-add-button").find("button").attr("disabled","disabled"),n.parents(".social-icons-field").find(".social-icons-field-handle").attr("class","social-icons-field-handle dashicons dashicons-plus"))}),i(document.body).on("panelsopen",function(n){var t=i(n.target);if(!t.has("social-icons-list"))return!1;t.addClass("widget-content"),e(t),i(document.body).trigger("si-init-hidden-options")}),i(document.body).on("click",".social-icons-field-remove",function(e){e.preventDefault(),i(this).parents(".social-icons-field").remove(),i("div.widget[id*=themegrill_social_icons] .widget-control-save").trigger("change")}),i(document.body).on("click","div.widget[id*=themegrill_social_icons] .widget-title, div.widget[id*=themegrill_social_icons] .widget-title-action",function(){i(this).parents("#available-widgets").length||e(i(this).parents(".widget[id*=themegrill_social_icons]"))}),i(document).on("widget-added widget-updated",function(n,t){t.is("[id*=themegrill_social_icons]")&&(n.preventDefault(),e(t)),i("input.show_label").change(function(){var e=i(this).parents(".widget-content").find(".social-icons-list");i(this).is(":checked")?e.removeClass("hide-icons-label"):e.addClass("hide-icons-label")});var o=i("input.show_label").parents(".widget-content").find(".social-icons-list");i("input.show_label").is(":checked")?o.removeClass("hide-icons-label"):o.addClass("hide-icons-label")})});
|
composer.lock
DELETED
@@ -1,1882 +0,0 @@
|
|
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/admin/meta-boxes/class-si-meta-box-group-data.php
CHANGED
@@ -120,6 +120,9 @@ class SI_Meta_Box_Group_Data {
|
|
120 |
// Open in New tab
|
121 |
social_icons_wp_checkbox( array( 'id' => '_open_new_tab', 'label' => __( 'Open New Tab', 'social-icons' ), 'description' => __( 'Enable this to allow links to open in new tab.', 'social-icons' ) ) );
|
122 |
|
|
|
|
|
|
|
123 |
echo '</div>';
|
124 |
|
125 |
do_action( 'social_icons_group_options_general' );
|
@@ -196,6 +199,7 @@ class SI_Meta_Box_Group_Data {
|
|
196 |
$manage_label = isset( $_POST['_manage_label'] ) ? 'yes' : 'no';
|
197 |
$greyscale_icons = isset( $_POST['_greyscale_icons'] ) ? 'yes' : 'no';
|
198 |
$open_new_tab = isset( $_POST['_open_new_tab'] ) ? 'yes' : 'no';
|
|
|
199 |
|
200 |
// Sortable Icons.
|
201 |
$sortable_icons = array();
|
@@ -232,6 +236,7 @@ class SI_Meta_Box_Group_Data {
|
|
232 |
update_post_meta( $post_id, '_manage_label', $manage_label );
|
233 |
update_post_meta( $post_id, '_greyscale_icons', $greyscale_icons );
|
234 |
update_post_meta( $post_id, '_open_new_tab', $open_new_tab );
|
|
|
235 |
update_post_meta( $post_id, '_sortable_icons', $sortable_icons );
|
236 |
|
237 |
do_action( 'social_icons_group_options_save', $post_id );
|
120 |
// Open in New tab
|
121 |
social_icons_wp_checkbox( array( 'id' => '_open_new_tab', 'label' => __( 'Open New Tab', 'social-icons' ), 'description' => __( 'Enable this to allow links to open in new tab.', 'social-icons' ) ) );
|
122 |
|
123 |
+
// nofollow Relation.
|
124 |
+
social_icons_wp_checkbox( array( 'id' => '_add_nofollow', 'label' => __( 'Add nofollow', 'social-icons' ), 'description' => __( 'Enable this to add nofollow relation for the social links.', 'social-icons' ) ) );
|
125 |
+
|
126 |
echo '</div>';
|
127 |
|
128 |
do_action( 'social_icons_group_options_general' );
|
199 |
$manage_label = isset( $_POST['_manage_label'] ) ? 'yes' : 'no';
|
200 |
$greyscale_icons = isset( $_POST['_greyscale_icons'] ) ? 'yes' : 'no';
|
201 |
$open_new_tab = isset( $_POST['_open_new_tab'] ) ? 'yes' : 'no';
|
202 |
+
$add_nofollow = isset( $_POST['_add_nofollow'] ) ? 'yes' : 'no';
|
203 |
|
204 |
// Sortable Icons.
|
205 |
$sortable_icons = array();
|
236 |
update_post_meta( $post_id, '_manage_label', $manage_label );
|
237 |
update_post_meta( $post_id, '_greyscale_icons', $greyscale_icons );
|
238 |
update_post_meta( $post_id, '_open_new_tab', $open_new_tab );
|
239 |
+
update_post_meta( $post_id, '_add_nofollow', $add_nofollow );
|
240 |
update_post_meta( $post_id, '_sortable_icons', $sortable_icons );
|
241 |
|
242 |
do_action( 'social_icons_group_options_save', $post_id );
|
includes/class-si-shortcodes.php
CHANGED
@@ -57,6 +57,7 @@ class SI_Shortcodes {
|
|
57 |
$group_data['manage_label'] = get_post_meta( $group_id, '_manage_label', true );
|
58 |
$group_data['greyscale_icons'] = get_post_meta( $group_id, '_greyscale_icons', true );
|
59 |
$group_data['open_new_tab'] = get_post_meta( $group_id, '_open_new_tab', true );
|
|
|
60 |
$group_data['sortable_icons'] = get_post_meta( $group_id, '_sortable_icons', true );
|
61 |
|
62 |
// Output social icons.
|
@@ -115,10 +116,10 @@ class SI_Shortcodes {
|
|
115 |
$background = 'text' !== $color_type ? 'background-color: ' . $icon_color : 'color: ' . $icon_color; ?>
|
116 |
|
117 |
<li class="social-icons-list-item">
|
118 |
-
<a href="<?php echo esc_url( $field['url'] ); ?>" <?php echo ( 'yes'
|
119 |
<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>
|
120 |
|
121 |
-
<?php if ( 'yes'
|
122 |
<span class="social-icons-list-label"><?php echo esc_html( $field['label'] ); ?></span>
|
123 |
<?php endif; ?>
|
124 |
</a>
|
57 |
$group_data['manage_label'] = get_post_meta( $group_id, '_manage_label', true );
|
58 |
$group_data['greyscale_icons'] = get_post_meta( $group_id, '_greyscale_icons', true );
|
59 |
$group_data['open_new_tab'] = get_post_meta( $group_id, '_open_new_tab', true );
|
60 |
+
$group_data['add_nofollow'] = get_post_meta( $group_id, '_add_nofollow', true );
|
61 |
$group_data['sortable_icons'] = get_post_meta( $group_id, '_sortable_icons', true );
|
62 |
|
63 |
// Output social icons.
|
116 |
$background = 'text' !== $color_type ? 'background-color: ' . $icon_color : 'color: ' . $icon_color; ?>
|
117 |
|
118 |
<li class="social-icons-list-item">
|
119 |
+
<a href="<?php echo esc_url( $field['url'] ); ?>" <?php echo ( 'yes' === $group_data['open_new_tab'] ? 'target="_blank"' : '' ); ?> <?php echo ( 'yes' === $group_data['add_nofollow'] ? 'rel="nofollow"' : '' ); ?> class="social-icon">
|
120 |
<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>
|
121 |
|
122 |
+
<?php if ( 'yes' === $group_data['manage_label'] ) : ?>
|
123 |
<span class="social-icons-list-label"><?php echo esc_html( $field['label'] ); ?></span>
|
124 |
<?php endif; ?>
|
125 |
</a>
|
languages/social-icons.pot
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the GPLv3 or later.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Social Icons 1.
|
6 |
"Report-Msgid-Bugs-To: themegrill@gmail.com\n"
|
7 |
-
"POT-Creation-Date:
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"PO-Revision-Date:
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
|
14 |
-
"X-Generator: grunt-wp-
|
15 |
|
16 |
#: includes/admin/class-si-admin-meta-boxes.php:93
|
17 |
msgid "Social Data"
|
@@ -109,7 +109,7 @@ msgid "Date"
|
|
109 |
msgstr ""
|
110 |
|
111 |
#: includes/admin/class-si-admin-post-types.php:159
|
112 |
-
#: includes/class-si-post-types.php:
|
113 |
msgid "Edit"
|
114 |
msgstr ""
|
115 |
|
@@ -148,8 +148,8 @@ msgstr ""
|
|
148 |
#: includes/admin/class-si-admin.php:56
|
149 |
msgid ""
|
150 |
"If you like <strong>Social Icons</strong> please leave us a "
|
151 |
-
"%s★★★★★%s rating. A huge
|
152 |
-
"
|
153 |
msgstr ""
|
154 |
|
155 |
#: includes/admin/class-si-admin.php:56
|
@@ -169,32 +169,32 @@ msgid "Linked Icons"
|
|
169 |
msgstr ""
|
170 |
|
171 |
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:68
|
172 |
-
#: includes/widgets/class-si-widget-social-icons.php:
|
173 |
msgid "Background Style"
|
174 |
msgstr ""
|
175 |
|
176 |
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:70
|
177 |
-
#: includes/widgets/class-si-widget-social-icons.php:
|
178 |
msgid "None"
|
179 |
msgstr ""
|
180 |
|
181 |
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:71
|
182 |
-
#: includes/widgets/class-si-widget-social-icons.php:
|
183 |
msgid "Square"
|
184 |
msgstr ""
|
185 |
|
186 |
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:72
|
187 |
-
#: includes/widgets/class-si-widget-social-icons.php:
|
188 |
msgid "Rounded"
|
189 |
msgstr ""
|
190 |
|
191 |
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:73
|
192 |
-
#: includes/widgets/class-si-widget-social-icons.php:
|
193 |
msgid "Square Centre"
|
194 |
msgstr ""
|
195 |
|
196 |
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:74
|
197 |
-
#: includes/widgets/class-si-widget-social-icons.php:
|
198 |
msgid "Rounded Centre"
|
199 |
msgstr ""
|
200 |
|
@@ -204,80 +204,86 @@ msgid ""
|
|
204 |
"with the default style."
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:
|
208 |
-
#: includes/widgets/class-si-widget-social-icons.php:
|
209 |
msgid "Choose Icon Size"
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:
|
|
|
213 |
msgid "Default"
|
214 |
msgstr ""
|
215 |
|
216 |
-
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:
|
|
|
217 |
msgid "Leave blank for default icon font size."
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:
|
|
|
|
|
|
|
|
|
|
|
221 |
msgid "Manage Label"
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:
|
225 |
msgid "Enable this to display social icons label."
|
226 |
msgstr ""
|
227 |
|
228 |
-
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:
|
229 |
msgid "Greyscale Icon"
|
230 |
msgstr ""
|
231 |
|
232 |
-
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:
|
233 |
msgid "Enable this to allow greyscale social icons."
|
234 |
msgstr ""
|
235 |
|
236 |
-
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:
|
237 |
msgid "Open New Tab"
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:
|
241 |
msgid "Enable this to allow links to open in new tab."
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
245 |
msgid "Sortable Icons"
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:
|
249 |
-
#: includes/widgets/class-si-widget-social-icons.php:
|
250 |
msgid "Label"
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:
|
254 |
msgid "This is the label of the social icon shown to the users."
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:
|
258 |
msgid "Social URL"
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:
|
262 |
msgid "This is the URL to the social media which users will surf."
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:
|
266 |
-
#: includes/widgets/class-si-widget-social-icons.php:
|
267 |
-
msgid "Follow Me"
|
268 |
-
msgstr ""
|
269 |
-
|
270 |
-
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:131
|
271 |
-
#: includes/widgets/class-si-widget-social-icons.php:92
|
272 |
-
msgid "Friend me on Facebook"
|
273 |
-
msgstr ""
|
274 |
-
|
275 |
-
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:157
|
276 |
-
#: includes/widgets/class-si-widget-social-icons.php:84
|
277 |
msgid "Add Icon"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:
|
281 |
msgid "The social url %s cannot be used as it does not have an allowed icon."
|
282 |
msgstr ""
|
283 |
|
@@ -286,7 +292,7 @@ msgid "Social Label"
|
|
286 |
msgstr ""
|
287 |
|
288 |
#: includes/admin/meta-boxes/views/html-group-social-icon.php:4
|
289 |
-
#: includes/widgets/class-si-widget-social-icons.php:
|
290 |
msgid "http://"
|
291 |
msgstr ""
|
292 |
|
@@ -322,50 +328,58 @@ msgstr ""
|
|
322 |
msgid "Social Icons"
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: includes/class-si-post-types.php:
|
326 |
msgid "Social Icon"
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: includes/class-si-post-types.php:
|
330 |
msgid "Add New"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: includes/class-si-post-types.php:
|
334 |
msgid "Add New Social Icon"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: includes/class-si-post-types.php:
|
338 |
msgid "Edit Social Icon"
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: includes/class-si-post-types.php:
|
342 |
msgid "New Social Icon"
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: includes/class-si-post-types.php:
|
346 |
msgid "View Social Icons"
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: includes/class-si-post-types.php:
|
350 |
msgid "Search Social Icons"
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: includes/class-si-post-types.php:
|
354 |
msgid "No Social Icons found"
|
355 |
msgstr ""
|
356 |
|
357 |
-
#: includes/class-si-post-types.php:
|
358 |
msgid "No Social Icons found in trash"
|
359 |
msgstr ""
|
360 |
|
361 |
-
#: includes/class-si-post-types.php:
|
362 |
msgid "Parent Social Icon"
|
363 |
msgstr ""
|
364 |
|
365 |
-
#: includes/class-si-post-types.php:
|
366 |
msgid "This is where you can add new icons set to your social icons."
|
367 |
msgstr ""
|
368 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
369 |
#: includes/widgets/class-si-widget-social-icons.php:28
|
370 |
msgid "Displays Social Network Icons."
|
371 |
msgstr ""
|
@@ -394,14 +408,14 @@ msgstr ""
|
|
394 |
msgid "Open links in new tab"
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: includes/widgets/class-si-widget-social-icons.php:
|
398 |
msgid "Sortable Socicon"
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: includes/widgets/class-si-widget-social-icons.php:
|
402 |
msgid ""
|
403 |
"Note that icons above are for reference and not how they will look on "
|
404 |
-
"front-end. %sList of icons supported%s"
|
405 |
msgstr ""
|
406 |
|
407 |
#: social-icons.php:61 social-icons.php:69
|
@@ -409,7 +423,7 @@ msgid "Cheatin’ huh?"
|
|
409 |
msgstr ""
|
410 |
|
411 |
#. Plugin URI of the plugin/theme
|
412 |
-
msgid "
|
413 |
msgstr ""
|
414 |
|
415 |
#. Description of the plugin/theme
|
@@ -417,7 +431,7 @@ msgid ""
|
|
417 |
"Social Icons provides you with an easy way to display various popular "
|
418 |
"social icons via widgets and shortcodes. You can drag the widget in your "
|
419 |
"sidebars and change the settings from the widget form itself. Also you can "
|
420 |
-
"use the shortcode and paste it on your page, post or wherever you like"
|
421 |
msgstr ""
|
422 |
|
423 |
#. Author of the plugin/theme
|
@@ -428,7 +442,7 @@ msgstr ""
|
|
428 |
msgid "http://themegrill.com"
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: includes/class-si-post-types.php:
|
432 |
msgctxt "Admin menu name"
|
433 |
msgid "Social Icons"
|
434 |
msgstr ""
|
1 |
+
# Copyright (C) 2021 ThemeGrill
|
2 |
# This file is distributed under the GPLv3 or later.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Social Icons 1.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: themegrill@gmail.com\n"
|
7 |
+
"POT-Creation-Date: 2021-01-13 06:25:14+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"PO-Revision-Date: 2021-MO-DA HO:MI+ZONE\n"
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
|
14 |
+
"X-Generator: grunt-wp-i18n1.0.1\n"
|
15 |
|
16 |
#: includes/admin/class-si-admin-meta-boxes.php:93
|
17 |
msgid "Social Data"
|
109 |
msgstr ""
|
110 |
|
111 |
#: includes/admin/class-si-admin-post-types.php:159
|
112 |
+
#: includes/class-si-post-types.php:56
|
113 |
msgid "Edit"
|
114 |
msgstr ""
|
115 |
|
148 |
#: includes/admin/class-si-admin.php:56
|
149 |
msgid ""
|
150 |
"If you like <strong>Social Icons</strong> please leave us a "
|
151 |
+
"%1$s★★★★★%2$s rating. A huge thanks in "
|
152 |
+
"advance!"
|
153 |
msgstr ""
|
154 |
|
155 |
#: includes/admin/class-si-admin.php:56
|
169 |
msgstr ""
|
170 |
|
171 |
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:68
|
172 |
+
#: includes/widgets/class-si-widget-social-icons.php:67
|
173 |
msgid "Background Style"
|
174 |
msgstr ""
|
175 |
|
176 |
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:70
|
177 |
+
#: includes/widgets/class-si-widget-social-icons.php:69
|
178 |
msgid "None"
|
179 |
msgstr ""
|
180 |
|
181 |
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:71
|
182 |
+
#: includes/widgets/class-si-widget-social-icons.php:70
|
183 |
msgid "Square"
|
184 |
msgstr ""
|
185 |
|
186 |
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:72
|
187 |
+
#: includes/widgets/class-si-widget-social-icons.php:71
|
188 |
msgid "Rounded"
|
189 |
msgstr ""
|
190 |
|
191 |
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:73
|
192 |
+
#: includes/widgets/class-si-widget-social-icons.php:72
|
193 |
msgid "Square Centre"
|
194 |
msgstr ""
|
195 |
|
196 |
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:74
|
197 |
+
#: includes/widgets/class-si-widget-social-icons.php:73
|
198 |
msgid "Rounded Centre"
|
199 |
msgstr ""
|
200 |
|
204 |
"with the default style."
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:83
|
208 |
+
#: includes/widgets/class-si-widget-social-icons.php:82
|
209 |
msgid "Choose Icon Size"
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:84
|
213 |
+
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:99
|
214 |
msgid "Default"
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:86
|
218 |
+
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:101
|
219 |
msgid "Leave blank for default icon font size."
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:98
|
223 |
+
#: includes/widgets/class-si-widget-social-icons.php:90
|
224 |
+
msgid "Choose Icon Padding"
|
225 |
+
msgstr ""
|
226 |
+
|
227 |
+
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:115
|
228 |
msgid "Manage Label"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:115
|
232 |
msgid "Enable this to display social icons label."
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:118
|
236 |
msgid "Greyscale Icon"
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:118
|
240 |
msgid "Enable this to allow greyscale social icons."
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:121
|
244 |
msgid "Open New Tab"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:121
|
248 |
msgid "Enable this to allow links to open in new tab."
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:124
|
252 |
+
#: includes/widgets/class-si-widget-social-icons.php:62
|
253 |
+
msgid "Add nofollow"
|
254 |
+
msgstr ""
|
255 |
+
|
256 |
+
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:124
|
257 |
+
msgid "Enable this to add nofollow relation for the social links."
|
258 |
+
msgstr ""
|
259 |
+
|
260 |
+
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:137
|
261 |
msgid "Sortable Icons"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:142
|
265 |
+
#: includes/widgets/class-si-widget-social-icons.php:237
|
266 |
msgid "Label"
|
267 |
msgstr ""
|
268 |
|
269 |
+
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:142
|
270 |
msgid "This is the label of the social icon shown to the users."
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:143
|
274 |
msgid "Social URL"
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:143
|
278 |
msgid "This is the URL to the social media which users will surf."
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:174
|
282 |
+
#: includes/widgets/class-si-widget-social-icons.php:97
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
283 |
msgid "Add Icon"
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: includes/admin/meta-boxes/class-si-meta-box-group-data.php:221
|
287 |
msgid "The social url %s cannot be used as it does not have an allowed icon."
|
288 |
msgstr ""
|
289 |
|
292 |
msgstr ""
|
293 |
|
294 |
#: includes/admin/meta-boxes/views/html-group-social-icon.php:4
|
295 |
+
#: includes/widgets/class-si-widget-social-icons.php:236
|
296 |
msgid "http://"
|
297 |
msgstr ""
|
298 |
|
328 |
msgid "Social Icons"
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: includes/class-si-post-types.php:52
|
332 |
msgid "Social Icon"
|
333 |
msgstr ""
|
334 |
|
335 |
+
#: includes/class-si-post-types.php:54
|
336 |
msgid "Add New"
|
337 |
msgstr ""
|
338 |
|
339 |
+
#: includes/class-si-post-types.php:55
|
340 |
msgid "Add New Social Icon"
|
341 |
msgstr ""
|
342 |
|
343 |
+
#: includes/class-si-post-types.php:57
|
344 |
msgid "Edit Social Icon"
|
345 |
msgstr ""
|
346 |
|
347 |
+
#: includes/class-si-post-types.php:58
|
348 |
msgid "New Social Icon"
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: includes/class-si-post-types.php:59 includes/class-si-post-types.php:60
|
352 |
msgid "View Social Icons"
|
353 |
msgstr ""
|
354 |
|
355 |
+
#: includes/class-si-post-types.php:61
|
356 |
msgid "Search Social Icons"
|
357 |
msgstr ""
|
358 |
|
359 |
+
#: includes/class-si-post-types.php:62
|
360 |
msgid "No Social Icons found"
|
361 |
msgstr ""
|
362 |
|
363 |
+
#: includes/class-si-post-types.php:63
|
364 |
msgid "No Social Icons found in trash"
|
365 |
msgstr ""
|
366 |
|
367 |
+
#: includes/class-si-post-types.php:64
|
368 |
msgid "Parent Social Icon"
|
369 |
msgstr ""
|
370 |
|
371 |
+
#: includes/class-si-post-types.php:66
|
372 |
msgid "This is where you can add new icons set to your social icons."
|
373 |
msgstr ""
|
374 |
|
375 |
+
#: includes/functions-si-core.php:182 includes/libraries/socicons.php:1143
|
376 |
+
msgid "Follow Me"
|
377 |
+
msgstr ""
|
378 |
+
|
379 |
+
#: includes/functions-si-core.php:186 includes/libraries/socicons.php:663
|
380 |
+
msgid "Friend me on Facebook"
|
381 |
+
msgstr ""
|
382 |
+
|
383 |
#: includes/widgets/class-si-widget-social-icons.php:28
|
384 |
msgid "Displays Social Network Icons."
|
385 |
msgstr ""
|
408 |
msgid "Open links in new tab"
|
409 |
msgstr ""
|
410 |
|
411 |
+
#: includes/widgets/class-si-widget-social-icons.php:95
|
412 |
msgid "Sortable Socicon"
|
413 |
msgstr ""
|
414 |
|
415 |
+
#: includes/widgets/class-si-widget-social-icons.php:96
|
416 |
msgid ""
|
417 |
"Note that icons above are for reference and not how they will look on "
|
418 |
+
"front-end. %1$sList of icons supported%2$s"
|
419 |
msgstr ""
|
420 |
|
421 |
#: social-icons.php:61 social-icons.php:69
|
423 |
msgstr ""
|
424 |
|
425 |
#. Plugin URI of the plugin/theme
|
426 |
+
msgid "https://themegrill.com/plugins/social-icons/"
|
427 |
msgstr ""
|
428 |
|
429 |
#. Description of the plugin/theme
|
431 |
"Social Icons provides you with an easy way to display various popular "
|
432 |
"social icons via widgets and shortcodes. You can drag the widget in your "
|
433 |
"sidebars and change the settings from the widget form itself. Also you can "
|
434 |
+
"use the shortcode and paste it on your page, post or wherever you like."
|
435 |
msgstr ""
|
436 |
|
437 |
#. Author of the plugin/theme
|
442 |
msgid "http://themegrill.com"
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: includes/class-si-post-types.php:53
|
446 |
msgctxt "Admin menu name"
|
447 |
msgid "Social Icons"
|
448 |
msgstr ""
|
package-lock.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"name": "social-icons",
|
3 |
-
"version": "1.7.
|
4 |
"lockfileVersion": 1,
|
5 |
"requires": true,
|
6 |
"dependencies": {
|
@@ -16,10 +16,10 @@
|
|
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.
|
23 |
}
|
24 |
},
|
25 |
"ajv-keywords": {
|
@@ -46,7 +46,7 @@
|
|
46 |
"integrity": "sha512-NnSOmMEYtVR2JVMIGTzynRkkaxtiq1xnFBcdQD/DnNCYPoEPsVJhM98BDyaoNOQIi7p4okdi3E27eN7GQbsUug==",
|
47 |
"dev": true,
|
48 |
"requires": {
|
49 |
-
"color-convert": "1.9.
|
50 |
}
|
51 |
},
|
52 |
"aproba": {
|
@@ -56,13 +56,13 @@
|
|
56 |
"dev": true
|
57 |
},
|
58 |
"are-we-there-yet": {
|
59 |
-
"version": "1.1.
|
60 |
-
"resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.
|
61 |
-
"integrity": "
|
62 |
"dev": true,
|
63 |
"requires": {
|
64 |
-
"delegates": "1.0.0",
|
65 |
-
"readable-stream": "2.
|
66 |
},
|
67 |
"dependencies": {
|
68 |
"isarray": {
|
@@ -71,28 +71,34 @@
|
|
71 |
"integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
|
72 |
"dev": true
|
73 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
"readable-stream": {
|
75 |
-
"version": "2.3.
|
76 |
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.
|
77 |
-
"integrity": "sha512-
|
78 |
"dev": true,
|
79 |
"requires": {
|
80 |
-
"core-util-is": "1.0.
|
81 |
-
"inherits": "2.0.3",
|
82 |
-
"isarray": "1.0.0",
|
83 |
-
"process-nextick-args": "
|
84 |
-
"safe-buffer": "5.1.1",
|
85 |
-
"string_decoder": "1.
|
86 |
-
"util-deprecate": "1.0.
|
87 |
}
|
88 |
},
|
89 |
"string_decoder": {
|
90 |
-
"version": "1.
|
91 |
-
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.
|
92 |
-
"integrity": "sha512-
|
93 |
"dev": true,
|
94 |
"requires": {
|
95 |
-
"safe-buffer": "5.1.
|
96 |
}
|
97 |
}
|
98 |
}
|
@@ -103,7 +109,7 @@
|
|
103 |
"integrity": "sha1-c9g7wmP4bpf4zE9rrhsOkKfSLIY=",
|
104 |
"dev": true,
|
105 |
"requires": {
|
106 |
-
"sprintf-js": "1.0.
|
107 |
}
|
108 |
},
|
109 |
"arr-diff": {
|
@@ -112,7 +118,7 @@
|
|
112 |
"integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=",
|
113 |
"dev": true,
|
114 |
"requires": {
|
115 |
-
"arr-flatten": "1.1
|
116 |
}
|
117 |
},
|
118 |
"arr-flatten": {
|
@@ -139,7 +145,7 @@
|
|
139 |
"integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
|
140 |
"dev": true,
|
141 |
"requires": {
|
142 |
-
"array-uniq": "1.0.
|
143 |
}
|
144 |
},
|
145 |
"array-uniq": {
|
@@ -161,15 +167,18 @@
|
|
161 |
"dev": true
|
162 |
},
|
163 |
"asn1": {
|
164 |
-
"version": "0.2.
|
165 |
-
"resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.
|
166 |
-
"integrity": "
|
167 |
-
"dev": true
|
|
|
|
|
|
|
168 |
},
|
169 |
"assert-plus": {
|
170 |
-
"version": "0.
|
171 |
-
"resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.
|
172 |
-
"integrity": "sha1-
|
173 |
"dev": true
|
174 |
},
|
175 |
"async": {
|
@@ -196,24 +205,24 @@
|
|
196 |
"integrity": "sha512-dqzVGiz3v934+s3YZA6nk7tAs9xuTz5wMJbX1M+L4cY/MTNkOUqP61c1GWkEVlUL/PEy1pKRSCFuoRZrXYx9qA==",
|
197 |
"dev": true,
|
198 |
"requires": {
|
199 |
-
"browserslist": "2.10.0",
|
200 |
-
"caniuse-lite": "1.0.
|
201 |
-
"normalize-range": "0.1.2",
|
202 |
-
"num2fraction": "1.2.2",
|
203 |
-
"postcss": "6.0.14",
|
204 |
-
"postcss-value-parser": "3.3
|
205 |
}
|
206 |
},
|
207 |
"aws-sign2": {
|
208 |
-
"version": "0.
|
209 |
-
"resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.
|
210 |
-
"integrity": "sha1-
|
211 |
"dev": true
|
212 |
},
|
213 |
"aws4": {
|
214 |
-
"version": "1.
|
215 |
-
"resolved": "https://registry.npmjs.org/aws4/-/aws4-1.
|
216 |
-
"integrity": "
|
217 |
"dev": true
|
218 |
},
|
219 |
"bail": {
|
@@ -229,22 +238,12 @@
|
|
229 |
"dev": true
|
230 |
},
|
231 |
"bcrypt-pbkdf": {
|
232 |
-
"version": "1.0.
|
233 |
-
"resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.
|
234 |
-
"integrity": "sha1-
|
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 |
-
"
|
248 |
}
|
249 |
},
|
250 |
"bluebird": {
|
@@ -260,15 +259,15 @@
|
|
260 |
"dev": true,
|
261 |
"requires": {
|
262 |
"bytes": "2.2.0",
|
263 |
-
"content-type": "1.0.
|
264 |
-
"debug": "2.2.0",
|
265 |
-
"depd": "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.
|
271 |
-
"type-is": "1.6.
|
272 |
},
|
273 |
"dependencies": {
|
274 |
"iconv-lite": {
|
@@ -285,22 +284,13 @@
|
|
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 |
},
|
@@ -310,9 +300,9 @@
|
|
310 |
"integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=",
|
311 |
"dev": true,
|
312 |
"requires": {
|
313 |
-
"expand-range": "1.8.
|
314 |
-
"preserve": "0.2.0",
|
315 |
-
"repeat-element": "1.1.2"
|
316 |
}
|
317 |
},
|
318 |
"browserify-zlib": {
|
@@ -321,7 +311,7 @@
|
|
321 |
"integrity": "sha1-uzX4pRn2AOD6a4SFJByXnQFB+y0=",
|
322 |
"dev": true,
|
323 |
"requires": {
|
324 |
-
"pako": "0.2.
|
325 |
}
|
326 |
},
|
327 |
"browserslist": {
|
@@ -330,8 +320,8 @@
|
|
330 |
"integrity": "sha512-WyvzSLsuAVPOjbljXnyeWl14Ae+ukAT8MUuagKVzIDvwBxl4UAwD1xqtyQs2eWYPGUKMeC3Ol62goqYuKqTTcw==",
|
331 |
"dev": true,
|
332 |
"requires": {
|
333 |
-
"caniuse-lite": "1.0.
|
334 |
-
"electron-to-chromium": "1.3.
|
335 |
}
|
336 |
},
|
337 |
"builtin-modules": {
|
@@ -358,8 +348,8 @@
|
|
358 |
"integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=",
|
359 |
"dev": true,
|
360 |
"requires": {
|
361 |
-
"camelcase": "2.
|
362 |
-
"map-obj": "1.0.
|
363 |
}
|
364 |
},
|
365 |
"caniuse-lite": {
|
@@ -369,9 +359,9 @@
|
|
369 |
"dev": true
|
370 |
},
|
371 |
"caseless": {
|
372 |
-
"version": "0.
|
373 |
-
"resolved": "https://registry.npmjs.org/caseless/-/caseless-0.
|
374 |
-
"integrity": "sha1-
|
375 |
"dev": true
|
376 |
},
|
377 |
"ccount": {
|
@@ -386,9 +376,9 @@
|
|
386 |
"integrity": "sha512-Az5zJR2CBujap2rqXGaJKaPHyJ0IrUimvYNX+ncCy8PJP4ltOGTrHUIo097ZaL2zMeKYpiCdqDvS6zdrTFok3Q==",
|
387 |
"dev": true,
|
388 |
"requires": {
|
389 |
-
"ansi-styles": "3.
|
390 |
-
"escape-string-regexp": "1.0.5",
|
391 |
-
"supports-color": "4.
|
392 |
}
|
393 |
},
|
394 |
"character-entities": {
|
@@ -415,6 +405,12 @@
|
|
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",
|
@@ -427,7 +423,7 @@
|
|
427 |
"integrity": "sha1-Nc7ornaHpJuYA09w3gDE7dOCYwE=",
|
428 |
"dev": true,
|
429 |
"requires": {
|
430 |
-
"source-map": "0.5.
|
431 |
},
|
432 |
"dependencies": {
|
433 |
"source-map": {
|
@@ -445,7 +441,7 @@
|
|
445 |
"dev": true,
|
446 |
"requires": {
|
447 |
"exit": "0.1.2",
|
448 |
-
"glob": "7.1.
|
449 |
},
|
450 |
"dependencies": {
|
451 |
"glob": {
|
@@ -454,25 +450,59 @@
|
|
454 |
"integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
|
455 |
"dev": true,
|
456 |
"requires": {
|
457 |
-
"fs.realpath": "1.0.0",
|
458 |
-
"inflight": "1.0.
|
459 |
-
"inherits": "2
|
460 |
-
"minimatch": "3.0.4",
|
461 |
-
"once": "1.
|
462 |
-
"path-is-absolute": "1.0.
|
463 |
}
|
464 |
}
|
465 |
}
|
466 |
},
|
467 |
"cliui": {
|
468 |
-
"version": "
|
469 |
-
"resolved": "https://registry.npmjs.org/cliui/-/cliui-
|
470 |
-
"integrity": "
|
471 |
"dev": true,
|
472 |
"requires": {
|
473 |
-
"string-width": "1.0
|
474 |
-
"strip-ansi": "
|
475 |
-
"wrap-ansi": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
476 |
}
|
477 |
},
|
478 |
"clone-regexp": {
|
@@ -481,8 +511,8 @@
|
|
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": {
|
@@ -515,7 +545,7 @@
|
|
515 |
"integrity": "sha512-mjGanIiwQJskCC18rPR6OmrZ6fm2Lc7PeGFYwCmy5J34wC6F1PzdGL6xeMfmgicfYcNLGuVFA3WzXtIDCQSZxQ==",
|
516 |
"dev": true,
|
517 |
"requires": {
|
518 |
-
"color-name": "1.1.
|
519 |
}
|
520 |
},
|
521 |
"color-name": {
|
@@ -531,12 +561,12 @@
|
|
531 |
"dev": true
|
532 |
},
|
533 |
"combined-stream": {
|
534 |
-
"version": "1.0.
|
535 |
-
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.
|
536 |
-
"integrity": "
|
537 |
"dev": true,
|
538 |
"requires": {
|
539 |
-
"delayed-stream": "1.0.0"
|
540 |
}
|
541 |
},
|
542 |
"commander": {
|
@@ -557,9 +587,9 @@
|
|
557 |
"integrity": "sha1-CqxmL9Ur54lk1VMvaUeE5wEQrPc=",
|
558 |
"dev": true,
|
559 |
"requires": {
|
560 |
-
"inherits": "2.0.3",
|
561 |
-
"readable-stream": "2.
|
562 |
-
"typedarray": "0.0.6"
|
563 |
},
|
564 |
"dependencies": {
|
565 |
"isarray": {
|
@@ -574,13 +604,13 @@
|
|
574 |
"integrity": "sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ==",
|
575 |
"dev": true,
|
576 |
"requires": {
|
577 |
-
"core-util-is": "1.0.
|
578 |
-
"inherits": "2.0.3",
|
579 |
-
"isarray": "1.0.0",
|
580 |
-
"process-nextick-args": "1.0.
|
581 |
-
"safe-buffer": "5.1.1",
|
582 |
-
"string_decoder": "1.0.3",
|
583 |
-
"util-deprecate": "1.0.
|
584 |
}
|
585 |
},
|
586 |
"string_decoder": {
|
@@ -589,7 +619,7 @@
|
|
589 |
"integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
|
590 |
"dev": true,
|
591 |
"requires": {
|
592 |
-
"safe-buffer": "5.1.
|
593 |
}
|
594 |
}
|
595 |
}
|
@@ -600,7 +630,7 @@
|
|
600 |
"integrity": "sha1-8CQcRXMKn8YyOyBtvzjtx0HQuxA=",
|
601 |
"dev": true,
|
602 |
"requires": {
|
603 |
-
"date-now": "0.1.4"
|
604 |
}
|
605 |
},
|
606 |
"console-control-strings": {
|
@@ -627,10 +657,10 @@
|
|
627 |
"integrity": "sha512-zedsBhLSbPBms+kE7AH4vHg6JsKDz6epSv2/+5XHs8ILHlgDciSJfSWf8sX9aQ52Jb7KI7VswUTsLpR/G0cr2Q==",
|
628 |
"dev": true,
|
629 |
"requires": {
|
630 |
-
"is-directory": "0.3.1",
|
631 |
-
"js-yaml": "3.
|
632 |
-
"parse-json": "3.0.0",
|
633 |
-
"require-from-string": "2.0.1"
|
634 |
},
|
635 |
"dependencies": {
|
636 |
"esprima": {
|
@@ -645,8 +675,8 @@
|
|
645 |
"integrity": "sha512-O2v52ffjLa9VeM43J4XocZE//WT9N0IiwDa3KSHH7Tu8CtH+1qM8SIZvnsTh6v+4yFy5KUY3BHUVwjpfAWsjIA==",
|
646 |
"dev": true,
|
647 |
"requires": {
|
648 |
-
"argparse": "1.0.
|
649 |
-
"esprima": "4.0.0"
|
650 |
}
|
651 |
},
|
652 |
"parse-json": {
|
@@ -655,28 +685,31 @@
|
|
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": "
|
665 |
-
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-
|
666 |
-
"integrity": "
|
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 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
680 |
}
|
681 |
},
|
682 |
"currently-unhandled": {
|
@@ -685,7 +718,7 @@
|
|
685 |
"integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
|
686 |
"dev": true,
|
687 |
"requires": {
|
688 |
-
"array-find-index": "1.0.
|
689 |
}
|
690 |
},
|
691 |
"dashdash": {
|
@@ -694,15 +727,7 @@
|
|
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": {
|
@@ -717,8 +742,8 @@
|
|
717 |
"integrity": "sha1-nxJLZ1lMk3/3BpMuSmQsyo27/uk=",
|
718 |
"dev": true,
|
719 |
"requires": {
|
720 |
-
"get-stdin": "4.0.1",
|
721 |
-
"meow": "3.
|
722 |
}
|
723 |
},
|
724 |
"debug": {
|
@@ -742,8 +767,8 @@
|
|
742 |
"integrity": "sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=",
|
743 |
"dev": true,
|
744 |
"requires": {
|
745 |
-
"decamelize": "1.
|
746 |
-
"map-obj": "1.0.
|
747 |
}
|
748 |
},
|
749 |
"del": {
|
@@ -752,13 +777,13 @@
|
|
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.
|
759 |
-
"pify": "2.
|
760 |
-
"pinkie-promise": "2.0.
|
761 |
-
"rimraf": "2.2.8"
|
762 |
},
|
763 |
"dependencies": {
|
764 |
"globby": {
|
@@ -767,12 +792,12 @@
|
|
767 |
"integrity": "sha1-69hGZ8oNuzMLmbz8aOrCvFQ3Dg0=",
|
768 |
"dev": true,
|
769 |
"requires": {
|
770 |
-
"array-union": "1.0.
|
771 |
-
"arrify": "1.0.
|
772 |
-
"glob": "7.0.
|
773 |
-
"object-assign": "4.
|
774 |
-
"pify": "2.
|
775 |
-
"pinkie-promise": "2.0.
|
776 |
}
|
777 |
}
|
778 |
}
|
@@ -807,8 +832,8 @@
|
|
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": {
|
@@ -817,7 +842,7 @@
|
|
817 |
"integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==",
|
818 |
"dev": true,
|
819 |
"requires": {
|
820 |
-
"pify": "3.0.0"
|
821 |
}
|
822 |
},
|
823 |
"pify": {
|
@@ -834,8 +859,8 @@
|
|
834 |
"integrity": "sha1-BzxpdUbOB4DOI75KKOKT5AvDDII=",
|
835 |
"dev": true,
|
836 |
"requires": {
|
837 |
-
"domelementtype": "1.1.
|
838 |
-
"entities": "1.1.1"
|
839 |
},
|
840 |
"dependencies": {
|
841 |
"domelementtype": {
|
@@ -864,7 +889,7 @@
|
|
864 |
"integrity": "sha1-LeWaCCLVAn+r/28DLCsloqir5zg=",
|
865 |
"dev": true,
|
866 |
"requires": {
|
867 |
-
"domelementtype": "1
|
868 |
}
|
869 |
},
|
870 |
"domutils": {
|
@@ -873,8 +898,8 @@
|
|
873 |
"integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=",
|
874 |
"dev": true,
|
875 |
"requires": {
|
876 |
-
"dom-serializer": "0
|
877 |
-
"domelementtype": "1
|
878 |
}
|
879 |
},
|
880 |
"dot-prop": {
|
@@ -883,7 +908,7 @@
|
|
883 |
"integrity": "sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ==",
|
884 |
"dev": true,
|
885 |
"requires": {
|
886 |
-
"is-obj": "1.0.
|
887 |
}
|
888 |
},
|
889 |
"duplexer": {
|
@@ -892,24 +917,14 @@
|
|
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.
|
907 |
-
"resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.
|
908 |
-
"integrity": "sha1-
|
909 |
"dev": true,
|
910 |
-
"optional": true,
|
911 |
"requires": {
|
912 |
-
"jsbn": "0.1.
|
|
|
913 |
}
|
914 |
},
|
915 |
"ee-first": {
|
@@ -930,16 +945,22 @@
|
|
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.
|
943 |
}
|
944 |
},
|
945 |
"entities": {
|
@@ -948,13 +969,19 @@
|
|
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": {
|
@@ -981,7 +1008,7 @@
|
|
981 |
"integrity": "sha1-c9CQTjlbPKsGWLCNCewlMH8pu3M=",
|
982 |
"dev": true,
|
983 |
"requires": {
|
984 |
-
"clone-regexp": "1.0.0"
|
985 |
}
|
986 |
},
|
987 |
"exit": {
|
@@ -996,7 +1023,7 @@
|
|
996 |
"integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=",
|
997 |
"dev": true,
|
998 |
"requires": {
|
999 |
-
"is-posix-bracket": "0.1.
|
1000 |
}
|
1001 |
},
|
1002 |
"expand-range": {
|
@@ -1005,7 +1032,7 @@
|
|
1005 |
"integrity": "sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=",
|
1006 |
"dev": true,
|
1007 |
"requires": {
|
1008 |
-
"fill-range": "2.
|
1009 |
}
|
1010 |
},
|
1011 |
"extend": {
|
@@ -1020,7 +1047,7 @@
|
|
1020 |
"integrity": "sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=",
|
1021 |
"dev": true,
|
1022 |
"requires": {
|
1023 |
-
"is-extglob": "1.0.0"
|
1024 |
}
|
1025 |
},
|
1026 |
"extsprintf": {
|
@@ -1047,7 +1074,7 @@
|
|
1047 |
"integrity": "sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=",
|
1048 |
"dev": true,
|
1049 |
"requires": {
|
1050 |
-
"websocket-driver": "0.
|
1051 |
}
|
1052 |
},
|
1053 |
"figures": {
|
@@ -1056,8 +1083,8 @@
|
|
1056 |
"integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=",
|
1057 |
"dev": true,
|
1058 |
"requires": {
|
1059 |
-
"escape-string-regexp": "1.0.5",
|
1060 |
-
"object-assign": "4.1.
|
1061 |
}
|
1062 |
},
|
1063 |
"file-entry-cache": {
|
@@ -1066,8 +1093,8 @@
|
|
1066 |
"integrity": "sha1-w5KZDD5oR4PYOLjISkXYoEhFg2E=",
|
1067 |
"dev": true,
|
1068 |
"requires": {
|
1069 |
-
"flat-cache": "1.
|
1070 |
-
"object-assign": "4.
|
1071 |
}
|
1072 |
},
|
1073 |
"filename-regex": {
|
@@ -1082,11 +1109,11 @@
|
|
1082 |
"integrity": "sha1-ULd9/X5Gm8dJJHCWNpn+eoSFpyM=",
|
1083 |
"dev": true,
|
1084 |
"requires": {
|
1085 |
-
"is-number": "2.1.0",
|
1086 |
-
"isobject": "2.
|
1087 |
-
"randomatic": "1.1.
|
1088 |
-
"repeat-element": "1.1.2",
|
1089 |
-
"repeat-string": "1.
|
1090 |
}
|
1091 |
},
|
1092 |
"find-up": {
|
@@ -1095,8 +1122,8 @@
|
|
1095 |
"integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
|
1096 |
"dev": true,
|
1097 |
"requires": {
|
1098 |
-
"path-exists": "2.
|
1099 |
-
"pinkie-promise": "2.0.
|
1100 |
}
|
1101 |
},
|
1102 |
"findup": {
|
@@ -1105,8 +1132,8 @@
|
|
1105 |
"integrity": "sha1-itkpozk7rGJ5V6fl3kYjsGsOLOs=",
|
1106 |
"dev": true,
|
1107 |
"requires": {
|
1108 |
-
"colors": "0.6.
|
1109 |
-
"commander": "2.1.0"
|
1110 |
},
|
1111 |
"dependencies": {
|
1112 |
"colors": {
|
@@ -1129,7 +1156,7 @@
|
|
1129 |
"integrity": "sha1-N5MKpdgWt3fANEXhlmzGeQpMCxY=",
|
1130 |
"dev": true,
|
1131 |
"requires": {
|
1132 |
-
"glob": "5.0.
|
1133 |
},
|
1134 |
"dependencies": {
|
1135 |
"glob": {
|
@@ -1138,11 +1165,11 @@
|
|
1138 |
"integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=",
|
1139 |
"dev": true,
|
1140 |
"requires": {
|
1141 |
-
"inflight": "1.0.
|
1142 |
-
"inherits": "2
|
1143 |
-
"minimatch": "3
|
1144 |
-
"once": "1.
|
1145 |
-
"path-is-absolute": "1.0.
|
1146 |
}
|
1147 |
}
|
1148 |
}
|
@@ -1153,10 +1180,10 @@
|
|
1153 |
"integrity": "sha1-0wMLMrOBVPTjt+nHCfSQ9++XxIE=",
|
1154 |
"dev": true,
|
1155 |
"requires": {
|
1156 |
-
"circular-json": "0.3.
|
1157 |
-
"del": "2.
|
1158 |
-
"graceful-fs": "4.1.
|
1159 |
-
"write": "0.2.1"
|
1160 |
}
|
1161 |
},
|
1162 |
"for-in": {
|
@@ -1171,7 +1198,7 @@
|
|
1171 |
"integrity": "sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=",
|
1172 |
"dev": true,
|
1173 |
"requires": {
|
1174 |
-
"for-in": "1.0.
|
1175 |
}
|
1176 |
},
|
1177 |
"forever-agent": {
|
@@ -1181,14 +1208,23 @@
|
|
1181 |
"dev": true
|
1182 |
},
|
1183 |
"form-data": {
|
1184 |
-
"version": "2.
|
1185 |
-
"resolved": "https://registry.npmjs.org/form-data/-/form-data-2.
|
1186 |
-
"integrity": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1187 |
"dev": true,
|
1188 |
"requires": {
|
1189 |
-
"
|
1190 |
-
"combined-stream": "1.0.5",
|
1191 |
-
"mime-types": "2.1.17"
|
1192 |
}
|
1193 |
},
|
1194 |
"fs.realpath": {
|
@@ -1197,32 +1233,20 @@
|
|
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.
|
1219 |
-
"console-control-strings": "1.
|
1220 |
-
"has-unicode": "2.0.
|
1221 |
-
"object-assign": "4.1.
|
1222 |
-
"signal-exit": "3.0.
|
1223 |
-
"string-width": "1.0.
|
1224 |
-
"strip-ansi": "3.0.1",
|
1225 |
-
"wide-align": "1.1.
|
1226 |
}
|
1227 |
},
|
1228 |
"gaze": {
|
@@ -1231,28 +1255,13 @@
|
|
1231 |
"integrity": "sha1-hHIkZ3rbiHDWeSV+0ziP22HkAQU=",
|
1232 |
"dev": true,
|
1233 |
"requires": {
|
1234 |
-
"globule": "1.
|
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": "
|
1254 |
-
"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-
|
1255 |
-
"integrity": "
|
1256 |
"dev": true
|
1257 |
},
|
1258 |
"get-stdin": {
|
@@ -1273,15 +1282,7 @@
|
|
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": {
|
@@ -1290,8 +1291,8 @@
|
|
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": {
|
@@ -1300,12 +1301,12 @@
|
|
1300 |
"integrity": "sha1-IRuvr0nlJbjNkyYNFKsTYVKz9Xo=",
|
1301 |
"dev": true,
|
1302 |
"requires": {
|
1303 |
-
"fs.realpath": "1.0.0",
|
1304 |
-
"inflight": "1.0.
|
1305 |
-
"inherits": "2
|
1306 |
-
"minimatch": "3.0.
|
1307 |
-
"once": "1.
|
1308 |
-
"path-is-absolute": "1.0.
|
1309 |
}
|
1310 |
},
|
1311 |
"glob-base": {
|
@@ -1314,8 +1315,8 @@
|
|
1314 |
"integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=",
|
1315 |
"dev": true,
|
1316 |
"requires": {
|
1317 |
-
"glob-parent": "2.0.0",
|
1318 |
-
"is-glob": "2.0.
|
1319 |
}
|
1320 |
},
|
1321 |
"glob-parent": {
|
@@ -1324,7 +1325,7 @@
|
|
1324 |
"integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=",
|
1325 |
"dev": true,
|
1326 |
"requires": {
|
1327 |
-
"is-glob": "2.0.
|
1328 |
}
|
1329 |
},
|
1330 |
"globby": {
|
@@ -1333,12 +1334,12 @@
|
|
1333 |
"integrity": "sha1-+yzP+UAfhgCUXfral0QMypcrhoA=",
|
1334 |
"dev": true,
|
1335 |
"requires": {
|
1336 |
-
"array-union": "1.0.
|
1337 |
-
"dir-glob": "2.0.0",
|
1338 |
-
"glob": "7.1.2",
|
1339 |
-
"ignore": "3.3.
|
1340 |
-
"pify": "3.0.0",
|
1341 |
-
"slash": "1.0.0"
|
1342 |
},
|
1343 |
"dependencies": {
|
1344 |
"glob": {
|
@@ -1347,12 +1348,12 @@
|
|
1347 |
"integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
|
1348 |
"dev": true,
|
1349 |
"requires": {
|
1350 |
-
"fs.realpath": "1.0.0",
|
1351 |
-
"inflight": "1.0.
|
1352 |
-
"inherits": "2
|
1353 |
-
"minimatch": "3.0.4",
|
1354 |
-
"once": "1.
|
1355 |
-
"path-is-absolute": "1.0.
|
1356 |
}
|
1357 |
},
|
1358 |
"pify": {
|
@@ -1375,9 +1376,9 @@
|
|
1375 |
"integrity": "sha1-HcScaCLdnoovoAuiopUAboZkvQk=",
|
1376 |
"dev": true,
|
1377 |
"requires": {
|
1378 |
-
"glob": "7.1.
|
1379 |
-
"lodash": "4.17.4",
|
1380 |
-
"minimatch": "3.0.
|
1381 |
},
|
1382 |
"dependencies": {
|
1383 |
"glob": {
|
@@ -1386,12 +1387,12 @@
|
|
1386 |
"integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
|
1387 |
"dev": true,
|
1388 |
"requires": {
|
1389 |
-
"fs.realpath": "1.0.0",
|
1390 |
-
"inflight": "1.0.
|
1391 |
-
"inherits": "2
|
1392 |
-
"minimatch": "3.0.4",
|
1393 |
-
"once": "1.
|
1394 |
-
"path-is-absolute": "1.0.
|
1395 |
}
|
1396 |
},
|
1397 |
"lodash": {
|
@@ -1408,7 +1409,7 @@
|
|
1408 |
"integrity": "sha512-Kjhohco0esHQnOiqqdJeNz/5fyPkOMD/d6XVjwTAoPGUFh0mCollPUTUTa2OZy4dYNAqlPIQdTiNzJTWdd9Htw==",
|
1409 |
"dev": true,
|
1410 |
"requires": {
|
1411 |
-
"minimist": "1.1.
|
1412 |
},
|
1413 |
"dependencies": {
|
1414 |
"minimist": {
|
@@ -1431,22 +1432,22 @@
|
|
1431 |
"integrity": "sha1-6HeHZOlEsY8yuw8QuQeEdcnftWs=",
|
1432 |
"dev": true,
|
1433 |
"requires": {
|
1434 |
-
"coffee-script": "1.10.0",
|
1435 |
-
"dateformat": "1.0.12",
|
1436 |
-
"eventemitter2": "0.4.
|
1437 |
-
"exit": "0.1.
|
1438 |
-
"findup-sync": "0.3.0",
|
1439 |
-
"glob": "7.0.
|
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.
|
1445 |
-
"js-yaml": "3.5.
|
1446 |
-
"minimatch": "3.0.
|
1447 |
-
"nopt": "3.0.6",
|
1448 |
-
"path-is-absolute": "1.0.
|
1449 |
-
"rimraf": "2.2.8"
|
1450 |
},
|
1451 |
"dependencies": {
|
1452 |
"grunt-cli": {
|
@@ -1455,10 +1456,10 @@
|
|
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.
|
1462 |
}
|
1463 |
}
|
1464 |
}
|
@@ -1469,8 +1470,8 @@
|
|
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": {
|
@@ -1485,8 +1486,8 @@
|
|
1485 |
"integrity": "sha1-dhPhV1FFshOGSD9/SFql/6jL0Qw=",
|
1486 |
"dev": true,
|
1487 |
"requires": {
|
1488 |
-
"ansi-styles": "0.2.0",
|
1489 |
-
"has-color": "0.1.
|
1490 |
}
|
1491 |
}
|
1492 |
}
|
@@ -1497,9 +1498,9 @@
|
|
1497 |
"integrity": "sha512-IXNomhQ5ekVZbDbj/ik5YccoD9khU6LT2fDXqO1+/Txjq8cp0tQKjVS8i8EAbHOrSDkL7/UD6A7b+xj98gqh9w==",
|
1498 |
"dev": true,
|
1499 |
"requires": {
|
1500 |
-
"chalk": "1.
|
1501 |
-
"clean-css": "4.1.
|
1502 |
-
"maxmin": "2.1.0"
|
1503 |
},
|
1504 |
"dependencies": {
|
1505 |
"ansi-styles": {
|
@@ -1514,11 +1515,11 @@
|
|
1514 |
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
1515 |
"dev": true,
|
1516 |
"requires": {
|
1517 |
-
"ansi-styles": "2.2.1",
|
1518 |
-
"escape-string-regexp": "1.0.
|
1519 |
-
"has-ansi": "2.0.0",
|
1520 |
-
"strip-ansi": "3.0.
|
1521 |
-
"supports-color": "2.0.0"
|
1522 |
}
|
1523 |
},
|
1524 |
"supports-color": {
|
@@ -1535,9 +1536,9 @@
|
|
1535 |
"integrity": "sha1-Np2QmyWTxA6L55lAshNAhQx5Oaw=",
|
1536 |
"dev": true,
|
1537 |
"requires": {
|
1538 |
-
"chalk": "1.1.
|
1539 |
-
"hooker": "0.2.3",
|
1540 |
-
"jshint": "2.9.
|
1541 |
},
|
1542 |
"dependencies": {
|
1543 |
"ansi-styles": {
|
@@ -1552,11 +1553,11 @@
|
|
1552 |
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
1553 |
"dev": true,
|
1554 |
"requires": {
|
1555 |
-
"ansi-styles": "2.2.1",
|
1556 |
-
"escape-string-regexp": "1.0.
|
1557 |
-
"has-ansi": "2.0.0",
|
1558 |
-
"strip-ansi": "3.0.
|
1559 |
-
"supports-color": "2.0.0"
|
1560 |
}
|
1561 |
},
|
1562 |
"supports-color": {
|
@@ -1573,10 +1574,10 @@
|
|
1573 |
"integrity": "sha512-xBPwg8wuA/m+HiSh2uMADuadKEnFQt9N5OhEy35vIl945yG6095oY1H1Og3ucg0wBSOieIBn3raqStvIcwKqHg==",
|
1574 |
"dev": true,
|
1575 |
"requires": {
|
1576 |
-
"chalk": "1.
|
1577 |
-
"maxmin": "1.1.0",
|
1578 |
-
"uglify-js": "3.2.
|
1579 |
-
"uri-path": "1.0.0"
|
1580 |
},
|
1581 |
"dependencies": {
|
1582 |
"ansi-styles": {
|
@@ -1591,11 +1592,11 @@
|
|
1591 |
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
1592 |
"dev": true,
|
1593 |
"requires": {
|
1594 |
-
"ansi-styles": "2.2.1",
|
1595 |
-
"escape-string-regexp": "1.0.
|
1596 |
-
"has-ansi": "2.0.0",
|
1597 |
-
"strip-ansi": "3.0.
|
1598 |
-
"supports-color": "2.0.0"
|
1599 |
}
|
1600 |
},
|
1601 |
"gzip-size": {
|
@@ -1604,8 +1605,8 @@
|
|
1604 |
"integrity": "sha1-Zs+LEBBHInuVus5uodoMF37Vwi8=",
|
1605 |
"dev": true,
|
1606 |
"requires": {
|
1607 |
-
"browserify-zlib": "0.1.4",
|
1608 |
-
"concat-stream": "1.
|
1609 |
}
|
1610 |
},
|
1611 |
"maxmin": {
|
@@ -1614,10 +1615,10 @@
|
|
1614 |
"integrity": "sha1-cTZehKmd2Piz99X94vANHn9zvmE=",
|
1615 |
"dev": true,
|
1616 |
"requires": {
|
1617 |
-
"chalk": "1.
|
1618 |
-
"figures": "1.
|
1619 |
-
"gzip-size": "1.0.0",
|
1620 |
-
"pretty-bytes": "1.0.
|
1621 |
}
|
1622 |
},
|
1623 |
"pretty-bytes": {
|
@@ -1626,8 +1627,8 @@
|
|
1626 |
"integrity": "sha1-CiLoIQYJrTVUL4yNXSFZr/B1HIQ=",
|
1627 |
"dev": true,
|
1628 |
"requires": {
|
1629 |
-
"get-stdin": "4.0.1",
|
1630 |
-
"meow": "3.
|
1631 |
}
|
1632 |
},
|
1633 |
"supports-color": {
|
@@ -1644,10 +1645,10 @@
|
|
1644 |
"integrity": "sha1-hKGnodar0m7VaEE0lscxM+mQAY8=",
|
1645 |
"dev": true,
|
1646 |
"requires": {
|
1647 |
-
"async": "1.5.
|
1648 |
-
"gaze": "1.
|
1649 |
-
"lodash": "3.10.1",
|
1650 |
-
"tiny-lr": "0.2.1"
|
1651 |
}
|
1652 |
},
|
1653 |
"grunt-known-options": {
|
@@ -1662,11 +1663,11 @@
|
|
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": {
|
@@ -1675,8 +1676,8 @@
|
|
1675 |
"integrity": "sha1-p7ji0Ps1taUPSvmG/BEnSevJbz0=",
|
1676 |
"dev": true,
|
1677 |
"requires": {
|
1678 |
-
"chalk": "1.1.
|
1679 |
-
"lodash": "4.3.0"
|
1680 |
},
|
1681 |
"dependencies": {
|
1682 |
"ansi-styles": {
|
@@ -1691,11 +1692,11 @@
|
|
1691 |
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
1692 |
"dev": true,
|
1693 |
"requires": {
|
1694 |
-
"ansi-styles": "2.2.1",
|
1695 |
-
"escape-string-regexp": "1.0.
|
1696 |
-
"has-ansi": "2.0.0",
|
1697 |
-
"strip-ansi": "3.0.
|
1698 |
-
"supports-color": "2.0.0"
|
1699 |
}
|
1700 |
},
|
1701 |
"lodash": {
|
@@ -1718,13 +1719,13 @@
|
|
1718 |
"integrity": "sha1-OGqnjcbtUJhsKxiVcmWxtIq7m4Y=",
|
1719 |
"dev": true,
|
1720 |
"requires": {
|
1721 |
-
"async": "1.5.2",
|
1722 |
-
"exit": "0.1.
|
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.
|
1728 |
},
|
1729 |
"dependencies": {
|
1730 |
"lodash": {
|
@@ -1747,9 +1748,9 @@
|
|
1747 |
"integrity": "sha512-lglLcVaoOIqH0sFv7RqwUKkEFGQwnlqyAKbatxZderwZGV1nDyKHN7gZS9LUiTx1t5GOvRBx0BEalHMyVwFAIA==",
|
1748 |
"dev": true,
|
1749 |
"requires": {
|
1750 |
-
"chalk": "2.
|
1751 |
-
"diff": "3.
|
1752 |
-
"postcss": "6.0.
|
1753 |
}
|
1754 |
},
|
1755 |
"grunt-rtlcss": {
|
@@ -1758,8 +1759,8 @@
|
|
1758 |
"integrity": "sha1-6eYc5DdAY5f546Sxv2aeR+cf/MM=",
|
1759 |
"dev": true,
|
1760 |
"requires": {
|
1761 |
-
"chalk": "1.
|
1762 |
-
"rtlcss": "2.
|
1763 |
},
|
1764 |
"dependencies": {
|
1765 |
"ansi-styles": {
|
@@ -1774,11 +1775,11 @@
|
|
1774 |
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
1775 |
"dev": true,
|
1776 |
"requires": {
|
1777 |
-
"ansi-styles": "2.2.1",
|
1778 |
-
"escape-string-regexp": "1.0.
|
1779 |
-
"has-ansi": "2.0.0",
|
1780 |
-
"strip-ansi": "3.0.
|
1781 |
-
"supports-color": "2.0.0"
|
1782 |
}
|
1783 |
},
|
1784 |
"supports-color": {
|
@@ -1790,15 +1791,10 @@
|
|
1790 |
}
|
1791 |
},
|
1792 |
"grunt-sass": {
|
1793 |
-
"version": "
|
1794 |
-
"resolved": "https://registry.npmjs.org/grunt-sass/-/grunt-sass-
|
1795 |
-
"integrity": "
|
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",
|
@@ -1821,11 +1817,11 @@
|
|
1821 |
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
1822 |
"dev": true,
|
1823 |
"requires": {
|
1824 |
-
"ansi-styles": "2.2.1",
|
1825 |
-
"escape-string-regexp": "1.0.
|
1826 |
-
"has-ansi": "2.0.0",
|
1827 |
-
"strip-ansi": "3.0.
|
1828 |
-
"supports-color": "2.0.0"
|
1829 |
}
|
1830 |
},
|
1831 |
"supports-color": {
|
@@ -1842,8 +1838,8 @@
|
|
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": {
|
@@ -1852,44 +1848,47 @@
|
|
1852 |
"integrity": "sha1-VGGI6b3DN/Zzdy+BZgRks4nc5SA=",
|
1853 |
"dev": true,
|
1854 |
"requires": {
|
1855 |
-
"duplexer": "0.1.1"
|
1856 |
}
|
1857 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
1858 |
"har-validator": {
|
1859 |
-
"version": "
|
1860 |
-
"resolved": "https://registry.npmjs.org/har-validator/-/har-validator-
|
1861 |
-
"integrity": "
|
1862 |
"dev": true,
|
1863 |
"requires": {
|
1864 |
-
"
|
1865 |
-
"
|
1866 |
-
"is-my-json-valid": "2.17.1",
|
1867 |
-
"pinkie-promise": "2.0.1"
|
1868 |
},
|
1869 |
"dependencies": {
|
1870 |
-
"
|
1871 |
-
"version": "
|
1872 |
-
"resolved": "https://registry.npmjs.org/
|
1873 |
-
"integrity": "
|
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 |
-
"
|
1883 |
-
"
|
1884 |
-
"
|
1885 |
-
"
|
1886 |
-
"supports-color": "2.0.0"
|
1887 |
}
|
1888 |
},
|
1889 |
-
"
|
1890 |
-
"version": "
|
1891 |
-
"resolved": "https://registry.npmjs.org/
|
1892 |
-
"integrity": "
|
|
|
|
|
|
|
|
|
|
|
|
|
1893 |
"dev": true
|
1894 |
}
|
1895 |
}
|
@@ -1900,7 +1899,7 @@
|
|
1900 |
"integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
|
1901 |
"dev": true,
|
1902 |
"requires": {
|
1903 |
-
"ansi-regex": "2.
|
1904 |
}
|
1905 |
},
|
1906 |
"has-color": {
|
@@ -1921,24 +1920,6 @@
|
|
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",
|
@@ -1963,11 +1944,11 @@
|
|
1963 |
"integrity": "sha1-mWwosZFRaovoZQGn15dX5ccMEGg=",
|
1964 |
"dev": true,
|
1965 |
"requires": {
|
1966 |
-
"domelementtype": "1
|
1967 |
-
"domhandler": "2.3
|
1968 |
-
"domutils": "1.5
|
1969 |
-
"entities": "1.0
|
1970 |
-
"readable-stream": "1.1
|
1971 |
}
|
1972 |
},
|
1973 |
"http-errors": {
|
@@ -1976,8 +1957,8 @@
|
|
1976 |
"integrity": "sha1-GX4izevUGYWF6GlO9nhhl7ke2UI=",
|
1977 |
"dev": true,
|
1978 |
"requires": {
|
1979 |
-
"inherits": "2.0.
|
1980 |
-
"statuses": "1
|
1981 |
}
|
1982 |
},
|
1983 |
"http-parser-js": {
|
@@ -1987,14 +1968,14 @@
|
|
1987 |
"dev": true
|
1988 |
},
|
1989 |
"http-signature": {
|
1990 |
-
"version": "1.
|
1991 |
-
"resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.
|
1992 |
-
"integrity": "sha1-
|
1993 |
"dev": true,
|
1994 |
"requires": {
|
1995 |
-
"assert-plus": "0.
|
1996 |
-
"jsprim": "1.
|
1997 |
-
"sshpk": "1.
|
1998 |
}
|
1999 |
},
|
2000 |
"iconv-lite": {
|
@@ -2015,19 +1996,13 @@
|
|
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.
|
2031 |
}
|
2032 |
},
|
2033 |
"indexes-of": {
|
@@ -2042,8 +2017,8 @@
|
|
2042 |
"integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
|
2043 |
"dev": true,
|
2044 |
"requires": {
|
2045 |
-
"once": "1.
|
2046 |
-
"wrappy": "1
|
2047 |
}
|
2048 |
},
|
2049 |
"inherits": {
|
@@ -2052,12 +2027,6 @@
|
|
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",
|
@@ -2076,8 +2045,8 @@
|
|
2076 |
"integrity": "sha1-37SqTRCF4zvbYcLe6cgOnGwZ9Ts=",
|
2077 |
"dev": true,
|
2078 |
"requires": {
|
2079 |
-
"is-alphabetical": "1.0.
|
2080 |
-
"is-decimal": "1.0.
|
2081 |
}
|
2082 |
},
|
2083 |
"is-arrayish": {
|
@@ -2098,7 +2067,7 @@
|
|
2098 |
"integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=",
|
2099 |
"dev": true,
|
2100 |
"requires": {
|
2101 |
-
"builtin-modules": "1.
|
2102 |
}
|
2103 |
},
|
2104 |
"is-decimal": {
|
@@ -2125,7 +2094,7 @@
|
|
2125 |
"integrity": "sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=",
|
2126 |
"dev": true,
|
2127 |
"requires": {
|
2128 |
-
"is-primitive": "2.0.0"
|
2129 |
}
|
2130 |
},
|
2131 |
"is-extendable": {
|
@@ -2146,7 +2115,7 @@
|
|
2146 |
"integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=",
|
2147 |
"dev": true,
|
2148 |
"requires": {
|
2149 |
-
"number-is-nan": "1.0.
|
2150 |
}
|
2151 |
},
|
2152 |
"is-fullwidth-code-point": {
|
@@ -2155,7 +2124,7 @@
|
|
2155 |
"integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
|
2156 |
"dev": true,
|
2157 |
"requires": {
|
2158 |
-
"number-is-nan": "1.0.
|
2159 |
}
|
2160 |
},
|
2161 |
"is-glob": {
|
@@ -2164,7 +2133,7 @@
|
|
2164 |
"integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=",
|
2165 |
"dev": true,
|
2166 |
"requires": {
|
2167 |
-
"is-extglob": "1.0.0"
|
2168 |
}
|
2169 |
},
|
2170 |
"is-hexadecimal": {
|
@@ -2173,25 +2142,13 @@
|
|
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.
|
2195 |
}
|
2196 |
},
|
2197 |
"is-obj": {
|
@@ -2212,7 +2169,7 @@
|
|
2212 |
"integrity": "sha1-ZHdYK4IU1gI0YJRWcAO+ip6sBNw=",
|
2213 |
"dev": true,
|
2214 |
"requires": {
|
2215 |
-
"is-path-inside": "1.0.
|
2216 |
}
|
2217 |
},
|
2218 |
"is-path-inside": {
|
@@ -2221,7 +2178,7 @@
|
|
2221 |
"integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=",
|
2222 |
"dev": true,
|
2223 |
"requires": {
|
2224 |
-
"path-is-inside": "1.0.
|
2225 |
}
|
2226 |
},
|
2227 |
"is-plain-obj": {
|
@@ -2242,12 +2199,6 @@
|
|
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",
|
@@ -2331,16 +2282,15 @@
|
|
2331 |
"integrity": "sha1-A3fDgBfKvHMisNH7zSWkkWQfL74=",
|
2332 |
"dev": true,
|
2333 |
"requires": {
|
2334 |
-
"argparse": "1.0.
|
2335 |
-
"esprima": "2.
|
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",
|
@@ -2348,14 +2298,14 @@
|
|
2348 |
"integrity": "sha1-HnJSkVzmgbQIJ+4UJIxG006apiw=",
|
2349 |
"dev": true,
|
2350 |
"requires": {
|
2351 |
-
"cli": "1.0.
|
2352 |
-
"console-browserify": "1.1.
|
2353 |
-
"exit": "0.1.
|
2354 |
-
"htmlparser2": "3.8.
|
2355 |
-
"lodash": "3.7.
|
2356 |
-
"minimatch": "3.0.
|
2357 |
-
"shelljs": "0.3.
|
2358 |
-
"strip-json-comments": "1.0.
|
2359 |
},
|
2360 |
"dependencies": {
|
2361 |
"lodash": {
|
@@ -2390,12 +2340,6 @@
|
|
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",
|
@@ -2406,14 +2350,6 @@
|
|
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": {
|
@@ -2422,7 +2358,7 @@
|
|
2422 |
"integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
|
2423 |
"dev": true,
|
2424 |
"requires": {
|
2425 |
-
"is-buffer": "1.1.
|
2426 |
}
|
2427 |
},
|
2428 |
"known-css-properties": {
|
@@ -2431,15 +2367,6 @@
|
|
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",
|
@@ -2452,11 +2379,11 @@
|
|
2452 |
"integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
|
2453 |
"dev": true,
|
2454 |
"requires": {
|
2455 |
-
"graceful-fs": "4.1.
|
2456 |
-
"parse-json": "2.2.0",
|
2457 |
-
"pify": "2.
|
2458 |
-
"pinkie-promise": "2.0.
|
2459 |
-
"strip-bom": "2.0.0"
|
2460 |
}
|
2461 |
},
|
2462 |
"locate-path": {
|
@@ -2465,8 +2392,8 @@
|
|
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": {
|
@@ -2483,31 +2410,13 @@
|
|
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.
|
2511 |
}
|
2512 |
},
|
2513 |
"longest-streak": {
|
@@ -2522,18 +2431,17 @@
|
|
2522 |
"integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=",
|
2523 |
"dev": true,
|
2524 |
"requires": {
|
2525 |
-
"currently-unhandled": "0.4.1",
|
2526 |
-
"signal-exit": "3.0.
|
2527 |
}
|
2528 |
},
|
2529 |
"lru-cache": {
|
2530 |
-
"version": "
|
2531 |
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-
|
2532 |
-
"integrity": "sha512-
|
2533 |
"dev": true,
|
2534 |
"requires": {
|
2535 |
-
"
|
2536 |
-
"yallist": "2.1.2"
|
2537 |
}
|
2538 |
},
|
2539 |
"map-obj": {
|
@@ -2566,10 +2474,10 @@
|
|
2566 |
"integrity": "sha1-TTsiCQPZXu5+t6x/qGTnLcCaMWY=",
|
2567 |
"dev": true,
|
2568 |
"requires": {
|
2569 |
-
"chalk": "1.
|
2570 |
-
"figures": "1.
|
2571 |
-
"gzip-size": "3.0.0",
|
2572 |
-
"pretty-bytes": "3.0.
|
2573 |
},
|
2574 |
"dependencies": {
|
2575 |
"ansi-styles": {
|
@@ -2584,11 +2492,11 @@
|
|
2584 |
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
2585 |
"dev": true,
|
2586 |
"requires": {
|
2587 |
-
"ansi-styles": "2.2.1",
|
2588 |
-
"escape-string-regexp": "1.0.
|
2589 |
-
"has-ansi": "2.0.0",
|
2590 |
-
"strip-ansi": "3.0.
|
2591 |
-
"supports-color": "2.0.0"
|
2592 |
}
|
2593 |
},
|
2594 |
"supports-color": {
|
@@ -2605,8 +2513,8 @@
|
|
2605 |
"integrity": "sha1-zbX4TitqLTEU3zO9BdnLMuPECDo=",
|
2606 |
"dev": true,
|
2607 |
"requires": {
|
2608 |
-
"unist-util-modify-children": "1.
|
2609 |
-
"unist-util-visit": "1.
|
2610 |
}
|
2611 |
},
|
2612 |
"media-typer": {
|
@@ -2621,16 +2529,16 @@
|
|
2621 |
"integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=",
|
2622 |
"dev": true,
|
2623 |
"requires": {
|
2624 |
-
"camelcase-keys": "2.
|
2625 |
-
"decamelize": "1.2
|
2626 |
-
"loud-rejection": "1.
|
2627 |
-
"map-obj": "1.0.1",
|
2628 |
-
"minimist": "1.
|
2629 |
-
"normalize-package-data": "2.4
|
2630 |
-
"object-assign": "4.
|
2631 |
-
"read-pkg-up": "1.0.1",
|
2632 |
-
"redent": "1.0.0",
|
2633 |
-
"trim-newlines": "1.0.0"
|
2634 |
}
|
2635 |
},
|
2636 |
"micromatch": {
|
@@ -2639,19 +2547,19 @@
|
|
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.
|
2645 |
-
"expand-brackets": "0.1.
|
2646 |
-
"extglob": "0.3.
|
2647 |
-
"filename-regex": "2.0.
|
2648 |
-
"is-extglob": "1.0.0",
|
2649 |
-
"is-glob": "2.0.1",
|
2650 |
-
"kind-of": "3.
|
2651 |
-
"normalize-path": "2.
|
2652 |
-
"object.omit": "2.0.
|
2653 |
-
"parse-glob": "3.0.4",
|
2654 |
-
"regex-cache": "0.4.
|
2655 |
}
|
2656 |
},
|
2657 |
"mime-db": {
|
@@ -2666,7 +2574,7 @@
|
|
2666 |
"integrity": "sha1-Cdejk/A+mVp5+K+Fe3Cp4KsWVXo=",
|
2667 |
"dev": true,
|
2668 |
"requires": {
|
2669 |
-
"mime-db": "1.30.0"
|
2670 |
}
|
2671 |
},
|
2672 |
"minimatch": {
|
@@ -2675,7 +2583,7 @@
|
|
2675 |
"integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
|
2676 |
"dev": true,
|
2677 |
"requires": {
|
2678 |
-
"brace-expansion": "1.1.
|
2679 |
}
|
2680 |
},
|
2681 |
"minimist": {
|
@@ -2690,8 +2598,27 @@
|
|
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": {
|
@@ -2718,65 +2645,109 @@
|
|
2718 |
"dev": true
|
2719 |
},
|
2720 |
"nan": {
|
2721 |
-
"version": "2.
|
2722 |
-
"resolved": "https://registry.npmjs.org/nan/-/nan-2.
|
2723 |
-
"integrity": "
|
2724 |
"dev": true
|
2725 |
},
|
2726 |
"node-gyp": {
|
2727 |
-
"version": "
|
2728 |
-
"resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-
|
2729 |
-
"integrity": "
|
2730 |
-
"dev": true,
|
2731 |
-
"requires": {
|
2732 |
-
"
|
2733 |
-
"glob": "7.
|
2734 |
-
"graceful-fs": "4.
|
2735 |
-
"
|
2736 |
-
"
|
2737 |
-
"
|
2738 |
-
"
|
2739 |
-
"
|
2740 |
-
"
|
2741 |
-
"
|
2742 |
-
"semver": "5.3.0",
|
2743 |
-
"tar": "2.2.1",
|
2744 |
-
"which": "1.2.14"
|
2745 |
},
|
2746 |
"dependencies": {
|
2747 |
-
"
|
2748 |
-
"version": "
|
2749 |
-
"resolved": "https://registry.npmjs.org/
|
2750 |
-
"integrity": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2751 |
"dev": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2752 |
}
|
2753 |
}
|
2754 |
},
|
2755 |
"node-sass": {
|
2756 |
-
"version": "
|
2757 |
-
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-
|
2758 |
-
"integrity": "sha512-
|
2759 |
-
"dev": true,
|
2760 |
-
"requires": {
|
2761 |
-
"async-foreach": "0.1.3",
|
2762 |
-
"chalk": "1.1.
|
2763 |
-
"cross-spawn": "
|
2764 |
-
"gaze": "1.
|
2765 |
-
"get-stdin": "4.0.1",
|
2766 |
-
"glob": "7.0.
|
2767 |
-
"
|
2768 |
-
"
|
2769 |
-
"
|
2770 |
-
"
|
2771 |
-
"
|
2772 |
-
"
|
2773 |
-
"
|
2774 |
-
"
|
2775 |
-
"
|
2776 |
-
"
|
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": {
|
@@ -2791,13 +2762,19 @@
|
|
2791 |
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
2792 |
"dev": true,
|
2793 |
"requires": {
|
2794 |
-
"ansi-styles": "2.2.1",
|
2795 |
-
"escape-string-regexp": "1.0.
|
2796 |
-
"has-ansi": "2.0.0",
|
2797 |
-
"strip-ansi": "3.0.
|
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",
|
@@ -2812,13 +2789,13 @@
|
|
2812 |
"integrity": "sha512-3eeAGWaezTDQICTBId7de2H1eHi5k2YhMNGim20pPg5iMxiEtOSeU5nYQVVhL8znt/c+AxVWRUxTIHpEPbZTaw==",
|
2813 |
"dev": true,
|
2814 |
"requires": {
|
2815 |
-
"bluebird": "3.
|
2816 |
-
"gettext-parser": "1.
|
2817 |
-
"glob": "7.0.
|
2818 |
-
"lodash": "4.
|
2819 |
-
"minimist": "1.2.0",
|
2820 |
-
"mkdirp": "0.5.1",
|
2821 |
-
"tmp": "0.0.33"
|
2822 |
},
|
2823 |
"dependencies": {
|
2824 |
"lodash": {
|
@@ -2835,7 +2812,7 @@
|
|
2835 |
"integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=",
|
2836 |
"dev": true,
|
2837 |
"requires": {
|
2838 |
-
"abbrev": "1
|
2839 |
}
|
2840 |
},
|
2841 |
"normalize-package-data": {
|
@@ -2844,10 +2821,10 @@
|
|
2844 |
"integrity": "sha512-9jjUFbTPfEy3R/ad/2oNbKtW9Hgovl5O1FvFWKkKblNXoN/Oou6+9+KKohPK13Yc3/TyunyWhJp6gvRNR/PPAw==",
|
2845 |
"dev": true,
|
2846 |
"requires": {
|
2847 |
-
"hosted-git-info": "2.
|
2848 |
-
"is-builtin-module": "1.0.0",
|
2849 |
-
"semver": "5
|
2850 |
-
"validate-npm-package-license": "3.0.1"
|
2851 |
}
|
2852 |
},
|
2853 |
"normalize-path": {
|
@@ -2856,7 +2833,7 @@
|
|
2856 |
"integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
|
2857 |
"dev": true,
|
2858 |
"requires": {
|
2859 |
-
"remove-trailing-separator": "1.1
|
2860 |
}
|
2861 |
},
|
2862 |
"normalize-range": {
|
@@ -2877,10 +2854,10 @@
|
|
2877 |
"integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==",
|
2878 |
"dev": true,
|
2879 |
"requires": {
|
2880 |
-
"are-we-there-yet": "1.1.
|
2881 |
-
"console-control-strings": "1.1.0",
|
2882 |
-
"gauge": "2.7.
|
2883 |
-
"set-blocking": "2.0.0"
|
2884 |
}
|
2885 |
},
|
2886 |
"num2fraction": {
|
@@ -2896,9 +2873,9 @@
|
|
2896 |
"dev": true
|
2897 |
},
|
2898 |
"oauth-sign": {
|
2899 |
-
"version": "0.
|
2900 |
-
"resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.
|
2901 |
-
"integrity": "
|
2902 |
"dev": true
|
2903 |
},
|
2904 |
"object-assign": {
|
@@ -2913,8 +2890,8 @@
|
|
2913 |
"integrity": "sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=",
|
2914 |
"dev": true,
|
2915 |
"requires": {
|
2916 |
-
"for-own": "0.1.
|
2917 |
-
"is-extendable": "0.1.1"
|
2918 |
}
|
2919 |
},
|
2920 |
"on-finished": {
|
@@ -2932,28 +2909,7 @@
|
|
2932 |
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
|
2933 |
"dev": true,
|
2934 |
"requires": {
|
2935 |
-
"wrappy": "1
|
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": {
|
@@ -2962,16 +2918,6 @@
|
|
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",
|
@@ -2984,9 +2930,15 @@
|
|
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",
|
@@ -2999,12 +2951,12 @@
|
|
2999 |
"integrity": "sha1-gRLYhHExnyerrk1klksSL+ThuJA=",
|
3000 |
"dev": true,
|
3001 |
"requires": {
|
3002 |
-
"character-entities": "1.
|
3003 |
-
"character-entities-legacy": "1.
|
3004 |
-
"character-reference-invalid": "1.
|
3005 |
-
"is-alphanumerical": "1.0.
|
3006 |
-
"is-decimal": "1.0.
|
3007 |
-
"is-hexadecimal": "1.0.
|
3008 |
}
|
3009 |
},
|
3010 |
"parse-glob": {
|
@@ -3013,10 +2965,10 @@
|
|
3013 |
"integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=",
|
3014 |
"dev": true,
|
3015 |
"requires": {
|
3016 |
-
"glob-base": "0.3.0",
|
3017 |
-
"is-dotfile": "1.0.
|
3018 |
-
"is-extglob": "1.0.0",
|
3019 |
-
"is-glob": "2.0.
|
3020 |
}
|
3021 |
},
|
3022 |
"parse-json": {
|
@@ -3025,7 +2977,7 @@
|
|
3025 |
"integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
|
3026 |
"dev": true,
|
3027 |
"requires": {
|
3028 |
-
"error-ex": "1.
|
3029 |
}
|
3030 |
},
|
3031 |
"parseurl": {
|
@@ -3040,7 +2992,7 @@
|
|
3040 |
"integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
|
3041 |
"dev": true,
|
3042 |
"requires": {
|
3043 |
-
"pinkie-promise": "2.0.
|
3044 |
}
|
3045 |
},
|
3046 |
"path-is-absolute": {
|
@@ -3055,17 +3007,29 @@
|
|
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.
|
3065 |
-
"pify": "2.
|
3066 |
-
"pinkie-promise": "2.0.
|
3067 |
}
|
3068 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
3069 |
"pify": {
|
3070 |
"version": "2.3.0",
|
3071 |
"resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
|
@@ -3084,7 +3048,7 @@
|
|
3084 |
"integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
|
3085 |
"dev": true,
|
3086 |
"requires": {
|
3087 |
-
"pinkie": "2.0.
|
3088 |
}
|
3089 |
},
|
3090 |
"postcss": {
|
@@ -3093,9 +3057,9 @@
|
|
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.
|
3099 |
}
|
3100 |
},
|
3101 |
"postcss-html": {
|
@@ -3104,9 +3068,9 @@
|
|
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": {
|
@@ -3121,12 +3085,12 @@
|
|
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.
|
3129 |
-
"readable-stream": "2.
|
3130 |
}
|
3131 |
},
|
3132 |
"isarray": {
|
@@ -3141,13 +3105,13 @@
|
|
3141 |
"integrity": "sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ==",
|
3142 |
"dev": true,
|
3143 |
"requires": {
|
3144 |
-
"core-util-is": "1.0.
|
3145 |
-
"inherits": "2.0.3",
|
3146 |
-
"isarray": "1.0.0",
|
3147 |
-
"process-nextick-args": "1.0.
|
3148 |
-
"safe-buffer": "5.1.1",
|
3149 |
-
"string_decoder": "1.0.3",
|
3150 |
-
"util-deprecate": "1.0.
|
3151 |
}
|
3152 |
},
|
3153 |
"string_decoder": {
|
@@ -3156,7 +3120,7 @@
|
|
3156 |
"integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
|
3157 |
"dev": true,
|
3158 |
"requires": {
|
3159 |
-
"safe-buffer": "5.1.
|
3160 |
}
|
3161 |
}
|
3162 |
}
|
@@ -3167,7 +3131,7 @@
|
|
3167 |
"integrity": "sha512-WS0wsQxRm+kmN8wEYAGZ3t4lnoNfoyx9EJZrhiPR1K0lMHR0UNWnz52Ya5QRXChHtY75Ef+kDc05FpnBujebgw==",
|
3168 |
"dev": true,
|
3169 |
"requires": {
|
3170 |
-
"postcss": "5.2.
|
3171 |
},
|
3172 |
"dependencies": {
|
3173 |
"ansi-styles": {
|
@@ -3182,11 +3146,11 @@
|
|
3182 |
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
3183 |
"dev": true,
|
3184 |
"requires": {
|
3185 |
-
"ansi-styles": "2.2.1",
|
3186 |
-
"escape-string-regexp": "1.0.
|
3187 |
-
"has-ansi": "2.0.0",
|
3188 |
-
"strip-ansi": "3.0.
|
3189 |
-
"supports-color": "2.0.0"
|
3190 |
},
|
3191 |
"dependencies": {
|
3192 |
"supports-color": {
|
@@ -3209,10 +3173,10 @@
|
|
3209 |
"integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
|
3210 |
"dev": true,
|
3211 |
"requires": {
|
3212 |
-
"chalk": "1.1.3",
|
3213 |
-
"js-base64": "2.
|
3214 |
-
"source-map": "0.5.
|
3215 |
-
"supports-color": "3.2.3"
|
3216 |
}
|
3217 |
},
|
3218 |
"source-map": {
|
@@ -3227,7 +3191,7 @@
|
|
3227 |
"integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
|
3228 |
"dev": true,
|
3229 |
"requires": {
|
3230 |
-
"has-flag": "1.0.0"
|
3231 |
}
|
3232 |
}
|
3233 |
}
|
@@ -3244,10 +3208,10 @@
|
|
3244 |
"integrity": "sha512-rBkDbaHAu5uywbCR2XE8a25tats3xSOsGNx6mppK6Q9kSFGKc/FyAzfci+fWM2l+K402p1D0pNcfDGxeje5IKg==",
|
3245 |
"dev": true,
|
3246 |
"requires": {
|
3247 |
-
"chalk": "2.
|
3248 |
-
"lodash": "4.17.4",
|
3249 |
-
"log-symbols": "2.
|
3250 |
-
"postcss": "6.0.
|
3251 |
},
|
3252 |
"dependencies": {
|
3253 |
"lodash": {
|
@@ -3270,7 +3234,7 @@
|
|
3270 |
"integrity": "sha1-t1Pv9sfArqXoN1++TN6L+QY/8UI=",
|
3271 |
"dev": true,
|
3272 |
"requires": {
|
3273 |
-
"postcss": "6.0.
|
3274 |
}
|
3275 |
},
|
3276 |
"postcss-sass": {
|
@@ -3279,8 +3243,8 @@
|
|
3279 |
"integrity": "sha512-cUmYzkP747fPCQE6d+CH2l1L4VSyIlAzZsok3HPjb5Gzsq3jE+VjpAdGlPsnQ310WKWI42sw+ar0UNN59/f3hg==",
|
3280 |
"dev": true,
|
3281 |
"requires": {
|
3282 |
-
"gonzales-pe": "4.
|
3283 |
-
"postcss": "6.0.
|
3284 |
}
|
3285 |
},
|
3286 |
"postcss-scss": {
|
@@ -3289,7 +3253,7 @@
|
|
3289 |
"integrity": "sha1-/0XPM1S4ee6JpOtoaA9GrJuxT5Q=",
|
3290 |
"dev": true,
|
3291 |
"requires": {
|
3292 |
-
"postcss": "6.0.
|
3293 |
}
|
3294 |
},
|
3295 |
"postcss-selector-parser": {
|
@@ -3298,9 +3262,9 @@
|
|
3298 |
"integrity": "sha1-T4dfSvsMllc9XPTXQBGu4lCn6GU=",
|
3299 |
"dev": true,
|
3300 |
"requires": {
|
3301 |
-
"dot-prop": "4.
|
3302 |
-
"indexes-of": "1.0.1",
|
3303 |
-
"uniq": "1.0.1"
|
3304 |
}
|
3305 |
},
|
3306 |
"postcss-value-parser": {
|
@@ -3321,7 +3285,7 @@
|
|
3321 |
"integrity": "sha1-J9AAjXeAY6C0gRuzXHnxvV1fvM8=",
|
3322 |
"dev": true,
|
3323 |
"requires": {
|
3324 |
-
"number-is-nan": "1.0.
|
3325 |
}
|
3326 |
},
|
3327 |
"process-nextick-args": {
|
@@ -3330,16 +3294,16 @@
|
|
3330 |
"integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=",
|
3331 |
"dev": true
|
3332 |
},
|
3333 |
-
"
|
3334 |
-
"version": "1.0
|
3335 |
-
"resolved": "https://registry.npmjs.org/
|
3336 |
-
"integrity": "
|
3337 |
"dev": true
|
3338 |
},
|
3339 |
"punycode": {
|
3340 |
-
"version": "1.
|
3341 |
-
"resolved": "https://registry.npmjs.org/punycode/-/punycode-1.
|
3342 |
-
"integrity": "
|
3343 |
"dev": true
|
3344 |
},
|
3345 |
"qs": {
|
@@ -3360,8 +3324,8 @@
|
|
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": {
|
@@ -3370,7 +3334,7 @@
|
|
3370 |
"integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
|
3371 |
"dev": true,
|
3372 |
"requires": {
|
3373 |
-
"kind-of": "3.
|
3374 |
},
|
3375 |
"dependencies": {
|
3376 |
"kind-of": {
|
@@ -3379,7 +3343,7 @@
|
|
3379 |
"integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
|
3380 |
"dev": true,
|
3381 |
"requires": {
|
3382 |
-
"is-buffer": "1.1.
|
3383 |
}
|
3384 |
}
|
3385 |
}
|
@@ -3390,7 +3354,7 @@
|
|
3390 |
"integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=",
|
3391 |
"dev": true,
|
3392 |
"requires": {
|
3393 |
-
"is-buffer": "1.1.
|
3394 |
}
|
3395 |
}
|
3396 |
}
|
@@ -3426,9 +3390,9 @@
|
|
3426 |
"integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",
|
3427 |
"dev": true,
|
3428 |
"requires": {
|
3429 |
-
"load-json-file": "1.
|
3430 |
-
"normalize-package-data": "2.
|
3431 |
-
"path-type": "1.
|
3432 |
}
|
3433 |
},
|
3434 |
"read-pkg-up": {
|
@@ -3437,8 +3401,8 @@
|
|
3437 |
"integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
|
3438 |
"dev": true,
|
3439 |
"requires": {
|
3440 |
-
"find-up": "1.
|
3441 |
-
"read-pkg": "1.
|
3442 |
}
|
3443 |
},
|
3444 |
"readable-stream": {
|
@@ -3447,10 +3411,10 @@
|
|
3447 |
"integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
|
3448 |
"dev": true,
|
3449 |
"requires": {
|
3450 |
-
"core-util-is": "1.0.
|
3451 |
-
"inherits": "2.0.
|
3452 |
"isarray": "0.0.1",
|
3453 |
-
"string_decoder": "0.10.
|
3454 |
}
|
3455 |
},
|
3456 |
"redent": {
|
@@ -3459,8 +3423,8 @@
|
|
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": {
|
@@ -3469,7 +3433,7 @@
|
|
3469 |
"integrity": "sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==",
|
3470 |
"dev": true,
|
3471 |
"requires": {
|
3472 |
-
"is-equal-shallow": "0.1.3"
|
3473 |
}
|
3474 |
},
|
3475 |
"remark": {
|
@@ -3478,9 +3442,9 @@
|
|
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.
|
3484 |
}
|
3485 |
},
|
3486 |
"remark-parse": {
|
@@ -3489,21 +3453,21 @@
|
|
3489 |
"integrity": "sha512-XZgICP2gJ1MHU7+vQaRM+VA9HEL3X253uwUM/BGgx3iv6TH2B3bF3B8q00DKcyP9YrJV+/7WOWEWBFF/u8cIsw==",
|
3490 |
"dev": true,
|
3491 |
"requires": {
|
3492 |
-
"collapse-white-space": "1.0.
|
3493 |
-
"is-alphabetical": "1.0.
|
3494 |
-
"is-decimal": "1.0.
|
3495 |
-
"is-whitespace-character": "1.0.
|
3496 |
-
"is-word-character": "1.0.
|
3497 |
-
"markdown-escapes": "1.0.
|
3498 |
-
"parse-entities": "1.
|
3499 |
-
"repeat-string": "1.
|
3500 |
-
"state-toggle": "1.0.0",
|
3501 |
"trim": "0.0.1",
|
3502 |
-
"trim-trailing-lines": "1.
|
3503 |
-
"unherit": "1.
|
3504 |
-
"unist-util-remove-position": "1.
|
3505 |
-
"vfile-location": "2.0.
|
3506 |
-
"xtend": "4.0.1"
|
3507 |
}
|
3508 |
},
|
3509 |
"remark-stringify": {
|
@@ -3512,20 +3476,20 @@
|
|
3512 |
"integrity": "sha512-xLuyKTnuQer3ke9hkU38SUYLiTmS078QOnoFavztmbt/pAJtNSkNtFgR0U//uCcmG0qnyxao+PDuatQav46F1w==",
|
3513 |
"dev": true,
|
3514 |
"requires": {
|
3515 |
-
"ccount": "1.0.
|
3516 |
-
"is-alphanumeric": "1.0.0",
|
3517 |
-
"is-decimal": "1.0.
|
3518 |
-
"is-whitespace-character": "1.0.
|
3519 |
-
"longest-streak": "2.0.
|
3520 |
-
"markdown-escapes": "1.0.
|
3521 |
-
"markdown-table": "1.1.
|
3522 |
-
"mdast-util-compact": "1.0.
|
3523 |
-
"parse-entities": "1.
|
3524 |
-
"repeat-string": "1.
|
3525 |
-
"state-toggle": "1.0.0",
|
3526 |
-
"stringify-entities": "1.
|
3527 |
-
"unherit": "1.
|
3528 |
-
"xtend": "4.0.1"
|
3529 |
}
|
3530 |
},
|
3531 |
"remove-trailing-separator": {
|
@@ -3552,7 +3516,7 @@
|
|
3552 |
"integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
|
3553 |
"dev": true,
|
3554 |
"requires": {
|
3555 |
-
"is-finite": "1.0.
|
3556 |
}
|
3557 |
},
|
3558 |
"replace-ext": {
|
@@ -3562,37 +3526,64 @@
|
|
3562 |
"dev": true
|
3563 |
},
|
3564 |
"request": {
|
3565 |
-
"version": "2.
|
3566 |
-
"resolved": "https://registry.npmjs.org/request/-/request-2.
|
3567 |
-
"integrity": "
|
3568 |
-
"dev": true,
|
3569 |
-
"requires": {
|
3570 |
-
"aws-sign2": "0.
|
3571 |
-
"aws4": "1.
|
3572 |
-
"caseless": "0.
|
3573 |
-
"combined-stream": "1.0.
|
3574 |
-
"extend": "3.0.
|
3575 |
-
"forever-agent": "0.6.1",
|
3576 |
-
"form-data": "2.
|
3577 |
-
"har-validator": "
|
3578 |
-
"
|
3579 |
-
"
|
3580 |
-
"
|
3581 |
-
"
|
3582 |
-
"
|
3583 |
-
"
|
3584 |
-
"
|
3585 |
-
"qs": "6.
|
3586 |
-
"
|
3587 |
-
"tough-cookie": "2.
|
3588 |
-
"tunnel-agent": "0.
|
3589 |
-
"uuid": "3.
|
3590 |
},
|
3591 |
"dependencies": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3592 |
"qs": {
|
3593 |
-
"version": "6.
|
3594 |
-
"resolved": "https://registry.npmjs.org/qs/-/qs-6.
|
3595 |
-
"integrity": "
|
|
|
|
|
|
|
|
|
|
|
|
|
3596 |
"dev": true
|
3597 |
}
|
3598 |
}
|
@@ -3610,9 +3601,9 @@
|
|
3610 |
"dev": true
|
3611 |
},
|
3612 |
"require-main-filename": {
|
3613 |
-
"version": "
|
3614 |
-
"resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-
|
3615 |
-
"integrity": "
|
3616 |
"dev": true
|
3617 |
},
|
3618 |
"resolve": {
|
@@ -3639,11 +3630,11 @@
|
|
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.
|
3647 |
},
|
3648 |
"dependencies": {
|
3649 |
"strip-json-comments": {
|
@@ -3660,22 +3651,28 @@
|
|
3660 |
"integrity": "sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==",
|
3661 |
"dev": true
|
3662 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
3663 |
"sass-graph": {
|
3664 |
-
"version": "2.2.
|
3665 |
-
"resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.
|
3666 |
-
"integrity": "
|
3667 |
"dev": true,
|
3668 |
"requires": {
|
3669 |
-
"glob": "7.0.
|
3670 |
-
"lodash": "4.
|
3671 |
-
"scss-tokenizer": "0.2.3",
|
3672 |
-
"yargs": "
|
3673 |
},
|
3674 |
"dependencies": {
|
3675 |
"lodash": {
|
3676 |
-
"version": "4.17.
|
3677 |
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.
|
3678 |
-
"integrity": "
|
3679 |
"dev": true
|
3680 |
}
|
3681 |
}
|
@@ -3686,8 +3683,8 @@
|
|
3686 |
"integrity": "sha1-jrBtualyMzOCTT9VMGQRSYR85dE=",
|
3687 |
"dev": true,
|
3688 |
"requires": {
|
3689 |
-
"js-base64": "2.
|
3690 |
-
"source-map": "0.4.
|
3691 |
},
|
3692 |
"dependencies": {
|
3693 |
"source-map": {
|
@@ -3696,7 +3693,7 @@
|
|
3696 |
"integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
|
3697 |
"dev": true,
|
3698 |
"requires": {
|
3699 |
-
"amdefine": "
|
3700 |
}
|
3701 |
}
|
3702 |
}
|
@@ -3713,10 +3710,19 @@
|
|
3713 |
"integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=",
|
3714 |
"dev": true
|
3715 |
},
|
3716 |
-
"
|
3717 |
-
"version": "
|
3718 |
-
"resolved": "https://registry.npmjs.org/
|
3719 |
-
"integrity": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3720 |
"dev": true
|
3721 |
},
|
3722 |
"shelljs": {
|
@@ -3743,7 +3749,7 @@
|
|
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": {
|
@@ -3754,15 +3760,6 @@
|
|
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",
|
@@ -3775,7 +3772,7 @@
|
|
3775 |
"integrity": "sha1-SzBz2TP/UfORLwOsVRlJikFQ20A=",
|
3776 |
"dev": true,
|
3777 |
"requires": {
|
3778 |
-
"spdx-license-ids": "1.
|
3779 |
}
|
3780 |
},
|
3781 |
"spdx-expression-parse": {
|
@@ -3803,27 +3800,20 @@
|
|
3803 |
"dev": true
|
3804 |
},
|
3805 |
"sshpk": {
|
3806 |
-
"version": "1.
|
3807 |
-
"resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.
|
3808 |
-
"integrity": "
|
3809 |
"dev": true,
|
3810 |
"requires": {
|
3811 |
-
"asn1": "0.2.3",
|
3812 |
-
"assert-plus": "1.0.0",
|
3813 |
-
"bcrypt-pbkdf": "1.0.
|
3814 |
-
"dashdash": "1.
|
3815 |
-
"ecc-jsbn": "0.1.1",
|
3816 |
-
"getpass": "0.1.
|
3817 |
-
"jsbn": "0.1.
|
3818 |
-
"
|
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": {
|
@@ -3839,12 +3829,12 @@
|
|
3839 |
"dev": true
|
3840 |
},
|
3841 |
"stdout-stream": {
|
3842 |
-
"version": "1.4.
|
3843 |
-
"resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.
|
3844 |
-
"integrity": "
|
3845 |
"dev": true,
|
3846 |
"requires": {
|
3847 |
-
"readable-stream": "2.
|
3848 |
},
|
3849 |
"dependencies": {
|
3850 |
"isarray": {
|
@@ -3853,28 +3843,34 @@
|
|
3853 |
"integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
|
3854 |
"dev": true
|
3855 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
3856 |
"readable-stream": {
|
3857 |
-
"version": "2.3.
|
3858 |
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.
|
3859 |
-
"integrity": "sha512-
|
3860 |
"dev": true,
|
3861 |
"requires": {
|
3862 |
-
"core-util-is": "1.0.
|
3863 |
-
"inherits": "2.0.3",
|
3864 |
-
"isarray": "1.0.0",
|
3865 |
-
"process-nextick-args": "
|
3866 |
-
"safe-buffer": "5.1.1",
|
3867 |
-
"string_decoder": "1.
|
3868 |
-
"util-deprecate": "1.0.
|
3869 |
}
|
3870 |
},
|
3871 |
"string_decoder": {
|
3872 |
-
"version": "1.
|
3873 |
-
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.
|
3874 |
-
"integrity": "sha512-
|
3875 |
"dev": true,
|
3876 |
"requires": {
|
3877 |
-
"safe-buffer": "5.1.
|
3878 |
}
|
3879 |
}
|
3880 |
}
|
@@ -3885,9 +3881,9 @@
|
|
3885 |
"integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
|
3886 |
"dev": true,
|
3887 |
"requires": {
|
3888 |
-
"code-point-at": "1.
|
3889 |
-
"is-fullwidth-code-point": "1.0.0",
|
3890 |
-
"strip-ansi": "3.0.
|
3891 |
}
|
3892 |
},
|
3893 |
"string_decoder": {
|
@@ -3902,25 +3898,19 @@
|
|
3902 |
"integrity": "sha1-sVDsLXKsTBtfMktR+2soyc3/BYw=",
|
3903 |
"dev": true,
|
3904 |
"requires": {
|
3905 |
-
"character-entities-html4": "1.
|
3906 |
-
"character-entities-legacy": "1.
|
3907 |
-
"is-alphanumerical": "1.0.
|
3908 |
-
"is-hexadecimal": "1.0.
|
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.
|
3924 |
}
|
3925 |
},
|
3926 |
"strip-bom": {
|
@@ -3929,7 +3919,7 @@
|
|
3929 |
"integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
|
3930 |
"dev": true,
|
3931 |
"requires": {
|
3932 |
-
"is-utf8": "0.2.
|
3933 |
}
|
3934 |
},
|
3935 |
"strip-indent": {
|
@@ -3938,7 +3928,7 @@
|
|
3938 |
"integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=",
|
3939 |
"dev": true,
|
3940 |
"requires": {
|
3941 |
-
"get-stdin": "4.0.1"
|
3942 |
}
|
3943 |
},
|
3944 |
"strip-json-comments": {
|
@@ -3959,45 +3949,45 @@
|
|
3959 |
"integrity": "sha512-56hPH5mTFnk8LzlEuTWq0epa34fHuS54UFYQidBOFt563RJBNi1nz1F2HK2MoT1X1waq47milvRsRahFCCJs/Q==",
|
3960 |
"dev": true,
|
3961 |
"requires": {
|
3962 |
-
"autoprefixer": "7.2
|
3963 |
-
"balanced-match": "1.0.0",
|
3964 |
-
"chalk": "2.
|
3965 |
-
"cosmiconfig": "3.1.0",
|
3966 |
-
"debug": "3.
|
3967 |
-
"execall": "1.0.0",
|
3968 |
-
"file-entry-cache": "2.0.0",
|
3969 |
-
"get-stdin": "5.0.1",
|
3970 |
-
"globby": "7.
|
3971 |
-
"globjoin": "0.1.4",
|
3972 |
-
"html-tags": "2.0.0",
|
3973 |
-
"ignore": "3.3.
|
3974 |
-
"imurmurhash": "0.1.4",
|
3975 |
-
"known-css-properties": "0.5.0",
|
3976 |
-
"lodash": "4.17.4",
|
3977 |
-
"log-symbols": "2.
|
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.
|
3984 |
-
"postcss-html": "0.12.0",
|
3985 |
-
"postcss-less": "1.1.
|
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.
|
3993 |
-
"postcss-value-parser": "3.3.0",
|
3994 |
-
"resolve-from": "4.0.0",
|
3995 |
-
"specificity": "0.3.
|
3996 |
-
"string-width": "2.1.
|
3997 |
-
"style-search": "0.1.0",
|
3998 |
-
"sugarss": "1.0.
|
3999 |
-
"svg-tags": "1.0.0",
|
4000 |
-
"table": "4.0.
|
4001 |
},
|
4002 |
"dependencies": {
|
4003 |
"ansi-regex": {
|
@@ -4018,9 +4008,9 @@
|
|
4018 |
"integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=",
|
4019 |
"dev": true,
|
4020 |
"requires": {
|
4021 |
-
"camelcase": "4.1.0",
|
4022 |
-
"map-obj": "2.0.0",
|
4023 |
-
"quick-lru": "1.
|
4024 |
}
|
4025 |
},
|
4026 |
"debug": {
|
@@ -4038,7 +4028,7 @@
|
|
4038 |
"integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
|
4039 |
"dev": true,
|
4040 |
"requires": {
|
4041 |
-
"locate-path": "2.0.0"
|
4042 |
}
|
4043 |
},
|
4044 |
"get-stdin": {
|
@@ -4065,10 +4055,10 @@
|
|
4065 |
"integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=",
|
4066 |
"dev": true,
|
4067 |
"requires": {
|
4068 |
-
"graceful-fs": "4.1.
|
4069 |
-
"parse-json": "4.0.0",
|
4070 |
-
"pify": "3.0.0",
|
4071 |
-
"strip-bom": "3.0.0"
|
4072 |
}
|
4073 |
},
|
4074 |
"lodash": {
|
@@ -4089,15 +4079,15 @@
|
|
4089 |
"integrity": "sha512-Me/kel335m6vMKmEmA6c87Z6DUFW3JqkINRnxkbC+A/PUm0D5Fl2dEBQrPKnqCL9Te/CIa1MUt/0InMJhuC/sw==",
|
4090 |
"dev": true,
|
4091 |
"requires": {
|
4092 |
-
"camelcase-keys": "4.
|
4093 |
-
"decamelize-keys": "1.
|
4094 |
-
"loud-rejection": "1.
|
4095 |
-
"minimist": "1.
|
4096 |
-
"minimist-options": "3.0.
|
4097 |
-
"normalize-package-data": "2.4
|
4098 |
-
"read-pkg-up": "3.0.0",
|
4099 |
-
"redent": "2.0.0",
|
4100 |
-
"trim-newlines": "2.0.0"
|
4101 |
}
|
4102 |
},
|
4103 |
"ms": {
|
@@ -4112,8 +4102,8 @@
|
|
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": {
|
@@ -4122,7 +4112,7 @@
|
|
4122 |
"integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==",
|
4123 |
"dev": true,
|
4124 |
"requires": {
|
4125 |
-
"pify": "3.0.0"
|
4126 |
}
|
4127 |
},
|
4128 |
"pify": {
|
@@ -4137,9 +4127,9 @@
|
|
4137 |
"integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=",
|
4138 |
"dev": true,
|
4139 |
"requires": {
|
4140 |
-
"load-json-file": "4.0.0",
|
4141 |
-
"normalize-package-data": "2.
|
4142 |
-
"path-type": "3.0.0"
|
4143 |
}
|
4144 |
},
|
4145 |
"read-pkg-up": {
|
@@ -4148,8 +4138,8 @@
|
|
4148 |
"integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=",
|
4149 |
"dev": true,
|
4150 |
"requires": {
|
4151 |
-
"find-up": "2.
|
4152 |
-
"read-pkg": "3.0.0"
|
4153 |
}
|
4154 |
},
|
4155 |
"redent": {
|
@@ -4158,8 +4148,8 @@
|
|
4158 |
"integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=",
|
4159 |
"dev": true,
|
4160 |
"requires": {
|
4161 |
-
"indent-string": "3.
|
4162 |
-
"strip-indent": "2.0.0"
|
4163 |
}
|
4164 |
},
|
4165 |
"string-width": {
|
@@ -4168,8 +4158,8 @@
|
|
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": {
|
@@ -4178,7 +4168,7 @@
|
|
4178 |
"integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
|
4179 |
"dev": true,
|
4180 |
"requires": {
|
4181 |
-
"ansi-regex": "3.0.0"
|
4182 |
}
|
4183 |
},
|
4184 |
"strip-bom": {
|
@@ -4207,7 +4197,7 @@
|
|
4207 |
"integrity": "sha512-3qgLZytikQQEVn1/FrhY7B68gPUUGY3R1Q1vTiD5xT+Ti1DP/8iZuwFet9ONs5+bmL8pZoDQ6JrQHVgrNlK6mA==",
|
4208 |
"dev": true,
|
4209 |
"requires": {
|
4210 |
-
"postcss": "6.0.14"
|
4211 |
}
|
4212 |
},
|
4213 |
"supports-color": {
|
@@ -4216,7 +4206,7 @@
|
|
4216 |
"integrity": "sha1-vnoN5ITexcXN34s9WRJQRJEvY1s=",
|
4217 |
"dev": true,
|
4218 |
"requires": {
|
4219 |
-
"has-flag": "2.0.0"
|
4220 |
}
|
4221 |
},
|
4222 |
"svg-tags": {
|
@@ -4231,12 +4221,12 @@
|
|
4231 |
"integrity": "sha512-UUkEAPdSGxtRpiV9ozJ5cMTtYiqz7Ni1OGqLXRCynrvzdtR1p+cfOWe2RJLwvUG8hNanaSRjecIqwOjqeatDsA==",
|
4232 |
"dev": true,
|
4233 |
"requires": {
|
4234 |
-
"ajv": "5.
|
4235 |
-
"ajv-keywords": "2.1.
|
4236 |
-
"chalk": "2.
|
4237 |
-
"lodash": "4.17.4",
|
4238 |
"slice-ansi": "1.0.0",
|
4239 |
-
"string-width": "2.1.1"
|
4240 |
},
|
4241 |
"dependencies": {
|
4242 |
"ansi-regex": {
|
@@ -4263,8 +4253,8 @@
|
|
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": {
|
@@ -4273,20 +4263,31 @@
|
|
4273 |
"integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
|
4274 |
"dev": true,
|
4275 |
"requires": {
|
4276 |
-
"ansi-regex": "3.0.0"
|
4277 |
}
|
4278 |
}
|
4279 |
}
|
4280 |
},
|
4281 |
"tar": {
|
4282 |
-
"version": "
|
4283 |
-
"resolved": "https://registry.npmjs.org/tar/-/tar-
|
4284 |
-
"integrity": "
|
4285 |
"dev": true,
|
4286 |
"requires": {
|
4287 |
-
"
|
4288 |
-
"
|
4289 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4290 |
}
|
4291 |
},
|
4292 |
"text-table": {
|
@@ -4301,12 +4302,12 @@
|
|
4301 |
"integrity": "sha1-s/26gC5dVqM8L28QeUsy5Hescp0=",
|
4302 |
"dev": true,
|
4303 |
"requires": {
|
4304 |
-
"body-parser": "1.14.
|
4305 |
-
"debug": "2.2.0",
|
4306 |
-
"faye-websocket": "0.10.0",
|
4307 |
-
"livereload-js": "2.2.
|
4308 |
-
"parseurl": "1.3.
|
4309 |
-
"qs": "5.1.0"
|
4310 |
}
|
4311 |
},
|
4312 |
"tmp": {
|
@@ -4315,16 +4316,17 @@
|
|
4315 |
"integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
|
4316 |
"dev": true,
|
4317 |
"requires": {
|
4318 |
-
"os-tmpdir": "1.0.2"
|
4319 |
}
|
4320 |
},
|
4321 |
"tough-cookie": {
|
4322 |
-
"version": "2.
|
4323 |
-
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.
|
4324 |
-
"integrity": "
|
4325 |
"dev": true,
|
4326 |
"requires": {
|
4327 |
-
"
|
|
|
4328 |
}
|
4329 |
},
|
4330 |
"trim": {
|
@@ -4352,41 +4354,44 @@
|
|
4352 |
"dev": true
|
4353 |
},
|
4354 |
"true-case-path": {
|
4355 |
-
"version": "1.0.
|
4356 |
-
"resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.
|
4357 |
-
"integrity": "
|
4358 |
"dev": true,
|
4359 |
"requires": {
|
4360 |
-
"glob": "
|
4361 |
},
|
4362 |
"dependencies": {
|
4363 |
"glob": {
|
4364 |
-
"version": "
|
4365 |
-
"resolved": "https://registry.npmjs.org/glob/-/glob-
|
4366 |
-
"integrity": "
|
4367 |
"dev": true,
|
4368 |
"requires": {
|
4369 |
-
"
|
4370 |
-
"
|
4371 |
-
"
|
4372 |
-
"
|
4373 |
-
"
|
|
|
4374 |
}
|
4375 |
}
|
4376 |
}
|
4377 |
},
|
4378 |
"tunnel-agent": {
|
4379 |
-
"version": "0.
|
4380 |
-
"resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.
|
4381 |
-
"integrity": "sha1-
|
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",
|
@@ -4395,7 +4400,7 @@
|
|
4395 |
"dev": true,
|
4396 |
"requires": {
|
4397 |
"media-typer": "0.3.0",
|
4398 |
-
"mime-types": "2.1.
|
4399 |
}
|
4400 |
},
|
4401 |
"typedarray": {
|
@@ -4410,8 +4415,8 @@
|
|
4410 |
"integrity": "sha512-++1NO/zZIEdWf6cDIGceSJQPX31SqIpbVAHwFG5+240MtZqPG/NIPoinj8zlXQtAfMBqEt1Jyv2FiLP3n9gVhQ==",
|
4411 |
"dev": true,
|
4412 |
"requires": {
|
4413 |
-
"commander": "2.12.
|
4414 |
-
"source-map": "0.6.1"
|
4415 |
}
|
4416 |
},
|
4417 |
"underscore.string": {
|
@@ -4426,8 +4431,8 @@
|
|
4426 |
"integrity": "sha1-a5qu379z3xdWrZ4xbdmBiFhAzX0=",
|
4427 |
"dev": true,
|
4428 |
"requires": {
|
4429 |
-
"inherits": "2.0.
|
4430 |
-
"xtend": "4.0.1"
|
4431 |
}
|
4432 |
},
|
4433 |
"unified": {
|
@@ -4436,13 +4441,13 @@
|
|
4436 |
"integrity": "sha512-pW2f82bCIo2ifuIGYcV12fL96kMMYgw7JKVEgh7ODlrM9rj6vXSY3BV+H6lCcv1ksxynFf582hwWLnA1qRFy4w==",
|
4437 |
"dev": true,
|
4438 |
"requires": {
|
4439 |
-
"bail": "1.0.
|
4440 |
-
"extend": "3.0.
|
4441 |
-
"is-plain-obj": "1.1.0",
|
4442 |
-
"trough": "1.0.
|
4443 |
-
"vfile": "2.
|
4444 |
-
"x-is-function": "1.0.4",
|
4445 |
-
"x-is-string": "0.1.0"
|
4446 |
}
|
4447 |
},
|
4448 |
"uniq": {
|
@@ -4457,7 +4462,7 @@
|
|
4457 |
"integrity": "sha1-TlUSq/734GFnga7Pex7XUcAK+Qg=",
|
4458 |
"dev": true,
|
4459 |
"requires": {
|
4460 |
-
"unist-util-is": "2.
|
4461 |
}
|
4462 |
},
|
4463 |
"unist-util-is": {
|
@@ -4472,7 +4477,7 @@
|
|
4472 |
"integrity": "sha1-ZtfmpEnm9nIguXarPLi166w55R0=",
|
4473 |
"dev": true,
|
4474 |
"requires": {
|
4475 |
-
"array-iterate": "1.
|
4476 |
}
|
4477 |
},
|
4478 |
"unist-util-remove-position": {
|
@@ -4481,7 +4486,7 @@
|
|
4481 |
"integrity": "sha1-WoXBVV/BugwQG4ZwfRXlD6TIcbs=",
|
4482 |
"dev": true,
|
4483 |
"requires": {
|
4484 |
-
"unist-util-visit": "1.
|
4485 |
}
|
4486 |
},
|
4487 |
"unist-util-stringify-position": {
|
@@ -4496,7 +4501,7 @@
|
|
4496 |
"integrity": "sha512-9ntYcxPFtl44gnwXrQKZ5bMqXMY0ZHzUpqMFiU4zcc8mmf/jzYm8GhYgezuUlX4cJIM1zIDYaO6fG/fI+L6iiQ==",
|
4497 |
"dev": true,
|
4498 |
"requires": {
|
4499 |
-
"unist-util-is": "2.1.1"
|
4500 |
}
|
4501 |
},
|
4502 |
"unpipe": {
|
@@ -4505,6 +4510,15 @@
|
|
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",
|
@@ -4518,9 +4532,9 @@
|
|
4518 |
"dev": true
|
4519 |
},
|
4520 |
"uuid": {
|
4521 |
-
"version": "3.
|
4522 |
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.
|
4523 |
-
"integrity": "sha512-
|
4524 |
"dev": true
|
4525 |
},
|
4526 |
"validate-npm-package-license": {
|
@@ -4529,8 +4543,8 @@
|
|
4529 |
"integrity": "sha1-KAS6vnEq0zeUWaz74kdGqywwP7w=",
|
4530 |
"dev": true,
|
4531 |
"requires": {
|
4532 |
-
"spdx-correct": "1.0.
|
4533 |
-
"spdx-expression-parse": "1.0.
|
4534 |
}
|
4535 |
},
|
4536 |
"verror": {
|
@@ -4539,17 +4553,9 @@
|
|
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.
|
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": {
|
@@ -4558,10 +4564,10 @@
|
|
4558 |
"integrity": "sha512-ASt4mBUHcTpMKD/l5Q+WJXNtshlWxOogYyGYYrg4lt/vuRjC1EFQtlAofL5VmtVNIZJzWYFJjzGWZ0Gw8pzW1w==",
|
4559 |
"dev": true,
|
4560 |
"requires": {
|
4561 |
-
"is-buffer": "1.1.
|
4562 |
"replace-ext": "1.0.0",
|
4563 |
-
"unist-util-stringify-position": "1.
|
4564 |
-
"vfile-message": "1.0.0"
|
4565 |
}
|
4566 |
},
|
4567 |
"vfile-location": {
|
@@ -4576,7 +4582,7 @@
|
|
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": {
|
@@ -4585,14 +4591,14 @@
|
|
4585 |
"integrity": "sha1-DK+dLXVdk67gSdS90NP+LMoqJOs=",
|
4586 |
"dev": true,
|
4587 |
"requires": {
|
4588 |
-
"http-parser-js": "0.4.
|
4589 |
-
"websocket-extensions": "0.1.
|
4590 |
}
|
4591 |
},
|
4592 |
"websocket-extensions": {
|
4593 |
-
"version": "0.1.
|
4594 |
-
"resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.
|
4595 |
-
"integrity": "sha512-
|
4596 |
"dev": true
|
4597 |
},
|
4598 |
"which": {
|
@@ -4601,32 +4607,67 @@
|
|
4601 |
"integrity": "sha1-mofEN48D6CfOyvGs31bHNsAcFOU=",
|
4602 |
"dev": true,
|
4603 |
"requires": {
|
4604 |
-
"isexe": "2.0.0"
|
4605 |
}
|
4606 |
},
|
4607 |
"which-module": {
|
4608 |
-
"version": "
|
4609 |
-
"resolved": "https://registry.npmjs.org/which-module/-/which-module-
|
4610 |
-
"integrity": "sha1-
|
4611 |
"dev": true
|
4612 |
},
|
4613 |
"wide-align": {
|
4614 |
-
"version": "1.1.
|
4615 |
-
"resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.
|
4616 |
-
"integrity": "sha512-
|
4617 |
"dev": true,
|
4618 |
"requires": {
|
4619 |
-
"string-width": "1.0.2"
|
4620 |
}
|
4621 |
},
|
4622 |
"wrap-ansi": {
|
4623 |
-
"version": "
|
4624 |
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-
|
4625 |
-
"integrity": "
|
4626 |
"dev": true,
|
4627 |
"requires": {
|
4628 |
-
"
|
4629 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4630 |
}
|
4631 |
},
|
4632 |
"wrappy": {
|
@@ -4641,7 +4682,7 @@
|
|
4641 |
"integrity": "sha1-X8A4KOJkzqP+kUVUdvejxWbLB1c=",
|
4642 |
"dev": true,
|
4643 |
"requires": {
|
4644 |
-
"mkdirp": "0.5.1"
|
4645 |
}
|
4646 |
},
|
4647 |
"x-is-function": {
|
@@ -4663,59 +4704,126 @@
|
|
4663 |
"dev": true
|
4664 |
},
|
4665 |
"y18n": {
|
4666 |
-
"version": "
|
4667 |
-
"resolved": "https://registry.npmjs.org/y18n/-/y18n-
|
4668 |
-
"integrity": "
|
4669 |
"dev": true
|
4670 |
},
|
4671 |
"yallist": {
|
4672 |
-
"version": "
|
4673 |
-
"resolved": "https://registry.npmjs.org/yallist/-/yallist-
|
4674 |
-
"integrity": "
|
4675 |
"dev": true
|
4676 |
},
|
4677 |
"yargs": {
|
4678 |
-
"version": "
|
4679 |
-
"resolved": "https://registry.npmjs.org/yargs/-/yargs-
|
4680 |
-
"integrity": "
|
4681 |
-
"dev": true,
|
4682 |
-
"requires": {
|
4683 |
-
"
|
4684 |
-
"
|
4685 |
-
"
|
4686 |
-
"
|
4687 |
-
"
|
4688 |
-
"
|
4689 |
-
"
|
4690 |
-
"
|
4691 |
-
"
|
4692 |
-
"
|
4693 |
-
"which-module": "1.0.0",
|
4694 |
-
"y18n": "3.2.1",
|
4695 |
-
"yargs-parser": "5.0.0"
|
4696 |
},
|
4697 |
"dependencies": {
|
4698 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4699 |
"version": "3.0.0",
|
4700 |
-
"resolved": "https://registry.npmjs.org/
|
4701 |
-
"integrity": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4702 |
"dev": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4703 |
}
|
4704 |
}
|
4705 |
},
|
4706 |
"yargs-parser": {
|
4707 |
-
"version": "
|
4708 |
-
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-
|
4709 |
-
"integrity": "
|
4710 |
"dev": true,
|
4711 |
"requires": {
|
4712 |
-
"camelcase": "
|
|
|
4713 |
},
|
4714 |
"dependencies": {
|
4715 |
"camelcase": {
|
4716 |
-
"version": "3.
|
4717 |
-
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.
|
4718 |
-
"integrity": "
|
4719 |
"dev": true
|
4720 |
}
|
4721 |
}
|
1 |
{
|
2 |
"name": "social-icons",
|
3 |
+
"version": "1.7.3",
|
4 |
"lockfileVersion": 1,
|
5 |
"requires": true,
|
6 |
"dependencies": {
|
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.0"
|
23 |
}
|
24 |
},
|
25 |
"ajv-keywords": {
|
46 |
"integrity": "sha512-NnSOmMEYtVR2JVMIGTzynRkkaxtiq1xnFBcdQD/DnNCYPoEPsVJhM98BDyaoNOQIi7p4okdi3E27eN7GQbsUug==",
|
47 |
"dev": true,
|
48 |
"requires": {
|
49 |
+
"color-convert": "^1.9.0"
|
50 |
}
|
51 |
},
|
52 |
"aproba": {
|
56 |
"dev": true
|
57 |
},
|
58 |
"are-we-there-yet": {
|
59 |
+
"version": "1.1.5",
|
60 |
+
"resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz",
|
61 |
+
"integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==",
|
62 |
"dev": true,
|
63 |
"requires": {
|
64 |
+
"delegates": "^1.0.0",
|
65 |
+
"readable-stream": "^2.0.6"
|
66 |
},
|
67 |
"dependencies": {
|
68 |
"isarray": {
|
71 |
"integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
|
72 |
"dev": true
|
73 |
},
|
74 |
+
"process-nextick-args": {
|
75 |
+
"version": "2.0.1",
|
76 |
+
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
|
77 |
+
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
|
78 |
+
"dev": true
|
79 |
+
},
|
80 |
"readable-stream": {
|
81 |
+
"version": "2.3.7",
|
82 |
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
|
83 |
+
"integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
|
84 |
"dev": true,
|
85 |
"requires": {
|
86 |
+
"core-util-is": "~1.0.0",
|
87 |
+
"inherits": "~2.0.3",
|
88 |
+
"isarray": "~1.0.0",
|
89 |
+
"process-nextick-args": "~2.0.0",
|
90 |
+
"safe-buffer": "~5.1.1",
|
91 |
+
"string_decoder": "~1.1.1",
|
92 |
+
"util-deprecate": "~1.0.1"
|
93 |
}
|
94 |
},
|
95 |
"string_decoder": {
|
96 |
+
"version": "1.1.1",
|
97 |
+
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
98 |
+
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
99 |
"dev": true,
|
100 |
"requires": {
|
101 |
+
"safe-buffer": "~5.1.0"
|
102 |
}
|
103 |
}
|
104 |
}
|
109 |
"integrity": "sha1-c9g7wmP4bpf4zE9rrhsOkKfSLIY=",
|
110 |
"dev": true,
|
111 |
"requires": {
|
112 |
+
"sprintf-js": "~1.0.2"
|
113 |
}
|
114 |
},
|
115 |
"arr-diff": {
|
118 |
"integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=",
|
119 |
"dev": true,
|
120 |
"requires": {
|
121 |
+
"arr-flatten": "^1.0.1"
|
122 |
}
|
123 |
},
|
124 |
"arr-flatten": {
|
145 |
"integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
|
146 |
"dev": true,
|
147 |
"requires": {
|
148 |
+
"array-uniq": "^1.0.1"
|
149 |
}
|
150 |
},
|
151 |
"array-uniq": {
|
167 |
"dev": true
|
168 |
},
|
169 |
"asn1": {
|
170 |
+
"version": "0.2.4",
|
171 |
+
"resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz",
|
172 |
+
"integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==",
|
173 |
+
"dev": true,
|
174 |
+
"requires": {
|
175 |
+
"safer-buffer": "~2.1.0"
|
176 |
+
}
|
177 |
},
|
178 |
"assert-plus": {
|
179 |
+
"version": "1.0.0",
|
180 |
+
"resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
|
181 |
+
"integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
|
182 |
"dev": true
|
183 |
},
|
184 |
"async": {
|
205 |
"integrity": "sha512-dqzVGiz3v934+s3YZA6nk7tAs9xuTz5wMJbX1M+L4cY/MTNkOUqP61c1GWkEVlUL/PEy1pKRSCFuoRZrXYx9qA==",
|
206 |
"dev": true,
|
207 |
"requires": {
|
208 |
+
"browserslist": "^2.10.0",
|
209 |
+
"caniuse-lite": "^1.0.30000783",
|
210 |
+
"normalize-range": "^0.1.2",
|
211 |
+
"num2fraction": "^1.2.2",
|
212 |
+
"postcss": "^6.0.14",
|
213 |
+
"postcss-value-parser": "^3.2.3"
|
214 |
}
|
215 |
},
|
216 |
"aws-sign2": {
|
217 |
+
"version": "0.7.0",
|
218 |
+
"resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz",
|
219 |
+
"integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=",
|
220 |
"dev": true
|
221 |
},
|
222 |
"aws4": {
|
223 |
+
"version": "1.11.0",
|
224 |
+
"resolved": "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz",
|
225 |
+
"integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==",
|
226 |
"dev": true
|
227 |
},
|
228 |
"bail": {
|
238 |
"dev": true
|
239 |
},
|
240 |
"bcrypt-pbkdf": {
|
241 |
+
"version": "1.0.2",
|
242 |
+
"resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
|
243 |
+
"integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
244 |
"dev": true,
|
245 |
"requires": {
|
246 |
+
"tweetnacl": "^0.14.3"
|
247 |
}
|
248 |
},
|
249 |
"bluebird": {
|
259 |
"dev": true,
|
260 |
"requires": {
|
261 |
"bytes": "2.2.0",
|
262 |
+
"content-type": "~1.0.1",
|
263 |
+
"debug": "~2.2.0",
|
264 |
+
"depd": "~1.1.0",
|
265 |
+
"http-errors": "~1.3.1",
|
266 |
"iconv-lite": "0.4.13",
|
267 |
+
"on-finished": "~2.3.0",
|
268 |
"qs": "5.2.0",
|
269 |
+
"raw-body": "~2.1.5",
|
270 |
+
"type-is": "~1.6.10"
|
271 |
},
|
272 |
"dependencies": {
|
273 |
"iconv-lite": {
|
284 |
}
|
285 |
}
|
286 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
287 |
"brace-expansion": {
|
288 |
"version": "1.1.8",
|
289 |
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz",
|
290 |
"integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=",
|
291 |
"dev": true,
|
292 |
"requires": {
|
293 |
+
"balanced-match": "^1.0.0",
|
294 |
"concat-map": "0.0.1"
|
295 |
}
|
296 |
},
|
300 |
"integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=",
|
301 |
"dev": true,
|
302 |
"requires": {
|
303 |
+
"expand-range": "^1.8.1",
|
304 |
+
"preserve": "^0.2.0",
|
305 |
+
"repeat-element": "^1.1.2"
|
306 |
}
|
307 |
},
|
308 |
"browserify-zlib": {
|
311 |
"integrity": "sha1-uzX4pRn2AOD6a4SFJByXnQFB+y0=",
|
312 |
"dev": true,
|
313 |
"requires": {
|
314 |
+
"pako": "~0.2.0"
|
315 |
}
|
316 |
},
|
317 |
"browserslist": {
|
320 |
"integrity": "sha512-WyvzSLsuAVPOjbljXnyeWl14Ae+ukAT8MUuagKVzIDvwBxl4UAwD1xqtyQs2eWYPGUKMeC3Ol62goqYuKqTTcw==",
|
321 |
"dev": true,
|
322 |
"requires": {
|
323 |
+
"caniuse-lite": "^1.0.30000780",
|
324 |
+
"electron-to-chromium": "^1.3.28"
|
325 |
}
|
326 |
},
|
327 |
"builtin-modules": {
|
348 |
"integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=",
|
349 |
"dev": true,
|
350 |
"requires": {
|
351 |
+
"camelcase": "^2.0.0",
|
352 |
+
"map-obj": "^1.0.0"
|
353 |
}
|
354 |
},
|
355 |
"caniuse-lite": {
|
359 |
"dev": true
|
360 |
},
|
361 |
"caseless": {
|
362 |
+
"version": "0.12.0",
|
363 |
+
"resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
|
364 |
+
"integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=",
|
365 |
"dev": true
|
366 |
},
|
367 |
"ccount": {
|
376 |
"integrity": "sha512-Az5zJR2CBujap2rqXGaJKaPHyJ0IrUimvYNX+ncCy8PJP4ltOGTrHUIo097ZaL2zMeKYpiCdqDvS6zdrTFok3Q==",
|
377 |
"dev": true,
|
378 |
"requires": {
|
379 |
+
"ansi-styles": "^3.1.0",
|
380 |
+
"escape-string-regexp": "^1.0.5",
|
381 |
+
"supports-color": "^4.0.0"
|
382 |
}
|
383 |
},
|
384 |
"character-entities": {
|
405 |
"integrity": "sha1-lCg191Dk7GGjCOYMLvjMEBEgLvw=",
|
406 |
"dev": true
|
407 |
},
|
408 |
+
"chownr": {
|
409 |
+
"version": "2.0.0",
|
410 |
+
"resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
|
411 |
+
"integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
|
412 |
+
"dev": true
|
413 |
+
},
|
414 |
"circular-json": {
|
415 |
"version": "0.3.3",
|
416 |
"resolved": "https://registry.npmjs.org/circular-json/-/circular-json-0.3.3.tgz",
|
423 |
"integrity": "sha1-Nc7ornaHpJuYA09w3gDE7dOCYwE=",
|
424 |
"dev": true,
|
425 |
"requires": {
|
426 |
+
"source-map": "0.5.x"
|
427 |
},
|
428 |
"dependencies": {
|
429 |
"source-map": {
|
441 |
"dev": true,
|
442 |
"requires": {
|
443 |
"exit": "0.1.2",
|
444 |
+
"glob": "^7.1.1"
|
445 |
},
|
446 |
"dependencies": {
|
447 |
"glob": {
|
450 |
"integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
|
451 |
"dev": true,
|
452 |
"requires": {
|
453 |
+
"fs.realpath": "^1.0.0",
|
454 |
+
"inflight": "^1.0.4",
|
455 |
+
"inherits": "2",
|
456 |
+
"minimatch": "^3.0.4",
|
457 |
+
"once": "^1.3.0",
|
458 |
+
"path-is-absolute": "^1.0.0"
|
459 |
}
|
460 |
}
|
461 |
}
|
462 |
},
|
463 |
"cliui": {
|
464 |
+
"version": "5.0.0",
|
465 |
+
"resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz",
|
466 |
+
"integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==",
|
467 |
"dev": true,
|
468 |
"requires": {
|
469 |
+
"string-width": "^3.1.0",
|
470 |
+
"strip-ansi": "^5.2.0",
|
471 |
+
"wrap-ansi": "^5.1.0"
|
472 |
+
},
|
473 |
+
"dependencies": {
|
474 |
+
"ansi-regex": {
|
475 |
+
"version": "4.1.0",
|
476 |
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
|
477 |
+
"integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==",
|
478 |
+
"dev": true
|
479 |
+
},
|
480 |
+
"is-fullwidth-code-point": {
|
481 |
+
"version": "2.0.0",
|
482 |
+
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
|
483 |
+
"integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
|
484 |
+
"dev": true
|
485 |
+
},
|
486 |
+
"string-width": {
|
487 |
+
"version": "3.1.0",
|
488 |
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz",
|
489 |
+
"integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
|
490 |
+
"dev": true,
|
491 |
+
"requires": {
|
492 |
+
"emoji-regex": "^7.0.1",
|
493 |
+
"is-fullwidth-code-point": "^2.0.0",
|
494 |
+
"strip-ansi": "^5.1.0"
|
495 |
+
}
|
496 |
+
},
|
497 |
+
"strip-ansi": {
|
498 |
+
"version": "5.2.0",
|
499 |
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
|
500 |
+
"integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
|
501 |
+
"dev": true,
|
502 |
+
"requires": {
|
503 |
+
"ansi-regex": "^4.1.0"
|
504 |
+
}
|
505 |
+
}
|
506 |
}
|
507 |
},
|
508 |
"clone-regexp": {
|
511 |
"integrity": "sha1-6uCiQT9VwJQvgYwin+/OhF1/Oxw=",
|
512 |
"dev": true,
|
513 |
"requires": {
|
514 |
+
"is-regexp": "^1.0.0",
|
515 |
+
"is-supported-regexp-flag": "^1.0.0"
|
516 |
}
|
517 |
},
|
518 |
"co": {
|
545 |
"integrity": "sha512-mjGanIiwQJskCC18rPR6OmrZ6fm2Lc7PeGFYwCmy5J34wC6F1PzdGL6xeMfmgicfYcNLGuVFA3WzXtIDCQSZxQ==",
|
546 |
"dev": true,
|
547 |
"requires": {
|
548 |
+
"color-name": "^1.1.1"
|
549 |
}
|
550 |
},
|
551 |
"color-name": {
|
561 |
"dev": true
|
562 |
},
|
563 |
"combined-stream": {
|
564 |
+
"version": "1.0.8",
|
565 |
+
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
|
566 |
+
"integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
|
567 |
"dev": true,
|
568 |
"requires": {
|
569 |
+
"delayed-stream": "~1.0.0"
|
570 |
}
|
571 |
},
|
572 |
"commander": {
|
587 |
"integrity": "sha1-CqxmL9Ur54lk1VMvaUeE5wEQrPc=",
|
588 |
"dev": true,
|
589 |
"requires": {
|
590 |
+
"inherits": "^2.0.3",
|
591 |
+
"readable-stream": "^2.2.2",
|
592 |
+
"typedarray": "^0.0.6"
|
593 |
},
|
594 |
"dependencies": {
|
595 |
"isarray": {
|
604 |
"integrity": "sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ==",
|
605 |
"dev": true,
|
606 |
"requires": {
|
607 |
+
"core-util-is": "~1.0.0",
|
608 |
+
"inherits": "~2.0.3",
|
609 |
+
"isarray": "~1.0.0",
|
610 |
+
"process-nextick-args": "~1.0.6",
|
611 |
+
"safe-buffer": "~5.1.1",
|
612 |
+
"string_decoder": "~1.0.3",
|
613 |
+
"util-deprecate": "~1.0.1"
|
614 |
}
|
615 |
},
|
616 |
"string_decoder": {
|
619 |
"integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
|
620 |
"dev": true,
|
621 |
"requires": {
|
622 |
+
"safe-buffer": "~5.1.0"
|
623 |
}
|
624 |
}
|
625 |
}
|
630 |
"integrity": "sha1-8CQcRXMKn8YyOyBtvzjtx0HQuxA=",
|
631 |
"dev": true,
|
632 |
"requires": {
|
633 |
+
"date-now": "^0.1.4"
|
634 |
}
|
635 |
},
|
636 |
"console-control-strings": {
|
657 |
"integrity": "sha512-zedsBhLSbPBms+kE7AH4vHg6JsKDz6epSv2/+5XHs8ILHlgDciSJfSWf8sX9aQ52Jb7KI7VswUTsLpR/G0cr2Q==",
|
658 |
"dev": true,
|
659 |
"requires": {
|
660 |
+
"is-directory": "^0.3.1",
|
661 |
+
"js-yaml": "^3.9.0",
|
662 |
+
"parse-json": "^3.0.0",
|
663 |
+
"require-from-string": "^2.0.1"
|
664 |
},
|
665 |
"dependencies": {
|
666 |
"esprima": {
|
675 |
"integrity": "sha512-O2v52ffjLa9VeM43J4XocZE//WT9N0IiwDa3KSHH7Tu8CtH+1qM8SIZvnsTh6v+4yFy5KUY3BHUVwjpfAWsjIA==",
|
676 |
"dev": true,
|
677 |
"requires": {
|
678 |
+
"argparse": "^1.0.7",
|
679 |
+
"esprima": "^4.0.0"
|
680 |
}
|
681 |
},
|
682 |
"parse-json": {
|
685 |
"integrity": "sha1-+m9HsY4jgm6tMvJj50TQ4ehH+xM=",
|
686 |
"dev": true,
|
687 |
"requires": {
|
688 |
+
"error-ex": "^1.3.1"
|
689 |
}
|
690 |
}
|
691 |
}
|
692 |
},
|
693 |
"cross-spawn": {
|
694 |
+
"version": "7.0.3",
|
695 |
+
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
|
696 |
+
"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
697 |
"dev": true,
|
698 |
"requires": {
|
699 |
+
"path-key": "^3.1.0",
|
700 |
+
"shebang-command": "^2.0.0",
|
701 |
+
"which": "^2.0.1"
|
702 |
+
},
|
703 |
+
"dependencies": {
|
704 |
+
"which": {
|
705 |
+
"version": "2.0.2",
|
706 |
+
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
707 |
+
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
708 |
+
"dev": true,
|
709 |
+
"requires": {
|
710 |
+
"isexe": "^2.0.0"
|
711 |
+
}
|
712 |
+
}
|
713 |
}
|
714 |
},
|
715 |
"currently-unhandled": {
|
718 |
"integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
|
719 |
"dev": true,
|
720 |
"requires": {
|
721 |
+
"array-find-index": "^1.0.1"
|
722 |
}
|
723 |
},
|
724 |
"dashdash": {
|
727 |
"integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=",
|
728 |
"dev": true,
|
729 |
"requires": {
|
730 |
+
"assert-plus": "^1.0.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
731 |
}
|
732 |
},
|
733 |
"date-now": {
|
742 |
"integrity": "sha1-nxJLZ1lMk3/3BpMuSmQsyo27/uk=",
|
743 |
"dev": true,
|
744 |
"requires": {
|
745 |
+
"get-stdin": "^4.0.1",
|
746 |
+
"meow": "^3.3.0"
|
747 |
}
|
748 |
},
|
749 |
"debug": {
|
767 |
"integrity": "sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=",
|
768 |
"dev": true,
|
769 |
"requires": {
|
770 |
+
"decamelize": "^1.1.0",
|
771 |
+
"map-obj": "^1.0.0"
|
772 |
}
|
773 |
},
|
774 |
"del": {
|
777 |
"integrity": "sha1-wSyYHQZ4RshLyvhiz/kw2Qf/0ag=",
|
778 |
"dev": true,
|
779 |
"requires": {
|
780 |
+
"globby": "^5.0.0",
|
781 |
+
"is-path-cwd": "^1.0.0",
|
782 |
+
"is-path-in-cwd": "^1.0.0",
|
783 |
+
"object-assign": "^4.0.1",
|
784 |
+
"pify": "^2.0.0",
|
785 |
+
"pinkie-promise": "^2.0.0",
|
786 |
+
"rimraf": "^2.2.8"
|
787 |
},
|
788 |
"dependencies": {
|
789 |
"globby": {
|
792 |
"integrity": "sha1-69hGZ8oNuzMLmbz8aOrCvFQ3Dg0=",
|
793 |
"dev": true,
|
794 |
"requires": {
|
795 |
+
"array-union": "^1.0.1",
|
796 |
+
"arrify": "^1.0.0",
|
797 |
+
"glob": "^7.0.3",
|
798 |
+
"object-assign": "^4.0.1",
|
799 |
+
"pify": "^2.0.0",
|
800 |
+
"pinkie-promise": "^2.0.0"
|
801 |
}
|
802 |
}
|
803 |
}
|
832 |
"integrity": "sha512-37qirFDz8cA5fimp9feo43fSuRo2gHwaIn6dXL8Ber1dGwUosDrGZeCCXq57WnIqE4aQ+u3eQZzsk1yOzhdwag==",
|
833 |
"dev": true,
|
834 |
"requires": {
|
835 |
+
"arrify": "^1.0.1",
|
836 |
+
"path-type": "^3.0.0"
|
837 |
},
|
838 |
"dependencies": {
|
839 |
"path-type": {
|
842 |
"integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==",
|
843 |
"dev": true,
|
844 |
"requires": {
|
845 |
+
"pify": "^3.0.0"
|
846 |
}
|
847 |
},
|
848 |
"pify": {
|
859 |
"integrity": "sha1-BzxpdUbOB4DOI75KKOKT5AvDDII=",
|
860 |
"dev": true,
|
861 |
"requires": {
|
862 |
+
"domelementtype": "~1.1.1",
|
863 |
+
"entities": "~1.1.1"
|
864 |
},
|
865 |
"dependencies": {
|
866 |
"domelementtype": {
|
889 |
"integrity": "sha1-LeWaCCLVAn+r/28DLCsloqir5zg=",
|
890 |
"dev": true,
|
891 |
"requires": {
|
892 |
+
"domelementtype": "1"
|
893 |
}
|
894 |
},
|
895 |
"domutils": {
|
898 |
"integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=",
|
899 |
"dev": true,
|
900 |
"requires": {
|
901 |
+
"dom-serializer": "0",
|
902 |
+
"domelementtype": "1"
|
903 |
}
|
904 |
},
|
905 |
"dot-prop": {
|
908 |
"integrity": "sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ==",
|
909 |
"dev": true,
|
910 |
"requires": {
|
911 |
+
"is-obj": "^1.0.0"
|
912 |
}
|
913 |
},
|
914 |
"duplexer": {
|
917 |
"integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=",
|
918 |
"dev": true
|
919 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
920 |
"ecc-jsbn": {
|
921 |
+
"version": "0.1.2",
|
922 |
+
"resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
|
923 |
+
"integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=",
|
924 |
"dev": true,
|
|
|
925 |
"requires": {
|
926 |
+
"jsbn": "~0.1.0",
|
927 |
+
"safer-buffer": "^2.1.0"
|
928 |
}
|
929 |
},
|
930 |
"ee-first": {
|
945 |
"integrity": "sha512-zx1Prv7kYLfc4OA60FhxGbSo4qrEjgSzpo1/37i7l9ltXPYOoQBtjQxY9KmsgfHnBxHlBGXwLlsbt/gub1w5lw==",
|
946 |
"dev": true,
|
947 |
"requires": {
|
948 |
+
"electron-releases": "^2.1.0"
|
949 |
}
|
950 |
},
|
951 |
+
"emoji-regex": {
|
952 |
+
"version": "7.0.3",
|
953 |
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz",
|
954 |
+
"integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==",
|
955 |
+
"dev": true
|
956 |
+
},
|
957 |
"encoding": {
|
958 |
"version": "0.1.12",
|
959 |
"resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz",
|
960 |
"integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=",
|
961 |
"dev": true,
|
962 |
"requires": {
|
963 |
+
"iconv-lite": "~0.4.13"
|
964 |
}
|
965 |
},
|
966 |
"entities": {
|
969 |
"integrity": "sha1-sph6o4ITR/zeZCsk/fyeT7cSvyY=",
|
970 |
"dev": true
|
971 |
},
|
972 |
+
"env-paths": {
|
973 |
+
"version": "2.2.0",
|
974 |
+
"resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.0.tgz",
|
975 |
+
"integrity": "sha512-6u0VYSCo/OW6IoD5WCLLy9JUGARbamfSavcNXry/eu8aHVFei6CD3Sw+VGX5alea1i9pgPHW0mbu6Xj0uBh7gA==",
|
976 |
+
"dev": true
|
977 |
+
},
|
978 |
"error-ex": {
|
979 |
"version": "1.3.1",
|
980 |
"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.1.tgz",
|
981 |
"integrity": "sha1-+FWobOYa3E6GIcPNoh56dhLDqNw=",
|
982 |
"dev": true,
|
983 |
"requires": {
|
984 |
+
"is-arrayish": "^0.2.1"
|
985 |
}
|
986 |
},
|
987 |
"escape-string-regexp": {
|
1008 |
"integrity": "sha1-c9CQTjlbPKsGWLCNCewlMH8pu3M=",
|
1009 |
"dev": true,
|
1010 |
"requires": {
|
1011 |
+
"clone-regexp": "^1.0.0"
|
1012 |
}
|
1013 |
},
|
1014 |
"exit": {
|
1023 |
"integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=",
|
1024 |
"dev": true,
|
1025 |
"requires": {
|
1026 |
+
"is-posix-bracket": "^0.1.0"
|
1027 |
}
|
1028 |
},
|
1029 |
"expand-range": {
|
1032 |
"integrity": "sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=",
|
1033 |
"dev": true,
|
1034 |
"requires": {
|
1035 |
+
"fill-range": "^2.1.0"
|
1036 |
}
|
1037 |
},
|
1038 |
"extend": {
|
1047 |
"integrity": "sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=",
|
1048 |
"dev": true,
|
1049 |
"requires": {
|
1050 |
+
"is-extglob": "^1.0.0"
|
1051 |
}
|
1052 |
},
|
1053 |
"extsprintf": {
|
1074 |
"integrity": "sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=",
|
1075 |
"dev": true,
|
1076 |
"requires": {
|
1077 |
+
"websocket-driver": ">=0.5.1"
|
1078 |
}
|
1079 |
},
|
1080 |
"figures": {
|
1083 |
"integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=",
|
1084 |
"dev": true,
|
1085 |
"requires": {
|
1086 |
+
"escape-string-regexp": "^1.0.5",
|
1087 |
+
"object-assign": "^4.1.0"
|
1088 |
}
|
1089 |
},
|
1090 |
"file-entry-cache": {
|
1093 |
"integrity": "sha1-w5KZDD5oR4PYOLjISkXYoEhFg2E=",
|
1094 |
"dev": true,
|
1095 |
"requires": {
|
1096 |
+
"flat-cache": "^1.2.1",
|
1097 |
+
"object-assign": "^4.0.1"
|
1098 |
}
|
1099 |
},
|
1100 |
"filename-regex": {
|
1109 |
"integrity": "sha1-ULd9/X5Gm8dJJHCWNpn+eoSFpyM=",
|
1110 |
"dev": true,
|
1111 |
"requires": {
|
1112 |
+
"is-number": "^2.1.0",
|
1113 |
+
"isobject": "^2.0.0",
|
1114 |
+
"randomatic": "^1.1.3",
|
1115 |
+
"repeat-element": "^1.1.2",
|
1116 |
+
"repeat-string": "^1.5.2"
|
1117 |
}
|
1118 |
},
|
1119 |
"find-up": {
|
1122 |
"integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
|
1123 |
"dev": true,
|
1124 |
"requires": {
|
1125 |
+
"path-exists": "^2.0.0",
|
1126 |
+
"pinkie-promise": "^2.0.0"
|
1127 |
}
|
1128 |
},
|
1129 |
"findup": {
|
1132 |
"integrity": "sha1-itkpozk7rGJ5V6fl3kYjsGsOLOs=",
|
1133 |
"dev": true,
|
1134 |
"requires": {
|
1135 |
+
"colors": "~0.6.0-1",
|
1136 |
+
"commander": "~2.1.0"
|
1137 |
},
|
1138 |
"dependencies": {
|
1139 |
"colors": {
|
1156 |
"integrity": "sha1-N5MKpdgWt3fANEXhlmzGeQpMCxY=",
|
1157 |
"dev": true,
|
1158 |
"requires": {
|
1159 |
+
"glob": "~5.0.0"
|
1160 |
},
|
1161 |
"dependencies": {
|
1162 |
"glob": {
|
1165 |
"integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=",
|
1166 |
"dev": true,
|
1167 |
"requires": {
|
1168 |
+
"inflight": "^1.0.4",
|
1169 |
+
"inherits": "2",
|
1170 |
+
"minimatch": "2 || 3",
|
1171 |
+
"once": "^1.3.0",
|
1172 |
+
"path-is-absolute": "^1.0.0"
|
1173 |
}
|
1174 |
}
|
1175 |
}
|
1180 |
"integrity": "sha1-0wMLMrOBVPTjt+nHCfSQ9++XxIE=",
|
1181 |
"dev": true,
|
1182 |
"requires": {
|
1183 |
+
"circular-json": "^0.3.1",
|
1184 |
+
"del": "^2.0.2",
|
1185 |
+
"graceful-fs": "^4.1.2",
|
1186 |
+
"write": "^0.2.1"
|
1187 |
}
|
1188 |
},
|
1189 |
"for-in": {
|
1198 |
"integrity": "sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=",
|
1199 |
"dev": true,
|
1200 |
"requires": {
|
1201 |
+
"for-in": "^1.0.1"
|
1202 |
}
|
1203 |
},
|
1204 |
"forever-agent": {
|
1208 |
"dev": true
|
1209 |
},
|
1210 |
"form-data": {
|
1211 |
+
"version": "2.3.3",
|
1212 |
+
"resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz",
|
1213 |
+
"integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==",
|
1214 |
+
"dev": true,
|
1215 |
+
"requires": {
|
1216 |
+
"asynckit": "^0.4.0",
|
1217 |
+
"combined-stream": "^1.0.6",
|
1218 |
+
"mime-types": "^2.1.12"
|
1219 |
+
}
|
1220 |
+
},
|
1221 |
+
"fs-minipass": {
|
1222 |
+
"version": "2.1.0",
|
1223 |
+
"resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",
|
1224 |
+
"integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
|
1225 |
"dev": true,
|
1226 |
"requires": {
|
1227 |
+
"minipass": "^3.0.0"
|
|
|
|
|
1228 |
}
|
1229 |
},
|
1230 |
"fs.realpath": {
|
1233 |
"integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
|
1234 |
"dev": true
|
1235 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1236 |
"gauge": {
|
1237 |
"version": "2.7.4",
|
1238 |
"resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz",
|
1239 |
"integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=",
|
1240 |
"dev": true,
|
1241 |
"requires": {
|
1242 |
+
"aproba": "^1.0.3",
|
1243 |
+
"console-control-strings": "^1.0.0",
|
1244 |
+
"has-unicode": "^2.0.0",
|
1245 |
+
"object-assign": "^4.1.0",
|
1246 |
+
"signal-exit": "^3.0.0",
|
1247 |
+
"string-width": "^1.0.1",
|
1248 |
+
"strip-ansi": "^3.0.1",
|
1249 |
+
"wide-align": "^1.1.0"
|
1250 |
}
|
1251 |
},
|
1252 |
"gaze": {
|
1255 |
"integrity": "sha1-hHIkZ3rbiHDWeSV+0ziP22HkAQU=",
|
1256 |
"dev": true,
|
1257 |
"requires": {
|
1258 |
+
"globule": "^1.0.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1259 |
}
|
1260 |
},
|
1261 |
"get-caller-file": {
|
1262 |
+
"version": "2.0.5",
|
1263 |
+
"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
|
1264 |
+
"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
|
1265 |
"dev": true
|
1266 |
},
|
1267 |
"get-stdin": {
|
1282 |
"integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=",
|
1283 |
"dev": true,
|
1284 |
"requires": {
|
1285 |
+
"assert-plus": "^1.0.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1286 |
}
|
1287 |
},
|
1288 |
"gettext-parser": {
|
1291 |
"integrity": "sha512-iloxjcw+uTPnQ8DrGICWtqkHNgk3mAiDI77pLmXQCnhM+BxFQXstzTA4zj3EpIYMysRQnnNzHyHzBUEazz80Sw==",
|
1292 |
"dev": true,
|
1293 |
"requires": {
|
1294 |
+
"encoding": "^0.1.12",
|
1295 |
+
"safe-buffer": "^5.1.1"
|
1296 |
}
|
1297 |
},
|
1298 |
"glob": {
|
1301 |
"integrity": "sha1-IRuvr0nlJbjNkyYNFKsTYVKz9Xo=",
|
1302 |
"dev": true,
|
1303 |
"requires": {
|
1304 |
+
"fs.realpath": "^1.0.0",
|
1305 |
+
"inflight": "^1.0.4",
|
1306 |
+
"inherits": "2",
|
1307 |
+
"minimatch": "^3.0.2",
|
1308 |
+
"once": "^1.3.0",
|
1309 |
+
"path-is-absolute": "^1.0.0"
|
1310 |
}
|
1311 |
},
|
1312 |
"glob-base": {
|
1315 |
"integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=",
|
1316 |
"dev": true,
|
1317 |
"requires": {
|
1318 |
+
"glob-parent": "^2.0.0",
|
1319 |
+
"is-glob": "^2.0.0"
|
1320 |
}
|
1321 |
},
|
1322 |
"glob-parent": {
|
1325 |
"integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=",
|
1326 |
"dev": true,
|
1327 |
"requires": {
|
1328 |
+
"is-glob": "^2.0.0"
|
1329 |
}
|
1330 |
},
|
1331 |
"globby": {
|
1334 |
"integrity": "sha1-+yzP+UAfhgCUXfral0QMypcrhoA=",
|
1335 |
"dev": true,
|
1336 |
"requires": {
|
1337 |
+
"array-union": "^1.0.1",
|
1338 |
+
"dir-glob": "^2.0.0",
|
1339 |
+
"glob": "^7.1.2",
|
1340 |
+
"ignore": "^3.3.5",
|
1341 |
+
"pify": "^3.0.0",
|
1342 |
+
"slash": "^1.0.0"
|
1343 |
},
|
1344 |
"dependencies": {
|
1345 |
"glob": {
|
1348 |
"integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
|
1349 |
"dev": true,
|
1350 |
"requires": {
|
1351 |
+
"fs.realpath": "^1.0.0",
|
1352 |
+
"inflight": "^1.0.4",
|
1353 |
+
"inherits": "2",
|
1354 |
+
"minimatch": "^3.0.4",
|
1355 |
+
"once": "^1.3.0",
|
1356 |
+
"path-is-absolute": "^1.0.0"
|
1357 |
}
|
1358 |
},
|
1359 |
"pify": {
|
1376 |
"integrity": "sha1-HcScaCLdnoovoAuiopUAboZkvQk=",
|
1377 |
"dev": true,
|
1378 |
"requires": {
|
1379 |
+
"glob": "~7.1.1",
|
1380 |
+
"lodash": "~4.17.4",
|
1381 |
+
"minimatch": "~3.0.2"
|
1382 |
},
|
1383 |
"dependencies": {
|
1384 |
"glob": {
|
1387 |
"integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
|
1388 |
"dev": true,
|
1389 |
"requires": {
|
1390 |
+
"fs.realpath": "^1.0.0",
|
1391 |
+
"inflight": "^1.0.4",
|
1392 |
+
"inherits": "2",
|
1393 |
+
"minimatch": "^3.0.4",
|
1394 |
+
"once": "^1.3.0",
|
1395 |
+
"path-is-absolute": "^1.0.0"
|
1396 |
}
|
1397 |
},
|
1398 |
"lodash": {
|
1409 |
"integrity": "sha512-Kjhohco0esHQnOiqqdJeNz/5fyPkOMD/d6XVjwTAoPGUFh0mCollPUTUTa2OZy4dYNAqlPIQdTiNzJTWdd9Htw==",
|
1410 |
"dev": true,
|
1411 |
"requires": {
|
1412 |
+
"minimist": "1.1.x"
|
1413 |
},
|
1414 |
"dependencies": {
|
1415 |
"minimist": {
|
1432 |
"integrity": "sha1-6HeHZOlEsY8yuw8QuQeEdcnftWs=",
|
1433 |
"dev": true,
|
1434 |
"requires": {
|
1435 |
+
"coffee-script": "~1.10.0",
|
1436 |
+
"dateformat": "~1.0.12",
|
1437 |
+
"eventemitter2": "~0.4.13",
|
1438 |
+
"exit": "~0.1.1",
|
1439 |
+
"findup-sync": "~0.3.0",
|
1440 |
+
"glob": "~7.0.0",
|
1441 |
+
"grunt-cli": "~1.2.0",
|
1442 |
+
"grunt-known-options": "~1.1.0",
|
1443 |
+
"grunt-legacy-log": "~1.0.0",
|
1444 |
+
"grunt-legacy-util": "~1.0.0",
|
1445 |
+
"iconv-lite": "~0.4.13",
|
1446 |
+
"js-yaml": "~3.5.2",
|
1447 |
+
"minimatch": "~3.0.0",
|
1448 |
+
"nopt": "~3.0.6",
|
1449 |
+
"path-is-absolute": "~1.0.0",
|
1450 |
+
"rimraf": "~2.2.8"
|
1451 |
},
|
1452 |
"dependencies": {
|
1453 |
"grunt-cli": {
|
1456 |
"integrity": "sha1-VisRnrsGndtGSs4oRVAb6Xs1tqg=",
|
1457 |
"dev": true,
|
1458 |
"requires": {
|
1459 |
+
"findup-sync": "~0.3.0",
|
1460 |
+
"grunt-known-options": "~1.1.0",
|
1461 |
+
"nopt": "~3.0.6",
|
1462 |
+
"resolve": "~1.1.0"
|
1463 |
}
|
1464 |
}
|
1465 |
}
|
1470 |
"integrity": "sha1-slTQHh3pEwBdTbHFMD2QI7mD4Zs=",
|
1471 |
"dev": true,
|
1472 |
"requires": {
|
1473 |
+
"chalk": "~0.2.1",
|
1474 |
+
"text-table": "~0.2.0"
|
1475 |
},
|
1476 |
"dependencies": {
|
1477 |
"ansi-styles": {
|
1486 |
"integrity": "sha1-dhPhV1FFshOGSD9/SFql/6jL0Qw=",
|
1487 |
"dev": true,
|
1488 |
"requires": {
|
1489 |
+
"ansi-styles": "~0.2.0",
|
1490 |
+
"has-color": "~0.1.0"
|
1491 |
}
|
1492 |
}
|
1493 |
}
|
1498 |
"integrity": "sha512-IXNomhQ5ekVZbDbj/ik5YccoD9khU6LT2fDXqO1+/Txjq8cp0tQKjVS8i8EAbHOrSDkL7/UD6A7b+xj98gqh9w==",
|
1499 |
"dev": true,
|
1500 |
"requires": {
|
1501 |
+
"chalk": "^1.0.0",
|
1502 |
+
"clean-css": "~4.1.1",
|
1503 |
+
"maxmin": "^2.1.0"
|
1504 |
},
|
1505 |
"dependencies": {
|
1506 |
"ansi-styles": {
|
1515 |
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
1516 |
"dev": true,
|
1517 |
"requires": {
|
1518 |
+
"ansi-styles": "^2.2.1",
|
1519 |
+
"escape-string-regexp": "^1.0.2",
|
1520 |
+
"has-ansi": "^2.0.0",
|
1521 |
+
"strip-ansi": "^3.0.0",
|
1522 |
+
"supports-color": "^2.0.0"
|
1523 |
}
|
1524 |
},
|
1525 |
"supports-color": {
|
1536 |
"integrity": "sha1-Np2QmyWTxA6L55lAshNAhQx5Oaw=",
|
1537 |
"dev": true,
|
1538 |
"requires": {
|
1539 |
+
"chalk": "^1.1.1",
|
1540 |
+
"hooker": "^0.2.3",
|
1541 |
+
"jshint": "~2.9.4"
|
1542 |
},
|
1543 |
"dependencies": {
|
1544 |
"ansi-styles": {
|
1553 |
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
1554 |
"dev": true,
|
1555 |
"requires": {
|
1556 |
+
"ansi-styles": "^2.2.1",
|
1557 |
+
"escape-string-regexp": "^1.0.2",
|
1558 |
+
"has-ansi": "^2.0.0",
|
1559 |
+
"strip-ansi": "^3.0.0",
|
1560 |
+
"supports-color": "^2.0.0"
|
1561 |
}
|
1562 |
},
|
1563 |
"supports-color": {
|
1574 |
"integrity": "sha512-xBPwg8wuA/m+HiSh2uMADuadKEnFQt9N5OhEy35vIl945yG6095oY1H1Og3ucg0wBSOieIBn3raqStvIcwKqHg==",
|
1575 |
"dev": true,
|
1576 |
"requires": {
|
1577 |
+
"chalk": "^1.0.0",
|
1578 |
+
"maxmin": "^1.1.0",
|
1579 |
+
"uglify-js": "~3.2.0",
|
1580 |
+
"uri-path": "^1.0.0"
|
1581 |
},
|
1582 |
"dependencies": {
|
1583 |
"ansi-styles": {
|
1592 |
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
1593 |
"dev": true,
|
1594 |
"requires": {
|
1595 |
+
"ansi-styles": "^2.2.1",
|
1596 |
+
"escape-string-regexp": "^1.0.2",
|
1597 |
+
"has-ansi": "^2.0.0",
|
1598 |
+
"strip-ansi": "^3.0.0",
|
1599 |
+
"supports-color": "^2.0.0"
|
1600 |
}
|
1601 |
},
|
1602 |
"gzip-size": {
|
1605 |
"integrity": "sha1-Zs+LEBBHInuVus5uodoMF37Vwi8=",
|
1606 |
"dev": true,
|
1607 |
"requires": {
|
1608 |
+
"browserify-zlib": "^0.1.4",
|
1609 |
+
"concat-stream": "^1.4.1"
|
1610 |
}
|
1611 |
},
|
1612 |
"maxmin": {
|
1615 |
"integrity": "sha1-cTZehKmd2Piz99X94vANHn9zvmE=",
|
1616 |
"dev": true,
|
1617 |
"requires": {
|
1618 |
+
"chalk": "^1.0.0",
|
1619 |
+
"figures": "^1.0.1",
|
1620 |
+
"gzip-size": "^1.0.0",
|
1621 |
+
"pretty-bytes": "^1.0.0"
|
1622 |
}
|
1623 |
},
|
1624 |
"pretty-bytes": {
|
1627 |
"integrity": "sha1-CiLoIQYJrTVUL4yNXSFZr/B1HIQ=",
|
1628 |
"dev": true,
|
1629 |
"requires": {
|
1630 |
+
"get-stdin": "^4.0.1",
|
1631 |
+
"meow": "^3.1.0"
|
1632 |
}
|
1633 |
},
|
1634 |
"supports-color": {
|
1645 |
"integrity": "sha1-hKGnodar0m7VaEE0lscxM+mQAY8=",
|
1646 |
"dev": true,
|
1647 |
"requires": {
|
1648 |
+
"async": "^1.5.0",
|
1649 |
+
"gaze": "^1.0.0",
|
1650 |
+
"lodash": "^3.10.1",
|
1651 |
+
"tiny-lr": "^0.2.1"
|
1652 |
}
|
1653 |
},
|
1654 |
"grunt-known-options": {
|
1663 |
"integrity": "sha1-+4bxgJhHvAfcR4Q/ns1srLYt8tU=",
|
1664 |
"dev": true,
|
1665 |
"requires": {
|
1666 |
+
"colors": "~1.1.2",
|
1667 |
+
"grunt-legacy-log-utils": "~1.0.0",
|
1668 |
+
"hooker": "~0.2.3",
|
1669 |
+
"lodash": "~3.10.1",
|
1670 |
+
"underscore.string": "~3.2.3"
|
1671 |
}
|
1672 |
},
|
1673 |
"grunt-legacy-log-utils": {
|
1676 |
"integrity": "sha1-p7ji0Ps1taUPSvmG/BEnSevJbz0=",
|
1677 |
"dev": true,
|
1678 |
"requires": {
|
1679 |
+
"chalk": "~1.1.1",
|
1680 |
+
"lodash": "~4.3.0"
|
1681 |
},
|
1682 |
"dependencies": {
|
1683 |
"ansi-styles": {
|
1692 |
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
1693 |
"dev": true,
|
1694 |
"requires": {
|
1695 |
+
"ansi-styles": "^2.2.1",
|
1696 |
+
"escape-string-regexp": "^1.0.2",
|
1697 |
+
"has-ansi": "^2.0.0",
|
1698 |
+
"strip-ansi": "^3.0.0",
|
1699 |
+
"supports-color": "^2.0.0"
|
1700 |
}
|
1701 |
},
|
1702 |
"lodash": {
|
1719 |
"integrity": "sha1-OGqnjcbtUJhsKxiVcmWxtIq7m4Y=",
|
1720 |
"dev": true,
|
1721 |
"requires": {
|
1722 |
+
"async": "~1.5.2",
|
1723 |
+
"exit": "~0.1.1",
|
1724 |
+
"getobject": "~0.1.0",
|
1725 |
+
"hooker": "~0.2.3",
|
1726 |
+
"lodash": "~4.3.0",
|
1727 |
+
"underscore.string": "~3.2.3",
|
1728 |
+
"which": "~1.2.1"
|
1729 |
},
|
1730 |
"dependencies": {
|
1731 |
"lodash": {
|
1748 |
"integrity": "sha512-lglLcVaoOIqH0sFv7RqwUKkEFGQwnlqyAKbatxZderwZGV1nDyKHN7gZS9LUiTx1t5GOvRBx0BEalHMyVwFAIA==",
|
1749 |
"dev": true,
|
1750 |
"requires": {
|
1751 |
+
"chalk": "^2.1.0",
|
1752 |
+
"diff": "^3.0.0",
|
1753 |
+
"postcss": "^6.0.11"
|
1754 |
}
|
1755 |
},
|
1756 |
"grunt-rtlcss": {
|
1759 |
"integrity": "sha1-6eYc5DdAY5f546Sxv2aeR+cf/MM=",
|
1760 |
"dev": true,
|
1761 |
"requires": {
|
1762 |
+
"chalk": "^1.0.0",
|
1763 |
+
"rtlcss": "^2.0.0"
|
1764 |
},
|
1765 |
"dependencies": {
|
1766 |
"ansi-styles": {
|
1775 |
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
1776 |
"dev": true,
|
1777 |
"requires": {
|
1778 |
+
"ansi-styles": "^2.2.1",
|
1779 |
+
"escape-string-regexp": "^1.0.2",
|
1780 |
+
"has-ansi": "^2.0.0",
|
1781 |
+
"strip-ansi": "^3.0.0",
|
1782 |
+
"supports-color": "^2.0.0"
|
1783 |
}
|
1784 |
},
|
1785 |
"supports-color": {
|
1791 |
}
|
1792 |
},
|
1793 |
"grunt-sass": {
|
1794 |
+
"version": "3.1.0",
|
1795 |
+
"resolved": "https://registry.npmjs.org/grunt-sass/-/grunt-sass-3.1.0.tgz",
|
1796 |
+
"integrity": "sha512-90s27H7FoCDcA8C8+R0GwC+ntYD3lG6S/jqcavWm3bn9RiJTmSfOvfbFa1PXx4NbBWuiGQMLfQTj/JvvqT5w6A==",
|
1797 |
+
"dev": true
|
|
|
|
|
|
|
|
|
|
|
1798 |
},
|
1799 |
"grunt-stylelint": {
|
1800 |
"version": "0.9.0",
|
1817 |
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
1818 |
"dev": true,
|
1819 |
"requires": {
|
1820 |
+
"ansi-styles": "^2.2.1",
|
1821 |
+
"escape-string-regexp": "^1.0.2",
|
1822 |
+
"has-ansi": "^2.0.0",
|
1823 |
+
"strip-ansi": "^3.0.0",
|
1824 |
+
"supports-color": "^2.0.0"
|
1825 |
}
|
1826 |
},
|
1827 |
"supports-color": {
|
1838 |
"integrity": "sha512-0V+rBR0yNUGsmDrFaibP9i0G4FLFSumzMfGcny2LhdiW5MS+EwdNiuJ0qRWoiUzyvyYHpCF/8t+GBaIu/pb0iw==",
|
1839 |
"dev": true,
|
1840 |
"requires": {
|
1841 |
+
"grunt": "^1.0.1",
|
1842 |
+
"node-wp-i18n": "^1.0.4"
|
1843 |
}
|
1844 |
},
|
1845 |
"gzip-size": {
|
1848 |
"integrity": "sha1-VGGI6b3DN/Zzdy+BZgRks4nc5SA=",
|
1849 |
"dev": true,
|
1850 |
"requires": {
|
1851 |
+
"duplexer": "^0.1.1"
|
1852 |
}
|
1853 |
},
|
1854 |
+
"har-schema": {
|
1855 |
+
"version": "2.0.0",
|
1856 |
+
"resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz",
|
1857 |
+
"integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=",
|
1858 |
+
"dev": true
|
1859 |
+
},
|
1860 |
"har-validator": {
|
1861 |
+
"version": "5.1.5",
|
1862 |
+
"resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz",
|
1863 |
+
"integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==",
|
1864 |
"dev": true,
|
1865 |
"requires": {
|
1866 |
+
"ajv": "^6.12.3",
|
1867 |
+
"har-schema": "^2.0.0"
|
|
|
|
|
1868 |
},
|
1869 |
"dependencies": {
|
1870 |
+
"ajv": {
|
1871 |
+
"version": "6.12.6",
|
1872 |
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
1873 |
+
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
|
|
|
|
|
|
|
|
|
|
|
1874 |
"dev": true,
|
1875 |
"requires": {
|
1876 |
+
"fast-deep-equal": "^3.1.1",
|
1877 |
+
"fast-json-stable-stringify": "^2.0.0",
|
1878 |
+
"json-schema-traverse": "^0.4.1",
|
1879 |
+
"uri-js": "^4.2.2"
|
|
|
1880 |
}
|
1881 |
},
|
1882 |
+
"fast-deep-equal": {
|
1883 |
+
"version": "3.1.3",
|
1884 |
+
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
1885 |
+
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
|
1886 |
+
"dev": true
|
1887 |
+
},
|
1888 |
+
"json-schema-traverse": {
|
1889 |
+
"version": "0.4.1",
|
1890 |
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
1891 |
+
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
1892 |
"dev": true
|
1893 |
}
|
1894 |
}
|
1899 |
"integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
|
1900 |
"dev": true,
|
1901 |
"requires": {
|
1902 |
+
"ansi-regex": "^2.0.0"
|
1903 |
}
|
1904 |
},
|
1905 |
"has-color": {
|
1920 |
"integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=",
|
1921 |
"dev": true
|
1922 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1923 |
"hooker": {
|
1924 |
"version": "0.2.3",
|
1925 |
"resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz",
|
1944 |
"integrity": "sha1-mWwosZFRaovoZQGn15dX5ccMEGg=",
|
1945 |
"dev": true,
|
1946 |
"requires": {
|
1947 |
+
"domelementtype": "1",
|
1948 |
+
"domhandler": "2.3",
|
1949 |
+
"domutils": "1.5",
|
1950 |
+
"entities": "1.0",
|
1951 |
+
"readable-stream": "1.1"
|
1952 |
}
|
1953 |
},
|
1954 |
"http-errors": {
|
1957 |
"integrity": "sha1-GX4izevUGYWF6GlO9nhhl7ke2UI=",
|
1958 |
"dev": true,
|
1959 |
"requires": {
|
1960 |
+
"inherits": "~2.0.1",
|
1961 |
+
"statuses": "1"
|
1962 |
}
|
1963 |
},
|
1964 |
"http-parser-js": {
|
1968 |
"dev": true
|
1969 |
},
|
1970 |
"http-signature": {
|
1971 |
+
"version": "1.2.0",
|
1972 |
+
"resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz",
|
1973 |
+
"integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=",
|
1974 |
"dev": true,
|
1975 |
"requires": {
|
1976 |
+
"assert-plus": "^1.0.0",
|
1977 |
+
"jsprim": "^1.2.2",
|
1978 |
+
"sshpk": "^1.7.0"
|
1979 |
}
|
1980 |
},
|
1981 |
"iconv-lite": {
|
1996 |
"integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
|
1997 |
"dev": true
|
1998 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
1999 |
"indent-string": {
|
2000 |
"version": "2.1.0",
|
2001 |
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
|
2002 |
"integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=",
|
2003 |
"dev": true,
|
2004 |
"requires": {
|
2005 |
+
"repeating": "^2.0.0"
|
2006 |
}
|
2007 |
},
|
2008 |
"indexes-of": {
|
2017 |
"integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
|
2018 |
"dev": true,
|
2019 |
"requires": {
|
2020 |
+
"once": "^1.3.0",
|
2021 |
+
"wrappy": "1"
|
2022 |
}
|
2023 |
},
|
2024 |
"inherits": {
|
2027 |
"integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
|
2028 |
"dev": true
|
2029 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
2030 |
"is-alphabetical": {
|
2031 |
"version": "1.0.1",
|
2032 |
"resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.1.tgz",
|
2045 |
"integrity": "sha1-37SqTRCF4zvbYcLe6cgOnGwZ9Ts=",
|
2046 |
"dev": true,
|
2047 |
"requires": {
|
2048 |
+
"is-alphabetical": "^1.0.0",
|
2049 |
+
"is-decimal": "^1.0.0"
|
2050 |
}
|
2051 |
},
|
2052 |
"is-arrayish": {
|
2067 |
"integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=",
|
2068 |
"dev": true,
|
2069 |
"requires": {
|
2070 |
+
"builtin-modules": "^1.0.0"
|
2071 |
}
|
2072 |
},
|
2073 |
"is-decimal": {
|
2094 |
"integrity": "sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=",
|
2095 |
"dev": true,
|
2096 |
"requires": {
|
2097 |
+
"is-primitive": "^2.0.0"
|
2098 |
}
|
2099 |
},
|
2100 |
"is-extendable": {
|
2115 |
"integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=",
|
2116 |
"dev": true,
|
2117 |
"requires": {
|
2118 |
+
"number-is-nan": "^1.0.0"
|
2119 |
}
|
2120 |
},
|
2121 |
"is-fullwidth-code-point": {
|
2124 |
"integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
|
2125 |
"dev": true,
|
2126 |
"requires": {
|
2127 |
+
"number-is-nan": "^1.0.0"
|
2128 |
}
|
2129 |
},
|
2130 |
"is-glob": {
|
2133 |
"integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=",
|
2134 |
"dev": true,
|
2135 |
"requires": {
|
2136 |
+
"is-extglob": "^1.0.0"
|
2137 |
}
|
2138 |
},
|
2139 |
"is-hexadecimal": {
|
2142 |
"integrity": "sha1-bghLvJIGH7sJcexYts5tQE4k2mk=",
|
2143 |
"dev": true
|
2144 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2145 |
"is-number": {
|
2146 |
"version": "2.1.0",
|
2147 |
"resolved": "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz",
|
2148 |
"integrity": "sha1-Afy7s5NGOlSPL0ZszhbezknbkI8=",
|
2149 |
"dev": true,
|
2150 |
"requires": {
|
2151 |
+
"kind-of": "^3.0.2"
|
2152 |
}
|
2153 |
},
|
2154 |
"is-obj": {
|
2169 |
"integrity": "sha1-ZHdYK4IU1gI0YJRWcAO+ip6sBNw=",
|
2170 |
"dev": true,
|
2171 |
"requires": {
|
2172 |
+
"is-path-inside": "^1.0.0"
|
2173 |
}
|
2174 |
},
|
2175 |
"is-path-inside": {
|
2178 |
"integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=",
|
2179 |
"dev": true,
|
2180 |
"requires": {
|
2181 |
+
"path-is-inside": "^1.0.1"
|
2182 |
}
|
2183 |
},
|
2184 |
"is-plain-obj": {
|
2199 |
"integrity": "sha1-IHurkWOEmcB7Kt8kCkGochADRXU=",
|
2200 |
"dev": true
|
2201 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
2202 |
"is-regexp": {
|
2203 |
"version": "1.0.0",
|
2204 |
"resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz",
|
2282 |
"integrity": "sha1-A3fDgBfKvHMisNH7zSWkkWQfL74=",
|
2283 |
"dev": true,
|
2284 |
"requires": {
|
2285 |
+
"argparse": "^1.0.2",
|
2286 |
+
"esprima": "^2.6.0"
|
2287 |
}
|
2288 |
},
|
2289 |
"jsbn": {
|
2290 |
"version": "0.1.1",
|
2291 |
"resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
|
2292 |
"integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=",
|
2293 |
+
"dev": true
|
|
|
2294 |
},
|
2295 |
"jshint": {
|
2296 |
"version": "2.9.5",
|
2298 |
"integrity": "sha1-HnJSkVzmgbQIJ+4UJIxG006apiw=",
|
2299 |
"dev": true,
|
2300 |
"requires": {
|
2301 |
+
"cli": "~1.0.0",
|
2302 |
+
"console-browserify": "1.1.x",
|
2303 |
+
"exit": "0.1.x",
|
2304 |
+
"htmlparser2": "3.8.x",
|
2305 |
+
"lodash": "3.7.x",
|
2306 |
+
"minimatch": "~3.0.2",
|
2307 |
+
"shelljs": "0.3.x",
|
2308 |
+
"strip-json-comments": "1.0.x"
|
2309 |
},
|
2310 |
"dependencies": {
|
2311 |
"lodash": {
|
2340 |
"integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=",
|
2341 |
"dev": true
|
2342 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
2343 |
"jsprim": {
|
2344 |
"version": "1.4.1",
|
2345 |
"resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz",
|
2350 |
"extsprintf": "1.3.0",
|
2351 |
"json-schema": "0.2.3",
|
2352 |
"verror": "1.10.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2353 |
}
|
2354 |
},
|
2355 |
"kind-of": {
|
2358 |
"integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
|
2359 |
"dev": true,
|
2360 |
"requires": {
|
2361 |
+
"is-buffer": "^1.1.5"
|
2362 |
}
|
2363 |
},
|
2364 |
"known-css-properties": {
|
2367 |
"integrity": "sha512-LOS0CoS8zcZnB1EjLw4LLqDXw8nvt3AGH5dXLQP3D9O1nLLA+9GC5GnPl5mmF+JiQAtSX4VyZC7KvEtcA4kUtA==",
|
2368 |
"dev": true
|
2369 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2370 |
"livereload-js": {
|
2371 |
"version": "2.2.2",
|
2372 |
"resolved": "https://registry.npmjs.org/livereload-js/-/livereload-js-2.2.2.tgz",
|
2379 |
"integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
|
2380 |
"dev": true,
|
2381 |
"requires": {
|
2382 |
+
"graceful-fs": "^4.1.2",
|
2383 |
+
"parse-json": "^2.2.0",
|
2384 |
+
"pify": "^2.0.0",
|
2385 |
+
"pinkie-promise": "^2.0.0",
|
2386 |
+
"strip-bom": "^2.0.0"
|
2387 |
}
|
2388 |
},
|
2389 |
"locate-path": {
|
2392 |
"integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
|
2393 |
"dev": true,
|
2394 |
"requires": {
|
2395 |
+
"p-locate": "^2.0.0",
|
2396 |
+
"path-exists": "^3.0.0"
|
2397 |
},
|
2398 |
"dependencies": {
|
2399 |
"path-exists": {
|
2410 |
"integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=",
|
2411 |
"dev": true
|
2412 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2413 |
"log-symbols": {
|
2414 |
"version": "2.1.0",
|
2415 |
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.1.0.tgz",
|
2416 |
"integrity": "sha512-zLeLrzMA1A2vRF1e/0Mo+LNINzi6jzBylHj5WqvQ/WK/5WCZt8si9SyN4p9llr/HRYvVR1AoXHRHl4WTHyQAzQ==",
|
2417 |
"dev": true,
|
2418 |
"requires": {
|
2419 |
+
"chalk": "^2.0.1"
|
2420 |
}
|
2421 |
},
|
2422 |
"longest-streak": {
|
2431 |
"integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=",
|
2432 |
"dev": true,
|
2433 |
"requires": {
|
2434 |
+
"currently-unhandled": "^0.4.1",
|
2435 |
+
"signal-exit": "^3.0.0"
|
2436 |
}
|
2437 |
},
|
2438 |
"lru-cache": {
|
2439 |
+
"version": "6.0.0",
|
2440 |
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
2441 |
+
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
2442 |
"dev": true,
|
2443 |
"requires": {
|
2444 |
+
"yallist": "^4.0.0"
|
|
|
2445 |
}
|
2446 |
},
|
2447 |
"map-obj": {
|
2474 |
"integrity": "sha1-TTsiCQPZXu5+t6x/qGTnLcCaMWY=",
|
2475 |
"dev": true,
|
2476 |
"requires": {
|
2477 |
+
"chalk": "^1.0.0",
|
2478 |
+
"figures": "^1.0.1",
|
2479 |
+
"gzip-size": "^3.0.0",
|
2480 |
+
"pretty-bytes": "^3.0.0"
|
2481 |
},
|
2482 |
"dependencies": {
|
2483 |
"ansi-styles": {
|
2492 |
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
2493 |
"dev": true,
|
2494 |
"requires": {
|
2495 |
+
"ansi-styles": "^2.2.1",
|
2496 |
+
"escape-string-regexp": "^1.0.2",
|
2497 |
+
"has-ansi": "^2.0.0",
|
2498 |
+
"strip-ansi": "^3.0.0",
|
2499 |
+
"supports-color": "^2.0.0"
|
2500 |
}
|
2501 |
},
|
2502 |
"supports-color": {
|
2513 |
"integrity": "sha1-zbX4TitqLTEU3zO9BdnLMuPECDo=",
|
2514 |
"dev": true,
|
2515 |
"requires": {
|
2516 |
+
"unist-util-modify-children": "^1.0.0",
|
2517 |
+
"unist-util-visit": "^1.1.0"
|
2518 |
}
|
2519 |
},
|
2520 |
"media-typer": {
|
2529 |
"integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=",
|
2530 |
"dev": true,
|
2531 |
"requires": {
|
2532 |
+
"camelcase-keys": "^2.0.0",
|
2533 |
+
"decamelize": "^1.1.2",
|
2534 |
+
"loud-rejection": "^1.0.0",
|
2535 |
+
"map-obj": "^1.0.1",
|
2536 |
+
"minimist": "^1.1.3",
|
2537 |
+
"normalize-package-data": "^2.3.4",
|
2538 |
+
"object-assign": "^4.0.1",
|
2539 |
+
"read-pkg-up": "^1.0.1",
|
2540 |
+
"redent": "^1.0.0",
|
2541 |
+
"trim-newlines": "^1.0.0"
|
2542 |
}
|
2543 |
},
|
2544 |
"micromatch": {
|
2547 |
"integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=",
|
2548 |
"dev": true,
|
2549 |
"requires": {
|
2550 |
+
"arr-diff": "^2.0.0",
|
2551 |
+
"array-unique": "^0.2.1",
|
2552 |
+
"braces": "^1.8.2",
|
2553 |
+
"expand-brackets": "^0.1.4",
|
2554 |
+
"extglob": "^0.3.1",
|
2555 |
+
"filename-regex": "^2.0.0",
|
2556 |
+
"is-extglob": "^1.0.0",
|
2557 |
+
"is-glob": "^2.0.1",
|
2558 |
+
"kind-of": "^3.0.2",
|
2559 |
+
"normalize-path": "^2.0.1",
|
2560 |
+
"object.omit": "^2.0.0",
|
2561 |
+
"parse-glob": "^3.0.4",
|
2562 |
+
"regex-cache": "^0.4.2"
|
2563 |
}
|
2564 |
},
|
2565 |
"mime-db": {
|
2574 |
"integrity": "sha1-Cdejk/A+mVp5+K+Fe3Cp4KsWVXo=",
|
2575 |
"dev": true,
|
2576 |
"requires": {
|
2577 |
+
"mime-db": "~1.30.0"
|
2578 |
}
|
2579 |
},
|
2580 |
"minimatch": {
|
2583 |
"integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
|
2584 |
"dev": true,
|
2585 |
"requires": {
|
2586 |
+
"brace-expansion": "^1.1.7"
|
2587 |
}
|
2588 |
},
|
2589 |
"minimist": {
|
2598 |
"integrity": "sha512-FyBrT/d0d4+uiZRbqznPXqw3IpZZG3gl3wKWiX784FycUKVwBt0uLBFkQrtE4tZOrgo78nZp2jnKz3L65T5LdQ==",
|
2599 |
"dev": true,
|
2600 |
"requires": {
|
2601 |
+
"arrify": "^1.0.1",
|
2602 |
+
"is-plain-obj": "^1.1.0"
|
2603 |
+
}
|
2604 |
+
},
|
2605 |
+
"minipass": {
|
2606 |
+
"version": "3.1.3",
|
2607 |
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz",
|
2608 |
+
"integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==",
|
2609 |
+
"dev": true,
|
2610 |
+
"requires": {
|
2611 |
+
"yallist": "^4.0.0"
|
2612 |
+
}
|
2613 |
+
},
|
2614 |
+
"minizlib": {
|
2615 |
+
"version": "2.1.2",
|
2616 |
+
"resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",
|
2617 |
+
"integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
|
2618 |
+
"dev": true,
|
2619 |
+
"requires": {
|
2620 |
+
"minipass": "^3.0.0",
|
2621 |
+
"yallist": "^4.0.0"
|
2622 |
}
|
2623 |
},
|
2624 |
"mkdirp": {
|
2645 |
"dev": true
|
2646 |
},
|
2647 |
"nan": {
|
2648 |
+
"version": "2.14.2",
|
2649 |
+
"resolved": "https://registry.npmjs.org/nan/-/nan-2.14.2.tgz",
|
2650 |
+
"integrity": "sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==",
|
2651 |
"dev": true
|
2652 |
},
|
2653 |
"node-gyp": {
|
2654 |
+
"version": "7.1.2",
|
2655 |
+
"resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-7.1.2.tgz",
|
2656 |
+
"integrity": "sha512-CbpcIo7C3eMu3dL1c3d0xw449fHIGALIJsRP4DDPHpyiW8vcriNY7ubh9TE4zEKfSxscY7PjeFnshE7h75ynjQ==",
|
2657 |
+
"dev": true,
|
2658 |
+
"requires": {
|
2659 |
+
"env-paths": "^2.2.0",
|
2660 |
+
"glob": "^7.1.4",
|
2661 |
+
"graceful-fs": "^4.2.3",
|
2662 |
+
"nopt": "^5.0.0",
|
2663 |
+
"npmlog": "^4.1.2",
|
2664 |
+
"request": "^2.88.2",
|
2665 |
+
"rimraf": "^3.0.2",
|
2666 |
+
"semver": "^7.3.2",
|
2667 |
+
"tar": "^6.0.2",
|
2668 |
+
"which": "^2.0.2"
|
|
|
|
|
|
|
2669 |
},
|
2670 |
"dependencies": {
|
2671 |
+
"glob": {
|
2672 |
+
"version": "7.1.6",
|
2673 |
+
"resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
|
2674 |
+
"integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
|
2675 |
+
"dev": true,
|
2676 |
+
"requires": {
|
2677 |
+
"fs.realpath": "^1.0.0",
|
2678 |
+
"inflight": "^1.0.4",
|
2679 |
+
"inherits": "2",
|
2680 |
+
"minimatch": "^3.0.4",
|
2681 |
+
"once": "^1.3.0",
|
2682 |
+
"path-is-absolute": "^1.0.0"
|
2683 |
+
}
|
2684 |
+
},
|
2685 |
+
"graceful-fs": {
|
2686 |
+
"version": "4.2.4",
|
2687 |
+
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz",
|
2688 |
+
"integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==",
|
2689 |
"dev": true
|
2690 |
+
},
|
2691 |
+
"nopt": {
|
2692 |
+
"version": "5.0.0",
|
2693 |
+
"resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
|
2694 |
+
"integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",
|
2695 |
+
"dev": true,
|
2696 |
+
"requires": {
|
2697 |
+
"abbrev": "1"
|
2698 |
+
}
|
2699 |
+
},
|
2700 |
+
"rimraf": {
|
2701 |
+
"version": "3.0.2",
|
2702 |
+
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
|
2703 |
+
"integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
|
2704 |
+
"dev": true,
|
2705 |
+
"requires": {
|
2706 |
+
"glob": "^7.1.3"
|
2707 |
+
}
|
2708 |
+
},
|
2709 |
+
"semver": {
|
2710 |
+
"version": "7.3.4",
|
2711 |
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz",
|
2712 |
+
"integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==",
|
2713 |
+
"dev": true,
|
2714 |
+
"requires": {
|
2715 |
+
"lru-cache": "^6.0.0"
|
2716 |
+
}
|
2717 |
+
},
|
2718 |
+
"which": {
|
2719 |
+
"version": "2.0.2",
|
2720 |
+
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
2721 |
+
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
2722 |
+
"dev": true,
|
2723 |
+
"requires": {
|
2724 |
+
"isexe": "^2.0.0"
|
2725 |
+
}
|
2726 |
}
|
2727 |
}
|
2728 |
},
|
2729 |
"node-sass": {
|
2730 |
+
"version": "5.0.0",
|
2731 |
+
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-5.0.0.tgz",
|
2732 |
+
"integrity": "sha512-opNgmlu83ZCF792U281Ry7tak9IbVC+AKnXGovcQ8LG8wFaJv6cLnRlc6DIHlmNxWEexB5bZxi9SZ9JyUuOYjw==",
|
2733 |
+
"dev": true,
|
2734 |
+
"requires": {
|
2735 |
+
"async-foreach": "^0.1.3",
|
2736 |
+
"chalk": "^1.1.1",
|
2737 |
+
"cross-spawn": "^7.0.3",
|
2738 |
+
"gaze": "^1.0.0",
|
2739 |
+
"get-stdin": "^4.0.1",
|
2740 |
+
"glob": "^7.0.3",
|
2741 |
+
"lodash": "^4.17.15",
|
2742 |
+
"meow": "^3.7.0",
|
2743 |
+
"mkdirp": "^0.5.1",
|
2744 |
+
"nan": "^2.13.2",
|
2745 |
+
"node-gyp": "^7.1.0",
|
2746 |
+
"npmlog": "^4.0.0",
|
2747 |
+
"request": "^2.88.0",
|
2748 |
+
"sass-graph": "2.2.5",
|
2749 |
+
"stdout-stream": "^1.4.0",
|
2750 |
+
"true-case-path": "^1.0.2"
|
|
|
|
|
|
|
2751 |
},
|
2752 |
"dependencies": {
|
2753 |
"ansi-styles": {
|
2762 |
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
2763 |
"dev": true,
|
2764 |
"requires": {
|
2765 |
+
"ansi-styles": "^2.2.1",
|
2766 |
+
"escape-string-regexp": "^1.0.2",
|
2767 |
+
"has-ansi": "^2.0.0",
|
2768 |
+
"strip-ansi": "^3.0.0",
|
2769 |
+
"supports-color": "^2.0.0"
|
2770 |
}
|
2771 |
},
|
2772 |
+
"lodash": {
|
2773 |
+
"version": "4.17.20",
|
2774 |
+
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
|
2775 |
+
"integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==",
|
2776 |
+
"dev": true
|
2777 |
+
},
|
2778 |
"supports-color": {
|
2779 |
"version": "2.0.0",
|
2780 |
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
|
2789 |
"integrity": "sha512-3eeAGWaezTDQICTBId7de2H1eHi5k2YhMNGim20pPg5iMxiEtOSeU5nYQVVhL8znt/c+AxVWRUxTIHpEPbZTaw==",
|
2790 |
"dev": true,
|
2791 |
"requires": {
|
2792 |
+
"bluebird": "^3.4.1",
|
2793 |
+
"gettext-parser": "^1.2.0",
|
2794 |
+
"glob": "^7.0.5",
|
2795 |
+
"lodash": "^4.14.2",
|
2796 |
+
"minimist": "^1.2.0",
|
2797 |
+
"mkdirp": "^0.5.1",
|
2798 |
+
"tmp": "^0.0.33"
|
2799 |
},
|
2800 |
"dependencies": {
|
2801 |
"lodash": {
|
2812 |
"integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=",
|
2813 |
"dev": true,
|
2814 |
"requires": {
|
2815 |
+
"abbrev": "1"
|
2816 |
}
|
2817 |
},
|
2818 |
"normalize-package-data": {
|
2821 |
"integrity": "sha512-9jjUFbTPfEy3R/ad/2oNbKtW9Hgovl5O1FvFWKkKblNXoN/Oou6+9+KKohPK13Yc3/TyunyWhJp6gvRNR/PPAw==",
|
2822 |
"dev": true,
|
2823 |
"requires": {
|
2824 |
+
"hosted-git-info": "^2.1.4",
|
2825 |
+
"is-builtin-module": "^1.0.0",
|
2826 |
+
"semver": "2 || 3 || 4 || 5",
|
2827 |
+
"validate-npm-package-license": "^3.0.1"
|
2828 |
}
|
2829 |
},
|
2830 |
"normalize-path": {
|
2833 |
"integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
|
2834 |
"dev": true,
|
2835 |
"requires": {
|
2836 |
+
"remove-trailing-separator": "^1.0.1"
|
2837 |
}
|
2838 |
},
|
2839 |
"normalize-range": {
|
2854 |
"integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==",
|
2855 |
"dev": true,
|
2856 |
"requires": {
|
2857 |
+
"are-we-there-yet": "~1.1.2",
|
2858 |
+
"console-control-strings": "~1.1.0",
|
2859 |
+
"gauge": "~2.7.3",
|
2860 |
+
"set-blocking": "~2.0.0"
|
2861 |
}
|
2862 |
},
|
2863 |
"num2fraction": {
|
2873 |
"dev": true
|
2874 |
},
|
2875 |
"oauth-sign": {
|
2876 |
+
"version": "0.9.0",
|
2877 |
+
"resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz",
|
2878 |
+
"integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==",
|
2879 |
"dev": true
|
2880 |
},
|
2881 |
"object-assign": {
|
2890 |
"integrity": "sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=",
|
2891 |
"dev": true,
|
2892 |
"requires": {
|
2893 |
+
"for-own": "^0.1.4",
|
2894 |
+
"is-extendable": "^0.1.1"
|
2895 |
}
|
2896 |
},
|
2897 |
"on-finished": {
|
2909 |
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
|
2910 |
"dev": true,
|
2911 |
"requires": {
|
2912 |
+
"wrappy": "1"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2913 |
}
|
2914 |
},
|
2915 |
"os-tmpdir": {
|
2918 |
"integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=",
|
2919 |
"dev": true
|
2920 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2921 |
"p-limit": {
|
2922 |
"version": "1.1.0",
|
2923 |
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.1.0.tgz",
|
2930 |
"integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
|
2931 |
"dev": true,
|
2932 |
"requires": {
|
2933 |
+
"p-limit": "^1.1.0"
|
2934 |
}
|
2935 |
},
|
2936 |
+
"p-try": {
|
2937 |
+
"version": "2.2.0",
|
2938 |
+
"resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
|
2939 |
+
"integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
|
2940 |
+
"dev": true
|
2941 |
+
},
|
2942 |
"pako": {
|
2943 |
"version": "0.2.9",
|
2944 |
"resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz",
|
2951 |
"integrity": "sha1-gRLYhHExnyerrk1klksSL+ThuJA=",
|
2952 |
"dev": true,
|
2953 |
"requires": {
|
2954 |
+
"character-entities": "^1.0.0",
|
2955 |
+
"character-entities-legacy": "^1.0.0",
|
2956 |
+
"character-reference-invalid": "^1.0.0",
|
2957 |
+
"is-alphanumerical": "^1.0.0",
|
2958 |
+
"is-decimal": "^1.0.0",
|
2959 |
+
"is-hexadecimal": "^1.0.0"
|
2960 |
}
|
2961 |
},
|
2962 |
"parse-glob": {
|
2965 |
"integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=",
|
2966 |
"dev": true,
|
2967 |
"requires": {
|
2968 |
+
"glob-base": "^0.3.0",
|
2969 |
+
"is-dotfile": "^1.0.0",
|
2970 |
+
"is-extglob": "^1.0.0",
|
2971 |
+
"is-glob": "^2.0.0"
|
2972 |
}
|
2973 |
},
|
2974 |
"parse-json": {
|
2977 |
"integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
|
2978 |
"dev": true,
|
2979 |
"requires": {
|
2980 |
+
"error-ex": "^1.2.0"
|
2981 |
}
|
2982 |
},
|
2983 |
"parseurl": {
|
2992 |
"integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
|
2993 |
"dev": true,
|
2994 |
"requires": {
|
2995 |
+
"pinkie-promise": "^2.0.0"
|
2996 |
}
|
2997 |
},
|
2998 |
"path-is-absolute": {
|
3007 |
"integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=",
|
3008 |
"dev": true
|
3009 |
},
|
3010 |
+
"path-key": {
|
3011 |
+
"version": "3.1.1",
|
3012 |
+
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
3013 |
+
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
|
3014 |
+
"dev": true
|
3015 |
+
},
|
3016 |
"path-type": {
|
3017 |
"version": "1.1.0",
|
3018 |
"resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
|
3019 |
"integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
|
3020 |
"dev": true,
|
3021 |
"requires": {
|
3022 |
+
"graceful-fs": "^4.1.2",
|
3023 |
+
"pify": "^2.0.0",
|
3024 |
+
"pinkie-promise": "^2.0.0"
|
3025 |
}
|
3026 |
},
|
3027 |
+
"performance-now": {
|
3028 |
+
"version": "2.1.0",
|
3029 |
+
"resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
|
3030 |
+
"integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=",
|
3031 |
+
"dev": true
|
3032 |
+
},
|
3033 |
"pify": {
|
3034 |
"version": "2.3.0",
|
3035 |
"resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
|
3048 |
"integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
|
3049 |
"dev": true,
|
3050 |
"requires": {
|
3051 |
+
"pinkie": "^2.0.0"
|
3052 |
}
|
3053 |
},
|
3054 |
"postcss": {
|
3057 |
"integrity": "sha512-NJ1z0f+1offCgadPhz+DvGm5Mkci+mmV5BqD13S992o0Xk9eElxUfPPF+t2ksH5R/17gz4xVK8KWocUQ5o3Rog==",
|
3058 |
"dev": true,
|
3059 |
"requires": {
|
3060 |
+
"chalk": "^2.3.0",
|
3061 |
+
"source-map": "^0.6.1",
|
3062 |
+
"supports-color": "^4.4.0"
|
3063 |
}
|
3064 |
},
|
3065 |
"postcss-html": {
|
3068 |
"integrity": "sha512-KxKUpj7AY7nlCbLcTOYxdfJnGE7QFAfU2n95ADj1Q90RM/pOLdz8k3n4avOyRFs7MDQHcRzJQWM1dehCwJxisQ==",
|
3069 |
"dev": true,
|
3070 |
"requires": {
|
3071 |
+
"htmlparser2": "^3.9.2",
|
3072 |
+
"remark": "^8.0.0",
|
3073 |
+
"unist-util-find-all-after": "^1.0.1"
|
3074 |
},
|
3075 |
"dependencies": {
|
3076 |
"entities": {
|
3085 |
"integrity": "sha1-G9+HrMoPP55T+k/M6w9LTLsAszg=",
|
3086 |
"dev": true,
|
3087 |
"requires": {
|
3088 |
+
"domelementtype": "^1.3.0",
|
3089 |
+
"domhandler": "^2.3.0",
|
3090 |
+
"domutils": "^1.5.1",
|
3091 |
+
"entities": "^1.1.1",
|
3092 |
+
"inherits": "^2.0.1",
|
3093 |
+
"readable-stream": "^2.0.2"
|
3094 |
}
|
3095 |
},
|
3096 |
"isarray": {
|
3105 |
"integrity": "sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ==",
|
3106 |
"dev": true,
|
3107 |
"requires": {
|
3108 |
+
"core-util-is": "~1.0.0",
|
3109 |
+
"inherits": "~2.0.3",
|
3110 |
+
"isarray": "~1.0.0",
|
3111 |
+
"process-nextick-args": "~1.0.6",
|
3112 |
+
"safe-buffer": "~5.1.1",
|
3113 |
+
"string_decoder": "~1.0.3",
|
3114 |
+
"util-deprecate": "~1.0.1"
|
3115 |
}
|
3116 |
},
|
3117 |
"string_decoder": {
|
3120 |
"integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
|
3121 |
"dev": true,
|
3122 |
"requires": {
|
3123 |
+
"safe-buffer": "~5.1.0"
|
3124 |
}
|
3125 |
}
|
3126 |
}
|
3131 |
"integrity": "sha512-WS0wsQxRm+kmN8wEYAGZ3t4lnoNfoyx9EJZrhiPR1K0lMHR0UNWnz52Ya5QRXChHtY75Ef+kDc05FpnBujebgw==",
|
3132 |
"dev": true,
|
3133 |
"requires": {
|
3134 |
+
"postcss": "^5.2.16"
|
3135 |
},
|
3136 |
"dependencies": {
|
3137 |
"ansi-styles": {
|
3146 |
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
3147 |
"dev": true,
|
3148 |
"requires": {
|
3149 |
+
"ansi-styles": "^2.2.1",
|
3150 |
+
"escape-string-regexp": "^1.0.2",
|
3151 |
+
"has-ansi": "^2.0.0",
|
3152 |
+
"strip-ansi": "^3.0.0",
|
3153 |
+
"supports-color": "^2.0.0"
|
3154 |
},
|
3155 |
"dependencies": {
|
3156 |
"supports-color": {
|
3173 |
"integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
|
3174 |
"dev": true,
|
3175 |
"requires": {
|
3176 |
+
"chalk": "^1.1.3",
|
3177 |
+
"js-base64": "^2.1.9",
|
3178 |
+
"source-map": "^0.5.6",
|
3179 |
+
"supports-color": "^3.2.3"
|
3180 |
}
|
3181 |
},
|
3182 |
"source-map": {
|
3191 |
"integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
|
3192 |
"dev": true,
|
3193 |
"requires": {
|
3194 |
+
"has-flag": "^1.0.0"
|
3195 |
}
|
3196 |
}
|
3197 |
}
|
3208 |
"integrity": "sha512-rBkDbaHAu5uywbCR2XE8a25tats3xSOsGNx6mppK6Q9kSFGKc/FyAzfci+fWM2l+K402p1D0pNcfDGxeje5IKg==",
|
3209 |
"dev": true,
|
3210 |
"requires": {
|
3211 |
+
"chalk": "^2.0.1",
|
3212 |
+
"lodash": "^4.17.4",
|
3213 |
+
"log-symbols": "^2.0.0",
|
3214 |
+
"postcss": "^6.0.8"
|
3215 |
},
|
3216 |
"dependencies": {
|
3217 |
"lodash": {
|
3234 |
"integrity": "sha1-t1Pv9sfArqXoN1++TN6L+QY/8UI=",
|
3235 |
"dev": true,
|
3236 |
"requires": {
|
3237 |
+
"postcss": "^6.0.6"
|
3238 |
}
|
3239 |
},
|
3240 |
"postcss-sass": {
|
3243 |
"integrity": "sha512-cUmYzkP747fPCQE6d+CH2l1L4VSyIlAzZsok3HPjb5Gzsq3jE+VjpAdGlPsnQ310WKWI42sw+ar0UNN59/f3hg==",
|
3244 |
"dev": true,
|
3245 |
"requires": {
|
3246 |
+
"gonzales-pe": "^4.0.3",
|
3247 |
+
"postcss": "^6.0.6"
|
3248 |
}
|
3249 |
},
|
3250 |
"postcss-scss": {
|
3253 |
"integrity": "sha1-/0XPM1S4ee6JpOtoaA9GrJuxT5Q=",
|
3254 |
"dev": true,
|
3255 |
"requires": {
|
3256 |
+
"postcss": "^6.0.3"
|
3257 |
}
|
3258 |
},
|
3259 |
"postcss-selector-parser": {
|
3262 |
"integrity": "sha1-T4dfSvsMllc9XPTXQBGu4lCn6GU=",
|
3263 |
"dev": true,
|
3264 |
"requires": {
|
3265 |
+
"dot-prop": "^4.1.1",
|
3266 |
+
"indexes-of": "^1.0.1",
|
3267 |
+
"uniq": "^1.0.1"
|
3268 |
}
|
3269 |
},
|
3270 |
"postcss-value-parser": {
|
3285 |
"integrity": "sha1-J9AAjXeAY6C0gRuzXHnxvV1fvM8=",
|
3286 |
"dev": true,
|
3287 |
"requires": {
|
3288 |
+
"number-is-nan": "^1.0.0"
|
3289 |
}
|
3290 |
},
|
3291 |
"process-nextick-args": {
|
3294 |
"integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=",
|
3295 |
"dev": true
|
3296 |
},
|
3297 |
+
"psl": {
|
3298 |
+
"version": "1.8.0",
|
3299 |
+
"resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz",
|
3300 |
+
"integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==",
|
3301 |
"dev": true
|
3302 |
},
|
3303 |
"punycode": {
|
3304 |
+
"version": "2.1.1",
|
3305 |
+
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
|
3306 |
+
"integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==",
|
3307 |
"dev": true
|
3308 |
},
|
3309 |
"qs": {
|
3324 |
"integrity": "sha512-D5JUjPyJbaJDkuAazpVnSfVkLlpeO3wDlPROTMLGKG1zMFNFRgrciKo1ltz/AzNTkqE0HzDx655QOL51N06how==",
|
3325 |
"dev": true,
|
3326 |
"requires": {
|
3327 |
+
"is-number": "^3.0.0",
|
3328 |
+
"kind-of": "^4.0.0"
|
3329 |
},
|
3330 |
"dependencies": {
|
3331 |
"is-number": {
|
3334 |
"integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
|
3335 |
"dev": true,
|
3336 |
"requires": {
|
3337 |
+
"kind-of": "^3.0.2"
|
3338 |
},
|
3339 |
"dependencies": {
|
3340 |
"kind-of": {
|
3343 |
"integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
|
3344 |
"dev": true,
|
3345 |
"requires": {
|
3346 |
+
"is-buffer": "^1.1.5"
|
3347 |
}
|
3348 |
}
|
3349 |
}
|
3354 |
"integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=",
|
3355 |
"dev": true,
|
3356 |
"requires": {
|
3357 |
+
"is-buffer": "^1.1.5"
|
3358 |
}
|
3359 |
}
|
3360 |
}
|
3390 |
"integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",
|
3391 |
"dev": true,
|
3392 |
"requires": {
|
3393 |
+
"load-json-file": "^1.0.0",
|
3394 |
+
"normalize-package-data": "^2.3.2",
|
3395 |
+
"path-type": "^1.0.0"
|
3396 |
}
|
3397 |
},
|
3398 |
"read-pkg-up": {
|
3401 |
"integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
|
3402 |
"dev": true,
|
3403 |
"requires": {
|
3404 |
+
"find-up": "^1.0.0",
|
3405 |
+
"read-pkg": "^1.0.0"
|
3406 |
}
|
3407 |
},
|
3408 |
"readable-stream": {
|
3411 |
"integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
|
3412 |
"dev": true,
|
3413 |
"requires": {
|
3414 |
+
"core-util-is": "~1.0.0",
|
3415 |
+
"inherits": "~2.0.1",
|
3416 |
"isarray": "0.0.1",
|
3417 |
+
"string_decoder": "~0.10.x"
|
3418 |
}
|
3419 |
},
|
3420 |
"redent": {
|
3423 |
"integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=",
|
3424 |
"dev": true,
|
3425 |
"requires": {
|
3426 |
+
"indent-string": "^2.1.0",
|
3427 |
+
"strip-indent": "^1.0.1"
|
3428 |
}
|
3429 |
},
|
3430 |
"regex-cache": {
|
3433 |
"integrity": "sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==",
|
3434 |
"dev": true,
|
3435 |
"requires": {
|
3436 |
+
"is-equal-shallow": "^0.1.3"
|
3437 |
}
|
3438 |
},
|
3439 |
"remark": {
|
3442 |
"integrity": "sha512-K0PTsaZvJlXTl9DN6qYlvjTkqSZBFELhROZMrblm2rB+085flN84nz4g/BscKRMqDvhzlK1oQ/xnWQumdeNZYw==",
|
3443 |
"dev": true,
|
3444 |
"requires": {
|
3445 |
+
"remark-parse": "^4.0.0",
|
3446 |
+
"remark-stringify": "^4.0.0",
|
3447 |
+
"unified": "^6.0.0"
|
3448 |
}
|
3449 |
},
|
3450 |
"remark-parse": {
|
3453 |
"integrity": "sha512-XZgICP2gJ1MHU7+vQaRM+VA9HEL3X253uwUM/BGgx3iv6TH2B3bF3B8q00DKcyP9YrJV+/7WOWEWBFF/u8cIsw==",
|
3454 |
"dev": true,
|
3455 |
"requires": {
|
3456 |
+
"collapse-white-space": "^1.0.2",
|
3457 |
+
"is-alphabetical": "^1.0.0",
|
3458 |
+
"is-decimal": "^1.0.0",
|
3459 |
+
"is-whitespace-character": "^1.0.0",
|
3460 |
+
"is-word-character": "^1.0.0",
|
3461 |
+
"markdown-escapes": "^1.0.0",
|
3462 |
+
"parse-entities": "^1.0.2",
|
3463 |
+
"repeat-string": "^1.5.4",
|
3464 |
+
"state-toggle": "^1.0.0",
|
3465 |
"trim": "0.0.1",
|
3466 |
+
"trim-trailing-lines": "^1.0.0",
|
3467 |
+
"unherit": "^1.0.4",
|
3468 |
+
"unist-util-remove-position": "^1.0.0",
|
3469 |
+
"vfile-location": "^2.0.0",
|
3470 |
+
"xtend": "^4.0.1"
|
3471 |
}
|
3472 |
},
|
3473 |
"remark-stringify": {
|
3476 |
"integrity": "sha512-xLuyKTnuQer3ke9hkU38SUYLiTmS078QOnoFavztmbt/pAJtNSkNtFgR0U//uCcmG0qnyxao+PDuatQav46F1w==",
|
3477 |
"dev": true,
|
3478 |
"requires": {
|
3479 |
+
"ccount": "^1.0.0",
|
3480 |
+
"is-alphanumeric": "^1.0.0",
|
3481 |
+
"is-decimal": "^1.0.0",
|
3482 |
+
"is-whitespace-character": "^1.0.0",
|
3483 |
+
"longest-streak": "^2.0.1",
|
3484 |
+
"markdown-escapes": "^1.0.0",
|
3485 |
+
"markdown-table": "^1.1.0",
|
3486 |
+
"mdast-util-compact": "^1.0.0",
|
3487 |
+
"parse-entities": "^1.0.2",
|
3488 |
+
"repeat-string": "^1.5.4",
|
3489 |
+
"state-toggle": "^1.0.0",
|
3490 |
+
"stringify-entities": "^1.0.1",
|
3491 |
+
"unherit": "^1.0.4",
|
3492 |
+
"xtend": "^4.0.1"
|
3493 |
}
|
3494 |
},
|
3495 |
"remove-trailing-separator": {
|
3516 |
"integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
|
3517 |
"dev": true,
|
3518 |
"requires": {
|
3519 |
+
"is-finite": "^1.0.0"
|
3520 |
}
|
3521 |
},
|
3522 |
"replace-ext": {
|
3526 |
"dev": true
|
3527 |
},
|
3528 |
"request": {
|
3529 |
+
"version": "2.88.2",
|
3530 |
+
"resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz",
|
3531 |
+
"integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==",
|
3532 |
+
"dev": true,
|
3533 |
+
"requires": {
|
3534 |
+
"aws-sign2": "~0.7.0",
|
3535 |
+
"aws4": "^1.8.0",
|
3536 |
+
"caseless": "~0.12.0",
|
3537 |
+
"combined-stream": "~1.0.6",
|
3538 |
+
"extend": "~3.0.2",
|
3539 |
+
"forever-agent": "~0.6.1",
|
3540 |
+
"form-data": "~2.3.2",
|
3541 |
+
"har-validator": "~5.1.3",
|
3542 |
+
"http-signature": "~1.2.0",
|
3543 |
+
"is-typedarray": "~1.0.0",
|
3544 |
+
"isstream": "~0.1.2",
|
3545 |
+
"json-stringify-safe": "~5.0.1",
|
3546 |
+
"mime-types": "~2.1.19",
|
3547 |
+
"oauth-sign": "~0.9.0",
|
3548 |
+
"performance-now": "^2.1.0",
|
3549 |
+
"qs": "~6.5.2",
|
3550 |
+
"safe-buffer": "^5.1.2",
|
3551 |
+
"tough-cookie": "~2.5.0",
|
3552 |
+
"tunnel-agent": "^0.6.0",
|
3553 |
+
"uuid": "^3.3.2"
|
3554 |
},
|
3555 |
"dependencies": {
|
3556 |
+
"extend": {
|
3557 |
+
"version": "3.0.2",
|
3558 |
+
"resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
|
3559 |
+
"integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
|
3560 |
+
"dev": true
|
3561 |
+
},
|
3562 |
+
"mime-db": {
|
3563 |
+
"version": "1.45.0",
|
3564 |
+
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.45.0.tgz",
|
3565 |
+
"integrity": "sha512-CkqLUxUk15hofLoLyljJSrukZi8mAtgd+yE5uO4tqRZsdsAJKv0O+rFMhVDRJgozy+yG6md5KwuXhD4ocIoP+w==",
|
3566 |
+
"dev": true
|
3567 |
+
},
|
3568 |
+
"mime-types": {
|
3569 |
+
"version": "2.1.28",
|
3570 |
+
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.28.tgz",
|
3571 |
+
"integrity": "sha512-0TO2yJ5YHYr7M2zzT7gDU1tbwHxEUWBCLt0lscSNpcdAfFyJOVEpRYNS7EXVcTLNj/25QO8gulHC5JtTzSE2UQ==",
|
3572 |
+
"dev": true,
|
3573 |
+
"requires": {
|
3574 |
+
"mime-db": "1.45.0"
|
3575 |
+
}
|
3576 |
+
},
|
3577 |
"qs": {
|
3578 |
+
"version": "6.5.2",
|
3579 |
+
"resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz",
|
3580 |
+
"integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==",
|
3581 |
+
"dev": true
|
3582 |
+
},
|
3583 |
+
"safe-buffer": {
|
3584 |
+
"version": "5.2.1",
|
3585 |
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
3586 |
+
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
3587 |
"dev": true
|
3588 |
}
|
3589 |
}
|
3601 |
"dev": true
|
3602 |
},
|
3603 |
"require-main-filename": {
|
3604 |
+
"version": "2.0.0",
|
3605 |
+
"resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz",
|
3606 |
+
"integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==",
|
3607 |
"dev": true
|
3608 |
},
|
3609 |
"resolve": {
|
3630 |
"integrity": "sha512-JjQ5DlrmwiItAjlmhoxrJq5ihgZcE0wMFxt7S17bIrt4Lw0WwKKFk+viRhvodB/0falyG/5fiO043ZDh6/aqTw==",
|
3631 |
"dev": true,
|
3632 |
"requires": {
|
3633 |
+
"chalk": "^2.3.0",
|
3634 |
+
"findup": "^0.1.5",
|
3635 |
+
"mkdirp": "^0.5.1",
|
3636 |
+
"postcss": "^6.0.14",
|
3637 |
+
"strip-json-comments": "^2.0.0"
|
3638 |
},
|
3639 |
"dependencies": {
|
3640 |
"strip-json-comments": {
|
3651 |
"integrity": "sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==",
|
3652 |
"dev": true
|
3653 |
},
|
3654 |
+
"safer-buffer": {
|
3655 |
+
"version": "2.1.2",
|
3656 |
+
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
3657 |
+
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
3658 |
+
"dev": true
|
3659 |
+
},
|
3660 |
"sass-graph": {
|
3661 |
+
"version": "2.2.5",
|
3662 |
+
"resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.5.tgz",
|
3663 |
+
"integrity": "sha512-VFWDAHOe6mRuT4mZRd4eKE+d8Uedrk6Xnh7Sh9b4NGufQLQjOrvf/MQoOdx+0s92L89FeyUUNfU597j/3uNpag==",
|
3664 |
"dev": true,
|
3665 |
"requires": {
|
3666 |
+
"glob": "^7.0.0",
|
3667 |
+
"lodash": "^4.0.0",
|
3668 |
+
"scss-tokenizer": "^0.2.3",
|
3669 |
+
"yargs": "^13.3.2"
|
3670 |
},
|
3671 |
"dependencies": {
|
3672 |
"lodash": {
|
3673 |
+
"version": "4.17.20",
|
3674 |
+
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
|
3675 |
+
"integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==",
|
3676 |
"dev": true
|
3677 |
}
|
3678 |
}
|
3683 |
"integrity": "sha1-jrBtualyMzOCTT9VMGQRSYR85dE=",
|
3684 |
"dev": true,
|
3685 |
"requires": {
|
3686 |
+
"js-base64": "^2.1.8",
|
3687 |
+
"source-map": "^0.4.2"
|
3688 |
},
|
3689 |
"dependencies": {
|
3690 |
"source-map": {
|
3693 |
"integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
|
3694 |
"dev": true,
|
3695 |
"requires": {
|
3696 |
+
"amdefine": ">=0.0.4"
|
3697 |
}
|
3698 |
}
|
3699 |
}
|
3710 |
"integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=",
|
3711 |
"dev": true
|
3712 |
},
|
3713 |
+
"shebang-command": {
|
3714 |
+
"version": "2.0.0",
|
3715 |
+
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
3716 |
+
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
3717 |
+
"dev": true,
|
3718 |
+
"requires": {
|
3719 |
+
"shebang-regex": "^3.0.0"
|
3720 |
+
}
|
3721 |
+
},
|
3722 |
+
"shebang-regex": {
|
3723 |
+
"version": "3.0.0",
|
3724 |
+
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
|
3725 |
+
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
|
3726 |
"dev": true
|
3727 |
},
|
3728 |
"shelljs": {
|
3749 |
"integrity": "sha512-POqxBK6Lb3q6s047D/XsDVNPnF9Dl8JSaqe9h9lURl0OdNqy/ujDrOiIHtsqXMGbWWTIomRzAMaTyawAU//Reg==",
|
3750 |
"dev": true,
|
3751 |
"requires": {
|
3752 |
+
"is-fullwidth-code-point": "^2.0.0"
|
3753 |
},
|
3754 |
"dependencies": {
|
3755 |
"is-fullwidth-code-point": {
|
3760 |
}
|
3761 |
}
|
3762 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3763 |
"source-map": {
|
3764 |
"version": "0.6.1",
|
3765 |
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
3772 |
"integrity": "sha1-SzBz2TP/UfORLwOsVRlJikFQ20A=",
|
3773 |
"dev": true,
|
3774 |
"requires": {
|
3775 |
+
"spdx-license-ids": "^1.0.2"
|
3776 |
}
|
3777 |
},
|
3778 |
"spdx-expression-parse": {
|
3800 |
"dev": true
|
3801 |
},
|
3802 |
"sshpk": {
|
3803 |
+
"version": "1.16.1",
|
3804 |
+
"resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz",
|
3805 |
+
"integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==",
|
3806 |
"dev": true,
|
3807 |
"requires": {
|
3808 |
+
"asn1": "~0.2.3",
|
3809 |
+
"assert-plus": "^1.0.0",
|
3810 |
+
"bcrypt-pbkdf": "^1.0.0",
|
3811 |
+
"dashdash": "^1.12.0",
|
3812 |
+
"ecc-jsbn": "~0.1.1",
|
3813 |
+
"getpass": "^0.1.1",
|
3814 |
+
"jsbn": "~0.1.0",
|
3815 |
+
"safer-buffer": "^2.0.2",
|
3816 |
+
"tweetnacl": "~0.14.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3817 |
}
|
3818 |
},
|
3819 |
"state-toggle": {
|
3829 |
"dev": true
|
3830 |
},
|
3831 |
"stdout-stream": {
|
3832 |
+
"version": "1.4.1",
|
3833 |
+
"resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.1.tgz",
|
3834 |
+
"integrity": "sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==",
|
3835 |
"dev": true,
|
3836 |
"requires": {
|
3837 |
+
"readable-stream": "^2.0.1"
|
3838 |
},
|
3839 |
"dependencies": {
|
3840 |
"isarray": {
|
3843 |
"integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
|
3844 |
"dev": true
|
3845 |
},
|
3846 |
+
"process-nextick-args": {
|
3847 |
+
"version": "2.0.1",
|
3848 |
+
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
|
3849 |
+
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
|
3850 |
+
"dev": true
|
3851 |
+
},
|
3852 |
"readable-stream": {
|
3853 |
+
"version": "2.3.7",
|
3854 |
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
|
3855 |
+
"integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
|
3856 |
"dev": true,
|
3857 |
"requires": {
|
3858 |
+
"core-util-is": "~1.0.0",
|
3859 |
+
"inherits": "~2.0.3",
|
3860 |
+
"isarray": "~1.0.0",
|
3861 |
+
"process-nextick-args": "~2.0.0",
|
3862 |
+
"safe-buffer": "~5.1.1",
|
3863 |
+
"string_decoder": "~1.1.1",
|
3864 |
+
"util-deprecate": "~1.0.1"
|
3865 |
}
|
3866 |
},
|
3867 |
"string_decoder": {
|
3868 |
+
"version": "1.1.1",
|
3869 |
+
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
3870 |
+
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
3871 |
"dev": true,
|
3872 |
"requires": {
|
3873 |
+
"safe-buffer": "~5.1.0"
|
3874 |
}
|
3875 |
}
|
3876 |
}
|
3881 |
"integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
|
3882 |
"dev": true,
|
3883 |
"requires": {
|
3884 |
+
"code-point-at": "^1.0.0",
|
3885 |
+
"is-fullwidth-code-point": "^1.0.0",
|
3886 |
+
"strip-ansi": "^3.0.0"
|
3887 |
}
|
3888 |
},
|
3889 |
"string_decoder": {
|
3898 |
"integrity": "sha1-sVDsLXKsTBtfMktR+2soyc3/BYw=",
|
3899 |
"dev": true,
|
3900 |
"requires": {
|
3901 |
+
"character-entities-html4": "^1.0.0",
|
3902 |
+
"character-entities-legacy": "^1.0.0",
|
3903 |
+
"is-alphanumerical": "^1.0.0",
|
3904 |
+
"is-hexadecimal": "^1.0.0"
|
3905 |
}
|
3906 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
3907 |
"strip-ansi": {
|
3908 |
"version": "3.0.1",
|
3909 |
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
|
3910 |
"integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
|
3911 |
"dev": true,
|
3912 |
"requires": {
|
3913 |
+
"ansi-regex": "^2.0.0"
|
3914 |
}
|
3915 |
},
|
3916 |
"strip-bom": {
|
3919 |
"integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
|
3920 |
"dev": true,
|
3921 |
"requires": {
|
3922 |
+
"is-utf8": "^0.2.0"
|
3923 |
}
|
3924 |
},
|
3925 |
"strip-indent": {
|
3928 |
"integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=",
|
3929 |
"dev": true,
|
3930 |
"requires": {
|
3931 |
+
"get-stdin": "^4.0.1"
|
3932 |
}
|
3933 |
},
|
3934 |
"strip-json-comments": {
|
3949 |
"integrity": "sha512-56hPH5mTFnk8LzlEuTWq0epa34fHuS54UFYQidBOFt563RJBNi1nz1F2HK2MoT1X1waq47milvRsRahFCCJs/Q==",
|
3950 |
"dev": true,
|
3951 |
"requires": {
|
3952 |
+
"autoprefixer": "^7.1.2",
|
3953 |
+
"balanced-match": "^1.0.0",
|
3954 |
+
"chalk": "^2.0.1",
|
3955 |
+
"cosmiconfig": "^3.1.0",
|
3956 |
+
"debug": "^3.0.0",
|
3957 |
+
"execall": "^1.0.0",
|
3958 |
+
"file-entry-cache": "^2.0.0",
|
3959 |
+
"get-stdin": "^5.0.1",
|
3960 |
+
"globby": "^7.0.0",
|
3961 |
+
"globjoin": "^0.1.4",
|
3962 |
+
"html-tags": "^2.0.0",
|
3963 |
+
"ignore": "^3.3.3",
|
3964 |
+
"imurmurhash": "^0.1.4",
|
3965 |
+
"known-css-properties": "^0.5.0",
|
3966 |
+
"lodash": "^4.17.4",
|
3967 |
+
"log-symbols": "^2.0.0",
|
3968 |
+
"mathml-tag-names": "^2.0.1",
|
3969 |
+
"meow": "^4.0.0",
|
3970 |
+
"micromatch": "^2.3.11",
|
3971 |
+
"normalize-selector": "^0.2.0",
|
3972 |
+
"pify": "^3.0.0",
|
3973 |
+
"postcss": "^6.0.6",
|
3974 |
+
"postcss-html": "^0.12.0",
|
3975 |
+
"postcss-less": "^1.1.0",
|
3976 |
+
"postcss-media-query-parser": "^0.2.3",
|
3977 |
+
"postcss-reporter": "^5.0.0",
|
3978 |
+
"postcss-resolve-nested-selector": "^0.1.1",
|
3979 |
+
"postcss-safe-parser": "^3.0.1",
|
3980 |
+
"postcss-sass": "^0.2.0",
|
3981 |
+
"postcss-scss": "^1.0.2",
|
3982 |
+
"postcss-selector-parser": "^3.1.0",
|
3983 |
+
"postcss-value-parser": "^3.3.0",
|
3984 |
+
"resolve-from": "^4.0.0",
|
3985 |
+
"specificity": "^0.3.1",
|
3986 |
+
"string-width": "^2.1.0",
|
3987 |
+
"style-search": "^0.1.0",
|
3988 |
+
"sugarss": "^1.0.0",
|
3989 |
+
"svg-tags": "^1.0.0",
|
3990 |
+
"table": "^4.0.1"
|
3991 |
},
|
3992 |
"dependencies": {
|
3993 |
"ansi-regex": {
|
4008 |
"integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=",
|
4009 |
"dev": true,
|
4010 |
"requires": {
|
4011 |
+
"camelcase": "^4.1.0",
|
4012 |
+
"map-obj": "^2.0.0",
|
4013 |
+
"quick-lru": "^1.0.0"
|
4014 |
}
|
4015 |
},
|
4016 |
"debug": {
|
4028 |
"integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
|
4029 |
"dev": true,
|
4030 |
"requires": {
|
4031 |
+
"locate-path": "^2.0.0"
|
4032 |
}
|
4033 |
},
|
4034 |
"get-stdin": {
|
4055 |
"integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=",
|
4056 |
"dev": true,
|
4057 |
"requires": {
|
4058 |
+
"graceful-fs": "^4.1.2",
|
4059 |
+
"parse-json": "^4.0.0",
|
4060 |
+
"pify": "^3.0.0",
|
4061 |
+
"strip-bom": "^3.0.0"
|
4062 |
}
|
4063 |
},
|
4064 |
"lodash": {
|
4079 |
"integrity": "sha512-Me/kel335m6vMKmEmA6c87Z6DUFW3JqkINRnxkbC+A/PUm0D5Fl2dEBQrPKnqCL9Te/CIa1MUt/0InMJhuC/sw==",
|
4080 |
"dev": true,
|
4081 |
"requires": {
|
4082 |
+
"camelcase-keys": "^4.0.0",
|
4083 |
+
"decamelize-keys": "^1.0.0",
|
4084 |
+
"loud-rejection": "^1.0.0",
|
4085 |
+
"minimist": "^1.1.3",
|
4086 |
+
"minimist-options": "^3.0.1",
|
4087 |
+
"normalize-package-data": "^2.3.4",
|
4088 |
+
"read-pkg-up": "^3.0.0",
|
4089 |
+
"redent": "^2.0.0",
|
4090 |
+
"trim-newlines": "^2.0.0"
|
4091 |
}
|
4092 |
},
|
4093 |
"ms": {
|
4102 |
"integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=",
|
4103 |
"dev": true,
|
4104 |
"requires": {
|
4105 |
+
"error-ex": "^1.3.1",
|
4106 |
+
"json-parse-better-errors": "^1.0.1"
|
4107 |
}
|
4108 |
},
|
4109 |
"path-type": {
|
4112 |
"integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==",
|
4113 |
"dev": true,
|
4114 |
"requires": {
|
4115 |
+
"pify": "^3.0.0"
|
4116 |
}
|
4117 |
},
|
4118 |
"pify": {
|
4127 |
"integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=",
|
4128 |
"dev": true,
|
4129 |
"requires": {
|
4130 |
+
"load-json-file": "^4.0.0",
|
4131 |
+
"normalize-package-data": "^2.3.2",
|
4132 |
+
"path-type": "^3.0.0"
|
4133 |
}
|
4134 |
},
|
4135 |
"read-pkg-up": {
|
4138 |
"integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=",
|
4139 |
"dev": true,
|
4140 |
"requires": {
|
4141 |
+
"find-up": "^2.0.0",
|
4142 |
+
"read-pkg": "^3.0.0"
|
4143 |
}
|
4144 |
},
|
4145 |
"redent": {
|
4148 |
"integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=",
|
4149 |
"dev": true,
|
4150 |
"requires": {
|
4151 |
+
"indent-string": "^3.0.0",
|
4152 |
+
"strip-indent": "^2.0.0"
|
4153 |
}
|
4154 |
},
|
4155 |
"string-width": {
|
4158 |
"integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
|
4159 |
"dev": true,
|
4160 |
"requires": {
|
4161 |
+
"is-fullwidth-code-point": "^2.0.0",
|
4162 |
+
"strip-ansi": "^4.0.0"
|
4163 |
}
|
4164 |
},
|
4165 |
"strip-ansi": {
|
4168 |
"integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
|
4169 |
"dev": true,
|
4170 |
"requires": {
|
4171 |
+
"ansi-regex": "^3.0.0"
|
4172 |
}
|
4173 |
},
|
4174 |
"strip-bom": {
|
4197 |
"integrity": "sha512-3qgLZytikQQEVn1/FrhY7B68gPUUGY3R1Q1vTiD5xT+Ti1DP/8iZuwFet9ONs5+bmL8pZoDQ6JrQHVgrNlK6mA==",
|
4198 |
"dev": true,
|
4199 |
"requires": {
|
4200 |
+
"postcss": "^6.0.14"
|
4201 |
}
|
4202 |
},
|
4203 |
"supports-color": {
|
4206 |
"integrity": "sha1-vnoN5ITexcXN34s9WRJQRJEvY1s=",
|
4207 |
"dev": true,
|
4208 |
"requires": {
|
4209 |
+
"has-flag": "^2.0.0"
|
4210 |
}
|
4211 |
},
|
4212 |
"svg-tags": {
|
4221 |
"integrity": "sha512-UUkEAPdSGxtRpiV9ozJ5cMTtYiqz7Ni1OGqLXRCynrvzdtR1p+cfOWe2RJLwvUG8hNanaSRjecIqwOjqeatDsA==",
|
4222 |
"dev": true,
|
4223 |
"requires": {
|
4224 |
+
"ajv": "^5.2.3",
|
4225 |
+
"ajv-keywords": "^2.1.0",
|
4226 |
+
"chalk": "^2.1.0",
|
4227 |
+
"lodash": "^4.17.4",
|
4228 |
"slice-ansi": "1.0.0",
|
4229 |
+
"string-width": "^2.1.1"
|
4230 |
},
|
4231 |
"dependencies": {
|
4232 |
"ansi-regex": {
|
4253 |
"integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
|
4254 |
"dev": true,
|
4255 |
"requires": {
|
4256 |
+
"is-fullwidth-code-point": "^2.0.0",
|
4257 |
+
"strip-ansi": "^4.0.0"
|
4258 |
}
|
4259 |
},
|
4260 |
"strip-ansi": {
|
4263 |
"integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
|
4264 |
"dev": true,
|
4265 |
"requires": {
|
4266 |
+
"ansi-regex": "^3.0.0"
|
4267 |
}
|
4268 |
}
|
4269 |
}
|
4270 |
},
|
4271 |
"tar": {
|
4272 |
+
"version": "6.1.0",
|
4273 |
+
"resolved": "https://registry.npmjs.org/tar/-/tar-6.1.0.tgz",
|
4274 |
+
"integrity": "sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA==",
|
4275 |
"dev": true,
|
4276 |
"requires": {
|
4277 |
+
"chownr": "^2.0.0",
|
4278 |
+
"fs-minipass": "^2.0.0",
|
4279 |
+
"minipass": "^3.0.0",
|
4280 |
+
"minizlib": "^2.1.1",
|
4281 |
+
"mkdirp": "^1.0.3",
|
4282 |
+
"yallist": "^4.0.0"
|
4283 |
+
},
|
4284 |
+
"dependencies": {
|
4285 |
+
"mkdirp": {
|
4286 |
+
"version": "1.0.4",
|
4287 |
+
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
|
4288 |
+
"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
|
4289 |
+
"dev": true
|
4290 |
+
}
|
4291 |
}
|
4292 |
},
|
4293 |
"text-table": {
|
4302 |
"integrity": "sha1-s/26gC5dVqM8L28QeUsy5Hescp0=",
|
4303 |
"dev": true,
|
4304 |
"requires": {
|
4305 |
+
"body-parser": "~1.14.0",
|
4306 |
+
"debug": "~2.2.0",
|
4307 |
+
"faye-websocket": "~0.10.0",
|
4308 |
+
"livereload-js": "^2.2.0",
|
4309 |
+
"parseurl": "~1.3.0",
|
4310 |
+
"qs": "~5.1.0"
|
4311 |
}
|
4312 |
},
|
4313 |
"tmp": {
|
4316 |
"integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
|
4317 |
"dev": true,
|
4318 |
"requires": {
|
4319 |
+
"os-tmpdir": "~1.0.2"
|
4320 |
}
|
4321 |
},
|
4322 |
"tough-cookie": {
|
4323 |
+
"version": "2.5.0",
|
4324 |
+
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz",
|
4325 |
+
"integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==",
|
4326 |
"dev": true,
|
4327 |
"requires": {
|
4328 |
+
"psl": "^1.1.28",
|
4329 |
+
"punycode": "^2.1.1"
|
4330 |
}
|
4331 |
},
|
4332 |
"trim": {
|
4354 |
"dev": true
|
4355 |
},
|
4356 |
"true-case-path": {
|
4357 |
+
"version": "1.0.3",
|
4358 |
+
"resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.3.tgz",
|
4359 |
+
"integrity": "sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==",
|
4360 |
"dev": true,
|
4361 |
"requires": {
|
4362 |
+
"glob": "^7.1.2"
|
4363 |
},
|
4364 |
"dependencies": {
|
4365 |
"glob": {
|
4366 |
+
"version": "7.1.6",
|
4367 |
+
"resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
|
4368 |
+
"integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
|
4369 |
"dev": true,
|
4370 |
"requires": {
|
4371 |
+
"fs.realpath": "^1.0.0",
|
4372 |
+
"inflight": "^1.0.4",
|
4373 |
+
"inherits": "2",
|
4374 |
+
"minimatch": "^3.0.4",
|
4375 |
+
"once": "^1.3.0",
|
4376 |
+
"path-is-absolute": "^1.0.0"
|
4377 |
}
|
4378 |
}
|
4379 |
}
|
4380 |
},
|
4381 |
"tunnel-agent": {
|
4382 |
+
"version": "0.6.0",
|
4383 |
+
"resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
|
4384 |
+
"integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=",
|
4385 |
+
"dev": true,
|
4386 |
+
"requires": {
|
4387 |
+
"safe-buffer": "^5.0.1"
|
4388 |
+
}
|
4389 |
},
|
4390 |
"tweetnacl": {
|
4391 |
"version": "0.14.5",
|
4392 |
"resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
|
4393 |
"integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=",
|
4394 |
+
"dev": true
|
|
|
4395 |
},
|
4396 |
"type-is": {
|
4397 |
"version": "1.6.15",
|
4400 |
"dev": true,
|
4401 |
"requires": {
|
4402 |
"media-typer": "0.3.0",
|
4403 |
+
"mime-types": "~2.1.15"
|
4404 |
}
|
4405 |
},
|
4406 |
"typedarray": {
|
4415 |
"integrity": "sha512-++1NO/zZIEdWf6cDIGceSJQPX31SqIpbVAHwFG5+240MtZqPG/NIPoinj8zlXQtAfMBqEt1Jyv2FiLP3n9gVhQ==",
|
4416 |
"dev": true,
|
4417 |
"requires": {
|
4418 |
+
"commander": "~2.12.1",
|
4419 |
+
"source-map": "~0.6.1"
|
4420 |
}
|
4421 |
},
|
4422 |
"underscore.string": {
|
4431 |
"integrity": "sha1-a5qu379z3xdWrZ4xbdmBiFhAzX0=",
|
4432 |
"dev": true,
|
4433 |
"requires": {
|
4434 |
+
"inherits": "^2.0.1",
|
4435 |
+
"xtend": "^4.0.1"
|
4436 |
}
|
4437 |
},
|
4438 |
"unified": {
|
4441 |
"integrity": "sha512-pW2f82bCIo2ifuIGYcV12fL96kMMYgw7JKVEgh7ODlrM9rj6vXSY3BV+H6lCcv1ksxynFf582hwWLnA1qRFy4w==",
|
4442 |
"dev": true,
|
4443 |
"requires": {
|
4444 |
+
"bail": "^1.0.0",
|
4445 |
+
"extend": "^3.0.0",
|
4446 |
+
"is-plain-obj": "^1.1.0",
|
4447 |
+
"trough": "^1.0.0",
|
4448 |
+
"vfile": "^2.0.0",
|
4449 |
+
"x-is-function": "^1.0.4",
|
4450 |
+
"x-is-string": "^0.1.0"
|
4451 |
}
|
4452 |
},
|
4453 |
"uniq": {
|
4462 |
"integrity": "sha1-TlUSq/734GFnga7Pex7XUcAK+Qg=",
|
4463 |
"dev": true,
|
4464 |
"requires": {
|
4465 |
+
"unist-util-is": "^2.0.0"
|
4466 |
}
|
4467 |
},
|
4468 |
"unist-util-is": {
|
4477 |
"integrity": "sha1-ZtfmpEnm9nIguXarPLi166w55R0=",
|
4478 |
"dev": true,
|
4479 |
"requires": {
|
4480 |
+
"array-iterate": "^1.0.0"
|
4481 |
}
|
4482 |
},
|
4483 |
"unist-util-remove-position": {
|
4486 |
"integrity": "sha1-WoXBVV/BugwQG4ZwfRXlD6TIcbs=",
|
4487 |
"dev": true,
|
4488 |
"requires": {
|
4489 |
+
"unist-util-visit": "^1.1.0"
|
4490 |
}
|
4491 |
},
|
4492 |
"unist-util-stringify-position": {
|
4501 |
"integrity": "sha512-9ntYcxPFtl44gnwXrQKZ5bMqXMY0ZHzUpqMFiU4zcc8mmf/jzYm8GhYgezuUlX4cJIM1zIDYaO6fG/fI+L6iiQ==",
|
4502 |
"dev": true,
|
4503 |
"requires": {
|
4504 |
+
"unist-util-is": "^2.1.1"
|
4505 |
}
|
4506 |
},
|
4507 |
"unpipe": {
|
4510 |
"integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=",
|
4511 |
"dev": true
|
4512 |
},
|
4513 |
+
"uri-js": {
|
4514 |
+
"version": "4.4.1",
|
4515 |
+
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
|
4516 |
+
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
|
4517 |
+
"dev": true,
|
4518 |
+
"requires": {
|
4519 |
+
"punycode": "^2.1.0"
|
4520 |
+
}
|
4521 |
+
},
|
4522 |
"uri-path": {
|
4523 |
"version": "1.0.0",
|
4524 |
"resolved": "https://registry.npmjs.org/uri-path/-/uri-path-1.0.0.tgz",
|
4532 |
"dev": true
|
4533 |
},
|
4534 |
"uuid": {
|
4535 |
+
"version": "3.4.0",
|
4536 |
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
|
4537 |
+
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
|
4538 |
"dev": true
|
4539 |
},
|
4540 |
"validate-npm-package-license": {
|
4543 |
"integrity": "sha1-KAS6vnEq0zeUWaz74kdGqywwP7w=",
|
4544 |
"dev": true,
|
4545 |
"requires": {
|
4546 |
+
"spdx-correct": "~1.0.0",
|
4547 |
+
"spdx-expression-parse": "~1.0.0"
|
4548 |
}
|
4549 |
},
|
4550 |
"verror": {
|
4553 |
"integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=",
|
4554 |
"dev": true,
|
4555 |
"requires": {
|
4556 |
+
"assert-plus": "^1.0.0",
|
4557 |
"core-util-is": "1.0.2",
|
4558 |
+
"extsprintf": "^1.2.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4559 |
}
|
4560 |
},
|
4561 |
"vfile": {
|
4564 |
"integrity": "sha512-ASt4mBUHcTpMKD/l5Q+WJXNtshlWxOogYyGYYrg4lt/vuRjC1EFQtlAofL5VmtVNIZJzWYFJjzGWZ0Gw8pzW1w==",
|
4565 |
"dev": true,
|
4566 |
"requires": {
|
4567 |
+
"is-buffer": "^1.1.4",
|
4568 |
"replace-ext": "1.0.0",
|
4569 |
+
"unist-util-stringify-position": "^1.0.0",
|
4570 |
+
"vfile-message": "^1.0.0"
|
4571 |
}
|
4572 |
},
|
4573 |
"vfile-location": {
|
4582 |
"integrity": "sha512-HPREhzTOB/sNDc9/Mxf8w0FmHnThg5CRSJdR9VRFkD2riqYWs+fuXlj5z8mIpv2LrD7uU41+oPWFOL4Mjlf+dw==",
|
4583 |
"dev": true,
|
4584 |
"requires": {
|
4585 |
+
"unist-util-stringify-position": "^1.1.1"
|
4586 |
}
|
4587 |
},
|
4588 |
"websocket-driver": {
|
4591 |
"integrity": "sha1-DK+dLXVdk67gSdS90NP+LMoqJOs=",
|
4592 |
"dev": true,
|
4593 |
"requires": {
|
4594 |
+
"http-parser-js": ">=0.4.0",
|
4595 |
+
"websocket-extensions": ">=0.1.1"
|
4596 |
}
|
4597 |
},
|
4598 |
"websocket-extensions": {
|
4599 |
+
"version": "0.1.4",
|
4600 |
+
"resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
|
4601 |
+
"integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==",
|
4602 |
"dev": true
|
4603 |
},
|
4604 |
"which": {
|
4607 |
"integrity": "sha1-mofEN48D6CfOyvGs31bHNsAcFOU=",
|
4608 |
"dev": true,
|
4609 |
"requires": {
|
4610 |
+
"isexe": "^2.0.0"
|
4611 |
}
|
4612 |
},
|
4613 |
"which-module": {
|
4614 |
+
"version": "2.0.0",
|
4615 |
+
"resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz",
|
4616 |
+
"integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=",
|
4617 |
"dev": true
|
4618 |
},
|
4619 |
"wide-align": {
|
4620 |
+
"version": "1.1.3",
|
4621 |
+
"resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz",
|
4622 |
+
"integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==",
|
4623 |
"dev": true,
|
4624 |
"requires": {
|
4625 |
+
"string-width": "^1.0.2 || 2"
|
4626 |
}
|
4627 |
},
|
4628 |
"wrap-ansi": {
|
4629 |
+
"version": "5.1.0",
|
4630 |
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz",
|
4631 |
+
"integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==",
|
4632 |
"dev": true,
|
4633 |
"requires": {
|
4634 |
+
"ansi-styles": "^3.2.0",
|
4635 |
+
"string-width": "^3.0.0",
|
4636 |
+
"strip-ansi": "^5.0.0"
|
4637 |
+
},
|
4638 |
+
"dependencies": {
|
4639 |
+
"ansi-regex": {
|
4640 |
+
"version": "4.1.0",
|
4641 |
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
|
4642 |
+
"integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==",
|
4643 |
+
"dev": true
|
4644 |
+
},
|
4645 |
+
"is-fullwidth-code-point": {
|
4646 |
+
"version": "2.0.0",
|
4647 |
+
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
|
4648 |
+
"integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
|
4649 |
+
"dev": true
|
4650 |
+
},
|
4651 |
+
"string-width": {
|
4652 |
+
"version": "3.1.0",
|
4653 |
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz",
|
4654 |
+
"integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
|
4655 |
+
"dev": true,
|
4656 |
+
"requires": {
|
4657 |
+
"emoji-regex": "^7.0.1",
|
4658 |
+
"is-fullwidth-code-point": "^2.0.0",
|
4659 |
+
"strip-ansi": "^5.1.0"
|
4660 |
+
}
|
4661 |
+
},
|
4662 |
+
"strip-ansi": {
|
4663 |
+
"version": "5.2.0",
|
4664 |
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
|
4665 |
+
"integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
|
4666 |
+
"dev": true,
|
4667 |
+
"requires": {
|
4668 |
+
"ansi-regex": "^4.1.0"
|
4669 |
+
}
|
4670 |
+
}
|
4671 |
}
|
4672 |
},
|
4673 |
"wrappy": {
|
4682 |
"integrity": "sha1-X8A4KOJkzqP+kUVUdvejxWbLB1c=",
|
4683 |
"dev": true,
|
4684 |
"requires": {
|
4685 |
+
"mkdirp": "^0.5.1"
|
4686 |
}
|
4687 |
},
|
4688 |
"x-is-function": {
|
4704 |
"dev": true
|
4705 |
},
|
4706 |
"y18n": {
|
4707 |
+
"version": "4.0.1",
|
4708 |
+
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz",
|
4709 |
+
"integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==",
|
4710 |
"dev": true
|
4711 |
},
|
4712 |
"yallist": {
|
4713 |
+
"version": "4.0.0",
|
4714 |
+
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
4715 |
+
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
|
4716 |
"dev": true
|
4717 |
},
|
4718 |
"yargs": {
|
4719 |
+
"version": "13.3.2",
|
4720 |
+
"resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz",
|
4721 |
+
"integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==",
|
4722 |
+
"dev": true,
|
4723 |
+
"requires": {
|
4724 |
+
"cliui": "^5.0.0",
|
4725 |
+
"find-up": "^3.0.0",
|
4726 |
+
"get-caller-file": "^2.0.1",
|
4727 |
+
"require-directory": "^2.1.1",
|
4728 |
+
"require-main-filename": "^2.0.0",
|
4729 |
+
"set-blocking": "^2.0.0",
|
4730 |
+
"string-width": "^3.0.0",
|
4731 |
+
"which-module": "^2.0.0",
|
4732 |
+
"y18n": "^4.0.0",
|
4733 |
+
"yargs-parser": "^13.1.2"
|
|
|
|
|
|
|
4734 |
},
|
4735 |
"dependencies": {
|
4736 |
+
"ansi-regex": {
|
4737 |
+
"version": "4.1.0",
|
4738 |
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
|
4739 |
+
"integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==",
|
4740 |
+
"dev": true
|
4741 |
+
},
|
4742 |
+
"find-up": {
|
4743 |
+
"version": "3.0.0",
|
4744 |
+
"resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
|
4745 |
+
"integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
|
4746 |
+
"dev": true,
|
4747 |
+
"requires": {
|
4748 |
+
"locate-path": "^3.0.0"
|
4749 |
+
}
|
4750 |
+
},
|
4751 |
+
"is-fullwidth-code-point": {
|
4752 |
+
"version": "2.0.0",
|
4753 |
+
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
|
4754 |
+
"integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
|
4755 |
+
"dev": true
|
4756 |
+
},
|
4757 |
+
"locate-path": {
|
4758 |
+
"version": "3.0.0",
|
4759 |
+
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
|
4760 |
+
"integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
|
4761 |
+
"dev": true,
|
4762 |
+
"requires": {
|
4763 |
+
"p-locate": "^3.0.0",
|
4764 |
+
"path-exists": "^3.0.0"
|
4765 |
+
}
|
4766 |
+
},
|
4767 |
+
"p-limit": {
|
4768 |
+
"version": "2.3.0",
|
4769 |
+
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
|
4770 |
+
"integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
|
4771 |
+
"dev": true,
|
4772 |
+
"requires": {
|
4773 |
+
"p-try": "^2.0.0"
|
4774 |
+
}
|
4775 |
+
},
|
4776 |
+
"p-locate": {
|
4777 |
"version": "3.0.0",
|
4778 |
+
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
|
4779 |
+
"integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
|
4780 |
+
"dev": true,
|
4781 |
+
"requires": {
|
4782 |
+
"p-limit": "^2.0.0"
|
4783 |
+
}
|
4784 |
+
},
|
4785 |
+
"path-exists": {
|
4786 |
+
"version": "3.0.0",
|
4787 |
+
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
|
4788 |
+
"integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
|
4789 |
"dev": true
|
4790 |
+
},
|
4791 |
+
"string-width": {
|
4792 |
+
"version": "3.1.0",
|
4793 |
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz",
|
4794 |
+
"integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
|
4795 |
+
"dev": true,
|
4796 |
+
"requires": {
|
4797 |
+
"emoji-regex": "^7.0.1",
|
4798 |
+
"is-fullwidth-code-point": "^2.0.0",
|
4799 |
+
"strip-ansi": "^5.1.0"
|
4800 |
+
}
|
4801 |
+
},
|
4802 |
+
"strip-ansi": {
|
4803 |
+
"version": "5.2.0",
|
4804 |
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
|
4805 |
+
"integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
|
4806 |
+
"dev": true,
|
4807 |
+
"requires": {
|
4808 |
+
"ansi-regex": "^4.1.0"
|
4809 |
+
}
|
4810 |
}
|
4811 |
}
|
4812 |
},
|
4813 |
"yargs-parser": {
|
4814 |
+
"version": "13.1.2",
|
4815 |
+
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz",
|
4816 |
+
"integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==",
|
4817 |
"dev": true,
|
4818 |
"requires": {
|
4819 |
+
"camelcase": "^5.0.0",
|
4820 |
+
"decamelize": "^1.2.0"
|
4821 |
},
|
4822 |
"dependencies": {
|
4823 |
"camelcase": {
|
4824 |
+
"version": "5.3.1",
|
4825 |
+
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
|
4826 |
+
"integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
|
4827 |
"dev": true
|
4828 |
}
|
4829 |
}
|
phpcs.xml
DELETED
@@ -1,44 +0,0 @@
|
|
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: 5.
|
6 |
-
Stable tag: 1.7.
|
7 |
License: GPLv3
|
8 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
@@ -77,6 +77,10 @@ Yes you can! Join in on our [GitHub repository](https://github.com/themegrill/so
|
|
77 |
|
78 |
== Changelog ==
|
79 |
|
|
|
|
|
|
|
|
|
80 |
= 1.7.2 - 20/06/2019 =
|
81 |
* Feature - Add option to have the social links nofollow relation.
|
82 |
|
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.6
|
6 |
+
Stable tag: 1.7.3
|
7 |
License: GPLv3
|
8 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
77 |
|
78 |
== Changelog ==
|
79 |
|
80 |
+
= 1.7.3 - 13/01/2021 =
|
81 |
+
* Feature - Option for allowing nofollow relation to social links while using shortcodes.
|
82 |
+
* Fix - Social Icons widget save option not triggered properly.
|
83 |
+
|
84 |
= 1.7.2 - 20/06/2019 =
|
85 |
* Feature - Add option to have the social links nofollow relation.
|
86 |
|
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.
|
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.
|
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.3
|
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.3';
|
33 |
|
34 |
/**
|
35 |
* Instance of this class.
|