From cbe2ac7f72877050ce15ee4a38fd54ca91590a78 Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Tue, 12 Dec 2023 14:16:18 +0100 Subject: [PATCH] Bump pkg --- lib/asciidoctor-revealjs/converter.rb | 848 +++++++------- package-lock.json | 1466 +++++++++---------------- package.json | 4 +- 3 files changed, 952 insertions(+), 1366 deletions(-) diff --git a/lib/asciidoctor-revealjs/converter.rb b/lib/asciidoctor-revealjs/converter.rb index 6891c353..32c4fb1d 100644 --- a/lib/asciidoctor-revealjs/converter.rb +++ b/lib/asciidoctor-revealjs/converter.rb @@ -519,25 +519,25 @@ def convert_admonition(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; if (has_role? 'aside') or (has_role? 'speaker') or (has_role? 'notes'); - ; _buf << ("".freeze); + _buf = []; if (has_role? 'aside') or (has_role? 'speaker') or (has_role? 'notes'); + ; _buf << (""); ; else; - ; _slim_controls1 = html_tag('div', { :id => @id, :class => ['admonitionblock', (attr :name), role, ('fragment' if (option? :step) || (attr? 'step'))] }.merge(data_attrs(@attributes))) do; _slim_controls2 = ''; - ; _slim_controls2 << ("
".freeze); + ; _slim_controls1 = html_tag('div', { :id => @id, :class => ['admonitionblock', (attr :name), role, ('fragment' if (option? :step) || (attr? 'step'))] }.merge(data_attrs(@attributes))) do; _slim_controls2 = []; + ; _slim_controls2 << ("
"); ; ; if @document.attr? :icons, 'font'; ; icon_mapping = Hash['caution', 'fire', 'important', 'exclamation-circle', 'note', 'info-circle', 'tip', 'lightbulb-o', 'warning', 'warning']; - ; _slim_controls2 << ("".freeze); + ; _slim_controls2 << (""); ; elsif @document.attr? :icons; - ; _slim_controls2 << ("".freeze); + ; _slim_controls2 << (""); ; else; - ; _slim_controls2 << ("
".freeze); _slim_controls2 << (((attr :textlabel) || @caption).to_s); - ; _slim_controls2 << ("
".freeze); end; _slim_controls2 << ("
".freeze); + ; _slim_controls2 << ("
"); _slim_controls2 << ((attr :textlabel) || @caption); + ; _slim_controls2 << ("
"); end; _slim_controls2 << ("
"); ; if title?; - ; _slim_controls2 << ("
".freeze); _slim_controls2 << ((title).to_s); - ; _slim_controls2 << ("
".freeze); end; _slim_controls2 << ((content).to_s); - ; _slim_controls2 << ("
".freeze); _slim_controls2; end; _buf << ((_slim_controls1).to_s); end; _buf + ; _slim_controls2 << ("
"); _slim_controls2 << (title); + ; _slim_controls2 << ("
"); end; _slim_controls2 << (content); + ; _slim_controls2 << ("
"); _slim_controls2 = _slim_controls2.join(""); end; _buf << (_slim_controls1); end; _buf = _buf.join("") end end @@ -545,13 +545,13 @@ def convert_audio(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; _slim_controls1 = html_tag('div', { :id => @id, :class => ['audioblock', @style, role] }.merge(data_attrs(@attributes))) do; _slim_controls2 = ''; + _buf = []; _slim_controls1 = html_tag('div', { :id => @id, :class => ['audioblock', @style, role] }.merge(data_attrs(@attributes))) do; _slim_controls2 = []; ; if title?; - ; _slim_controls2 << ("
".freeze); _slim_controls2 << ((captioned_title).to_s); - ; _slim_controls2 << ("
".freeze); end; _slim_controls2 << ("
Your browser does not support the audio tag.
".freeze); + ; _slim_controls2 << ("
"); _slim_controls2 << (captioned_title); + ; _slim_controls2 << ("
"); end; _slim_controls2 << ("
Your browser does not support the audio tag.
"); ; - ; _slim_controls2; end; _buf << ((_slim_controls1).to_s); _buf + ; _slim_controls2 = _slim_controls2.join(""); end; _buf << (_slim_controls1); _buf = _buf.join("") end end @@ -559,27 +559,27 @@ def convert_colist(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; _slim_controls1 = html_tag('div', { :id => @id, :class => ['colist', @style, role, ('fragment' if (option? :step) || (attr? 'step'))] }.merge(data_attrs(@attributes))) do; _slim_controls2 = ''; + _buf = []; _slim_controls1 = html_tag('div', { :id => @id, :class => ['colist', @style, role, ('fragment' if (option? :step) || (attr? 'step'))] }.merge(data_attrs(@attributes))) do; _slim_controls2 = []; ; if title?; - ; _slim_controls2 << ("
".freeze); _slim_controls2 << ((title).to_s); - ; _slim_controls2 << ("
".freeze); end; if @document.attr? :icons; + ; _slim_controls2 << ("
"); _slim_controls2 << (title); + ; _slim_controls2 << ("
"); end; if @document.attr? :icons; ; font_icons = @document.attr? :icons, 'font'; - ; _slim_controls2 << ("".freeze); + ; _slim_controls2 << ("
"); ; items.each_with_index do |item, i|; ; num = i + 1; - ; _slim_controls2 << ("".freeze); end; _slim_controls2 << ("
".freeze); + ; _slim_controls2 << ("
"); ; ; if font_icons; - ; _slim_controls2 << ("".freeze); - ; _slim_controls2 << ((num).to_s); - ; _slim_controls2 << ("".freeze); else; - ; _slim_controls2 << ("".freeze); - ; end; _slim_controls2 << ("".freeze); _slim_controls2 << ((item.text).to_s); - ; _slim_controls2 << ("
".freeze); else; - ; _slim_controls2 << ("
    ".freeze); + ; _slim_controls2 << (""); + ; _slim_controls2 << (num); + ; _slim_controls2 << (""); else; + ; _slim_controls2 << (""); + ; end; _slim_controls2 << (""); _slim_controls2 << (item.text); + ; _slim_controls2 << (""); end; _slim_controls2 << (""); else; + ; _slim_controls2 << ("
      "); ; items.each do |item|; - ; _slim_controls2 << ("
    1. ".freeze); _slim_controls2 << ((item.text).to_s); - ; _slim_controls2 << ("

    2. ".freeze); end; _slim_controls2 << ("
    ".freeze); end; _slim_controls2; end; _buf << ((_slim_controls1).to_s); _buf + ; _slim_controls2 << ("
  1. "); _slim_controls2 << (item.text); + ; _slim_controls2 << ("

  2. "); end; _slim_controls2 << ("
"); end; _slim_controls2 = _slim_controls2.join(""); end; _buf << (_slim_controls1); _buf = _buf.join("") end end @@ -587,60 +587,60 @@ def convert_dlist(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; case @style; + _buf = []; case @style; ; when 'qanda'; - ; _slim_controls1 = html_tag('div', { :id => @id, :class => ['qlist', @style, role] }.merge(data_attrs(@attributes))) do; _slim_controls2 = ''; + ; _slim_controls1 = html_tag('div', { :id => @id, :class => ['qlist', @style, role] }.merge(data_attrs(@attributes))) do; _slim_controls2 = []; ; if title?; - ; _slim_controls2 << ("
".freeze); _slim_controls2 << ((title).to_s); - ; _slim_controls2 << ("
".freeze); end; _slim_controls2 << ("
    ".freeze); + ; _slim_controls2 << ("
    "); _slim_controls2 << (title); + ; _slim_controls2 << ("
    "); end; _slim_controls2 << ("
      "); ; items.each do |questions, answer|; - ; _slim_controls2 << ("
    1. ".freeze); + ; _slim_controls2 << ("
    2. "); ; [*questions].each do |question|; - ; _slim_controls2 << ("

      ".freeze); _slim_controls2 << ((question.text).to_s); - ; _slim_controls2 << ("

      ".freeze); end; unless answer.nil?; + ; _slim_controls2 << ("

      "); _slim_controls2 << (question.text); + ; _slim_controls2 << ("

      "); end; unless answer.nil?; ; if answer.text?; - ; _slim_controls2 << ("

      ".freeze); _slim_controls2 << ((answer.text).to_s); - ; _slim_controls2 << ("

      ".freeze); end; if answer.blocks?; - ; _slim_controls2 << ((answer.content).to_s); - ; end; end; _slim_controls2 << ("
    3. ".freeze); end; _slim_controls2 << ("
    ".freeze); _slim_controls2; end; _buf << ((_slim_controls1).to_s); when 'horizontal'; - ; _slim_controls3 = html_tag('div', { :id => @id, :class => ['hdlist', role] }.merge(data_attrs(@attributes))) do; _slim_controls4 = ''; + ; _slim_controls2 << ("

    "); _slim_controls2 << (answer.text); + ; _slim_controls2 << ("

    "); end; if answer.blocks?; + ; _slim_controls2 << (answer.content); + ; end; end; _slim_controls2 << (""); end; _slim_controls2 << ("
"); _slim_controls2 = _slim_controls2.join(""); end; _buf << (_slim_controls1); when 'horizontal'; + ; _slim_controls3 = html_tag('div', { :id => @id, :class => ['hdlist', role] }.merge(data_attrs(@attributes))) do; _slim_controls4 = []; ; if title?; - ; _slim_controls4 << ("
".freeze); _slim_controls4 << ((title).to_s); - ; _slim_controls4 << ("
".freeze); end; _slim_controls4 << ("".freeze); + ; _slim_controls4 << ("
"); _slim_controls4 << (title); + ; _slim_controls4 << ("
"); end; _slim_controls4 << ("
"); ; if (attr? :labelwidth) || (attr? :itemwidth); - ; _slim_controls4 << ("".freeze); + ; _slim_controls4 << (""); ; end; items.each do |terms, dd|; - ; _slim_controls4 << ("".freeze); + ; _slim_controls4 << (""); ; terms = [*terms]; ; last_term = terms.last; ; terms.each do |dt|; - ; _slim_controls4 << ((dt.text).to_s); + ; _slim_controls4 << (dt.text); ; if dt != last_term; - ; _slim_controls4 << ("
".freeze); - ; end; end; _slim_controls4 << ("
".freeze); end; _slim_controls4 << ("
".freeze); + ; _slim_controls4 << ("
"); + ; end; end; _slim_controls4 << ("
"); ; unless dd.nil?; ; if dd.text?; - ; _slim_controls4 << ("

".freeze); _slim_controls4 << ((dd.text).to_s); - ; _slim_controls4 << ("

".freeze); end; if dd.blocks?; - ; _slim_controls4 << ((dd.content).to_s); - ; end; end; _slim_controls4 << ("
".freeze); _slim_controls4; end; _buf << ((_slim_controls3).to_s); else; - ; _slim_controls5 = html_tag('div', { :id => @id, :class => ['dlist', @style, role] }.merge(data_attrs(@attributes))) do; _slim_controls6 = ''; + ; _slim_controls4 << ("

"); _slim_controls4 << (dd.text); + ; _slim_controls4 << ("

"); end; if dd.blocks?; + ; _slim_controls4 << (dd.content); + ; end; end; _slim_controls4 << (""); end; _slim_controls4 << (""); _slim_controls4 = _slim_controls4.join(""); end; _buf << (_slim_controls3); else; + ; _slim_controls5 = html_tag('div', { :id => @id, :class => ['dlist', @style, role] }.merge(data_attrs(@attributes))) do; _slim_controls6 = []; ; if title?; - ; _slim_controls6 << ("
".freeze); _slim_controls6 << ((title).to_s); - ; _slim_controls6 << ("
".freeze); end; _slim_controls6 << ("
".freeze); + ; _slim_controls6 << ("
"); _slim_controls6 << (title); + ; _slim_controls6 << ("
"); end; _slim_controls6 << ("
"); ; items.each do |terms, dd|; ; [*terms].each do |dt|; - ; _slim_controls6 << ("".freeze); _slim_controls6 << ((dt.text).to_s); - ; _slim_controls6 << ("".freeze); end; unless dd.nil?; - ; _slim_controls6 << ("
".freeze); + ; _slim_controls6 << (""); _slim_controls6 << (dt.text); + ; _slim_controls6 << (""); end; unless dd.nil?; + ; _slim_controls6 << ("
"); ; if dd.text?; - ; _slim_controls6 << ("

".freeze); _slim_controls6 << ((dd.text).to_s); - ; _slim_controls6 << ("

".freeze); end; if dd.blocks?; - ; _slim_controls6 << ((dd.content).to_s); - ; end; _slim_controls6 << ("
".freeze); end; end; _slim_controls6 << ("
".freeze); _slim_controls6; end; _buf << ((_slim_controls5).to_s); end; _buf + ; _slim_controls6 << ("

"); _slim_controls6 << (dd.text); + ; _slim_controls6 << ("

"); end; if dd.blocks?; + ; _slim_controls6 << (dd.content); + ; end; _slim_controls6 << (""); end; end; _slim_controls6 << ("
"); _slim_controls6 = _slim_controls6.join(""); end; _buf << (_slim_controls5); end; _buf = _buf.join("") end end @@ -648,11 +648,11 @@ def convert_document(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; slides_content = self.content; + _buf = []; slides_content = self.content; ; content_for :slides do; ; unless noheader; ; unless (header_docinfo = docinfo :header, '-revealjs.html').empty?; - ; _buf << ((header_docinfo).to_s); + ; _buf << (header_docinfo); ; end; if header?; ; bg_image = (attr? 'title-slide-background-image') ? (image_uri(attr 'title-slide-background-image')) : nil; ; bg_video = (attr? 'title-slide-background-video') ? (media_uri(attr 'title-slide-background-video')) : nil; @@ -671,30 +671,30 @@ def convert_document(node, opts = {}) ; ; ; - ; _buf << ("".freeze); + ; _buf << (""); ; if (_title_obj = doctitle partition: true, use_fallback: true).subtitle?; - ; _buf << ("

".freeze); _buf << ((slice_text _title_obj.title, (_slice = header.option? :slice)).to_s); - ; _buf << ("

".freeze); _buf << ((slice_text _title_obj.subtitle, _slice).to_s); - ; _buf << ("

".freeze); else; - ; _buf << ("

".freeze); _buf << ((@header.title).to_s); - ; _buf << ("

".freeze); end; preamble = @document.find_by context: :preamble; + ; _buf << ("

"); _buf << (slice_text _title_obj.title, (_slice = header.option? :slice)); + ; _buf << ("

"); _buf << (slice_text _title_obj.subtitle, _slice); + ; _buf << ("

"); else; + ; _buf << ("

"); _buf << (@header.title); + ; _buf << ("

"); end; preamble = @document.find_by context: :preamble; ; unless preamble.nil? or preamble.length == 0; - ; _buf << ("
".freeze); _buf << ((preamble.pop.content).to_s); - ; _buf << ("
".freeze); end; _buf << ((generate_authors(@document)).to_s); - ; _buf << ("".freeze); - ; end; end; _buf << ((slides_content).to_s); + ; _buf << ("
"); _buf << (preamble.pop.content); + ; _buf << ("
"); end; _buf << (generate_authors(@document)); + ; _buf << (""); + ; end; end; _buf << (slides_content); ; unless (footer_docinfo = docinfo :footer, '-revealjs.html').empty?; - ; _buf << ((footer_docinfo).to_s); + ; _buf << (footer_docinfo); ; - ; end; end; _buf << ("".freeze); + ; end; end; _buf << ("<!DOCTYPE html><html"); + ; _slim_codeattributes16 = (attr :lang, 'en' unless attr? :nolang); if _slim_codeattributes16; if _slim_codeattributes16 == true; _buf << (" lang"); else; _buf << (" lang=\""); _buf << (_slim_codeattributes16); _buf << ("\""); end; end; _buf << ("><head><meta charset=\"utf-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui\"><title>"); ; ; ; ; - ; _buf << (((doctitle sanitize: true, use_fallback: true)).to_s); + ; _buf << ((doctitle sanitize: true, use_fallback: true)); ; - ; _buf << ("".freeze); if RUBY_ENGINE == 'opal' && JAVASCRIPT_PLATFORM == 'node'; + ; _buf << (""); if RUBY_ENGINE == 'opal' && JAVASCRIPT_PLATFORM == 'node'; ; revealjsdir = (attr :revealjsdir, 'node_modules/reveal.js'); ; else; ; revealjsdir = (attr :revealjsdir, 'reveal.js'); @@ -703,7 +703,7 @@ def convert_document(node, opts = {}) ; end; cdn_base = %(#{asset_uri_scheme}//cdnjs.cloudflare.com/ajax/libs); ; [:description, :keywords, :author, :copyright].each do |key|; ; if attr? key; - ; _buf << ("".freeze); + ; _buf << (""); ; end; end; if attr? 'favicon'; ; if (icon_href = attr 'favicon').empty?; ; icon_href = 'favicon.ico'; @@ -712,13 +712,13 @@ def convert_document(node, opts = {}) ; icon_type = icon_ext == '.ico' ? 'image/x-icon' : %(image/#{icon_ext.slice 1, icon_ext.length}); ; else; ; icon_type = 'image/x-icon'; - ; end; _buf << ("".freeze); + ; end; _buf << (""); ; end; linkcss = (attr? 'linkcss'); - ; _buf << ("".freeze); + ; _slim_codeattributes19 = (attr :revealjs_customtheme, %(#{revealjsdir}/dist/theme/#{attr 'revealjs_theme', 'black'}.css)); if _slim_codeattributes19; if _slim_codeattributes19 == true; _buf << (" href"); else; _buf << (" href=\""); _buf << (_slim_codeattributes19); _buf << ("\""); end; end; _buf << (" id=\"theme\">"); ; ; ; @@ -726,28 +726,28 @@ def convert_document(node, opts = {}) ; ; if attr? 'iconfont-remote'; ; if (iconfont_cdn = (attr 'iconfont-cdn')); - ; _buf << ("".freeze); + ; _buf << (""); ; else; ; ; font_awesome_version = (attr 'font-awesome-version', '5.15.1'); - ; _buf << ("".freeze); + ; _buf << (""); ; end; else; - ; _buf << ("".freeze); - ; end; end; _buf << ((generate_stem(cdn_base)).to_s); + ; _buf << (""); + ; end; end; _buf << (generate_stem(cdn_base)); ; syntax_hl = self.syntax_highlighter; ; if syntax_hl && (syntax_hl.docinfo? :head); - ; _buf << ((syntax_hl.docinfo :head, self, cdn_base_url: cdn_base, linkcss: linkcss, self_closing_tag_slash: '/').to_s); + ; _buf << (syntax_hl.docinfo :head, self, cdn_base_url: cdn_base, linkcss: linkcss, self_closing_tag_slash: '/'); ; end; if attr? :customcss; - ; _buf << ("".freeze); + ; _buf << (""); ; end; unless (_docinfo = docinfo :head, '-revealjs.html').empty?; - ; _buf << ((_docinfo).to_s); - ; end; _buf << ("
".freeze); + ; _buf << (_docinfo); + ; end; _buf << ("
"); ; ; ; ; yield_content :slides; - ; _buf << ("
".freeze); + ; _buf << (attr 'revealjs_width', 960); _buf << (", "); _buf << (attr 'revealjs_height', 700); _buf << (")\n});"); ; ; ; if syntax_hl && (syntax_hl.docinfo? :footer); - ; _buf << ((syntax_hl.docinfo :footer, self, cdn_base_url: cdn_base, linkcss: linkcss, self_closing_tag_slash: '/').to_s); + ; _buf << (syntax_hl.docinfo :footer, self, cdn_base_url: cdn_base, linkcss: linkcss, self_closing_tag_slash: '/'); ; ; end; unless (docinfo_content = (docinfo :footer, '.html')).empty?; - ; _buf << ((docinfo_content).to_s); - ; end; _buf << ("".freeze); _buf + ; _buf << (docinfo_content); + ; end; _buf << (""); _buf = _buf.join("") end end @@ -994,16 +994,16 @@ def convert_embedded(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; unless notitle || !has_header?; - ; _buf << ("".freeze); _buf << ((@header.title).to_s); - ; _buf << ("".freeze); end; _buf << ((content).to_s); + _buf = []; unless notitle || !has_header?; + ; _buf << (""); _buf << (@header.title); + ; _buf << (""); end; _buf << (content); ; unless !footnotes? || attr?(:nofootnotes); - ; _buf << ("

