Version Description
(17-10-2022) = * New: WPVR Gutenberg Block Support re-designed & refined with new options (Height, Width, Radius, Mobile Height, Border Width, Style & Color). * New: WPVR Divi Module Support re-designed & refined with new options (Height, Width, Radius, & Mobile Height). * New: WPVR Visual Composer Module re-designed & refined with new options (Height, Width, & Radius). * New: WPVR Oxygen Element re-designed & refined with new options (Height, Width, Radius, & Mobile Height). * New: Two Options for Scene Gallery Icon (Small & Large). * Fix: Timeout error for image content in hotspots. * Fix: Issue while importing tours. * Fix: Uncaught TypeError: Cannot access offset of type string on string. * Fix: Company Logo Changes position - tour published with Divi. * Fix: Scene Gallery Moves to Left - published with Divi. * Fix: Floor Plan & Explainer Video buttons overlapping - published with Divi. * Fix: Floor Plan pointer & Close option lost style - published with Divi. * Fix: Removed 'RexTheme' text on right-click in pro. * Tweak: Warning Message improved for Free version missing. * Tweak: Content & Tooltips improved on the Floor Plan section.
Release Info
Developer | rextheme |
Plugin | ![]() |
Version | 8.2.2 |
Comparing to | |
See all releases |
Code changes from version 8.2.0 to 8.2.2
- README.txt +21 -1
- admin/class-wpvr-admin.php +2 -1
- admin/classes/class-wpvr-scene.php +20 -10
- admin/css/wpvr-admin.css +17 -0
- build/index.build.js +1 -1
- elementor/elements/Wpvr-widget.php +10 -70
- includes/wpvr-divi-modules/includes/modules/wpvr_modules/WpvrTour.php +97 -16
- includes/wpvr-divi-modules/includes/modules/wpvr_modules/wpvr_tour.jsx +1 -1
- includes/wpvr-divi-modules/package.json +0 -33
- includes/wpvr-divi-modules/scripts/builder-bundle.min.js +1 -1
- includes/wpvr-divi-modules/yarn.lock +0 -8385
- oxygen/elements/Wpvr_Tour_Element.php +98 -28
- public/css/wpvr-public.css +24 -0
- src/index.js +127 -11
- src/view.css +55 -0
- vc/README.md +53 -0
- vc/wpvrelement/ci/phpcs.phar +0 -0
- vc/wpvrelement/ci/ruleset.xml +89 -0
- vc/wpvrelement/manifest.json +19 -0
- vc/wpvrelement/public/dist/element.bundle.js +933 -0
- vc/wpvrelement/public/dist/runtime.bundle.js +154 -0
- vc/wpvrelement/public/dist/vendor.bundle.js +3182 -0
@@ -5,7 +5,7 @@ Donate link: https://rextheme.com/wp-vr-360-panorama-and-virtual-tour-creator-fo
|
|
5 |
Requires at least: 5.0
|
6 |
Tested up to: 6.0
|
7 |
Requires PHP: 7.0.0
|
8 |
-
Stable tag: 8.2.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -309,6 +309,26 @@ Admins can remove the access from Authors and Editors at any time.
|
|
309 |
|
310 |
== Changelog ==
|
311 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
312 |
= 8.2.0 (12-09-2022) =
|
313 |
* New: Floor Plan for virtual tours.
|
314 |
* Fix: Disable option for On-hover content not working.
|
5 |
Requires at least: 5.0
|
6 |
Tested up to: 6.0
|
7 |
Requires PHP: 7.0.0
|
8 |
+
Stable tag: 8.2.2
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
309 |
|
310 |
== Changelog ==
|
311 |
|
312 |
+
= 8.2.2 (17-10-2022) =
|
313 |
+
* New: WPVR Gutenberg Block Support re-designed & refined with new options (Height, Width, Radius, Mobile Height, Border Width, Style & Color).
|
314 |
+
* New: WPVR Divi Module Support re-designed & refined with new options (Height, Width, Radius, & Mobile Height).
|
315 |
+
* New: WPVR Visual Composer Module re-designed & refined with new options (Height, Width, & Radius).
|
316 |
+
* New: WPVR Oxygen Element re-designed & refined with new options (Height, Width, Radius, & Mobile Height).
|
317 |
+
* New: Two Options for Scene Gallery Icon (Small & Large).
|
318 |
+
* Fix: Timeout error for image content in hotspots.
|
319 |
+
* Fix: Issue while importing tours.
|
320 |
+
* Fix: Uncaught TypeError: Cannot access offset of type string on string.
|
321 |
+
* Fix: Company Logo Changes position - tour published with Divi.
|
322 |
+
* Fix: Scene Gallery Moves to Left - published with Divi.
|
323 |
+
* Fix: Floor Plan & Explainer Video buttons overlapping - published with Divi.
|
324 |
+
* Fix: Floor Plan pointer & Close option lost style - published with Divi.
|
325 |
+
* Fix: Removed 'RexTheme' text on right-click in pro.
|
326 |
+
* Tweak: Warning Message improved for Free version missing.
|
327 |
+
* Tweak: Content & Tooltips improved on the Floor Plan section.
|
328 |
+
|
329 |
+
= 8.2.1 (12-09-2022) =
|
330 |
+
* Fix: Floor Plan looping issue.
|
331 |
+
|
332 |
= 8.2.0 (12-09-2022) =
|
333 |
* New: Floor Plan for virtual tours.
|
334 |
* Fix: Disable option for On-hover content not working.
|
@@ -185,7 +185,8 @@ class Wpvr_Admin {
|
|
185 |
|
186 |
$wpvr_posts = get_posts( $args );
|
187 |
foreach ($wpvr_posts as $wpvr_post) {
|
188 |
-
|
|
|
189 |
}
|
190 |
|
191 |
$asset_url = apply_filters( 'change_asset_url', plugin_dir_url( __FILE__ ) );
|
185 |
|
186 |
$wpvr_posts = get_posts( $args );
|
187 |
foreach ($wpvr_posts as $wpvr_post) {
|
188 |
+
$title = $wpvr_post->ID . ' : ' . $wpvr_post->post_title;
|
189 |
+
$wpvr_list[] = array( 'value'=>$wpvr_post->ID,'label'=> $title);
|
190 |
}
|
191 |
|
192 |
$asset_url = apply_filters( 'change_asset_url', plugin_dir_url( __FILE__ ) );
|
@@ -329,9 +329,10 @@ class WPVR_Scene {
|
|
329 |
|
330 |
$custom_control = isset($_POST['customcontrol']) ? $_POST['customcontrol'] : null;
|
331 |
|
332 |
-
$vrgallery
|
333 |
-
$vrgallery_title
|
334 |
-
$vrgallery_display
|
|
|
335 |
|
336 |
$mouseZoom = $this->format->set_pro_checkbox_value(@$_POST['mouseZoom']);
|
337 |
$draggable = $this->format->set_pro_checkbox_value(@$_POST['draggable']);
|
@@ -414,7 +415,8 @@ class WPVR_Scene {
|
|
414 |
'vrgallery' => $vrgallery,
|
415 |
'vrgallery_title' => $vrgallery_title,
|
416 |
'vrgallery_display' => $vrgallery_display,
|
417 |
-
'
|
|
|
418 |
'bg_music_url' => $bg_music_url,
|
419 |
'autoplay_bg_music' => $autoplay_bg_music,
|
420 |
'loop_bg_music' => $loop_bg_music,
|
@@ -579,7 +581,10 @@ class WPVR_Scene {
|
|
579 |
if (isset($postdata['vrgallery_display'])) {
|
580 |
$vrgallery_display = $postdata['vrgallery_display'];
|
581 |
}
|
582 |
-
|
|
|
|
|
|
|
583 |
$gyro = false;
|
584 |
$gyro_orientation = false;
|
585 |
if (isset($postdata['gyro'])) {
|
@@ -620,9 +625,9 @@ class WPVR_Scene {
|
|
620 |
|
621 |
$explainer_right = "10px";
|
622 |
if ((isset($postdata['compass']) && $postdata['compass'] == 'on') && (isset($postdata['bg_music']) && $postdata['bg_music'] == 'on') && ( $floor_plan_enable == 'on' && !empty($floor_plan_image) ) ) {
|
623 |
-
$explainer_right = "
|
624 |
} elseif (isset($postdata['compass']) && $postdata['compass'] == 'on' && ($floor_plan_enable == 'on' && !empty($floor_plan_image) )) {
|
625 |
-
$explainer_right = "
|
626 |
} elseif (isset($postdata['bg_music']) && $postdata['bg_music'] == "on" && ($floor_plan_enable == 'on' && !empty($floor_plan_image) )) {
|
627 |
$explainer_right = "60px";
|
628 |
} elseif((isset($postdata['compass']) && $postdata['compass'] == 'on') && (isset($postdata['bg_music']) && $postdata['bg_music'] == 'on') ) {
|
@@ -1452,9 +1457,13 @@ class WPVR_Scene {
|
|
1452 |
|
1453 |
if ($vrgallery) {
|
1454 |
//===Carousal setup===//
|
|
|
|
|
|
|
|
|
1455 |
$html .= '<div id="vrgcontrols' . $id . '" class="vrgcontrols">';
|
1456 |
|
1457 |
-
$html .= '<div class="vrgctrl' . $id . ' vrbounce">';
|
1458 |
$html .= '</div>';
|
1459 |
$html .= '</div>';
|
1460 |
|
@@ -1537,7 +1546,7 @@ class WPVR_Scene {
|
|
1537 |
|
1538 |
//===Floor plan section===//
|
1539 |
$floor_map_image = "";
|
1540 |
-
$floor_map_pointer =
|
1541 |
$floor_map_scene_id = '';
|
1542 |
$floor_plan_custom_color = '#cca92c';
|
1543 |
|
@@ -1823,7 +1832,8 @@ class WPVR_Scene {
|
|
1823 |
var compassBlock = "";
|
1824 |
var infoBlock = "";
|
1825 |
jQuery(document).on("click",".vr_mode_change' . $id . '",function (){
|
1826 |
-
|
|
|
1827 |
var getValue = jQuery(this).val();
|
1828 |
var getParent = jQuery(this).parent().parent();
|
1829 |
var compass = getParent.find("#pano2' . $id . ' .pnlm-compass.pnlm-controls.pnlm-control").css("display");
|
329 |
|
330 |
$custom_control = isset($_POST['customcontrol']) ? $_POST['customcontrol'] : null;
|
331 |
|
332 |
+
$vrgallery = $this->format->set_checkbox_value(@$_POST['vrgallery']);
|
333 |
+
$vrgallery_title = $this->format->set_checkbox_value(@$_POST['vrgallery_title']);
|
334 |
+
$vrgallery_display = $this->format->set_checkbox_value(@$_POST['vrgallery_display']);
|
335 |
+
$vrgallery_icon_size = $this->format->set_checkbox_value(@$_POST['vrgallery_icon_size']);
|
336 |
|
337 |
$mouseZoom = $this->format->set_pro_checkbox_value(@$_POST['mouseZoom']);
|
338 |
$draggable = $this->format->set_pro_checkbox_value(@$_POST['draggable']);
|
415 |
'vrgallery' => $vrgallery,
|
416 |
'vrgallery_title' => $vrgallery_title,
|
417 |
'vrgallery_display' => $vrgallery_display,
|
418 |
+
'vrgallery_icon_size' => $vrgallery_icon_size,
|
419 |
+
'bg_music' => $bg_music,
|
420 |
'bg_music_url' => $bg_music_url,
|
421 |
'autoplay_bg_music' => $autoplay_bg_music,
|
422 |
'loop_bg_music' => $loop_bg_music,
|
581 |
if (isset($postdata['vrgallery_display'])) {
|
582 |
$vrgallery_display = $postdata['vrgallery_display'];
|
583 |
}
|
584 |
+
$vrgallery_icon_size = false;
|
585 |
+
if (isset($postdata['vrgallery_icon_size'])) {
|
586 |
+
$vrgallery_icon_size = $postdata['vrgallery_icon_size'];
|
587 |
+
}
|
588 |
$gyro = false;
|
589 |
$gyro_orientation = false;
|
590 |
if (isset($postdata['gyro'])) {
|
625 |
|
626 |
$explainer_right = "10px";
|
627 |
if ((isset($postdata['compass']) && $postdata['compass'] == 'on') && (isset($postdata['bg_music']) && $postdata['bg_music'] == 'on') && ( $floor_plan_enable == 'on' && !empty($floor_plan_image) ) ) {
|
628 |
+
$explainer_right = "130px";
|
629 |
} elseif (isset($postdata['compass']) && $postdata['compass'] == 'on' && ($floor_plan_enable == 'on' && !empty($floor_plan_image) )) {
|
630 |
+
$explainer_right = "100px";
|
631 |
} elseif (isset($postdata['bg_music']) && $postdata['bg_music'] == "on" && ($floor_plan_enable == 'on' && !empty($floor_plan_image) )) {
|
632 |
$explainer_right = "60px";
|
633 |
} elseif((isset($postdata['compass']) && $postdata['compass'] == 'on') && (isset($postdata['bg_music']) && $postdata['bg_music'] == 'on') ) {
|
1457 |
|
1458 |
if ($vrgallery) {
|
1459 |
//===Carousal setup===//
|
1460 |
+
$size = '';
|
1461 |
+
if($vrgallery_icon_size){
|
1462 |
+
$size = 'vrg-icon-size-large';
|
1463 |
+
}
|
1464 |
$html .= '<div id="vrgcontrols' . $id . '" class="vrgcontrols">';
|
1465 |
|
1466 |
+
$html .= '<div class="vrgctrl' . $id . ' vrbounce '.$size.'">';
|
1467 |
$html .= '</div>';
|
1468 |
$html .= '</div>';
|
1469 |
|
1546 |
|
1547 |
//===Floor plan section===//
|
1548 |
$floor_map_image = "";
|
1549 |
+
$floor_map_pointer = array();
|
1550 |
$floor_map_scene_id = '';
|
1551 |
$floor_plan_custom_color = '#cca92c';
|
1552 |
|
1832 |
var compassBlock = "";
|
1833 |
var infoBlock = "";
|
1834 |
jQuery(document).on("click",".vr_mode_change' . $id . '",function (){
|
1835 |
+
jQuery("#pano2' . $id . ' .pnlm-load-button").trigger("click");
|
1836 |
+
jQuery("#pano' . $id . ' .pnlm-load-button").trigger("click");
|
1837 |
var getValue = jQuery(this).val();
|
1838 |
var getParent = jQuery(this).parent().parent();
|
1839 |
var compass = getParent.find("#pano2' . $id . ' .pnlm-compass.pnlm-controls.pnlm-control").css("display");
|
@@ -167,6 +167,23 @@
|
|
167 |
}
|
168 |
}
|
169 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
170 |
.pnlm-load-button p {
|
171 |
color: #fff;
|
172 |
}
|
167 |
}
|
168 |
}
|
169 |
|
170 |
+
.vrgallery-gallery-icon-size .wpvr-switcher label:before {
|
171 |
+
content: "S";
|
172 |
+
display: block;
|
173 |
+
color: #201cfe;
|
174 |
+
font-size: 14px;
|
175 |
+
font-weight: 600;
|
176 |
+
position: absolute;
|
177 |
+
top: 1px;
|
178 |
+
left: 26px;
|
179 |
+
}
|
180 |
+
|
181 |
+
.vrgallery-gallery-icon-size .wpvr-switcher input[type="checkbox"]:checked + label:before {
|
182 |
+
content: "L";
|
183 |
+
color: #fff;
|
184 |
+
left: 8px;
|
185 |
+
}
|
186 |
+
|
187 |
.pnlm-load-button p {
|
188 |
color: #fff;
|
189 |
}
|
@@ -93,7 +93,7 @@
|
|
93 |
/*! no static exports found */
|
94 |
/***/ (function(module, exports) {
|
95 |
|
96 |
-
eval("function _typeof(obj) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && \"function\" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }, _typeof(obj); }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, \"prototype\", { writable: false }); return Constructor; }\n\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, \"prototype\", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }\n\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\n\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \"object\" || typeof call === \"function\")) { return call; } else if (call !== void 0) { throw new TypeError(\"Derived constructors may only return object or undefined\"); } return _assertThisInitialized(self); }\n\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return self; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\n\nvar __ = wp.i18n.__; // Import __() from wp.i18n\n\nvar Component = wp.element.Component;\nvar el = wp.element.createElement,\n registerBlockType = wp.blocks.registerBlockType,\n TextControl = wp.components.TextControl,\n SelectControl = wp.components.SelectControl,\n InspectorControls = wp.editor.InspectorControls,\n blockStyle = {\n fontFamily: 'Roboto',\n backgroundColor: '#900',\n color: '#fff',\n padding: '20px'\n};\nvar iconEl = el('svg', {\n width: 20,\n height: 20\n}, el('path', {\n d: \"M16.1,16.6h-2.5c-1,0-1.9-0.6-2.4-1.5L11,14.5c-0.2-0.4-0.5-0.6-0.9-0.6c-0.4,0-0.8,0.2-0.9,0.6l-0.3,0.6 c-0.4,0.9-1.3,1.5-2.4,1.5H3.9c-2.2,0-3.9-1.8-3.9-3.9V7.3c0-2.2,1.8-3.9,3.9-3.9h12.2c2.2,0,3.9,1.8,3.9,3.9v1.5 c0,0.4-0.3,0.8-0.8,0.8c-0.4,0-0.8-0.3-0.8-0.8V7.3c0-1.3-1.1-2.3-2.3-2.3H3.9C2.6,4.9,1.6,6,1.6,7.3v5.4c0,1.3,1.1,2.3,2.3,2.3 h2.6c0.4,0,0.8-0.2,0.9-0.6l0.3-0.6c0.4-0.9,1.3-1.5,2.4-1.5c1,0,1.9,0.6,2.4,1.5l0.3,0.6c0.2,0.4,0.5,0.6,0.9,0.6h2.5 c1.3,0,2.3-1.1,2.3-2.3c0-0.4,0.3-0.8,0.8-0.8c0.4,0,0.8,0.3,0.8,0.8C20,14.9,18.2,16.6,16.1,16.6L16.1,16.6z M16.7,9.4 c0-1.3-1.1-2.3-2.3-2.3C13,7.1,12,8.1,12,9.4s1.1,2.3,2.3,2.3C15.6,11.7,16.7,10.7,16.7,9.4L16.7,9.4z M15.1,9.4 c0,0.4-0.4,0.8-0.8,0.8c-0.4,0-0.8-0.4-0.8-0.8s0.4-0.8,0.8-0.8C14.8,8.6,15.1,9,15.1,9.4L15.1,9.4z M8,9.4C8,8.1,7,7.1,5.7,7.1 S3.3,8.1,3.3,9.4s1.1,2.3,2.3,2.3S8,10.7,8,9.4L8,9.4z M6.4,9.4c0,0.4-0.4,0.8-0.8,0.8c-0.4,0-0.8-0.4-0.8-0.8s0.4-0.8,0.8-0.8 C6.1,8.6,6.4,9,6.4,9.4L6.4,9.4z M6.4,9.4\"\n}));\n\nvar wpvredit = /*#__PURE__*/function (_Component) {\n _inherits(wpvredit, _Component);\n\n var _super = _createSuper(wpvredit);\n\n function wpvredit() {\n var _this;\n\n _classCallCheck(this, wpvredit);\n\n _this = _super.apply(this, arguments);\n _this.state = {\n data: [{\n value: \"0\",\n label: \"None\"\n }]\n };\n return _this;\n }\n\n _createClass(wpvredit, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n var _this2 = this;\n\n wp.apiFetch({\n path: 'wpvr/v1/panodata'\n }).then(function (data) {\n _this2.setState({\n data: data\n });\n });\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this3 = this;\n\n return [el(InspectorControls, {}, el(SelectControl, {\n className: 'wpvr-base-control',\n label: 'Id',\n value: this.props.attributes.id,\n onChange: function onChange(value) {\n _this3.props.setAttributes({\n id: value\n });\n },\n options: this.state.data\n })), el(InspectorControls, {}, el(TextControl, {\n className: 'wpvr-base-control',\n label: 'Width',\n value: this.props.attributes.width,\n onChange: function onChange(value) {\n _this3.props.setAttributes({\n width: value\n });\n }\n })), el(InspectorControls, {}, el(TextControl, {\n className: 'wpvr-base-control',\n label: 'Height',\n value: this.props.attributes.height,\n onChange: function onChange(value) {\n _this3.props.setAttributes({\n height: value\n });\n }\n })), el(InspectorControls, {}, el(TextControl, {\n className: 'wpvr-base-control',\n label: 'Mobile Height',\n value: this.props.attributes.mobile_height,\n onChange: function onChange(value) {\n _this3.props.setAttributes({\n mobile_height: value\n });\n }\n })), el(InspectorControls, {}, el(TextControl, {\n className: 'wpvr-base-control',\n label: 'Radius',\n value: this.props.attributes.radius,\n onChange: function onChange(value) {\n _this3.props.setAttributes({\n radius: value\n });\n }\n })), /*#__PURE__*/React.createElement(\"p\", {\n className: \"wpvr-block-content\"\n }, \"WPVR id=\", this.props.attributes.id, \", Width=\", this.props.attributes.width, \"px, Height=\", this.props.attributes.height, \"px, Mobile Height=\", this.props.attributes.mobile_height, \"px, Radius=\", this.props.attributes.radius, \"px\")];\n }\n }]);\n\n return wpvredit;\n}(Component);\n\nregisterBlockType('wpvr/wpvr-block', {\n title: 'WPVR',\n icon: iconEl,\n category: 'common',\n edit: wpvredit,\n save: function save(props) {\n return null;\n }\n});\n\n//# sourceURL=webpack:///./src/index.js?");
|
97 |
|
98 |
/***/ })
|
99 |
|
93 |
/*! no static exports found */
|
94 |
/***/ (function(module, exports) {
|
95 |
|
96 |
+
eval("function _typeof(obj) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && \"function\" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }, _typeof(obj); }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, \"prototype\", { writable: false }); return Constructor; }\n\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, \"prototype\", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }\n\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\n\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \"object\" || typeof call === \"function\")) { return call; } else if (call !== void 0) { throw new TypeError(\"Derived constructors may only return object or undefined\"); } return _assertThisInitialized(self); }\n\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return self; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\n\nvar __ = wp.i18n.__; // Import __() from wp.i18n\n\nvar Component = wp.element.Component;\nvar el = wp.element.createElement,\n registerBlockType = wp.blocks.registerBlockType,\n TextControl = wp.components.TextControl,\n SelectControl = wp.components.SelectControl,\n ColorPalette = wp.components.ColorPalette,\n NumberControl = wp.components.__experimentalNumberControl,\n InspectorControls = wp.editor.InspectorControls,\n blockStyle = {\n fontFamily: 'Roboto',\n backgroundColor: '#900',\n color: '#fff',\n padding: '20px'\n};\nvar iconEl = el('svg', {\n width: 20,\n height: 20\n}, el('path', {\n d: \"M16.1,16.6h-2.5c-1,0-1.9-0.6-2.4-1.5L11,14.5c-0.2-0.4-0.5-0.6-0.9-0.6c-0.4,0-0.8,0.2-0.9,0.6l-0.3,0.6 c-0.4,0.9-1.3,1.5-2.4,1.5H3.9c-2.2,0-3.9-1.8-3.9-3.9V7.3c0-2.2,1.8-3.9,3.9-3.9h12.2c2.2,0,3.9,1.8,3.9,3.9v1.5 c0,0.4-0.3,0.8-0.8,0.8c-0.4,0-0.8-0.3-0.8-0.8V7.3c0-1.3-1.1-2.3-2.3-2.3H3.9C2.6,4.9,1.6,6,1.6,7.3v5.4c0,1.3,1.1,2.3,2.3,2.3 h2.6c0.4,0,0.8-0.2,0.9-0.6l0.3-0.6c0.4-0.9,1.3-1.5,2.4-1.5c1,0,1.9,0.6,2.4,1.5l0.3,0.6c0.2,0.4,0.5,0.6,0.9,0.6h2.5 c1.3,0,2.3-1.1,2.3-2.3c0-0.4,0.3-0.8,0.8-0.8c0.4,0,0.8,0.3,0.8,0.8C20,14.9,18.2,16.6,16.1,16.6L16.1,16.6z M16.7,9.4 c0-1.3-1.1-2.3-2.3-2.3C13,7.1,12,8.1,12,9.4s1.1,2.3,2.3,2.3C15.6,11.7,16.7,10.7,16.7,9.4L16.7,9.4z M15.1,9.4 c0,0.4-0.4,0.8-0.8,0.8c-0.4,0-0.8-0.4-0.8-0.8s0.4-0.8,0.8-0.8C14.8,8.6,15.1,9,15.1,9.4L15.1,9.4z M8,9.4C8,8.1,7,7.1,5.7,7.1 S3.3,8.1,3.3,9.4s1.1,2.3,2.3,2.3S8,10.7,8,9.4L8,9.4z M6.4,9.4c0,0.4-0.4,0.8-0.8,0.8c-0.4,0-0.8-0.4-0.8-0.8s0.4-0.8,0.8-0.8 C6.1,8.6,6.4,9,6.4,9.4L6.4,9.4z M6.4,9.4\"\n}));\n\nvar wpvredit = /*#__PURE__*/function (_Component) {\n _inherits(wpvredit, _Component);\n\n var _super = _createSuper(wpvredit);\n\n function wpvredit() {\n var _this;\n\n _classCallCheck(this, wpvredit);\n\n _this = _super.apply(this, arguments);\n _this.state = {\n fullwidth: '',\n data: [{\n value: \"0\",\n label: \"None\"\n }],\n border_style_option: [{\n value: \"none\",\n label: \"none\"\n }, {\n value: \"solid\",\n label: \"Solid\"\n }, {\n value: \"dotted\",\n label: \"Dotted\"\n }, {\n value: \"dashed\",\n label: \"Dashed\"\n }, {\n value: \"double\",\n label: \"Double\"\n }],\n colors: [{\n name: 'red',\n color: '#f00'\n }, {\n name: 'white',\n color: '#fff'\n }, {\n name: 'blue',\n color: '#00f'\n }],\n width_unit: [{\n value: \"px\",\n label: \"px\"\n }, {\n value: \"%\",\n label: \"%\"\n }, {\n value: \"vw\",\n label: \"vw\"\n }, {\n value: \"fullwidth\",\n label: \"Fullwidth\"\n }],\n height_unit_option: [{\n value: \"px\",\n label: \"px\"\n }, {\n value: \"vh\",\n label: \"vh\"\n }],\n radius_unit_option: [{\n value: \"px\",\n label: \"px\"\n }],\n mobile_height_unit_option: [{\n value: \"px\",\n label: \"px\"\n }]\n };\n return _this;\n }\n\n _createClass(wpvredit, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n var _this2 = this;\n\n wp.apiFetch({\n path: 'wpvr/v1/panodata'\n }).then(function (data) {\n _this2.setState({\n data: data\n });\n });\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this3 = this;\n\n return [el(InspectorControls, {}, el(SelectControl, {\n className: 'wpvr-base-control',\n label: 'Id',\n value: this.props.attributes.id,\n onChange: function onChange(value) {\n _this3.props.setAttributes({\n id: value\n });\n },\n options: this.state.data\n })), el(InspectorControls, {}, el(TextControl, {\n className: 'wpvr-base-control wpvr-width-base-control',\n label: 'Width',\n value: this.props.attributes.width,\n onChange: function onChange(value) {\n _this3.props.setAttributes({\n width: value\n });\n }\n })), el(InspectorControls, {}, el(SelectControl, {\n className: 'wpvr-base-control wpvr-width-unit-control',\n label: ' ',\n value: this.props.attributes.width_unit,\n onChange: function onChange(value) {\n _this3.props.setAttributes({\n width_unit: value\n });\n\n if (value == 'fullwidth') {\n _this3.props.setAttributes({\n width: value\n });\n\n _this3.props.setAttributes({\n width_unit: ''\n });\n }\n },\n options: this.state.width_unit\n })), el(InspectorControls, {}, el(NumberControl, {\n className: 'wpvr-base-control wpvr-height-base-control',\n label: 'Height',\n value: this.props.attributes.height,\n onChange: function onChange(value) {\n _this3.props.setAttributes({\n height: value\n });\n }\n })), el(InspectorControls, {}, el(SelectControl, {\n className: 'wpvr-base-control wpvr-height-unit-control',\n label: ' ',\n value: this.props.attributes.height_unit_option,\n onChange: function onChange(value) {\n _this3.props.setAttributes({\n height_unit: value\n });\n },\n options: this.state.height_unit_option\n })), el(InspectorControls, {}, el(NumberControl, {\n className: 'wpvr-base-control wpvr-radius-base-control',\n label: 'Radius',\n value: this.props.attributes.radius,\n onChange: function onChange(value) {\n _this3.props.setAttributes({\n radius: value\n });\n }\n })), el(InspectorControls, {}, el(SelectControl, {\n className: 'wpvr-base-control wpvr-radius-unit-control',\n label: ' ',\n value: this.props.attributes.radius_unit,\n onChange: function onChange(value) {\n _this3.props.setAttributes({\n radius_unit: value\n });\n },\n options: this.state.radius_unit_option\n })), el(InspectorControls, {}, el(NumberControl, {\n className: 'wpvr-base-control wpvr-mobile-height-base-control',\n label: 'Mobile Height',\n value: this.props.attributes.mobile_height,\n onChange: function onChange(value) {\n _this3.props.setAttributes({\n mobile_height: value\n });\n }\n })), el(InspectorControls, {}, el(SelectControl, {\n className: 'wpvr-base-control wpvr-mobile-height-unit-control',\n label: ' ',\n value: this.props.attributes.mobile_height_unit,\n onChange: function onChange(value) {\n _this3.props.setAttributes({\n mobile_height_unit: value\n });\n },\n options: this.state.mobile_height_unit_option\n })), el(InspectorControls, {}, el(TextControl, {\n className: 'wpvr-base-control wpvr-border-width-base-control',\n label: 'Border Width',\n value: this.props.attributes.border_width,\n onChange: function onChange(value) {\n _this3.props.setAttributes({\n border_width: value\n });\n }\n })), el(InspectorControls, {}, el(SelectControl, {\n className: 'wpvr-base-control wpvr-border-style-base-control',\n label: 'Border Style',\n value: this.props.attributes.border_style,\n onChange: function onChange(value) {\n _this3.props.setAttributes({\n border_style: value\n });\n },\n options: this.state.border_style_option\n })), el(InspectorControls, {}, el(ColorPalette, {\n className: 'wpvr-base-control wpvr-border-color-base-control',\n label: 'Border Color',\n colors: this.state.colors,\n value: this.props.attributes.border_color,\n onChange: function onChange(value) {\n _this3.props.setAttributes({\n border_color: value\n });\n }\n })), /*#__PURE__*/React.createElement(\"p\", {\n className: \"wpvr-block-content\"\n }, \"WPVR id=\", this.props.attributes.id, \", Width=\", this.props.attributes.width, this.props.attributes.width_unit, \", Height=\", this.props.attributes.height, this.props.attributes.height_unit, \", Mobile Height=\", this.props.attributes.mobile_height, this.props.attributes.mobile_height_unit, \", Radius=\", this.props.attributes.radius, this.props.attributes.radius_unit)];\n }\n }]);\n\n return wpvredit;\n}(Component);\n\nregisterBlockType('wpvr/wpvr-block', {\n title: 'WPVR',\n icon: iconEl,\n category: 'common',\n edit: wpvredit,\n save: function save(props) {\n return null;\n }\n});\n\n//# sourceURL=webpack:///./src/index.js?");
|
97 |
|
98 |
/***/ })
|
99 |
|
@@ -109,79 +109,19 @@ class Wpvr_Widget extends Widget_Base {
|
|
109 |
}
|
110 |
|
111 |
protected function _register_controls() {
|
112 |
-
|
113 |
-
|
114 |
-
/**
|
115 |
-
* Nasim
|
116 |
-
* get all tour info and store in $wpvr_post
|
117 |
-
*/
|
118 |
-
$the_posts = get_posts(array('post_type' => 'wpvr_item',
|
119 |
-
'posts_per_page' => -1));
|
120 |
-
|
121 |
-
$wpvr_post = array();
|
122 |
-
|
123 |
-
foreach($the_posts as $post){
|
124 |
-
if($post->post_title){
|
125 |
-
$wpvr_post[$post->ID] = $post->post_title.' : '.$post->ID;
|
126 |
-
}else{
|
127 |
-
$wpvr_post[$post->ID] = 'No title' .' : '.$post->ID;
|
128 |
-
}
|
129 |
-
}
|
130 |
-
|
131 |
-
$this->start_controls_section(
|
132 |
-
'section_content',
|
133 |
-
[
|
134 |
-
'label' => __( 'WPVR Setup', 'wpvr' ),
|
135 |
-
]
|
136 |
-
);
|
137 |
-
|
138 |
-
/**
|
139 |
-
* Nasim
|
140 |
-
* add a select type field instead of text field
|
141 |
-
*/
|
142 |
-
$this->add_control(
|
143 |
-
'vr_id',
|
144 |
-
[
|
145 |
-
'label' => __( 'ID:', 'wpvr' ),
|
146 |
-
'type' => \Elementor\Controls_Manager::SELECT,
|
147 |
-
'options' => $wpvr_post
|
148 |
-
]
|
149 |
-
);
|
150 |
-
$this->add_control(
|
151 |
-
'vr_width',
|
152 |
-
[
|
153 |
-
'label' => __( 'Width:', 'wpvr' ),
|
154 |
-
'type' => Controls_Manager::TEXT,
|
155 |
-
'input_type' => 'text',
|
156 |
-
'placeholder' => __( '', 'wpvr' ),
|
157 |
-
]
|
158 |
-
);
|
159 |
-
|
160 |
-
$this->add_control(
|
161 |
-
'vr_height',
|
162 |
-
[
|
163 |
-
'label' => __( 'Height:', 'wpvr' ),
|
164 |
-
'type' => Controls_Manager::TEXT,
|
165 |
-
'input_type' => 'text',
|
166 |
-
'placeholder' => __( 'Put value in (px)', 'wpvr' ),
|
167 |
-
]
|
168 |
-
);
|
169 |
-
|
170 |
-
$this->add_control(
|
171 |
-
'vr_radius',
|
172 |
-
[
|
173 |
-
'label' => __( 'Radius:', 'wpvr' ),
|
174 |
-
'type' => Controls_Manager::TEXT,
|
175 |
-
'input_type' => 'text',
|
176 |
-
'placeholder' => __( '', 'wpvr' ),
|
177 |
-
]
|
178 |
-
);
|
179 |
-
|
180 |
-
$this->end_controls_section();
|
181 |
-
|
182 |
}
|
|
|
183 |
protected function register_controls() {
|
|
|
|
|
184 |
|
|
|
|
|
|
|
|
|
|
|
|
|
185 |
|
186 |
/**
|
187 |
* Nasim
|
109 |
}
|
110 |
|
111 |
protected function _register_controls() {
|
112 |
+
$this->wpvr_shortcode_controls();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
}
|
114 |
+
|
115 |
protected function register_controls() {
|
116 |
+
$this->wpvr_shortcode_controls();
|
117 |
+
}
|
118 |
|
119 |
+
/**
|
120 |
+
* Register shortcode Controls.
|
121 |
+
*
|
122 |
+
* @access protected
|
123 |
+
*/
|
124 |
+
protected function wpvr_shortcode_controls(){
|
125 |
|
126 |
/**
|
127 |
* Nasim
|
@@ -24,7 +24,7 @@ class WPVR_Tour extends ET_Builder_Module {
|
|
24 |
$this->settings_modal_toggles = array(
|
25 |
'general' => array(
|
26 |
'toggles' => array(
|
27 |
-
'main_content' => __( 'WPVR', '
|
28 |
),
|
29 |
),
|
30 |
);
|
@@ -83,7 +83,7 @@ class WPVR_Tour extends ET_Builder_Module {
|
|
83 |
return array(
|
84 |
'vr_id' => array(
|
85 |
'label' => esc_html__( 'ID', 'wpvr' ),
|
86 |
-
'description' => esc_html__( 'WPVR Tour ID', '
|
87 |
'type' => 'select',
|
88 |
'options' => $this->get_all_tour(),
|
89 |
'priority' => 80,
|
@@ -94,37 +94,115 @@ class WPVR_Tour extends ET_Builder_Module {
|
|
94 |
'mobile_options' => true,
|
95 |
),
|
96 |
'vr_width' => array(
|
97 |
-
'label' => __( 'Width', '
|
98 |
-
'description' => __( 'WPVR Width', '
|
99 |
'type' => 'text',
|
100 |
'default' => '600',
|
101 |
'default_on_front' => '600',
|
102 |
'toggle_slug' => 'main_content',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
103 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
104 |
'vr_height' => array(
|
105 |
-
'label' => __( 'Height', '
|
106 |
-
'description' => __( 'WPVR Height', '
|
107 |
'type' => 'text',
|
108 |
'default' => '400',
|
109 |
'default_on_front' => '400',
|
110 |
'toggle_slug' => 'main_content',
|
111 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
'vr_radius' => array(
|
113 |
-
'label' => __( 'Radius', '
|
114 |
-
'description' => __( 'WPVR Radius', '
|
115 |
'type' => 'text',
|
116 |
'default' => '0',
|
117 |
'default_on_front' => '0',
|
118 |
'toggle_slug' => 'main_content',
|
119 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
'vr_mobile_height' => array(
|
121 |
-
'label' => __( 'Mobile Height', '
|
122 |
-
'description' => __( 'WPVR Mobile Height', '
|
123 |
'type' => 'text',
|
124 |
'default' => '300',
|
125 |
'default_on_front' => '300',
|
126 |
'toggle_slug' => 'main_content',
|
127 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
);
|
129 |
}
|
130 |
|
@@ -142,13 +220,16 @@ class WPVR_Tour extends ET_Builder_Module {
|
|
142 |
$height = "400px";
|
143 |
$radius = "0px";
|
144 |
$id = $props['vr_id'];
|
145 |
-
$width = $props['vr_width']
|
146 |
-
$height = $props['vr_height']
|
147 |
-
$radius = $props['vr_radius']
|
148 |
-
$vr_mobile_height = $props['vr_mobile_height']
|
149 |
if (empty($width)) {
|
150 |
$width = "600px";
|
151 |
}
|
|
|
|
|
|
|
152 |
if (empty($height)) {
|
153 |
$height = "400px";
|
154 |
}
|
@@ -156,11 +237,11 @@ class WPVR_Tour extends ET_Builder_Module {
|
|
156 |
$radius = "0px";
|
157 |
}
|
158 |
if (empty($vr_mobile_height)) {
|
159 |
-
$vr_mobile_height = "
|
160 |
}
|
161 |
if ($id) {
|
162 |
ob_start();
|
163 |
-
echo do_shortcode( '[wpvr id="'.$id.'" width="'.$width.'" height="'.$height.'" radius="'.$radius.'"]' );
|
164 |
|
165 |
return ob_get_clean();
|
166 |
}
|
24 |
$this->settings_modal_toggles = array(
|
25 |
'general' => array(
|
26 |
'toggles' => array(
|
27 |
+
'main_content' => __( 'WPVR', 'wpvr' ),
|
28 |
),
|
29 |
),
|
30 |
);
|
83 |
return array(
|
84 |
'vr_id' => array(
|
85 |
'label' => esc_html__( 'ID', 'wpvr' ),
|
86 |
+
'description' => esc_html__( 'WPVR Tour ID', 'wpvr' ),
|
87 |
'type' => 'select',
|
88 |
'options' => $this->get_all_tour(),
|
89 |
'priority' => 80,
|
94 |
'mobile_options' => true,
|
95 |
),
|
96 |
'vr_width' => array(
|
97 |
+
'label' => __( 'Width', 'wpvr' ),
|
98 |
+
'description' => __( 'WPVR Width', 'wpvr' ),
|
99 |
'type' => 'text',
|
100 |
'default' => '600',
|
101 |
'default_on_front' => '600',
|
102 |
'toggle_slug' => 'main_content',
|
103 |
+
'show_if' => array(
|
104 |
+
'vr_fullwidth' => 'no',
|
105 |
+
),
|
106 |
+
),
|
107 |
+
'vr_width_unit' => array(
|
108 |
+
'label' => esc_html__( 'Width Unit', 'wpvr' ),
|
109 |
+
'description' => esc_html__( 'Width Unit', 'wpvr' ),
|
110 |
+
'type' => 'select',
|
111 |
+
'options' => array(
|
112 |
+
'px' => __( 'px' ,'wpvr'),
|
113 |
+
'%' => __( '%' ,'wpvr'),
|
114 |
+
'vw' => __( 'vw','wpvr' ),
|
115 |
+
),
|
116 |
+
'default' => 'px',
|
117 |
+
'default_on_front' => 'px',
|
118 |
+
'toggle_slug' => 'main_content',
|
119 |
+
'sub_toggle' => 'ul',
|
120 |
+
'mobile_options' => true,
|
121 |
+
'show_if' => array(
|
122 |
+
'vr_fullwidth' => 'no',
|
123 |
+
),
|
124 |
),
|
125 |
+
'vr_fullwidth' => array(
|
126 |
+
'label' => esc_html__( 'Fullwidth', 'wpvr' ),
|
127 |
+
'description' => esc_html__( 'Fullwidth', 'wpvr' ),
|
128 |
+
'type' => 'select',
|
129 |
+
'options' => array(
|
130 |
+
'yes' => __( 'Yes' ,'wpvr'),
|
131 |
+
'no' => __( 'No' ,'wpvr'),
|
132 |
+
),
|
133 |
+
'default' => 'no',
|
134 |
+
'default_on_front' => 'no',
|
135 |
+
'toggle_slug' => 'main_content',
|
136 |
+
'sub_toggle' => 'ul',
|
137 |
+
'mobile_options' => true,
|
138 |
+
),
|
139 |
+
|
140 |
'vr_height' => array(
|
141 |
+
'label' => __( 'Height', 'wpvr' ),
|
142 |
+
'description' => __( 'WPVR Height', 'wpvr' ),
|
143 |
'type' => 'text',
|
144 |
'default' => '400',
|
145 |
'default_on_front' => '400',
|
146 |
'toggle_slug' => 'main_content',
|
147 |
),
|
148 |
+
'vr_height_unit' => array(
|
149 |
+
'label' => esc_html__( 'Height Unit', 'wpvr' ),
|
150 |
+
'description' => esc_html__( 'Height Unit', 'wpvr' ),
|
151 |
+
'type' => 'select',
|
152 |
+
'options' => array(
|
153 |
+
'px' => __( 'px' ,'wpvr'),
|
154 |
+
'vh' => __( 'vh','wpvr' ),
|
155 |
+
),
|
156 |
+
'default' => 'px',
|
157 |
+
'default_on_front' => 'px',
|
158 |
+
'toggle_slug' => 'main_content',
|
159 |
+
'sub_toggle' => 'ul',
|
160 |
+
'mobile_options' => true,
|
161 |
+
),
|
162 |
+
|
163 |
'vr_radius' => array(
|
164 |
+
'label' => __( 'Radius', 'wpvr' ),
|
165 |
+
'description' => __( 'WPVR Radius', 'wpvr' ),
|
166 |
'type' => 'text',
|
167 |
'default' => '0',
|
168 |
'default_on_front' => '0',
|
169 |
'toggle_slug' => 'main_content',
|
170 |
),
|
171 |
+
'vr_radius_unit' => array(
|
172 |
+
'label' => esc_html__( 'Radius Unit', 'wpvr' ),
|
173 |
+
'description' => esc_html__( 'Radius Unit', 'wpvr' ),
|
174 |
+
'type' => 'select',
|
175 |
+
'options' => array(
|
176 |
+
'px' => __( 'px' ,'wpvr'),
|
177 |
+
),
|
178 |
+
'default' => 'px',
|
179 |
+
'default_on_front' => 'px',
|
180 |
+
'toggle_slug' => 'main_content',
|
181 |
+
'sub_toggle' => 'ul',
|
182 |
+
'mobile_options' => true,
|
183 |
+
),
|
184 |
+
|
185 |
'vr_mobile_height' => array(
|
186 |
+
'label' => __( 'Mobile Height', 'wpvr' ),
|
187 |
+
'description' => __( 'WPVR Mobile Height', 'wpvr' ),
|
188 |
'type' => 'text',
|
189 |
'default' => '300',
|
190 |
'default_on_front' => '300',
|
191 |
'toggle_slug' => 'main_content',
|
192 |
),
|
193 |
+
'vr_mobile_height_unit' => array(
|
194 |
+
'label' => esc_html__( 'Mobile Height Unit', 'wpvr' ),
|
195 |
+
'description' => esc_html__( 'Mobile Height Unit', 'wpvr' ),
|
196 |
+
'type' => 'select',
|
197 |
+
'options' => array(
|
198 |
+
'px' => __( 'px' ,'wpvr'),
|
199 |
+
),
|
200 |
+
'default' => 'px',
|
201 |
+
'default_on_front' => 'px',
|
202 |
+
'toggle_slug' => 'main_content',
|
203 |
+
'sub_toggle' => 'ul',
|
204 |
+
'mobile_options' => true,
|
205 |
+
),
|
206 |
);
|
207 |
}
|
208 |
|
220 |
$height = "400px";
|
221 |
$radius = "0px";
|
222 |
$id = $props['vr_id'];
|
223 |
+
$width = $props['vr_width'].$props['vr_width_unit'];
|
224 |
+
$height = $props['vr_height'].$props['vr_height_unit'];
|
225 |
+
$radius = $props['vr_radius'].$props['vr_radius_unit'];
|
226 |
+
$vr_mobile_height = $props['vr_mobile_height'].$props['vr_mobile_height_unit'];
|
227 |
if (empty($width)) {
|
228 |
$width = "600px";
|
229 |
}
|
230 |
+
if($props['vr_fullwidth'] == 'yes'){
|
231 |
+
$width = 'fullwidth';
|
232 |
+
}
|
233 |
if (empty($height)) {
|
234 |
$height = "400px";
|
235 |
}
|
237 |
$radius = "0px";
|
238 |
}
|
239 |
if (empty($vr_mobile_height)) {
|
240 |
+
$vr_mobile_height = "300px";
|
241 |
}
|
242 |
if ($id) {
|
243 |
ob_start();
|
244 |
+
echo do_shortcode( '[wpvr id="'.$id.'" width="'.$width.'" height="'.$height.'" radius="'.$radius.'" mobile_height="'.$vr_mobile_height.'"]' );
|
245 |
|
246 |
return ob_get_clean();
|
247 |
}
|
@@ -14,7 +14,7 @@ class WpvrDivi extends Component {
|
|
14 |
<Fragment>
|
15 |
<div>
|
16 |
<p className="wpvr-block-content">
|
17 |
-
WPVR id={this.props.vr_id}, Width={this.props.vr_width}
|
18 |
</p>
|
19 |
</div>
|
20 |
|
14 |
<Fragment>
|
15 |
<div>
|
16 |
<p className="wpvr-block-content">
|
17 |
+
WPVR id={this.props.vr_id}, Width={this.props.vr_width}{this.props.vr_width_unit}, Height={this.props.vr_height}{this.props.vr_height_unit}, Mobile Height={this.props.vr_mobile_height}{this.props.vr_mobile_height_unit}, Radius={this.props.vr_radius}{this.props.vr_radius_unit}
|
18 |
</p>
|
19 |
</div>
|
20 |
|
@@ -1,33 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"name": "divi-custom-modules",
|
3 |
-
"version": "0.1.0",
|
4 |
-
"private": true,
|
5 |
-
"dependencies": {
|
6 |
-
"divi-scripts": "1.0.0",
|
7 |
-
"react": "^16.3.2",
|
8 |
-
"react-dom": "^16.3.2"
|
9 |
-
},
|
10 |
-
"scripts": {
|
11 |
-
"start": "divi-scripts start",
|
12 |
-
"build": "divi-scripts build",
|
13 |
-
"zip": "divi-scripts build && divi-scripts zip",
|
14 |
-
"eject": "divi-scripts eject"
|
15 |
-
},
|
16 |
-
"browserslist": {
|
17 |
-
"development": [
|
18 |
-
"last 2 chrome versions",
|
19 |
-
"last 2 firefox versions",
|
20 |
-
"last 2 edge versions"
|
21 |
-
],
|
22 |
-
"production": [
|
23 |
-
">1%",
|
24 |
-
"last 4 versions",
|
25 |
-
"Firefox ESR",
|
26 |
-
"not ie < 11"
|
27 |
-
]
|
28 |
-
},
|
29 |
-
"cde": {
|
30 |
-
"gettext": "dicm-divi-custom-modules",
|
31 |
-
"prefix": "dicm"
|
32 |
-
}
|
33 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -1 +1 @@
|
|
1 |
-
!function(
|
1 |
+
!function(t){var e={};function r(n){if(e[n])return e[n].exports;var o=e[n]={i:n,l:!1,exports:{}};return t[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=t,r.c=e,r.d=function(t,e,n){r.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="/",r(r.s=0)}([function(t,e,r){r(1),t.exports=r(2)},function(t,e,r){"use strict"},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=r(3),o=r.n(n),i=r(4);o()(window).on("et_builder_api_ready",function(t,e){e.registerModules(i.a)})},function(t,e){t.exports=jQuery},function(t,e,r){"use strict";var n=r(5);e.a=[n.a]},function(t,e,r){"use strict";var n=r(6),o=r.n(n);function i(t){return(i="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function u(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function c(t,e){return!e||"object"!==i(e)&&"function"!==typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}var s=function(t){function e(){return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,e),c(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments))}var r,i,s;return function(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}(e,n["Component"]),r=e,(i=[{key:"render",value:function(){return o.a.createElement(n.Fragment,null,o.a.createElement("div",null,o.a.createElement("p",{className:"wpvr-block-content"},"WPVR id=",this.props.vr_id,", Width=",this.props.vr_width,this.props.vr_width_unit,", Height=",this.props.vr_height,this.props.vr_height_unit,", Mobile Height=",this.props.vr_mobile_height,this.props.vr_mobile_height_unit,", Radius=",this.props.vr_radius,this.props.vr_radius_unit)))}}])&&u(r.prototype,i),s&&u(r,s),e}();Object.defineProperty(s,"slug",{configurable:!0,enumerable:!0,writable:!0,value:"wpvr_divi"}),e.a=s},function(t,e){t.exports=React}]);
|
@@ -1,8385 +0,0 @@
|
|
1 |
-
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
2 |
-
# yarn lockfile v1
|
3 |
-
|
4 |
-
|
5 |
-
"@babel/code-frame@7.0.0-beta.42", "@babel/code-frame@^7.0.0-beta.35", "@babel/code-frame@^7.0.0-beta.40":
|
6 |
-
version "7.0.0-beta.42"
|
7 |
-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.42.tgz#a9c83233fa7cd06b39dc77adbb908616ff4f1962"
|
8 |
-
dependencies:
|
9 |
-
"@babel/highlight" "7.0.0-beta.42"
|
10 |
-
|
11 |
-
"@babel/core@7.0.0-beta.42", "@babel/core@^7.0.0-beta.39":
|
12 |
-
version "7.0.0-beta.42"
|
13 |
-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.0-beta.42.tgz#b3a838fddbd19663369a0b4892189fd8d3f82001"
|
14 |
-
dependencies:
|
15 |
-
"@babel/code-frame" "7.0.0-beta.42"
|
16 |
-
"@babel/generator" "7.0.0-beta.42"
|
17 |
-
"@babel/helpers" "7.0.0-beta.42"
|
18 |
-
"@babel/template" "7.0.0-beta.42"
|
19 |
-
"@babel/traverse" "7.0.0-beta.42"
|
20 |
-
"@babel/types" "7.0.0-beta.42"
|
21 |
-
babylon "7.0.0-beta.42"
|
22 |
-
convert-source-map "^1.1.0"
|
23 |
-
debug "^3.1.0"
|
24 |
-
json5 "^0.5.0"
|
25 |
-
lodash "^4.2.0"
|
26 |
-
micromatch "^2.3.11"
|
27 |
-
resolve "^1.3.2"
|
28 |
-
semver "^5.4.1"
|
29 |
-
source-map "^0.5.0"
|
30 |
-
|
31 |
-
"@babel/generator@7.0.0-beta.42":
|
32 |
-
version "7.0.0-beta.42"
|
33 |
-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.42.tgz#777bb50f39c94a7e57f73202d833141f8159af33"
|
34 |
-
dependencies:
|
35 |
-
"@babel/types" "7.0.0-beta.42"
|
36 |
-
jsesc "^2.5.1"
|
37 |
-
lodash "^4.2.0"
|
38 |
-
source-map "^0.5.0"
|
39 |
-
trim-right "^1.0.1"
|
40 |
-
|
41 |
-
"@babel/helper-annotate-as-pure@7.0.0-beta.42":
|
42 |
-
version "7.0.0-beta.42"
|
43 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0-beta.42.tgz#f2b0a3be684018b55fc308eb5408326f78479085"
|
44 |
-
dependencies:
|
45 |
-
"@babel/types" "7.0.0-beta.42"
|
46 |
-
|
47 |
-
"@babel/helper-builder-binary-assignment-operator-visitor@7.0.0-beta.42":
|
48 |
-
version "7.0.0-beta.42"
|
49 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.0.0-beta.42.tgz#7305281eb996954c47f87ec7710e2a9a8edd8077"
|
50 |
-
dependencies:
|
51 |
-
"@babel/helper-explode-assignable-expression" "7.0.0-beta.42"
|
52 |
-
"@babel/types" "7.0.0-beta.42"
|
53 |
-
|
54 |
-
"@babel/helper-builder-react-jsx@7.0.0-beta.42":
|
55 |
-
version "7.0.0-beta.42"
|
56 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.0.0-beta.42.tgz#719510a0aa45e9b02909f2e252420e62900c406a"
|
57 |
-
dependencies:
|
58 |
-
"@babel/types" "7.0.0-beta.42"
|
59 |
-
esutils "^2.0.0"
|
60 |
-
|
61 |
-
"@babel/helper-call-delegate@7.0.0-beta.42":
|
62 |
-
version "7.0.0-beta.42"
|
63 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.0.0-beta.42.tgz#53294eb8c5e6e53af3efda4293ff3c1237772d37"
|
64 |
-
dependencies:
|
65 |
-
"@babel/helper-hoist-variables" "7.0.0-beta.42"
|
66 |
-
"@babel/traverse" "7.0.0-beta.42"
|
67 |
-
"@babel/types" "7.0.0-beta.42"
|
68 |
-
|
69 |
-
"@babel/helper-define-map@7.0.0-beta.42":
|
70 |
-
version "7.0.0-beta.42"
|
71 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.0.0-beta.42.tgz#e5aa10bd7eed2c23cc2873e5d15fbb4b40a30620"
|
72 |
-
dependencies:
|
73 |
-
"@babel/helper-function-name" "7.0.0-beta.42"
|
74 |
-
"@babel/types" "7.0.0-beta.42"
|
75 |
-
lodash "^4.2.0"
|
76 |
-
|
77 |
-
"@babel/helper-explode-assignable-expression@7.0.0-beta.42":
|
78 |
-
version "7.0.0-beta.42"
|
79 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.0.0-beta.42.tgz#ae05c9e7ef9a085b0080b9e4f7a076851a2b17b5"
|
80 |
-
dependencies:
|
81 |
-
"@babel/traverse" "7.0.0-beta.42"
|
82 |
-
"@babel/types" "7.0.0-beta.42"
|
83 |
-
|
84 |
-
"@babel/helper-function-name@7.0.0-beta.42":
|
85 |
-
version "7.0.0-beta.42"
|
86 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.42.tgz#b38b8f4f85168d1812c543dd700b5d549b0c4658"
|
87 |
-
dependencies:
|
88 |
-
"@babel/helper-get-function-arity" "7.0.0-beta.42"
|
89 |
-
"@babel/template" "7.0.0-beta.42"
|
90 |
-
"@babel/types" "7.0.0-beta.42"
|
91 |
-
|
92 |
-
"@babel/helper-get-function-arity@7.0.0-beta.42":
|
93 |
-
version "7.0.0-beta.42"
|
94 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.42.tgz#ad072e32f912c033053fc80478169aeadc22191e"
|
95 |
-
dependencies:
|
96 |
-
"@babel/types" "7.0.0-beta.42"
|
97 |
-
|
98 |
-
"@babel/helper-hoist-variables@7.0.0-beta.42":
|
99 |
-
version "7.0.0-beta.42"
|
100 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.0.0-beta.42.tgz#6e51d75192923d96972a24c223b81126a7fabca1"
|
101 |
-
dependencies:
|
102 |
-
"@babel/types" "7.0.0-beta.42"
|
103 |
-
|
104 |
-
"@babel/helper-module-imports@7.0.0-beta.42":
|
105 |
-
version "7.0.0-beta.42"
|
106 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0-beta.42.tgz#4de334b42fa889d560f15122f66c3bfe1f30cb77"
|
107 |
-
dependencies:
|
108 |
-
"@babel/types" "7.0.0-beta.42"
|
109 |
-
lodash "^4.2.0"
|
110 |
-
|
111 |
-
"@babel/helper-module-transforms@7.0.0-beta.42":
|
112 |
-
version "7.0.0-beta.42"
|
113 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.0.0-beta.42.tgz#4d260cc786e712e8440bef58dae28040b77a6183"
|
114 |
-
dependencies:
|
115 |
-
"@babel/helper-module-imports" "7.0.0-beta.42"
|
116 |
-
"@babel/helper-simple-access" "7.0.0-beta.42"
|
117 |
-
"@babel/helper-split-export-declaration" "7.0.0-beta.42"
|
118 |
-
"@babel/template" "7.0.0-beta.42"
|
119 |
-
"@babel/types" "7.0.0-beta.42"
|
120 |
-
lodash "^4.2.0"
|
121 |
-
|
122 |
-
"@babel/helper-optimise-call-expression@7.0.0-beta.42":
|
123 |
-
version "7.0.0-beta.42"
|
124 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.0.0-beta.42.tgz#9ba770079001672a578fe833190cf03f973568b1"
|
125 |
-
dependencies:
|
126 |
-
"@babel/types" "7.0.0-beta.42"
|
127 |
-
|
128 |
-
"@babel/helper-plugin-utils@7.0.0-beta.42":
|
129 |
-
version "7.0.0-beta.42"
|
130 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0-beta.42.tgz#9aa8b3e5dc72abea6b4f686712a7363cb29ea057"
|
131 |
-
|
132 |
-
"@babel/helper-regex@7.0.0-beta.42":
|
133 |
-
version "7.0.0-beta.42"
|
134 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.0.0-beta.42.tgz#ba01d0cd94786561e2afeb8c8b0e544aa034a1e1"
|
135 |
-
dependencies:
|
136 |
-
lodash "^4.2.0"
|
137 |
-
|
138 |
-
"@babel/helper-remap-async-to-generator@7.0.0-beta.42":
|
139 |
-
version "7.0.0-beta.42"
|
140 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.0.0-beta.42.tgz#c27dd7789f3a9973493a67a7914ac9253e879071"
|
141 |
-
dependencies:
|
142 |
-
"@babel/helper-annotate-as-pure" "7.0.0-beta.42"
|
143 |
-
"@babel/helper-wrap-function" "7.0.0-beta.42"
|
144 |
-
"@babel/template" "7.0.0-beta.42"
|
145 |
-
"@babel/traverse" "7.0.0-beta.42"
|
146 |
-
"@babel/types" "7.0.0-beta.42"
|
147 |
-
|
148 |
-
"@babel/helper-replace-supers@7.0.0-beta.42":
|
149 |
-
version "7.0.0-beta.42"
|
150 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.0.0-beta.42.tgz#fd984b6022982b71a1237d82d932ab69ff988aa4"
|
151 |
-
dependencies:
|
152 |
-
"@babel/helper-optimise-call-expression" "7.0.0-beta.42"
|
153 |
-
"@babel/template" "7.0.0-beta.42"
|
154 |
-
"@babel/traverse" "7.0.0-beta.42"
|
155 |
-
"@babel/types" "7.0.0-beta.42"
|
156 |
-
|
157 |
-
"@babel/helper-simple-access@7.0.0-beta.42":
|
158 |
-
version "7.0.0-beta.42"
|
159 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.0.0-beta.42.tgz#9d32bed186b0bc365115c600817e791c22d72c74"
|
160 |
-
dependencies:
|
161 |
-
"@babel/template" "7.0.0-beta.42"
|
162 |
-
"@babel/types" "7.0.0-beta.42"
|
163 |
-
lodash "^4.2.0"
|
164 |
-
|
165 |
-
"@babel/helper-split-export-declaration@7.0.0-beta.42":
|
166 |
-
version "7.0.0-beta.42"
|
167 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.42.tgz#0d0d5254220a9cc4e7e226240306b939dc210ee7"
|
168 |
-
dependencies:
|
169 |
-
"@babel/types" "7.0.0-beta.42"
|
170 |
-
|
171 |
-
"@babel/helper-wrap-function@7.0.0-beta.42":
|
172 |
-
version "7.0.0-beta.42"
|
173 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.0.0-beta.42.tgz#5ffc6576902aa2a10fe6666e063bd45029c36db3"
|
174 |
-
dependencies:
|
175 |
-
"@babel/helper-function-name" "7.0.0-beta.42"
|
176 |
-
"@babel/template" "7.0.0-beta.42"
|
177 |
-
"@babel/traverse" "7.0.0-beta.42"
|
178 |
-
"@babel/types" "7.0.0-beta.42"
|
179 |
-
|
180 |
-
"@babel/helpers@7.0.0-beta.42":
|
181 |
-
version "7.0.0-beta.42"
|
182 |
-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.0.0-beta.42.tgz#151c1c4e9da1b6ce83d54c1be5fb8c9c57aa5044"
|
183 |
-
dependencies:
|
184 |
-
"@babel/template" "7.0.0-beta.42"
|
185 |
-
"@babel/traverse" "7.0.0-beta.42"
|
186 |
-
"@babel/types" "7.0.0-beta.42"
|
187 |
-
|
188 |
-
"@babel/highlight@7.0.0-beta.42":
|
189 |
-
version "7.0.0-beta.42"
|
190 |
-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.42.tgz#a502a1c0d6f99b2b0e81d468a1b0c0e81e3f3623"
|
191 |
-
dependencies:
|
192 |
-
chalk "^2.0.0"
|
193 |
-
esutils "^2.0.2"
|
194 |
-
js-tokens "^3.0.0"
|
195 |
-
|
196 |
-
"@babel/plugin-proposal-async-generator-functions@7.0.0-beta.42":
|
197 |
-
version "7.0.0-beta.42"
|
198 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.0.0-beta.42.tgz#81465d19b6f5559092d9be4d11d6351131d08696"
|
199 |
-
dependencies:
|
200 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
201 |
-
"@babel/helper-remap-async-to-generator" "7.0.0-beta.42"
|
202 |
-
"@babel/plugin-syntax-async-generators" "7.0.0-beta.42"
|
203 |
-
|
204 |
-
"@babel/plugin-proposal-class-properties@7.0.0-beta.42":
|
205 |
-
version "7.0.0-beta.42"
|
206 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.0.0-beta.42.tgz#2cd29050ab997567071b65896f92afc08a620748"
|
207 |
-
dependencies:
|
208 |
-
"@babel/helper-function-name" "7.0.0-beta.42"
|
209 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
210 |
-
"@babel/plugin-syntax-class-properties" "7.0.0-beta.42"
|
211 |
-
|
212 |
-
"@babel/plugin-proposal-object-rest-spread@7.0.0-beta.42", "@babel/plugin-proposal-object-rest-spread@^7.0.0-beta.39":
|
213 |
-
version "7.0.0-beta.42"
|
214 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.0.0-beta.42.tgz#56ebd55a8268165cb7cb43a5a232b60f5435a822"
|
215 |
-
dependencies:
|
216 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
217 |
-
"@babel/plugin-syntax-object-rest-spread" "7.0.0-beta.42"
|
218 |
-
|
219 |
-
"@babel/plugin-proposal-optional-catch-binding@7.0.0-beta.42":
|
220 |
-
version "7.0.0-beta.42"
|
221 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.0.0-beta.42.tgz#d885ba187d2ce6bbae0c227a67a38389c6f930f8"
|
222 |
-
dependencies:
|
223 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
224 |
-
"@babel/plugin-syntax-optional-catch-binding" "7.0.0-beta.42"
|
225 |
-
|
226 |
-
"@babel/plugin-proposal-unicode-property-regex@7.0.0-beta.42":
|
227 |
-
version "7.0.0-beta.42"
|
228 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.0.0-beta.42.tgz#84f209398368c194c217edd8131420e0ddb79661"
|
229 |
-
dependencies:
|
230 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
231 |
-
"@babel/helper-regex" "7.0.0-beta.42"
|
232 |
-
regexpu-core "^4.1.3"
|
233 |
-
|
234 |
-
"@babel/plugin-syntax-async-generators@7.0.0-beta.42":
|
235 |
-
version "7.0.0-beta.42"
|
236 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.0.0-beta.42.tgz#deccff2f01c2ed280493b0ba256b14df232ca299"
|
237 |
-
dependencies:
|
238 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
239 |
-
|
240 |
-
"@babel/plugin-syntax-class-properties@7.0.0-beta.42":
|
241 |
-
version "7.0.0-beta.42"
|
242 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.0.0-beta.42.tgz#80ccce27907f22d0ffb49721e9d2cde311b41459"
|
243 |
-
dependencies:
|
244 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
245 |
-
|
246 |
-
"@babel/plugin-syntax-dynamic-import@7.0.0-beta.34":
|
247 |
-
version "7.0.0-beta.34"
|
248 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.0.0-beta.34.tgz#05b1e58e4c3f412edb28aa0346c14c5f13c41b46"
|
249 |
-
|
250 |
-
"@babel/plugin-syntax-dynamic-import@7.0.0-beta.42":
|
251 |
-
version "7.0.0-beta.42"
|
252 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.0.0-beta.42.tgz#90257d90098e2c9c2f49054269039eccd8bddd34"
|
253 |
-
dependencies:
|
254 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
255 |
-
|
256 |
-
"@babel/plugin-syntax-flow@7.0.0-beta.42":
|
257 |
-
version "7.0.0-beta.42"
|
258 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.0.0-beta.42.tgz#cc210adacb65c6c155578e7ccee30a53d1003a23"
|
259 |
-
dependencies:
|
260 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
261 |
-
|
262 |
-
"@babel/plugin-syntax-jsx@7.0.0-beta.42":
|
263 |
-
version "7.0.0-beta.42"
|
264 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.0.0-beta.42.tgz#92ef7807bbec0e12a49815a409822262cbaa7ddd"
|
265 |
-
dependencies:
|
266 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
267 |
-
|
268 |
-
"@babel/plugin-syntax-object-rest-spread@7.0.0-beta.42":
|
269 |
-
version "7.0.0-beta.42"
|
270 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.0.0-beta.42.tgz#aa789865abe78a4895d4a0be9de4d34b1a1d5063"
|
271 |
-
dependencies:
|
272 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
273 |
-
|
274 |
-
"@babel/plugin-syntax-optional-catch-binding@7.0.0-beta.42":
|
275 |
-
version "7.0.0-beta.42"
|
276 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.0.0-beta.42.tgz#d3ebfaa463f42f5a35be5cbd2f27c1fc3bf96c1b"
|
277 |
-
dependencies:
|
278 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
279 |
-
|
280 |
-
"@babel/plugin-transform-arrow-functions@7.0.0-beta.42":
|
281 |
-
version "7.0.0-beta.42"
|
282 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.0.0-beta.42.tgz#b918eb8760c38d6503a1a9858fa073786b60ab2b"
|
283 |
-
dependencies:
|
284 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
285 |
-
|
286 |
-
"@babel/plugin-transform-async-to-generator@7.0.0-beta.42":
|
287 |
-
version "7.0.0-beta.42"
|
288 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.0.0-beta.42.tgz#c74e278b9722efeb7f2c7da5fbff7540c4a7f353"
|
289 |
-
dependencies:
|
290 |
-
"@babel/helper-module-imports" "7.0.0-beta.42"
|
291 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
292 |
-
"@babel/helper-remap-async-to-generator" "7.0.0-beta.42"
|
293 |
-
|
294 |
-
"@babel/plugin-transform-block-scoped-functions@7.0.0-beta.42":
|
295 |
-
version "7.0.0-beta.42"
|
296 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.0.0-beta.42.tgz#34742dcf409106038e413e0d64b90e98df15f9eb"
|
297 |
-
dependencies:
|
298 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
299 |
-
|
300 |
-
"@babel/plugin-transform-block-scoping@7.0.0-beta.42":
|
301 |
-
version "7.0.0-beta.42"
|
302 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.0.0-beta.42.tgz#272c5cc2b46613ebcd2e19491b19263c36d2c3f4"
|
303 |
-
dependencies:
|
304 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
305 |
-
lodash "^4.2.0"
|
306 |
-
|
307 |
-
"@babel/plugin-transform-classes@7.0.0-beta.42":
|
308 |
-
version "7.0.0-beta.42"
|
309 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.0.0-beta.42.tgz#3b9fdb2e36f9f16b011a2ddc4ebb610e3dc9edfb"
|
310 |
-
dependencies:
|
311 |
-
"@babel/helper-annotate-as-pure" "7.0.0-beta.42"
|
312 |
-
"@babel/helper-define-map" "7.0.0-beta.42"
|
313 |
-
"@babel/helper-function-name" "7.0.0-beta.42"
|
314 |
-
"@babel/helper-optimise-call-expression" "7.0.0-beta.42"
|
315 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
316 |
-
"@babel/helper-replace-supers" "7.0.0-beta.42"
|
317 |
-
"@babel/helper-split-export-declaration" "7.0.0-beta.42"
|
318 |
-
globals "^11.1.0"
|
319 |
-
|
320 |
-
"@babel/plugin-transform-computed-properties@7.0.0-beta.42":
|
321 |
-
version "7.0.0-beta.42"
|
322 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.0.0-beta.42.tgz#153662309475099c6948827fc86edbd7fb26f09d"
|
323 |
-
dependencies:
|
324 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
325 |
-
|
326 |
-
"@babel/plugin-transform-destructuring@7.0.0-beta.42":
|
327 |
-
version "7.0.0-beta.42"
|
328 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.0.0-beta.42.tgz#1aaca42a00d9ef2b0307557c748f32e83ac44899"
|
329 |
-
dependencies:
|
330 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
331 |
-
|
332 |
-
"@babel/plugin-transform-dotall-regex@7.0.0-beta.42":
|
333 |
-
version "7.0.0-beta.42"
|
334 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.0.0-beta.42.tgz#af7ead30c1b6c3ea8a53973cfcfdbda9edc3c967"
|
335 |
-
dependencies:
|
336 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
337 |
-
"@babel/helper-regex" "7.0.0-beta.42"
|
338 |
-
regexpu-core "^4.1.3"
|
339 |
-
|
340 |
-
"@babel/plugin-transform-duplicate-keys@7.0.0-beta.42":
|
341 |
-
version "7.0.0-beta.42"
|
342 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.0.0-beta.42.tgz#9678ab9480c6120e9b08014371c010bed481485a"
|
343 |
-
dependencies:
|
344 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
345 |
-
|
346 |
-
"@babel/plugin-transform-exponentiation-operator@7.0.0-beta.42":
|
347 |
-
version "7.0.0-beta.42"
|
348 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.0.0-beta.42.tgz#fe637583e8d00ff6d63461e274a63dd2f373baf5"
|
349 |
-
dependencies:
|
350 |
-
"@babel/helper-builder-binary-assignment-operator-visitor" "7.0.0-beta.42"
|
351 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
352 |
-
|
353 |
-
"@babel/plugin-transform-flow-strip-types@7.0.0-beta.42":
|
354 |
-
version "7.0.0-beta.42"
|
355 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.0.0-beta.42.tgz#0902538b641e1a6fe5d7dc49389560112bfd4071"
|
356 |
-
dependencies:
|
357 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
358 |
-
"@babel/plugin-syntax-flow" "7.0.0-beta.42"
|
359 |
-
|
360 |
-
"@babel/plugin-transform-for-of@7.0.0-beta.42":
|
361 |
-
version "7.0.0-beta.42"
|
362 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.0.0-beta.42.tgz#acf51c5986050e1aff054c8d2a95ef3f6bec153e"
|
363 |
-
dependencies:
|
364 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
365 |
-
|
366 |
-
"@babel/plugin-transform-function-name@7.0.0-beta.42":
|
367 |
-
version "7.0.0-beta.42"
|
368 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.0.0-beta.42.tgz#1eb004a9abde01010d47ec7629d46b1e4e2c6228"
|
369 |
-
dependencies:
|
370 |
-
"@babel/helper-function-name" "7.0.0-beta.42"
|
371 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
372 |
-
|
373 |
-
"@babel/plugin-transform-literals@7.0.0-beta.42":
|
374 |
-
version "7.0.0-beta.42"
|
375 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.0.0-beta.42.tgz#61a34a82d757be4ddf937eda4b2d6c36b63b9c4e"
|
376 |
-
dependencies:
|
377 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
378 |
-
|
379 |
-
"@babel/plugin-transform-modules-amd@7.0.0-beta.42":
|
380 |
-
version "7.0.0-beta.42"
|
381 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.0.0-beta.42.tgz#f4c634f49b5051abf6cefcbae100b41ba1369eb6"
|
382 |
-
dependencies:
|
383 |
-
"@babel/helper-module-transforms" "7.0.0-beta.42"
|
384 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
385 |
-
|
386 |
-
"@babel/plugin-transform-modules-commonjs@7.0.0-beta.42":
|
387 |
-
version "7.0.0-beta.42"
|
388 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.0.0-beta.42.tgz#bdfb30e194c8841ec3ddd8a011974102d0d74afc"
|
389 |
-
dependencies:
|
390 |
-
"@babel/helper-module-transforms" "7.0.0-beta.42"
|
391 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
392 |
-
"@babel/helper-simple-access" "7.0.0-beta.42"
|
393 |
-
|
394 |
-
"@babel/plugin-transform-modules-systemjs@7.0.0-beta.42":
|
395 |
-
version "7.0.0-beta.42"
|
396 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.0.0-beta.42.tgz#424e25542b4d6ea6ea5f933df6ec9c345358b070"
|
397 |
-
dependencies:
|
398 |
-
"@babel/helper-hoist-variables" "7.0.0-beta.42"
|
399 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
400 |
-
|
401 |
-
"@babel/plugin-transform-modules-umd@7.0.0-beta.42":
|
402 |
-
version "7.0.0-beta.42"
|
403 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.0.0-beta.42.tgz#2fbad368c83471c76f8dcace98492e4e3fdddc76"
|
404 |
-
dependencies:
|
405 |
-
"@babel/helper-module-transforms" "7.0.0-beta.42"
|
406 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
407 |
-
|
408 |
-
"@babel/plugin-transform-new-target@7.0.0-beta.42":
|
409 |
-
version "7.0.0-beta.42"
|
410 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.0.0-beta.42.tgz#8b309b67b6a92fd1ab6cb93bea0fa12359795c20"
|
411 |
-
dependencies:
|
412 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
413 |
-
|
414 |
-
"@babel/plugin-transform-object-super@7.0.0-beta.42":
|
415 |
-
version "7.0.0-beta.42"
|
416 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.0.0-beta.42.tgz#f19ae6007ff675ea0f52499d09f73ae9f96db1a0"
|
417 |
-
dependencies:
|
418 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
419 |
-
"@babel/helper-replace-supers" "7.0.0-beta.42"
|
420 |
-
|
421 |
-
"@babel/plugin-transform-parameters@7.0.0-beta.42":
|
422 |
-
version "7.0.0-beta.42"
|
423 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.0.0-beta.42.tgz#58434afb01afb0a3aa82402142807fb70eb3fb56"
|
424 |
-
dependencies:
|
425 |
-
"@babel/helper-call-delegate" "7.0.0-beta.42"
|
426 |
-
"@babel/helper-get-function-arity" "7.0.0-beta.42"
|
427 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
428 |
-
|
429 |
-
"@babel/plugin-transform-react-constant-elements@7.0.0-beta.42", "@babel/plugin-transform-react-constant-elements@^7.0.0-beta.39":
|
430 |
-
version "7.0.0-beta.42"
|
431 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.0.0-beta.42.tgz#d6fba3670fd57cafc4d07db831c5097528147bdc"
|
432 |
-
dependencies:
|
433 |
-
"@babel/helper-annotate-as-pure" "7.0.0-beta.42"
|
434 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
435 |
-
|
436 |
-
"@babel/plugin-transform-react-display-name@7.0.0-beta.42":
|
437 |
-
version "7.0.0-beta.42"
|
438 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.0.0-beta.42.tgz#48766efd74d65fb9116ede6354f73299d73e66b9"
|
439 |
-
dependencies:
|
440 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
441 |
-
|
442 |
-
"@babel/plugin-transform-react-jsx-self@7.0.0-beta.42":
|
443 |
-
version "7.0.0-beta.42"
|
444 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.0.0-beta.42.tgz#f471407f6d87f5456db716ed7ed24dff6864c3de"
|
445 |
-
dependencies:
|
446 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
447 |
-
"@babel/plugin-syntax-jsx" "7.0.0-beta.42"
|
448 |
-
|
449 |
-
"@babel/plugin-transform-react-jsx-source@7.0.0-beta.42":
|
450 |
-
version "7.0.0-beta.42"
|
451 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.0.0-beta.42.tgz#2c41adf060e76b9f0652591cfcdaddd192a21898"
|
452 |
-
dependencies:
|
453 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
454 |
-
"@babel/plugin-syntax-jsx" "7.0.0-beta.42"
|
455 |
-
|
456 |
-
"@babel/plugin-transform-react-jsx@7.0.0-beta.42":
|
457 |
-
version "7.0.0-beta.42"
|
458 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.0.0-beta.42.tgz#a25731396ca87b07f10362a950deab4526345fac"
|
459 |
-
dependencies:
|
460 |
-
"@babel/helper-builder-react-jsx" "7.0.0-beta.42"
|
461 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
462 |
-
"@babel/plugin-syntax-jsx" "7.0.0-beta.42"
|
463 |
-
|
464 |
-
"@babel/plugin-transform-regenerator@7.0.0-beta.42":
|
465 |
-
version "7.0.0-beta.42"
|
466 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.0.0-beta.42.tgz#af164751340a7e513c53e614c6f1f90279e459ef"
|
467 |
-
dependencies:
|
468 |
-
regenerator-transform "^0.12.3"
|
469 |
-
|
470 |
-
"@babel/plugin-transform-runtime@7.0.0-beta.42":
|
471 |
-
version "7.0.0-beta.42"
|
472 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.0.0-beta.42.tgz#0142fa2937dd87fea10f5c7c4da9c8b8896bb740"
|
473 |
-
dependencies:
|
474 |
-
"@babel/helper-module-imports" "7.0.0-beta.42"
|
475 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
476 |
-
|
477 |
-
"@babel/plugin-transform-shorthand-properties@7.0.0-beta.42":
|
478 |
-
version "7.0.0-beta.42"
|
479 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.0.0-beta.42.tgz#fb0b66f4afd4a5a67d9d84a85cbf6f7fef0a7b4f"
|
480 |
-
dependencies:
|
481 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
482 |
-
|
483 |
-
"@babel/plugin-transform-spread@7.0.0-beta.42":
|
484 |
-
version "7.0.0-beta.42"
|
485 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.0.0-beta.42.tgz#4d7dde45c95e55d418477e1ea95dd6d9b71f15e4"
|
486 |
-
dependencies:
|
487 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
488 |
-
|
489 |
-
"@babel/plugin-transform-sticky-regex@7.0.0-beta.42":
|
490 |
-
version "7.0.0-beta.42"
|
491 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.0.0-beta.42.tgz#b0a5585ec24013dd6f0b1b8cc7a73423c4bc082f"
|
492 |
-
dependencies:
|
493 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
494 |
-
"@babel/helper-regex" "7.0.0-beta.42"
|
495 |
-
|
496 |
-
"@babel/plugin-transform-template-literals@7.0.0-beta.42":
|
497 |
-
version "7.0.0-beta.42"
|
498 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.0.0-beta.42.tgz#7f05c5c003da8e485462cfc36f9d482b0a9a75df"
|
499 |
-
dependencies:
|
500 |
-
"@babel/helper-annotate-as-pure" "7.0.0-beta.42"
|
501 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
502 |
-
|
503 |
-
"@babel/plugin-transform-typeof-symbol@7.0.0-beta.42":
|
504 |
-
version "7.0.0-beta.42"
|
505 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.0.0-beta.42.tgz#7d93fcd194db78b839488cddddefbaa46032e327"
|
506 |
-
dependencies:
|
507 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
508 |
-
|
509 |
-
"@babel/plugin-transform-unicode-regex@7.0.0-beta.42":
|
510 |
-
version "7.0.0-beta.42"
|
511 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.0.0-beta.42.tgz#1e7bdcf678d9a9066d06e6d334ab41ca11ca00ad"
|
512 |
-
dependencies:
|
513 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
514 |
-
"@babel/helper-regex" "7.0.0-beta.42"
|
515 |
-
regexpu-core "^4.1.3"
|
516 |
-
|
517 |
-
"@babel/preset-env@7.0.0-beta.42", "@babel/preset-env@^7.0.0-beta.39":
|
518 |
-
version "7.0.0-beta.42"
|
519 |
-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.0.0-beta.42.tgz#671e688057c010b22a7811b965f7da5d79c472d3"
|
520 |
-
dependencies:
|
521 |
-
"@babel/helper-module-imports" "7.0.0-beta.42"
|
522 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
523 |
-
"@babel/plugin-proposal-async-generator-functions" "7.0.0-beta.42"
|
524 |
-
"@babel/plugin-proposal-object-rest-spread" "7.0.0-beta.42"
|
525 |
-
"@babel/plugin-proposal-optional-catch-binding" "7.0.0-beta.42"
|
526 |
-
"@babel/plugin-proposal-unicode-property-regex" "7.0.0-beta.42"
|
527 |
-
"@babel/plugin-syntax-async-generators" "7.0.0-beta.42"
|
528 |
-
"@babel/plugin-syntax-object-rest-spread" "7.0.0-beta.42"
|
529 |
-
"@babel/plugin-syntax-optional-catch-binding" "7.0.0-beta.42"
|
530 |
-
"@babel/plugin-transform-arrow-functions" "7.0.0-beta.42"
|
531 |
-
"@babel/plugin-transform-async-to-generator" "7.0.0-beta.42"
|
532 |
-
"@babel/plugin-transform-block-scoped-functions" "7.0.0-beta.42"
|
533 |
-
"@babel/plugin-transform-block-scoping" "7.0.0-beta.42"
|
534 |
-
"@babel/plugin-transform-classes" "7.0.0-beta.42"
|
535 |
-
"@babel/plugin-transform-computed-properties" "7.0.0-beta.42"
|
536 |
-
"@babel/plugin-transform-destructuring" "7.0.0-beta.42"
|
537 |
-
"@babel/plugin-transform-dotall-regex" "7.0.0-beta.42"
|
538 |
-
"@babel/plugin-transform-duplicate-keys" "7.0.0-beta.42"
|
539 |
-
"@babel/plugin-transform-exponentiation-operator" "7.0.0-beta.42"
|
540 |
-
"@babel/plugin-transform-for-of" "7.0.0-beta.42"
|
541 |
-
"@babel/plugin-transform-function-name" "7.0.0-beta.42"
|
542 |
-
"@babel/plugin-transform-literals" "7.0.0-beta.42"
|
543 |
-
"@babel/plugin-transform-modules-amd" "7.0.0-beta.42"
|
544 |
-
"@babel/plugin-transform-modules-commonjs" "7.0.0-beta.42"
|
545 |
-
"@babel/plugin-transform-modules-systemjs" "7.0.0-beta.42"
|
546 |
-
"@babel/plugin-transform-modules-umd" "7.0.0-beta.42"
|
547 |
-
"@babel/plugin-transform-new-target" "7.0.0-beta.42"
|
548 |
-
"@babel/plugin-transform-object-super" "7.0.0-beta.42"
|
549 |
-
"@babel/plugin-transform-parameters" "7.0.0-beta.42"
|
550 |
-
"@babel/plugin-transform-regenerator" "7.0.0-beta.42"
|
551 |
-
"@babel/plugin-transform-shorthand-properties" "7.0.0-beta.42"
|
552 |
-
"@babel/plugin-transform-spread" "7.0.0-beta.42"
|
553 |
-
"@babel/plugin-transform-sticky-regex" "7.0.0-beta.42"
|
554 |
-
"@babel/plugin-transform-template-literals" "7.0.0-beta.42"
|
555 |
-
"@babel/plugin-transform-typeof-symbol" "7.0.0-beta.42"
|
556 |
-
"@babel/plugin-transform-unicode-regex" "7.0.0-beta.42"
|
557 |
-
browserslist "^3.0.0"
|
558 |
-
invariant "^2.2.2"
|
559 |
-
semver "^5.3.0"
|
560 |
-
|
561 |
-
"@babel/preset-flow@7.0.0-beta.42":
|
562 |
-
version "7.0.0-beta.42"
|
563 |
-
resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.0.0-beta.42.tgz#580d8d1e418ac1bd0032436a02639267ebdbe1c7"
|
564 |
-
dependencies:
|
565 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
566 |
-
"@babel/plugin-transform-flow-strip-types" "7.0.0-beta.42"
|
567 |
-
|
568 |
-
"@babel/preset-react@7.0.0-beta.42", "@babel/preset-react@^7.0.0-beta.39":
|
569 |
-
version "7.0.0-beta.42"
|
570 |
-
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.0.0-beta.42.tgz#e7a15ee1ab5305d5f8efd43cce01123e2bfdcc9d"
|
571 |
-
dependencies:
|
572 |
-
"@babel/helper-plugin-utils" "7.0.0-beta.42"
|
573 |
-
"@babel/plugin-syntax-jsx" "7.0.0-beta.42"
|
574 |
-
"@babel/plugin-transform-react-display-name" "7.0.0-beta.42"
|
575 |
-
"@babel/plugin-transform-react-jsx" "7.0.0-beta.42"
|
576 |
-
"@babel/plugin-transform-react-jsx-self" "7.0.0-beta.42"
|
577 |
-
"@babel/plugin-transform-react-jsx-source" "7.0.0-beta.42"
|
578 |
-
|
579 |
-
"@babel/runtime@7.0.0-beta.42":
|
580 |
-
version "7.0.0-beta.42"
|
581 |
-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.0.0-beta.42.tgz#352e40c92e0460d3e82f49bd7e79f6cda76f919f"
|
582 |
-
dependencies:
|
583 |
-
core-js "^2.5.3"
|
584 |
-
regenerator-runtime "^0.11.1"
|
585 |
-
|
586 |
-
"@babel/template@7.0.0-beta.42":
|
587 |
-
version "7.0.0-beta.42"
|
588 |
-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.42.tgz#7186d4e70d44cdec975049ba0a73bdaf5cdee052"
|
589 |
-
dependencies:
|
590 |
-
"@babel/code-frame" "7.0.0-beta.42"
|
591 |
-
"@babel/types" "7.0.0-beta.42"
|
592 |
-
babylon "7.0.0-beta.42"
|
593 |
-
lodash "^4.2.0"
|
594 |
-
|
595 |
-
"@babel/traverse@7.0.0-beta.42", "@babel/traverse@^7.0.0-beta.40":
|
596 |
-
version "7.0.0-beta.42"
|
597 |
-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.42.tgz#f4bf4d1e33d41baf45205e2d0463591d57326285"
|
598 |
-
dependencies:
|
599 |
-
"@babel/code-frame" "7.0.0-beta.42"
|
600 |
-
"@babel/generator" "7.0.0-beta.42"
|
601 |
-
"@babel/helper-function-name" "7.0.0-beta.42"
|
602 |
-
"@babel/helper-split-export-declaration" "7.0.0-beta.42"
|
603 |
-
"@babel/types" "7.0.0-beta.42"
|
604 |
-
babylon "7.0.0-beta.42"
|
605 |
-
debug "^3.1.0"
|
606 |
-
globals "^11.1.0"
|
607 |
-
invariant "^2.2.0"
|
608 |
-
lodash "^4.2.0"
|
609 |
-
|
610 |
-
"@babel/types@7.0.0-beta.42", "@babel/types@^7.0.0-beta.40":
|
611 |
-
version "7.0.0-beta.42"
|
612 |
-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.42.tgz#1e2118767684880f6963801b272fd2b3348efacc"
|
613 |
-
dependencies:
|
614 |
-
esutils "^2.0.2"
|
615 |
-
lodash "^4.2.0"
|
616 |
-
to-fast-properties "^2.0.0"
|
617 |
-
|
618 |
-
"@types/node@*":
|
619 |
-
version "9.6.0"
|
620 |
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.6.0.tgz#d3480ee666df9784b1001a1872a2f6ccefb6c2d7"
|
621 |
-
|
622 |
-
abab@^1.0.3, abab@^1.0.4:
|
623 |
-
version "1.0.4"
|
624 |
-
resolved "https://registry.yarnpkg.com/abab/-/abab-1.0.4.tgz#5faad9c2c07f60dd76770f71cf025b62a63cfd4e"
|
625 |
-
|
626 |
-
abbrev@1:
|
627 |
-
version "1.1.1"
|
628 |
-
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
|
629 |
-
|
630 |
-
accepts@~1.3.4, accepts@~1.3.5:
|
631 |
-
version "1.3.5"
|
632 |
-
resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.5.tgz#eb777df6011723a3b14e8a72c0805c8e86746bd2"
|
633 |
-
dependencies:
|
634 |
-
mime-types "~2.1.18"
|
635 |
-
negotiator "0.6.1"
|
636 |
-
|
637 |
-
acorn-dynamic-import@^2.0.0:
|
638 |
-
version "2.0.2"
|
639 |
-
resolved "https://registry.yarnpkg.com/acorn-dynamic-import/-/acorn-dynamic-import-2.0.2.tgz#c752bd210bef679501b6c6cb7fc84f8f47158cc4"
|
640 |
-
dependencies:
|
641 |
-
acorn "^4.0.3"
|
642 |
-
|
643 |
-
acorn-globals@^3.1.0:
|
644 |
-
version "3.1.0"
|
645 |
-
resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-3.1.0.tgz#fd8270f71fbb4996b004fa880ee5d46573a731bf"
|
646 |
-
dependencies:
|
647 |
-
acorn "^4.0.4"
|
648 |
-
|
649 |
-
acorn-globals@^4.1.0:
|
650 |
-
version "4.1.0"
|
651 |
-
resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-4.1.0.tgz#ab716025dbe17c54d3ef81d32ece2b2d99fe2538"
|
652 |
-
dependencies:
|
653 |
-
acorn "^5.0.0"
|
654 |
-
|
655 |
-
acorn-jsx@^3.0.0:
|
656 |
-
version "3.0.1"
|
657 |
-
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-3.0.1.tgz#afdf9488fb1ecefc8348f6fb22f464e32a58b36b"
|
658 |
-
dependencies:
|
659 |
-
acorn "^3.0.4"
|
660 |
-
|
661 |
-
acorn@^3.0.4:
|
662 |
-
version "3.3.0"
|
663 |
-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"
|
664 |
-
|
665 |
-
acorn@^4.0.3, acorn@^4.0.4:
|
666 |
-
version "4.0.13"
|
667 |
-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.13.tgz#105495ae5361d697bd195c825192e1ad7f253787"
|
668 |
-
|
669 |
-
acorn@^5.0.0, acorn@^5.3.0, acorn@^5.5.0:
|
670 |
-
version "5.5.3"
|
671 |
-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.5.3.tgz#f473dd47e0277a08e28e9bec5aeeb04751f0b8c9"
|
672 |
-
|
673 |
-
address@1.0.3, address@^1.0.1:
|
674 |
-
version "1.0.3"
|
675 |
-
resolved "https://registry.yarnpkg.com/address/-/address-1.0.3.tgz#b5f50631f8d6cec8bd20c963963afb55e06cbce9"
|
676 |
-
|
677 |
-
ajv-keywords@^2.0.0:
|
678 |
-
version "2.1.1"
|
679 |
-
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-2.1.1.tgz#617997fc5f60576894c435f940d819e135b80762"
|
680 |
-
|
681 |
-
ajv-keywords@^3.0.0, ajv-keywords@^3.1.0:
|
682 |
-
version "3.1.0"
|
683 |
-
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.1.0.tgz#ac2b27939c543e95d2c06e7f7f5c27be4aa543be"
|
684 |
-
|
685 |
-
ajv@^4.9.1:
|
686 |
-
version "4.11.8"
|
687 |
-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-4.11.8.tgz#82ffb02b29e662ae53bdc20af15947706739c536"
|
688 |
-
dependencies:
|
689 |
-
co "^4.6.0"
|
690 |
-
json-stable-stringify "^1.0.1"
|
691 |
-
|
692 |
-
ajv@^5.0.0, ajv@^5.1.0, ajv@^5.1.5, ajv@^5.3.0:
|
693 |
-
version "5.5.2"
|
694 |
-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.5.2.tgz#73b5eeca3fab653e3d3f9422b341ad42205dc965"
|
695 |
-
dependencies:
|
696 |
-
co "^4.6.0"
|
697 |
-
fast-deep-equal "^1.0.0"
|
698 |
-
fast-json-stable-stringify "^2.0.0"
|
699 |
-
json-schema-traverse "^0.3.0"
|
700 |
-
|
701 |
-
ajv@^6.0.1, ajv@^6.1.0:
|
702 |
-
version "6.3.0"
|
703 |
-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.3.0.tgz#1650a41114ef00574cac10b8032d8f4c14812da7"
|
704 |
-
dependencies:
|
705 |
-
fast-deep-equal "^1.0.0"
|
706 |
-
fast-json-stable-stringify "^2.0.0"
|
707 |
-
json-schema-traverse "^0.3.0"
|
708 |
-
|
709 |
-
align-text@^0.1.1, align-text@^0.1.3:
|
710 |
-
version "0.1.4"
|
711 |
-
resolved "https://registry.yarnpkg.com/align-text/-/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117"
|
712 |
-
dependencies:
|
713 |
-
kind-of "^3.0.2"
|
714 |
-
longest "^1.0.1"
|
715 |
-
repeat-string "^1.5.2"
|
716 |
-
|
717 |
-
alphanum-sort@^1.0.1, alphanum-sort@^1.0.2:
|
718 |
-
version "1.0.2"
|
719 |
-
resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3"
|
720 |
-
|
721 |
-
amdefine@>=0.0.4:
|
722 |
-
version "1.0.1"
|
723 |
-
resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5"
|
724 |
-
|
725 |
-
ansi-escapes@^3.0.0:
|
726 |
-
version "3.0.0"
|
727 |
-
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.0.0.tgz#ec3e8b4e9f8064fc02c3ac9b65f1c275bda8ef92"
|
728 |
-
|
729 |
-
ansi-html@0.0.7:
|
730 |
-
version "0.0.7"
|
731 |
-
resolved "https://registry.yarnpkg.com/ansi-html/-/ansi-html-0.0.7.tgz#813584021962a9e9e6fd039f940d12f56ca7859e"
|
732 |
-
|
733 |
-
ansi-regex@^2.0.0:
|
734 |
-
version "2.1.1"
|
735 |
-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
|
736 |
-
|
737 |
-
ansi-regex@^3.0.0:
|
738 |
-
version "3.0.0"
|
739 |
-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
|
740 |
-
|
741 |
-
ansi-styles@^2.2.1:
|
742 |
-
version "2.2.1"
|
743 |
-
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
|
744 |
-
|
745 |
-
ansi-styles@^3.1.0, ansi-styles@^3.2.0, ansi-styles@^3.2.1:
|
746 |
-
version "3.2.1"
|
747 |
-
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
|
748 |
-
dependencies:
|
749 |
-
color-convert "^1.9.0"
|
750 |
-
|
751 |
-
any-promise@^1.0.0:
|
752 |
-
version "1.3.0"
|
753 |
-
resolved "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f"
|
754 |
-
|
755 |
-
anymatch@^2.0.0:
|
756 |
-
version "2.0.0"
|
757 |
-
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb"
|
758 |
-
dependencies:
|
759 |
-
micromatch "^3.1.4"
|
760 |
-
normalize-path "^2.1.1"
|
761 |
-
|
762 |
-
append-transform@^0.4.0:
|
763 |
-
version "0.4.0"
|
764 |
-
resolved "https://registry.yarnpkg.com/append-transform/-/append-transform-0.4.0.tgz#d76ebf8ca94d276e247a36bad44a4b74ab611991"
|
765 |
-
dependencies:
|
766 |
-
default-require-extensions "^1.0.0"
|
767 |
-
|
768 |
-
aproba@^1.0.3, aproba@^1.1.1:
|
769 |
-
version "1.2.0"
|
770 |
-
resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
|
771 |
-
|
772 |
-
archiver-utils@^1.3.0:
|
773 |
-
version "1.3.0"
|
774 |
-
resolved "https://registry.yarnpkg.com/archiver-utils/-/archiver-utils-1.3.0.tgz#e50b4c09c70bf3d680e32ff1b7994e9f9d895174"
|
775 |
-
dependencies:
|
776 |
-
glob "^7.0.0"
|
777 |
-
graceful-fs "^4.1.0"
|
778 |
-
lazystream "^1.0.0"
|
779 |
-
lodash "^4.8.0"
|
780 |
-
normalize-path "^2.0.0"
|
781 |
-
readable-stream "^2.0.0"
|
782 |
-
|
783 |
-
archiver@^1.3.0:
|
784 |
-
version "1.3.0"
|
785 |
-
resolved "https://registry.yarnpkg.com/archiver/-/archiver-1.3.0.tgz#4f2194d6d8f99df3f531e6881f14f15d55faaf22"
|
786 |
-
dependencies:
|
787 |
-
archiver-utils "^1.3.0"
|
788 |
-
async "^2.0.0"
|
789 |
-
buffer-crc32 "^0.2.1"
|
790 |
-
glob "^7.0.0"
|
791 |
-
lodash "^4.8.0"
|
792 |
-
readable-stream "^2.0.0"
|
793 |
-
tar-stream "^1.5.0"
|
794 |
-
walkdir "^0.0.11"
|
795 |
-
zip-stream "^1.1.0"
|
796 |
-
|
797 |
-
are-we-there-yet@~1.1.2:
|
798 |
-
version "1.1.4"
|
799 |
-
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.4.tgz#bb5dca382bb94f05e15194373d16fd3ba1ca110d"
|
800 |
-
dependencies:
|
801 |
-
delegates "^1.0.0"
|
802 |
-
readable-stream "^2.0.6"
|
803 |
-
|
804 |
-
argparse@^1.0.2, argparse@^1.0.7:
|
805 |
-
version "1.0.10"
|
806 |
-
resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911"
|
807 |
-
dependencies:
|
808 |
-
sprintf-js "~1.0.2"
|
809 |
-
|
810 |
-
aria-query@^0.7.0:
|
811 |
-
version "0.7.1"
|
812 |
-
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-0.7.1.tgz#26cbb5aff64144b0a825be1846e0b16cfa00b11e"
|
813 |
-
dependencies:
|
814 |
-
ast-types-flow "0.0.7"
|
815 |
-
commander "^2.11.0"
|
816 |
-
|
817 |
-
arr-diff@^2.0.0:
|
818 |
-
version "2.0.0"
|
819 |
-
resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256ac3ceae356cf"
|
820 |
-
dependencies:
|
821 |
-
arr-flatten "^1.0.1"
|
822 |
-
|
823 |
-
arr-diff@^4.0.0:
|
824 |
-
version "4.0.0"
|
825 |
-
resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520"
|
826 |
-
|
827 |
-
arr-flatten@^1.0.1, arr-flatten@^1.1.0:
|
828 |
-
version "1.1.0"
|
829 |
-
resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1"
|
830 |
-
|
831 |
-
arr-union@^3.1.0:
|
832 |
-
version "3.1.0"
|
833 |
-
resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4"
|
834 |
-
|
835 |
-
array-equal@^1.0.0:
|
836 |
-
version "1.0.0"
|
837 |
-
resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93"
|
838 |
-
|
839 |
-
array-filter@~0.0.0:
|
840 |
-
version "0.0.1"
|
841 |
-
resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-0.0.1.tgz#7da8cf2e26628ed732803581fd21f67cacd2eeec"
|
842 |
-
|
843 |
-
array-find-index@^1.0.1:
|
844 |
-
version "1.0.2"
|
845 |
-
resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1"
|
846 |
-
|
847 |
-
array-flatten@1.1.1:
|
848 |
-
version "1.1.1"
|
849 |
-
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
|
850 |
-
|
851 |
-
array-flatten@^2.1.0:
|
852 |
-
version "2.1.1"
|
853 |
-
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.1.tgz#426bb9da84090c1838d812c8150af20a8331e296"
|
854 |
-
|
855 |
-
array-includes@^3.0.3:
|
856 |
-
version "3.0.3"
|
857 |
-
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.0.3.tgz#184b48f62d92d7452bb31b323165c7f8bd02266d"
|
858 |
-
dependencies:
|
859 |
-
define-properties "^1.1.2"
|
860 |
-
es-abstract "^1.7.0"
|
861 |
-
|
862 |
-
array-map@~0.0.0:
|
863 |
-
version "0.0.0"
|
864 |
-
resolved "https://registry.yarnpkg.com/array-map/-/array-map-0.0.0.tgz#88a2bab73d1cf7bcd5c1b118a003f66f665fa662"
|
865 |
-
|
866 |
-
array-reduce@~0.0.0:
|
867 |
-
version "0.0.0"
|
868 |
-
resolved "https://registry.yarnpkg.com/array-reduce/-/array-reduce-0.0.0.tgz#173899d3ffd1c7d9383e4479525dbe278cab5f2b"
|
869 |
-
|
870 |
-
array-union@^1.0.1:
|
871 |
-
version "1.0.2"
|
872 |
-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
|
873 |
-
dependencies:
|
874 |
-
array-uniq "^1.0.1"
|
875 |
-
|
876 |
-
array-uniq@^1.0.1:
|
877 |
-
version "1.0.3"
|
878 |
-
resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6"
|
879 |
-
|
880 |
-
array-unique@^0.2.1:
|
881 |
-
version "0.2.1"
|
882 |
-
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
|
883 |
-
|
884 |
-
array-unique@^0.3.2:
|
885 |
-
version "0.3.2"
|
886 |
-
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
|
887 |
-
|
888 |
-
arrify@^1.0.0, arrify@^1.0.1:
|
889 |
-
version "1.0.1"
|
890 |
-
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
|
891 |
-
|
892 |
-
asap@~2.0.3:
|
893 |
-
version "2.0.6"
|
894 |
-
resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46"
|
895 |
-
|
896 |
-
asn1.js@^4.0.0:
|
897 |
-
version "4.10.1"
|
898 |
-
resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-4.10.1.tgz#b9c2bf5805f1e64aadeed6df3a2bfafb5a73f5a0"
|
899 |
-
dependencies:
|
900 |
-
bn.js "^4.0.0"
|
901 |
-
inherits "^2.0.1"
|
902 |
-
minimalistic-assert "^1.0.0"
|
903 |
-
|
904 |
-
asn1@~0.2.3:
|
905 |
-
version "0.2.3"
|
906 |
-
resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.3.tgz#dac8787713c9966849fc8180777ebe9c1ddf3b86"
|
907 |
-
|
908 |
-
assert-plus@1.0.0, assert-plus@^1.0.0:
|
909 |
-
version "1.0.0"
|
910 |
-
resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525"
|
911 |
-
|
912 |
-
assert-plus@^0.2.0:
|
913 |
-
version "0.2.0"
|
914 |
-
resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-0.2.0.tgz#d74e1b87e7affc0db8aadb7021f3fe48101ab234"
|
915 |
-
|
916 |
-
assert@^1.1.1:
|
917 |
-
version "1.4.1"
|
918 |
-
resolved "https://registry.yarnpkg.com/assert/-/assert-1.4.1.tgz#99912d591836b5a6f5b345c0f07eefc08fc65d91"
|
919 |
-
dependencies:
|
920 |
-
util "0.10.3"
|
921 |
-
|
922 |
-
assign-symbols@^1.0.0:
|
923 |
-
version "1.0.0"
|
924 |
-
resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"
|
925 |
-
|
926 |
-
ast-types-flow@0.0.7:
|
927 |
-
version "0.0.7"
|
928 |
-
resolved "https://registry.yarnpkg.com/ast-types-flow/-/ast-types-flow-0.0.7.tgz#f70b735c6bca1a5c9c22d982c3e39e7feba3bdad"
|
929 |
-
|
930 |
-
astral-regex@^1.0.0:
|
931 |
-
version "1.0.0"
|
932 |
-
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9"
|
933 |
-
|
934 |
-
async-each@^1.0.0:
|
935 |
-
version "1.0.1"
|
936 |
-
resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.1.tgz#19d386a1d9edc6e7c1c85d388aedbcc56d33602d"
|
937 |
-
|
938 |
-
async-limiter@~1.0.0:
|
939 |
-
version "1.0.0"
|
940 |
-
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8"
|
941 |
-
|
942 |
-
async@^1.4.0, async@^1.5.2, async@~1.5.2:
|
943 |
-
version "1.5.2"
|
944 |
-
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
|
945 |
-
|
946 |
-
async@^2.0.0, async@^2.1.2, async@^2.1.4, async@^2.3.0, async@^2.4.1:
|
947 |
-
version "2.6.0"
|
948 |
-
resolved "https://registry.yarnpkg.com/async/-/async-2.6.0.tgz#61a29abb6fcc026fea77e56d1c6ec53a795951f4"
|
949 |
-
dependencies:
|
950 |
-
lodash "^4.14.0"
|
951 |
-
|
952 |
-
asynckit@^0.4.0:
|
953 |
-
version "0.4.0"
|
954 |
-
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
|
955 |
-
|
956 |
-
atob@^2.0.0:
|
957 |
-
version "2.0.3"
|
958 |
-
resolved "https://registry.yarnpkg.com/atob/-/atob-2.0.3.tgz#19c7a760473774468f20b2d2d03372ad7d4cbf5d"
|
959 |
-
|
960 |
-
autoprefixer@7.2.5:
|
961 |
-
version "7.2.5"
|
962 |
-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-7.2.5.tgz#04ccbd0c6a61131b6d13f53d371926092952d192"
|
963 |
-
dependencies:
|
964 |
-
browserslist "^2.11.1"
|
965 |
-
caniuse-lite "^1.0.30000791"
|
966 |
-
normalize-range "^0.1.2"
|
967 |
-
num2fraction "^1.2.2"
|
968 |
-
postcss "^6.0.16"
|
969 |
-
postcss-value-parser "^3.2.3"
|
970 |
-
|
971 |
-
autoprefixer@^6.3.1:
|
972 |
-
version "6.7.7"
|
973 |
-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-6.7.7.tgz#1dbd1c835658e35ce3f9984099db00585c782014"
|
974 |
-
dependencies:
|
975 |
-
browserslist "^1.7.6"
|
976 |
-
caniuse-db "^1.0.30000634"
|
977 |
-
normalize-range "^0.1.2"
|
978 |
-
num2fraction "^1.2.2"
|
979 |
-
postcss "^5.2.16"
|
980 |
-
postcss-value-parser "^3.2.3"
|
981 |
-
|
982 |
-
aws-sign2@~0.6.0:
|
983 |
-
version "0.6.0"
|
984 |
-
resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.6.0.tgz#14342dd38dbcc94d0e5b87d763cd63612c0e794f"
|
985 |
-
|
986 |
-
aws-sign2@~0.7.0:
|
987 |
-
version "0.7.0"
|
988 |
-
resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
|
989 |
-
|
990 |
-
aws4@^1.2.1, aws4@^1.6.0:
|
991 |
-
version "1.6.0"
|
992 |
-
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e"
|
993 |
-
|
994 |
-
axobject-query@^0.1.0:
|
995 |
-
version "0.1.0"
|
996 |
-
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-0.1.0.tgz#62f59dbc59c9f9242759ca349960e7a2fe3c36c0"
|
997 |
-
dependencies:
|
998 |
-
ast-types-flow "0.0.7"
|
999 |
-
|
1000 |
-
babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
|
1001 |
-
version "6.26.0"
|
1002 |
-
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b"
|
1003 |
-
dependencies:
|
1004 |
-
chalk "^1.1.3"
|
1005 |
-
esutils "^2.0.2"
|
1006 |
-
js-tokens "^3.0.2"
|
1007 |
-
|
1008 |
-
babel-core@7.0.0-bridge.0:
|
1009 |
-
version "7.0.0-bridge.0"
|
1010 |
-
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
|
1011 |
-
|
1012 |
-
babel-core@^6.0.0, babel-core@^6.26.0:
|
1013 |
-
version "6.26.0"
|
1014 |
-
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.0.tgz#af32f78b31a6fcef119c87b0fd8d9753f03a0bb8"
|
1015 |
-
dependencies:
|
1016 |
-
babel-code-frame "^6.26.0"
|
1017 |
-
babel-generator "^6.26.0"
|
1018 |
-
babel-helpers "^6.24.1"
|
1019 |
-
babel-messages "^6.23.0"
|
1020 |
-
babel-register "^6.26.0"
|
1021 |
-
babel-runtime "^6.26.0"
|
1022 |
-
babel-template "^6.26.0"
|
1023 |
-
babel-traverse "^6.26.0"
|
1024 |
-
babel-types "^6.26.0"
|
1025 |
-
babylon "^6.18.0"
|
1026 |
-
convert-source-map "^1.5.0"
|
1027 |
-
debug "^2.6.8"
|
1028 |
-
json5 "^0.5.1"
|
1029 |
-
lodash "^4.17.4"
|
1030 |
-
minimatch "^3.0.4"
|
1031 |
-
path-is-absolute "^1.0.1"
|
1032 |
-
private "^0.1.7"
|
1033 |
-
slash "^1.0.0"
|
1034 |
-
source-map "^0.5.6"
|
1035 |
-
|
1036 |
-
babel-eslint@8.2.2:
|
1037 |
-
version "8.2.2"
|
1038 |
-
resolved "http://registry.npmjs.org/babel-eslint/-/babel-eslint-8.2.2.tgz#1102273354c6f0b29b4ea28a65f97d122296b68b"
|
1039 |
-
dependencies:
|
1040 |
-
"@babel/code-frame" "^7.0.0-beta.40"
|
1041 |
-
"@babel/traverse" "^7.0.0-beta.40"
|
1042 |
-
"@babel/types" "^7.0.0-beta.40"
|
1043 |
-
babylon "^7.0.0-beta.40"
|
1044 |
-
eslint-scope "~3.7.1"
|
1045 |
-
eslint-visitor-keys "^1.0.0"
|
1046 |
-
|
1047 |
-
babel-generator@^6.18.0, babel-generator@^6.26.0:
|
1048 |
-
version "6.26.1"
|
1049 |
-
resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.26.1.tgz#1844408d3b8f0d35a404ea7ac180f087a601bd90"
|
1050 |
-
dependencies:
|
1051 |
-
babel-messages "^6.23.0"
|
1052 |
-
babel-runtime "^6.26.0"
|
1053 |
-
babel-types "^6.26.0"
|
1054 |
-
detect-indent "^4.0.0"
|
1055 |
-
jsesc "^1.3.0"
|
1056 |
-
lodash "^4.17.4"
|
1057 |
-
source-map "^0.5.7"
|
1058 |
-
trim-right "^1.0.1"
|
1059 |
-
|
1060 |
-
babel-helpers@^6.24.1:
|
1061 |
-
version "6.24.1"
|
1062 |
-
resolved "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-6.24.1.tgz#3471de9caec388e5c850e597e58a26ddf37602b2"
|
1063 |
-
dependencies:
|
1064 |
-
babel-runtime "^6.22.0"
|
1065 |
-
babel-template "^6.24.1"
|
1066 |
-
|
1067 |
-
babel-jest@22.1.0:
|
1068 |
-
version "22.1.0"
|
1069 |
-
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-22.1.0.tgz#7fae6f655fffe77e818a8c2868c754a42463fdfd"
|
1070 |
-
dependencies:
|
1071 |
-
babel-plugin-istanbul "^4.1.5"
|
1072 |
-
babel-preset-jest "^22.1.0"
|
1073 |
-
|
1074 |
-
babel-jest@^22.4.3:
|
1075 |
-
version "22.4.3"
|
1076 |
-
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-22.4.3.tgz#4b7a0b6041691bbd422ab49b3b73654a49a6627a"
|
1077 |
-
dependencies:
|
1078 |
-
babel-plugin-istanbul "^4.1.5"
|
1079 |
-
babel-preset-jest "^22.4.3"
|
1080 |
-
|
1081 |
-
babel-loader@8.0.0-beta.0:
|
1082 |
-
version "8.0.0-beta.0"
|
1083 |
-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.0.0-beta.0.tgz#b85c3b52d1095949125c72c7ec1fa0fbb47a11ff"
|
1084 |
-
dependencies:
|
1085 |
-
find-cache-dir "^1.0.0"
|
1086 |
-
loader-utils "^1.0.2"
|
1087 |
-
mkdirp "^0.5.1"
|
1088 |
-
|
1089 |
-
babel-messages@^6.23.0:
|
1090 |
-
version "6.23.0"
|
1091 |
-
resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e"
|
1092 |
-
dependencies:
|
1093 |
-
babel-runtime "^6.22.0"
|
1094 |
-
|
1095 |
-
babel-plugin-istanbul@^4.1.5:
|
1096 |
-
version "4.1.5"
|
1097 |
-
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-4.1.5.tgz#6760cdd977f411d3e175bb064f2bc327d99b2b6e"
|
1098 |
-
dependencies:
|
1099 |
-
find-up "^2.1.0"
|
1100 |
-
istanbul-lib-instrument "^1.7.5"
|
1101 |
-
test-exclude "^4.1.1"
|
1102 |
-
|
1103 |
-
babel-plugin-jest-hoist@^22.4.3:
|
1104 |
-
version "22.4.3"
|
1105 |
-
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-22.4.3.tgz#7d8bcccadc2667f96a0dcc6afe1891875ee6c14a"
|
1106 |
-
|
1107 |
-
babel-plugin-macros@2.0.0:
|
1108 |
-
version "2.0.0"
|
1109 |
-
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.0.0.tgz#fd3aee135f7dec0b82898b7c8f1aed6fa75f9af9"
|
1110 |
-
dependencies:
|
1111 |
-
cosmiconfig "3.1.0"
|
1112 |
-
|
1113 |
-
babel-plugin-named-asset-import@^1.0.0-alpha.0:
|
1114 |
-
version "1.0.0-next.b2fd8db8"
|
1115 |
-
resolved "https://registry.yarnpkg.com/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-1.0.0-next.b2fd8db8.tgz#bd32f356288cbab326196b5f75547bc0dedf540a"
|
1116 |
-
|
1117 |
-
babel-plugin-syntax-object-rest-spread@^6.13.0:
|
1118 |
-
version "6.13.0"
|
1119 |
-
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz#fd6536f2bce13836ffa3a5458c4903a597bb3bf5"
|
1120 |
-
|
1121 |
-
babel-plugin-transform-dynamic-import@2.0.0:
|
1122 |
-
version "2.0.0"
|
1123 |
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-dynamic-import/-/babel-plugin-transform-dynamic-import-2.0.0.tgz#b647ad73e5050964bdf74297587120f0e9e57703"
|
1124 |
-
dependencies:
|
1125 |
-
"@babel/plugin-syntax-dynamic-import" "7.0.0-beta.34"
|
1126 |
-
|
1127 |
-
babel-plugin-transform-react-remove-prop-types@0.4.12:
|
1128 |
-
version "0.4.12"
|
1129 |
-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.12.tgz#a382c27c42d6580748c80caf8c3d5091edbb60b8"
|
1130 |
-
|
1131 |
-
babel-preset-divi-extension@^1.0.0:
|
1132 |
-
version "1.0.0"
|
1133 |
-
resolved "https://registry.yarnpkg.com/babel-preset-divi-extension/-/babel-preset-divi-extension-1.0.0.tgz#33378c4bf077bdfc875080c56fc042763d7f6705"
|
1134 |
-
dependencies:
|
1135 |
-
"@babel/core" "7.0.0-beta.42"
|
1136 |
-
"@babel/plugin-proposal-class-properties" "7.0.0-beta.42"
|
1137 |
-
"@babel/plugin-syntax-dynamic-import" "7.0.0-beta.42"
|
1138 |
-
"@babel/plugin-transform-classes" "7.0.0-beta.42"
|
1139 |
-
"@babel/plugin-transform-destructuring" "7.0.0-beta.42"
|
1140 |
-
"@babel/plugin-transform-react-constant-elements" "7.0.0-beta.42"
|
1141 |
-
"@babel/plugin-transform-react-display-name" "7.0.0-beta.42"
|
1142 |
-
"@babel/plugin-transform-react-jsx" "7.0.0-beta.42"
|
1143 |
-
"@babel/plugin-transform-regenerator" "7.0.0-beta.42"
|
1144 |
-
"@babel/plugin-transform-runtime" "7.0.0-beta.42"
|
1145 |
-
"@babel/preset-env" "7.0.0-beta.42"
|
1146 |
-
"@babel/preset-flow" "7.0.0-beta.42"
|
1147 |
-
"@babel/preset-react" "7.0.0-beta.42"
|
1148 |
-
babel-plugin-macros "2.0.0"
|
1149 |
-
babel-plugin-transform-dynamic-import "2.0.0"
|
1150 |
-
babel-plugin-transform-react-remove-prop-types "0.4.12"
|
1151 |
-
|
1152 |
-
babel-preset-jest@^22.1.0, babel-preset-jest@^22.4.3:
|
1153 |
-
version "22.4.3"
|
1154 |
-
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-22.4.3.tgz#e92eef9813b7026ab4ca675799f37419b5a44156"
|
1155 |
-
dependencies:
|
1156 |
-
babel-plugin-jest-hoist "^22.4.3"
|
1157 |
-
babel-plugin-syntax-object-rest-spread "^6.13.0"
|
1158 |
-
|
1159 |
-
babel-register@^6.26.0:
|
1160 |
-
version "6.26.0"
|
1161 |
-
resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-6.26.0.tgz#6ed021173e2fcb486d7acb45c6009a856f647071"
|
1162 |
-
dependencies:
|
1163 |
-
babel-core "^6.26.0"
|
1164 |
-
babel-runtime "^6.26.0"
|
1165 |
-
core-js "^2.5.0"
|
1166 |
-
home-or-tmp "^2.0.0"
|
1167 |
-
lodash "^4.17.4"
|
1168 |
-
mkdirp "^0.5.1"
|
1169 |
-
source-map-support "^0.4.15"
|
1170 |
-
|
1171 |
-
babel-runtime@^6.22.0, babel-runtime@^6.26.0:
|
1172 |
-
version "6.26.0"
|
1173 |
-
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
|
1174 |
-
dependencies:
|
1175 |
-
core-js "^2.4.0"
|
1176 |
-
regenerator-runtime "^0.11.0"
|
1177 |
-
|
1178 |
-
babel-template@^6.16.0, babel-template@^6.24.1, babel-template@^6.26.0:
|
1179 |
-
version "6.26.0"
|
1180 |
-
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.26.0.tgz#de03e2d16396b069f46dd9fff8521fb1a0e35e02"
|
1181 |
-
dependencies:
|
1182 |
-
babel-runtime "^6.26.0"
|
1183 |
-
babel-traverse "^6.26.0"
|
1184 |
-
babel-types "^6.26.0"
|
1185 |
-
babylon "^6.18.0"
|
1186 |
-
lodash "^4.17.4"
|
1187 |
-
|
1188 |
-
babel-traverse@^6.18.0, babel-traverse@^6.26.0:
|
1189 |
-
version "6.26.0"
|
1190 |
-
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.26.0.tgz#46a9cbd7edcc62c8e5c064e2d2d8d0f4035766ee"
|
1191 |
-
dependencies:
|
1192 |
-
babel-code-frame "^6.26.0"
|
1193 |
-
babel-messages "^6.23.0"
|
1194 |
-
babel-runtime "^6.26.0"
|
1195 |
-
babel-types "^6.26.0"
|
1196 |
-
babylon "^6.18.0"
|
1197 |
-
debug "^2.6.8"
|
1198 |
-
globals "^9.18.0"
|
1199 |
-
invariant "^2.2.2"
|
1200 |
-
lodash "^4.17.4"
|
1201 |
-
|
1202 |
-
babel-types@^6.18.0, babel-types@^6.26.0:
|
1203 |
-
version "6.26.0"
|
1204 |
-
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497"
|
1205 |
-
dependencies:
|
1206 |
-
babel-runtime "^6.26.0"
|
1207 |
-
esutils "^2.0.2"
|
1208 |
-
lodash "^4.17.4"
|
1209 |
-
to-fast-properties "^1.0.3"
|
1210 |
-
|
1211 |
-
babylon@7.0.0-beta.42, babylon@^7.0.0-beta.40:
|
1212 |
-
version "7.0.0-beta.42"
|
1213 |
-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.42.tgz#67cfabcd4f3ec82999d29031ccdea89d0ba99657"
|
1214 |
-
|
1215 |
-
babylon@^6.18.0:
|
1216 |
-
version "6.18.0"
|
1217 |
-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
|
1218 |
-
|
1219 |
-
balanced-match@^0.4.2:
|
1220 |
-
version "0.4.2"
|
1221 |
-
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-0.4.2.tgz#cb3f3e3c732dc0f01ee70b403f302e61d7709838"
|
1222 |
-
|
1223 |
-
balanced-match@^1.0.0:
|
1224 |
-
version "1.0.0"
|
1225 |
-
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
|
1226 |
-
|
1227 |
-
base64-js@^1.0.2:
|
1228 |
-
version "1.2.3"
|
1229 |
-
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.2.3.tgz#fb13668233d9614cf5fb4bce95a9ba4096cdf801"
|
1230 |
-
|
1231 |
-
base@^0.11.1:
|
1232 |
-
version "0.11.2"
|
1233 |
-
resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f"
|
1234 |
-
dependencies:
|
1235 |
-
cache-base "^1.0.1"
|
1236 |
-
class-utils "^0.3.5"
|
1237 |
-
component-emitter "^1.2.1"
|
1238 |
-
define-property "^1.0.0"
|
1239 |
-
isobject "^3.0.1"
|
1240 |
-
mixin-deep "^1.2.0"
|
1241 |
-
pascalcase "^0.1.1"
|
1242 |
-
|
1243 |
-
batch@0.6.1:
|
1244 |
-
version "0.6.1"
|
1245 |
-
resolved "https://registry.yarnpkg.com/batch/-/batch-0.6.1.tgz#dc34314f4e679318093fc760272525f94bf25c16"
|
1246 |
-
|
1247 |
-
bcrypt-pbkdf@^1.0.0:
|
1248 |
-
version "1.0.1"
|
1249 |
-
resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz#63bc5dcb61331b92bc05fd528953c33462a06f8d"
|
1250 |
-
dependencies:
|
1251 |
-
tweetnacl "^0.14.3"
|
1252 |
-
|
1253 |
-
big.js@^3.1.3:
|
1254 |
-
version "3.2.0"
|
1255 |
-
resolved "https://registry.yarnpkg.com/big.js/-/big.js-3.2.0.tgz#a5fc298b81b9e0dca2e458824784b65c52ba588e"
|
1256 |
-
|
1257 |
-
binary-extensions@^1.0.0:
|
1258 |
-
version "1.11.0"
|
1259 |
-
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.11.0.tgz#46aa1751fb6a2f93ee5e689bb1087d4b14c6c205"
|
1260 |
-
|
1261 |
-
bl@^1.0.0:
|
1262 |
-
version "1.2.2"
|
1263 |
-
resolved "https://registry.yarnpkg.com/bl/-/bl-1.2.2.tgz#a160911717103c07410cef63ef51b397c025af9c"
|
1264 |
-
dependencies:
|
1265 |
-
readable-stream "^2.3.5"
|
1266 |
-
safe-buffer "^5.1.1"
|
1267 |
-
|
1268 |
-
block-stream@*:
|
1269 |
-
version "0.0.9"
|
1270 |
-
resolved "https://registry.yarnpkg.com/block-stream/-/block-stream-0.0.9.tgz#13ebfe778a03205cfe03751481ebb4b3300c126a"
|
1271 |
-
dependencies:
|
1272 |
-
inherits "~2.0.0"
|
1273 |
-
|
1274 |
-
bluebird@^3.4.1, bluebird@^3.4.7, bluebird@^3.5.1:
|
1275 |
-
version "3.5.1"
|
1276 |
-
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.1.tgz#d9551f9de98f1fcda1e683d17ee91a0602ee2eb9"
|
1277 |
-
|
1278 |
-
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
|
1279 |
-
version "4.11.8"
|
1280 |
-
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f"
|
1281 |
-
|
1282 |
-
body-parser@1.18.2:
|
1283 |
-
version "1.18.2"
|
1284 |
-
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.18.2.tgz#87678a19d84b47d859b83199bd59bce222b10454"
|
1285 |
-
dependencies:
|
1286 |
-
bytes "3.0.0"
|
1287 |
-
content-type "~1.0.4"
|
1288 |
-
debug "2.6.9"
|
1289 |
-
depd "~1.1.1"
|
1290 |
-
http-errors "~1.6.2"
|
1291 |
-
iconv-lite "0.4.19"
|
1292 |
-
on-finished "~2.3.0"
|
1293 |
-
qs "6.5.1"
|
1294 |
-
raw-body "2.3.2"
|
1295 |
-
type-is "~1.6.15"
|
1296 |
-
|
1297 |
-
bonjour@^3.5.0:
|
1298 |
-
version "3.5.0"
|
1299 |
-
resolved "https://registry.yarnpkg.com/bonjour/-/bonjour-3.5.0.tgz#8e890a183d8ee9a2393b3844c691a42bcf7bc9f5"
|
1300 |
-
dependencies:
|
1301 |
-
array-flatten "^2.1.0"
|
1302 |
-
deep-equal "^1.0.1"
|
1303 |
-
dns-equal "^1.0.0"
|
1304 |
-
dns-txt "^2.0.2"
|
1305 |
-
multicast-dns "^6.0.1"
|
1306 |
-
multicast-dns-service-types "^1.1.0"
|
1307 |
-
|
1308 |
-
boolbase@^1.0.0, boolbase@~1.0.0:
|
1309 |
-
version "1.0.0"
|
1310 |
-
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
|
1311 |
-
|
1312 |
-
boom@2.x.x:
|
1313 |
-
version "2.10.1"
|
1314 |
-
resolved "https://registry.yarnpkg.com/boom/-/boom-2.10.1.tgz#39c8918ceff5799f83f9492a848f625add0c766f"
|
1315 |
-
dependencies:
|
1316 |
-
hoek "2.x.x"
|
1317 |
-
|
1318 |
-
boom@4.x.x:
|
1319 |
-
version "4.3.1"
|
1320 |
-
resolved "https://registry.yarnpkg.com/boom/-/boom-4.3.1.tgz#4f8a3005cb4a7e3889f749030fd25b96e01d2e31"
|
1321 |
-
dependencies:
|
1322 |
-
hoek "4.x.x"
|
1323 |
-
|
1324 |
-
boom@5.x.x:
|
1325 |
-
version "5.2.0"
|
1326 |
-
resolved "https://registry.yarnpkg.com/boom/-/boom-5.2.0.tgz#5dd9da6ee3a5f302077436290cb717d3f4a54e02"
|
1327 |
-
dependencies:
|
1328 |
-
hoek "4.x.x"
|
1329 |
-
|
1330 |
-
brace-expansion@^1.0.0, brace-expansion@^1.1.7:
|
1331 |
-
version "1.1.11"
|
1332 |
-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
|
1333 |
-
dependencies:
|
1334 |
-
balanced-match "^1.0.0"
|
1335 |
-
concat-map "0.0.1"
|
1336 |
-
|
1337 |
-
braces@^1.8.2:
|
1338 |
-
version "1.8.5"
|
1339 |
-
resolved "https://registry.yarnpkg.com/braces/-/braces-1.8.5.tgz#ba77962e12dff969d6b76711e914b737857bf6a7"
|
1340 |
-
dependencies:
|
1341 |
-
expand-range "^1.8.1"
|
1342 |
-
preserve "^0.2.0"
|
1343 |
-
repeat-element "^1.1.2"
|
1344 |
-
|
1345 |
-
braces@^2.3.0, braces@^2.3.1:
|
1346 |
-
version "2.3.1"
|
1347 |
-
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.1.tgz#7086c913b4e5a08dbe37ac0ee6a2500c4ba691bb"
|
1348 |
-
dependencies:
|
1349 |
-
arr-flatten "^1.1.0"
|
1350 |
-
array-unique "^0.3.2"
|
1351 |
-
define-property "^1.0.0"
|
1352 |
-
extend-shallow "^2.0.1"
|
1353 |
-
fill-range "^4.0.0"
|
1354 |
-
isobject "^3.0.1"
|
1355 |
-
kind-of "^6.0.2"
|
1356 |
-
repeat-element "^1.1.2"
|
1357 |
-
snapdragon "^0.8.1"
|
1358 |
-
snapdragon-node "^2.0.1"
|
1359 |
-
split-string "^3.0.2"
|
1360 |
-
to-regex "^3.0.1"
|
1361 |
-
|
1362 |
-
brorand@^1.0.1:
|
1363 |
-
version "1.1.0"
|
1364 |
-
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
|
1365 |
-
|
1366 |
-
browser-process-hrtime@^0.1.2:
|
1367 |
-
version "0.1.2"
|
1368 |
-
resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-0.1.2.tgz#425d68a58d3447f02a04aa894187fce8af8b7b8e"
|
1369 |
-
|
1370 |
-
browser-resolve@^1.11.2:
|
1371 |
-
version "1.11.2"
|
1372 |
-
resolved "https://registry.yarnpkg.com/browser-resolve/-/browser-resolve-1.11.2.tgz#8ff09b0a2c421718a1051c260b32e48f442938ce"
|
1373 |
-
dependencies:
|
1374 |
-
resolve "1.1.7"
|
1375 |
-
|
1376 |
-
browserify-aes@^1.0.0, browserify-aes@^1.0.4:
|
1377 |
-
version "1.1.1"
|
1378 |
-
resolved "https://registry.yarnpkg.com/browserify-aes/-/browserify-aes-1.1.1.tgz#38b7ab55edb806ff2dcda1a7f1620773a477c49f"
|
1379 |
-
dependencies:
|
1380 |
-
buffer-xor "^1.0.3"
|
1381 |
-
cipher-base "^1.0.0"
|
1382 |
-
create-hash "^1.1.0"
|
1383 |
-
evp_bytestokey "^1.0.3"
|
1384 |
-
inherits "^2.0.1"
|
1385 |
-
safe-buffer "^5.0.1"
|
1386 |
-
|
1387 |
-
browserify-cipher@^1.0.0:
|
1388 |
-
version "1.0.0"
|
1389 |
-
resolved "https://registry.yarnpkg.com/browserify-cipher/-/browserify-cipher-1.0.0.tgz#9988244874bf5ed4e28da95666dcd66ac8fc363a"
|
1390 |
-
dependencies:
|
1391 |
-
browserify-aes "^1.0.4"
|
1392 |
-
browserify-des "^1.0.0"
|
1393 |
-
evp_bytestokey "^1.0.0"
|
1394 |
-
|
1395 |
-
browserify-des@^1.0.0:
|
1396 |
-
version "1.0.0"
|
1397 |
-
resolved "https://registry.yarnpkg.com/browserify-des/-/browserify-des-1.0.0.tgz#daa277717470922ed2fe18594118a175439721dd"
|
1398 |
-
dependencies:
|
1399 |
-
cipher-base "^1.0.1"
|
1400 |
-
des.js "^1.0.0"
|
1401 |
-
inherits "^2.0.1"
|
1402 |
-
|
1403 |
-
browserify-rsa@^4.0.0:
|
1404 |
-
version "4.0.1"
|
1405 |
-
resolved "https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.0.1.tgz#21e0abfaf6f2029cf2fafb133567a701d4135524"
|
1406 |
-
dependencies:
|
1407 |
-
bn.js "^4.1.0"
|
1408 |
-
randombytes "^2.0.1"
|
1409 |
-
|
1410 |
-
browserify-sign@^4.0.0:
|
1411 |
-
version "4.0.4"
|
1412 |
-
resolved "https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.0.4.tgz#aa4eb68e5d7b658baa6bf6a57e630cbd7a93d298"
|
1413 |
-
dependencies:
|
1414 |
-
bn.js "^4.1.1"
|
1415 |
-
browserify-rsa "^4.0.0"
|
1416 |
-
create-hash "^1.1.0"
|
1417 |
-
create-hmac "^1.1.2"
|
1418 |
-
elliptic "^6.0.0"
|
1419 |
-
inherits "^2.0.1"
|
1420 |
-
parse-asn1 "^5.0.0"
|
1421 |
-
|
1422 |
-
browserify-zlib@^0.2.0:
|
1423 |
-
version "0.2.0"
|
1424 |
-
resolved "https://registry.yarnpkg.com/browserify-zlib/-/browserify-zlib-0.2.0.tgz#2869459d9aa3be245fe8fe2ca1f46e2e7f54d73f"
|
1425 |
-
dependencies:
|
1426 |
-
pako "~1.0.5"
|
1427 |
-
|
1428 |
-
browserslist@2.11.3, browserslist@^2.11.1:
|
1429 |
-
version "2.11.3"
|
1430 |
-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-2.11.3.tgz#fe36167aed1bbcde4827ebfe71347a2cc70b99b2"
|
1431 |
-
dependencies:
|
1432 |
-
caniuse-lite "^1.0.30000792"
|
1433 |
-
electron-to-chromium "^1.3.30"
|
1434 |
-
|
1435 |
-
browserslist@^1.3.6, browserslist@^1.5.2, browserslist@^1.7.6:
|
1436 |
-
version "1.7.7"
|
1437 |
-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-1.7.7.tgz#0bd76704258be829b2398bb50e4b62d1a166b0b9"
|
1438 |
-
dependencies:
|
1439 |
-
caniuse-db "^1.0.30000639"
|
1440 |
-
electron-to-chromium "^1.2.7"
|
1441 |
-
|
1442 |
-
browserslist@^3.0.0:
|
1443 |
-
version "3.2.1"
|
1444 |
-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-3.2.1.tgz#4960a45fbfe39b2be36fe5ba07cce9ea32c8221c"
|
1445 |
-
dependencies:
|
1446 |
-
caniuse-lite "^1.0.30000819"
|
1447 |
-
electron-to-chromium "^1.3.40"
|
1448 |
-
|
1449 |
-
bser@^2.0.0:
|
1450 |
-
version "2.0.0"
|
1451 |
-
resolved "https://registry.yarnpkg.com/bser/-/bser-2.0.0.tgz#9ac78d3ed5d915804fd87acb158bc797147a1719"
|
1452 |
-
dependencies:
|
1453 |
-
node-int64 "^0.4.0"
|
1454 |
-
|
1455 |
-
buffer-crc32@^0.2.1:
|
1456 |
-
version "0.2.13"
|
1457 |
-
resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242"
|
1458 |
-
|
1459 |
-
buffer-from@^1.0.0:
|
1460 |
-
version "1.0.0"
|
1461 |
-
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.0.0.tgz#4cb8832d23612589b0406e9e2956c17f06fdf531"
|
1462 |
-
|
1463 |
-
buffer-indexof@^1.0.0:
|
1464 |
-
version "1.1.1"
|
1465 |
-
resolved "https://registry.yarnpkg.com/buffer-indexof/-/buffer-indexof-1.1.1.tgz#52fabcc6a606d1a00302802648ef68f639da268c"
|
1466 |
-
|
1467 |
-
buffer-xor@^1.0.3:
|
1468 |
-
version "1.0.3"
|
1469 |
-
resolved "https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz#26e61ed1422fb70dd42e6e36729ed51d855fe8d9"
|
1470 |
-
|
1471 |
-
buffer@^4.3.0:
|
1472 |
-
version "4.9.1"
|
1473 |
-
resolved "https://registry.yarnpkg.com/buffer/-/buffer-4.9.1.tgz#6d1bb601b07a4efced97094132093027c95bc298"
|
1474 |
-
dependencies:
|
1475 |
-
base64-js "^1.0.2"
|
1476 |
-
ieee754 "^1.1.4"
|
1477 |
-
isarray "^1.0.0"
|
1478 |
-
|
1479 |
-
builtin-modules@^1.0.0, builtin-modules@^1.1.1:
|
1480 |
-
version "1.1.1"
|
1481 |
-
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
|
1482 |
-
|
1483 |
-
builtin-status-codes@^3.0.0:
|
1484 |
-
version "3.0.0"
|
1485 |
-
resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8"
|
1486 |
-
|
1487 |
-
bytes@3.0.0:
|
1488 |
-
version "3.0.0"
|
1489 |
-
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048"
|
1490 |
-
|
1491 |
-
cacache@^10.0.1:
|
1492 |
-
version "10.0.4"
|
1493 |
-
resolved "https://registry.yarnpkg.com/cacache/-/cacache-10.0.4.tgz#6452367999eff9d4188aefd9a14e9d7c6a263460"
|
1494 |
-
dependencies:
|
1495 |
-
bluebird "^3.5.1"
|
1496 |
-
chownr "^1.0.1"
|
1497 |
-
glob "^7.1.2"
|
1498 |
-
graceful-fs "^4.1.11"
|
1499 |
-
lru-cache "^4.1.1"
|
1500 |
-
mississippi "^2.0.0"
|
1501 |
-
mkdirp "^0.5.1"
|
1502 |
-
move-concurrently "^1.0.1"
|
1503 |
-
promise-inflight "^1.0.1"
|
1504 |
-
rimraf "^2.6.2"
|
1505 |
-
ssri "^5.2.4"
|
1506 |
-
unique-filename "^1.1.0"
|
1507 |
-
y18n "^4.0.0"
|
1508 |
-
|
1509 |
-
cache-base@^1.0.1:
|
1510 |
-
version "1.0.1"
|
1511 |
-
resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2"
|
1512 |
-
dependencies:
|
1513 |
-
collection-visit "^1.0.0"
|
1514 |
-
component-emitter "^1.2.1"
|
1515 |
-
get-value "^2.0.6"
|
1516 |
-
has-value "^1.0.0"
|
1517 |
-
isobject "^3.0.1"
|
1518 |
-
set-value "^2.0.0"
|
1519 |
-
to-object-path "^0.3.0"
|
1520 |
-
union-value "^1.0.0"
|
1521 |
-
unset-value "^1.0.0"
|
1522 |
-
|
1523 |
-
caller-path@^0.1.0:
|
1524 |
-
version "0.1.0"
|
1525 |
-
resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-0.1.0.tgz#94085ef63581ecd3daa92444a8fe94e82577751f"
|
1526 |
-
dependencies:
|
1527 |
-
callsites "^0.2.0"
|
1528 |
-
|
1529 |
-
callsites@^0.2.0:
|
1530 |
-
version "0.2.0"
|
1531 |
-
resolved "https://registry.yarnpkg.com/callsites/-/callsites-0.2.0.tgz#afab96262910a7f33c19a5775825c69f34e350ca"
|
1532 |
-
|
1533 |
-
callsites@^2.0.0:
|
1534 |
-
version "2.0.0"
|
1535 |
-
resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50"
|
1536 |
-
|
1537 |
-
camel-case@3.0.x:
|
1538 |
-
version "3.0.0"
|
1539 |
-
resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-3.0.0.tgz#ca3c3688a4e9cf3a4cda777dc4dcbc713249cf73"
|
1540 |
-
dependencies:
|
1541 |
-
no-case "^2.2.0"
|
1542 |
-
upper-case "^1.1.1"
|
1543 |
-
|
1544 |
-
camelcase-keys@^2.0.0:
|
1545 |
-
version "2.1.0"
|
1546 |
-
resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-2.1.0.tgz#308beeaffdf28119051efa1d932213c91b8f92e7"
|
1547 |
-
dependencies:
|
1548 |
-
camelcase "^2.0.0"
|
1549 |
-
map-obj "^1.0.0"
|
1550 |
-
|
1551 |
-
camelcase@^1.0.2:
|
1552 |
-
version "1.2.1"
|
1553 |
-
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-1.2.1.tgz#9bb5304d2e0b56698b2c758b08a3eaa9daa58a39"
|
1554 |
-
|
1555 |
-
camelcase@^2.0.0:
|
1556 |
-
version "2.1.1"
|
1557 |
-
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f"
|
1558 |
-
|
1559 |
-
camelcase@^3.0.0:
|
1560 |
-
version "3.0.0"
|
1561 |
-
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-3.0.0.tgz#32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a"
|
1562 |
-
|
1563 |
-
camelcase@^4.1.0:
|
1564 |
-
version "4.1.0"
|
1565 |
-
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd"
|
1566 |
-
|
1567 |
-
caniuse-api@^1.5.2:
|
1568 |
-
version "1.6.1"
|
1569 |
-
resolved "https://registry.yarnpkg.com/caniuse-api/-/caniuse-api-1.6.1.tgz#b534e7c734c4f81ec5fbe8aca2ad24354b962c6c"
|
1570 |
-
dependencies:
|
1571 |
-
browserslist "^1.3.6"
|
1572 |
-
caniuse-db "^1.0.30000529"
|
1573 |
-
lodash.memoize "^4.1.2"
|
1574 |
-
lodash.uniq "^4.5.0"
|
1575 |
-
|
1576 |
-
caniuse-db@^1.0.30000529, caniuse-db@^1.0.30000634, caniuse-db@^1.0.30000639:
|
1577 |
-
version "1.0.30000819"
|
1578 |
-
resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000819.tgz#c3b7dd559e5e6d63d5dcaa62bac6bd04c7619709"
|
1579 |
-
|
1580 |
-
caniuse-lite@^1.0.30000791, caniuse-lite@^1.0.30000792, caniuse-lite@^1.0.30000819:
|
1581 |
-
version "1.0.30000819"
|
1582 |
-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000819.tgz#aabee5fd15a080febab6ae5d30c9ea15f4c6d4e2"
|
1583 |
-
|
1584 |
-
case-sensitive-paths-webpack-plugin@2.1.1:
|
1585 |
-
version "2.1.1"
|
1586 |
-
resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.1.1.tgz#3d29ced8c1f124bf6f53846fb3f5894731fdc909"
|
1587 |
-
|
1588 |
-
caseless@~0.12.0:
|
1589 |
-
version "0.12.0"
|
1590 |
-
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
|
1591 |
-
|
1592 |
-
center-align@^0.1.1:
|
1593 |
-
version "0.1.3"
|
1594 |
-
resolved "https://registry.yarnpkg.com/center-align/-/center-align-0.1.3.tgz#aa0d32629b6ee972200411cbd4461c907bc2b7ad"
|
1595 |
-
dependencies:
|
1596 |
-
align-text "^0.1.3"
|
1597 |
-
lazy-cache "^1.0.3"
|
1598 |
-
|
1599 |
-
chalk@2.3.0:
|
1600 |
-
version "2.3.0"
|
1601 |
-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.0.tgz#b5ea48efc9c1793dccc9b4767c93914d3f2d52ba"
|
1602 |
-
dependencies:
|
1603 |
-
ansi-styles "^3.1.0"
|
1604 |
-
escape-string-regexp "^1.0.5"
|
1605 |
-
supports-color "^4.0.0"
|
1606 |
-
|
1607 |
-
chalk@^1.1.1, chalk@^1.1.3, chalk@~1.1.1:
|
1608 |
-
version "1.1.3"
|
1609 |
-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
|
1610 |
-
dependencies:
|
1611 |
-
ansi-styles "^2.2.1"
|
1612 |
-
escape-string-regexp "^1.0.2"
|
1613 |
-
has-ansi "^2.0.0"
|
1614 |
-
strip-ansi "^3.0.0"
|
1615 |
-
supports-color "^2.0.0"
|
1616 |
-
|
1617 |
-
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.2:
|
1618 |
-
version "2.3.2"
|
1619 |
-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.2.tgz#250dc96b07491bfd601e648d66ddf5f60c7a5c65"
|
1620 |
-
dependencies:
|
1621 |
-
ansi-styles "^3.2.1"
|
1622 |
-
escape-string-regexp "^1.0.5"
|
1623 |
-
supports-color "^5.3.0"
|
1624 |
-
|
1625 |
-
chardet@^0.4.0:
|
1626 |
-
version "0.4.2"
|
1627 |
-
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.4.2.tgz#b5473b33dc97c424e5d98dc87d55d4d8a29c8bf2"
|
1628 |
-
|
1629 |
-
chokidar@^2.0.0, chokidar@^2.0.2:
|
1630 |
-
version "2.0.3"
|
1631 |
-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.0.3.tgz#dcbd4f6cbb2a55b4799ba8a840ac527e5f4b1176"
|
1632 |
-
dependencies:
|
1633 |
-
anymatch "^2.0.0"
|
1634 |
-
async-each "^1.0.0"
|
1635 |
-
braces "^2.3.0"
|
1636 |
-
glob-parent "^3.1.0"
|
1637 |
-
inherits "^2.0.1"
|
1638 |
-
is-binary-path "^1.0.0"
|
1639 |
-
is-glob "^4.0.0"
|
1640 |
-
normalize-path "^2.1.1"
|
1641 |
-
path-is-absolute "^1.0.0"
|
1642 |
-
readdirp "^2.0.0"
|
1643 |
-
upath "^1.0.0"
|
1644 |
-
optionalDependencies:
|
1645 |
-
fsevents "^1.1.2"
|
1646 |
-
|
1647 |
-
chownr@^1.0.1:
|
1648 |
-
version "1.0.1"
|
1649 |
-
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.0.1.tgz#e2a75042a9551908bebd25b8523d5f9769d79181"
|
1650 |
-
|
1651 |
-
ci-info@^1.0.0:
|
1652 |
-
version "1.1.3"
|
1653 |
-
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.1.3.tgz#710193264bb05c77b8c90d02f5aaf22216a667b2"
|
1654 |
-
|
1655 |
-
cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
|
1656 |
-
version "1.0.4"
|
1657 |
-
resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de"
|
1658 |
-
dependencies:
|
1659 |
-
inherits "^2.0.1"
|
1660 |
-
safe-buffer "^5.0.1"
|
1661 |
-
|
1662 |
-
circular-json@^0.3.1:
|
1663 |
-
version "0.3.3"
|
1664 |
-
resolved "https://registry.yarnpkg.com/circular-json/-/circular-json-0.3.3.tgz#815c99ea84f6809529d2f45791bdf82711352d66"
|
1665 |
-
|
1666 |
-
clap@^1.0.9:
|
1667 |
-
version "1.2.3"
|
1668 |
-
resolved "https://registry.yarnpkg.com/clap/-/clap-1.2.3.tgz#4f36745b32008492557f46412d66d50cb99bce51"
|
1669 |
-
dependencies:
|
1670 |
-
chalk "^1.1.3"
|
1671 |
-
|
1672 |
-
class-utils@^0.3.5:
|
1673 |
-
version "0.3.6"
|
1674 |
-
resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463"
|
1675 |
-
dependencies:
|
1676 |
-
arr-union "^3.1.0"
|
1677 |
-
define-property "^0.2.5"
|
1678 |
-
isobject "^3.0.0"
|
1679 |
-
static-extend "^0.1.1"
|
1680 |
-
|
1681 |
-
clean-css@4.1.x:
|
1682 |
-
version "4.1.11"
|
1683 |
-
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.1.11.tgz#2ecdf145aba38f54740f26cefd0ff3e03e125d6a"
|
1684 |
-
dependencies:
|
1685 |
-
source-map "0.5.x"
|
1686 |
-
|
1687 |
-
cli-cursor@^2.1.0:
|
1688 |
-
version "2.1.0"
|
1689 |
-
resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5"
|
1690 |
-
dependencies:
|
1691 |
-
restore-cursor "^2.0.0"
|
1692 |
-
|
1693 |
-
cli-width@^2.0.0:
|
1694 |
-
version "2.2.0"
|
1695 |
-
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639"
|
1696 |
-
|
1697 |
-
cliui@^2.1.0:
|
1698 |
-
version "2.1.0"
|
1699 |
-
resolved "https://registry.yarnpkg.com/cliui/-/cliui-2.1.0.tgz#4b475760ff80264c762c3a1719032e91c7fea0d1"
|
1700 |
-
dependencies:
|
1701 |
-
center-align "^0.1.1"
|
1702 |
-
right-align "^0.1.1"
|
1703 |
-
wordwrap "0.0.2"
|
1704 |
-
|
1705 |
-
cliui@^3.2.0:
|
1706 |
-
version "3.2.0"
|
1707 |
-
resolved "https://registry.yarnpkg.com/cliui/-/cliui-3.2.0.tgz#120601537a916d29940f934da3b48d585a39213d"
|
1708 |
-
dependencies:
|
1709 |
-
string-width "^1.0.1"
|
1710 |
-
strip-ansi "^3.0.1"
|
1711 |
-
wrap-ansi "^2.0.0"
|
1712 |
-
|
1713 |
-
cliui@^4.0.0:
|
1714 |
-
version "4.0.0"
|
1715 |
-
resolved "https://registry.yarnpkg.com/cliui/-/cliui-4.0.0.tgz#743d4650e05f36d1ed2575b59638d87322bfbbcc"
|
1716 |
-
dependencies:
|
1717 |
-
string-width "^2.1.1"
|
1718 |
-
strip-ansi "^4.0.0"
|
1719 |
-
wrap-ansi "^2.0.0"
|
1720 |
-
|
1721 |
-
clone@^1.0.2:
|
1722 |
-
version "1.0.4"
|
1723 |
-
resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e"
|
1724 |
-
|
1725 |
-
co@^4.6.0:
|
1726 |
-
version "4.6.0"
|
1727 |
-
resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
|
1728 |
-
|
1729 |
-
coa@~1.0.1:
|
1730 |
-
version "1.0.4"
|
1731 |
-
resolved "https://registry.yarnpkg.com/coa/-/coa-1.0.4.tgz#a9ef153660d6a86a8bdec0289a5c684d217432fd"
|
1732 |
-
dependencies:
|
1733 |
-
q "^1.1.2"
|
1734 |
-
|
1735 |
-
coa@~2.0.1:
|
1736 |
-
version "2.0.1"
|
1737 |
-
resolved "https://registry.yarnpkg.com/coa/-/coa-2.0.1.tgz#f3f8b0b15073e35d70263fb1042cb2c023db38af"
|
1738 |
-
dependencies:
|
1739 |
-
q "^1.1.2"
|
1740 |
-
|
1741 |
-
code-point-at@^1.0.0:
|
1742 |
-
version "1.1.0"
|
1743 |
-
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
|
1744 |
-
|
1745 |
-
coffeescript@~1.10.0:
|
1746 |
-
version "1.10.0"
|
1747 |
-
resolved "https://registry.yarnpkg.com/coffeescript/-/coffeescript-1.10.0.tgz#e7aa8301917ef621b35d8a39f348dcdd1db7e33e"
|
1748 |
-
|
1749 |
-
collection-visit@^1.0.0:
|
1750 |
-
version "1.0.0"
|
1751 |
-
resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0"
|
1752 |
-
dependencies:
|
1753 |
-
map-visit "^1.0.0"
|
1754 |
-
object-visit "^1.0.0"
|
1755 |
-
|
1756 |
-
color-convert@^1.3.0, color-convert@^1.9.0:
|
1757 |
-
version "1.9.1"
|
1758 |
-
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.1.tgz#c1261107aeb2f294ebffec9ed9ecad529a6097ed"
|
1759 |
-
dependencies:
|
1760 |
-
color-name "^1.1.1"
|
1761 |
-
|
1762 |
-
color-name@^1.0.0, color-name@^1.1.1:
|
1763 |
-
version "1.1.3"
|
1764 |
-
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
|
1765 |
-
|
1766 |
-
color-string@^0.3.0:
|
1767 |
-
version "0.3.0"
|
1768 |
-
resolved "https://registry.yarnpkg.com/color-string/-/color-string-0.3.0.tgz#27d46fb67025c5c2fa25993bfbf579e47841b991"
|
1769 |
-
dependencies:
|
1770 |
-
color-name "^1.0.0"
|
1771 |
-
|
1772 |
-
color@^0.11.0:
|
1773 |
-
version "0.11.4"
|
1774 |
-
resolved "https://registry.yarnpkg.com/color/-/color-0.11.4.tgz#6d7b5c74fb65e841cd48792ad1ed5e07b904d764"
|
1775 |
-
dependencies:
|
1776 |
-
clone "^1.0.2"
|
1777 |
-
color-convert "^1.3.0"
|
1778 |
-
color-string "^0.3.0"
|
1779 |
-
|
1780 |
-
colormin@^1.0.5:
|
1781 |
-
version "1.1.2"
|
1782 |
-
resolved "https://registry.yarnpkg.com/colormin/-/colormin-1.1.2.tgz#ea2f7420a72b96881a38aae59ec124a6f7298133"
|
1783 |
-
dependencies:
|
1784 |
-
color "^0.11.0"
|
1785 |
-
css-color-names "0.0.4"
|
1786 |
-
has "^1.0.1"
|
1787 |
-
|
1788 |
-
colors@~1.1.2:
|
1789 |
-
version "1.1.2"
|
1790 |
-
resolved "https://registry.yarnpkg.com/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63"
|
1791 |
-
|
1792 |
-
combined-stream@1.0.6, combined-stream@^1.0.5, combined-stream@~1.0.5:
|
1793 |
-
version "1.0.6"
|
1794 |
-
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.6.tgz#723e7df6e801ac5613113a7e445a9b69cb632818"
|
1795 |
-
dependencies:
|
1796 |
-
delayed-stream "~1.0.0"
|
1797 |
-
|
1798 |
-
commander@2.15.x, commander@^2.11.0, commander@^2.13.0, commander@~2.15.0:
|
1799 |
-
version "2.15.1"
|
1800 |
-
resolved "https://registry.yarnpkg.com/commander/-/commander-2.15.1.tgz#df46e867d0fc2aec66a34662b406a9ccafff5b0f"
|
1801 |
-
|
1802 |
-
commander@~2.13.0:
|
1803 |
-
version "2.13.0"
|
1804 |
-
resolved "https://registry.yarnpkg.com/commander/-/commander-2.13.0.tgz#6964bca67685df7c1f1430c584f07d7597885b9c"
|
1805 |
-
|
1806 |
-
commondir@^1.0.1:
|
1807 |
-
version "1.0.1"
|
1808 |
-
resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
|
1809 |
-
|
1810 |
-
compare-versions@^3.1.0:
|
1811 |
-
version "3.1.0"
|
1812 |
-
resolved "https://registry.yarnpkg.com/compare-versions/-/compare-versions-3.1.0.tgz#43310256a5c555aaed4193c04d8f154cf9c6efd5"
|
1813 |
-
|
1814 |
-
component-emitter@^1.2.1:
|
1815 |
-
version "1.2.1"
|
1816 |
-
resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.2.1.tgz#137918d6d78283f7df7a6b7c5a63e140e69425e6"
|
1817 |
-
|
1818 |
-
compress-commons@^1.2.0:
|
1819 |
-
version "1.2.2"
|
1820 |
-
resolved "https://registry.yarnpkg.com/compress-commons/-/compress-commons-1.2.2.tgz#524a9f10903f3a813389b0225d27c48bb751890f"
|
1821 |
-
dependencies:
|
1822 |
-
buffer-crc32 "^0.2.1"
|
1823 |
-
crc32-stream "^2.0.0"
|
1824 |
-
normalize-path "^2.0.0"
|
1825 |
-
readable-stream "^2.0.0"
|
1826 |
-
|
1827 |
-
compressible@~2.0.13:
|
1828 |
-
version "2.0.13"
|
1829 |
-
resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.13.tgz#0d1020ab924b2fdb4d6279875c7d6daba6baa7a9"
|
1830 |
-
dependencies:
|
1831 |
-
mime-db ">= 1.33.0 < 2"
|
1832 |
-
|
1833 |
-
compression@^1.5.2:
|
1834 |
-
version "1.7.2"
|
1835 |
-
resolved "http://registry.npmjs.org/compression/-/compression-1.7.2.tgz#aaffbcd6aaf854b44ebb280353d5ad1651f59a69"
|
1836 |
-
dependencies:
|
1837 |
-
accepts "~1.3.4"
|
1838 |
-
bytes "3.0.0"
|
1839 |
-
compressible "~2.0.13"
|
1840 |
-
debug "2.6.9"
|
1841 |
-
on-headers "~1.0.1"
|
1842 |
-
safe-buffer "5.1.1"
|
1843 |
-
vary "~1.1.2"
|
1844 |
-
|
1845 |
-
concat-map@0.0.1:
|
1846 |
-
version "0.0.1"
|
1847 |
-
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
|
1848 |
-
|
1849 |
-
concat-stream@^1.5.0, concat-stream@^1.6.0:
|
1850 |
-
version "1.6.2"
|
1851 |
-
resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34"
|
1852 |
-
dependencies:
|
1853 |
-
buffer-from "^1.0.0"
|
1854 |
-
inherits "^2.0.3"
|
1855 |
-
readable-stream "^2.2.2"
|
1856 |
-
typedarray "^0.0.6"
|
1857 |
-
|
1858 |
-
confusing-browser-globals@^2.0.0-next:
|
1859 |
-
version "2.0.0-next.b2fd8db8"
|
1860 |
-
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-2.0.0-next.b2fd8db8.tgz#76206be12de4e1ac8b07e8b71b6daea697ba8d73"
|
1861 |
-
|
1862 |
-
connect-history-api-fallback@^1.3.0:
|
1863 |
-
version "1.5.0"
|
1864 |
-
resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.5.0.tgz#b06873934bc5e344fef611a196a6faae0aee015a"
|
1865 |
-
|
1866 |
-
console-browserify@^1.1.0:
|
1867 |
-
version "1.1.0"
|
1868 |
-
resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.1.0.tgz#f0241c45730a9fc6323b206dbf38edc741d0bb10"
|
1869 |
-
dependencies:
|
1870 |
-
date-now "^0.1.4"
|
1871 |
-
|
1872 |
-
console-control-strings@^1.0.0, console-control-strings@~1.1.0:
|
1873 |
-
version "1.1.0"
|
1874 |
-
resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
|
1875 |
-
|
1876 |
-
constants-browserify@^1.0.0:
|
1877 |
-
version "1.0.0"
|
1878 |
-
resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75"
|
1879 |
-
|
1880 |
-
contains-path@^0.1.0:
|
1881 |
-
version "0.1.0"
|
1882 |
-
resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a"
|
1883 |
-
|
1884 |
-
content-disposition@0.5.2:
|
1885 |
-
version "0.5.2"
|
1886 |
-
resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.2.tgz#0cf68bb9ddf5f2be7961c3a85178cb85dba78cb4"
|
1887 |
-
|
1888 |
-
content-type-parser@^1.0.1, content-type-parser@^1.0.2:
|
1889 |
-
version "1.0.2"
|
1890 |
-
resolved "https://registry.yarnpkg.com/content-type-parser/-/content-type-parser-1.0.2.tgz#caabe80623e63638b2502fd4c7f12ff4ce2352e7"
|
1891 |
-
|
1892 |
-
content-type@~1.0.4:
|
1893 |
-
version "1.0.4"
|
1894 |
-
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
|
1895 |
-
|
1896 |
-
convert-source-map@^1.1.0, convert-source-map@^1.4.0, convert-source-map@^1.5.0:
|
1897 |
-
version "1.5.1"
|
1898 |
-
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.5.1.tgz#b8278097b9bc229365de5c62cf5fcaed8b5599e5"
|
1899 |
-
|
1900 |
-
cookie-signature@1.0.6:
|
1901 |
-
version "1.0.6"
|
1902 |
-
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
|
1903 |
-
|
1904 |
-
cookie@0.3.1:
|
1905 |
-
version "0.3.1"
|
1906 |
-
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.3.1.tgz#e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb"
|
1907 |
-
|
1908 |
-
copy-concurrently@^1.0.0:
|
1909 |
-
version "1.0.5"
|
1910 |
-
resolved "https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0"
|
1911 |
-
dependencies:
|
1912 |
-
aproba "^1.1.1"
|
1913 |
-
fs-write-stream-atomic "^1.0.8"
|
1914 |
-
iferr "^0.1.5"
|
1915 |
-
mkdirp "^0.5.1"
|
1916 |
-
rimraf "^2.5.4"
|
1917 |
-
run-queue "^1.0.0"
|
1918 |
-
|
1919 |
-
copy-descriptor@^0.1.0:
|
1920 |
-
version "0.1.1"
|
1921 |
-
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
|
1922 |
-
|
1923 |
-
core-js@^1.0.0:
|
1924 |
-
version "1.2.7"
|
1925 |
-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636"
|
1926 |
-
|
1927 |
-
core-js@^2.4.0, core-js@^2.5.0, core-js@^2.5.3:
|
1928 |
-
version "2.5.3"
|
1929 |
-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.3.tgz#8acc38345824f16d8365b7c9b4259168e8ed603e"
|
1930 |
-
|
1931 |
-
core-util-is@1.0.2, core-util-is@~1.0.0:
|
1932 |
-
version "1.0.2"
|
1933 |
-
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
|
1934 |
-
|
1935 |
-
cosmiconfig@3.1.0:
|
1936 |
-
version "3.1.0"
|
1937 |
-
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-3.1.0.tgz#640a94bf9847f321800403cd273af60665c73397"
|
1938 |
-
dependencies:
|
1939 |
-
is-directory "^0.3.1"
|
1940 |
-
js-yaml "^3.9.0"
|
1941 |
-
parse-json "^3.0.0"
|
1942 |
-
require-from-string "^2.0.1"
|
1943 |
-
|
1944 |
-
cosmiconfig@^2.1.0, cosmiconfig@^2.1.1:
|
1945 |
-
version "2.2.2"
|
1946 |
-
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-2.2.2.tgz#6173cebd56fac042c1f4390edf7af6c07c7cb892"
|
1947 |
-
dependencies:
|
1948 |
-
is-directory "^0.3.1"
|
1949 |
-
js-yaml "^3.4.3"
|
1950 |
-
minimist "^1.2.0"
|
1951 |
-
object-assign "^4.1.0"
|
1952 |
-
os-homedir "^1.0.1"
|
1953 |
-
parse-json "^2.2.0"
|
1954 |
-
require-from-string "^1.1.0"
|
1955 |
-
|
1956 |
-
crc32-stream@^2.0.0:
|
1957 |
-
version "2.0.0"
|
1958 |
-
resolved "https://registry.yarnpkg.com/crc32-stream/-/crc32-stream-2.0.0.tgz#e3cdd3b4df3168dd74e3de3fbbcb7b297fe908f4"
|
1959 |
-
dependencies:
|
1960 |
-
crc "^3.4.4"
|
1961 |
-
readable-stream "^2.0.0"
|
1962 |
-
|
1963 |
-
crc@^3.4.4:
|
1964 |
-
version "3.5.0"
|
1965 |
-
resolved "https://registry.yarnpkg.com/crc/-/crc-3.5.0.tgz#98b8ba7d489665ba3979f59b21381374101a1964"
|
1966 |
-
|
1967 |
-
create-ecdh@^4.0.0:
|
1968 |
-
version "4.0.0"
|
1969 |
-
resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.0.tgz#888c723596cdf7612f6498233eebd7a35301737d"
|
1970 |
-
dependencies:
|
1971 |
-
bn.js "^4.1.0"
|
1972 |
-
elliptic "^6.0.0"
|
1973 |
-
|
1974 |
-
create-hash@^1.1.0, create-hash@^1.1.2:
|
1975 |
-
version "1.1.3"
|
1976 |
-
resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.1.3.tgz#606042ac8b9262750f483caddab0f5819172d8fd"
|
1977 |
-
dependencies:
|
1978 |
|