workarea 3.4.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (571) hide show
  1. checksums.yaml +7 -0
  2. data/.rubocop.yml +326 -0
  3. data/CHANGELOG.md +20501 -0
  4. data/README.md +163 -0
  5. data/docker-compose.yml +27 -0
  6. data/docs/Gemfile +8 -0
  7. data/docs/bin/middleman +29 -0
  8. data/docs/config.rb +87 -0
  9. data/docs/config.ru +7 -0
  10. data/docs/data/articles.yml +157 -0
  11. data/docs/package.json +15 -0
  12. data/docs/source/404.html.erb +13 -0
  13. data/docs/source/articles/access-routes-in-javascript.html.md +33 -0
  14. data/docs/source/articles/add-a-content-area.html.md +169 -0
  15. data/docs/source/articles/add-a-content-block-type.html.md +334 -0
  16. data/docs/source/articles/add-a-report.html.md +202 -0
  17. data/docs/source/articles/add-css-through-the-admin-ui.html.md +30 -0
  18. data/docs/source/articles/add-javascript-through-a-manifest.html.md +367 -0
  19. data/docs/source/articles/add-javascript-through-a-view.html.md +80 -0
  20. data/docs/source/articles/add-javascript-through-the-admin-ui.html.md +30 -0
  21. data/docs/source/articles/add-metrics.html.md +58 -0
  22. data/docs/source/articles/add-or-replace-a-pricing-calculator.html.md +150 -0
  23. data/docs/source/articles/add-remove-or-change-a-mongoid-validation.html.md +147 -0
  24. data/docs/source/articles/add-remove-or-change-a-product-template.html.md +142 -0
  25. data/docs/source/articles/add-remove-sort-and-group-storefront-search-filters.html.md +483 -0
  26. data/docs/source/articles/add-stylesheets-through-a-manifest.html.md +276 -0
  27. data/docs/source/articles/add-system-content.html.md +138 -0
  28. data/docs/source/articles/analytics-overview.html.md +51 -0
  29. data/docs/source/articles/analyze-storefront-search-results.html.md +261 -0
  30. data/docs/source/articles/api-overview.html.md +35 -0
  31. data/docs/source/articles/appending.html.md +506 -0
  32. data/docs/source/articles/application-document.html.md +88 -0
  33. data/docs/source/articles/automated-javascript-testing.html.md +162 -0
  34. data/docs/source/articles/b2b-overview.html.md +64 -0
  35. data/docs/source/articles/browser-and-device-support.html.md +47 -0
  36. data/docs/source/articles/change-product-placeholder-image.html.md +39 -0
  37. data/docs/source/articles/change-storefront-search-results.html.md +283 -0
  38. data/docs/source/articles/change-the-storefront-product-pricing-ui.html.md +348 -0
  39. data/docs/source/articles/change-the-storefront-search-filters-ui.html.md +103 -0
  40. data/docs/source/articles/checkout.html.md +479 -0
  41. data/docs/source/articles/commerce-model.html.md +164 -0
  42. data/docs/source/articles/configuration-for-hosting.html.md +106 -0
  43. data/docs/source/articles/configuration.html.md +406 -0
  44. data/docs/source/articles/configure-a-payment-gateway.html.md +58 -0
  45. data/docs/source/articles/configure-asset-storage.html.md +29 -0
  46. data/docs/source/articles/configure-asset-types.html.md +18 -0
  47. data/docs/source/articles/configure-contact-form-subjects-list.html.md +24 -0
  48. data/docs/source/articles/configure-imageoptim.html.md +23 -0
  49. data/docs/source/articles/configure-locales.html.md +45 -0
  50. data/docs/source/articles/configure-logins-and-authentication.html.md +42 -0
  51. data/docs/source/articles/configure-low-inventory-threshold.html.md +26 -0
  52. data/docs/source/articles/configure-product-image-sizes-and-processing.html.md +28 -0
  53. data/docs/source/articles/content.html.md +554 -0
  54. data/docs/source/articles/contentable.html.md +41 -0
  55. data/docs/source/articles/contribute-code.html.md +69 -0
  56. data/docs/source/articles/contribute-documentation.html.md +60 -0
  57. data/docs/source/articles/create-a-custom-discount.html.md +234 -0
  58. data/docs/source/articles/create-a-new-app.html.md +131 -0
  59. data/docs/source/articles/create-a-plugin.html.md +19 -0
  60. data/docs/source/articles/create-a-style-guide.html.md +71 -0
  61. data/docs/source/articles/create-a-theme.html.md +134 -0
  62. data/docs/source/articles/css-architectural-overview.html.md +89 -0
  63. data/docs/source/articles/customize-a-helper.html.md +91 -0
  64. data/docs/source/articles/decoration.html.md +415 -0
  65. data/docs/source/articles/define-and-configure-inventory-policies.html.md +107 -0
  66. data/docs/source/articles/documentation-style-guide.html.md +48 -0
  67. data/docs/source/articles/documentation.html.md +54 -0
  68. data/docs/source/articles/domain-modeling.html.md +82 -0
  69. data/docs/source/articles/error-pages.html.md.erb +95 -0
  70. data/docs/source/articles/extension-overview.html.md +152 -0
  71. data/docs/source/articles/favicon-support.html.md +112 -0
  72. data/docs/source/articles/feature-spec-helper-stylesheet.html.md +25 -0
  73. data/docs/source/articles/featurejs-and-feature-spec-helper.html.md +20 -0
  74. data/docs/source/articles/help-and-support.html.md +34 -0
  75. data/docs/source/articles/html-fragment-caching.html.md +46 -0
  76. data/docs/source/articles/http-caching.html.md +43 -0
  77. data/docs/source/articles/i18n.html.md +35 -0
  78. data/docs/source/articles/images-flow.html.md +10 -0
  79. data/docs/source/articles/index-storefront-search-documents.html.md +104 -0
  80. data/docs/source/articles/infrastructure.html.md +46 -0
  81. data/docs/source/articles/installing.html.md +61 -0
  82. data/docs/source/articles/integrate-a-payment-gateway.html.md +124 -0
  83. data/docs/source/articles/integrate-a-web-analytics-provider.html.md +35 -0
  84. data/docs/source/articles/integrate-an-inventory-management-system.html.md +88 -0
  85. data/docs/source/articles/integrating-with-other-software.html.md +59 -0
  86. data/docs/source/articles/inventory.html.md +352 -0
  87. data/docs/source/articles/javascript-coding-standards.html.md +30 -0
  88. data/docs/source/articles/javascript-modules.html.md +174 -0
  89. data/docs/source/articles/javascript-overview.html.md +62 -0
  90. data/docs/source/articles/javascript-reference-documentation.html.md +51 -0
  91. data/docs/source/articles/javascript-templates.html.md +52 -0
  92. data/docs/source/articles/low-level-caching.html.md +25 -0
  93. data/docs/source/articles/maintain-a-plugin.html.md +12 -0
  94. data/docs/source/articles/maintenance-policy.html.md +79 -0
  95. data/docs/source/articles/navigable.html.md +51 -0
  96. data/docs/source/articles/navigating-the-code.html.md +149 -0
  97. data/docs/source/articles/navigation.html.md +386 -0
  98. data/docs/source/articles/order-life-cycle.html.md +546 -0
  99. data/docs/source/articles/order-pricing.html.md +389 -0
  100. data/docs/source/articles/orders-and-items.html.md +210 -0
  101. data/docs/source/articles/orders.html.md +66 -0
  102. data/docs/source/articles/overriding.html.md +155 -0
  103. data/docs/source/articles/overview.html.md +43 -0
  104. data/docs/source/articles/plugins-overview.html.md +12 -0
  105. data/docs/source/articles/prerequisites-and-dependencies.html.md +202 -0
  106. data/docs/source/articles/products.html.md.erb +1270 -0
  107. data/docs/source/articles/progressive-web-application-support.html.md +148 -0
  108. data/docs/source/articles/rails-asset-manifests.html.md +33 -0
  109. data/docs/source/articles/rails-asset-view-helpers.html.md +25 -0
  110. data/docs/source/articles/reading-data.html.md +10 -0
  111. data/docs/source/articles/releasable.html.md +37 -0
  112. data/docs/source/articles/report-a-bug.html.md +75 -0
  113. data/docs/source/articles/ruby-coding-standards.html.md +10 -0
  114. data/docs/source/articles/run-sidekiq-in-a-local-environment.html.md +40 -0
  115. data/docs/source/articles/searching.html.md +1005 -0
  116. data/docs/source/articles/security-policy.html.md +42 -0
  117. data/docs/source/articles/seeds.html.md +345 -0
  118. data/docs/source/articles/shipping.html.md +756 -0
  119. data/docs/source/articles/sort-and-exclude-product-options.html.md +47 -0
  120. data/docs/source/articles/storefront-search-features.html.md +568 -0
  121. data/docs/source/articles/storefront-searches.html.md +126 -0
  122. data/docs/source/articles/style-guides.html.md +21 -0
  123. data/docs/source/articles/stylesheet-coding-standards.html.md +24 -0
  124. data/docs/source/articles/stylesheets-overview.html.md +67 -0
  125. data/docs/source/articles/swappable-list-data-structure.html.md +81 -0
  126. data/docs/source/articles/system-emails.html.md +102 -0
  127. data/docs/source/articles/taggable.html.md +8 -0
  128. data/docs/source/articles/test-a-credit-card-transaction.html.md +16 -0
  129. data/docs/source/articles/test-if-a-plugin-is-installed.html.md +34 -0
  130. data/docs/source/articles/testing.html.md +914 -0
  131. data/docs/source/articles/themes-overview.html.md +155 -0
  132. data/docs/source/articles/translate-administrable-content.html.md +14 -0
  133. data/docs/source/articles/translate-javascript-content.html.md +16 -0
  134. data/docs/source/articles/translate-or-customize-message-content.html.md +29 -0
  135. data/docs/source/articles/translate-or-customize-static-content.html.md +30 -0
  136. data/docs/source/articles/use-an-existing-workarea-app.html.md +108 -0
  137. data/docs/source/articles/view-models.html.md +509 -0
  138. data/docs/source/articles/views.html.md +14 -0
  139. data/docs/source/articles/workers.html.md +613 -0
  140. data/docs/source/articles/writing-data.html.md +10 -0
  141. data/docs/source/cli.html.md +163 -0
  142. data/docs/source/favicon.ico +0 -0
  143. data/docs/source/images/3-variants-1-option.png +0 -0
  144. data/docs/source/images/3-variants-3-options.png +0 -0
  145. data/docs/source/images/3-years-primary-image.png +0 -0
  146. data/docs/source/images/404-storefront-error-page.png +0 -0
  147. data/docs/source/images/404-system-content-admin.png +0 -0
  148. data/docs/source/images/404.jpg +0 -0
  149. data/docs/source/images/5-years-primary-image.png +0 -0
  150. data/docs/source/images/activity-dashboard.png +0 -0
  151. data/docs/source/images/activity-for-object.png +0 -0
  152. data/docs/source/images/activity-ui.png +0 -0
  153. data/docs/source/images/adding-captioned-image-block-custom-icon.png +0 -0
  154. data/docs/source/images/adding-captioned-image-block-default-icon.png +0 -0
  155. data/docs/source/images/admin-alerts-ui.png +0 -0
  156. data/docs/source/images/admin-category-range-filters.png +0 -0
  157. data/docs/source/images/admin-for-3-column-hero.png +0 -0
  158. data/docs/source/images/admin-help-index.png +0 -0
  159. data/docs/source/images/admin-help-ui.png +0 -0
  160. data/docs/source/images/admin-javascript.png +0 -0
  161. data/docs/source/images/admin-notification-for-deactivated-discount.png +0 -0
  162. data/docs/source/images/admin-notifications-ui.png +0 -0
  163. data/docs/source/images/admin-product-show-page.png +0 -0
  164. data/docs/source/images/admin-products-index-page.png +0 -0
  165. data/docs/source/images/admin-range-filters.png +0 -0
  166. data/docs/source/images/admin-style-guides-navigation.png +0 -0
  167. data/docs/source/images/after-re-seeding.png +0 -0
  168. data/docs/source/images/after-seeding-localhost-3000.png +0 -0
  169. data/docs/source/images/after-seeding.png +0 -0
  170. data/docs/source/images/arrow.svg +1 -0
  171. data/docs/source/images/arrow_white.svg +1 -0
  172. data/docs/source/images/aws-resource-map.png +0 -0
  173. data/docs/source/images/backordered-until-output-on-inventory-sku-card.png +0 -0
  174. data/docs/source/images/before-seeding-localhost-3000.png +0 -0
  175. data/docs/source/images/before-seeding.png +0 -0
  176. data/docs/source/images/browsing-workarea-versions-on-the-web.png +0 -0
  177. data/docs/source/images/bulk-asset-upload-on-assets-index-page.png +0 -0
  178. data/docs/source/images/bulk-asset-upload-while-editing-content.png +0 -0
  179. data/docs/source/images/bundle-show-workarea-core.png +0 -0
  180. data/docs/source/images/bundle-show-workarea.png +0 -0
  181. data/docs/source/images/calendar-for-backordered-until-field.png +0 -0
  182. data/docs/source/images/captioned-image-block-in-storefront.png +0 -0
  183. data/docs/source/images/captioned-image-content-block-storefront-component-style-guide.png +0 -0
  184. data/docs/source/images/cart-system-content-in-admin.png +0 -0
  185. data/docs/source/images/cart-system-content-in-storefront.png +0 -0
  186. data/docs/source/images/checkout-addresses-guest.png +0 -0
  187. data/docs/source/images/checkout-addresses-user.png +0 -0
  188. data/docs/source/images/checkout-confirmation.png +0 -0
  189. data/docs/source/images/checkout-flow-0.png +0 -0
  190. data/docs/source/images/checkout-flow-1.png +0 -0
  191. data/docs/source/images/checkout-flow-2.png +0 -0
  192. data/docs/source/images/checkout-flow-3.png +0 -0
  193. data/docs/source/images/checkout-flow-4.png +0 -0
  194. data/docs/source/images/checkout-payment-guest.png +0 -0
  195. data/docs/source/images/checkout-payment-user.png +0 -0
  196. data/docs/source/images/checkout-shipping.png +0 -0
  197. data/docs/source/images/color-picker-component-admin-style-guide.png +0 -0
  198. data/docs/source/images/color-picker-component-on-content-editing-screen.png +0 -0
  199. data/docs/source/images/commerce-model-carts-orders.png +0 -0
  200. data/docs/source/images/commerce-model-order-pricing.png +0 -0
  201. data/docs/source/images/commerce-model.png +0 -0
  202. data/docs/source/images/configuring-an-index-pattern-in-kibana.png +0 -0
  203. data/docs/source/images/content-block-presets.png +0 -0
  204. data/docs/source/images/content-search-customization.png +0 -0
  205. data/docs/source/images/country-with-region-data-in-address-form.png +0 -0
  206. data/docs/source/images/country-without-region-data-in-address-form.png +0 -0
  207. data/docs/source/images/create-content-block-preset-ui.png +0 -0
  208. data/docs/source/images/credit-card-icons.png +0 -0
  209. data/docs/source/images/css-added-through-admin.png +0 -0
  210. data/docs/source/images/css-admin-ui.png +0 -0
  211. data/docs/source/images/current-configuration-shown-in-admin-settings.png +0 -0
  212. data/docs/source/images/customer-impersonation-in-admin.png +0 -0
  213. data/docs/source/images/customer-impersonation-in-store-front.png +0 -0
  214. data/docs/source/images/date-filter-same-day.png +0 -0
  215. data/docs/source/images/developer-toolbar-in-store-front.png +0 -0
  216. data/docs/source/images/discounts-sorted-by-most-redeemed.png +0 -0
  217. data/docs/source/images/edit-help-article.png +0 -0
  218. data/docs/source/images/editing-content-for-search-customization.png +0 -0
  219. data/docs/source/images/editing-dynamic-captioned-image-block.png +0 -0
  220. data/docs/source/images/editing-product-fields-in-the-admin.png +0 -0
  221. data/docs/source/images/editing-search-system-content.png +0 -0
  222. data/docs/source/images/editing-static-captioned-image-block-custom-icon.png +0 -0
  223. data/docs/source/images/editing-static-captioned-image-block-default-icon.png +0 -0
  224. data/docs/source/images/external.svg +1 -0
  225. data/docs/source/images/favicon_16.png +0 -0
  226. data/docs/source/images/favicon_180.png +0 -0
  227. data/docs/source/images/favicon_32.png +0 -0
  228. data/docs/source/images/filters-all.png +0 -0
  229. data/docs/source/images/filters-control.png +0 -0
  230. data/docs/source/images/filters-custom.png +0 -0
  231. data/docs/source/images/filters-groups.png +0 -0
  232. data/docs/source/images/filters-material.png +0 -0
  233. data/docs/source/images/filters-omitted.png +0 -0
  234. data/docs/source/images/filters-pinned.png +0 -0
  235. data/docs/source/images/filters-range.png +0 -0
  236. data/docs/source/images/filters-sorted.png +0 -0
  237. data/docs/source/images/filters-wrapping-to-second-line-in-admin.png +0 -0
  238. data/docs/source/images/generic-product-template-images-no-options-selected.png +0 -0
  239. data/docs/source/images/generic-product-template-images-options-selected.png +0 -0
  240. data/docs/source/images/generic-template.png +0 -0
  241. data/docs/source/images/hosting.svg +1 -0
  242. data/docs/source/images/image-group-content-block-in-storefront.png +0 -0
  243. data/docs/source/images/images.svg +1 -0
  244. data/docs/source/images/import-export-screenshot.png +0 -0
  245. data/docs/source/images/invalid-display.png +0 -0
  246. data/docs/source/images/itcss.png +0 -0
  247. data/docs/source/images/kibana-dev-tools-console.png +0 -0
  248. data/docs/source/images/layout-content-admin-with-2-areas.png +0 -0
  249. data/docs/source/images/layout-content-admin-with-3-areas.png +0 -0
  250. data/docs/source/images/link-to-search-system-content.png +0 -0
  251. data/docs/source/images/logo.svg +1 -0
  252. data/docs/source/images/menu.svg +2 -0
  253. data/docs/source/images/mongo-replica-set.svg +1 -0
  254. data/docs/source/images/multi-column-hero-blocks.png +0 -0
  255. data/docs/source/images/option-selects-product-template-images-options-selected.png +0 -0
  256. data/docs/source/images/option-selects-template.png +0 -0
  257. data/docs/source/images/option-thumbnails-template.png +0 -0
  258. data/docs/source/images/order-item-total-price-diagram.png +0 -0
  259. data/docs/source/images/order-pricing-cart-example.png +0 -0
  260. data/docs/source/images/order-pricing-example-adjustments.png +0 -0
  261. data/docs/source/images/order-pricing-example-totals.png +0 -0
  262. data/docs/source/images/order-pricing-placed-order-example.png +0 -0
  263. data/docs/source/images/order-shipping-total-diagram.png +0 -0
  264. data/docs/source/images/order-show-with-multiple-tenders.png +0 -0
  265. data/docs/source/images/order-subtotal-price-diagram.png +0 -0
  266. data/docs/source/images/order-tax-total-diagram.png +0 -0
  267. data/docs/source/images/order-total-price-diagram.png +0 -0
  268. data/docs/source/images/order-total-value-diagram.png +0 -0
  269. data/docs/source/images/orders-dashboard-links.png +0 -0
  270. data/docs/source/images/oval.svg +1 -0
  271. data/docs/source/images/payment-icon-storefront-style-guide.png +0 -0
  272. data/docs/source/images/people-dashboard-links.png +0 -0
  273. data/docs/source/images/price-adjustments-diagram.png +0 -0
  274. data/docs/source/images/price-display-no-options.png +0 -0
  275. data/docs/source/images/price-display-options-selected.png +0 -0
  276. data/docs/source/images/pricing-calculators-diagram.png +0 -0
  277. data/docs/source/images/product-list-content-block-admin.png +0 -0
  278. data/docs/source/images/product-list-content-block-in-store-front.png +0 -0
  279. data/docs/source/images/promo-products-excluded-autocomplete-results-after.png +0 -0
  280. data/docs/source/images/promo-products-excluded-featured-category-results-after.png +0 -0
  281. data/docs/source/images/promo-products-excluded-recommendations-results-after.png +0 -0
  282. data/docs/source/images/promo-products-excluded-search-category-results-after.png +0 -0
  283. data/docs/source/images/promo-products-excluded-search-results-after.png +0 -0
  284. data/docs/source/images/promo-products-included-autocomplete-results-before.png +0 -0
  285. data/docs/source/images/promo-products-included-featured-category-results-before.png +0 -0
  286. data/docs/source/images/promo-products-included-recommendations-results-before.png +0 -0
  287. data/docs/source/images/promo-products-included-search-category-results-before.png +0 -0
  288. data/docs/source/images/promo-products-included-search-results-before.png +0 -0
  289. data/docs/source/images/rails-version-constraint.png +0 -0
  290. data/docs/source/images/re-enable-discount.png +0 -0
  291. data/docs/source/images/reading-data.svg +1 -0
  292. data/docs/source/images/readme-hero.png +0 -0
  293. data/docs/source/images/redesigned-customized-sort-for-search-results.png +0 -0
  294. data/docs/source/images/reviews-summary-above-share-buttons.png +0 -0
  295. data/docs/source/images/reviews-summary-below-product-name.png +0 -0
  296. data/docs/source/images/reviews-summary-below-share-buttons.png +0 -0
  297. data/docs/source/images/reviews-summary-removed.png +0 -0
  298. data/docs/source/images/rsa-fingerprint-for-stash.png +0 -0
  299. data/docs/source/images/ruby-version-constraint.png +0 -0
  300. data/docs/source/images/script-tag-added-through-admin.png +0 -0
  301. data/docs/source/images/search-analysis-admin-alternate-rendering.png +0 -0
  302. data/docs/source/images/search-analysis-admin.png +0 -0
  303. data/docs/source/images/search-quality-report.png +0 -0
  304. data/docs/source/images/search.svg +1 -0
  305. data/docs/source/images/searching-for-cart-system-content-in-admin.png +0 -0
  306. data/docs/source/images/searching-for-layout-system-content-in-admin.png +0 -0
  307. data/docs/source/images/seeded-admin.png +0 -0
  308. data/docs/source/images/seeds-from-plugins.png +0 -0
  309. data/docs/source/images/seo-metadata-automation-ui.png +0 -0
  310. data/docs/source/images/show-password-button.png +0 -0
  311. data/docs/source/images/storefront-autocomplete.png +0 -0
  312. data/docs/source/images/storefront-category-summary-content-block.png +0 -0
  313. data/docs/source/images/storefront-category.png +0 -0
  314. data/docs/source/images/storefront-product-after-overriding.png +0 -0
  315. data/docs/source/images/storefront-product-before-overriding.png +0 -0
  316. data/docs/source/images/storefront-product-browse-page.png +0 -0
  317. data/docs/source/images/storefront-product-recommendations.png +0 -0
  318. data/docs/source/images/storefront-product-show-page.png +0 -0
  319. data/docs/source/images/storefront-requests-and-search-requests.png +0 -0
  320. data/docs/source/images/storefront-search-request-handling.png +0 -0
  321. data/docs/source/images/storefront-search-response-creation.png +0 -0
  322. data/docs/source/images/storefront-search.png +0 -0
  323. data/docs/source/images/storefront-style-guides-navigation.png +0 -0
  324. data/docs/source/images/styles.css +3 -0
  325. data/docs/source/images/tax-categories-ui.png +0 -0
  326. data/docs/source/images/tax-rates-ui.png +0 -0
  327. data/docs/source/images/unpurchasable-product.png +0 -0
  328. data/docs/source/images/url-redirects-filtering.png +0 -0
  329. data/docs/source/images/utility-nav-area-in-admin.png +0 -0
  330. data/docs/source/images/utility-nav-area-in-storefront.png +0 -0
  331. data/docs/source/images/validation-message-in-storefront.png +0 -0
  332. data/docs/source/images/view-model-interface.png +0 -0
  333. data/docs/source/images/viewing-workarea-version-in-source.png +0 -0
  334. data/docs/source/images/workarea.svg +1 -0
  335. data/docs/source/images/worst-performing-searches-on-results-customization-page.png +0 -0
  336. data/docs/source/images/writing-data.svg +1 -0
  337. data/docs/source/index.html.erb +167 -0
  338. data/docs/source/javascripts/jquery.js +2 -0
  339. data/docs/source/javascripts/lunr.js +7 -0
  340. data/docs/source/javascripts/site.js +299 -0
  341. data/docs/source/javascripts/vendor/highlight.pack.js +2 -0
  342. data/docs/source/layouts/article.erb +106 -0
  343. data/docs/source/layouts/bare.erb +46 -0
  344. data/docs/source/layouts/layout.erb +43 -0
  345. data/docs/source/release-notes.html.md +258 -0
  346. data/docs/source/release-notes/workarea-3-0-0.html.md +146 -0
  347. data/docs/source/release-notes/workarea-3-0-1.html.md +161 -0
  348. data/docs/source/release-notes/workarea-3-0-10.html.md +39 -0
  349. data/docs/source/release-notes/workarea-3-0-11.html.md +277 -0
  350. data/docs/source/release-notes/workarea-3-0-12.html.md +14 -0
  351. data/docs/source/release-notes/workarea-3-0-13.html.md +153 -0
  352. data/docs/source/release-notes/workarea-3-0-14.html.md +93 -0
  353. data/docs/source/release-notes/workarea-3-0-15.html.md +107 -0
  354. data/docs/source/release-notes/workarea-3-0-16.html.md +36 -0
  355. data/docs/source/release-notes/workarea-3-0-17.html.md +141 -0
  356. data/docs/source/release-notes/workarea-3-0-18.html.md +123 -0
  357. data/docs/source/release-notes/workarea-3-0-19.html.md +160 -0
  358. data/docs/source/release-notes/workarea-3-0-2.html.md +222 -0
  359. data/docs/source/release-notes/workarea-3-0-20.html.md +95 -0
  360. data/docs/source/release-notes/workarea-3-0-21.html.md +168 -0
  361. data/docs/source/release-notes/workarea-3-0-22.html.md +268 -0
  362. data/docs/source/release-notes/workarea-3-0-23.html.md +173 -0
  363. data/docs/source/release-notes/workarea-3-0-24.html.md +19 -0
  364. data/docs/source/release-notes/workarea-3-0-25.html.md +26 -0
  365. data/docs/source/release-notes/workarea-3-0-26.html.md +199 -0
  366. data/docs/source/release-notes/workarea-3-0-27.html.md +113 -0
  367. data/docs/source/release-notes/workarea-3-0-28.html.md +39 -0
  368. data/docs/source/release-notes/workarea-3-0-29.html.md +73 -0
  369. data/docs/source/release-notes/workarea-3-0-3.html.md +35 -0
  370. data/docs/source/release-notes/workarea-3-0-30.html.md +186 -0
  371. data/docs/source/release-notes/workarea-3-0-31.html.md +125 -0
  372. data/docs/source/release-notes/workarea-3-0-32.html.md +73 -0
  373. data/docs/source/release-notes/workarea-3-0-33.html.md +137 -0
  374. data/docs/source/release-notes/workarea-3-0-34.html.md +203 -0
  375. data/docs/source/release-notes/workarea-3-0-35.html.md +205 -0
  376. data/docs/source/release-notes/workarea-3-0-36.html.md +105 -0
  377. data/docs/source/release-notes/workarea-3-0-37.html.md +144 -0
  378. data/docs/source/release-notes/workarea-3-0-38.html.md +73 -0
  379. data/docs/source/release-notes/workarea-3-0-39.html.md +77 -0
  380. data/docs/source/release-notes/workarea-3-0-4.html.md +14 -0
  381. data/docs/source/release-notes/workarea-3-0-40.html.md +130 -0
  382. data/docs/source/release-notes/workarea-3-0-41.html.md +70 -0
  383. data/docs/source/release-notes/workarea-3-0-42.html.md +52 -0
  384. data/docs/source/release-notes/workarea-3-0-43.html.md +72 -0
  385. data/docs/source/release-notes/workarea-3-0-44.html.md +93 -0
  386. data/docs/source/release-notes/workarea-3-0-45.html.md +61 -0
  387. data/docs/source/release-notes/workarea-3-0-46.html.md +171 -0
  388. data/docs/source/release-notes/workarea-3-0-47.html.md +130 -0
  389. data/docs/source/release-notes/workarea-3-0-48.html.md +160 -0
  390. data/docs/source/release-notes/workarea-3-0-49.html.md +28 -0
  391. data/docs/source/release-notes/workarea-3-0-5.html.md +225 -0
  392. data/docs/source/release-notes/workarea-3-0-50.html.md +74 -0
  393. data/docs/source/release-notes/workarea-3-0-51.html.md +61 -0
  394. data/docs/source/release-notes/workarea-3-0-52.html.md +76 -0
  395. data/docs/source/release-notes/workarea-3-0-53.html.md +126 -0
  396. data/docs/source/release-notes/workarea-3-0-54.html.md +112 -0
  397. data/docs/source/release-notes/workarea-3-0-55.html.md +105 -0
  398. data/docs/source/release-notes/workarea-3-0-56.html.md +56 -0
  399. data/docs/source/release-notes/workarea-3-0-57.html.md +82 -0
  400. data/docs/source/release-notes/workarea-3-0-58.html.md +153 -0
  401. data/docs/source/release-notes/workarea-3-0-59.html.md +78 -0
  402. data/docs/source/release-notes/workarea-3-0-6.html.md +165 -0
  403. data/docs/source/release-notes/workarea-3-0-60.html.md +43 -0
  404. data/docs/source/release-notes/workarea-3-0-61.html.md +46 -0
  405. data/docs/source/release-notes/workarea-3-0-62.html.md +23 -0
  406. data/docs/source/release-notes/workarea-3-0-63.html.md +25 -0
  407. data/docs/source/release-notes/workarea-3-0-64.html.md +25 -0
  408. data/docs/source/release-notes/workarea-3-0-65.html.md +37 -0
  409. data/docs/source/release-notes/workarea-3-0-7.html.md +207 -0
  410. data/docs/source/release-notes/workarea-3-0-8.html.md +337 -0
  411. data/docs/source/release-notes/workarea-3-0-9.html.md +196 -0
  412. data/docs/source/release-notes/workarea-3-1-0.html.md +414 -0
  413. data/docs/source/release-notes/workarea-3-1-1.html.md +139 -0
  414. data/docs/source/release-notes/workarea-3-1-10.html.md +19 -0
  415. data/docs/source/release-notes/workarea-3-1-11.html.md +27 -0
  416. data/docs/source/release-notes/workarea-3-1-12.html.md +216 -0
  417. data/docs/source/release-notes/workarea-3-1-13.html.md +113 -0
  418. data/docs/source/release-notes/workarea-3-1-14.html.md +39 -0
  419. data/docs/source/release-notes/workarea-3-1-15.html.md +107 -0
  420. data/docs/source/release-notes/workarea-3-1-16.html.md +188 -0
  421. data/docs/source/release-notes/workarea-3-1-17.html.md +141 -0
  422. data/docs/source/release-notes/workarea-3-1-18.html.md +73 -0
  423. data/docs/source/release-notes/workarea-3-1-19.html.md +137 -0
  424. data/docs/source/release-notes/workarea-3-1-2.html.md +55 -0
  425. data/docs/source/release-notes/workarea-3-1-20.html.md +203 -0
  426. data/docs/source/release-notes/workarea-3-1-21.html.md +205 -0
  427. data/docs/source/release-notes/workarea-3-1-22.html.md +121 -0
  428. data/docs/source/release-notes/workarea-3-1-23.html.md +144 -0
  429. data/docs/source/release-notes/workarea-3-1-24.html.md +94 -0
  430. data/docs/source/release-notes/workarea-3-1-25.html.md +77 -0
  431. data/docs/source/release-notes/workarea-3-1-26.html.md +130 -0
  432. data/docs/source/release-notes/workarea-3-1-27.html.md +70 -0
  433. data/docs/source/release-notes/workarea-3-1-28.html.md +52 -0
  434. data/docs/source/release-notes/workarea-3-1-29.html.md +44 -0
  435. data/docs/source/release-notes/workarea-3-1-3.html.md +185 -0
  436. data/docs/source/release-notes/workarea-3-1-30.html.md +72 -0
  437. data/docs/source/release-notes/workarea-3-1-31.html.md +93 -0
  438. data/docs/source/release-notes/workarea-3-1-32.html.md +61 -0
  439. data/docs/source/release-notes/workarea-3-1-33.html.md +171 -0
  440. data/docs/source/release-notes/workarea-3-1-34.html.md +130 -0
  441. data/docs/source/release-notes/workarea-3-1-35.html.md +179 -0
  442. data/docs/source/release-notes/workarea-3-1-36.html.md +28 -0
  443. data/docs/source/release-notes/workarea-3-1-37.html.md +74 -0
  444. data/docs/source/release-notes/workarea-3-1-38.html.md +61 -0
  445. data/docs/source/release-notes/workarea-3-1-39.html.md +96 -0
  446. data/docs/source/release-notes/workarea-3-1-4.html.md +148 -0
  447. data/docs/source/release-notes/workarea-3-1-40.html.md +126 -0
  448. data/docs/source/release-notes/workarea-3-1-41.html.md +128 -0
  449. data/docs/source/release-notes/workarea-3-1-42.html.md +105 -0
  450. data/docs/source/release-notes/workarea-3-1-43.html.md +37 -0
  451. data/docs/source/release-notes/workarea-3-1-44.html.md +82 -0
  452. data/docs/source/release-notes/workarea-3-1-45.html.md +153 -0
  453. data/docs/source/release-notes/workarea-3-1-46.html.md +91 -0
  454. data/docs/source/release-notes/workarea-3-1-47.html.md +65 -0
  455. data/docs/source/release-notes/workarea-3-1-48.html.md +46 -0
  456. data/docs/source/release-notes/workarea-3-1-49.html.md +23 -0
  457. data/docs/source/release-notes/workarea-3-1-5.html.md +169 -0
  458. data/docs/source/release-notes/workarea-3-1-50.html.md +42 -0
  459. data/docs/source/release-notes/workarea-3-1-51.html.md +25 -0
  460. data/docs/source/release-notes/workarea-3-1-52.html.md +57 -0
  461. data/docs/source/release-notes/workarea-3-1-6.html.md +117 -0
  462. data/docs/source/release-notes/workarea-3-1-7.html.md +176 -0
  463. data/docs/source/release-notes/workarea-3-1-8.html.md +283 -0
  464. data/docs/source/release-notes/workarea-3-1-9.html.md +212 -0
  465. data/docs/source/release-notes/workarea-3-2-0.html.md +1705 -0
  466. data/docs/source/release-notes/workarea-3-2-1.html.md +216 -0
  467. data/docs/source/release-notes/workarea-3-2-10.html.md +237 -0
  468. data/docs/source/release-notes/workarea-3-2-11.html.md +121 -0
  469. data/docs/source/release-notes/workarea-3-2-12.html.md +145 -0
  470. data/docs/source/release-notes/workarea-3-2-13.html.md +138 -0
  471. data/docs/source/release-notes/workarea-3-2-14.html.md +77 -0
  472. data/docs/source/release-notes/workarea-3-2-15.html.md +130 -0
  473. data/docs/source/release-notes/workarea-3-2-16.html.md +111 -0
  474. data/docs/source/release-notes/workarea-3-2-17.html.md +52 -0
  475. data/docs/source/release-notes/workarea-3-2-18.html.md +44 -0
  476. data/docs/source/release-notes/workarea-3-2-19.html.md +72 -0
  477. data/docs/source/release-notes/workarea-3-2-2.html.md +145 -0
  478. data/docs/source/release-notes/workarea-3-2-20.html.md +93 -0
  479. data/docs/source/release-notes/workarea-3-2-21.html.md +61 -0
  480. data/docs/source/release-notes/workarea-3-2-22.html.md +154 -0
  481. data/docs/source/release-notes/workarea-3-2-23.html.md +130 -0
  482. data/docs/source/release-notes/workarea-3-2-24.html.md +200 -0
  483. data/docs/source/release-notes/workarea-3-2-25.html.md +28 -0
  484. data/docs/source/release-notes/workarea-3-2-26.html.md +94 -0
  485. data/docs/source/release-notes/workarea-3-2-27.html.md +61 -0
  486. data/docs/source/release-notes/workarea-3-2-28.html.md +96 -0
  487. data/docs/source/release-notes/workarea-3-2-29.html.md +126 -0
  488. data/docs/source/release-notes/workarea-3-2-30.html.md +112 -0
  489. data/docs/source/release-notes/workarea-3-2-31.html.md +105 -0
  490. data/docs/source/release-notes/workarea-3-2-32.html.md +56 -0
  491. data/docs/source/release-notes/workarea-3-2-33.html.md +82 -0
  492. data/docs/source/release-notes/workarea-3-2-34.html.md +153 -0
  493. data/docs/source/release-notes/workarea-3-2-35.html.md +91 -0
  494. data/docs/source/release-notes/workarea-3-2-36.html.md +118 -0
  495. data/docs/source/release-notes/workarea-3-2-37.html.md +46 -0
  496. data/docs/source/release-notes/workarea-3-2-38.html.md +23 -0
  497. data/docs/source/release-notes/workarea-3-2-39.html.md +42 -0
  498. data/docs/source/release-notes/workarea-3-2-4.html.md +109 -0
  499. data/docs/source/release-notes/workarea-3-2-40.html.md +25 -0
  500. data/docs/source/release-notes/workarea-3-2-41.html.md +90 -0
  501. data/docs/source/release-notes/workarea-3-2-5.html.md +186 -0
  502. data/docs/source/release-notes/workarea-3-2-6.html.md +173 -0
  503. data/docs/source/release-notes/workarea-3-2-7.html.md +89 -0
  504. data/docs/source/release-notes/workarea-3-2-8.html.md +137 -0
  505. data/docs/source/release-notes/workarea-3-2-9.html.md +219 -0
  506. data/docs/source/release-notes/workarea-3-3-0.html.md +1272 -0
  507. data/docs/source/release-notes/workarea-3-3-1.html.md +324 -0
  508. data/docs/source/release-notes/workarea-3-3-10.html.md +69 -0
  509. data/docs/source/release-notes/workarea-3-3-11.html.md +72 -0
  510. data/docs/source/release-notes/workarea-3-3-12.html.md +136 -0
  511. data/docs/source/release-notes/workarea-3-3-13.html.md +61 -0
  512. data/docs/source/release-notes/workarea-3-3-14.html.md +196 -0
  513. data/docs/source/release-notes/workarea-3-3-15.html.md +167 -0
  514. data/docs/source/release-notes/workarea-3-3-16.html.md +234 -0
  515. data/docs/source/release-notes/workarea-3-3-17.html.md +82 -0
  516. data/docs/source/release-notes/workarea-3-3-18.html.md +165 -0
  517. data/docs/source/release-notes/workarea-3-3-19.html.md +106 -0
  518. data/docs/source/release-notes/workarea-3-3-2.html.md +72 -0
  519. data/docs/source/release-notes/workarea-3-3-20.html.md +116 -0
  520. data/docs/source/release-notes/workarea-3-3-21.html.md +228 -0
  521. data/docs/source/release-notes/workarea-3-3-22.html.md +125 -0
  522. data/docs/source/release-notes/workarea-3-3-23.html.md +154 -0
  523. data/docs/source/release-notes/workarea-3-3-24.html.md +70 -0
  524. data/docs/source/release-notes/workarea-3-3-25.html.md +114 -0
  525. data/docs/source/release-notes/workarea-3-3-26.html.md +260 -0
  526. data/docs/source/release-notes/workarea-3-3-27.html.md +138 -0
  527. data/docs/source/release-notes/workarea-3-3-28.html.md +147 -0
  528. data/docs/source/release-notes/workarea-3-3-29.html.md +63 -0
  529. data/docs/source/release-notes/workarea-3-3-3.html.md +153 -0
  530. data/docs/source/release-notes/workarea-3-3-30.html.md +102 -0
  531. data/docs/source/release-notes/workarea-3-3-31.html.md +57 -0
  532. data/docs/source/release-notes/workarea-3-3-32.html.md +44 -0
  533. data/docs/source/release-notes/workarea-3-3-33.html.md +114 -0
  534. data/docs/source/release-notes/workarea-3-3-4.html.md +332 -0
  535. data/docs/source/release-notes/workarea-3-3-5.html.md +242 -0
  536. data/docs/source/release-notes/workarea-3-3-6.html.md +100 -0
  537. data/docs/source/release-notes/workarea-3-3-7.html.md +148 -0
  538. data/docs/source/release-notes/workarea-3-3-8.html.md +163 -0
  539. data/docs/source/release-notes/workarea-3-3-9.html.md +93 -0
  540. data/docs/source/release-notes/workarea-3-4-0.html.md +580 -0
  541. data/docs/source/release-notes/workarea-3-4-1.html.md +150 -0
  542. data/docs/source/release-notes/workarea-3-4-10.html.md +72 -0
  543. data/docs/source/release-notes/workarea-3-4-11.html.md +60 -0
  544. data/docs/source/release-notes/workarea-3-4-12.html.md +155 -0
  545. data/docs/source/release-notes/workarea-3-4-2.html.md +188 -0
  546. data/docs/source/release-notes/workarea-3-4-3.html.md +136 -0
  547. data/docs/source/release-notes/workarea-3-4-4.html.md +114 -0
  548. data/docs/source/release-notes/workarea-3-4-5.html.md +275 -0
  549. data/docs/source/release-notes/workarea-3-4-6.html.md +169 -0
  550. data/docs/source/release-notes/workarea-3-4-7.html.md +162 -0
  551. data/docs/source/release-notes/workarea-3-4-8.html.md +95 -0
  552. data/docs/source/release-notes/workarea-3-4-9.html.md +135 -0
  553. data/docs/source/search.html.erb +34 -0
  554. data/docs/source/shared/_header.erb +61 -0
  555. data/docs/source/shared/_svgs.erb +17 -0
  556. data/docs/source/style_guide/index.html.erb +382 -0
  557. data/docs/source/stylesheets/_base.scss +125 -0
  558. data/docs/source/stylesheets/_components.scss +669 -0
  559. data/docs/source/stylesheets/_helpers.scss +10 -0
  560. data/docs/source/stylesheets/_opinions.scss +42 -0
  561. data/docs/source/stylesheets/_settings.scss +56 -0
  562. data/docs/source/stylesheets/_typography.scss +119 -0
  563. data/docs/source/stylesheets/site.css.scss +14 -0
  564. data/docs/source/stylesheets/vendor/_avalanche.scss +328 -0
  565. data/docs/source/stylesheets/vendor/_normalize.scss +341 -0
  566. data/docs/source/stylesheets/vendor/highlight/_tomorrow_night_blue.scss +75 -0
  567. data/docs/source/upgrade-guides.html.md +18 -0
  568. data/docs/source/upgrade-guides/workarea-3-4-0.html.md +152 -0
  569. data/docs/workarea_renderer.rb +8 -0
  570. data/docs/yarn.lock +2522 -0
  571. metadata +669 -0