".freeze); + ; _buf << ("

"); ; ; footnotes.each do |fn|; - ; _buf << ("
".freeze); _buf << ((fn.index).to_s); _buf << (". ".freeze); _buf << ((fn.text).to_s); - ; _buf << ("
".freeze); end; _buf << ("
".freeze); end; _buf + ; _buf << ("
"); _buf << (fn.index); _buf << (". "); _buf << (fn.text); + ; _buf << ("
"); end; _buf << ("
"); end; _buf = _buf.join("") end end @@ -1011,11 +1011,11 @@ def convert_example(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; _slim_controls1 = html_tag('div', { :id => @id, :class => ['exampleblock', role, ('fragment' if (option? :step) || (attr? 'step'))] }.merge(data_attrs(@attributes))) do; _slim_controls2 = ''; + _buf = []; _slim_controls1 = html_tag('div', { :id => @id, :class => ['exampleblock', role, ('fragment' if (option? :step) || (attr? 'step'))] }.merge(data_attrs(@attributes))) do; _slim_controls2 = []; ; if title?; - ; _slim_controls2 << ("
".freeze); _slim_controls2 << ((captioned_title).to_s); - ; _slim_controls2 << ("
".freeze); end; _slim_controls2 << ("
".freeze); _slim_controls2 << ((content).to_s); - ; _slim_controls2 << ("
".freeze); _slim_controls2; end; _buf << ((_slim_controls1).to_s); _buf + ; _slim_controls2 << ("
"); _slim_controls2 << (captioned_title); + ; _slim_controls2 << ("
"); end; _slim_controls2 << ("
"); _slim_controls2 << (content); + ; _slim_controls2 << ("
"); _slim_controls2 = _slim_controls2.join(""); end; _buf << (_slim_controls1); _buf = _buf.join("") end end @@ -1023,9 +1023,9 @@ def convert_floating_title(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; _slim_htag_filter1 = ((level + 1)).to_s; _buf << ("".freeze); - ; _buf << ((title).to_s); - ; _buf << ("".freeze); _buf + _buf = []; _slim_htag_filter1 = ((level + 1)).to_s; _buf << (""); + ; _buf << (title); + ; _buf << (""); _buf = _buf.join("") end end @@ -1033,13 +1033,13 @@ def convert_image(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; unless attributes[1] == 'background' || attributes[1] == 'canvas'; + _buf = []; unless attributes[1] == 'background' || attributes[1] == 'canvas'; ; inline_style = [("text-align: #{attr :align}" if attr? :align),("float: #{attr :float}" if attr? :float)].compact.join('; '); - ; _slim_controls1 = html_tag('div', { :id => @id, :class => ['imageblock', role, ('fragment' if (option? :step) || (attr? 'step'))], :style => inline_style }.merge(data_attrs(@attributes))) do; _slim_controls2 = ''; - ; _slim_controls2 << ((convert_image).to_s); - ; _slim_controls2; end; _buf << ((_slim_controls1).to_s); if title?; - ; _buf << ("
".freeze); _buf << ((captioned_title).to_s); - ; _buf << ("
".freeze); end; end; _buf + ; _slim_controls1 = html_tag('div', { :id => @id, :class => ['imageblock', role, ('fragment' if (option? :step) || (attr? 'step'))], :style => inline_style }.merge(data_attrs(@attributes))) do; _slim_controls2 = []; + ; _slim_controls2 << (convert_image); + ; _slim_controls2 = _slim_controls2.join(""); end; _buf << (_slim_controls1); if title?; + ; _buf << ("
"); _buf << (captioned_title); + ; _buf << ("
"); end; end; _buf = _buf.join("") end end @@ -1047,20 +1047,20 @@ def convert_inline_anchor(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; case @type; + _buf = []; case @type; ; when :xref; ; refid = (attr :refid) || @target; - ; _slim_controls1 = html_tag('a', { :href => @target, :class => [role, ('fragment' if (option? :step) || (attr? 'step'))].compact }.merge(data_attrs(@attributes))) do; _slim_controls2 = ''; - ; _slim_controls2 << (((@text || @document.references[:ids].fetch(refid, "[#{refid}]")).tr_s("\n", ' ')).to_s); - ; _slim_controls2; end; _buf << ((_slim_controls1).to_s); when :ref; - ; _buf << ((html_tag('a', { :id => @target }.merge(data_attrs(@attributes)))).to_s); + ; _slim_controls1 = html_tag('a', { :href => @target, :class => [role, ('fragment' if (option? :step) || (attr? 'step'))].compact }.merge(data_attrs(@attributes))) do; _slim_controls2 = []; + ; _slim_controls2 << ((@text || @document.references[:ids].fetch(refid, "[#{refid}]")).tr_s("\n", ' ')); + ; _slim_controls2 = _slim_controls2.join(""); end; _buf << (_slim_controls1); when :ref; + ; _buf << (html_tag('a', { :id => @target }.merge(data_attrs(@attributes)))); ; when :bibref; - ; _buf << ((html_tag('a', { :id => @target }.merge(data_attrs(@attributes)))).to_s); - ; _buf << ("[".freeze); _buf << ((@target).to_s); _buf << ("]".freeze); + ; _buf << (html_tag('a', { :id => @target }.merge(data_attrs(@attributes)))); + ; _buf << ("["); _buf << (@target); _buf << ("]"); ; else; - ; _slim_controls3 = html_tag('a', { :href => @target, :class => [role, ('fragment' if (option? :step) || (attr? 'step'))].compact, :target => (attr :window), 'data-preview-link' => (bool_data_attr :preview) }.merge(data_attrs(@attributes))) do; _slim_controls4 = ''; - ; _slim_controls4 << ((@text).to_s); - ; _slim_controls4; end; _buf << ((_slim_controls3).to_s); end; _buf + ; _slim_controls3 = html_tag('a', { :href => @target, :class => [role, ('fragment' if (option? :step) || (attr? 'step'))].compact, :target => (attr :window), 'data-preview-link' => (bool_data_attr :preview) }.merge(data_attrs(@attributes))) do; _slim_controls4 = []; + ; _slim_controls4 << (@text); + ; _slim_controls4 = _slim_controls4.join(""); end; _buf << (_slim_controls3); end; _buf = _buf.join("") end end @@ -1068,9 +1068,9 @@ def convert_inline_break(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; _buf << ((@text).to_s); - ; _buf << ("
".freeze); - ; _buf + _buf = []; _buf << (@text); + ; _buf << ("
"); + ; _buf = _buf.join("") end end @@ -1078,9 +1078,9 @@ def convert_inline_button(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; _slim_controls1 = html_tag('b', { :class => ['button'] }.merge(data_attrs(@attributes))) do; _slim_controls2 = ''; - ; _slim_controls2 << ((@text).to_s); - ; _slim_controls2; end; _buf << ((_slim_controls1).to_s); _buf + _buf = []; _slim_controls1 = html_tag('b', { :class => ['button'] }.merge(data_attrs(@attributes))) do; _slim_controls2 = []; + ; _slim_controls2 << (@text); + ; _slim_controls2 = _slim_controls2.join(""); end; _buf << (_slim_controls1); _buf = _buf.join("") end end @@ -1088,14 +1088,14 @@ def convert_inline_callout(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; if @document.attr? :icons, 'font'; - ; _buf << ("".freeze); - ; _buf << (("(#{@text})").to_s); - ; _buf << ("".freeze); elsif @document.attr? :icons; - ; _buf << ("".freeze); + _buf = []; if @document.attr? :icons, 'font'; + ; _buf << (""); + ; _buf << ("(#{@text})"); + ; _buf << (""); elsif @document.attr? :icons; + ; _buf << (""); ; else; - ; _buf << ("".freeze); _buf << (("(#{@text})").to_s); - ; _buf << ("".freeze); end; _buf + ; _buf << (""); _buf << ("(#{@text})"); + ; _buf << (""); end; _buf = _buf.join("") end end @@ -1103,20 +1103,20 @@ def convert_inline_footnote(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; footnote = slide_footnote(self); + _buf = []; footnote = slide_footnote(self); ; index = footnote.attr(:index); ; id = footnote.id; ; if @type == :xref; - ; _slim_controls1 = html_tag('sup', { :class => ['footnoteref'] }.merge(data_attrs(footnote.attributes))) do; _slim_controls2 = ''; - ; _slim_controls2 << ("[".freeze); - ; _slim_controls2 << ((index).to_s); - ; _slim_controls2 << ("]".freeze); - ; _slim_controls2; end; _buf << ((_slim_controls1).to_s); else; - ; _slim_controls3 = html_tag('sup', { :id => ("_footnote_#{id}" if id), :class => ['footnote'] }.merge(data_attrs(footnote.attributes))) do; _slim_controls4 = ''; - ; _slim_controls4 << ("[".freeze); - ; _slim_controls4 << ((index).to_s); - ; _slim_controls4 << ("]".freeze); - ; _slim_controls4; end; _buf << ((_slim_controls3).to_s); end; _buf + ; _slim_controls1 = html_tag('sup', { :class => ['footnoteref'] }.merge(data_attrs(footnote.attributes))) do; _slim_controls2 = []; + ; _slim_controls2 << ("["); + ; _slim_controls2 << (index); + ; _slim_controls2 << ("]"); + ; _slim_controls2 = _slim_controls2.join(""); end; _buf << (_slim_controls1); else; + ; _slim_controls3 = html_tag('sup', { :id => ("_footnote_#{id}" if id), :class => ['footnote'] }.merge(data_attrs(footnote.attributes))) do; _slim_controls4 = []; + ; _slim_controls4 << ("["); + ; _slim_controls4 << (index); + ; _slim_controls4 << ("]"); + ; _slim_controls4 = _slim_controls4.join(""); end; _buf << (_slim_controls3); end; _buf = _buf.join("") end end @@ -1124,9 +1124,9 @@ def convert_inline_image(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; _slim_controls1 = html_tag('span', { :class => [@type, role, ('fragment' if (option? :step) || (attr? 'step'))], :style => ("float: #{attr :float}" if attr? :float) }.merge(data_attrs(@attributes))) do; _slim_controls2 = ''; - ; _slim_controls2 << ((convert_inline_image).to_s); - ; _slim_controls2; end; _buf << ((_slim_controls1).to_s); _buf + _buf = []; _slim_controls1 = html_tag('span', { :class => [@type, role, ('fragment' if (option? :step) || (attr? 'step'))], :style => ("float: #{attr :float}" if attr? :float) }.merge(data_attrs(@attributes))) do; _slim_controls2 = []; + ; _slim_controls2 << (convert_inline_image); + ; _slim_controls2 = _slim_controls2.join(""); end; _buf << (_slim_controls1); _buf = _buf.join("") end end @@ -1134,9 +1134,9 @@ def convert_inline_indexterm(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; if @type == :visible; - ; _buf << ((@text).to_s); - ; end; _buf + _buf = []; if @type == :visible; + ; _buf << (@text); + ; end; _buf = _buf.join("") end end @@ -1144,16 +1144,16 @@ def convert_inline_kbd(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; if (keys = attr 'keys').size == 1; - ; _slim_controls1 = html_tag('kbd', data_attrs(@attributes)) do; _slim_controls2 = ''; - ; _slim_controls2 << ((keys.first).to_s); - ; _slim_controls2; end; _buf << ((_slim_controls1).to_s); else; - ; _slim_controls3 = html_tag('span', { :class => ['keyseq'] }.merge(data_attrs(@attributes))) do; _slim_controls4 = ''; + _buf = []; if (keys = attr 'keys').size == 1; + ; _slim_controls1 = html_tag('kbd', data_attrs(@attributes)) do; _slim_controls2 = []; + ; _slim_controls2 << (keys.first); + ; _slim_controls2 = _slim_controls2.join(""); end; _buf << (_slim_controls1); else; + ; _slim_controls3 = html_tag('span', { :class => ['keyseq'] }.merge(data_attrs(@attributes))) do; _slim_controls4 = []; ; keys.each_with_index do |key, idx|; ; unless idx.zero?; - ; _slim_controls4 << ("+".freeze); - ; end; _slim_controls4 << ("".freeze); _slim_controls4 << ((key).to_s); - ; _slim_controls4 << ("".freeze); end; _slim_controls4; end; _buf << ((_slim_controls3).to_s); end; _buf + ; _slim_controls4 << ("+"); + ; end; _slim_controls4 << (""); _slim_controls4 << (key); + ; _slim_controls4 << (""); end; _slim_controls4 = _slim_controls4.join(""); end; _buf << (_slim_controls3); end; _buf = _buf.join("") end end @@ -1161,23 +1161,23 @@ def convert_inline_menu(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; menu = attr 'menu'; + _buf = []; menu = attr 'menu'; ; menuitem = attr 'menuitem'; ; if !(submenus = attr 'submenus').empty?; - ; _slim_controls1 = html_tag('span', { :class => ['menuseq'] }.merge(data_attrs(@attributes))) do; _slim_controls2 = ''; - ; _slim_controls2 << ("".freeze); _slim_controls2 << ((menu).to_s); - ; _slim_controls2 << (" ▸ ".freeze); - ; _slim_controls2 << ((submenus.map {|submenu| %(#{submenu} ▸ ) }.join).to_s); - ; _slim_controls2 << ("".freeze); _slim_controls2 << ((menuitem).to_s); - ; _slim_controls2 << ("".freeze); _slim_controls2; end; _buf << ((_slim_controls1).to_s); elsif !menuitem.nil?; - ; _slim_controls3 = html_tag('span', { :class => ['menuseq'] }.merge(data_attrs(@attributes))) do; _slim_controls4 = ''; - ; _slim_controls4 << ("".freeze); _slim_controls4 << ((menu).to_s); - ; _slim_controls4 << (" ▸ ".freeze); - ; _slim_controls4 << ((menuitem).to_s); - ; _slim_controls4 << ("".freeze); _slim_controls4; end; _buf << ((_slim_controls3).to_s); else; - ; _slim_controls5 = html_tag('span', { :class => ['menu'] }.merge(data_attrs(@attributes))) do; _slim_controls6 = ''; - ; _slim_controls6 << ((menu).to_s); - ; _slim_controls6; end; _buf << ((_slim_controls5).to_s); end; _buf + ; _slim_controls1 = html_tag('span', { :class => ['menuseq'] }.merge(data_attrs(@attributes))) do; _slim_controls2 = []; + ; _slim_controls2 << (""); _slim_controls2 << (menu); + ; _slim_controls2 << (" ▸ "); + ; _slim_controls2 << (submenus.map {|submenu| %(#{submenu} ▸ ) }.join); + ; _slim_controls2 << (""); _slim_controls2 << (menuitem); + ; _slim_controls2 << (""); _slim_controls2 = _slim_controls2.join(""); end; _buf << (_slim_controls1); elsif !menuitem.nil?; + ; _slim_controls3 = html_tag('span', { :class => ['menuseq'] }.merge(data_attrs(@attributes))) do; _slim_controls4 = []; + ; _slim_controls4 << (""); _slim_controls4 << (menu); + ; _slim_controls4 << (" ▸ "); + ; _slim_controls4 << (menuitem); + ; _slim_controls4 << (""); _slim_controls4 = _slim_controls4.join(""); end; _buf << (_slim_controls3); else; + ; _slim_controls5 = html_tag('span', { :class => ['menu'] }.merge(data_attrs(@attributes))) do; _slim_controls6 = []; + ; _slim_controls6 << (menu); + ; _slim_controls6 = _slim_controls6.join(""); end; _buf << (_slim_controls5); end; _buf = _buf.join("") end end @@ -1185,21 +1185,21 @@ def convert_inline_quoted(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; quote_tags = { emphasis: 'em', strong: 'strong', monospaced: 'code', superscript: 'sup', subscript: 'sub' }; + _buf = []; quote_tags = { emphasis: 'em', strong: 'strong', monospaced: 'code', superscript: 'sup', subscript: 'sub' }; ; if (quote_tag = quote_tags[@type]); - ; _buf << ((html_tag(quote_tag, { :id => @id, :class => [role, ('fragment' if (option? :step) || (attr? 'step'))].compact }.merge(data_attrs(@attributes)), @text)).to_s); + ; _buf << (html_tag(quote_tag, { :id => @id, :class => [role, ('fragment' if (option? :step) || (attr? 'step'))].compact }.merge(data_attrs(@attributes)), @text)); ; else; ; case @type; ; when :double; - ; _buf << ((inline_text_container("“#{@text}”")).to_s); + ; _buf << (inline_text_container("“#{@text}”")); ; when :single; - ; _buf << ((inline_text_container("‘#{@text}’")).to_s); + ; _buf << (inline_text_container("‘#{@text}’")); ; when :asciimath, :latexmath; ; open, close = Asciidoctor::INLINE_MATH_DELIMITERS[@type]; - ; _buf << ((inline_text_container("#{open}#{@text}#{close}")).to_s); + ; _buf << (inline_text_container("#{open}#{@text}#{close}")); ; else; - ; _buf << ((inline_text_container(@text)).to_s); - ; end; end; _buf + ; _buf << (inline_text_container(@text)); + ; end; end; _buf = _buf.join("") end end @@ -1207,7 +1207,7 @@ def convert_listing(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; nowrap = (option? 'nowrap') || !(document.attr? 'prewrap'); + _buf = []; nowrap = (option? 'nowrap') || !(document.attr? 'prewrap'); ; if @style == 'source'; ; syntax_hl = document.syntax_highlighter; ; lang = attr :language; @@ -1218,21 +1218,21 @@ def convert_listing(node, opts = {}) ; opts = syntax_hl.highlight? ? { css_mode: css_mode, style: style } : {}; ; opts[:nowrap] = nowrap; ; end; - ; end; _slim_controls1 = html_tag('div', { :id => id, :class => ['listingblock', role, ('fragment' if (option? :step) || (attr? 'step'))] }.merge(data_attrs(@attributes.reject {|key, _| key == 'data-id' }))) do; _slim_controls2 = ''; + ; end; _slim_controls1 = html_tag('div', { :id => id, :class => ['listingblock', role, ('fragment' if (option? :step) || (attr? 'step'))] }.merge(data_attrs(@attributes.reject {|key, _| key == 'data-id' }))) do; _slim_controls2 = []; ; if title?; - ; _slim_controls2 << ("
".freeze); _slim_controls2 << ((captioned_title).to_s); - ; _slim_controls2 << ("
".freeze); end; _slim_controls2 << ("
".freeze); + ; _slim_controls2 << ("
"); _slim_controls2 << (captioned_title); + ; _slim_controls2 << ("
"); end; _slim_controls2 << ("
"); ; if syntax_hl; - ; _slim_controls2 << (((syntax_hl.format self, lang, opts)).to_s); + ; _slim_controls2 << ((syntax_hl.format self, lang, opts)); ; else; ; if @style == 'source'; - ; _slim_controls2 << ("".freeze); - ; _slim_controls2 << ((content || '').to_s); - ; _slim_controls2 << ("".freeze); else; - ; _slim_controls2 << ("".freeze); - ; _slim_controls2 << ((content || '').to_s); - ; _slim_controls2 << ("".freeze); end; end; _slim_controls2 << ("
".freeze); _slim_controls2; end; _buf << ((_slim_controls1).to_s); _buf + ; _slim_controls2 << (""); + ; _slim_controls2 << (content || ''); + ; _slim_controls2 << (""); else; + ; _slim_controls2 << (""); + ; _slim_controls2 << (content || ''); + ; _slim_controls2 << (""); end; end; _slim_controls2 << ("
"); _slim_controls2 = _slim_controls2.join(""); end; _buf << (_slim_controls1); _buf = _buf.join("") end end @@ -1240,11 +1240,11 @@ def convert_literal(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; _slim_controls1 = html_tag('div', { :id => id, :class => ['literalblock', role, ('fragment' if (option? :step) || (attr? 'step'))] }.merge(data_attrs(@attributes))) do; _slim_controls2 = ''; + _buf = []; _slim_controls1 = html_tag('div', { :id => id, :class => ['literalblock', role, ('fragment' if (option? :step) || (attr? 'step'))] }.merge(data_attrs(@attributes))) do; _slim_controls2 = []; ; if title?; - ; _slim_controls2 << ("
".freeze); _slim_controls2 << ((title).to_s); - ; _slim_controls2 << ("
".freeze); end; _slim_controls2 << ("
".freeze); _slim_controls2 << ((content).to_s); - ; _slim_controls2 << ("
".freeze); _slim_controls2; end; _buf << ((_slim_controls1).to_s); _buf + ; _slim_controls2 << ("
"); _slim_controls2 << (title); + ; _slim_controls2 << ("
"); end; _slim_controls2 << ("
"); _slim_controls2 << (content); + ; _slim_controls2 << ("
"); _slim_controls2 = _slim_controls2.join(""); end; _buf << (_slim_controls1); _buf = _buf.join("") end end @@ -1252,8 +1252,8 @@ def convert_notes(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; _buf << ("".freeze); _buf + _buf = []; _buf << (""); _buf = _buf.join("") end end @@ -1261,16 +1261,16 @@ def convert_olist(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; _slim_controls1 = html_tag('div', { :id => @id, :class => ['olist', @style, role] }.merge(data_attrs(@attributes))) do; _slim_controls2 = ''; + _buf = []; _slim_controls1 = html_tag('div', { :id => @id, :class => ['olist', @style, role] }.merge(data_attrs(@attributes))) do; _slim_controls2 = []; ; if title?; - ; _slim_controls2 << ("
".freeze); _slim_controls2 << ((title).to_s); - ; _slim_controls2 << ("
".freeze); end; _slim_controls2 << ("".freeze); + ; _slim_controls2 << ("
"); _slim_controls2 << (title); + ; _slim_controls2 << ("
"); end; _slim_controls2 << (""); ; items.each do |item|; - ; _slim_controls2 << ("

".freeze); - ; _slim_controls2 << ((item.text).to_s); - ; _slim_controls2 << ("

".freeze); if item.blocks?; - ; _slim_controls2 << ((item.content).to_s); - ; end; _slim_controls2 << ("".freeze); end; _slim_controls2 << ("".freeze); _slim_controls2; end; _buf << ((_slim_controls1).to_s); _buf + ; _slim_controls2 << ("

"); + ; _slim_controls2 << (item.text); + ; _slim_controls2 << ("

"); if item.blocks?; + ; _slim_controls2 << (item.content); + ; end; _slim_controls2 << (""); end; _slim_controls2 << (""); _slim_controls2 = _slim_controls2.join(""); end; _buf << (_slim_controls1); _buf = _buf.join("") end end @@ -1278,26 +1278,26 @@ def convert_open(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; if @style == 'abstract'; + _buf = []; if @style == 'abstract'; ; if @parent == @document && @document.doctype == 'book'; ; puts 'asciidoctor: WARNING: abstract block cannot be used in a document without a title when doctype is book. Excluding block content.'; ; else; - ; _slim_controls1 = html_tag('div', { :id => @id, :class => ['quoteblock', 'abstract', role, ('fragment' if (option? :step) || (attr? 'step'))] }.merge(data_attrs(@attributes))) do; _slim_controls2 = ''; + ; _slim_controls1 = html_tag('div', { :id => @id, :class => ['quoteblock', 'abstract', role, ('fragment' if (option? :step) || (attr? 'step'))] }.merge(data_attrs(@attributes))) do; _slim_controls2 = []; ; if title?; - ; _slim_controls2 << ("
".freeze); _slim_controls2 << ((title).to_s); - ; _slim_controls2 << ("
".freeze); end; _slim_controls2 << ("
".freeze); _slim_controls2 << ((content).to_s); - ; _slim_controls2 << ("
".freeze); _slim_controls2; end; _buf << ((_slim_controls1).to_s); end; elsif @style == 'partintro' && (@level != 0 || @parent.context != :section || @document.doctype != 'book'); + ; _slim_controls2 << ("
"); _slim_controls2 << (title); + ; _slim_controls2 << ("
"); end; _slim_controls2 << ("
"); _slim_controls2 << (content); + ; _slim_controls2 << ("
"); _slim_controls2 = _slim_controls2.join(""); end; _buf << (_slim_controls1); end; elsif @style == 'partintro' && (@level != 0 || @parent.context != :section || @document.doctype != 'book'); ; puts 'asciidoctor: ERROR: partintro block can only be used when doctype is book and it\'s a child of a book part. Excluding block content.'; ; else; ; if (has_role? 'aside') or (has_role? 'speaker') or (has_role? 'notes'); - ; _buf << ("".freeze); + ; _buf << (""); ; else; - ; _slim_controls3 = html_tag('div', { :id => @id, :class => ['openblock', (@style != 'open' ? @style : nil), role, ('fragment' if (option? :step) || (attr? 'step'))] }.merge(data_attrs(@attributes))) do; _slim_controls4 = ''; + ; _slim_controls3 = html_tag('div', { :id => @id, :class => ['openblock', (@style != 'open' ? @style : nil), role, ('fragment' if (option? :step) || (attr? 'step'))] }.merge(data_attrs(@attributes))) do; _slim_controls4 = []; ; if title?; - ; _slim_controls4 << ("
".freeze); _slim_controls4 << ((title).to_s); - ; _slim_controls4 << ("
".freeze); end; _slim_controls4 << ("
".freeze); _slim_controls4 << ((content).to_s); - ; _slim_controls4 << ("
".freeze); _slim_controls4; end; _buf << ((_slim_controls3).to_s); end; end; _buf + ; _slim_controls4 << ("
"); _slim_controls4 << (title); + ; _slim_controls4 << ("
"); end; _slim_controls4 << ("
"); _slim_controls4 << (content); + ; _slim_controls4 << ("
"); _slim_controls4 = _slim_controls4.join(""); end; _buf << (_slim_controls3); end; end; _buf = _buf.join("") end end @@ -1305,16 +1305,16 @@ def convert_outline(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; unless sections.empty?; + _buf = []; unless sections.empty?; ; toclevels ||= (document.attr 'toclevels', DEFAULT_TOCLEVELS).to_i; ; slevel = section_level sections.first; - ; _buf << ("
    ".freeze); + ; _buf << ("
      "); ; sections.each do |sec|; - ; _buf << ("
    1. ".freeze); _buf << ((section_title sec).to_s); - ; _buf << ("".freeze); if (sec.level < toclevels) && (child_toc = converter.convert sec, 'outline'); - ; _buf << ((child_toc).to_s); - ; end; _buf << ("
    2. ".freeze); end; _buf << ("
    ".freeze); end; _buf + ; _buf << ("
  1. "); _buf << (section_title sec); + ; _buf << (""); if (sec.level < toclevels) && (child_toc = converter.convert sec, 'outline'); + ; _buf << (child_toc); + ; end; _buf << ("
  2. "); end; _buf << ("
"); end; _buf = _buf.join("") end end @@ -1322,8 +1322,8 @@ def convert_page_break(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; _buf << ("
".freeze); - ; _buf + _buf = []; _buf << ("
"); + ; _buf = _buf.join("") end end @@ -1331,14 +1331,14 @@ def convert_paragraph(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; _slim_controls1 = html_tag('div', { :id => @id, :class => ['paragraph', role, ('fragment' if (option? :step) || (attr? 'step'))] }.merge(data_attrs(@attributes))) do; _slim_controls2 = ''; + _buf = []; _slim_controls1 = html_tag('div', { :id => @id, :class => ['paragraph', role, ('fragment' if (option? :step) || (attr? 'step'))] }.merge(data_attrs(@attributes))) do; _slim_controls2 = []; ; if title?; - ; _slim_controls2 << ("
".freeze); _slim_controls2 << ((title).to_s); - ; _slim_controls2 << ("
".freeze); end; if has_role? 'small'; - ; _slim_controls2 << ("".freeze); _slim_controls2 << ((content).to_s); - ; _slim_controls2 << ("".freeze); else; - ; _slim_controls2 << ("

".freeze); _slim_controls2 << ((content).to_s); - ; _slim_controls2 << ("

".freeze); end; _slim_controls2; end; _buf << ((_slim_controls1).to_s); _buf + ; _slim_controls2 << ("
"); _slim_controls2 << (title); + ; _slim_controls2 << ("
"); end; if has_role? 'small'; + ; _slim_controls2 << (""); _slim_controls2 << (content); + ; _slim_controls2 << (""); else; + ; _slim_controls2 << ("

"); _slim_controls2 << (content); + ; _slim_controls2 << ("

"); end; _slim_controls2 = _slim_controls2.join(""); end; _buf << (_slim_controls1); _buf = _buf.join("") end end @@ -1346,8 +1346,8 @@ def convert_pass(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; _buf << ((content).to_s); - ; _buf + _buf = []; _buf << (content); + ; _buf = _buf.join("") end end @@ -1355,9 +1355,9 @@ def convert_preamble(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; + _buf = []; ; - ; _buf + ; _buf = _buf.join("") end end @@ -1365,21 +1365,21 @@ def convert_quote(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; _slim_controls1 = html_tag('div', { :id => @id, :class => ['quoteblock', role, ('fragment' if (option? :step) || (attr? 'step'))] }.merge(data_attrs(@attributes))) do; _slim_controls2 = ''; + _buf = []; _slim_controls1 = html_tag('div', { :id => @id, :class => ['quoteblock', role, ('fragment' if (option? :step) || (attr? 'step'))] }.merge(data_attrs(@attributes))) do; _slim_controls2 = []; ; if title?; - ; _slim_controls2 << ("
".freeze); _slim_controls2 << ((title).to_s); - ; _slim_controls2 << ("
".freeze); end; _slim_controls2 << ("
".freeze); _slim_controls2 << ((content).to_s); - ; _slim_controls2 << ("
".freeze); attribution = (attr? :attribution) ? (attr :attribution) : nil; + ; _slim_controls2 << ("
"); _slim_controls2 << (title); + ; _slim_controls2 << ("
"); end; _slim_controls2 << ("
"); _slim_controls2 << (content); + ; _slim_controls2 << ("
"); attribution = (attr? :attribution) ? (attr :attribution) : nil; ; citetitle = (attr? :citetitle) ? (attr :citetitle) : nil; ; if attribution || citetitle; - ; _slim_controls2 << ("
".freeze); + ; _slim_controls2 << ("
"); ; if citetitle; - ; _slim_controls2 << ("".freeze); _slim_controls2 << ((citetitle).to_s); - ; _slim_controls2 << ("".freeze); end; if attribution; + ; _slim_controls2 << (""); _slim_controls2 << (citetitle); + ; _slim_controls2 << (""); end; if attribution; ; if citetitle; - ; _slim_controls2 << ("
".freeze); - ; end; _slim_controls2 << ("— ".freeze); _slim_controls2 << ((attribution).to_s); - ; end; _slim_controls2 << ("
".freeze); end; _slim_controls2; end; _buf << ((_slim_controls1).to_s); _buf + ; _slim_controls2 << ("
"); + ; end; _slim_controls2 << ("— "); _slim_controls2 << (attribution); + ; end; _slim_controls2 << ("
"); end; _slim_controls2 = _slim_controls2.join(""); end; _buf << (_slim_controls1); _buf = _buf.join("") end end @@ -1387,8 +1387,8 @@ def convert_ruler(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; _buf << ("
".freeze); - ; _buf + _buf = []; _buf << ("
"); + ; _buf = _buf.join("") end end @@ -1396,16 +1396,16 @@ def convert_sidebar(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; if (has_role? 'aside') or (has_role? 'speaker') or (has_role? 'notes'); - ; _buf << ("".freeze); + _buf = []; if (has_role? 'aside') or (has_role? 'speaker') or (has_role? 'notes'); + ; _buf << (""); ; else; - ; _slim_controls1 = html_tag('div', { :id => @id, :class => ['sidebarblock', role, ('fragment' if (option? :step) || (has_role? 'step') || (attr? 'step'))] }.merge(data_attrs(@attributes))) do; _slim_controls2 = ''; - ; _slim_controls2 << ("
".freeze); + ; _slim_controls1 = html_tag('div', { :id => @id, :class => ['sidebarblock', role, ('fragment' if (option? :step) || (has_role? 'step') || (attr? 'step'))] }.merge(data_attrs(@attributes))) do; _slim_controls2 = []; + ; _slim_controls2 << ("
"); ; if title?; - ; _slim_controls2 << ("
".freeze); _slim_controls2 << ((title).to_s); - ; _slim_controls2 << ("
".freeze); end; _slim_controls2 << ((content).to_s); - ; _slim_controls2 << ("
".freeze); _slim_controls2; end; _buf << ((_slim_controls1).to_s); end; _buf + ; _slim_controls2 << ("
"); _slim_controls2 << (title); + ; _slim_controls2 << ("
"); end; _slim_controls2 << (content); + ; _slim_controls2 << ("
"); _slim_controls2 = _slim_controls2.join(""); end; _buf << (_slim_controls1); end; _buf = _buf.join("") end end @@ -1413,17 +1413,17 @@ def convert_stem(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; open, close = Asciidoctor::BLOCK_MATH_DELIMITERS[@style.to_sym]; + _buf = []; open, close = Asciidoctor::BLOCK_MATH_DELIMITERS[@style.to_sym]; ; equation = content.strip; ; if (@subs.nil? || @subs.empty?) && !(attr? 'subs'); ; equation = sub_specialcharacters equation; ; end; unless (equation.start_with? open) && (equation.end_with? close); ; equation = %(#{open}#{equation}#{close}); - ; end; _slim_controls1 = html_tag('div', { :id => @id, :class => ['stemblock', role, ('fragment' if (option? :step) || (has_role? 'step') || (attr? 'step'))] }.merge(data_attrs(@attributes))) do; _slim_controls2 = ''; + ; end; _slim_controls1 = html_tag('div', { :id => @id, :class => ['stemblock', role, ('fragment' if (option? :step) || (has_role? 'step') || (attr? 'step'))] }.merge(data_attrs(@attributes))) do; _slim_controls2 = []; ; if title?; - ; _slim_controls2 << ("
".freeze); _slim_controls2 << ((title).to_s); - ; _slim_controls2 << ("
".freeze); end; _slim_controls2 << ("
".freeze); _slim_controls2 << ((equation).to_s); - ; _slim_controls2 << ("
".freeze); _slim_controls2; end; _buf << ((_slim_controls1).to_s); _buf + ; _slim_controls2 << ("
"); _slim_controls2 << (title); + ; _slim_controls2 << ("
"); end; _slim_controls2 << ("
"); _slim_controls2 << (equation); + ; _slim_controls2 << ("
"); _slim_controls2 = _slim_controls2.join(""); end; _buf << (_slim_controls1); _buf = _buf.join("") end end @@ -1431,7 +1431,7 @@ def convert_stretch_nested_elements(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; _buf << ("".freeze); + ; _buf << (attr 'revealjs_width', 960); _buf << (", "); _buf << (attr 'revealjs_height', 700); _buf << (")\n});"); ; - ; _buf + ; _buf = _buf.join("") end end @@ -1504,24 +1504,24 @@ def convert_table(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; classes = ['tableblock', "frame-#{attr :frame, 'all'}", "grid-#{attr :grid, 'all'}", role, ('fragment' if (option? :step) || (attr? 'step'))]; + _buf = []; classes = ['tableblock', "frame-#{attr :frame, 'all'}", "grid-#{attr :grid, 'all'}", role, ('fragment' if (option? :step) || (attr? 'step'))]; ; styles = [("width:#{attr :tablepcwidth}%" unless option? 'autowidth'), ("float:#{attr :float}" if attr? :float)].compact.join('; '); - ; _slim_controls1 = html_tag('table', { :id => @id, :class => classes, :style => styles }.merge(data_attrs(@attributes))) do; _slim_controls2 = ''; + ; _slim_controls1 = html_tag('table', { :id => @id, :class => classes, :style => styles }.merge(data_attrs(@attributes))) do; _slim_controls2 = []; ; if title?; - ; _slim_controls2 << ("".freeze); _slim_controls2 << ((captioned_title).to_s); - ; _slim_controls2 << ("".freeze); end; unless (attr :rowcount).zero?; - ; _slim_controls2 << ("".freeze); + ; _slim_controls2 << (""); _slim_controls2 << (captioned_title); + ; _slim_controls2 << (""); end; unless (attr :rowcount).zero?; + ; _slim_controls2 << (""); ; if option? 'autowidth'; ; @columns.each do; - ; _slim_controls2 << ("".freeze); + ; _slim_controls2 << (""); ; end; else; ; @columns.each do |col|; - ; _slim_controls2 << ("".freeze); - ; end; end; _slim_controls2 << ("".freeze); [:head, :foot, :body].select {|tblsec| !@rows[tblsec].empty? }.each do |tblsec|; + ; _slim_controls2 << (""); + ; end; end; _slim_controls2 << (""); [:head, :foot, :body].select {|tblsec| !@rows[tblsec].empty? }.each do |tblsec|; ; - ; _slim_controls2 << ("".freeze); + ; _slim_controls2 << (""); ; @rows[tblsec].each do |row|; - ; _slim_controls2 << ("".freeze); + ; _slim_controls2 << (""); ; row.each do |cell|; ; ; if tblsec == :head; @@ -1535,22 +1535,22 @@ def convert_table(node, opts = {}) ; end; end; _slim_controls3 = html_tag(tblsec == :head || cell.style == :header ? 'th' : 'td', :class=>['tableblock', "halign-#{cell.attr :halign}", "valign-#{cell.attr :valign}"], :colspan=>cell.colspan, :rowspan=>cell.rowspan, - :style=>((@document.attr? :cellbgcolor) ? %(background-color:#{@document.attr :cellbgcolor};) : nil)) do; _slim_controls4 = ''; + :style=>((@document.attr? :cellbgcolor) ? %(background-color:#{@document.attr :cellbgcolor};) : nil)) do; _slim_controls4 = []; ; if tblsec == :head; - ; _slim_controls4 << ((cell_content).to_s); + ; _slim_controls4 << (cell_content); ; else; ; case cell.style; ; when :asciidoc; - ; _slim_controls4 << ("
".freeze); _slim_controls4 << ((cell_content).to_s); - ; _slim_controls4 << ("
".freeze); when :literal; - ; _slim_controls4 << ("
".freeze); _slim_controls4 << ((cell_content).to_s); 
-      ; _slim_controls4 << ("
".freeze); when :header; + ; _slim_controls4 << ("
"); _slim_controls4 << (cell_content); + ; _slim_controls4 << ("
"); when :literal; + ; _slim_controls4 << ("
"); _slim_controls4 << (cell_content); 
+      ; _slim_controls4 << ("
"); when :header; ; cell_content.each do |text|; - ; _slim_controls4 << ("

".freeze); _slim_controls4 << ((text).to_s); - ; _slim_controls4 << ("

".freeze); end; else; + ; _slim_controls4 << ("

"); _slim_controls4 << (text); + ; _slim_controls4 << ("

"); end; else; ; cell_content.each do |text|; - ; _slim_controls4 << ("

".freeze); _slim_controls4 << ((text).to_s); - ; _slim_controls4 << ("

".freeze); end; end; end; _slim_controls4; end; _slim_controls2 << ((_slim_controls3).to_s); end; _slim_controls2 << ("".freeze); end; end; end; _slim_controls2; end; _buf << ((_slim_controls1).to_s); _buf + ; _slim_controls4 << ("

"); _slim_controls4 << (text); + ; _slim_controls4 << ("

"); end; end; end; _slim_controls4 = _slim_controls4.join(""); end; _slim_controls2 << (_slim_controls3); end; _slim_controls2 << (""); end; end; end; _slim_controls2 = _slim_controls2.join(""); end; _buf << (_slim_controls1); _buf = _buf.join("") end end @@ -1558,8 +1558,8 @@ def convert_thematic_break(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; _buf << ("
".freeze); - ; _buf + _buf = []; _buf << ("
"); + ; _buf = _buf.join("") end end @@ -1567,7 +1567,7 @@ def convert_title_slide(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; bg_image = (attr? 'title-slide-background-image') ? (image_uri(attr 'title-slide-background-image')) : nil; + _buf = []; bg_image = (attr? 'title-slide-background-image') ? (image_uri(attr 'title-slide-background-image')) : nil; ; bg_video = (attr? 'title-slide-background-video') ? (media_uri(attr 'title-slide-background-video')) : nil; ; ; @@ -1584,17 +1584,17 @@ def convert_title_slide(node, opts = {}) ; ; ; - ; _buf << ("".freeze); + ; _buf << (""); ; if (_title_obj = doctitle partition: true, use_fallback: true).subtitle?; - ; _buf << ("

".freeze); _buf << ((slice_text _title_obj.title, (_slice = header.option? :slice)).to_s); - ; _buf << ("

".freeze); _buf << ((slice_text _title_obj.subtitle, _slice).to_s); - ; _buf << ("

".freeze); else; - ; _buf << ("

".freeze); _buf << ((@header.title).to_s); - ; _buf << ("

".freeze); end; preamble = @document.find_by context: :preamble; + ; _buf << ("

"); _buf << (slice_text _title_obj.title, (_slice = header.option? :slice)); + ; _buf << ("

"); _buf << (slice_text _title_obj.subtitle, _slice); + ; _buf << ("

"); else; + ; _buf << ("

"); _buf << (@header.title); + ; _buf << ("

"); end; preamble = @document.find_by context: :preamble; ; unless preamble.nil? or preamble.length == 0; - ; _buf << ("
".freeze); _buf << ((preamble.pop.content).to_s); - ; _buf << ("
".freeze); end; _buf << ((generate_authors(@document)).to_s); - ; _buf << ("".freeze); _buf + ; _buf << ("
"); _buf << (preamble.pop.content); + ; _buf << ("
"); end; _buf << (generate_authors(@document)); + ; _buf << (""); _buf = _buf.join("") end end @@ -1602,7 +1602,7 @@ def convert_toc(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; + _buf = []; ; ; ; @@ -1615,11 +1615,11 @@ def convert_toc(node, opts = {}) ; ; ; - ; _buf << ("
".freeze); - ; _buf << (((document.attr 'toc-title')).to_s); - ; _buf << ("
".freeze); - ; _buf << ((converter.convert document, 'outline').to_s); - ; _buf << ("
".freeze); _buf + ; _buf << ("
"); + ; _buf << ((document.attr 'toc-title')); + ; _buf << ("
"); + ; _buf << (converter.convert document, 'outline'); + ; _buf << ("
"); _buf = _buf.join("") end end @@ -1627,7 +1627,7 @@ def convert_ulist(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; if (checklist = (option? :checklist) ? 'checklist' : nil); + _buf = []; if (checklist = (option? :checklist) ? 'checklist' : nil); ; if option? :interactive; ; marker_checked = ''; ; marker_unchecked = ''; @@ -1639,20 +1639,20 @@ def convert_ulist(node, opts = {}) ; ; marker_checked = ''; ; marker_unchecked = ''; - ; end; end; end; _slim_controls1 = html_tag('div', { :id => @id, :class => ['ulist', checklist, @style, role] }.merge(data_attrs(@attributes))) do; _slim_controls2 = ''; + ; end; end; end; _slim_controls1 = html_tag('div', { :id => @id, :class => ['ulist', checklist, @style, role] }.merge(data_attrs(@attributes))) do; _slim_controls2 = []; ; if title?; - ; _slim_controls2 << ("
".freeze); _slim_controls2 << ((title).to_s); - ; _slim_controls2 << ("
".freeze); end; _slim_controls2 << ("".freeze); + ; _slim_controls2 << ("
"); _slim_controls2 << (title); + ; _slim_controls2 << ("
"); end; _slim_controls2 << (""); ; items.each do |item|; - ; _slim_controls2 << ("

".freeze); + ; _slim_controls2 << ("

"); ; ; if checklist && (item.attr? :checkbox); - ; _slim_controls2 << ((%(#{(item.attr? :checked) ? marker_checked : marker_unchecked}#{item.text})).to_s); + ; _slim_controls2 << (%(#{(item.attr? :checked) ? marker_checked : marker_unchecked}#{item.text})); ; else; - ; _slim_controls2 << ((item.text).to_s); - ; end; _slim_controls2 << ("

".freeze); if item.blocks?; - ; _slim_controls2 << ((item.content).to_s); - ; end; _slim_controls2 << ("".freeze); end; _slim_controls2 << ("".freeze); _slim_controls2; end; _buf << ((_slim_controls1).to_s); _buf + ; _slim_controls2 << (item.text); + ; end; _slim_controls2 << ("

"); if item.blocks?; + ; _slim_controls2 << (item.content); + ; end; _slim_controls2 << (""); end; _slim_controls2 << (""); _slim_controls2 = _slim_controls2.join(""); end; _buf << (_slim_controls1); _buf = _buf.join("") end end @@ -1660,21 +1660,21 @@ def convert_verse(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; _slim_controls1 = html_tag('div', { :id => @id, :class => ['verseblock', role, ('fragment' if (option? :step) || (attr? 'step'))] }.merge(data_attrs(@attributes))) do; _slim_controls2 = ''; + _buf = []; _slim_controls1 = html_tag('div', { :id => @id, :class => ['verseblock', role, ('fragment' if (option? :step) || (attr? 'step'))] }.merge(data_attrs(@attributes))) do; _slim_controls2 = []; ; if title?; - ; _slim_controls2 << ("
".freeze); _slim_controls2 << ((title).to_s); - ; _slim_controls2 << ("
".freeze); end; _slim_controls2 << ("
".freeze); _slim_controls2 << ((content).to_s); 
-      ; _slim_controls2 << ("
".freeze); attribution = (attr? :attribution) ? (attr :attribution) : nil; + ; _slim_controls2 << ("
"); _slim_controls2 << (title); + ; _slim_controls2 << ("
"); end; _slim_controls2 << ("
"); _slim_controls2 << (content); 
+      ; _slim_controls2 << ("
"); attribution = (attr? :attribution) ? (attr :attribution) : nil; ; citetitle = (attr? :citetitle) ? (attr :citetitle) : nil; ; if attribution || citetitle; - ; _slim_controls2 << ("
".freeze); + ; _slim_controls2 << ("
"); ; if citetitle; - ; _slim_controls2 << ("".freeze); _slim_controls2 << ((citetitle).to_s); - ; _slim_controls2 << ("".freeze); end; if attribution; + ; _slim_controls2 << (""); _slim_controls2 << (citetitle); + ; _slim_controls2 << (""); end; if attribution; ; if citetitle; - ; _slim_controls2 << ("
".freeze); - ; end; _slim_controls2 << ("— ".freeze); _slim_controls2 << ((attribution).to_s); - ; end; _slim_controls2 << ("
".freeze); end; _slim_controls2; end; _buf << ((_slim_controls1).to_s); _buf + ; _slim_controls2 << ("
"); + ; end; _slim_controls2 << ("— "); _slim_controls2 << (attribution); + ; end; _slim_controls2 << ("
"); end; _slim_controls2 = _slim_controls2.join(""); end; _buf << (_slim_controls1); _buf = _buf.join("") end end @@ -1682,16 +1682,16 @@ def convert_video(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; + _buf = []; ; ; no_stretch = ((attr? :width) || (attr? :height)); ; width = (attr? :width) ? (attr :width) : "100%"; ; height = (attr? :height) ? (attr :height) : "100%"; ; - ; _slim_controls1 = html_tag('div', { :id => @id, :class => ['videoblock', @style, role, (no_stretch ? nil : 'stretch'), ('fragment' if (option? :step) || (has_role? 'step') || (attr? 'step'))] }.merge(data_attrs(@attributes))) do; _slim_controls2 = ''; + ; _slim_controls1 = html_tag('div', { :id => @id, :class => ['videoblock', @style, role, (no_stretch ? nil : 'stretch'), ('fragment' if (option? :step) || (has_role? 'step') || (attr? 'step'))] }.merge(data_attrs(@attributes))) do; _slim_controls2 = []; ; if title?; - ; _slim_controls2 << ("
".freeze); _slim_controls2 << ((captioned_title).to_s); - ; _slim_controls2 << ("
".freeze); end; case attr :poster; + ; _slim_controls2 << ("
"); _slim_controls2 << (captioned_title); + ; _slim_controls2 << ("
"); end; case attr :poster; ; when 'vimeo'; ; unless (asset_uri_scheme = (attr :asset_uri_scheme, 'https')).empty?; ; asset_uri_scheme = %(#{asset_uri_scheme}:); @@ -1705,7 +1705,7 @@ def convert_video(node, opts = {}) ; ; ; - ; _slim_controls2 << ("".freeze); + ; _slim_controls2 << (""); ; when 'youtube'; ; unless (asset_uri_scheme = (attr :asset_uri_scheme, 'https')).empty?; ; asset_uri_scheme = %(#{asset_uri_scheme}:); @@ -1721,14 +1721,14 @@ def convert_video(node, opts = {}) ; ; ; - ; _slim_controls2 << ("".freeze); + ; _slim_controls2 << (""); ; else; ; ; ; - ; _slim_controls2 << ("Your browser does not support the video tag.".freeze); + ; _slim_controls2 << ("Your browser does not support the video tag."); ; - ; end; _slim_controls2; end; _buf << ((_slim_controls1).to_s); _buf + ; end; _slim_controls2 = _slim_controls2.join(""); end; _buf << (_slim_controls1); _buf = _buf.join("") end end @@ -1736,7 +1736,7 @@ def convert_section(node, opts = {}) node.extend(Helpers) node.instance_eval do converter.set_local_variables(binding, opts) unless opts.empty? - _buf = ''; + _buf = []; ; ; titleless = (title = self.title) == '!'; ; hide_title = (titleless || (option? :notitle) || (option? :conceal)); @@ -1779,12 +1779,12 @@ def convert_section(node, opts = {}) ; content_for :footnotes do; ; slide_footnotes = slide_footnotes(self); ; if document.footnotes? && !(parent.attr? 'nofootnotes') && !slide_footnotes.empty?; - ; _buf << ("
".freeze); + ; _buf << ("
"); ; slide_footnotes.each do |footnote|; - ; _buf << ("
".freeze); - ; _buf << (("#{footnote.index}. #{footnote.text}").to_s); + ; _buf << ("
"); + ; _buf << ("#{footnote.index}. #{footnote.text}"); ; - ; _buf << ("
".freeze); end; _buf << ("
".freeze); end; end; content_for :section do; + ; _buf << ("
"); end; _buf << ("
"); end; end; content_for :section do; ; ; ; @@ -1808,41 +1808,41 @@ def convert_section(node, opts = {}) ; ; ; - ; _buf << ("".freeze); + ; _buf << (""); ; unless hide_title; - ; _buf << ("

".freeze); _buf << ((section_title).to_s); - ; _buf << ("

".freeze); end; if parent_section_with_vertical_slides; + ; _buf << ("

"); _buf << (section_title); + ; _buf << ("

"); end; if parent_section_with_vertical_slides; ; unless (_blocks = blocks - vertical_slides).empty?; - ; _buf << ("
".freeze); + ; _buf << ("
"); ; _blocks.each do |block|; - ; _buf << ((block.convert).to_s); - ; end; _buf << ("
".freeze); end; yield_content :footnotes; + ; _buf << (block.convert); + ; end; _buf << ("
"); end; yield_content :footnotes; ; ; else; ; unless (_content = content.chomp).empty?; - ; _buf << ("
".freeze); - ; _buf << ((_content).to_s); - ; _buf << ("
".freeze); end; yield_content :footnotes; + ; _buf << ("
"); + ; _buf << (_content); + ; _buf << ("
"); end; yield_content :footnotes; ; ; end; clear_slide_footnotes; ; - ; _buf << ("".freeze); + ; _buf << (""); ; ; end; if parent_section_with_vertical_slides; - ; _buf << ("
".freeze); + ; _buf << ("
"); ; yield_content :section; ; vertical_slides.each do |subsection|; - ; _buf << ((subsection.convert).to_s); + ; _buf << (subsection.convert); ; - ; end; _buf << ("
".freeze); + ; end; _buf << ("
"); ; else; ; if @level >= 3; ; - ; _slim_htag_filter1 = ((@level)).to_s; _buf << ("".freeze); _buf << ((title).to_s); - ; _buf << ("".freeze); _buf << ((content.chomp).to_s); + ; _slim_htag_filter1 = ((@level)).to_s; _buf << (""); _buf << (title); + ; _buf << (""); _buf << (content.chomp); ; else; ; yield_content :section; - ; end; end; _buf + ; end; end; _buf = _buf.join("") end end #------------------ End of generated transformation methods ------------------# diff --git a/package-lock.json b/package-lock.json index 55dcadc5..fef09466 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asciidoctor/reveal.js", - "version": "5.0.1", + "version": "5.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@asciidoctor/reveal.js", - "version": "5.0.1", + "version": "5.1.0", "license": "MIT", "dependencies": { "@asciidoctor/cli": "~4.0", @@ -19,11 +19,11 @@ "@asciidoctor/core": "~3.0", "bestikk-log": "0.1.0", "expect.js": "0.3.1", - "pkg": "^4.4.2" + "pkg": "5.8.1" }, "engines": { - "node": ">=8.11", - "npm": ">=5.0.0" + "node": ">=16", + "npm": ">=8.0.0" } }, "node_modules/@asciidoctor/cli": { @@ -70,10 +70,42 @@ "node": ">=16" } }, + "node_modules/@babel/generator": { + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.2.tgz", + "integrity": "sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.2", + "@jridgewell/gen-mapping": "^0.3.0", + "jsesc": "^2.5.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-string-parser": { + "version": "7.23.4", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz", + "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", + "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/@babel/parser": { - "version": "7.13.12", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.13.12.tgz", - "integrity": "sha512-4T7Pb244rxH24yR116LAuJ+adxXXnHhZaLJjegJVKSdoNCe4x1eDBaud5YIcQFcqzsaD5BHvJw5BQ0AZapdCRw==", + "version": "7.18.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.4.tgz", + "integrity": "sha512-FDge0dFazETFcxGw/EXzOkN8uJp0PC7Qbm+Pe9T+av2zlBpOgunFHkQPPn+eRuClU73JF+98D531UgayY89tow==", "dev": true, "bin": { "parser": "bin/babel-parser.js" @@ -82,22 +114,75 @@ "node": ">=6.0.0" } }, - "node_modules/@babel/runtime": { - "version": "7.13.10", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.10.tgz", - "integrity": "sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==", + "node_modules/@babel/types": { + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.19.0.tgz", + "integrity": "sha512-YuGopBq3ke25BVSiS6fgF49Ul9gH1x70Bcr6bqRLjWCkcX8Hre1/5+z+IiWOIerRMSSEfGZVB9z9kyq7wVs9YA==", + "dev": true, + "dependencies": { + "@babel/helper-string-parser": "^7.18.10", + "@babel/helper-validator-identifier": "^7.18.6", + "to-fast-properties": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", + "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", + "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/set-array": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", + "dev": true + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.20", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz", + "integrity": "sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==", "dev": true, "dependencies": { - "regenerator-runtime": "^0.13.4" + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" } }, "node_modules/@nodelib/fs.scandir": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz", - "integrity": "sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", "dev": true, "dependencies": { - "@nodelib/fs.stat": "2.0.3", + "@nodelib/fs.stat": "2.0.5", "run-parallel": "^1.1.9" }, "engines": { @@ -105,21 +190,21 @@ } }, "node_modules/@nodelib/fs.stat": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz", - "integrity": "sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", "dev": true, "engines": { "node": ">= 8" } }, "node_modules/@nodelib/fs.walk": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz", - "integrity": "sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ==", + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", "dev": true, "dependencies": { - "@nodelib/fs.scandir": "2.1.3", + "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" }, "engines": { @@ -131,20 +216,16 @@ "resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz", "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==" }, - "node_modules/ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "node_modules/agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", "dev": true, "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" + "debug": "4" }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" + "engines": { + "node": ">= 6.0.0" } }, "node_modules/ansi-regex": { @@ -170,22 +251,6 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/aproba": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", - "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==", - "dev": true - }, - "node_modules/are-we-there-yet": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz", - "integrity": "sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g==", - "dev": true, - "dependencies": { - "delegates": "^1.0.0", - "readable-stream": "^2.0.6" - } - }, "node_modules/array-union": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", @@ -195,45 +260,15 @@ "node": ">=8" } }, - "node_modules/asn1": { - "version": "0.2.6", - "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", - "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", - "dev": true, - "dependencies": { - "safer-buffer": "~2.1.0" - } - }, - "node_modules/assert-plus": { + "node_modules/at-least-node": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==", - "dev": true, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", - "dev": true - }, - "node_modules/aws-sign2": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", - "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==", + "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", + "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", "dev": true, "engines": { - "node": "*" + "node": ">= 4.0.0" } }, - "node_modules/aws4": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.12.0.tgz", - "integrity": "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==", - "dev": true - }, "node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", @@ -259,15 +294,6 @@ } ] }, - "node_modules/bcrypt-pbkdf": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", - "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==", - "dev": true, - "dependencies": { - "tweetnacl": "^0.14.3" - } - }, "node_modules/bestikk-log": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/bestikk-log/-/bestikk-log-0.1.0.tgz", @@ -346,32 +372,20 @@ "ieee754": "^1.1.13" } }, - "node_modules/byline": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/byline/-/byline-5.0.0.tgz", - "integrity": "sha512-s6webAy+R4SR8XVuJWt2V2rGvhnrhxN+9S15GNuTK3wKPOXFF6RNc+8ug2XhH+2s4f+uudG4kUVYmYOQWL2g0Q==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/caseless": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==", - "dev": true - }, "node_modules/chalk": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" }, "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, "node_modules/chownr": { @@ -390,15 +404,6 @@ "wrap-ansi": "^7.0.0" } }, - "node_modules/code-point-at": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", - "integrity": "sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", @@ -424,52 +429,42 @@ "node": ">=0.1.90" } }, - "node_modules/combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "dev": true, - "dependencies": { - "delayed-stream": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/console-control-strings": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", - "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==", - "dev": true - }, "node_modules/core-util-is": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", "dev": true }, - "node_modules/dashdash": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", + "node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "dev": true, "dependencies": { - "assert-plus": "^1.0.0" + "ms": "2.1.2" }, "engines": { - "node": ">=0.10" + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, "node_modules/decompress-response": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-4.2.1.tgz", - "integrity": "sha512-jOSne2qbyE+/r8G1VU+G/82LBs2Fs4LAsTiLSHOCOMZQl2OKZ6i8i4IyHemTe+/yIXOtTcRQMzPcgyhoFlqPkw==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz", + "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==", "dev": true, "dependencies": { - "mimic-response": "^2.0.0" + "mimic-response": "^3.1.0" }, "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/deep-extend": { @@ -481,37 +476,13 @@ "node": ">=4.0.0" } }, - "node_modules/deep-is": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz", - "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=", - "dev": true - }, - "node_modules/delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", - "dev": true, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/delegates": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", - "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==", - "dev": true - }, "node_modules/detect-libc": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", - "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.2.tgz", + "integrity": "sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==", "dev": true, - "bin": { - "detect-libc": "bin/detect-libc.js" - }, "engines": { - "node": ">=0.10" + "node": ">=8" } }, "node_modules/dir-glob": { @@ -526,16 +497,6 @@ "node": ">=8" } }, - "node_modules/ecc-jsbn": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", - "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==", - "dev": true, - "dependencies": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" - } - }, "node_modules/emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", @@ -558,59 +519,6 @@ "node": ">=6" } }, - "node_modules/escodegen": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.14.1.tgz", - "integrity": "sha512-Bmt7NcRySdIfNPfU2ZoXDrrXsG9ZjvDxcAlMfDUgRBjLOWTuIACXPBFJH7Z+cLb40JeQco5toikyc9t9P8E9SQ==", - "dev": true, - "dependencies": { - "esprima": "^4.0.1", - "estraverse": "^4.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1" - }, - "bin": { - "escodegen": "bin/escodegen.js", - "esgenerate": "bin/esgenerate.js" - }, - "engines": { - "node": ">=4.0" - }, - "optionalDependencies": { - "source-map": "~0.6.1" - } - }, - "node_modules/esprima": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", - "dev": true, - "bin": { - "esparse": "bin/esparse.js", - "esvalidate": "bin/esvalidate.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "dev": true, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/esutils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/expand-template": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz", @@ -626,60 +534,26 @@ "integrity": "sha1-sKWaDS7/VDdUTr8M6qYBWEHQm1s=", "dev": true }, - "node_modules/extend": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", - "dev": true - }, - "node_modules/extsprintf": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", - "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==", - "dev": true, - "engines": [ - "node >=0.6.0" - ] - }, - "node_modules/fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "dev": true - }, "node_modules/fast-glob": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.2.tgz", - "integrity": "sha512-UDV82o4uQyljznxwMxyVRJgZZt3O5wENYojjzbaGEGZgeOxkLFf+V4cnUD+krzb2F72E18RhamkMZ7AdeggF7A==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", "dev": true, "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.0", + "glob-parent": "^5.1.2", "merge2": "^1.3.0", - "micromatch": "^4.0.2", - "picomatch": "^2.2.1" + "micromatch": "^4.0.4" }, "engines": { - "node": ">=8" + "node": ">=8.6.0" } }, - "node_modules/fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", - "dev": true - }, - "node_modules/fast-levenshtein": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", - "dev": true - }, "node_modules/fastq": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.6.1.tgz", - "integrity": "sha512-mpIH5sKYueh3YyeJwqtVo8sORi0CgtmkVbK6kZStpQlZBYQuTzG2CZ7idSiJuA7bY0SFCWUc5WIs+oYumGCQNw==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", + "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", "dev": true, "dependencies": { "reusify": "^1.0.4" @@ -697,33 +571,10 @@ "node": ">=8" } }, - "node_modules/forever-agent": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==", - "dev": true, - "engines": { - "node": "*" - } - }, - "node_modules/form-data": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", - "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", - "dev": true, - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 0.12" - } - }, "node_modules/from2": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz", - "integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=", + "integrity": "sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==", "dev": true, "dependencies": { "inherits": "^2.0.1", @@ -737,17 +588,18 @@ "dev": true }, "node_modules/fs-extra": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", "dev": true, "dependencies": { + "at-least-node": "^1.0.0", "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" }, "engines": { - "node": ">=6 <7 || >=8" + "node": ">=10" } }, "node_modules/fs.realpath": { @@ -755,67 +607,13 @@ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" }, - "node_modules/gauge": { - "version": "2.7.4", - "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", - "integrity": "sha512-14x4kjc6lkD3ltw589k0NrPD6cCNTD6CWoVUNpB85+DrtONoZn+Rug6xZU5RvSC4+TZPxA5AnBibQYAvZn41Hg==", - "dev": true, - "dependencies": { - "aproba": "^1.0.3", - "console-control-strings": "^1.0.0", - "has-unicode": "^2.0.0", - "object-assign": "^4.1.0", - "signal-exit": "^3.0.0", - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wide-align": "^1.1.0" - } - }, - "node_modules/gauge/node_modules/ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/gauge/node_modules/is-fullwidth-code-point": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", - "integrity": "sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw==", - "dev": true, - "dependencies": { - "number-is-nan": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/gauge/node_modules/string-width": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", - "integrity": "sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw==", - "dev": true, - "dependencies": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/gauge/node_modules/strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", "dev": true, - "dependencies": { - "ansi-regex": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, "node_modules/get-caller-file": { @@ -826,15 +624,6 @@ "node": "6.* || 8.* || >= 10.*" } }, - "node_modules/getpass": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==", - "dev": true, - "dependencies": { - "assert-plus": "^1.0.0" - } - }, "node_modules/github-from-package": { "version": "0.0.0", "resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz", @@ -872,16 +661,16 @@ } }, "node_modules/globby": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.0.tgz", - "integrity": "sha512-iuehFnR3xu5wBBtm4xi0dMe92Ob87ufyu/dHwpDYfbcpYpIbrO5OnS8M1vWvrBhSGEJ3/Ecj7gnX76P8YxpPEg==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", "dev": true, "dependencies": { "array-union": "^2.1.0", "dir-glob": "^3.0.1", - "fast-glob": "^3.1.1", - "ignore": "^5.1.4", - "merge2": "^1.3.0", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", "slash": "^3.0.0" }, "engines": { @@ -897,27 +686,13 @@ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", "dev": true }, - "node_modules/har-schema": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", - "integrity": "sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/har-validator": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", - "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", - "deprecated": "this library is no longer supported", + "node_modules/has": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.4.tgz", + "integrity": "sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==", "dev": true, - "dependencies": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" - }, "engines": { - "node": ">=6" + "node": ">= 0.4.0" } }, "node_modules/has-flag": { @@ -929,25 +704,29 @@ "node": ">=8" } }, - "node_modules/has-unicode": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", - "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==", - "dev": true + "node_modules/hasown": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz", + "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } }, - "node_modules/http-signature": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", - "integrity": "sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==", + "node_modules/https-proxy-agent": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", "dev": true, "dependencies": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" + "agent-base": "6", + "debug": "4" }, "engines": { - "node": ">=0.8", - "npm": ">=1.3.7" + "node": ">= 6" } }, "node_modules/ieee754": { @@ -971,9 +750,9 @@ ] }, "node_modules/ignore": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.4.tgz", - "integrity": "sha512-MzbUSahkTW1u7JpKKjY7LCARd1fU5W2rLdxlM4kdkayuCwZImjkpluF9CM1aLewYJguPDqewLam18Y6AU69A8A==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.0.tgz", + "integrity": "sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==", "dev": true, "engines": { "node": ">= 4" @@ -1000,31 +779,37 @@ "dev": true }, "node_modules/into-stream": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/into-stream/-/into-stream-5.1.1.tgz", - "integrity": "sha512-krrAJ7McQxGGmvaYbB7Q1mcA+cRwg9Ij2RfWIeVesNBgVDZmzY/Fa4IpZUT3bmdRzMzdf/mzltCG2Dq99IZGBA==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/into-stream/-/into-stream-6.0.0.tgz", + "integrity": "sha512-XHbaOAvP+uFKUFsOgoNPRjLkwB+I22JFPFe5OjTkQ0nwgj6+pSjb4NmB6VMxaPshLiOf+zcpOCBQuLwC1KHhZA==", "dev": true, "dependencies": { "from2": "^2.3.0", "p-is-promise": "^3.0.0" }, "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/into-stream/node_modules/p-is-promise": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-3.0.0.tgz", - "integrity": "sha512-Wo8VsW4IRQSKVXsJCn7TomUaVtyfjVDn3nUP7kE967BQk0CwFpdbZs0X0uk5sW9mkBa9eNM7hCMaG93WUAwxYQ==", + "node_modules/is-core-module": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz", + "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==", "dev": true, - "engines": { - "node": ">=8" - } + "dependencies": { + "has": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, "node_modules/is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", "dev": true, "engines": { "node": ">=0.10.0" @@ -1039,9 +824,9 @@ } }, "node_modules/is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", - "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", "dev": true, "dependencies": { "is-extglob": "^2.1.1" @@ -1059,135 +844,77 @@ "node": ">=0.12.0" } }, - "node_modules/is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", - "dev": true - }, "node_modules/isarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", "dev": true }, - "node_modules/isstream": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==", - "dev": true - }, - "node_modules/jsbn": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==", - "dev": true - }, - "node_modules/json-schema": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", - "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", - "dev": true - }, - "node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true - }, - "node_modules/json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", - "dev": true - }, - "node_modules/jsonfile": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", + "node_modules/jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", "dev": true, - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/jsprim": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz", - "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==", - "dev": true, - "dependencies": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.4.0", - "verror": "1.10.0" + "bin": { + "jsesc": "bin/jsesc" }, "engines": { - "node": ">=0.6.0" + "node": ">=4" } }, - "node_modules/levn": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", - "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", + "node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", "dev": true, "dependencies": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" + "universalify": "^2.0.0" }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/merge2": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.3.0.tgz", - "integrity": "sha512-2j4DAdlBOkiSZIsaXk4mTE3sRS02yBHAtfy127xRV3bQUFqXkjHCHLW6Scv7DwNRbIWNHH8zpnz9zMaKXIdvYw==", - "dev": true, - "engines": { - "node": ">= 6" + "optionalDependencies": { + "graceful-fs": "^4.1.6" } }, - "node_modules/micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz", - "integrity": "sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==", + "node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dev": true, "dependencies": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" + "yallist": "^4.0.0" }, "engines": { - "node": ">=8" + "node": ">=10" } }, - "node_modules/mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", "dev": true, "engines": { - "node": ">= 0.6" + "node": ">= 8" } }, - "node_modules/mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "node_modules/micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", "dev": true, "dependencies": { - "mime-db": "1.52.0" + "braces": "^3.0.2", + "picomatch": "^2.3.1" }, "engines": { - "node": ">= 0.6" + "node": ">=8.6" } }, "node_modules/mimic-response": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-2.1.0.tgz", - "integrity": "sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz", + "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==", "dev": true, "engines": { - "node": ">=8" + "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -1213,32 +940,54 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/mkdirp": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", - "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", - "dev": true, - "dependencies": { - "minimist": "^1.2.6" - }, - "bin": { - "mkdirp": "bin/cmd.js" - } - }, "node_modules/mkdirp-classic": { "version": "0.5.3", "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==", "dev": true }, + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, "node_modules/multistream": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/multistream/-/multistream-2.1.1.tgz", - "integrity": "sha512-xasv76hl6nr1dEy3lPvy7Ej7K/Lx3O/FCvwge8PeVJpciPPoNCbaANcNiBug3IpdvTveZUcAV0DJzdnUDMesNQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/multistream/-/multistream-4.1.0.tgz", + "integrity": "sha512-J1XDiAmmNpRCBfIWJv+n0ymC4ABcf/Pl+5YvC5B/D2f/2+8PtHvCNxMPKiQcZyi922Hq69J2YOpb1pTywfifyw==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], "dependencies": { - "inherits": "^2.0.1", - "readable-stream": "^2.0.5" + "once": "^1.4.0", + "readable-stream": "^3.6.0" + } + }, + "node_modules/multistream/node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" } }, "node_modules/napi-build-utils": { @@ -1248,66 +997,35 @@ "dev": true }, "node_modules/node-abi": { - "version": "2.30.1", - "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-2.30.1.tgz", - "integrity": "sha512-/2D0wOQPgaUWzVSVgRMx+trKJRC2UG4SUc4oCJoXx9Uxjtp0Vy3/kt7zcbxHF8+Z/pK3UloLWzBISg72brfy1w==", - "dev": true, - "dependencies": { - "semver": "^5.4.1" - } - }, - "node_modules/node-abi/node_modules/semver": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", - "dev": true, - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/noop-logger": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/noop-logger/-/noop-logger-0.1.1.tgz", - "integrity": "sha512-6kM8CLXvuW5crTxsAtva2YLrRrDaiTIkIePWs9moLHqbFWT94WpNFjwS/5dfLfECg5i/lkmw3aoqVidxt23TEQ==", - "dev": true - }, - "node_modules/npmlog": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz", - "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", + "version": "3.52.0", + "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.52.0.tgz", + "integrity": "sha512-JJ98b02z16ILv7859irtXn4oUaFWADtvkzy2c0IAatNVX2Mc9Yoh8z6hZInn3QwvMEYhHuQloYi+TTQy67SIdQ==", "dev": true, "dependencies": { - "are-we-there-yet": "~1.1.2", - "console-control-strings": "~1.1.0", - "gauge": "~2.7.3", - "set-blocking": "~2.0.0" - } - }, - "node_modules/number-is-nan": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", - "integrity": "sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/oauth-sign": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", - "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", - "dev": true, + "semver": "^7.3.5" + }, "engines": { - "node": "*" + "node": ">=10" } }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "node_modules/node-fetch": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", "dev": true, + "dependencies": { + "whatwg-url": "^5.0.0" + }, "engines": { - "node": ">=0.10.0" + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } } }, "node_modules/once": { @@ -1318,30 +1036,13 @@ "wrappy": "1" } }, - "node_modules/optionator": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", - "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", - "dev": true, - "dependencies": { - "deep-is": "~0.1.3", - "fast-levenshtein": "~2.0.6", - "levn": "~0.3.0", - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2", - "word-wrap": "~1.2.3" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/os-tmpdir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", + "node_modules/p-is-promise": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-3.0.0.tgz", + "integrity": "sha512-Wo8VsW4IRQSKVXsJCn7TomUaVtyfjVDn3nUP7kE967BQk0CwFpdbZs0X0uk5sW9mkBa9eNM7hCMaG93WUAwxYQ==", "dev": true, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, "node_modules/path-parse": { @@ -1359,16 +1060,10 @@ "node": ">=8" } }, - "node_modules/performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", - "dev": true - }, "node_modules/picomatch": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.1.tgz", - "integrity": "sha512-ISBaA8xQNmwELC7eOjqFKMESB2VIqt4PPDD0nsS95b/9dZXvVKOlz9keMSnoGGKcOHXfTvDD6WMaRoSc9UuhRA==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", "dev": true, "engines": { "node": ">=8.6" @@ -1378,31 +1073,31 @@ } }, "node_modules/pkg": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/pkg/-/pkg-4.5.1.tgz", - "integrity": "sha512-UXKL88jGQ+FD4//PyrFeRcqurVQ3BVIfUNaEU9cXY24EJz08JyBj85qrGh0CFGvyzNb1jpwHOnns5Sw0M5H92Q==", - "dev": true, - "dependencies": { - "@babel/parser": "7.13.12", - "@babel/runtime": "7.13.10", - "chalk": "^3.0.0", - "escodegen": "^1.14.1", - "fs-extra": "^8.1.0", - "globby": "^11.0.0", - "into-stream": "^5.1.1", - "minimist": "^1.2.5", - "multistream": "^2.1.1", - "pkg-fetch": "2.6.9", - "prebuild-install": "6.0.1", - "progress": "^2.0.3", - "resolve": "^1.15.1", + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/pkg/-/pkg-5.8.1.tgz", + "integrity": "sha512-CjBWtFStCfIiT4Bde9QpJy0KeH19jCfwZRJqHFDFXfhUklCx8JoFmMj3wgnEYIwGmZVNkhsStPHEOnrtrQhEXA==", + "dev": true, + "dependencies": { + "@babel/generator": "7.18.2", + "@babel/parser": "7.18.4", + "@babel/types": "7.19.0", + "chalk": "^4.1.2", + "fs-extra": "^9.1.0", + "globby": "^11.1.0", + "into-stream": "^6.0.0", + "is-core-module": "2.9.0", + "minimist": "^1.2.6", + "multistream": "^4.1.0", + "pkg-fetch": "3.4.2", + "prebuild-install": "7.1.1", + "resolve": "^1.22.0", "stream-meter": "^1.0.4" }, "bin": { "pkg": "lib-es5/bin.js" }, "peerDependencies": { - "node-notifier": ">=6.0.0" + "node-notifier": ">=9.0.1" }, "peerDependenciesMeta": { "node-notifier": { @@ -1411,63 +1106,75 @@ } }, "node_modules/pkg-fetch": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/pkg-fetch/-/pkg-fetch-2.6.9.tgz", - "integrity": "sha512-EnVR8LRILXBvaNP+wJOSY02c3+qDDfyEyR+aqAHLhcc9PBnbxFT9UZ1+If49goPQzQPn26TzF//fc6KXZ0aXEg==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/pkg-fetch/-/pkg-fetch-3.4.2.tgz", + "integrity": "sha512-0+uijmzYcnhC0hStDjm/cl2VYdrmVVBpe7Q8k9YBojxmR5tG8mvR9/nooQq3QSXiQqORDVOTY3XqMEqJVIzkHA==", "dev": true, "dependencies": { - "@babel/runtime": "^7.9.2", - "byline": "^5.0.0", - "chalk": "^3.0.0", - "expand-template": "^2.0.3", - "fs-extra": "^8.1.0", - "minimist": "^1.2.5", + "chalk": "^4.1.2", + "fs-extra": "^9.1.0", + "https-proxy-agent": "^5.0.0", + "node-fetch": "^2.6.6", "progress": "^2.0.3", - "request": "^2.88.0", - "request-progress": "^3.0.0", - "semver": "^6.3.0", - "unique-temp-dir": "^1.0.0" + "semver": "^7.3.5", + "tar-fs": "^2.1.1", + "yargs": "^16.2.0" }, "bin": { "pkg-fetch": "lib-es5/bin.js" } }, + "node_modules/pkg-fetch/node_modules/yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "dev": true, + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/pkg-fetch/node_modules/yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "engines": { + "node": ">=10" + } + }, "node_modules/prebuild-install": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-6.0.1.tgz", - "integrity": "sha512-7GOJrLuow8yeiyv75rmvZyeMGzl8mdEX5gY69d6a6bHWmiPevwqFw+tQavhK0EYMaSg3/KD24cWqeQv1EWsqDQ==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.1.tgz", + "integrity": "sha512-jAXscXWMcCK8GgCoHOfIr0ODh5ai8mj63L2nWrjuAgXE6tDyYGnx4/8o/rCgU+B4JSyZBKbeZqzhtwtC3ovxjw==", "dev": true, "dependencies": { - "detect-libc": "^1.0.3", + "detect-libc": "^2.0.0", "expand-template": "^2.0.3", "github-from-package": "0.0.0", "minimist": "^1.2.3", "mkdirp-classic": "^0.5.3", "napi-build-utils": "^1.0.1", - "node-abi": "^2.7.0", - "noop-logger": "^0.1.1", - "npmlog": "^4.0.1", + "node-abi": "^3.3.0", "pump": "^3.0.0", "rc": "^1.2.7", - "simple-get": "^3.0.3", + "simple-get": "^4.0.0", "tar-fs": "^2.0.0", - "tunnel-agent": "^0.6.0", - "which-pm-runs": "^1.0.0" + "tunnel-agent": "^0.6.0" }, "bin": { "prebuild-install": "bin.js" }, "engines": { - "node": ">=6" - } - }, - "node_modules/prelude-ls": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", - "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", - "dev": true, - "engines": { - "node": ">= 0.8.0" + "node": ">=10" } }, "node_modules/process-nextick-args": { @@ -1485,12 +1192,6 @@ "node": ">=0.4.0" } }, - "node_modules/psl": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", - "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==", - "dev": true - }, "node_modules/pump": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", @@ -1501,23 +1202,25 @@ "once": "^1.3.1" } }, - "node_modules/punycode": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", - "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/qs": { - "version": "6.5.3", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz", - "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==", + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", "dev": true, - "engines": { - "node": ">=0.6" - } + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] }, "node_modules/rc": { "version": "1.2.8", @@ -1549,53 +1252,6 @@ "util-deprecate": "~1.0.1" } }, - "node_modules/regenerator-runtime": { - "version": "0.13.11", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", - "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==", - "dev": true - }, - "node_modules/request": { - "version": "2.88.2", - "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", - "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", - "deprecated": "request has been deprecated, see https://github.com/request/request/issues/3142", - "dev": true, - "dependencies": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/request-progress": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/request-progress/-/request-progress-3.0.0.tgz", - "integrity": "sha512-MnWzEHHaxHO2iWiQuHrUPBi/1WeBf5PkxQqNyNvLl9VAYSdXkP8tQ3pBSeCPD+yw0v0Aq1zosWLz0BdeXpWwZg==", - "dev": true, - "dependencies": { - "throttleit": "^1.0.0" - } - }, "node_modules/require-directory": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", @@ -1605,12 +1261,29 @@ } }, "node_modules/resolve": { - "version": "1.15.1", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.15.1.tgz", - "integrity": "sha512-84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w==", + "version": "1.22.8", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", "dev": true, "dependencies": { - "path-parse": "^1.0.6" + "is-core-module": "^2.13.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resolve/node_modules/is-core-module": { + "version": "2.13.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", + "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", + "dev": true, + "dependencies": { + "hasown": "^2.0.0" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -1635,10 +1308,27 @@ } }, "node_modules/run-parallel": { - "version": "1.1.9", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.1.9.tgz", - "integrity": "sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q==", - "dev": true + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "queue-microtask": "^1.2.2" + } }, "node_modules/safe-buffer": { "version": "5.1.2", @@ -1646,33 +1336,21 @@ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", "dev": true }, - "node_modules/safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "dev": true - }, "node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, "bin": { "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" } }, - "node_modules/set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", - "dev": true - }, - "node_modules/signal-exit": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true - }, "node_modules/simple-concat": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz", @@ -1694,12 +1372,26 @@ ] }, "node_modules/simple-get": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-3.1.1.tgz", - "integrity": "sha512-CQ5LTKGfCpvE1K0n2us+kuMPbk/q0EKl82s4aheV9oXjFEz6W/Y7oQFVJuU6QG77hRT4Ghb5RURteF5vnWjupA==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz", + "integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], "dependencies": { - "decompress-response": "^4.2.0", + "decompress-response": "^6.0.0", "once": "^1.3.1", "simple-concat": "^1.0.0" } @@ -1713,41 +1405,6 @@ "node": ">=8" } }, - "node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sshpk": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz", - "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==", - "dev": true, - "dependencies": { - "asn1": "~0.2.3", - "assert-plus": "^1.0.0", - "bcrypt-pbkdf": "^1.0.0", - "dashdash": "^1.12.0", - "ecc-jsbn": "~0.1.1", - "getpass": "^0.1.1", - "jsbn": "~0.1.0", - "safer-buffer": "^2.0.2", - "tweetnacl": "~0.14.0" - }, - "bin": { - "sshpk-conv": "bin/sshpk-conv", - "sshpk-sign": "bin/sshpk-sign", - "sshpk-verify": "bin/sshpk-verify" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/stream-meter": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/stream-meter/-/stream-meter-1.0.4.tgz", @@ -1811,6 +1468,18 @@ "node": ">=8" } }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/tar-fs": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz", @@ -1853,13 +1522,13 @@ "node": ">= 6" } }, - "node_modules/throttleit": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-1.0.1.tgz", - "integrity": "sha512-vDZpf9Chs9mAdfY046mcPt8fg5QSZr37hEH4TXYBnDF+izxgrbRGUAAaBvIk/fJm9aOFCGFd1EsNg5AZCbnQCQ==", + "node_modules/to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", "dev": true, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "engines": { + "node": ">=4" } }, "node_modules/to-regex-range": { @@ -1874,18 +1543,11 @@ "node": ">=8.0" } }, - "node_modules/tough-cookie": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", - "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", - "dev": true, - "dependencies": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "engines": { - "node": ">=0.8" - } + "node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "dev": true }, "node_modules/tunnel-agent": { "version": "0.6.0", @@ -1899,51 +1561,13 @@ "node": "*" } }, - "node_modules/tweetnacl": { - "version": "0.14.5", - "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", - "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==", - "dev": true - }, - "node_modules/type-check": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", - "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", - "dev": true, - "dependencies": { - "prelude-ls": "~1.1.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/uid2": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/uid2/-/uid2-0.0.3.tgz", - "integrity": "sha512-5gSP1liv10Gjp8cMEnFd6shzkL/D6W1uhXSFNCxDC+YI8+L8wkCYCbJ7n77Ezb4wE/xzMogecE+DtamEe9PZjg==", - "dev": true - }, - "node_modules/unique-temp-dir": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unique-temp-dir/-/unique-temp-dir-1.0.0.tgz", - "integrity": "sha512-tE68ki2FndoVdPioyiz8mYaJeX3xU/9lk4dml7KlLKEkWLtDGAYeg5LGjE2dMkzB8d6R3HbcKTn/I14nukP2dw==", - "dev": true, - "dependencies": { - "mkdirp": "^0.5.1", - "os-tmpdir": "^1.0.1", - "uid2": "0.0.3" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/universalify": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", + "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", "dev": true, "engines": { - "node": ">= 4.0.0" + "node": ">= 10.0.0" } }, "node_modules/unxhr": { @@ -1954,70 +1578,26 @@ "node": ">=8.11" } }, - "node_modules/uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", - "dev": true, - "dependencies": { - "punycode": "^2.1.0" - } - }, "node_modules/util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", "dev": true }, - "node_modules/uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", - "dev": true, - "bin": { - "uuid": "bin/uuid" - } - }, - "node_modules/verror": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", - "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==", - "dev": true, - "engines": [ - "node >=0.6.0" - ], - "dependencies": { - "assert-plus": "^1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" - } - }, - "node_modules/which-pm-runs": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.1.0.tgz", - "integrity": "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==", - "dev": true, - "engines": { - "node": ">=4" - } + "node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "dev": true }, - "node_modules/wide-align": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz", - "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==", + "node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", "dev": true, "dependencies": { - "string-width": "^1.0.2 || 2 || 3 || 4" - } - }, - "node_modules/word-wrap": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", - "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", - "dev": true, - "engines": { - "node": ">=0.10.0" + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" } }, "node_modules/wrap-ansi": { @@ -2049,6 +1629,12 @@ "node": ">=10" } }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, "node_modules/yargs": { "version": "17.3.1", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.3.1.tgz", diff --git a/package.json b/package.json index e9641000..625052ca 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "release:description": "node npm/release/description.js", "release:prepare": "node npm/release/prepare.js", "release:next": "node npm/release/next.js", - "package": "npm i @asciidoctor/core && pkg -t node12-linux-x64,node12-macos-x64,node12-win-x64 package.json --out-path dist/" + "package": "npm i @asciidoctor/core && pkg -t node16-linux-x64,node16-macos-x64,node16-win-x64 package.json --out-path dist/" }, "repository": { "type": "git", @@ -55,7 +55,7 @@ "@asciidoctor/core": "~3.0", "bestikk-log": "0.1.0", "expect.js": "0.3.1", - "pkg": "^4.4.2" + "pkg": "5.8.1" }, "volta": { "node": "16.20.1"