@@ -0,0 +1,8 @@
1
+ require "middleman-core/renderers/redcarpet"
2
+
3
+ class WorkareaRenderer < Middleman::Renderers::MiddlemanRedcarpetHTML
4
+ def header(text, header_level)
5
+ id = text.gsub(/<[^>]*>/, ' ').squeeze(' ').parameterize
6
+ "<h%s id=\"%s\">%s</h%s>" % [header_level, id, text, header_level]
7
+ end
8
+ end
data/docs/yarn.lock ADDED
@@ -0,0 +1,2522 @@
1
+ # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2
+ # yarn lockfile v1
3
+
4
+
5
+ "@mrmlnc/readdir-enhanced@^2.2.1":
6
+ version "2.2.1"
7
+ resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
8
+ dependencies:
9
+ call-me-maybe "^1.0.1"
10
+ glob-to-regexp "^0.3.0"
11
+
12
+ "@nodelib/fs.stat@^1.0.1":
13
+ version "1.1.0"
14
+ resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.0.tgz#50c1e2260ac0ed9439a181de3725a0168d59c48a"
15
+
16
+ acorn-jsx@^3.0.0:
17
+ version "3.0.1"
18
+ resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-3.0.1.tgz#afdf9488fb1ecefc8348f6fb22f464e32a58b36b"
19
+ dependencies:
20
+ acorn "^3.0.4"
21
+
22
+ acorn@^3.0.4:
23
+ version "3.3.0"
24
+ resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"
25
+
26
+ acorn@^5.5.0:
27
+ version "5.7.1"
28
+ resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.1.tgz#f095829297706a7c9776958c0afc8930a9b9d9d8"
29
+
30
+ ajv-keywords@^2.1.0:
31
+ version "2.1.1"
32
+ resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-2.1.1.tgz#617997fc5f60576894c435f940d819e135b80762"
33
+
34
+ ajv-keywords@^3.0.0:
35
+ version "3.2.0"
36
+ resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.2.0.tgz#e86b819c602cf8821ad637413698f1dec021847a"
37
+
38
+ ajv@^5.2.3, ajv@^5.3.0:
39
+ version "5.5.2"
40
+ resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.5.2.tgz#73b5eeca3fab653e3d3f9422b341ad42205dc965"
41
+ dependencies:
42
+ co "^4.6.0"
43
+ fast-deep-equal "^1.0.0"
44
+ fast-json-stable-stringify "^2.0.0"
45
+ json-schema-traverse "^0.3.0"
46
+
47
+ ajv@^6.0.1:
48
+ version "6.5.2"
49
+ resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.5.2.tgz#678495f9b82f7cca6be248dd92f59bff5e1f4360"
50
+ dependencies:
51
+ fast-deep-equal "^2.0.1"
52
+ fast-json-stable-stringify "^2.0.0"
53
+ json-schema-traverse "^0.4.1"
54
+ uri-js "^4.2.1"
55
+
56
+ ansi-escapes@^3.0.0:
57
+ version "3.1.0"
58
+ resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.1.0.tgz#f73207bb81207d75fd6c83f125af26eea378ca30"
59
+
60
+ ansi-regex@^2.0.0:
61
+ version "2.1.1"
62
+ resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
63
+
64
+ ansi-regex@^3.0.0:
65
+ version "3.0.0"
66
+ resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
67
+
68
+ ansi-styles@^2.2.1:
69
+ version "2.2.1"
70
+ resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
71
+
72
+ ansi-styles@^3.2.1:
73
+ version "3.2.1"
74
+ resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
75
+ dependencies:
76
+ color-convert "^1.9.0"
77
+
78
+ argparse@^1.0.7:
79
+ version "1.0.10"
80
+ resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911"
81
+ dependencies:
82
+ sprintf-js "~1.0.2"
83
+
84
+ arr-diff@^2.0.0:
85
+ version "2.0.0"
86
+ resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256ac3ceae356cf"
87
+ dependencies:
88
+ arr-flatten "^1.0.1"
89
+
90
+ arr-diff@^4.0.0:
91
+ version "4.0.0"
92
+ resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520"
93
+
94
+ arr-flatten@^1.0.1, arr-flatten@^1.1.0:
95
+ version "1.1.0"
96
+ resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1"
97
+
98
+ arr-union@^3.1.0:
99
+ version "3.1.0"
100
+ resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4"
101
+
102
+ array-find-index@^1.0.1:
103
+ version "1.0.2"
104
+ resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1"
105
+
106
+ array-iterate@^1.0.0:
107
+ version "1.1.2"
108
+ resolved "https://registry.yarnpkg.com/array-iterate/-/array-iterate-1.1.2.tgz#f66a57e84426f8097f4197fbb6c051b8e5cdf7d8"
109
+
110
+ array-union@^1.0.1:
111
+ version "1.0.2"
112
+ resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
113
+ dependencies:
114
+ array-uniq "^1.0.1"
115
+
116
+ array-uniq@^1.0.1:
117
+ version "1.0.3"
118
+ resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6"
119
+
120
+ array-unique@^0.2.1:
121
+ version "0.2.1"
122
+ resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
123
+
124
+ array-unique@^0.3.2:
125
+ version "0.3.2"
126
+ resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
127
+
128
+ arrify@^1.0.0, arrify@^1.0.1:
129
+ version "1.0.1"
130
+ resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
131
+
132
+ assign-symbols@^1.0.0:
133
+ version "1.0.0"
134
+ resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"
135
+
136
+ atob@^2.1.1:
137
+ version "2.1.1"
138
+ resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.1.tgz#ae2d5a729477f289d60dd7f96a6314a22dd6c22a"
139
+
140
+ autoprefixer@^8.0.0:
141
+ version "8.6.5"
142
+ resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-8.6.5.tgz#343f3d193ed568b3208e00117a1b96eb691d4ee9"
143
+ dependencies:
144
+ browserslist "^3.2.8"
145
+ caniuse-lite "^1.0.30000864"
146
+ normalize-range "^0.1.2"
147
+ num2fraction "^1.2.2"
148
+ postcss "^6.0.23"
149
+ postcss-value-parser "^3.2.3"
150
+
151
+ babel-code-frame@^6.22.0:
152
+ version "6.26.0"
153
+ resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b"
154
+ dependencies:
155
+ chalk "^1.1.3"
156
+ esutils "^2.0.2"
157
+ js-tokens "^3.0.2"
158
+
159
+ bail@^1.0.0:
160
+ version "1.0.3"
161
+ resolved "https://registry.yarnpkg.com/bail/-/bail-1.0.3.tgz#63cfb9ddbac829b02a3128cd53224be78e6c21a3"
162
+
163
+ balanced-match@^1.0.0:
164
+ version "1.0.0"
165
+ resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
166
+
167
+ base@^0.11.1:
168
+ version "0.11.2"
169
+ resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f"
170
+ dependencies:
171
+ cache-base "^1.0.1"
172
+ class-utils "^0.3.5"
173
+ component-emitter "^1.2.1"
174
+ define-property "^1.0.0"
175
+ isobject "^3.0.1"
176
+ mixin-deep "^1.2.0"
177
+ pascalcase "^0.1.1"
178
+
179
+ brace-expansion@^1.1.7:
180
+ version "1.1.11"
181
+ resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
182
+ dependencies:
183
+ balanced-match "^1.0.0"
184
+ concat-map "0.0.1"
185
+
186
+ braces@^1.8.2:
187
+ version "1.8.5"
188
+ resolved "https://registry.yarnpkg.com/braces/-/braces-1.8.5.tgz#ba77962e12dff969d6b76711e914b737857bf6a7"
189
+ dependencies:
190
+ expand-range "^1.8.1"
191
+ preserve "^0.2.0"
192
+ repeat-element "^1.1.2"
193
+
194
+ braces@^2.3.1:
195
+ version "2.3.2"
196
+ resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
197
+ dependencies:
198
+ arr-flatten "^1.1.0"
199
+ array-unique "^0.3.2"
200
+ extend-shallow "^2.0.1"
201
+ fill-range "^4.0.0"
202
+ isobject "^3.0.1"
203
+ repeat-element "^1.1.2"
204
+ snapdragon "^0.8.1"
205
+ snapdragon-node "^2.0.1"
206
+ split-string "^3.0.2"
207
+ to-regex "^3.0.1"
208
+
209
+ browserslist@^3.2.8:
210
+ version "3.2.8"
211
+ resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-3.2.8.tgz#b0005361d6471f0f5952797a76fc985f1f978fc6"
212
+ dependencies:
213
+ caniuse-lite "^1.0.30000844"
214
+ electron-to-chromium "^1.3.47"
215
+
216
+ buffer-from@^1.0.0:
217
+ version "1.1.0"
218
+ resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.0.tgz#87fcaa3a298358e0ade6e442cfce840740d1ad04"
219
+
220
+ builtin-modules@^1.0.0:
221
+ version "1.1.1"
222
+ resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
223
+
224
+ cache-base@^1.0.1:
225
+ version "1.0.1"
226
+ resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2"
227
+ dependencies:
228
+ collection-visit "^1.0.0"
229
+ component-emitter "^1.2.1"
230
+ get-value "^2.0.6"
231
+ has-value "^1.0.0"
232
+ isobject "^3.0.1"
233
+ set-value "^2.0.0"
234
+ to-object-path "^0.3.0"
235
+ union-value "^1.0.0"
236
+ unset-value "^1.0.0"
237
+
238
+ call-me-maybe@^1.0.1:
239
+ version "1.0.1"
240
+ resolved "https://registry.yarnpkg.com/call-me-maybe/-/call-me-maybe-1.0.1.tgz#26d208ea89e37b5cbde60250a15f031c16a4d66b"
241
+
242
+ caller-path@^0.1.0:
243
+ version "0.1.0"
244
+ resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-0.1.0.tgz#94085ef63581ecd3daa92444a8fe94e82577751f"
245
+ dependencies:
246
+ callsites "^0.2.0"
247
+
248
+ callsites@^0.2.0:
249
+ version "0.2.0"
250
+ resolved "https://registry.yarnpkg.com/callsites/-/callsites-0.2.0.tgz#afab96262910a7f33c19a5775825c69f34e350ca"
251
+
252
+ camelcase-keys@^4.0.0:
253
+ version "4.2.0"
254
+ resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-4.2.0.tgz#a2aa5fb1af688758259c32c141426d78923b9b77"
255
+ dependencies:
256
+ camelcase "^4.1.0"
257
+ map-obj "^2.0.0"
258
+ quick-lru "^1.0.0"
259
+
260
+ camelcase@^4.1.0:
261
+ version "4.1.0"
262
+ resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd"
263
+
264
+ caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30000864:
265
+ version "1.0.30000865"
266
+ resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000865.tgz#70026616e8afe6e1442f8bb4e1092987d81a2f25"
267
+
268
+ ccount@^1.0.0:
269
+ version "1.0.3"
270
+ resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.0.3.tgz#f1cec43f332e2ea5a569fd46f9f5bde4e6102aff"
271
+
272
+ chalk@^1.1.3:
273
+ version "1.1.3"
274
+ resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
275
+ dependencies:
276
+ ansi-styles "^2.2.1"
277
+ escape-string-regexp "^1.0.2"
278
+ has-ansi "^2.0.0"
279
+ strip-ansi "^3.0.0"
280
+ supports-color "^2.0.0"
281
+
282
+ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.4.1:
283
+ version "2.4.1"
284
+ resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e"
285
+ dependencies:
286
+ ansi-styles "^3.2.1"
287
+ escape-string-regexp "^1.0.5"
288
+ supports-color "^5.3.0"
289
+
290
+ character-entities-html4@^1.0.0:
291
+ version "1.1.2"
292
+ resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-1.1.2.tgz#c44fdde3ce66b52e8d321d6c1bf46101f0150610"
293
+
294
+ character-entities-legacy@^1.0.0:
295
+ version "1.1.2"
296
+ resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-1.1.2.tgz#7c6defb81648498222c9855309953d05f4d63a9c"
297
+
298
+ character-entities@^1.0.0:
299
+ version "1.2.2"
300
+ resolved "https://registry.yarnpkg.com/character-entities/-/character-entities-1.2.2.tgz#58c8f371c0774ef0ba9b2aca5f00d8f100e6e363"
301
+
302
+ character-reference-invalid@^1.0.0:
303
+ version "1.1.2"
304
+ resolved "https://registry.yarnpkg.com/character-reference-invalid/-/character-reference-invalid-1.1.2.tgz#21e421ad3d84055952dab4a43a04e73cd425d3ed"
305
+
306
+ chardet@^0.4.0:
307
+ version "0.4.2"
308
+ resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.4.2.tgz#b5473b33dc97c424e5d98dc87d55d4d8a29c8bf2"
309
+
310
+ circular-json@^0.3.1:
311
+ version "0.3.3"
312
+ resolved "https://registry.yarnpkg.com/circular-json/-/circular-json-0.3.3.tgz#815c99ea84f6809529d2f45791bdf82711352d66"
313
+
314
+ class-utils@^0.3.5:
315
+ version "0.3.6"
316
+ resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463"
317
+ dependencies:
318
+ arr-union "^3.1.0"
319
+ define-property "^0.2.5"
320
+ isobject "^3.0.0"
321
+ static-extend "^0.1.1"
322
+
323
+ cli-cursor@^2.1.0:
324
+ version "2.1.0"
325
+ resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5"
326
+ dependencies:
327
+ restore-cursor "^2.0.0"
328
+
329
+ cli-width@^2.0.0:
330
+ version "2.2.0"
331
+ resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639"
332
+
333
+ clone-regexp@^1.0.0:
334
+ version "1.0.1"
335
+ resolved "https://registry.yarnpkg.com/clone-regexp/-/clone-regexp-1.0.1.tgz#051805cd33173375d82118fc0918606da39fd60f"
336
+ dependencies:
337
+ is-regexp "^1.0.0"
338
+ is-supported-regexp-flag "^1.0.0"
339
+
340
+ co@^4.6.0:
341
+ version "4.6.0"
342
+ resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
343
+
344
+ collapse-white-space@^1.0.2:
345
+ version "1.0.4"
346
+ resolved "https://registry.yarnpkg.com/collapse-white-space/-/collapse-white-space-1.0.4.tgz#ce05cf49e54c3277ae573036a26851ba430a0091"
347
+
348
+ collection-visit@^1.0.0:
349
+ version "1.0.0"
350
+ resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0"
351
+ dependencies:
352
+ map-visit "^1.0.0"
353
+ object-visit "^1.0.0"
354
+
355
+ color-convert@^1.9.0:
356
+ version "1.9.2"
357
+ resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.2.tgz#49881b8fba67df12a96bdf3f56c0aab9e7913147"
358
+ dependencies:
359
+ color-name "1.1.1"
360
+
361
+ color-name@1.1.1:
362
+ version "1.1.1"
363
+ resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.1.tgz#4b1415304cf50028ea81643643bd82ea05803689"
364
+
365
+ component-emitter@^1.2.1:
366
+ version "1.2.1"
367
+ resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.2.1.tgz#137918d6d78283f7df7a6b7c5a63e140e69425e6"
368
+
369
+ concat-map@0.0.1:
370
+ version "0.0.1"
371
+ resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
372
+
373
+ concat-stream@^1.6.0:
374
+ version "1.6.2"
375
+ resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34"
376
+ dependencies:
377
+ buffer-from "^1.0.0"
378
+ inherits "^2.0.3"
379
+ readable-stream "^2.2.2"
380
+ typedarray "^0.0.6"
381
+
382
+ copy-descriptor@^0.1.0:
383
+ version "0.1.1"
384
+ resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
385
+
386
+ core-util-is@~1.0.0:
387
+ version "1.0.2"
388
+ resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
389
+
390
+ cosmiconfig@^5.0.0:
391
+ version "5.0.5"
392
+ resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.0.5.tgz#a809e3c2306891ce17ab70359dc8bdf661fe2cd0"
393
+ dependencies:
394
+ is-directory "^0.3.1"
395
+ js-yaml "^3.9.0"
396
+ parse-json "^4.0.0"
397
+
398
+ cross-spawn@^5.1.0:
399
+ version "5.1.0"
400
+ resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
401
+ dependencies:
402
+ lru-cache "^4.0.1"
403
+ shebang-command "^1.2.0"
404
+ which "^1.2.9"
405
+
406
+ cssesc@^1.0.1:
407
+ version "1.0.1"
408
+ resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-1.0.1.tgz#ef7bd8d0229ed6a3a7051ff7771265fe7330e0a8"
409
+
410
+ currently-unhandled@^0.4.1:
411
+ version "0.4.1"
412
+ resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"
413
+ dependencies:
414
+ array-find-index "^1.0.1"
415
+
416
+ debug@^2.2.0, debug@^2.3.3:
417
+ version "2.6.9"
418
+ resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
419
+ dependencies:
420
+ ms "2.0.0"
421
+
422
+ debug@^3.0.0, debug@^3.1.0:
423
+ version "3.1.0"
424
+ resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
425
+ dependencies:
426
+ ms "2.0.0"
427
+
428
+ decamelize-keys@^1.0.0:
429
+ version "1.1.0"
430
+ resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
431
+ dependencies:
432
+ decamelize "^1.1.0"
433
+ map-obj "^1.0.0"
434
+
435
+ decamelize@^1.1.0:
436
+ version "1.2.0"
437
+ resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
438
+
439
+ decode-uri-component@^0.2.0:
440
+ version "0.2.0"
441
+ resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
442
+
443
+ deep-is@~0.1.3:
444
+ version "0.1.3"
445
+ resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
446
+
447
+ define-property@^0.2.5:
448
+ version "0.2.5"
449
+ resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116"
450
+ dependencies:
451
+ is-descriptor "^0.1.0"
452
+
453
+ define-property@^1.0.0:
454
+ version "1.0.0"
455
+ resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6"
456
+ dependencies:
457
+ is-descriptor "^1.0.0"
458
+
459
+ define-property@^2.0.2:
460
+ version "2.0.2"
461
+ resolved "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d"
462
+ dependencies:
463
+ is-descriptor "^1.0.2"
464
+ isobject "^3.0.1"
465
+
466
+ del@^2.0.2:
467
+ version "2.2.2"
468
+ resolved "https://registry.yarnpkg.com/del/-/del-2.2.2.tgz#c12c981d067846c84bcaf862cff930d907ffd1a8"
469
+ dependencies:
470
+ globby "^5.0.0"
471
+ is-path-cwd "^1.0.0"
472
+ is-path-in-cwd "^1.0.0"
473
+ object-assign "^4.0.1"
474
+ pify "^2.0.0"
475
+ pinkie-promise "^2.0.0"
476
+ rimraf "^2.2.8"
477
+
478
+ dir-glob@^2.0.0:
479
+ version "2.0.0"
480
+ resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-2.0.0.tgz#0b205d2b6aef98238ca286598a8204d29d0a0034"
481
+ dependencies:
482
+ arrify "^1.0.1"
483
+ path-type "^3.0.0"
484
+
485
+ doctrine@^2.1.0:
486
+ version "2.1.0"
487
+ resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
488
+ dependencies:
489
+ esutils "^2.0.2"
490
+
491
+ dom-serializer@0:
492
+ version "0.1.0"
493
+ resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.0.tgz#073c697546ce0780ce23be4a28e293e40bc30c82"
494
+ dependencies:
495
+ domelementtype "~1.1.1"
496
+ entities "~1.1.1"
497
+
498
+ domelementtype@1, domelementtype@^1.3.0:
499
+ version "1.3.0"
500
+ resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.0.tgz#b17aed82e8ab59e52dd9c19b1756e0fc187204c2"
501
+
502
+ domelementtype@~1.1.1:
503
+ version "1.1.3"
504
+ resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.1.3.tgz#bd28773e2642881aec51544924299c5cd822185b"
505
+
506
+ domhandler@^2.3.0:
507
+ version "2.4.2"
508
+ resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-2.4.2.tgz#8805097e933d65e85546f726d60f5eb88b44f803"
509
+ dependencies:
510
+ domelementtype "1"
511
+
512
+ domutils@^1.5.1:
513
+ version "1.7.0"
514
+ resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a"
515
+ dependencies:
516
+ dom-serializer "0"
517
+ domelementtype "1"
518
+
519
+ dot-prop@^4.1.1:
520
+ version "4.2.0"
521
+ resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.2.0.tgz#1f19e0c2e1aa0e32797c49799f2837ac6af69c57"
522
+ dependencies:
523
+ is-obj "^1.0.0"
524
+
525
+ electron-to-chromium@^1.3.47:
526
+ version "1.3.52"
527
+ resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.52.tgz#d2d9f1270ba4a3b967b831c40ef71fb4d9ab5ce0"
528
+
529
+ entities@^1.1.1, entities@~1.1.1:
530
+ version "1.1.1"
531
+ resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.1.tgz#6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0"
532
+
533
+ error-ex@^1.3.1:
534
+ version "1.3.2"
535
+ resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
536
+ dependencies:
537
+ is-arrayish "^0.2.1"
538
+
539
+ escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
540
+ version "1.0.5"
541
+ resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
542
+
543
+ eslint-scope@^3.7.1:
544
+ version "3.7.3"
545
+ resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.3.tgz#bb507200d3d17f60247636160b4826284b108535"
546
+ dependencies:
547
+ esrecurse "^4.1.0"
548
+ estraverse "^4.1.1"
549
+
550
+ eslint-visitor-keys@^1.0.0:
551
+ version "1.0.0"
552
+ resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
553
+
554
+ eslint@4.19.1:
555
+ version "4.19.1"
556
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.19.1.tgz#32d1d653e1d90408854bfb296f076ec7e186a300"
557
+ dependencies:
558
+ ajv "^5.3.0"
559
+ babel-code-frame "^6.22.0"
560
+ chalk "^2.1.0"
561
+ concat-stream "^1.6.0"
562
+ cross-spawn "^5.1.0"
563
+ debug "^3.1.0"
564
+ doctrine "^2.1.0"
565
+ eslint-scope "^3.7.1"
566
+ eslint-visitor-keys "^1.0.0"
567
+ espree "^3.5.4"
568
+ esquery "^1.0.0"
569
+ esutils "^2.0.2"
570
+ file-entry-cache "^2.0.0"
571
+ functional-red-black-tree "^1.0.1"
572
+ glob "^7.1.2"
573
+ globals "^11.0.1"
574
+ ignore "^3.3.3"
575
+ imurmurhash "^0.1.4"
576
+ inquirer "^3.0.6"
577
+ is-resolvable "^1.0.0"
578
+ js-yaml "^3.9.1"
579
+ json-stable-stringify-without-jsonify "^1.0.1"
580
+ levn "^0.3.0"
581
+ lodash "^4.17.4"
582
+ minimatch "^3.0.2"
583
+ mkdirp "^0.5.1"
584
+ natural-compare "^1.4.0"
585
+ optionator "^0.8.2"
586
+ path-is-inside "^1.0.2"
587
+ pluralize "^7.0.0"
588
+ progress "^2.0.0"
589
+ regexpp "^1.0.1"
590
+ require-uncached "^1.0.3"
591
+ semver "^5.3.0"
592
+ strip-ansi "^4.0.0"
593
+ strip-json-comments "~2.0.1"
594
+ table "4.0.2"
595
+ text-table "~0.2.0"
596
+
597
+ espree@^3.5.4:
598
+ version "3.5.4"
599
+ resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.4.tgz#b0f447187c8a8bed944b815a660bddf5deb5d1a7"
600
+ dependencies:
601
+ acorn "^5.5.0"
602
+ acorn-jsx "^3.0.0"
603
+
604
+ esprima@^4.0.0:
605
+ version "4.0.1"
606
+ resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
607
+
608
+ esquery@^1.0.0:
609
+ version "1.0.1"
610
+ resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.0.1.tgz#406c51658b1f5991a5f9b62b1dc25b00e3e5c708"
611
+ dependencies:
612
+ estraverse "^4.0.0"
613
+
614
+ esrecurse@^4.1.0:
615
+ version "4.2.1"
616
+ resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.2.1.tgz#007a3b9fdbc2b3bb87e4879ea19c92fdbd3942cf"
617
+ dependencies:
618
+ estraverse "^4.1.0"
619
+
620
+ estraverse@^4.0.0, estraverse@^4.1.0, estraverse@^4.1.1:
621
+ version "4.2.0"
622
+ resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.2.0.tgz#0dee3fed31fcd469618ce7342099fc1afa0bdb13"
623
+
624
+ esutils@^2.0.2:
625
+ version "2.0.2"
626
+ resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b"
627
+
628
+ execall@^1.0.0:
629
+ version "1.0.0"
630
+ resolved "https://registry.yarnpkg.com/execall/-/execall-1.0.0.tgz#73d0904e395b3cab0658b08d09ec25307f29bb73"
631
+ dependencies:
632
+ clone-regexp "^1.0.0"
633
+
634
+ expand-brackets@^0.1.4:
635
+ version "0.1.5"
636
+ resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-0.1.5.tgz#df07284e342a807cd733ac5af72411e581d1177b"
637
+ dependencies:
638
+ is-posix-bracket "^0.1.0"
639
+
640
+ expand-brackets@^2.1.4:
641
+ version "2.1.4"
642
+ resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622"
643
+ dependencies:
644
+ debug "^2.3.3"
645
+ define-property "^0.2.5"
646
+ extend-shallow "^2.0.1"
647
+ posix-character-classes "^0.1.0"
648
+ regex-not "^1.0.0"
649
+ snapdragon "^0.8.1"
650
+ to-regex "^3.0.1"
651
+
652
+ expand-range@^1.8.1:
653
+ version "1.8.2"
654
+ resolved "https://registry.yarnpkg.com/expand-range/-/expand-range-1.8.2.tgz#a299effd335fe2721ebae8e257ec79644fc85337"
655
+ dependencies:
656
+ fill-range "^2.1.0"
657
+
658
+ extend-shallow@^2.0.1:
659
+ version "2.0.1"
660
+ resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f"
661
+ dependencies:
662
+ is-extendable "^0.1.0"
663
+
664
+ extend-shallow@^3.0.0, extend-shallow@^3.0.2:
665
+ version "3.0.2"
666
+ resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8"
667
+ dependencies:
668
+ assign-symbols "^1.0.0"
669
+ is-extendable "^1.0.1"
670
+
671
+ extend@^3.0.0:
672
+ version "3.0.1"
673
+ resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.1.tgz#a755ea7bc1adfcc5a31ce7e762dbaadc5e636444"
674
+
675
+ external-editor@^2.0.4:
676
+ version "2.2.0"
677
+ resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-2.2.0.tgz#045511cfd8d133f3846673d1047c154e214ad3d5"
678
+ dependencies:
679
+ chardet "^0.4.0"
680
+ iconv-lite "^0.4.17"
681
+ tmp "^0.0.33"
682
+
683
+ extglob@^0.3.1:
684
+ version "0.3.2"
685
+ resolved "https://registry.yarnpkg.com/extglob/-/extglob-0.3.2.tgz#2e18ff3d2f49ab2765cec9023f011daa8d8349a1"
686
+ dependencies:
687
+ is-extglob "^1.0.0"
688
+
689
+ extglob@^2.0.4:
690
+ version "2.0.4"
691
+ resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543"
692
+ dependencies:
693
+ array-unique "^0.3.2"
694
+ define-property "^1.0.0"
695
+ expand-brackets "^2.1.4"
696
+ extend-shallow "^2.0.1"
697
+ fragment-cache "^0.2.1"
698
+ regex-not "^1.0.0"
699
+ snapdragon "^0.8.1"
700
+ to-regex "^3.0.1"
701
+
702
+ fast-deep-equal@^1.0.0:
703
+ version "1.1.0"
704
+ resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz#c053477817c86b51daa853c81e059b733d023614"
705
+
706
+ fast-deep-equal@^2.0.1:
707
+ version "2.0.1"
708
+ resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49"
709
+
710
+ fast-glob@^2.0.2:
711
+ version "2.2.2"
712
+ resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-2.2.2.tgz#71723338ac9b4e0e2fff1d6748a2a13d5ed352bf"
713
+ dependencies:
714
+ "@mrmlnc/readdir-enhanced" "^2.2.1"
715
+ "@nodelib/fs.stat" "^1.0.1"
716
+ glob-parent "^3.1.0"
717
+ is-glob "^4.0.0"
718
+ merge2 "^1.2.1"
719
+ micromatch "^3.1.10"
720
+
721
+ fast-json-stable-stringify@^2.0.0:
722
+ version "2.0.0"
723
+ resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2"
724
+
725
+ fast-levenshtein@~2.0.4:
726
+ version "2.0.6"
727
+ resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
728
+
729
+ figures@^2.0.0:
730
+ version "2.0.0"
731
+ resolved "https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962"
732
+ dependencies:
733
+ escape-string-regexp "^1.0.5"
734
+
735
+ file-entry-cache@^2.0.0:
736
+ version "2.0.0"
737
+ resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-2.0.0.tgz#c392990c3e684783d838b8c84a45d8a048458361"
738
+ dependencies:
739
+ flat-cache "^1.2.1"
740
+ object-assign "^4.0.1"
741
+
742
+ filename-regex@^2.0.0:
743
+ version "2.0.1"
744
+ resolved "https://registry.yarnpkg.com/filename-regex/-/filename-regex-2.0.1.tgz#c1c4b9bee3e09725ddb106b75c1e301fe2f18b26"
745
+
746
+ fill-range@^2.1.0:
747
+ version "2.2.4"
748
+ resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-2.2.4.tgz#eb1e773abb056dcd8df2bfdf6af59b8b3a936565"
749
+ dependencies:
750
+ is-number "^2.1.0"
751
+ isobject "^2.0.0"
752
+ randomatic "^3.0.0"
753
+ repeat-element "^1.1.2"
754
+ repeat-string "^1.5.2"
755
+
756
+ fill-range@^4.0.0:
757
+ version "4.0.0"
758
+ resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7"
759
+ dependencies:
760
+ extend-shallow "^2.0.1"
761
+ is-number "^3.0.0"
762
+ repeat-string "^1.6.1"
763
+ to-regex-range "^2.1.0"
764
+
765
+ find-up@^2.0.0:
766
+ version "2.1.0"
767
+ resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
768
+ dependencies:
769
+ locate-path "^2.0.0"
770
+
771
+ flat-cache@^1.2.1:
772
+ version "1.3.0"
773
+ resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-1.3.0.tgz#d3030b32b38154f4e3b7e9c709f490f7ef97c481"
774
+ dependencies:
775
+ circular-json "^0.3.1"
776
+ del "^2.0.2"
777
+ graceful-fs "^4.1.2"
778
+ write "^0.2.1"
779
+
780
+ for-in@^1.0.1, for-in@^1.0.2:
781
+ version "1.0.2"
782
+ resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
783
+
784
+ for-own@^0.1.4:
785
+ version "0.1.5"
786
+ resolved "https://registry.yarnpkg.com/for-own/-/for-own-0.1.5.tgz#5265c681a4f294dabbf17c9509b6763aa84510ce"
787
+ dependencies:
788
+ for-in "^1.0.1"
789
+
790
+ fragment-cache@^0.2.1:
791
+ version "0.2.1"
792
+ resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19"
793
+ dependencies:
794
+ map-cache "^0.2.2"
795
+
796
+ fs.realpath@^1.0.0:
797
+ version "1.0.0"
798
+ resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
799
+
800
+ functional-red-black-tree@^1.0.1:
801
+ version "1.0.1"
802
+ resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
803
+
804
+ get-stdin@^6.0.0:
805
+ version "6.0.0"
806
+ resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
807
+
808
+ get-value@^2.0.3, get-value@^2.0.6:
809
+ version "2.0.6"
810
+ resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
811
+
812
+ glob-base@^0.3.0:
813
+ version "0.3.0"
814
+ resolved "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea328b497df0ea3c4"
815
+ dependencies:
816
+ glob-parent "^2.0.0"
817
+ is-glob "^2.0.0"
818
+
819
+ glob-parent@^2.0.0:
820
+ version "2.0.0"
821
+ resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-2.0.0.tgz#81383d72db054fcccf5336daa902f182f6edbb28"
822
+ dependencies:
823
+ is-glob "^2.0.0"
824
+
825
+ glob-parent@^3.1.0:
826
+ version "3.1.0"
827
+ resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae"
828
+ dependencies:
829
+ is-glob "^3.1.0"
830
+ path-dirname "^1.0.0"
831
+
832
+ glob-to-regexp@^0.3.0:
833
+ version "0.3.0"
834
+ resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
835
+
836
+ glob@^7.0.3, glob@^7.0.5, glob@^7.1.2:
837
+ version "7.1.2"
838
+ resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15"
839
+ dependencies:
840
+ fs.realpath "^1.0.0"
841
+ inflight "^1.0.4"
842
+ inherits "2"
843
+ minimatch "^3.0.4"
844
+ once "^1.3.0"
845
+ path-is-absolute "^1.0.0"
846
+
847
+ globals@^11.0.1:
848
+ version "11.7.0"
849
+ resolved "https://registry.yarnpkg.com/globals/-/globals-11.7.0.tgz#a583faa43055b1aca771914bf68258e2fc125673"
850
+
851
+ globby@^5.0.0:
852
+ version "5.0.0"
853
+ resolved "https://registry.yarnpkg.com/globby/-/globby-5.0.0.tgz#ebd84667ca0dbb330b99bcfc68eac2bc54370e0d"
854
+ dependencies:
855
+ array-union "^1.0.1"
856
+ arrify "^1.0.0"
857
+ glob "^7.0.3"
858
+ object-assign "^4.0.1"
859
+ pify "^2.0.0"
860
+ pinkie-promise "^2.0.0"
861
+
862
+ globby@^8.0.0:
863
+ version "8.0.1"
864
+ resolved "https://registry.yarnpkg.com/globby/-/globby-8.0.1.tgz#b5ad48b8aa80b35b814fc1281ecc851f1d2b5b50"
865
+ dependencies:
866
+ array-union "^1.0.1"
867
+ dir-glob "^2.0.0"
868
+ fast-glob "^2.0.2"
869
+ glob "^7.1.2"
870
+ ignore "^3.3.5"
871
+ pify "^3.0.0"
872
+ slash "^1.0.0"
873
+
874
+ globjoin@^0.1.4:
875
+ version "0.1.4"
876
+ resolved "https://registry.yarnpkg.com/globjoin/-/globjoin-0.1.4.tgz#2f4494ac8919e3767c5cbb691e9f463324285d43"
877
+
878
+ gonzales-pe@4.2.3:
879
+ version "4.2.3"
880
+ resolved "https://registry.yarnpkg.com/gonzales-pe/-/gonzales-pe-4.2.3.tgz#41091703625433285e0aee3aa47829fc1fbeb6f2"
881
+ dependencies:
882
+ minimist "1.1.x"
883
+
884
+ graceful-fs@^4.1.2:
885
+ version "4.1.11"
886
+ resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
887
+
888
+ has-ansi@^2.0.0:
889
+ version "2.0.0"
890
+ resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91"
891
+ dependencies:
892
+ ansi-regex "^2.0.0"
893
+
894
+ has-flag@^1.0.0:
895
+ version "1.0.0"
896
+ resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f942a7b1d11fa"
897
+
898
+ has-flag@^3.0.0:
899
+ version "3.0.0"
900
+ resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
901
+
902
+ has-value@^0.3.1:
903
+ version "0.3.1"
904
+ resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f"
905
+ dependencies:
906
+ get-value "^2.0.3"
907
+ has-values "^0.1.4"
908
+ isobject "^2.0.0"
909
+
910
+ has-value@^1.0.0:
911
+ version "1.0.0"
912
+ resolved "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177"
913
+ dependencies:
914
+ get-value "^2.0.6"
915
+ has-values "^1.0.0"
916
+ isobject "^3.0.0"
917
+
918
+ has-values@^0.1.4:
919
+ version "0.1.4"
920
+ resolved "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771"
921
+
922
+ has-values@^1.0.0:
923
+ version "1.0.0"
924
+ resolved "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f"
925
+ dependencies:
926
+ is-number "^3.0.0"
927
+ kind-of "^4.0.0"
928
+
929
+ hosted-git-info@^2.1.4:
930
+ version "2.7.1"
931
+ resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047"
932
+
933
+ html-tags@^2.0.0:
934
+ version "2.0.0"
935
+ resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-2.0.0.tgz#10b30a386085f43cede353cc8fa7cb0deeea668b"
936
+
937
+ htmlparser2@^3.9.2:
938
+ version "3.9.2"
939
+ resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.9.2.tgz#1bdf87acca0f3f9e53fa4fcceb0f4b4cbb00b338"
940
+ dependencies:
941
+ domelementtype "^1.3.0"
942
+ domhandler "^2.3.0"
943
+ domutils "^1.5.1"
944
+ entities "^1.1.1"
945
+ inherits "^2.0.1"
946
+ readable-stream "^2.0.2"
947
+
948
+ iconv-lite@^0.4.17:
949
+ version "0.4.23"
950
+ resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.23.tgz#297871f63be507adcfbfca715d0cd0eed84e9a63"
951
+ dependencies:
952
+ safer-buffer ">= 2.1.2 < 3"
953
+
954
+ ignore@^3.3.3, ignore@^3.3.5:
955
+ version "3.3.10"
956
+ resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.10.tgz#0a97fb876986e8081c631160f8f9f389157f0043"
957
+
958
+ import-lazy@^3.1.0:
959
+ version "3.1.0"
960
+ resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-3.1.0.tgz#891279202c8a2280fdbd6674dbd8da1a1dfc67cc"
961
+
962
+ imurmurhash@^0.1.4:
963
+ version "0.1.4"
964
+ resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
965
+
966
+ indent-string@^3.0.0:
967
+ version "3.2.0"
968
+ resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-3.2.0.tgz#4a5fd6d27cc332f37e5419a504dbb837105c9289"
969
+
970
+ indexes-of@^1.0.1:
971
+ version "1.0.1"
972
+ resolved "https://registry.yarnpkg.com/indexes-of/-/indexes-of-1.0.1.tgz#f30f716c8e2bd346c7b67d3df3915566a7c05607"
973
+
974
+ inflight@^1.0.4:
975
+ version "1.0.6"
976
+ resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
977
+ dependencies:
978
+ once "^1.3.0"
979
+ wrappy "1"
980
+
981
+ inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.3:
982
+ version "2.0.3"
983
+ resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
984
+
985
+ inquirer@^3.0.6:
986
+ version "3.3.0"
987
+ resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-3.3.0.tgz#9dd2f2ad765dcab1ff0443b491442a20ba227dc9"
988
+ dependencies:
989
+ ansi-escapes "^3.0.0"
990
+ chalk "^2.0.0"
991
+ cli-cursor "^2.1.0"
992
+ cli-width "^2.0.0"
993
+ external-editor "^2.0.4"
994
+ figures "^2.0.0"
995
+ lodash "^4.3.0"
996
+ mute-stream "0.0.7"
997
+ run-async "^2.2.0"
998
+ rx-lite "^4.0.8"
999
+ rx-lite-aggregates "^4.0.8"
1000
+ string-width "^2.1.0"
1001
+ strip-ansi "^4.0.0"
1002
+ through "^2.3.6"
1003
+
1004
+ is-accessor-descriptor@^0.1.6:
1005
+ version "0.1.6"
1006
+ resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6"
1007
+ dependencies:
1008
+ kind-of "^3.0.2"
1009
+
1010
+ is-accessor-descriptor@^1.0.0:
1011
+ version "1.0.0"
1012
+ resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656"
1013
+ dependencies:
1014
+ kind-of "^6.0.0"
1015
+
1016
+ is-alphabetical@^1.0.0:
1017
+ version "1.0.2"
1018
+ resolved "https://registry.yarnpkg.com/is-alphabetical/-/is-alphabetical-1.0.2.tgz#1fa6e49213cb7885b75d15862fb3f3d96c884f41"
1019
+
1020
+ is-alphanumeric@^1.0.0:
1021
+ version "1.0.0"
1022
+ resolved "https://registry.yarnpkg.com/is-alphanumeric/-/is-alphanumeric-1.0.0.tgz#4a9cef71daf4c001c1d81d63d140cf53fd6889f4"
1023
+
1024
+ is-alphanumerical@^1.0.0:
1025
+ version "1.0.2"
1026
+ resolved "https://registry.yarnpkg.com/is-alphanumerical/-/is-alphanumerical-1.0.2.tgz#1138e9ae5040158dc6ff76b820acd6b7a181fd40"
1027
+ dependencies:
1028
+ is-alphabetical "^1.0.0"
1029
+ is-decimal "^1.0.0"
1030
+
1031
+ is-arrayish@^0.2.1:
1032
+ version "0.2.1"
1033
+ resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
1034
+
1035
+ is-buffer@^1.1.4, is-buffer@^1.1.5:
1036
+ version "1.1.6"
1037
+ resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
1038
+
1039
+ is-builtin-module@^1.0.0:
1040
+ version "1.0.0"
1041
+ resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-1.0.0.tgz#540572d34f7ac3119f8f76c30cbc1b1e037affbe"
1042
+ dependencies:
1043
+ builtin-modules "^1.0.0"
1044
+
1045
+ is-data-descriptor@^0.1.4:
1046
+ version "0.1.4"
1047
+ resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
1048
+ dependencies:
1049
+ kind-of "^3.0.2"
1050
+
1051
+ is-data-descriptor@^1.0.0:
1052
+ version "1.0.0"
1053
+ resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7"
1054
+ dependencies:
1055
+ kind-of "^6.0.0"
1056
+
1057
+ is-decimal@^1.0.0:
1058
+ version "1.0.2"
1059
+ resolved "https://registry.yarnpkg.com/is-decimal/-/is-decimal-1.0.2.tgz#894662d6a8709d307f3a276ca4339c8fa5dff0ff"
1060
+
1061
+ is-descriptor@^0.1.0:
1062
+ version "0.1.6"
1063
+ resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca"
1064
+ dependencies:
1065
+ is-accessor-descriptor "^0.1.6"
1066
+ is-data-descriptor "^0.1.4"
1067
+ kind-of "^5.0.0"
1068
+
1069
+ is-descriptor@^1.0.0, is-descriptor@^1.0.2:
1070
+ version "1.0.2"
1071
+ resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec"
1072
+ dependencies:
1073
+ is-accessor-descriptor "^1.0.0"
1074
+ is-data-descriptor "^1.0.0"
1075
+ kind-of "^6.0.2"
1076
+
1077
+ is-directory@^0.3.1:
1078
+ version "0.3.1"
1079
+ resolved "https://registry.yarnpkg.com/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1"
1080
+
1081
+ is-dotfile@^1.0.0:
1082
+ version "1.0.3"
1083
+ resolved "https://registry.yarnpkg.com/is-dotfile/-/is-dotfile-1.0.3.tgz#a6a2f32ffd2dfb04f5ca25ecd0f6b83cf798a1e1"
1084
+
1085
+ is-equal-shallow@^0.1.3:
1086
+ version "0.1.3"
1087
+ resolved "https://registry.yarnpkg.com/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz#2238098fc221de0bcfa5d9eac4c45d638aa1c534"
1088
+ dependencies:
1089
+ is-primitive "^2.0.0"
1090
+
1091
+ is-extendable@^0.1.0, is-extendable@^0.1.1:
1092
+ version "0.1.1"
1093
+ resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89"
1094
+
1095
+ is-extendable@^1.0.1:
1096
+ version "1.0.1"
1097
+ resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4"
1098
+ dependencies:
1099
+ is-plain-object "^2.0.4"
1100
+
1101
+ is-extglob@^1.0.0:
1102
+ version "1.0.0"
1103
+ resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-1.0.0.tgz#ac468177c4943405a092fc8f29760c6ffc6206c0"
1104
+
1105
+ is-extglob@^2.1.0, is-extglob@^2.1.1:
1106
+ version "2.1.1"
1107
+ resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
1108
+
1109
+ is-fullwidth-code-point@^2.0.0:
1110
+ version "2.0.0"
1111
+ resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
1112
+
1113
+ is-glob@^2.0.0, is-glob@^2.0.1:
1114
+ version "2.0.1"
1115
+ resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863"
1116
+ dependencies:
1117
+ is-extglob "^1.0.0"
1118
+
1119
+ is-glob@^3.1.0:
1120
+ version "3.1.0"
1121
+ resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a"
1122
+ dependencies:
1123
+ is-extglob "^2.1.0"
1124
+
1125
+ is-glob@^4.0.0:
1126
+ version "4.0.0"
1127
+ resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.0.tgz#9521c76845cc2610a85203ddf080a958c2ffabc0"
1128
+ dependencies:
1129
+ is-extglob "^2.1.1"
1130
+
1131
+ is-hexadecimal@^1.0.0:
1132
+ version "1.0.2"
1133
+ resolved "https://registry.yarnpkg.com/is-hexadecimal/-/is-hexadecimal-1.0.2.tgz#b6e710d7d07bb66b98cb8cece5c9b4921deeb835"
1134
+
1135
+ is-number@^2.1.0:
1136
+ version "2.1.0"
1137
+ resolved "https://registry.yarnpkg.com/is-number/-/is-number-2.1.0.tgz#01fcbbb393463a548f2f466cce16dece49db908f"
1138
+ dependencies:
1139
+ kind-of "^3.0.2"
1140
+
1141
+ is-number@^3.0.0:
1142
+ version "3.0.0"
1143
+ resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195"
1144
+ dependencies:
1145
+ kind-of "^3.0.2"
1146
+
1147
+ is-number@^4.0.0:
1148
+ version "4.0.0"
1149
+ resolved "https://registry.yarnpkg.com/is-number/-/is-number-4.0.0.tgz#0026e37f5454d73e356dfe6564699867c6a7f0ff"
1150
+
1151
+ is-obj@^1.0.0:
1152
+ version "1.0.1"
1153
+ resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f"
1154
+
1155
+ is-path-cwd@^1.0.0:
1156
+ version "1.0.0"
1157
+ resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-1.0.0.tgz#d225ec23132e89edd38fda767472e62e65f1106d"
1158
+
1159
+ is-path-in-cwd@^1.0.0:
1160
+ version "1.0.1"
1161
+ resolved "https://registry.yarnpkg.com/is-path-in-cwd/-/is-path-in-cwd-1.0.1.tgz#5ac48b345ef675339bd6c7a48a912110b241cf52"
1162
+ dependencies:
1163
+ is-path-inside "^1.0.0"
1164
+
1165
+ is-path-inside@^1.0.0:
1166
+ version "1.0.1"
1167
+ resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-1.0.1.tgz#8ef5b7de50437a3fdca6b4e865ef7aa55cb48036"
1168
+ dependencies:
1169
+ path-is-inside "^1.0.1"
1170
+
1171
+ is-plain-obj@^1.1.0:
1172
+ version "1.1.0"
1173
+ resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
1174
+
1175
+ is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4:
1176
+ version "2.0.4"
1177
+ resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677"
1178
+ dependencies:
1179
+ isobject "^3.0.1"
1180
+
1181
+ is-posix-bracket@^0.1.0:
1182
+ version "0.1.1"
1183
+ resolved "https://registry.yarnpkg.com/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4"
1184
+
1185
+ is-primitive@^2.0.0:
1186
+ version "2.0.0"
1187
+ resolved "https://registry.yarnpkg.com/is-primitive/-/is-primitive-2.0.0.tgz#207bab91638499c07b2adf240a41a87210034575"
1188
+
1189
+ is-promise@^2.1.0:
1190
+ version "2.1.0"
1191
+ resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa"
1192
+
1193
+ is-regexp@^1.0.0:
1194
+ version "1.0.0"
1195
+ resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
1196
+
1197
+ is-resolvable@^1.0.0:
1198
+ version "1.1.0"
1199
+ resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88"
1200
+
1201
+ is-supported-regexp-flag@^1.0.0:
1202
+ version "1.0.1"
1203
+ resolved "https://registry.yarnpkg.com/is-supported-regexp-flag/-/is-supported-regexp-flag-1.0.1.tgz#21ee16518d2c1dd3edd3e9a0d57e50207ac364ca"
1204
+
1205
+ is-whitespace-character@^1.0.0:
1206
+ version "1.0.2"
1207
+ resolved "https://registry.yarnpkg.com/is-whitespace-character/-/is-whitespace-character-1.0.2.tgz#ede53b4c6f6fb3874533751ec9280d01928d03ed"
1208
+
1209
+ is-windows@^1.0.2:
1210
+ version "1.0.2"
1211
+ resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
1212
+
1213
+ is-word-character@^1.0.0:
1214
+ version "1.0.2"
1215
+ resolved "https://registry.yarnpkg.com/is-word-character/-/is-word-character-1.0.2.tgz#46a5dac3f2a1840898b91e576cd40d493f3ae553"
1216
+
1217
+ isarray@1.0.0, isarray@~1.0.0:
1218
+ version "1.0.0"
1219
+ resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
1220
+
1221
+ isexe@^2.0.0:
1222
+ version "2.0.0"
1223
+ resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
1224
+
1225
+ isobject@^2.0.0:
1226
+ version "2.1.0"
1227
+ resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89"
1228
+ dependencies:
1229
+ isarray "1.0.0"
1230
+
1231
+ isobject@^3.0.0, isobject@^3.0.1:
1232
+ version "3.0.1"
1233
+ resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
1234
+
1235
+ js-base64@^2.1.9:
1236
+ version "2.4.8"
1237
+ resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.4.8.tgz#57a9b130888f956834aa40c5b165ba59c758f033"
1238
+
1239
+ js-tokens@^3.0.2:
1240
+ version "3.0.2"
1241
+ resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
1242
+
1243
+ js-yaml@^3.9.0, js-yaml@^3.9.1:
1244
+ version "3.12.0"
1245
+ resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.0.tgz#eaed656ec8344f10f527c6bfa1b6e2244de167d1"
1246
+ dependencies:
1247
+ argparse "^1.0.7"
1248
+ esprima "^4.0.0"
1249
+
1250
+ json-parse-better-errors@^1.0.1:
1251
+ version "1.0.2"
1252
+ resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
1253
+
1254
+ json-schema-traverse@^0.3.0:
1255
+ version "0.3.1"
1256
+ resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz#349a6d44c53a51de89b40805c5d5e59b417d3340"
1257
+
1258
+ json-schema-traverse@^0.4.1:
1259
+ version "0.4.1"
1260
+ resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
1261
+
1262
+ json-stable-stringify-without-jsonify@^1.0.1:
1263
+ version "1.0.1"
1264
+ resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
1265
+
1266
+ kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0:
1267
+ version "3.2.2"
1268
+ resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64"
1269
+ dependencies:
1270
+ is-buffer "^1.1.5"
1271
+
1272
+ kind-of@^4.0.0:
1273
+ version "4.0.0"
1274
+ resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57"
1275
+ dependencies:
1276
+ is-buffer "^1.1.5"
1277
+
1278
+ kind-of@^5.0.0:
1279
+ version "5.1.0"
1280
+ resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d"
1281
+
1282
+ kind-of@^6.0.0, kind-of@^6.0.2:
1283
+ version "6.0.2"
1284
+ resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051"
1285
+
1286
+ known-css-properties@^0.6.0:
1287
+ version "0.6.1"
1288
+ resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.6.1.tgz#31b5123ad03d8d1a3f36bd4155459c981173478b"
1289
+
1290
+ levn@^0.3.0, levn@~0.3.0:
1291
+ version "0.3.0"
1292
+ resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee"
1293
+ dependencies:
1294
+ prelude-ls "~1.1.2"
1295
+ type-check "~0.3.2"
1296
+
1297
+ load-json-file@^4.0.0:
1298
+ version "4.0.0"
1299
+ resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"
1300
+ dependencies:
1301
+ graceful-fs "^4.1.2"
1302
+ parse-json "^4.0.0"
1303
+ pify "^3.0.0"
1304
+ strip-bom "^3.0.0"
1305
+
1306
+ locate-path@^2.0.0:
1307
+ version "2.0.0"
1308
+ resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"
1309
+ dependencies:
1310
+ p-locate "^2.0.0"
1311
+ path-exists "^3.0.0"
1312
+
1313
+ lodash@^4.17.4, lodash@^4.3.0:
1314
+ version "4.17.10"
1315
+ resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
1316
+
1317
+ log-symbols@^2.0.0:
1318
+ version "2.2.0"
1319
+ resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"
1320
+ dependencies:
1321
+ chalk "^2.0.1"
1322
+
1323
+ longest-streak@^2.0.1:
1324
+ version "2.0.2"
1325
+ resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-2.0.2.tgz#2421b6ba939a443bb9ffebf596585a50b4c38e2e"
1326
+
1327
+ loud-rejection@^1.0.0:
1328
+ version "1.6.0"
1329
+ resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f"
1330
+ dependencies:
1331
+ currently-unhandled "^0.4.1"
1332
+ signal-exit "^3.0.0"
1333
+
1334
+ lru-cache@^4.0.1:
1335
+ version "4.1.3"
1336
+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.3.tgz#a1175cf3496dfc8436c156c334b4955992bce69c"
1337
+ dependencies:
1338
+ pseudomap "^1.0.2"
1339
+ yallist "^2.1.2"
1340
+
1341
+ map-cache@^0.2.2:
1342
+ version "0.2.2"
1343
+ resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf"
1344
+
1345
+ map-obj@^1.0.0:
1346
+ version "1.0.1"
1347
+ resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d"
1348
+
1349
+ map-obj@^2.0.0:
1350
+ version "2.0.0"
1351
+ resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-2.0.0.tgz#a65cd29087a92598b8791257a523e021222ac1f9"
1352
+
1353
+ map-visit@^1.0.0:
1354
+ version "1.0.0"
1355
+ resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f"
1356
+ dependencies:
1357
+ object-visit "^1.0.0"
1358
+
1359
+ markdown-escapes@^1.0.0:
1360
+ version "1.0.2"
1361
+ resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.2.tgz#e639cbde7b99c841c0bacc8a07982873b46d2122"
1362
+
1363
+ markdown-table@^1.1.0:
1364
+ version "1.1.2"
1365
+ resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-1.1.2.tgz#c78db948fa879903a41bce522e3b96f801c63786"
1366
+
1367
+ math-random@^1.0.1:
1368
+ version "1.0.1"
1369
+ resolved "https://registry.yarnpkg.com/math-random/-/math-random-1.0.1.tgz#8b3aac588b8a66e4975e3cdea67f7bb329601fac"
1370
+
1371
+ mathml-tag-names@^2.0.1:
1372
+ version "2.1.0"
1373
+ resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.0.tgz#490b70e062ee24636536e3d9481e333733d00f2c"
1374
+
1375
+ mdast-util-compact@^1.0.0:
1376
+ version "1.0.1"
1377
+ resolved "https://registry.yarnpkg.com/mdast-util-compact/-/mdast-util-compact-1.0.1.tgz#cdb5f84e2b6a2d3114df33bd05d9cb32e3c4083a"
1378
+ dependencies:
1379
+ unist-util-modify-children "^1.0.0"
1380
+ unist-util-visit "^1.1.0"
1381
+
1382
+ meow@^5.0.0:
1383
+ version "5.0.0"
1384
+ resolved "https://registry.yarnpkg.com/meow/-/meow-5.0.0.tgz#dfc73d63a9afc714a5e371760eb5c88b91078aa4"
1385
+ dependencies:
1386
+ camelcase-keys "^4.0.0"
1387
+ decamelize-keys "^1.0.0"
1388
+ loud-rejection "^1.0.0"
1389
+ minimist-options "^3.0.1"
1390
+ normalize-package-data "^2.3.4"
1391
+ read-pkg-up "^3.0.0"
1392
+ redent "^2.0.0"
1393
+ trim-newlines "^2.0.0"
1394
+ yargs-parser "^10.0.0"
1395
+
1396
+ merge2@^1.2.1:
1397
+ version "1.2.2"
1398
+ resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.2.2.tgz#03212e3da8d86c4d8523cebd6318193414f94e34"
1399
+
1400
+ micromatch@^2.3.11:
1401
+ version "2.3.11"
1402
+ resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-2.3.11.tgz#86677c97d1720b363431d04d0d15293bd38c1565"
1403
+ dependencies:
1404
+ arr-diff "^2.0.0"
1405
+ array-unique "^0.2.1"
1406
+ braces "^1.8.2"
1407
+ expand-brackets "^0.1.4"
1408
+ extglob "^0.3.1"
1409
+ filename-regex "^2.0.0"
1410
+ is-extglob "^1.0.0"
1411
+ is-glob "^2.0.1"
1412
+ kind-of "^3.0.2"
1413
+ normalize-path "^2.0.1"
1414
+ object.omit "^2.0.0"
1415
+ parse-glob "^3.0.4"
1416
+ regex-cache "^0.4.2"
1417
+
1418
+ micromatch@^3.1.10:
1419
+ version "3.1.10"
1420
+ resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
1421
+ dependencies:
1422
+ arr-diff "^4.0.0"
1423
+ array-unique "^0.3.2"
1424
+ braces "^2.3.1"
1425
+ define-property "^2.0.2"
1426
+ extend-shallow "^3.0.2"
1427
+ extglob "^2.0.4"
1428
+ fragment-cache "^0.2.1"
1429
+ kind-of "^6.0.2"
1430
+ nanomatch "^1.2.9"
1431
+ object.pick "^1.3.0"
1432
+ regex-not "^1.0.0"
1433
+ snapdragon "^0.8.1"
1434
+ to-regex "^3.0.2"
1435
+
1436
+ mimic-fn@^1.0.0:
1437
+ version "1.2.0"
1438
+ resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022"
1439
+
1440
+ minimatch@^3.0.2, minimatch@^3.0.4:
1441
+ version "3.0.4"
1442
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
1443
+ dependencies:
1444
+ brace-expansion "^1.1.7"
1445
+
1446
+ minimist-options@^3.0.1:
1447
+ version "3.0.2"
1448
+ resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-3.0.2.tgz#fba4c8191339e13ecf4d61beb03f070103f3d954"
1449
+ dependencies:
1450
+ arrify "^1.0.1"
1451
+ is-plain-obj "^1.1.0"
1452
+
1453
+ minimist@0.0.8:
1454
+ version "0.0.8"
1455
+ resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
1456
+
1457
+ minimist@1.1.x:
1458
+ version "1.1.3"
1459
+ resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.1.3.tgz#3bedfd91a92d39016fcfaa1c681e8faa1a1efda8"
1460
+
1461
+ mixin-deep@^1.2.0:
1462
+ version "1.3.1"
1463
+ resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.1.tgz#a49e7268dce1a0d9698e45326c5626df3543d0fe"
1464
+ dependencies:
1465
+ for-in "^1.0.2"
1466
+ is-extendable "^1.0.1"
1467
+
1468
+ mkdirp@^0.5.1:
1469
+ version "0.5.1"
1470
+ resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
1471
+ dependencies:
1472
+ minimist "0.0.8"
1473
+
1474
+ ms@2.0.0:
1475
+ version "2.0.0"
1476
+ resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
1477
+
1478
+ mute-stream@0.0.7:
1479
+ version "0.0.7"
1480
+ resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab"
1481
+
1482
+ nanomatch@^1.2.9:
1483
+ version "1.2.13"
1484
+ resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
1485
+ dependencies:
1486
+ arr-diff "^4.0.0"
1487
+ array-unique "^0.3.2"
1488
+ define-property "^2.0.2"
1489
+ extend-shallow "^3.0.2"
1490
+ fragment-cache "^0.2.1"
1491
+ is-windows "^1.0.2"
1492
+ kind-of "^6.0.2"
1493
+ object.pick "^1.3.0"
1494
+ regex-not "^1.0.0"
1495
+ snapdragon "^0.8.1"
1496
+ to-regex "^3.0.1"
1497
+
1498
+ natural-compare@^1.4.0:
1499
+ version "1.4.0"
1500
+ resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
1501
+
1502
+ normalize-package-data@^2.3.2, normalize-package-data@^2.3.4:
1503
+ version "2.4.0"
1504
+ resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.4.0.tgz#12f95a307d58352075a04907b84ac8be98ac012f"
1505
+ dependencies:
1506
+ hosted-git-info "^2.1.4"
1507
+ is-builtin-module "^1.0.0"
1508
+ semver "2 || 3 || 4 || 5"
1509
+ validate-npm-package-license "^3.0.1"
1510
+
1511
+ normalize-path@^2.0.1:
1512
+ version "2.1.1"
1513
+ resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9"
1514
+ dependencies:
1515
+ remove-trailing-separator "^1.0.1"
1516
+
1517
+ normalize-range@^0.1.2:
1518
+ version "0.1.2"
1519
+ resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942"
1520
+
1521
+ normalize-selector@^0.2.0:
1522
+ version "0.2.0"
1523
+ resolved "https://registry.yarnpkg.com/normalize-selector/-/normalize-selector-0.2.0.tgz#d0b145eb691189c63a78d201dc4fdb1293ef0c03"
1524
+
1525
+ num2fraction@^1.2.2:
1526
+ version "1.2.2"
1527
+ resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede"
1528
+
1529
+ object-assign@^4.0.1:
1530
+ version "4.1.1"
1531
+ resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
1532
+
1533
+ object-copy@^0.1.0:
1534
+ version "0.1.0"
1535
+ resolved "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c"
1536
+ dependencies:
1537
+ copy-descriptor "^0.1.0"
1538
+ define-property "^0.2.5"
1539
+ kind-of "^3.0.3"
1540
+
1541
+ object-visit@^1.0.0:
1542
+ version "1.0.1"
1543
+ resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb"
1544
+ dependencies:
1545
+ isobject "^3.0.0"
1546
+
1547
+ object.omit@^2.0.0:
1548
+ version "2.0.1"
1549
+ resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa"
1550
+ dependencies:
1551
+ for-own "^0.1.4"
1552
+ is-extendable "^0.1.1"
1553
+
1554
+ object.pick@^1.3.0:
1555
+ version "1.3.0"
1556
+ resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747"
1557
+ dependencies:
1558
+ isobject "^3.0.1"
1559
+
1560
+ once@^1.3.0:
1561
+ version "1.4.0"
1562
+ resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
1563
+ dependencies:
1564
+ wrappy "1"
1565
+
1566
+ onetime@^2.0.0:
1567
+ version "2.0.1"
1568
+ resolved "https://registry.yarnpkg.com/onetime/-/onetime-2.0.1.tgz#067428230fd67443b2794b22bba528b6867962d4"
1569
+ dependencies:
1570
+ mimic-fn "^1.0.0"
1571
+
1572
+ optionator@^0.8.2:
1573
+ version "0.8.2"
1574
+ resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.2.tgz#364c5e409d3f4d6301d6c0b4c05bba50180aeb64"
1575
+ dependencies:
1576
+ deep-is "~0.1.3"
1577
+ fast-levenshtein "~2.0.4"
1578
+ levn "~0.3.0"
1579
+ prelude-ls "~1.1.2"
1580
+ type-check "~0.3.2"
1581
+ wordwrap "~1.0.0"
1582
+
1583
+ os-tmpdir@~1.0.2:
1584
+ version "1.0.2"
1585
+ resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
1586
+
1587
+ p-limit@^1.1.0:
1588
+ version "1.3.0"
1589
+ resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8"
1590
+ dependencies:
1591
+ p-try "^1.0.0"
1592
+
1593
+ p-locate@^2.0.0:
1594
+ version "2.0.0"
1595
+ resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
1596
+ dependencies:
1597
+ p-limit "^1.1.0"
1598
+
1599
+ p-try@^1.0.0:
1600
+ version "1.0.0"
1601
+ resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3"
1602
+
1603
+ parse-entities@^1.0.2, parse-entities@^1.1.0:
1604
+ version "1.1.2"
1605
+ resolved "https://registry.yarnpkg.com/parse-entities/-/parse-entities-1.1.2.tgz#9eaf719b29dc3bd62246b4332009072e01527777"
1606
+ dependencies:
1607
+ character-entities "^1.0.0"
1608
+ character-entities-legacy "^1.0.0"
1609
+ character-reference-invalid "^1.0.0"
1610
+ is-alphanumerical "^1.0.0"
1611
+ is-decimal "^1.0.0"
1612
+ is-hexadecimal "^1.0.0"
1613
+
1614
+ parse-glob@^3.0.4:
1615
+ version "3.0.4"
1616
+ resolved "https://registry.yarnpkg.com/parse-glob/-/parse-glob-3.0.4.tgz#b2c376cfb11f35513badd173ef0bb6e3a388391c"
1617
+ dependencies:
1618
+ glob-base "^0.3.0"
1619
+ is-dotfile "^1.0.0"
1620
+ is-extglob "^1.0.0"
1621
+ is-glob "^2.0.0"
1622
+
1623
+ parse-json@^4.0.0:
1624
+ version "4.0.0"
1625
+ resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0"
1626
+ dependencies:
1627
+ error-ex "^1.3.1"
1628
+ json-parse-better-errors "^1.0.1"
1629
+
1630
+ pascalcase@^0.1.1:
1631
+ version "0.1.1"
1632
+ resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
1633
+
1634
+ path-dirname@^1.0.0:
1635
+ version "1.0.2"
1636
+ resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0"
1637
+
1638
+ path-exists@^3.0.0:
1639
+ version "3.0.0"
1640
+ resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
1641
+
1642
+ path-is-absolute@^1.0.0:
1643
+ version "1.0.1"
1644
+ resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
1645
+
1646
+ path-is-inside@^1.0.1, path-is-inside@^1.0.2:
1647
+ version "1.0.2"
1648
+ resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53"
1649
+
1650
+ path-type@^3.0.0:
1651
+ version "3.0.0"
1652
+ resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
1653
+ dependencies:
1654
+ pify "^3.0.0"
1655
+
1656
+ pify@^2.0.0:
1657
+ version "2.3.0"
1658
+ resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
1659
+
1660
+ pify@^3.0.0:
1661
+ version "3.0.0"
1662
+ resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
1663
+
1664
+ pinkie-promise@^2.0.0:
1665
+ version "2.0.1"
1666
+ resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa"
1667
+ dependencies:
1668
+ pinkie "^2.0.0"
1669
+
1670
+ pinkie@^2.0.0:
1671
+ version "2.0.4"
1672
+ resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
1673
+
1674
+ pluralize@^7.0.0:
1675
+ version "7.0.0"
1676
+ resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-7.0.0.tgz#298b89df8b93b0221dbf421ad2b1b1ea23fc6777"
1677
+
1678
+ posix-character-classes@^0.1.0:
1679
+ version "0.1.1"
1680
+ resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
1681
+
1682
+ postcss-html@^0.23.6:
1683
+ version "0.23.7"
1684
+ resolved "https://registry.yarnpkg.com/postcss-html/-/postcss-html-0.23.7.tgz#47146c15e21b9c00746c40115dcff8270c439f32"
1685
+ dependencies:
1686
+ htmlparser2 "^3.9.2"
1687
+
1688
+ postcss-less@^1.1.5:
1689
+ version "1.1.5"
1690
+ resolved "https://registry.yarnpkg.com/postcss-less/-/postcss-less-1.1.5.tgz#a6f0ce180cf3797eeee1d4adc0e9e6d6db665609"
1691
+ dependencies:
1692
+ postcss "^5.2.16"
1693
+
1694
+ postcss-markdown@^0.23.6:
1695
+ version "0.23.7"
1696
+ resolved "https://registry.yarnpkg.com/postcss-markdown/-/postcss-markdown-0.23.7.tgz#7e3a398794295c425e51e4f0abdee6d13ad3d134"
1697
+ dependencies:
1698
+ remark "^9.0.0"
1699
+ unist-util-find-all-after "^1.0.2"
1700
+
1701
+ postcss-media-query-parser@^0.2.3:
1702
+ version "0.2.3"
1703
+ resolved "https://registry.yarnpkg.com/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz#27b39c6f4d94f81b1a73b8f76351c609e5cef244"
1704
+
1705
+ postcss-reporter@^5.0.0:
1706
+ version "5.0.0"
1707
+ resolved "https://registry.yarnpkg.com/postcss-reporter/-/postcss-reporter-5.0.0.tgz#a14177fd1342829d291653f2786efd67110332c3"
1708
+ dependencies:
1709
+ chalk "^2.0.1"
1710
+ lodash "^4.17.4"
1711
+ log-symbols "^2.0.0"
1712
+ postcss "^6.0.8"
1713
+
1714
+ postcss-resolve-nested-selector@^0.1.1:
1715
+ version "0.1.1"
1716
+ resolved "https://registry.yarnpkg.com/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz#29ccbc7c37dedfac304e9fff0bf1596b3f6a0e4e"
1717
+
1718
+ postcss-safe-parser@^3.0.1:
1719
+ version "3.0.1"
1720
+ resolved "https://registry.yarnpkg.com/postcss-safe-parser/-/postcss-safe-parser-3.0.1.tgz#b753eff6c7c0aea5e8375fbe4cde8bf9063ff142"
1721
+ dependencies:
1722
+ postcss "^6.0.6"
1723
+
1724
+ postcss-sass@^0.3.0:
1725
+ version "0.3.2"
1726
+ resolved "https://registry.yarnpkg.com/postcss-sass/-/postcss-sass-0.3.2.tgz#17f3074cecb28128b156f1a4407c6ad075d7e00c"
1727
+ dependencies:
1728
+ gonzales-pe "4.2.3"
1729
+ postcss "6.0.22"
1730
+
1731
+ postcss-scss@^1.0.2:
1732
+ version "1.0.6"
1733
+ resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-1.0.6.tgz#ab903f3bb20161bc177896462293a53d4bff5f7a"
1734
+ dependencies:
1735
+ postcss "^6.0.23"
1736
+
1737
+ postcss-selector-parser@^3.1.0:
1738
+ version "3.1.1"
1739
+ resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-3.1.1.tgz#4f875f4afb0c96573d5cf4d74011aee250a7e865"
1740
+ dependencies:
1741
+ dot-prop "^4.1.1"
1742
+ indexes-of "^1.0.1"
1743
+ uniq "^1.0.1"
1744
+
1745
+ postcss-selector-parser@^4.0.0:
1746
+ version "4.0.0"
1747
+ resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-4.0.0.tgz#50c6570f40579036d8e63f23e6c0626fe5743527"
1748
+ dependencies:
1749
+ cssesc "^1.0.1"
1750
+ indexes-of "^1.0.1"
1751
+ uniq "^1.0.1"
1752
+
1753
+ postcss-syntax@^0.9.0:
1754
+ version "0.9.1"
1755
+ resolved "https://registry.yarnpkg.com/postcss-syntax/-/postcss-syntax-0.9.1.tgz#5dbd90af1631ab8805b8f594bef2c2e8002d3758"
1756
+
1757
+ postcss-value-parser@^3.2.3, postcss-value-parser@^3.3.0:
1758
+ version "3.3.0"
1759
+ resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz#87f38f9f18f774a4ab4c8a232f5c5ce8872a9d15"
1760
+
1761
+ postcss@6.0.22:
1762
+ version "6.0.22"
1763
+ resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.22.tgz#e23b78314905c3b90cbd61702121e7a78848f2a3"
1764
+ dependencies:
1765
+ chalk "^2.4.1"
1766
+ source-map "^0.6.1"
1767
+ supports-color "^5.4.0"
1768
+
1769
+ postcss@^5.2.16:
1770
+ version "5.2.18"
1771
+ resolved "https://registry.yarnpkg.com/postcss/-/postcss-5.2.18.tgz#badfa1497d46244f6390f58b319830d9107853c5"
1772
+ dependencies:
1773
+ chalk "^1.1.3"
1774
+ js-base64 "^2.1.9"
1775
+ source-map "^0.5.6"
1776
+ supports-color "^3.2.3"
1777
+
1778
+ postcss@^6.0.14, postcss@^6.0.16, postcss@^6.0.23, postcss@^6.0.6, postcss@^6.0.8:
1779
+ version "6.0.23"
1780
+ resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.23.tgz#61c82cc328ac60e677645f979054eb98bc0e3324"
1781
+ dependencies:
1782
+ chalk "^2.4.1"
1783
+ source-map "^0.6.1"
1784
+ supports-color "^5.4.0"
1785
+
1786
+ prelude-ls@~1.1.2:
1787
+ version "1.1.2"
1788
+ resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
1789
+
1790
+ preserve@^0.2.0:
1791
+ version "0.2.0"
1792
+ resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
1793
+
1794
+ process-nextick-args@~2.0.0:
1795
+ version "2.0.0"
1796
+ resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa"
1797
+
1798
+ progress@^2.0.0:
1799
+ version "2.0.0"
1800
+ resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.0.tgz#8a1be366bf8fc23db2bd23f10c6fe920b4389d1f"
1801
+
1802
+ pseudomap@^1.0.2:
1803
+ version "1.0.2"
1804
+ resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"
1805
+
1806
+ punycode@^2.1.0:
1807
+ version "2.1.1"
1808
+ resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
1809
+
1810
+ quick-lru@^1.0.0:
1811
+ version "1.1.0"
1812
+ resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-1.1.0.tgz#4360b17c61136ad38078397ff11416e186dcfbb8"
1813
+
1814
+ randomatic@^3.0.0:
1815
+ version "3.0.0"
1816
+ resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-3.0.0.tgz#d35490030eb4f7578de292ce6dfb04a91a128923"
1817
+ dependencies:
1818
+ is-number "^4.0.0"
1819
+ kind-of "^6.0.0"
1820
+ math-random "^1.0.1"
1821
+
1822
+ read-pkg-up@^3.0.0:
1823
+ version "3.0.0"
1824
+ resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-3.0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07"
1825
+ dependencies:
1826
+ find-up "^2.0.0"
1827
+ read-pkg "^3.0.0"
1828
+
1829
+ read-pkg@^3.0.0:
1830
+ version "3.0.0"
1831
+ resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389"
1832
+ dependencies:
1833
+ load-json-file "^4.0.0"
1834
+ normalize-package-data "^2.3.2"
1835
+ path-type "^3.0.0"
1836
+
1837
+ readable-stream@^2.0.2, readable-stream@^2.2.2:
1838
+ version "2.3.6"
1839
+ resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf"
1840
+ dependencies:
1841
+ core-util-is "~1.0.0"
1842
+ inherits "~2.0.3"
1843
+ isarray "~1.0.0"
1844
+ process-nextick-args "~2.0.0"
1845
+ safe-buffer "~5.1.1"
1846
+ string_decoder "~1.1.1"
1847
+ util-deprecate "~1.0.1"
1848
+
1849
+ redent@^2.0.0:
1850
+ version "2.0.0"
1851
+ resolved "https://registry.yarnpkg.com/redent/-/redent-2.0.0.tgz#c1b2007b42d57eb1389079b3c8333639d5e1ccaa"
1852
+ dependencies:
1853
+ indent-string "^3.0.0"
1854
+ strip-indent "^2.0.0"
1855
+
1856
+ regex-cache@^0.4.2:
1857
+ version "0.4.4"
1858
+ resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.4.tgz#75bdc58a2a1496cec48a12835bc54c8d562336dd"
1859
+ dependencies:
1860
+ is-equal-shallow "^0.1.3"
1861
+
1862
+ regex-not@^1.0.0, regex-not@^1.0.2:
1863
+ version "1.0.2"
1864
+ resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c"
1865
+ dependencies:
1866
+ extend-shallow "^3.0.2"
1867
+ safe-regex "^1.1.0"
1868
+
1869
+ regexpp@^1.0.1:
1870
+ version "1.1.0"
1871
+ resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-1.1.0.tgz#0e3516dd0b7904f413d2d4193dce4618c3a689ab"
1872
+
1873
+ remark-parse@^5.0.0:
1874
+ version "5.0.0"
1875
+ resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-5.0.0.tgz#4c077f9e499044d1d5c13f80d7a98cf7b9285d95"
1876
+ dependencies:
1877
+ collapse-white-space "^1.0.2"
1878
+ is-alphabetical "^1.0.0"
1879
+ is-decimal "^1.0.0"
1880
+ is-whitespace-character "^1.0.0"
1881
+ is-word-character "^1.0.0"
1882
+ markdown-escapes "^1.0.0"
1883
+ parse-entities "^1.1.0"
1884
+ repeat-string "^1.5.4"
1885
+ state-toggle "^1.0.0"
1886
+ trim "0.0.1"
1887
+ trim-trailing-lines "^1.0.0"
1888
+ unherit "^1.0.4"
1889
+ unist-util-remove-position "^1.0.0"
1890
+ vfile-location "^2.0.0"
1891
+ xtend "^4.0.1"
1892
+
1893
+ remark-stringify@^5.0.0:
1894
+ version "5.0.0"
1895
+ resolved "https://registry.yarnpkg.com/remark-stringify/-/remark-stringify-5.0.0.tgz#336d3a4d4a6a3390d933eeba62e8de4bd280afba"
1896
+ dependencies:
1897
+ ccount "^1.0.0"
1898
+ is-alphanumeric "^1.0.0"
1899
+ is-decimal "^1.0.0"
1900
+ is-whitespace-character "^1.0.0"
1901
+ longest-streak "^2.0.1"
1902
+ markdown-escapes "^1.0.0"
1903
+ markdown-table "^1.1.0"
1904
+ mdast-util-compact "^1.0.0"
1905
+ parse-entities "^1.0.2"
1906
+ repeat-string "^1.5.4"
1907
+ state-toggle "^1.0.0"
1908
+ stringify-entities "^1.0.1"
1909
+ unherit "^1.0.4"
1910
+ xtend "^4.0.1"
1911
+
1912
+ remark@^9.0.0:
1913
+ version "9.0.0"
1914
+ resolved "https://registry.yarnpkg.com/remark/-/remark-9.0.0.tgz#c5cfa8ec535c73a67c4b0f12bfdbd3a67d8b2f60"
1915
+ dependencies:
1916
+ remark-parse "^5.0.0"
1917
+ remark-stringify "^5.0.0"
1918
+ unified "^6.0.0"
1919
+
1920
+ remove-trailing-separator@^1.0.1:
1921
+ version "1.1.0"
1922
+ resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef"
1923
+
1924
+ repeat-element@^1.1.2:
1925
+ version "1.1.2"
1926
+ resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.2.tgz#ef089a178d1483baae4d93eb98b4f9e4e11d990a"
1927
+
1928
+ repeat-string@^1.5.2, repeat-string@^1.5.4, repeat-string@^1.6.1:
1929
+ version "1.6.1"
1930
+ resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
1931
+
1932
+ replace-ext@1.0.0:
1933
+ version "1.0.0"
1934
+ resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.0.tgz#de63128373fcbf7c3ccfa4de5a480c45a67958eb"
1935
+
1936
+ require-uncached@^1.0.3:
1937
+ version "1.0.3"
1938
+ resolved "https://registry.yarnpkg.com/require-uncached/-/require-uncached-1.0.3.tgz#4e0d56d6c9662fd31e43011c4b95aa49955421d3"
1939
+ dependencies:
1940
+ caller-path "^0.1.0"
1941
+ resolve-from "^1.0.0"
1942
+
1943
+ resolve-from@^1.0.0:
1944
+ version "1.0.1"
1945
+ resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-1.0.1.tgz#26cbfe935d1aeeeabb29bc3fe5aeb01e93d44226"
1946
+
1947
+ resolve-from@^4.0.0:
1948
+ version "4.0.0"
1949
+ resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
1950
+
1951
+ resolve-url@^0.2.1:
1952
+ version "0.2.1"
1953
+ resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
1954
+
1955
+ restore-cursor@^2.0.0:
1956
+ version "2.0.0"
1957
+ resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"
1958
+ dependencies:
1959
+ onetime "^2.0.0"
1960
+ signal-exit "^3.0.2"
1961
+
1962
+ ret@~0.1.10:
1963
+ version "0.1.15"
1964
+ resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
1965
+
1966
+ rimraf@^2.2.8:
1967
+ version "2.6.2"
1968
+ resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.2.tgz#2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36"
1969
+ dependencies:
1970
+ glob "^7.0.5"
1971
+
1972
+ run-async@^2.2.0:
1973
+ version "2.3.0"
1974
+ resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.3.0.tgz#0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0"
1975
+ dependencies:
1976
+ is-promise "^2.1.0"
1977
+
1978
+ rx-lite-aggregates@^4.0.8:
1979
+ version "4.0.8"
1980
+ resolved "https://registry.yarnpkg.com/rx-lite-aggregates/-/rx-lite-aggregates-4.0.8.tgz#753b87a89a11c95467c4ac1626c4efc4e05c67be"
1981
+ dependencies:
1982
+ rx-lite "*"
1983
+
1984
+ rx-lite@*, rx-lite@^4.0.8:
1985
+ version "4.0.8"
1986
+ resolved "https://registry.yarnpkg.com/rx-lite/-/rx-lite-4.0.8.tgz#0b1e11af8bc44836f04a6407e92da42467b79444"
1987
+
1988
+ safe-buffer@~5.1.0, safe-buffer@~5.1.1:
1989
+ version "5.1.2"
1990
+ resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
1991
+
1992
+ safe-regex@^1.1.0:
1993
+ version "1.1.0"
1994
+ resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e"
1995
+ dependencies:
1996
+ ret "~0.1.10"
1997
+
1998
+ "safer-buffer@>= 2.1.2 < 3":
1999
+ version "2.1.2"
2000
+ resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
2001
+
2002
+ "semver@2 || 3 || 4 || 5", semver@^5.3.0:
2003
+ version "5.5.0"
2004
+ resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
2005
+
2006
+ set-value@^0.4.3:
2007
+ version "0.4.3"
2008
+ resolved "https://registry.yarnpkg.com/set-value/-/set-value-0.4.3.tgz#7db08f9d3d22dc7f78e53af3c3bf4666ecdfccf1"
2009
+ dependencies:
2010
+ extend-shallow "^2.0.1"
2011
+ is-extendable "^0.1.1"
2012
+ is-plain-object "^2.0.1"
2013
+ to-object-path "^0.3.0"
2014
+
2015
+ set-value@^2.0.0:
2016
+ version "2.0.0"
2017
+ resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.0.tgz#71ae4a88f0feefbbf52d1ea604f3fb315ebb6274"
2018
+ dependencies:
2019
+ extend-shallow "^2.0.1"
2020
+ is-extendable "^0.1.1"
2021
+ is-plain-object "^2.0.3"
2022
+ split-string "^3.0.1"
2023
+
2024
+ shebang-command@^1.2.0:
2025
+ version "1.2.0"
2026
+ resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
2027
+ dependencies:
2028
+ shebang-regex "^1.0.0"
2029
+
2030
+ shebang-regex@^1.0.0:
2031
+ version "1.0.0"
2032
+ resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
2033
+
2034
+ signal-exit@^3.0.0, signal-exit@^3.0.2:
2035
+ version "3.0.2"
2036
+ resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
2037
+
2038
+ slash@^1.0.0:
2039
+ version "1.0.0"
2040
+ resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55"
2041
+
2042
+ slice-ansi@1.0.0:
2043
+ version "1.0.0"
2044
+ resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-1.0.0.tgz#044f1a49d8842ff307aad6b505ed178bd950134d"
2045
+ dependencies:
2046
+ is-fullwidth-code-point "^2.0.0"
2047
+
2048
+ snapdragon-node@^2.0.1:
2049
+ version "2.1.1"
2050
+ resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b"
2051
+ dependencies:
2052
+ define-property "^1.0.0"
2053
+ isobject "^3.0.0"
2054
+ snapdragon-util "^3.0.1"
2055
+
2056
+ snapdragon-util@^3.0.1:
2057
+ version "3.0.1"
2058
+ resolved "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2"
2059
+ dependencies:
2060
+ kind-of "^3.2.0"
2061
+
2062
+ snapdragon@^0.8.1:
2063
+ version "0.8.2"
2064
+ resolved "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d"
2065
+ dependencies:
2066
+ base "^0.11.1"
2067
+ debug "^2.2.0"
2068
+ define-property "^0.2.5"
2069
+ extend-shallow "^2.0.1"
2070
+ map-cache "^0.2.2"
2071
+ source-map "^0.5.6"
2072
+ source-map-resolve "^0.5.0"
2073
+ use "^3.1.0"
2074
+
2075
+ source-map-resolve@^0.5.0:
2076
+ version "0.5.2"
2077
+ resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.2.tgz#72e2cc34095543e43b2c62b2c4c10d4a9054f259"
2078
+ dependencies:
2079
+ atob "^2.1.1"
2080
+ decode-uri-component "^0.2.0"
2081
+ resolve-url "^0.2.1"
2082
+ source-map-url "^0.4.0"
2083
+ urix "^0.1.0"
2084
+
2085
+ source-map-url@^0.4.0:
2086
+ version "0.4.0"
2087
+ resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3"
2088
+
2089
+ source-map@^0.5.6:
2090
+ version "0.5.7"
2091
+ resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
2092
+
2093
+ source-map@^0.6.1:
2094
+ version "0.6.1"
2095
+ resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
2096
+
2097
+ spdx-correct@^3.0.0:
2098
+ version "3.0.0"
2099
+ resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.0.0.tgz#05a5b4d7153a195bc92c3c425b69f3b2a9524c82"
2100
+ dependencies:
2101
+ spdx-expression-parse "^3.0.0"
2102
+ spdx-license-ids "^3.0.0"
2103
+
2104
+ spdx-exceptions@^2.1.0:
2105
+ version "2.1.0"
2106
+ resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.1.0.tgz#2c7ae61056c714a5b9b9b2b2af7d311ef5c78fe9"
2107
+
2108
+ spdx-expression-parse@^3.0.0:
2109
+ version "3.0.0"
2110
+ resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz#99e119b7a5da00e05491c9fa338b7904823b41d0"
2111
+ dependencies:
2112
+ spdx-exceptions "^2.1.0"
2113
+ spdx-license-ids "^3.0.0"
2114
+
2115
+ spdx-license-ids@^3.0.0:
2116
+ version "3.0.0"
2117
+ resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.0.tgz#7a7cd28470cc6d3a1cfe6d66886f6bc430d3ac87"
2118
+
2119
+ specificity@^0.3.1:
2120
+ version "0.3.2"
2121
+ resolved "https://registry.yarnpkg.com/specificity/-/specificity-0.3.2.tgz#99e6511eceef0f8d9b57924937aac2cb13d13c42"
2122
+
2123
+ split-string@^3.0.1, split-string@^3.0.2:
2124
+ version "3.1.0"
2125
+ resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2"
2126
+ dependencies:
2127
+ extend-shallow "^3.0.0"
2128
+
2129
+ sprintf-js@~1.0.2:
2130
+ version "1.0.3"
2131
+ resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
2132
+
2133
+ state-toggle@^1.0.0:
2134
+ version "1.0.1"
2135
+ resolved "https://registry.yarnpkg.com/state-toggle/-/state-toggle-1.0.1.tgz#c3cb0974f40a6a0f8e905b96789eb41afa1cde3a"
2136
+
2137
+ static-extend@^0.1.1:
2138
+ version "0.1.2"
2139
+ resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6"
2140
+ dependencies:
2141
+ define-property "^0.2.5"
2142
+ object-copy "^0.1.0"
2143
+
2144
+ string-width@^2.1.0, string-width@^2.1.1:
2145
+ version "2.1.1"
2146
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
2147
+ dependencies:
2148
+ is-fullwidth-code-point "^2.0.0"
2149
+ strip-ansi "^4.0.0"
2150
+
2151
+ string_decoder@~1.1.1:
2152
+ version "1.1.1"
2153
+ resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"
2154
+ dependencies:
2155
+ safe-buffer "~5.1.0"
2156
+
2157
+ stringify-entities@^1.0.1:
2158
+ version "1.3.2"
2159
+ resolved "https://registry.yarnpkg.com/stringify-entities/-/stringify-entities-1.3.2.tgz#a98417e5471fd227b3e45d3db1861c11caf668f7"
2160
+ dependencies:
2161
+ character-entities-html4 "^1.0.0"
2162
+ character-entities-legacy "^1.0.0"
2163
+ is-alphanumerical "^1.0.0"
2164
+ is-hexadecimal "^1.0.0"
2165
+
2166
+ strip-ansi@^3.0.0:
2167
+ version "3.0.1"
2168
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
2169
+ dependencies:
2170
+ ansi-regex "^2.0.0"
2171
+
2172
+ strip-ansi@^4.0.0:
2173
+ version "4.0.0"
2174
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f"
2175
+ dependencies:
2176
+ ansi-regex "^3.0.0"
2177
+
2178
+ strip-bom@^3.0.0:
2179
+ version "3.0.0"
2180
+ resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
2181
+
2182
+ strip-indent@^2.0.0:
2183
+ version "2.0.0"
2184
+ resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68"
2185
+
2186
+ strip-json-comments@~2.0.1:
2187
+ version "2.0.1"
2188
+ resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
2189
+
2190
+ style-search@^0.1.0:
2191
+ version "0.1.0"
2192
+ resolved "https://registry.yarnpkg.com/style-search/-/style-search-0.1.0.tgz#7958c793e47e32e07d2b5cafe5c0bf8e12e77902"
2193
+
2194
+ stylelint-config-recommended-scss@3.2.0:
2195
+ version "3.2.0"
2196
+ resolved "https://registry.yarnpkg.com/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-3.2.0.tgz#5761be65e28b58fa6a4a628b71291e83e921d10f"
2197
+ dependencies:
2198
+ stylelint-config-recommended "^2.0.0"
2199
+
2200
+ stylelint-config-recommended@^2.0.0:
2201
+ version "2.1.0"
2202
+ resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-2.1.0.tgz#f526d5c771c6811186d9eaedbed02195fee30858"
2203
+
2204
+ stylelint-scss@3.1.0:
2205
+ version "3.1.0"
2206
+ resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-3.1.0.tgz#aa46503014d1a6edb2fb4c5fefb73a7d0d5bc644"
2207
+ dependencies:
2208
+ lodash "^4.17.4"
2209
+ postcss-media-query-parser "^0.2.3"
2210
+ postcss-resolve-nested-selector "^0.1.1"
2211
+ postcss-selector-parser "^4.0.0"
2212
+ postcss-value-parser "^3.3.0"
2213
+
2214
+ stylelint@9.2.1:
2215
+ version "9.2.1"
2216
+ resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-9.2.1.tgz#fe63c169f6cd3bc81e77f0e3c6443df3267ec211"
2217
+ dependencies:
2218
+ autoprefixer "^8.0.0"
2219
+ balanced-match "^1.0.0"
2220
+ chalk "^2.4.1"
2221
+ cosmiconfig "^5.0.0"
2222
+ debug "^3.0.0"
2223
+ execall "^1.0.0"
2224
+ file-entry-cache "^2.0.0"
2225
+ get-stdin "^6.0.0"
2226
+ globby "^8.0.0"
2227
+ globjoin "^0.1.4"
2228
+ html-tags "^2.0.0"
2229
+ ignore "^3.3.3"
2230
+ import-lazy "^3.1.0"
2231
+ imurmurhash "^0.1.4"
2232
+ known-css-properties "^0.6.0"
2233
+ lodash "^4.17.4"
2234
+ log-symbols "^2.0.0"
2235
+ mathml-tag-names "^2.0.1"
2236
+ meow "^5.0.0"
2237
+ micromatch "^2.3.11"
2238
+ normalize-selector "^0.2.0"
2239
+ pify "^3.0.0"
2240
+ postcss "^6.0.16"
2241
+ postcss-html "^0.23.6"
2242
+ postcss-less "^1.1.5"
2243
+ postcss-markdown "^0.23.6"
2244
+ postcss-media-query-parser "^0.2.3"
2245
+ postcss-reporter "^5.0.0"
2246
+ postcss-resolve-nested-selector "^0.1.1"
2247
+ postcss-safe-parser "^3.0.1"
2248
+ postcss-sass "^0.3.0"
2249
+ postcss-scss "^1.0.2"
2250
+ postcss-selector-parser "^3.1.0"
2251
+ postcss-syntax "^0.9.0"
2252
+ postcss-value-parser "^3.3.0"
2253
+ resolve-from "^4.0.0"
2254
+ signal-exit "^3.0.2"
2255
+ specificity "^0.3.1"
2256
+ string-width "^2.1.0"
2257
+ style-search "^0.1.0"
2258
+ sugarss "^1.0.0"
2259
+ svg-tags "^1.0.0"
2260
+ table "^4.0.1"
2261
+
2262
+ sugarss@^1.0.0:
2263
+ version "1.0.1"
2264
+ resolved "https://registry.yarnpkg.com/sugarss/-/sugarss-1.0.1.tgz#be826d9003e0f247735f92365dc3fd7f1bae9e44"
2265
+ dependencies:
2266
+ postcss "^6.0.14"
2267
+
2268
+ supports-color@^2.0.0:
2269
+ version "2.0.0"
2270
+ resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
2271
+
2272
+ supports-color@^3.2.3:
2273
+ version "3.2.3"
2274
+ resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-3.2.3.tgz#65ac0504b3954171d8a64946b2ae3cbb8a5f54f6"
2275
+ dependencies:
2276
+ has-flag "^1.0.0"
2277
+
2278
+ supports-color@^5.3.0, supports-color@^5.4.0:
2279
+ version "5.4.0"
2280
+ resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.4.0.tgz#1c6b337402c2137605efe19f10fec390f6faab54"
2281
+ dependencies:
2282
+ has-flag "^3.0.0"
2283
+
2284
+ svg-tags@^1.0.0:
2285
+ version "1.0.0"
2286
+ resolved "https://registry.yarnpkg.com/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764"
2287
+
2288
+ table@4.0.2:
2289
+ version "4.0.2"
2290
+ resolved "https://registry.yarnpkg.com/table/-/table-4.0.2.tgz#a33447375391e766ad34d3486e6e2aedc84d2e36"
2291
+ dependencies:
2292
+ ajv "^5.2.3"
2293
+ ajv-keywords "^2.1.0"
2294
+ chalk "^2.1.0"
2295
+ lodash "^4.17.4"
2296
+ slice-ansi "1.0.0"
2297
+ string-width "^2.1.1"
2298
+
2299
+ table@^4.0.1:
2300
+ version "4.0.3"
2301
+ resolved "https://registry.yarnpkg.com/table/-/table-4.0.3.tgz#00b5e2b602f1794b9acaf9ca908a76386a7813bc"
2302
+ dependencies:
2303
+ ajv "^6.0.1"
2304
+ ajv-keywords "^3.0.0"
2305
+ chalk "^2.1.0"
2306
+ lodash "^4.17.4"
2307
+ slice-ansi "1.0.0"
2308
+ string-width "^2.1.1"
2309
+
2310
+ text-table@~0.2.0:
2311
+ version "0.2.0"
2312
+ resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
2313
+
2314
+ through@^2.3.6:
2315
+ version "2.3.8"
2316
+ resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
2317
+
2318
+ tmp@^0.0.33:
2319
+ version "0.0.33"
2320
+ resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
2321
+ dependencies:
2322
+ os-tmpdir "~1.0.2"
2323
+
2324
+ to-object-path@^0.3.0:
2325
+ version "0.3.0"
2326
+ resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af"
2327
+ dependencies:
2328
+ kind-of "^3.0.2"
2329
+
2330
+ to-regex-range@^2.1.0:
2331
+ version "2.1.1"
2332
+ resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38"
2333
+ dependencies:
2334
+ is-number "^3.0.0"
2335
+ repeat-string "^1.6.1"
2336
+
2337
+ to-regex@^3.0.1, to-regex@^3.0.2:
2338
+ version "3.0.2"
2339
+ resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce"
2340
+ dependencies:
2341
+ define-property "^2.0.2"
2342
+ extend-shallow "^3.0.2"
2343
+ regex-not "^1.0.2"
2344
+ safe-regex "^1.1.0"
2345
+
2346
+ trim-newlines@^2.0.0:
2347
+ version "2.0.0"
2348
+ resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-2.0.0.tgz#b403d0b91be50c331dfc4b82eeceb22c3de16d20"
2349
+
2350
+ trim-trailing-lines@^1.0.0:
2351
+ version "1.1.1"
2352
+ resolved "https://registry.yarnpkg.com/trim-trailing-lines/-/trim-trailing-lines-1.1.1.tgz#e0ec0810fd3c3f1730516b45f49083caaf2774d9"
2353
+
2354
+ trim@0.0.1:
2355
+ version "0.0.1"
2356
+ resolved "https://registry.yarnpkg.com/trim/-/trim-0.0.1.tgz#5858547f6b290757ee95cccc666fb50084c460dd"
2357
+
2358
+ trough@^1.0.0:
2359
+ version "1.0.2"
2360
+ resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.2.tgz#7f1663ec55c480139e2de5e486c6aef6cc24a535"
2361
+
2362
+ type-check@~0.3.2:
2363
+ version "0.3.2"
2364
+ resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72"
2365
+ dependencies:
2366
+ prelude-ls "~1.1.2"
2367
+
2368
+ typedarray@^0.0.6:
2369
+ version "0.0.6"
2370
+ resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
2371
+
2372
+ unherit@^1.0.4:
2373
+ version "1.1.1"
2374
+ resolved "https://registry.yarnpkg.com/unherit/-/unherit-1.1.1.tgz#132748da3e88eab767e08fabfbb89c5e9d28628c"
2375
+ dependencies:
2376
+ inherits "^2.0.1"
2377
+ xtend "^4.0.1"
2378
+
2379
+ unified@^6.0.0:
2380
+ version "6.2.0"
2381
+ resolved "https://registry.yarnpkg.com/unified/-/unified-6.2.0.tgz#7fbd630f719126d67d40c644b7e3f617035f6dba"
2382
+ dependencies:
2383
+ bail "^1.0.0"
2384
+ extend "^3.0.0"
2385
+ is-plain-obj "^1.1.0"
2386
+ trough "^1.0.0"
2387
+ vfile "^2.0.0"
2388
+ x-is-string "^0.1.0"
2389
+
2390
+ union-value@^1.0.0:
2391
+ version "1.0.0"
2392
+ resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.0.tgz#5c71c34cb5bad5dcebe3ea0cd08207ba5aa1aea4"
2393
+ dependencies:
2394
+ arr-union "^3.1.0"
2395
+ get-value "^2.0.6"
2396
+ is-extendable "^0.1.1"
2397
+ set-value "^0.4.3"
2398
+
2399
+ uniq@^1.0.1:
2400
+ version "1.0.1"
2401
+ resolved "https://registry.yarnpkg.com/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff"
2402
+
2403
+ unist-util-find-all-after@^1.0.2:
2404
+ version "1.0.2"
2405
+ resolved "https://registry.yarnpkg.com/unist-util-find-all-after/-/unist-util-find-all-after-1.0.2.tgz#9be49cfbae5ca1566b27536670a92836bf2f8d6d"
2406
+ dependencies:
2407
+ unist-util-is "^2.0.0"
2408
+
2409
+ unist-util-is@^2.0.0, unist-util-is@^2.1.1:
2410
+ version "2.1.2"
2411
+ resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-2.1.2.tgz#1193fa8f2bfbbb82150633f3a8d2eb9a1c1d55db"
2412
+
2413
+ unist-util-modify-children@^1.0.0:
2414
+ version "1.1.2"
2415
+ resolved "https://registry.yarnpkg.com/unist-util-modify-children/-/unist-util-modify-children-1.1.2.tgz#c7f1b91712554ee59c47a05b551ed3e052a4e2d1"
2416
+ dependencies:
2417
+ array-iterate "^1.0.0"
2418
+
2419
+ unist-util-remove-position@^1.0.0:
2420
+ version "1.1.2"
2421
+ resolved "https://registry.yarnpkg.com/unist-util-remove-position/-/unist-util-remove-position-1.1.2.tgz#86b5dad104d0bbfbeb1db5f5c92f3570575c12cb"
2422
+ dependencies:
2423
+ unist-util-visit "^1.1.0"
2424
+
2425
+ unist-util-stringify-position@^1.0.0, unist-util-stringify-position@^1.1.1:
2426
+ version "1.1.2"
2427
+ resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-1.1.2.tgz#3f37fcf351279dcbca7480ab5889bb8a832ee1c6"
2428
+
2429
+ unist-util-visit@^1.1.0:
2430
+ version "1.3.1"
2431
+ resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-1.3.1.tgz#c019ac9337a62486be58531bc27e7499ae7d55c7"
2432
+ dependencies:
2433
+ unist-util-is "^2.1.1"
2434
+
2435
+ unset-value@^1.0.0:
2436
+ version "1.0.0"
2437
+ resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559"
2438
+ dependencies:
2439
+ has-value "^0.3.1"
2440
+ isobject "^3.0.0"
2441
+
2442
+ uri-js@^4.2.1:
2443
+ version "4.2.2"
2444
+ resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0"
2445
+ dependencies:
2446
+ punycode "^2.1.0"
2447
+
2448
+ urix@^0.1.0:
2449
+ version "0.1.0"
2450
+ resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
2451
+
2452
+ use@^3.1.0:
2453
+ version "3.1.1"
2454
+ resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f"
2455
+
2456
+ util-deprecate@~1.0.1:
2457
+ version "1.0.2"
2458
+ resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
2459
+
2460
+ validate-npm-package-license@^3.0.1:
2461
+ version "3.0.3"
2462
+ resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.3.tgz#81643bcbef1bdfecd4623793dc4648948ba98338"
2463
+ dependencies:
2464
+ spdx-correct "^3.0.0"
2465
+ spdx-expression-parse "^3.0.0"
2466
+
2467
+ vfile-location@^2.0.0:
2468
+ version "2.0.3"
2469
+ resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-2.0.3.tgz#083ba80e50968e8d420be49dd1ea9a992131df77"
2470
+
2471
+ vfile-message@^1.0.0:
2472
+ version "1.0.1"
2473
+ resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-1.0.1.tgz#51a2ccd8a6b97a7980bb34efb9ebde9632e93677"
2474
+ dependencies:
2475
+ unist-util-stringify-position "^1.1.1"
2476
+
2477
+ vfile@^2.0.0:
2478
+ version "2.3.0"
2479
+ resolved "https://registry.yarnpkg.com/vfile/-/vfile-2.3.0.tgz#e62d8e72b20e83c324bc6c67278ee272488bf84a"
2480
+ dependencies:
2481
+ is-buffer "^1.1.4"
2482
+ replace-ext "1.0.0"
2483
+ unist-util-stringify-position "^1.0.0"
2484
+ vfile-message "^1.0.0"
2485
+
2486
+ which@^1.2.9:
2487
+ version "1.3.1"
2488
+ resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
2489
+ dependencies:
2490
+ isexe "^2.0.0"
2491
+
2492
+ wordwrap@~1.0.0:
2493
+ version "1.0.0"
2494
+ resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
2495
+
2496
+ wrappy@1:
2497
+ version "1.0.2"
2498
+ resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
2499
+
2500
+ write@^0.2.1:
2501
+ version "0.2.1"
2502
+ resolved "https://registry.yarnpkg.com/write/-/write-0.2.1.tgz#5fc03828e264cea3fe91455476f7a3c566cb0757"
2503
+ dependencies:
2504
+ mkdirp "^0.5.1"
2505
+
2506
+ x-is-string@^0.1.0:
2507
+ version "0.1.0"
2508
+ resolved "https://registry.yarnpkg.com/x-is-string/-/x-is-string-0.1.0.tgz#474b50865af3a49a9c4657f05acd145458f77d82"
2509
+
2510
+ xtend@^4.0.1:
2511
+ version "4.0.1"
2512
+ resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af"
2513
+
2514
+ yallist@^2.1.2:
2515
+ version "2.1.2"
2516
+ resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
2517
+
2518
+ yargs-parser@^10.0.0:
2519
+ version "10.1.0"
2520
+ resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-10.1.0.tgz#7202265b89f7e9e9f2e5765e0fe735a905edbaa8"
2521
+ dependencies:
2522
+ camelcase "^4.1.0"