From 96cf461bb8a35177d930062296a7266f29894952 Mon Sep 17 00:00:00 2001 From: Tommi Date: Thu, 4 Nov 2021 11:23:29 +0100 Subject: [PATCH] Initial (broken) alpha commit --- .eleventy.js | 12 + .eleventyignore | 8 + .gitignore | 5 + .ruby-version | 1 - Gemfile | 48 - Gemfile.lock | 164 - _config.yml | 208 - ...20-12-13-Why-I-am-quitting-Social-Media.md | 4 +- _includes/backlinks.html | 108 +- _layouts/full.html | 1 - _layouts/vuoto.html | 1 - _notes/public/Docker Server Setup.md | 1 - _notes/public/Eleventy.md | 41 + _notes/public/Pages to archive.md | 1 - _notes/public/Venezia.md | 5 +- build.log | 6977 ----------------- package-lock.json | 6650 ++++++++++++++++ package.json | 320 + pages/Everyone-it.html | 1 - pages/Everyone.html | 1 - pages/index.html | 1 - site.json | 7 + 22 files changed, 7099 insertions(+), 7466 deletions(-) create mode 100644 .eleventy.js create mode 100644 .eleventyignore delete mode 100644 .ruby-version delete mode 100644 Gemfile delete mode 100644 Gemfile.lock delete mode 100644 _config.yml create mode 100644 _notes/public/Eleventy.md delete mode 100644 build.log create mode 100644 package-lock.json create mode 100644 package.json create mode 100644 site.json diff --git a/.eleventy.js b/.eleventy.js new file mode 100644 index 00000000..badea871 --- /dev/null +++ b/.eleventy.js @@ -0,0 +1,12 @@ +const syntaxHighlight = require("@11ty/eleventy-plugin-syntaxhighlight"); + +module.exports = function (eleventyConfig) { + // Enable syntax highlighting + eleventyConfig.addPlugin(syntaxHighlight); + + return { + dir: { + layouts: "_layouts" + } + } +}; \ No newline at end of file diff --git a/.eleventyignore b/.eleventyignore new file mode 100644 index 00000000..cf830ae6 --- /dev/null +++ b/.eleventyignore @@ -0,0 +1,8 @@ +riordinare/ +_notes/templates/ +_notes/.obsidian +_notes/.trash +_notes/PISE +_notes/obsidian.css +_notes/.* +_data/.* diff --git a/.gitignore b/.gitignore index 51c94408..e6020a60 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ +# Eleventy stuff +node_modules +dist +.env + # Private notes _notes/private/ _notes/university diff --git a/.ruby-version b/.ruby-version deleted file mode 100644 index b5021469..00000000 --- a/.ruby-version +++ /dev/null @@ -1 +0,0 @@ -3.0.2 diff --git a/Gemfile b/Gemfile deleted file mode 100644 index b4088297..00000000 --- a/Gemfile +++ /dev/null @@ -1,48 +0,0 @@ -source "https://rubygems.org" -gem "jekyll" -gem "webrick" - -group :jekyll_plugins do - gem "jekyll-commonmark", github: "jekyll/jekyll-commonmark" - gem "jekyll-feed" - gem "jekyll-seo-tag" - gem "jekyll-sitemap" - gem "jekyll-last-modified-at" - gem "jekyll-target-blank" - gem "jekyll-watch" - gem "jekyll-redirect-from" - gem "jekyll-email-protect" -# gem "jekyll-datapage-generator" - gem "jekyll-debug" - gem "jekyll-mentions" -# gem "jekyll-liquify" - gem "jekyll-auto-image" - gem "html-proofer" -# gem "jekyll-toc" -# gem "jekyll-lunr" - gem "liquid-c" -# gem "jekyll-webmention_io" # this causes trouble -# gem "jekyll-admin" -# gem "jekyll-optional-front-matter" -# gem "jekyll-paginate" - gem "jekyll-paginate-v2" -# gem "jekyll-archives" -# gem "jekyll-youtube" -# gem "jekyll-spaceship" -# gem "jekyll-pdf-embed" -# gem "jekyll-giphy" -# gem "jekyll-timeago" -# gem "liquid_pluralize" -# gem "liquid_reading_time" -# gem "jekyll-twitter-plugin" -# gem "jekyll-news-sitemap" -# gem "jekyll-git_metadata" -# gem "jekyll-auto-image" -# gem "jekyll-tagging" -# gem "jekyll-auto-image" -# gem "premonition" -# gem "jekyll-stork" - gem "jekyll-wikilinks" -# gem "jekyll-favicon" my favicons are not uniform -# gem "jekyll-graph" -end diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index f95d8f68..00000000 --- a/Gemfile.lock +++ /dev/null @@ -1,164 +0,0 @@ -GIT - remote: https://github.com/jekyll/jekyll-commonmark.git - revision: 37e262a5635e74f2a2a4b1233f91cf49ac29ee7f - specs: - jekyll-commonmark (1.3.1) - commonmarker (~> 0.22) - -GEM - remote: https://rubygems.org/ - specs: - activesupport (6.1.4.1) - concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 1.6, < 2) - minitest (>= 5.1) - tzinfo (~> 2.0) - zeitwerk (~> 2.3) - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) - coderay (1.1.3) - colorator (1.1.0) - commonmarker (0.23.2) - concurrent-ruby (1.1.9) - em-websocket (0.5.2) - eventmachine (>= 0.12.9) - http_parser.rb (~> 0.6.0) - ethon (0.15.0) - ffi (>= 1.15.0) - eventmachine (1.2.7) - ffi (1.15.4) - forwardable-extended (2.6.0) - html-pipeline (2.14.0) - activesupport (>= 2) - nokogiri (>= 1.4) - html-proofer (3.19.2) - addressable (~> 2.3) - mercenary (~> 0.3) - nokogumbo (~> 2.0) - parallel (~> 1.3) - rainbow (~> 3.0) - typhoeus (~> 1.3) - yell (~> 2.0) - http_parser.rb (0.6.0) - i18n (1.8.10) - concurrent-ruby (~> 1.0) - jekyll (4.2.1) - addressable (~> 2.4) - colorator (~> 1.0) - em-websocket (~> 0.5) - i18n (~> 1.0) - jekyll-sass-converter (~> 2.0) - jekyll-watch (~> 2.0) - kramdown (~> 2.3) - kramdown-parser-gfm (~> 1.0) - liquid (~> 4.0) - mercenary (~> 0.4.0) - pathutil (~> 0.9) - rouge (~> 3.0) - safe_yaml (~> 1.0) - terminal-table (~> 2.0) - jekyll-auto-image (1.1.3) - jekyll - jekyll-debug (0.0.2) - liquid (>= 2.5, < 5.0) - pry (~> 0.10) - rb-readline (~> 0.5) - jekyll-email-protect (1.1.0) - jekyll-feed (0.15.1) - jekyll (>= 3.7, < 5.0) - jekyll-last-modified-at (1.3.0) - jekyll (>= 3.7, < 5.0) - posix-spawn (~> 0.3.9) - jekyll-mentions (1.6.0) - html-pipeline (~> 2.3) - jekyll (>= 3.7, < 5.0) - jekyll-paginate-v2 (3.0.0) - jekyll (>= 3.0, < 5.0) - jekyll-redirect-from (0.16.0) - jekyll (>= 3.3, < 5.0) - jekyll-sass-converter (2.1.0) - sassc (> 2.0.1, < 3.0) - jekyll-seo-tag (2.7.1) - jekyll (>= 3.8, < 5.0) - jekyll-sitemap (1.4.0) - jekyll (>= 3.7, < 5.0) - jekyll-target-blank (2.0.0) - jekyll (>= 3.0, < 5.0) - nokogiri (~> 1.10) - jekyll-watch (2.2.1) - listen (~> 3.0) - jekyll-wikilinks (0.0.6) - jekyll (~> 4.2.0) - nokogiri (~> 1.12.3) - kramdown (2.3.1) - rexml - kramdown-parser-gfm (1.1.0) - kramdown (~> 2.0) - liquid (4.0.3) - liquid-c (4.0.0) - liquid (>= 3.0.0) - listen (3.7.0) - rb-fsevent (~> 0.10, >= 0.10.3) - rb-inotify (~> 0.9, >= 0.9.10) - mercenary (0.4.0) - method_source (1.0.0) - minitest (5.14.4) - nokogiri (1.12.5-x86_64-darwin) - racc (~> 1.4) - nokogumbo (2.0.5) - nokogiri (~> 1.8, >= 1.8.4) - parallel (1.21.0) - pathutil (0.16.2) - forwardable-extended (~> 2.6) - posix-spawn (0.3.15) - pry (0.14.1) - coderay (~> 1.1) - method_source (~> 1.0) - public_suffix (4.0.6) - racc (1.6.0) - rainbow (3.0.0) - rb-fsevent (0.11.0) - rb-inotify (0.10.1) - ffi (~> 1.0) - rb-readline (0.5.5) - rexml (3.2.5) - rouge (3.26.1) - safe_yaml (1.0.5) - sassc (2.4.0) - ffi (~> 1.9) - terminal-table (2.0.0) - unicode-display_width (~> 1.1, >= 1.1.1) - typhoeus (1.4.0) - ethon (>= 0.9.0) - tzinfo (2.0.4) - concurrent-ruby (~> 1.0) - unicode-display_width (1.8.0) - webrick (1.7.0) - yell (2.2.2) - zeitwerk (2.5.1) - -PLATFORMS - x86_64-darwin-20 - -DEPENDENCIES - html-proofer - jekyll - jekyll-auto-image - jekyll-commonmark! - jekyll-debug - jekyll-email-protect - jekyll-feed - jekyll-last-modified-at - jekyll-mentions - jekyll-paginate-v2 - jekyll-redirect-from - jekyll-seo-tag - jekyll-sitemap - jekyll-target-blank - jekyll-watch - jekyll-wikilinks - liquid-c - webrick - -BUNDLED WITH - 2.2.22 diff --git a/_config.yml b/_config.yml deleted file mode 100644 index 689eb1b3..00000000 --- a/_config.yml +++ /dev/null @@ -1,208 +0,0 @@ -title: Tommi Space -email: surfing@tommi.space -description: >- - A virtual representation of the mess inside Tommi’s mind -baseurl: "" -url: "https://tommi.space" -author: - name: Tommi - username: tommi - picture: "/images/profile.jpg" -logo: "/favicon.ico" -publisher: Tommi -timezone: Europe/Rome -github_username: xplosionmind -git_repository: "tommi.space" -future: true -profile: true -livereload: true -strict_front_matter: true -lang: it -locale: it -images: "/images" -post-images: "/images/posts" -image: '/logos/favicon-180.png' -assets: "https://assets.tommi.space/assets" -video: "https://assets.tommi.space/video" -audio: "https://assets.tommi.space/audio" -logos: "/logos" -fonts: "/fonts" -exclude: - - riordinare/ - - _notes/private/ - - _notes/templates/ - - _notes/.obsidian - - _notes/.trash - - _notes/PISE - - _notes/university - - _notes/obsidian.css - - _data/private - - _notes/.* - - _data/.* -keep_files: - - images/ - - assets/ -collections: - poetry: - output: true - notes: - output: true - filinge: - output: true - sconnesso: - output: true - -# Pagination -pagination: - enabled: true - sort_reverse: true - per_page: 6 - title: ':title :num' - trail: - before: 2 - after: 2 - -feed: - path: /feeds/zibaldone.xml - tags: - path: /feeds/ - only: - - geek - collections: - poetry: - path: /feeds/poetry.xml - filinge: - path: /feeds/filinge.xml - notes: - path: /feeds/jam.xml - -# SEO -social: - name: xplosionmind -tagline: "Tommi’s virtual mind" -twitter: - username: xplosionmind - card: summary - -#d3_graph_data: -# enabled: false - -toc: - list_class: "grey border box" - -podcast: - title: Sconnesso - description: "Sconnesso è uno pseudo-podcast in cui, per alcuni minuti, racconto ciò che mi sorprende. Sconnesso è sbagliato, ma non scorretto. È atipico, ma non è poi così originale. È curato, ma non studiato alla perfezione. È esasperante, ma mai noioso. È improvvisato, ma non raffazzonato. Non è preparato, ma è attentamente pensato. È confuso e disordinato, ma non complicato. È sconnesso, ma non disconnesso." - url: "/sconnesso.xml" - author: "Tommi" - email: "sono@sconnesso.link" - link: "https://sconnesso.link" - logo: "/images/sconnesso.jpg" - type: "episodic" - complete: "yes" - block: "no" - -plugins: - - jekyll-feed - - jekyll-seo-tag - - jekyll-sitemap - - jekyll-last-modified-at - - jekyll-target-blank - - jekyll-watch - - jekyll-redirect-from - - jekyll-debug - - jekyll-mentions - - jekyll-auto-image - - jekyll-email-protect - - jekyll-paginate-v2 -# - jekyll-stork - - jekyll-wikilinks -# - jekyll-commonmark -# - jekyll-graph - -sass: - style: compressed - -target-blank: - rel: external - -#markdown: CommonMark # IDs not generated! -#commonmark: -# options: ["FOOTNOTES", "STRIKETHROUGH_DOUBLE_TILDE", "SMART", "VALIDATE_UTF8", "UNSAFE", "LIBERAL_HTML_TAG", "HARDBREAKS"] -# extensions: ["strikethrough", "table", "tasklist", "autolink"] - -compress_html: - clippings: all - comments: all - endings: all - startings: all - -permalink: /:title - -defaults: - - - scope: - path: "" - values: - layout: "wrapper" - lang: "en" - image: "/images/preview.gif" - comments: true - serif: false - primary: "#FCC920" - - - - scope: - path: "" - type: posts - values: - layout: post - lang: it - excerpt_separator: "" - - - - scope: - path: "" - type: poetry - values: - layout: poetry - lang: it - permalink: /:title - primary: "teal" - description: "Parole disordinate, fra le nuvole e lo spazio" - - - - scope: - path: "" - type: notes - values: - layout: jam - lang: en - toc: true - permalink: /:title - hide: 0 - - - - scope: - path: "" - type: sconnesso - values: - layout: sconnesso - lang: it - permalink: /sconnesso/:title - primary: "var(--purple)" - author: "Tommi" - categories: "sconnesso" - episodeType: "full" - explicit: "no" - image: "/images/sconnesso.jpg" - - - - scope: - path: "" - type: filinge - values: - layout: post - lang: it - primary: "#20CE88" - permalink: /filinge/:title diff --git a/_drafts/2020-12-13-Why-I-am-quitting-Social-Media.md b/_drafts/2020-12-13-Why-I-am-quitting-Social-Media.md index e3da6542..261980ff 100644 --- a/_drafts/2020-12-13-Why-I-am-quitting-Social-Media.md +++ b/_drafts/2020-12-13-Why-I-am-quitting-Social-Media.md @@ -1,5 +1,5 @@ --- -tags: ["zen"] +tags: zen --- After months thinkering about it, I might be able to say that the short answer to the title is “to feel better”. @@ -7,4 +7,4 @@ The two immediate clarifications following from the short answer are: - no, I am not quitting social media exclusively because I want to feel better - no, of course quitting social media isn't the only thing which separates me from absolute happiness. -Now, before diving deeper, there is one least further premise to do: while in this article I will focus on explaining *my* personal reasons for quitting social media, I made [a website](https://quitsocialmedia.club "Quit Social Media") which collects articles and all sorts of data which proves how bad social media are, independently from their evident and awesome qualities. +Now, before diving deeper, there is one least further premise to do: while in this article I will focus on explaining *my* personal reasons for quitting social media, I made [a website](https://quitsocialmedia.club 'Quit Social Media') which collects articles and all sorts of data which proves how bad social media are, independently from their evident and awesome qualities. diff --git a/_includes/backlinks.html b/_includes/backlinks.html index 154a9f94..29222cd5 100644 --- a/_includes/backlinks.html +++ b/_includes/backlinks.html @@ -9,20 +9,31 @@

Backlinks

{% endif %}

- {% if jekyll.environment == "production" %} - {% comment %}+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - + + - + 100% Liquid backlinks parser based on pages permalinks. + - + + - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++{% endcomment %} + {% comment %}+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + + + + 100% Liquid backlinks parser based on pages permalinks. + + + + + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++{% endcomment %} - diff --git a/_layouts/full.html b/_layouts/full.html index 32c6456a..434c8c7c 100644 --- a/_layouts/full.html +++ b/_layouts/full.html @@ -1,5 +1,4 @@ --- -layout: none --- diff --git a/_layouts/vuoto.html b/_layouts/vuoto.html index 839e32ba..d0b6d1b9 100644 --- a/_layouts/vuoto.html +++ b/_layouts/vuoto.html @@ -1,5 +1,4 @@ --- -layout: none --- diff --git a/_notes/public/Docker Server Setup.md b/_notes/public/Docker Server Setup.md index 9981c11c..a01ad61e 100644 --- a/_notes/public/Docker Server Setup.md +++ b/_notes/public/Docker Server Setup.md @@ -2,7 +2,6 @@ date: 2021-01-27T22:03:09+01:00 updated: 2021-01-28T12:23:04+01:00 tags: geek unfinished -description: Setting up stuff with Docker toc: false description: Configuration of a Docker server --- diff --git a/_notes/public/Eleventy.md b/_notes/public/Eleventy.md new file mode 100644 index 00000000..ed673495 --- /dev/null +++ b/_notes/public/Eleventy.md @@ -0,0 +1,41 @@ +--- +date: 2021-11-04T10:22:48+01:00 +updated: 2021-11-04T10:22:48+01:00 +tags: geek +--- +I am astonished. I was very casually wasting my time by reading about other SSGs, since Jekyll may be not dead, but for sure it will not be developed further in the future. + +So, (just as randomly), I decided to create a new branch in my website’s repository: + +``` +git branch 11ty +git checkout 11ty +``` + +Believing everything would turn up broken, or that the build would file, I run: +``` +brew install npm # install Node (and its package manager) +npm init -y # create package.json in pwd +npm install --save-dev @11ty/eleventy # Install Eleventy as a development dependency +npx @11ty/eleventy --serve # build the website +``` + +With a great surprise, I found out my website to be working **greatly**. Out of the box. No changes. Still, output was not perfect. I needed to perform some refinements. + +Creating `site.json` (same as `_config.yml`): +```json +{ + "title": "tommi.space", + "email": "surfing@tommi.space", + "description": "A virtual representation of the mess inside Tommi’s mind", + "baseurl": "", + "url": "https://tommi.space" +} +``` + +Furthermore, as explained in the quote below, in Eleventy layouts are considered as includes. + +
+ If we read about layouts in Eleventy, we’ll see that these are searched for in _includes by default, whereas they’re kept under _layouts in Jekyll. This is mentioned and can be configured, so we’ll create an .eleventy.js file to set the right path.

+
module.exports = {
dir: {
layouts: "_layouts"
}
};
+
\ No newline at end of file diff --git a/_notes/public/Pages to archive.md b/_notes/public/Pages to archive.md index b75cc491..0a21b925 100644 --- a/_notes/public/Pages to archive.md +++ b/_notes/public/Pages to archive.md @@ -1,7 +1,6 @@ --- title: Pages to archive updated: 2021-06-08T18:16:19+02:00 -layout: none sitemap: false permalink: /pages-to-archive redirect_from: ['/wayback_archiver', '/wayback-archiver'] diff --git a/_notes/public/Venezia.md b/_notes/public/Venezia.md index 561d960f..166434ee 100644 --- a/_notes/public/Venezia.md +++ b/_notes/public/Venezia.md @@ -1,12 +1,11 @@ --- date: 2021-09-07T09:05:48+02:00 -updated: 2021-09-07T09:05:48+02:00 -tags: place +updated: 2021-11-04T11:08:10+01:00 aliases: Venice image: https://images.tommi.space/i?/uploads/j/b/u/jbuqxznr00//2021/10/09/20211009100040-e233ae28-th.jpg --- - [**Guida minima alla vita studentesca veneziana**](https://www.unive.it/pag/14024/?tx_news_pi1[news]=10609&cHash=f76a09ae3f0a56e2b997122b0a2df70d 'Guida minima alla vita studentesca veneziana') -- [Sconti e riduzioni per studenti](https://www.comune.venezia.it/it/content/elenco-sconti-e-riduzioni-0 '') +- [Sconti e riduzioni per studenti](https://www.comune.venezia.it/it/content/elenco-sconti-e-riduzioni-0 'Elenco sconti e riduzioni - Comune di Venezia') - [Universitari a Teatro](https://www.teatrostabileveneto.it/esu-a-teatro/ 'Universitari a Teatro') - [Calendario Teatro *La Fenice*](https://www.teatrolafenice.it/calendario/ 'Calendario - Teatro La Fenice') diff --git a/build.log b/build.log deleted file mode 100644 index e0d33ef5..00000000 --- a/build.log +++ /dev/null @@ -1,6977 +0,0 @@ - Logging at level: debug - Jekyll Version: 4.2.0 -Configuration file: /Users/tommi/tommi.space/_config.yml - Requiring: /Users/tommi/tommi.space/_plugins/bidirectional_links_generator.rb - Requiring: /Users/tommi/tommi.space/_plugins/empty_front_matter_note_injector.rb - Requiring: jekyll-feed - Requiring: jekyll-seo-tag - Requiring: jekyll-sitemap - Requiring: jekyll-last-modified-at - Requiring: jekyll-target-blank - Requiring: jekyll-watch - Requiring: jekyll-redirect-from - Requiring: jekyll-debug - Requiring: jekyll-mentions - Requiring: jekyll-auto-image - Requiring: jekyll-email-protect - Requiring: jekyll-paginate-v2 - Requiring: jekyll-stork - Source: /Users/tommi/tommi.space - Destination: /Users/tommi/tommi.space/_site - Incremental build: disabled. Enable with --incremental - Generating... - Reading: /_layouts/compress.html - Reading: /_layouts/full.html - Reading: /_layouts/jam.html - Reading: /_layouts/page.html - Reading: /_layouts/poetry.html - Reading: /_layouts/post.html - Reading: /_layouts/sconnesso.html - Reading: /_layouts/vuoto.html - Reading: /_layouts/white.html - Reading: /_layouts/wrapper.html - EntryFilter: excluded /Gemfile - EntryFilter: excluded /Gemfile.lock - EntryFilter: excluded /.jekyll-cache - Reading: _posts/2016-08-02-Vivi-la-vita.md - Reading: _posts/2017-01-19-Come-cambiare-il-mondo.md - Reading: _posts/2017-06-04-Prima-di-scattare-pensa.md - Reading: _posts/2017-07-10-borderlife.md - Reading: _posts/2017-07-22-Giffoni.md - Reading: _posts/2017-07-30-Le-torce-non-servono-nello-spazio.md - Reading: _posts/2018-03-23-Iter-per-mentis-casinum.md - Reading: _posts/2018-04-14-Sogno-ad-occhi-aperti.md - Reading: _posts/2018-04-26-Brunori-Sa.md - Reading: _posts/2018-06-08-Keep-calm-and-stop-hating.md - Reading: _posts/2018-06-19-The-Bus-Blogger.md - Reading: _posts/2018-08-17-Solo.md - Reading: _posts/2018-09-23-Che-palle-instagram.md - Reading: _posts/2018-12-04-Ugomo.md - Reading: _posts/2019-01-24-Svevoismo.md - Reading: _posts/2019-03-20-Servire.md - Reading: _posts/2019-04-25-Frammenti.md - Reading: _posts/2019-05-27-Futuro.md - Reading: _posts/2019-06-16-Maturandi.md - Reading: _posts/2019-06-29-Inciampare.md - Reading: _posts/2019-08-30-squali-consapevoli.md - Reading: _posts/2019-11-16-Groovy-Pieces.md - Reading: _posts/2019-11-26-Vorrei-avere-culo.md - Reading: _posts/2019-11-30-Sono-innamorato.md - Reading: _posts/2020-01-14-Domodossola.md - Reading: _posts/2020-02-07-Avanguardia.md - Reading: _posts/2020-04-18-Making-this-website.md - Reading: _posts/2020-05-12-Genesi.md - Reading: _posts/2020-06-01-Scaricare-film-come-si-deve.md - Reading: _posts/2020-09-11-Mnemosyne.md - Reading: _posts/2020-11-04-Non-sono-abbastanza.md - Reading: _posts/2020-12-12-Non-so-più-leggere.md - Reading: _posts/2021-02-05-Cambiare-Vita.md - Reading: _posts/2021-03-26-LArte-del-Procrastinare.md - Reading: feeds/sconnesso-itunes.xml - Reading: feeds/italiano.xml - Reading: feeds/italiano_broken.xml - Reading: feeds/sconnesso.xml - Reading: pages/newsletter.md - Reading: pages/privacy-it.md - Reading: pages/pages-to-archive.md - Reading: pages/Everyone.html - Reading: pages/sconnesso.html - Reading: pages/home-it.html - Reading: pages/tags.html - Reading: pages/feeds.html - Reading: pages/index.html - Reading: pages/home.html - Reading: pages/feeds-it.html - Reading: pages/about.html - Reading: pages/Everyone-it.html - Reading: pages/newsletter-iscritto.md - Reading: pages/stuff-it.html - Reading: pages/privacy.md - Reading: pages/filosofia.html - Reading: pages/whole-jam.html - Reading: pages/test.html - Reading: pages/usa-firefox.md - Reading: pages/about-it.html - Reading: pages/newsletter-addio.md - Reading: pages/stuff.html - Reading: pages/linktree.md - Reading: pages/poetry.html - Reading: pages/zibaldone.html - Reading: pages/zibenglish.html - Reading: pages/manteinance.html - Reading: pages/pasticcibelli.html - Reading: Everyone.scss - Reading: humans.txt - Reading: 404.html - Reading: style.scss - Reading: buttondown.scss - Reading: piwigo.scss - Reading: _data/apps.csv - Reading: _data/books-wishlist.csv - Reading: _data/internet-awesomeness.csv - Reading: _data/library.csv - Reading: _data/people.csv - Reading: _data/places.csv - Reading: _data/stuff.csv - Reading: _data/tags.csv - Reading: _data/watchlog.csv - Reading: _data/private/paid-subscriptions.csv - Reading: _data/private/wallet.csv - Reading: _poetry/2019-07-25-credenza.md - Reading: _poetry/2019-10-12-Polizia-cinese.md - Reading: _poetry/2019-10-12-serrature-mancate.md - Reading: _poetry/2019-10-19-astinenza-seriale.md - Reading: _poetry/2019-11-03-crossover.md - Reading: _poetry/2019-11-03-nel-blu-dipinto-di-blu.md - Reading: _poetry/2019-11-26-Virtual-Reality.md - Reading: _poetry/2019-11-26-cassetto.md - Reading: _poetry/2019-12-27-affetto.md - Reading: _poetry/2019-12-27-sceneggiatura.md - Reading: _poetry/2020-03-17-Open-Office.md - EntryFilter: excluded _notes/.DS_Store - EntryFilter: excluded _notes/._sync_d0dec7b891b2.db - EntryFilter: excluded _notes/._sync_d0dec7b891b2.db-shm - EntryFilter: excluded _notes/._sync_d0dec7b891b2.db-wal - EntryFilter: excluded _notes/.obsidian - EntryFilter: excluded _notes/.obsidian/.DS_Store - EntryFilter: excluded _notes/.obsidian/config - EntryFilter: excluded _notes/.obsidian/daily-notes.json - EntryFilter: excluded _notes/.obsidian/file-recovery.json - EntryFilter: excluded _notes/.obsidian/global-search.json - EntryFilter: excluded _notes/.obsidian/graph.json - EntryFilter: excluded _notes/.obsidian/page-preview.json - EntryFilter: excluded _notes/.obsidian/plugins - EntryFilter: excluded _notes/.obsidian/plugins/calendar - EntryFilter: excluded _notes/.obsidian/plugins/calendar/data.json - EntryFilter: excluded _notes/.obsidian/plugins/calendar/main.js - EntryFilter: excluded _notes/.obsidian/plugins/calendar/manifest.json - EntryFilter: excluded _notes/.obsidian/plugins/cm-editor-syntax-highlight-obsidian - EntryFilter: excluded _notes/.obsidian/plugins/cm-editor-syntax-highlight-obsidian/main.js - EntryFilter: excluded _notes/.obsidian/plugins/cm-editor-syntax-highlight-obsidian/manifest.json - EntryFilter: excluded _notes/.obsidian/plugins/cm-editor-syntax-highlight-obsidian/styles.css - EntryFilter: excluded _notes/.obsidian/plugins/cm-show-whitespace-obsidian - EntryFilter: excluded _notes/.obsidian/plugins/cm-show-whitespace-obsidian/data.json - EntryFilter: excluded _notes/.obsidian/plugins/cm-show-whitespace-obsidian/main.js - EntryFilter: excluded _notes/.obsidian/plugins/cm-show-whitespace-obsidian/manifest.json - EntryFilter: excluded _notes/.obsidian/plugins/cm-show-whitespace-obsidian/styles.css - EntryFilter: excluded _notes/.obsidian/plugins/code-block-copy - EntryFilter: excluded _notes/.obsidian/plugins/code-block-copy/main.js - EntryFilter: excluded _notes/.obsidian/plugins/code-block-copy/manifest.json - EntryFilter: excluded _notes/.obsidian/plugins/code-block-copy/styles.css - EntryFilter: excluded _notes/.obsidian/plugins/convert-url-to-iframe - EntryFilter: excluded _notes/.obsidian/plugins/convert-url-to-iframe/main.js - EntryFilter: excluded _notes/.obsidian/plugins/convert-url-to-iframe/manifest.json - EntryFilter: excluded _notes/.obsidian/plugins/convert-url-to-iframe/styles.css - EntryFilter: excluded _notes/.obsidian/plugins/find-unlinked-files - EntryFilter: excluded _notes/.obsidian/plugins/find-unlinked-files/data.json - EntryFilter: excluded _notes/.obsidian/plugins/find-unlinked-files/main.js - EntryFilter: excluded _notes/.obsidian/plugins/find-unlinked-files/manifest.json - EntryFilter: excluded _notes/.obsidian/plugins/markdown-prettifier - EntryFilter: excluded _notes/.obsidian/plugins/markdown-prettifier/data.json - EntryFilter: excluded _notes/.obsidian/plugins/markdown-prettifier/main.js - EntryFilter: excluded _notes/.obsidian/plugins/markdown-prettifier/manifest.json - EntryFilter: excluded _notes/.obsidian/plugins/markdown-prettifier/styles.css - EntryFilter: excluded _notes/.obsidian/plugins/meld-encrypt - EntryFilter: excluded _notes/.obsidian/plugins/meld-encrypt/main.js - EntryFilter: excluded _notes/.obsidian/plugins/meld-encrypt/manifest.json - EntryFilter: excluded _notes/.obsidian/plugins/note-refactor-obsidian - EntryFilter: excluded _notes/.obsidian/plugins/note-refactor-obsidian/main.js - EntryFilter: excluded _notes/.obsidian/plugins/note-refactor-obsidian/manifest.json - EntryFilter: excluded _notes/.obsidian/plugins/note-refactor-obsidian/styles.css - EntryFilter: excluded _notes/.obsidian/plugins/obsidian-hider - EntryFilter: excluded _notes/.obsidian/plugins/obsidian-hider/data.json - EntryFilter: excluded _notes/.obsidian/plugins/obsidian-hider/main.js - EntryFilter: excluded _notes/.obsidian/plugins/obsidian-hider/manifest.json - EntryFilter: excluded _notes/.obsidian/plugins/obsidian-hider/styles.css - EntryFilter: excluded _notes/.obsidian/plugins/obsidian-kanban - EntryFilter: excluded _notes/.obsidian/plugins/obsidian-kanban/data.json - EntryFilter: excluded _notes/.obsidian/plugins/obsidian-kanban/main.js - EntryFilter: excluded _notes/.obsidian/plugins/obsidian-kanban/manifest.json - EntryFilter: excluded _notes/.obsidian/plugins/obsidian-kanban/styles.css - EntryFilter: excluded _notes/.obsidian/plugins/obsidian-mind-map - EntryFilter: excluded _notes/.obsidian/plugins/obsidian-mind-map/main.js - EntryFilter: excluded _notes/.obsidian/plugins/obsidian-mind-map/manifest.json - EntryFilter: excluded _notes/.obsidian/plugins/obsidian-plugin-todo - EntryFilter: excluded _notes/.obsidian/plugins/obsidian-plugin-todo/main.js - EntryFilter: excluded _notes/.obsidian/plugins/obsidian-plugin-todo/manifest.json - EntryFilter: excluded _notes/.obsidian/plugins/obsidian-plugin-todo/styles.css - EntryFilter: excluded _notes/.obsidian/plugins/obsidian-system-dark-mode - EntryFilter: excluded _notes/.obsidian/plugins/obsidian-system-dark-mode/main.js - EntryFilter: excluded _notes/.obsidian/plugins/obsidian-system-dark-mode/manifest.json - EntryFilter: excluded _notes/.obsidian/plugins/obsidian-system-dark-mode/styles.css - EntryFilter: excluded _notes/.obsidian/plugins/pdf-to-markdown-plugin - EntryFilter: excluded _notes/.obsidian/plugins/pdf-to-markdown-plugin/data.json - EntryFilter: excluded _notes/.obsidian/plugins/pdf-to-markdown-plugin/main.js - EntryFilter: excluded _notes/.obsidian/plugins/pdf-to-markdown-plugin/manifest.json - EntryFilter: excluded _notes/.obsidian/plugins/pdf-to-markdown-plugin/styles.css - EntryFilter: excluded _notes/.obsidian/plugins/sliding-panes-obsidian - EntryFilter: excluded _notes/.obsidian/plugins/sliding-panes-obsidian/data.json - EntryFilter: excluded _notes/.obsidian/plugins/sliding-panes-obsidian/main.js - EntryFilter: excluded _notes/.obsidian/plugins/sliding-panes-obsidian/manifest.json - EntryFilter: excluded _notes/.obsidian/plugins/sliding-panes-obsidian/styles.css - EntryFilter: excluded _notes/.obsidian/plugins/table-editor-obsidian - EntryFilter: excluded _notes/.obsidian/plugins/table-editor-obsidian/data.json - EntryFilter: excluded _notes/.obsidian/plugins/table-editor-obsidian/main.js - EntryFilter: excluded _notes/.obsidian/plugins/table-editor-obsidian/manifest.json - EntryFilter: excluded _notes/.obsidian/plugins/table-editor-obsidian/styles.css - EntryFilter: excluded _notes/.obsidian/plugins/tag-wrangler - EntryFilter: excluded _notes/.obsidian/plugins/tag-wrangler/main.js - EntryFilter: excluded _notes/.obsidian/plugins/tag-wrangler/manifest.json - EntryFilter: excluded _notes/.obsidian/plugins/tag-wrangler/styles.css - EntryFilter: excluded _notes/.obsidian/plugins/url-into-selection - EntryFilter: excluded _notes/.obsidian/plugins/url-into-selection/main.js - EntryFilter: excluded _notes/.obsidian/plugins/url-into-selection/manifest.json - EntryFilter: excluded _notes/.obsidian/snippets - EntryFilter: excluded _notes/.obsidian/themes - EntryFilter: excluded _notes/.obsidian/themes/California Coast.css - EntryFilter: excluded _notes/.obsidian/workspace - EntryFilter: excluded _notes/.sync-exclude.lst - EntryFilter: excluded _notes/.trash - EntryFilter: excluded _notes/.trash/+++.md - EntryFilter: excluded _notes/.trash/2018-04-05 Fare il Giornale nelle Scuole.md - EntryFilter: excluded _notes/.trash/2020-09-16.md - EntryFilter: excluded _notes/.trash/2020-10-08.md - EntryFilter: excluded _notes/.trash/2020-11-12.md - EntryFilter: excluded _notes/.trash/2021-03-06 14.01.24.md - EntryFilter: excluded _notes/.trash/2021-03-16.md - EntryFilter: excluded _notes/.trash/2021-03-17.md - EntryFilter: excluded _notes/.trash/2021-03-23.md - EntryFilter: excluded _notes/.trash/2021-03-25.md - EntryFilter: excluded _notes/.trash/2021-05-07.md - EntryFilter: excluded _notes/.trash/Alice.md - EntryFilter: excluded _notes/.trash/Apps.md - EntryFilter: excluded _notes/.trash/Around the world.md - EntryFilter: excluded _notes/.trash/Articolo Scambi.md - EntryFilter: excluded _notes/.trash/Backup checklist.md - EntryFilter: excluded _notes/.trash/Boundaries.md - EntryFilter: excluded _notes/.trash/Bugs and Feature Requests.md - EntryFilter: excluded _notes/.trash/Canzomnia-en 2.md - EntryFilter: excluded _notes/.trash/Canzomnia-en.md - EntryFilter: excluded _notes/.trash/Cheat sheets.md - EntryFilter: excluded _notes/.trash/Cheat-Sheets.md - EntryFilter: excluded _notes/.trash/Cinema.md - EntryFilter: excluded _notes/.trash/Colors.md - EntryFilter: excluded _notes/.trash/Cron Job PhotoSync.md - EntryFilter: excluded _notes/.trash/Cron Job wayback_archiver.md - EntryFilter: excluded _notes/.trash/DOODLE SHOOTING DAY WITH GRAMS.md - EntryFilter: excluded _notes/.trash/Databases.md - EntryFilter: excluded _notes/.trash/Done.md - EntryFilter: excluded _notes/.trash/Dreams logging 2.md - EntryFilter: excluded _notes/.trash/Dreams logging.md - EntryFilter: excluded _notes/.trash/Everyone IMDb PAGE.md - EntryFilter: excluded _notes/.trash/Firefox.md - EntryFilter: excluded _notes/.trash/Following.md - EntryFilter: excluded _notes/.trash/Graphs in Economics.md - EntryFilter: excluded _notes/.trash/Home todo list.md - EntryFilter: excluded _notes/.trash/INSTRUCTION FOR COURSE EXAM AND MOODLE.pdf - EntryFilter: excluded _notes/.trash/Indeek.md - EntryFilter: excluded _notes/.trash/Internet Freedom.md - EntryFilter: excluded _notes/.trash/Introduction to Scientific explanation.md - EntryFilter: excluded _notes/.trash/Jarvis.md - EntryFilter: excluded _notes/.trash/Knowledge 2.md - EntryFilter: excluded _notes/.trash/Knowledge.md - EntryFilter: excluded _notes/.trash/Lakatos.md - EntryFilter: excluded _notes/.trash/Launcher.md - EntryFilter: excluded _notes/.trash/Linuxplosion todo.md - EntryFilter: excluded _notes/.trash/MacBook color profile.md - EntryFilter: excluded _notes/.trash/Make the switch.md - EntryFilter: excluded _notes/.trash/Missing digital tools.md - EntryFilter: excluded _notes/.trash/Notes on Gasser-Wingate's “Aristotle on induction and First Principles”.md - EntryFilter: excluded _notes/.trash/Notes on Indistractable 1.md - EntryFilter: excluded _notes/.trash/Now.md - EntryFilter: excluded _notes/.trash/Ora.md - EntryFilter: excluded _notes/.trash/Playlist.md - EntryFilter: excluded _notes/.trash/Poesie.md - EntryFilter: excluded _notes/.trash/Portando Elia in bici in una città diversa da Pisa (piena di salite e discese), incontrando Ludovica Azzali che tocca le sue tette chiamandole melanzane ed invitandoci a ballare in un posto chiamato Margarida.md - EntryFilter: excluded _notes/.trash/Questions all chapters.pdf - EntryFilter: excluded _notes/.trash/Quit Flickr.md - EntryFilter: excluded _notes/.trash/Quit Gmail.md - EntryFilter: excluded _notes/.trash/Quit Spotify.md - EntryFilter: excluded _notes/.trash/Quotes.md - EntryFilter: excluded _notes/.trash/README.md - EntryFilter: excluded _notes/.trash/Radio Ham.md - EntryFilter: excluded _notes/.trash/Readinggg.md - EntryFilter: excluded _notes/.trash/Regali Natale 2020.md - EntryFilter: excluded _notes/.trash/Rimborso Flixbus.md - EntryFilter: excluded _notes/.trash/Roadm.md - EntryFilter: excluded _notes/.trash/San Faustin - EntryFilter: excluded _notes/.trash/Scientific realism.md - EntryFilter: excluded _notes/.trash/Server setup.md - EntryFilter: excluded _notes/.trash/Slots 2.md - EntryFilter: excluded _notes/.trash/Slots.md - EntryFilter: excluded _notes/.trash/Structured Procrastination.md - EntryFilter: excluded _notes/.trash/The Scientific method.md - EntryFilter: excluded _notes/.trash/The scientific explanation.md - EntryFilter: excluded _notes/.trash/Truth of scientific laws v2.md - EntryFilter: excluded _notes/.trash/Tutto.md - EntryFilter: excluded _notes/.trash/Typography.md - EntryFilter: excluded _notes/.trash/Unlinked files.md - EntryFilter: excluded _notes/.trash/Untitled 2.md - EntryFilter: excluded _notes/.trash/Untitled 3.md - EntryFilter: excluded _notes/.trash/Untitled 4.md - EntryFilter: excluded _notes/.trash/Untitled 5.md - EntryFilter: excluded _notes/.trash/Untitled 6.md - EntryFilter: excluded _notes/.trash/Untitled 7.md - EntryFilter: excluded _notes/.trash/Untitled.md - EntryFilter: excluded _notes/.trash/VIU Courses.md - EntryFilter: excluded _notes/.trash/Web development tools.md - EntryFilter: excluded _notes/.trash/Website development.md - EntryFilter: excluded _notes/.trash/Website.md - EntryFilter: excluded _notes/.trash/Websites.md - EntryFilter: excluded _notes/.trash/Wikilinks test page.md - EntryFilter: excluded _notes/.trash/Writing.md - EntryFilter: excluded _notes/.trash/books.md - EntryFilter: excluded _notes/.trash/daily.md - EntryFilter: excluded _notes/.trash/date 2020-01-10.md - EntryFilter: excluded _notes/.trash/giffoniriva.md - EntryFilter: excluded _notes/.trash/lecture.md - EntryFilter: excluded _notes/.trash/q.md - EntryFilter: excluded _notes/.trash/submo.md - EntryFilter: excluded _notes/.trash/tags.md - EntryFilter: excluded _notes/.trash/the Slots Philosophy.md - EntryFilter: excluded _notes/.trash/tutto 2.md - EntryFilter: excluded _notes/.trash/your-first-note.md - EntryFilter: excluded _notes/PISE - EntryFilter: excluded _notes/PISE/.DS_Store - EntryFilter: excluded _notes/PISE/.git - EntryFilter: excluded _notes/PISE/.gitignore - EntryFilter: excluded _notes/PISE/Contemporary History - EntryFilter: excluded _notes/PISE/Contemporary History/.DS_Store - EntryFilter: excluded _notes/PISE/Contemporary History/2020-09-18-Europe.md - EntryFilter: excluded _notes/PISE/Contemporary History/2020-09-24-European-Timeline-1776-1914.md - EntryFilter: excluded _notes/PISE/Contemporary History/2020-09-25-Industrial-Revolution-in-Europe-1750-1914.md - EntryFilter: excluded _notes/PISE/Contemporary History/2020-11-04-Theories-of-Imperialism.md - EntryFilter: excluded _notes/PISE/Contemporary History/2020-11-06-European-Timeline-1914-2003.md - EntryFilter: excluded _notes/PISE/Contemporary History/Contemporary History Presentation.md - EntryFilter: excluded _notes/PISE/Contemporary History/Cultural globalization notes.md - EntryFilter: excluded _notes/PISE/Contemporary History/Social Globalization.md - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/.DS_Store - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/Bauman - Community .pdf - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/Bauman - Work .pdf - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/Bauman - Work.docx - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/CH tracce tesina.jpg - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/CH.pages - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/CONTEMPORARY HISTORY.pdf - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/Contemporary HIstory.pages - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/Contemporary History Course Program 2020.pdf - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/Contemporary History Essay model.docx - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/Contemporary2History.pages - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/Contemporary3 History.pages - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/ContemporaryHistory.pages - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/Exam Parts One and Two_Examples.pdf - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/Francesca essay.pdf - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/Heywood summary.pdf - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/Instructions LT9002 Exam Part Three.pdf - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/LT9002_Petri_Exam 15 January 2021_Parts 1 and 2.pdf - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/Lili Contemporary History.pages - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/Modern Societies.pdf - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/Petri - Craving for goodness.pdf - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/Petri - Theories of imperialism.pdf - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/Presentations.pages - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/Reilly's summary.pdf - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/STIZ_exam part 1 and 2.pdf - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/Student Slides - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/Student Slides/Alice Laurence Pemha_The Cold War 1945-1990_2018.pdf - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/Student Slides/Cemal Ege Ozkan_Political Globalization_2018.pdf - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/Student Slides/Ludovico Campagnolo_The USA as a Global Power_2018.pdf - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/Student Slides/Luigi Tenani_Social History of Post-1945 Europe_2018.pdf - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/The concept of Industrial Revolution.pages - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/The crises of multiculturalism - Lentin, Titley .pdf - EntryFilter: excluded _notes/PISE/Contemporary History/copyrighted-content/Two waves of globalization - Baldwin Martin.pdf - EntryFilter: excluded _notes/PISE/Contemporary History/others - EntryFilter: excluded _notes/PISE/Contemporary History/others/Contemporary History by Eleonora Arca.md - EntryFilter: excluded _notes/PISE/Contemporary History/others/Contemporary History.md - EntryFilter: excluded _notes/PISE/History of Economic Thought - EntryFilter: excluded _notes/PISE/History of Economic Thought/.DS_Store - EntryFilter: excluded _notes/PISE/History of Economic Thought/Adam Smith.md - EntryFilter: excluded _notes/PISE/History of Economic Thought/Classical Economics.md - EntryFilter: excluded _notes/PISE/History of Economic Thought/David Ricardo.md - EntryFilter: excluded _notes/PISE/History of Economic Thought/History of Economic Thought by Lili.md - EntryFilter: excluded _notes/PISE/History of Economic Thought/History of Economic Thought.md - EntryFilter: excluded _notes/PISE/History of Economic Thought/Introduction to History of Economic Thought.md - EntryFilter: excluded _notes/PISE/History of Economic Thought/Jean-Baptiste Say.md - EntryFilter: excluded _notes/PISE/History of Economic Thought/Karl Marx.md - EntryFilter: excluded _notes/PISE/History of Economic Thought/Overview of the Schools of Economic Thought.md - EntryFilter: excluded _notes/PISE/History of Economic Thought/Phisiocracy.md - EntryFilter: excluded _notes/PISE/History of Economic Thought/Post-Smithian Classical Schools.md - EntryFilter: excluded _notes/PISE/History of Economic Thought/The evolution of economic concepts.md - EntryFilter: excluded _notes/PISE/History of Economic Thought/Thomas Robert Malthus.md - EntryFilter: excluded _notes/PISE/History of Economic Thought/William Petty.md - EntryFilter: excluded _notes/PISE/History of Economic Thought/copyrighted-content - EntryFilter: excluded _notes/PISE/History of Economic Thought/copyrighted-content/.DS_Store - EntryFilter: excluded _notes/PISE/History of Economic Thought/copyrighted-content/Extra - EntryFilter: excluded _notes/PISE/History of Economic Thought/copyrighted-content/Extra/Appunti Andrea.docx - EntryFilter: excluded _notes/PISE/History of Economic Thought/copyrighted-content/Extra/History of Economic Thought notes.docx - EntryFilter: excluded _notes/PISE/History of Economic Thought/copyrighted-content/Extra/Possible History of Economic Thoughts Exam Questions and their answers.docx - EntryFilter: excluded _notes/PISE/History of Economic Thought/copyrighted-content/History of Economic Thought by Vittoria Prestifilippo.pdf - EntryFilter: excluded _notes/PISE/History of Economic Thought/copyrighted-content/HoET - EntryFilter: excluded _notes/PISE/History of Economic Thought/copyrighted-content/HoET/1. INTRODUCTION.docx - EntryFilter: excluded _notes/PISE/History of Economic Thought/copyrighted-content/HoET/ANCIENT.docx - EntryFilter: excluded _notes/PISE/History of Economic Thought/copyrighted-content/HoET/CLASSICAL.docx - EntryFilter: excluded _notes/PISE/History of Economic Thought/copyrighted-content/HoET/HISTORICAL.docx - EntryFilter: excluded _notes/PISE/History of Economic Thought/copyrighted-content/HoET/MONETARY MACROECONOMICS.docx - EntryFilter: excluded _notes/PISE/History of Economic Thought/copyrighted-content/HoET/NEOCLASSICAL.docx - EntryFilter: excluded _notes/PISE/History of Economic Thought/copyrighted-content/HoET/PRE CLASSICAL.docx - EntryFilter: excluded _notes/PISE/History of Economic Thought/copyrighted-content/HoET authors.docx - EntryFilter: excluded _notes/PISE/History of Economic Thought/copyrighted-content/HoET authors.pages - EntryFilter: excluded _notes/PISE/History of Economic Thought/copyrighted-content/HoET-MEGA-RIASSUNTOISSIMO.pdf - EntryFilter: excluded _notes/PISE/History of Economic Thought/copyrighted-content/Lecture notes - EntryFilter: excluded _notes/PISE/History of Economic Thought/copyrighted-content/Lecture notes/HOET_#1.pdf - EntryFilter: excluded _notes/PISE/International Economics and Development Studies - EntryFilter: excluded _notes/PISE/International Economics and Development Studies/International Economics and Development Studies.md - EntryFilter: excluded _notes/PISE/Introduction to Economics - EntryFilter: excluded _notes/PISE/Introduction to Economics/.DS_Store - EntryFilter: excluded _notes/PISE/Introduction to Economics/Introduction to Economics.md - EntryFilter: excluded _notes/PISE/Introduction to Economics/Introduction to Introduction to Economics.md - EntryFilter: excluded _notes/PISE/Introduction to Economics/Market functioning.md - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/.DS_Store - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Compiti Awaiis - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Compiti Awaiis/Home work 2.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Compiti Awaiis/Homework 10.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Compiti Awaiis/Homework 4.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Compiti Awaiis/Homework 5.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Compiti Awaiis/Homework 6.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Compiti Awaiis/Homework 7.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Compiti Awaiis/Homework 8 Part I + II.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Compiti Awaiis/Homework 9 part 1.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Compiti Awaiis/Homework 9 part 2.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Compiti Awaiis/Homework3.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Compiti Awaiis/Q1.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Compiti Awaiis/Q2.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Compiti Awaiis/Q3.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Compiti Awaiis/Q4.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Compiti Awaiis/Q5.xlsx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Esercizi Economics Module 2 - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Esercizi Economics Module 2/homework 10.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Esercizi Economics Module 2/homework 6.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Esercizi Economics Module 2/homework 7.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Esercizi Economics Module 2/homework 8.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Esercizi Economics Module 2/homework 9.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 1 - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 1/Cartel1.xlsx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 1/Compiti 1.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 1/Compiti.pdf - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 1/Compiti.xlsx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 1603 - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 1603/75874983.jpg - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 1603/Esercizio 1 - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 1603/Esercizio 1/Schermata 2019-04-14 alle 13.49.29.png - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 1603/Esercizio 1/Schermata 2019-04-14 alle 13.49.34.png - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 1603/Esercizio 2 - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 1603/Esercizio 2/OPEC Esercizio 2.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 1603/Esercizio 3 - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 1603/Esercizio 4 - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 1603/IMAGE 20190416.jpg - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 1603/IMAGEdue.jpg - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 1603/IMAGElol.jpg - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 1603/Schermata 2019-04-16 alle 19.04.30.png - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 1603/doc1.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 1603/doc1.pdf - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 2 - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 2/Cartel1.pdf - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 2/Ex - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 2/Ex 3 - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 2/Ex 3/Ex 3.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 2/Ex 3/IMAGE 2019.jpg - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 2/Ex 3/IMAGE 20199.jpg - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 2/Ex 3.pdf - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 2/IMAGE 20.jpg - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 2/IMAGE 200.jpg - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 2/IMAGE 2016.jpg - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 2/Inviati - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 2/Inviati/Compiti .pdf - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 2/Inviati/Compiti 2.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 2/Inviati/Compiti 2.pdf - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 2/Inviati/IMAGE 2019021902.jpg - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 2/Inviati/Schermata 2019-02-19 alle 17.27.48.png - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 2/ex 4 - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 2/ex 4/IMAGE 201902.jpg - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 2/ex 4/IMAGE 20190219 .jpg - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 2/ex 4/IMAGE 201906.jpg - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 2/ex 4/IMAGE 20196.jpg - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 3 - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 3/Esercizio 1 - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 3/Esercizio 1/ESERCIZIO 1.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 3/Esercizio 1/grafico.jpg - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 3/Esercizio 2 - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 3/Esercizio 2/ESERCIZIO 2.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 3/Esercizio 2/Tre.zip - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 3/Esercizio 2/primo.jpg - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 3/Esercizio 2/secondo.jpg - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 3/Esercizio 2/terzo.jpg - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 3/Esercizio 3 - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 3/Esercizio 3/ESERCIZIO 3.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 3/Esercizio 3/primo.jpg - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 3/Esercizio 3/secondo.jpg - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 3/Esercizio 4 - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 3/Esercizio 4/1.jpg - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 3/Esercizio 4/2.jpg - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 3/Esercizio 4/3.jpg - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 3/Esercizio 4/4.jpg - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 3/Esercizio 4/5.jpg - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 3/Esercizio 4/ESERCIZIO 4.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 4 - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 4/1 - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 4/1/Esercizio 1.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 4/1/Esercizio 1.pdf - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 4/2 - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 4/2/Esercizio 2.pdf - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 4/3 - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 4/3/Compiti numero 3.jpg - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 4/3/Esercizio 3.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 4/4 - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 4/4/Esercizio 4.pdf - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 5 - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 6 - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 6/Eserciziodue.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 6/Esercizioquattro.jpg - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 6/Eserciziotre.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 6/Eserciziouno.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 7 - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 7/First Part - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 7/First Part/Question Number 1.1.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 7/First Part/Question Number 1.2.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 7/Second Part - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 7/Second Part/GDP.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Exercises/Personali/Compiti 7/Second Part/Question Number 2.2.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Notes - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Notes/Class Notes - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Notes/Class Notes/Mancanti - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Notes/Class Notes/Mancanti/Macroecomics 2.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Notes/Class Notes/Part 1 - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Notes/Class Notes/Part 1/Introduction and Chapter One.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Notes/Class Notes/Part 1/Introduction to Economics First weekThree.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Notes/Class Notes/Part 1/Macroeconomics.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Notes/Class Notes/Part 1/Relationship between investments and savings.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Notes/Class Notes/Part 1/Second Week.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Notes/Class Notes/Part 1/Third Week.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Notes/Class Notes/Part 1/Week 4.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Notes/Economics Module 2 - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Notes/Economics Module 2/Fatto - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Notes/Economics Module 2/Fatto/Employment and unemployment 16 apr.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Notes/Economics Module 2/Fatto/Fiscal Policies.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Notes/Economics Module 2/Fatto/aggregate demand and supply and fiscal policy 30 apr.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Notes/Economics Module 2/Fatto/income and expenditure 29 apr.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Notes/Economics Module 2/Fatto/inputs and costs 25 26 mar.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Notes/Economics Module 2/Fatto/macroeconomics 15 16 apr.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Notes/Economics Module 2/Fatto/monopoly 8 apr.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Notes/Economics Module 2/Fatto/oligopoly 9 apr.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/Notes/Economics Module 2/Fatto/perfect competition 26 mar.docx - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/TextBook - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/TextBook/Economics_3rd_edition_By_Paul_Krugman_Robin_Wells5.pdf - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/TextBook/Fitoussi Commission report.pdf - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/TextBook/Paul Krugman — Economics (Third Edition).pdf - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/TextBook/The minimum wage.pdf - EntryFilter: excluded _notes/PISE/Introduction to Economics/copyrighted-content/TextBook/raising-the-minimum-wage-misguided-policy-unintended-consequences.pdf - EntryFilter: excluded _notes/PISE/Introduction to Philosophy - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/.DS_Store - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/An Enquiry concerning Human Understanding - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/An Enquiry concerning Human Understanding/An Enquiry Concerning Human Understanding.md - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/An Enquiry concerning Human Understanding/Section I.md - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/An Enquiry concerning Human Understanding/Section II.md - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/An Enquiry concerning Human Understanding/Section III.md - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/An Enquiry concerning Human Understanding/Section IV.md - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/An Enquiry concerning Human Understanding/Section V.md - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/An Enquiry concerning Human Understanding/Section XI.md - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/Definition of Socinianism.md - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/Fields of Philosophy.md - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/Freedom.md - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/God and Theodicy.md - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/Hume in Introduction to Philosophy.md - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/Introduction to Philosophy.md - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/Isaiah Berlin.md - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/Knowledge and epistemology.md - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/Meditations on First Philosophy - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/Meditations on First Philosophy/Fifth Meditation.md - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/Meditations on First Philosophy/First Meditation.md - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/Meditations on First Philosophy/Fourth Meditation.md - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/Meditations on First Philosophy/Meditations on First Philosophy.md - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/Meditations on First Philosophy/Second meditation.md - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/Meditations on First Philosophy/Sixth Meditation.md - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/Meditations on First Philosophy/Third Meditation.md - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/Mind and conciousness.md - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/Personal identity.md - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/René Descartes.md - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/Socinianism.md - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/The Mind-Body problem.md - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/Theodicy.md - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/What is Philosophy.md - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/1.2 Descartes.pages - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/1.3 Hume.pages - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/2.1 Personal Identiy, Body Theory and Locke's Theory.pages - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/2.2 Descartes.pages - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/2.3 Hume on personal identity, da finire.pages - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/3. The mind-body problem.docx - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/4.0 Fourth Theme.pages - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/4.1 ThirdMeditation.docx - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/4.2 V Meditation (again God's Existence) and Hume.docx - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/4.3 IV Meditation .docx - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/5 Theme.docx - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/Anselm Aquinas Pascal.pdf - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/Bacon on Encyclopedia of Renaissance.pdf - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/Block against functionalism (China brain).pdf - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/Enquiry by others.md - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/Hume Enquiries sect.s 4-7.docx - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/Introduction to philosophy final program 18_19.pdf - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/Introduction.pages - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/Meditations by others.md - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/Plato - The allegory of the cave.pdf - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/Priarolo - Il Determinismo.pdf - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/assets - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/assets/Anselm's Ontological Argument.pdf - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/assets/Aquinas' Cosmological Argument.pdf - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/assets/Dennett Hofstadter - The Mind's I, Fantasies and Reflections the Mind - [INTRODUCTION].pdf - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/assets/Hume - A Treatise of Human Nature, sect. VI.pdf - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/assets/Intro to philosophy textbooks.pdf - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/assets/Locke On personal identity and memory loss - Essay on Human Understanding, II, XXVII, §19-20.pdf - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/assets/Socinianism - Encyclopedia of Reinassance Philosophy.pdf - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/assets/Sozzini, Fausto and Lelio - Encyclopedia of Reinassance Philosophy.pdf - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/assets/Williams - The self and the Future.pdf - EntryFilter: excluded _notes/PISE/Introduction to Philosophy/copyrighted-content/assets/Williams - The self and the future, study questions.pdf - EntryFilter: excluded _notes/PISE/Introduction to Politics - EntryFilter: excluded _notes/PISE/Introduction to Politics/.DS_Store - EntryFilter: excluded _notes/PISE/Introduction to Politics/Introduction to Politics.md - EntryFilter: excluded _notes/PISE/Introduction to Politics/Political Ideologies.md - EntryFilter: excluded _notes/PISE/Introduction to Politics/Politics and Political Science.md - EntryFilter: excluded _notes/PISE/Introduction to Politics/others - EntryFilter: excluded _notes/PISE/Introduction to Politics/others/Introduction to Politics Self Evaluation questions.md - EntryFilter: excluded _notes/PISE/Introduction to Politics/others/Introduction to Politics by Eleonora Arca.md - EntryFilter: excluded _notes/PISE/Introduction to Politics/others/Introduction to Politics by Lili.md - EntryFilter: excluded _notes/PISE/Introduction to Politics/others/Introduction to Politics mini summary.md - EntryFilter: excluded _notes/PISE/Introduction to Politics/others/March 2021 questions of Introduction to Politics.md - EntryFilter: excluded _notes/PISE/Introduction to Politics/others/Questions and Answers - introduction to Politics.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Alfred Jules Ayer.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Applied Metaphysics.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Aristotelian logic.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Bertrand Russel.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Carl Hempel.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Charles Sanders Peirce.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Constructivism.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Francis Bacon.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Historical objections to Popper.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Hume in Logic and Philosophy of Science I.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Ignaz Semmelweis.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Imre Lakatos.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Introduction to Logic and Philosophy of Science I.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Introduction to Scientific explanation.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/John Searle.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Karl Popper.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Logic and Philosophy of Science I.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Logical Positivism.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Logical objections to Popper.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Material implication.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Modal Logic.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Nancy Cartwright.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Natural kinds by Tommaso Tonello.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Natural kinds.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Notes on Ayer's Verification Principle.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Notes on Gasser-Wingate.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Notes on Strawson on induction.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Paul Feyerabend.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Peter Frederick Strawson.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Post-Popperian interpretations.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Potential falsifiers.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Pragmatic Justification.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Reformulation of Popper.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Supersummary of Logic and Philosophy of Science I.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Testing the hypotheses.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Thomas Kuhn.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/Truth of scientific laws.md - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/Aristotelian logic.pdf - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/Bacon - Encyclopedia of Renaissance.pdf - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/Gasser-Wingate - Aristotle on induction and first principles.pdf - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/Ladyman - Understanding Philosophy of Science.pdf - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/Popper - Conjectures and Refutations, chapter 1.pdf - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/Russell On Induction.pdf - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/Strawson on induction.pdf - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/3 dic 2020 modal logic, natural kinds, essentialism, dupre.pdf - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Dropbox - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Dropbox/A. AYER, THE PRINCIPLE OF VERIFICATION.docx - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Dropbox/Difference Schools of Thought.docx - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Dropbox/Eight Lesson Abductive inference .docx - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Dropbox/Fifth Lesson Dealing with the Problem of Induction.docx - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Dropbox/First Lesson Aristotle.docx - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Dropbox/Fourth Lesson The Principle of Induction.docx - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Dropbox/Hanson - LOGIC OF DISCOVERY.docx - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Dropbox/Introduction to Logic by Suppes.docx - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Dropbox/LOGIC 061118 THEORIES,LAWS and EXPLANATION.docx - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Dropbox/LOGIC 07_12_18 - SCIENTIFIC REALISM.docx - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Dropbox/Logic and Philosophy Notes.docx - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Dropbox/Logic and Philosophy of Science.pages - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Dropbox/Logic week 3.docx - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Dropbox/Logic week 5.docx - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Dropbox/Nineth Lesson Theories.docx - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Dropbox/Second Lesson Fregean Logic.docx - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Dropbox/Seventh Lesson Falsification and its critics.docx - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Dropbox/Sixth Lesson Back to Deduction.docx - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Dropbox/Suppes – Logic EXERCISES.docx - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Dropbox/Tenth Lesson Scientific Realism Arguments for and Against.docx - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Dropbox/Third Lesson Modal logic.docx - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Dropbox/logic week 2.docx - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Dropbox/logic week 4.docx - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/LOGIC & PHIL. (Lecture 10).docx - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/LOGIC & PHIL. (Lecture 8).docx - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Lecture VI.docx - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Lili.pdf - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Tommaso Tonello - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Tommaso Tonello/Logic I.pdf - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Tommaso Tonello/Logic II.pdf - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Tommaso Tonello/Logic IX.pdf - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Tommaso Tonello/Logic V.pdf - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Tommaso Tonello/Logic VI.pdf - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Tommaso Tonello/Logic VII.pdf - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Tommaso Tonello/Logic VIII.pdf - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/copyrighted-content/other's notes/Tommaso Tonello/Logic X.pdf - EntryFilter: excluded _notes/PISE/Logic and Philosophy of Science I/more on Bacon.md - EntryFilter: excluded _notes/PISE/Mathematics for Social Sciences - EntryFilter: excluded _notes/PISE/Mathematics for Social Sciences/Mathematical Analysis I.md - EntryFilter: excluded _notes/PISE/Mathematics for Social Sciences/Mathematics for Social Sciences.md - EntryFilter: excluded _notes/PISE/Modern Sociology - EntryFilter: excluded _notes/PISE/Modern Sociology/Modern Sociology.md - EntryFilter: excluded _notes/PISE/Moral Philosophy - EntryFilter: excluded _notes/PISE/Moral Philosophy/copyrighted-content - EntryFilter: excluded _notes/PISE/Moral Philosophy/copyrighted-content/Moral Philosophy lectures.pdf - EntryFilter: excluded _notes/PISE/Moral Philosophy/copyrighted-content/SUMMARY - Michael J. Sandel Justice_ What's the Right Thing to Do?.pdf - EntryFilter: excluded _notes/PISE/Moral Philosophy/copyrighted-content/Would you kill the fat man.docx - EntryFilter: excluded _notes/PISE/PISE notes development.md - EntryFilter: excluded _notes/PISE/README.md - EntryFilter: excluded _notes/PISE/missing.md - EntryFilter: excluded _notes/PISE/people - EntryFilter: excluded _notes/PISE/people/David Hume.md - EntryFilter: excluded _notes/obsidian.css - EntryFilter: excluded _notes/private - EntryFilter: excluded _notes/private/.DS_Store - EntryFilter: excluded _notes/private/2021-04-15 Dream.md - EntryFilter: excluded _notes/private/AnonAddy addresses.md - EntryFilter: excluded _notes/private/Archive of boxes in the basement.md - EntryFilter: excluded _notes/private/Articles ideas.md - EntryFilter: excluded _notes/private/Attic.md - EntryFilter: excluded _notes/private/Bando Dissolvenze.md - EntryFilter: excluded _notes/private/Carissa Véliz.md - EntryFilter: excluded _notes/private/Ceci Pop 3.md - EntryFilter: excluded _notes/private/Collegamenti.md - EntryFilter: excluded _notes/private/Compassione.md - EntryFilter: excluded _notes/private/Consolare.md - EntryFilter: excluded _notes/private/Cugini per 80 anni nonna.md - EntryFilter: excluded _notes/private/Deep questions.md - EntryFilter: excluded _notes/private/Emails.md - EntryFilter: excluded _notes/private/Epifanie.md - EntryFilter: excluded _notes/private/Fare le cose per farle.md - EntryFilter: excluded _notes/private/Film Photography.md - EntryFilter: excluded _notes/private/Genesi di Scambi.md - EntryFilter: excluded _notes/private/Greta.md - EntryFilter: excluded _notes/private/Hebertismo link.md - EntryFilter: excluded _notes/private/I Ribelli siamo noi.md - EntryFilter: excluded _notes/private/Il Titolone Superlungo.md - EntryFilter: excluded _notes/private/Il valore delle campane.md - EntryFilter: excluded _notes/private/Internet.md - EntryFilter: excluded _notes/private/Le aquile Randagie e la giungla silente.md - EntryFilter: excluded _notes/private/Leggere non serve a niente.md - EntryFilter: excluded _notes/private/Leopardi aveva ragione.md - EntryFilter: excluded _notes/private/Lettera a mamma e papà.md - EntryFilter: excluded _notes/private/Lettera per la Partenza.md - EntryFilter: excluded _notes/private/Livia.md - EntryFilter: excluded _notes/private/Maddalena.md - EntryFilter: excluded _notes/private/Nomi di mi* figli*.md - EntryFilter: excluded _notes/private/Pankakes.md - EntryFilter: excluded _notes/private/Parlare di Dio.md - EntryFilter: excluded _notes/private/Pathfinder.md - EntryFilter: excluded _notes/private/Pellicole remote.md - EntryFilter: excluded _notes/private/People.md - EntryFilter: excluded _notes/private/Piwigo albums check.md - EntryFilter: excluded _notes/private/Presentazione Scambi 22 dicembre 2020.md - EntryFilter: excluded _notes/private/Presentazione Scambi Festival, 8 aprile 2021.md - EntryFilter: excluded _notes/private/Quit Netflix.md - EntryFilter: excluded _notes/private/Revenue.md - EntryFilter: excluded _notes/private/Sacrificare il presente.md - EntryFilter: excluded _notes/private/San Faustin.md - EntryFilter: excluded _notes/private/Santa Maradona.md - EntryFilter: excluded _notes/private/Scambi.md - EntryFilter: excluded _notes/private/Sconnesso Pilot.md - EntryFilter: excluded _notes/private/Sconnesso.md - EntryFilter: excluded _notes/private/Scout.md - EntryFilter: excluded _notes/private/Shopping list.md - EntryFilter: excluded _notes/private/Spotify money.md - EntryFilter: excluded _notes/private/Squali consapevoli.md - EntryFilter: excluded _notes/private/Stream.md - EntryFilter: excluded _notes/private/Telefonata con Silvia Bellini.md - EntryFilter: excluded _notes/private/Things - EntryFilter: excluded _notes/private/Things/Biglietto da visita.md - EntryFilter: excluded _notes/private/Things/Brand ideas.md - EntryFilter: excluded _notes/private/Things/Cieco.md - EntryFilter: excluded _notes/private/Things/Clothes shopping list.md - EntryFilter: excluded _notes/private/Things/DIY Projects and ideas.md - EntryFilter: excluded _notes/private/Things/Da fare con Michi quando verrà in Liguria.md - EntryFilter: excluded _notes/private/Things/Email addresses.md - EntryFilter: excluded _notes/private/Things/End credits - Titoli di coda.md - EntryFilter: excluded _notes/private/Things/Firefox Relay addresses.md - EntryFilter: excluded _notes/private/Things/Idee per quando presenterò il Festival di Sanremo.md - EntryFilter: excluded _notes/private/Things/Images.md - EntryFilter: excluded _notes/private/Things/Intervista ai nonni.md - EntryFilter: excluded _notes/private/Things/Inventario mancante San Faustin.md - EntryFilter: excluded _notes/private/Things/La Vesca - Gestione locale.md - EntryFilter: excluded _notes/private/Things/Lavapiatti.md - EntryFilter: excluded _notes/private/Things/Lavori esterni San Faustin.md - EntryFilter: excluded _notes/private/Things/Lavori interni San Faustin.md - EntryFilter: excluded _notes/private/Things/Money tracking.md - EntryFilter: excluded _notes/private/Things/Music idea due.md - EntryFilter: excluded _notes/private/Things/Parole.md - EntryFilter: excluded _notes/private/Things/Percorso biblico.md - EntryFilter: excluded _notes/private/Things/Photo.md - EntryFilter: excluded _notes/private/Things/Photographic intuitions.md - EntryFilter: excluded _notes/private/Things/Podcast Francesco.md - EntryFilter: excluded _notes/private/Things/Posti da riqualificare.md - EntryFilter: excluded _notes/private/Things/Questions.md - EntryFilter: excluded _notes/private/Things/Ricordati.md - EntryFilter: excluded _notes/private/Things/Riva Ligure - Venezia.md - EntryFilter: excluded _notes/private/Things/Romantic places.md - EntryFilter: excluded _notes/private/Things/Sentieri entroterra.md - EntryFilter: excluded _notes/private/Things/Sharing feelings.md - EntryFilter: excluded _notes/private/Things/Sogno senza data.md - EntryFilter: excluded _notes/private/Things/Songs not on Spotify.md - EntryFilter: excluded _notes/private/Things/Spese periodiche.md - EntryFilter: excluded _notes/private/Things/Storia uno.md - EntryFilter: excluded _notes/private/Things/Thoughts about me - Dicono di me.md - EntryFilter: excluded _notes/private/Things/To play.md - EntryFilter: excluded _notes/private/Things/Travel equipment.md - EntryFilter: excluded _notes/private/Things/Writing.md - EntryFilter: excluded _notes/private/Un microfono nel sonno.md - EntryFilter: excluded _notes/private/Un video al giorno.md - EntryFilter: excluded _notes/private/Una sera da Jana.md - EntryFilter: excluded _notes/private/Vademecum anti-nichilista.md - EntryFilter: excluded _notes/private/Vademecum in caso di insonnia.md - EntryFilter: excluded _notes/private/Veglia Campetto invernale 2018 - la storia delle Aquile Randagie e la promessa scout.md - EntryFilter: excluded _notes/private/When I will teach.md - EntryFilter: excluded _notes/private/Writing - EntryFilter: excluded _notes/private/Writing/Algoritmo.md - EntryFilter: excluded _notes/private/Writing/Collegamenti.md - EntryFilter: excluded _notes/private/Writing/Consapevolezza.md - EntryFilter: excluded _notes/private/Writing/Consequences.md - EntryFilter: excluded _notes/private/Writing/Daltonismo.md - EntryFilter: excluded _notes/private/Writing/Deframmentato.md - EntryFilter: excluded _notes/private/Writing/Delusione.md - EntryFilter: excluded _notes/private/Writing/Di Più.md - EntryFilter: excluded _notes/private/Writing/Enzimi.md - EntryFilter: excluded _notes/private/Writing/Fare un film.md - EntryFilter: excluded _notes/private/Writing/Forza di Volontà.md - EntryFilter: excluded _notes/private/Writing/Fotografia - World Press Photo.md - EntryFilter: excluded _notes/private/Writing/Fratel Bigio.md - EntryFilter: excluded _notes/private/Writing/George Floyd.md - EntryFilter: excluded _notes/private/Writing/Giffoni.md - EntryFilter: excluded _notes/private/Writing/Il pigiama.md - EntryFilter: excluded _notes/private/Writing/Leopardi aveva ragione.md - EntryFilter: excluded _notes/private/Writing/Macchina.md - EntryFilter: excluded _notes/private/Writing/Netflix.md - EntryFilter: excluded _notes/private/Writing/Ode alla Dedizione.md - EntryFilter: excluded _notes/private/Writing/Open source and internet freedom and privacy.md - EntryFilter: excluded _notes/private/Writing/Overdose di Tachipirina.md - EntryFilter: excluded _notes/private/Writing/PanDoc Panteismo.md - EntryFilter: excluded _notes/private/Writing/Scambi.md - EntryFilter: excluded _notes/private/Writing/Semplificazione VS semplicità.md - EntryFilter: excluded _notes/private/Writing/Silvia.md - EntryFilter: excluded _notes/private/Writing/Songwriting - EntryFilter: excluded _notes/private/Writing/Songwriting/Bocciato.md - EntryFilter: excluded _notes/private/Writing/Songwriting/Cameriere.md - EntryFilter: excluded _notes/private/Writing/Songwriting/Cecilia.md - EntryFilter: excluded _notes/private/Writing/Songwriting/Davvero credi che le nuvole abbiano un confine.md - EntryFilter: excluded _notes/private/Writing/Songwriting/Fisica.md - EntryFilter: excluded _notes/private/Writing/Songwriting/Freddo.md - EntryFilter: excluded _notes/private/Writing/Songwriting/Fuori luogo A.md - EntryFilter: excluded _notes/private/Writing/Songwriting/Fuori luogo.md - EntryFilter: excluded _notes/private/Writing/Songwriting/La Sazietà.md - EntryFilter: excluded _notes/private/Writing/Songwriting/Madonna del Buon Consiglio.md - EntryFilter: excluded _notes/private/Writing/Songwriting/Mappamondo.md - EntryFilter: excluded _notes/private/Writing/Songwriting/Maturerò.md - EntryFilter: excluded _notes/private/Writing/Songwriting/Mi soNNo innamorato di te.md - EntryFilter: excluded _notes/private/Writing/Songwriting/Mia mamma ce l’ha con me.md - EntryFilter: excluded _notes/private/Writing/Songwriting/No clue.md - EntryFilter: excluded _notes/private/Writing/Songwriting/On your own.md - EntryFilter: excluded _notes/private/Writing/Songwriting/PiÙ.md - EntryFilter: excluded _notes/private/Writing/Songwriting/Promuovimi Ancora.md - EntryFilter: excluded _notes/private/Writing/Songwriting/Smettetela.md - EntryFilter: excluded _notes/private/Writing/Songwriting/Solo.md - EntryFilter: excluded _notes/private/Writing/Songwriting/Srano.md - EntryFilter: excluded _notes/private/Writing/Songwriting/Vietato essere normali.md - EntryFilter: excluded _notes/private/Writing/Songwriting/W Instagram.md - EntryFilter: excluded _notes/private/Writing/Songwriting/clic.md - EntryFilter: excluded _notes/private/Writing/Songwriting/unoseidue.md - EntryFilter: excluded _notes/private/Writing/Storie.md - EntryFilter: excluded _notes/private/Writing/What does it mean.md - EntryFilter: excluded _notes/private/Writing/Why.md - EntryFilter: excluded _notes/private/Writing/Woody.md - EntryFilter: excluded _notes/private/Writing/con-fuso nel cinema.md - EntryFilter: excluded _notes/private/Writing/diciannove.md - EntryFilter: excluded _notes/private/Writing/fre no no.md - EntryFilter: excluded _notes/private/Writing/movie notes - EntryFilter: excluded _notes/private/Writing/movie notes/7 km da Gerusalemme.md - EntryFilter: excluded _notes/private/Writing/movie notes/A Rainy Day in New York.md - EntryFilter: excluded _notes/private/Writing/movie notes/Adaptation..md - EntryFilter: excluded _notes/private/Writing/movie notes/Amelie.md - EntryFilter: excluded _notes/private/Writing/movie notes/Before the Flood.md - EntryFilter: excluded _notes/private/Writing/movie notes/Birdman.md - EntryFilter: excluded _notes/private/Writing/movie notes/Boris.md - EntryFilter: excluded _notes/private/Writing/movie notes/Corpse Bride.md - EntryFilter: excluded _notes/private/Writing/movie notes/E.T..md - EntryFilter: excluded _notes/private/Writing/movie notes/Eternal Sunsine of the Spotless Mind.md - EntryFilter: excluded _notes/private/Writing/movie notes/Her.md - EntryFilter: excluded _notes/private/Writing/movie notes/Il ragazzo più felice del mondo.md - EntryFilter: excluded _notes/private/Writing/movie notes/Interstellar.md - EntryFilter: excluded _notes/private/Writing/movie notes/Jojo Rabbit.md - EntryFilter: excluded _notes/private/Writing/movie notes/La Haine.md - EntryFilter: excluded _notes/private/Writing/movie notes/Princess Mononoke.md - EntryFilter: excluded _notes/private/Writing/movie notes/Requiem for a Dream.md - EntryFilter: excluded _notes/private/Writing/movie notes/Sex Education.md - EntryFilter: excluded _notes/private/Writing/movie notes/Some Freaks.md - EntryFilter: excluded _notes/private/Writing/movie notes/Taxi Driver.md - EntryFilter: excluded _notes/private/Writing/movie notes/The Normal Heart.md - EntryFilter: excluded _notes/private/Writing/poetry - EntryFilter: excluded _notes/private/Writing/poetry/2017-10-21.md - EntryFilter: excluded _notes/private/Writing/poetry/2018-07-07.md - EntryFilter: excluded _notes/private/Writing/poetry/2018-08-05.md - EntryFilter: excluded _notes/private/Writing/poetry/2018-08-25 1.md - EntryFilter: excluded _notes/private/Writing/poetry/2018-08-25 2.md - EntryFilter: excluded _notes/private/Writing/poetry/2018-08-26.md - EntryFilter: excluded _notes/private/Writing/poetry/2018.08.05 1.md - EntryFilter: excluded _notes/private/Writing/poetry/2019-04-12.md - EntryFilter: excluded _notes/private/Writing/poetry/2019-10-12 1.md - EntryFilter: excluded _notes/private/Writing/poetry/2019-10-12.md - EntryFilter: excluded _notes/private/Writing/poetry/2019-10-30.md - EntryFilter: excluded _notes/private/Writing/poetry/2019.10.24.md - EntryFilter: excluded _notes/private/Writing/poetry/Casa con bombe.md - EntryFilter: excluded _notes/private/Writing/poetry/Cloud surfer.md - EntryFilter: excluded _notes/private/Writing/poetry/Indiana Jones.md - EntryFilter: excluded _notes/private/Writing/poetry/Quando con il vento.md - EntryFilter: excluded _notes/private/Writing/poetry/Sera del 30 dicembre 2017.md - EntryFilter: excluded _notes/private/Writing/poetry/Tedeschia.md - EntryFilter: excluded _notes/private/Writing/troppe cose.md - EntryFilter: excluded _notes/private/Xplosion Pictures - EntryFilter: excluded _notes/private/Xplosion Pictures/A chi scrivere.md - EntryFilter: excluded _notes/private/Xplosion Pictures/Per tutelare i brani nel corto.md - EntryFilter: excluded _notes/private/Xplosion Pictures/Première ideas.md - EntryFilter: excluded _notes/private/Xplosion Pictures/Short movie contests and Festivals.md - EntryFilter: excluded _notes/private/Xplosion Pictures/Soundtrack sources.md - EntryFilter: excluded _notes/private/analog - EntryFilter: excluded _notes/private/analog/.DS_Store - EntryFilter: excluded _notes/private/analog/201-03-18 GIR.md - EntryFilter: excluded _notes/private/analog/2018-04-05 Fare il Giornale nelle Scuole.md - EntryFilter: excluded _notes/private/analog/2018-04-13.md - EntryFilter: excluded _notes/private/analog/2018-04-14 AC.md - EntryFilter: excluded _notes/private/analog/2018-04-24 Tavoli Tatanka.md - EntryFilter: excluded _notes/private/analog/2018-05-11 Presidio Montalbano - Ulivi.md - EntryFilter: excluded _notes/private/analog/2018-05-12 Come Diventare Vivi.md - EntryFilter: excluded _notes/private/analog/2018-05-12 Salone del Libro di Torino.md - EntryFilter: excluded _notes/private/analog/2018-05-13 Non so cosa dire.md - EntryFilter: excluded _notes/private/analog/2018-05-15 Intervista a Mattia su alternanza al CERN.md - EntryFilter: excluded _notes/private/analog/2018-05-26 Madonna del Buon Consiglio.md - EntryFilter: excluded _notes/private/analog/2018-06-10t30 London.md - EntryFilter: excluded _notes/private/analog/2018-07-22 Parco Hollywood.md - EntryFilter: excluded _notes/private/analog/2018-09-26 Musica con Francesco Maccario.md - EntryFilter: excluded _notes/private/analog/2018-09-29 Libera Idee.md - EntryFilter: excluded _notes/private/analog/2018-10-12.md - EntryFilter: excluded _notes/private/analog/2018-10-17 Gaber (Alloisio) - Masterclass Ariston.md - EntryFilter: excluded _notes/private/analog/2018-10-23 Cecilia.md - EntryFilter: excluded _notes/private/analog/2018-11-21 Perché dovremmo stare insieme.md - EntryFilter: excluded _notes/private/analog/2018-11-22 Tutto questo è stato inutile.md - EntryFilter: excluded _notes/private/analog/2018-12-03 Agitatissimo.md - EntryFilter: excluded _notes/private/analog/2018-12-04 Don Ciotti.md - EntryFilter: excluded _notes/private/analog/2018-12-07 Concentrazione.md - EntryFilter: excluded _notes/private/analog/2018-12-10 Affidabilità.md - EntryFilter: excluded _notes/private/analog/2019-01-02.md - EntryFilter: excluded _notes/private/analog/2019-01-20 Closure.md - EntryFilter: excluded _notes/private/analog/2019-02-04 Nihil.md - EntryFilter: excluded _notes/private/analog/2019-02-07 Via d’uscita.md - EntryFilter: excluded _notes/private/analog/2019-02-12.md - EntryFilter: excluded _notes/private/analog/2019-03-01 Fastidio.md - EntryFilter: excluded _notes/private/analog/2019-03-14 Equilibrio.md - EntryFilter: excluded _notes/private/analog/2019-03-14 Febbre.md - EntryFilter: excluded _notes/private/analog/2019-03-15.md - EntryFilter: excluded _notes/private/analog/2019-03-18 Ir-Razionalismo.md - EntryFilter: excluded _notes/private/analog/2019-03-20 Il Cuore in testa.md - EntryFilter: excluded _notes/private/analog/2019-03-29 Conferenza su Antonio Gramsci.md - EntryFilter: excluded _notes/private/analog/2019-04-26 Incontro politiche giovanili - Imperia.md - EntryFilter: excluded _notes/private/analog/2019-04-29 Not good.md - EntryFilter: excluded _notes/private/analog/2019-06-07 Don Carmelo La Magra.md - EntryFilter: excluded _notes/private/analog/2019-06-19 Maturità.md - EntryFilter: excluded _notes/private/analog/2019-06-20 Non sento niente.md - EntryFilter: excluded _notes/private/analog/2019-06-21 Giovanardi con Massimo Cotto al Tenco.md - EntryFilter: excluded _notes/private/analog/2019-06-27 Risultati.md - EntryFilter: excluded _notes/private/analog/2019-07-13 Bozza candidatura CSC.md - EntryFilter: excluded _notes/private/analog/2019-07-21 Masterclass regia con Ciro D’Emilio.md - EntryFilter: excluded _notes/private/analog/2019-12-17.md - EntryFilter: excluded _notes/private/analog/2020-01-09 Sessione.md - EntryFilter: excluded _notes/private/analog/2020-01-14 Chi sarò.md - EntryFilter: excluded _notes/private/analog/2020-01-16 How to check if a field of study is a science.md - EntryFilter: excluded _notes/private/analog/2020-01-18 Il Post al Circolo dei lettori.md - EntryFilter: excluded _notes/private/analog/2020-01-19 Focus.md - EntryFilter: excluded _notes/private/analog/2020-01-19 Vero, probabilmente.md - EntryFilter: excluded _notes/private/analog/2020-01-24.md - EntryFilter: excluded _notes/private/analog/2020-02-23 Sardine Genova.md - EntryFilter: excluded _notes/private/analog/2020-03-01 Percorso biblico 2.md - EntryFilter: excluded _notes/private/analog/2020-03-10 Via Crucis.md - EntryFilter: excluded _notes/private/analog/2020-03-12 Pasqua 2020.md - EntryFilter: excluded _notes/private/analog/2020-03-20 Percorso biblico 3.md - EntryFilter: excluded _notes/private/analog/2020-03-26 Blue Valentine.md - EntryFilter: excluded _notes/private/analog/2020-03-27 Bronson.md - EntryFilter: excluded _notes/private/analog/2020-04-15 The Perks of Being a Wallflower.md - EntryFilter: excluded _notes/private/analog/2020-04-27 Turbolenza.md - EntryFilter: excluded _notes/private/analog/2020-06-11 E allora..md - EntryFilter: excluded _notes/private/analog/2020-06-22 È ora.md - EntryFilter: excluded _notes/private/analog/2020-06-25 Disciplina.md - EntryFilter: excluded _notes/private/analog/2020-06-28 Fallimenti.md - EntryFilter: excluded _notes/private/analog/2020-07-06 Il Post a Peccioli I.md - EntryFilter: excluded _notes/private/analog/2020-07-07 Il Post a Peccioli II.md - EntryFilter: excluded _notes/private/analog/2020-07-07 Ringraziamenti compleanno.md - EntryFilter: excluded _notes/private/analog/2020-07-07 Scrivere per raccontare le cose bene - Il Post a Peccioli.md - EntryFilter: excluded _notes/private/analog/2020-07-08 Il Post a Peccioli III.md - EntryFilter: excluded _notes/private/analog/2020-07-08 Konrad, Europa.md - EntryFilter: excluded _notes/private/analog/2020-07-09 Sul canale YouTube.md - EntryFilter: excluded _notes/private/analog/2020-07-09 con Matteo Caccia.md - EntryFilter: excluded _notes/private/analog/2020-07-10 Immagini.md - EntryFilter: excluded _notes/private/analog/2020-07-11 con Francesca Mannocchi.md - EntryFilter: excluded _notes/private/analog/2020-07-15 Storia di un boxeur latino.md - EntryFilter: excluded _notes/private/analog/2020-07-24 Cena da Luca Campanelli.md - EntryFilter: excluded _notes/private/analog/2020-07-24 Manca.md - EntryFilter: excluded _notes/private/analog/2020-07-24 Sull'isolamento.md - EntryFilter: excluded _notes/private/analog/2020-07-27 Tornando a casa, sull'amicizia.md - EntryFilter: excluded _notes/private/analog/2020-07-29 Parte seconda, sull'amicizia.md - EntryFilter: excluded _notes/private/analog/2020-07-30 De Amicitia.md - EntryFilter: excluded _notes/private/analog/2020-08-01 Assemblea Club Tenco.md - EntryFilter: excluded _notes/private/analog/2020-08-10 Partenza.md - EntryFilter: excluded _notes/private/analog/2020-08-18 Giorgio Ventre.md - EntryFilter: excluded _notes/private/analog/2020-08-19 La comunicazione dell'intimità.md - EntryFilter: excluded _notes/private/analog/2020-09-12 Sentire.md - EntryFilter: excluded _notes/private/analog/2020-10-07 Nomi festival.md - EntryFilter: excluded _notes/private/analog/2020-10-07.md - EntryFilter: excluded _notes/private/analog/2020-10-20 Sto perdendo il controllo.md - EntryFilter: excluded _notes/private/analog/2020-10-28 The Slot Philosophy.md - EntryFilter: excluded _notes/private/analog/2020-11-20 La sete per la conoscienza.md - EntryFilter: excluded _notes/private/analog/2020-11-27 Sleepy.md - EntryFilter: excluded _notes/private/analog/2020-12-04 Ode alla Sveglia all'Alba.md - EntryFilter: excluded _notes/private/analog/2020-12-08 Daily.md - EntryFilter: excluded _notes/private/analog/2020-12-09 Daily.md - EntryFilter: excluded _notes/private/analog/2020-12-11 Daily.md - EntryFilter: excluded _notes/private/analog/2020-12-12 Daily.md - EntryFilter: excluded _notes/private/analog/2020-12-13 Daily.md - EntryFilter: excluded _notes/private/analog/2020-12-14t17 Daily.md - EntryFilter: excluded _notes/private/analog/2020-12-18 Daily.md - EntryFilter: excluded _notes/private/analog/2020-12-19a20 Daily.md - EntryFilter: excluded _notes/private/analog/2020-12-21 Daily.md - EntryFilter: excluded _notes/private/analog/2020-12-22 Daily.md - EntryFilter: excluded _notes/private/analog/2020-12-23 Daily.md - EntryFilter: excluded _notes/private/analog/2020-12-24 Daily.md - EntryFilter: excluded _notes/private/analog/2020-12-25 Daily.md - EntryFilter: excluded _notes/private/analog/2020-12-26 Daily.md - EntryFilter: excluded _notes/private/analog/2020-12-26 Focus.md - EntryFilter: excluded _notes/private/analog/2020-12-29 Piano Partenza.md - EntryFilter: excluded _notes/private/analog/2021-01-01 Nessun proposito.md - EntryFilter: excluded _notes/private/analog/2021-01-02 Meditation 101.md - EntryFilter: excluded _notes/private/analog/2021-01-02 Rilettura estemporanea di Come Diventare Vivi.md - EntryFilter: excluded _notes/private/analog/2021-01-06 Daily.md - EntryFilter: excluded _notes/private/analog/2021-01-07 Quitting nothingness.md - EntryFilter: excluded _notes/private/analog/2021-01-08 La Sincerità di un attimo.md - EntryFilter: excluded _notes/private/analog/2021-01-09 Dream.md - EntryFilter: excluded _notes/private/analog/2021-01-09 Rethinking To-Dos.md - EntryFilter: excluded _notes/private/analog/2021-01-10 Dream.md - EntryFilter: excluded _notes/private/analog/2021-01-13 Perché non sono soddisfatto.md - EntryFilter: excluded _notes/private/analog/2021-01-16 Tools.md - EntryFilter: excluded _notes/private/analog/2021-01-19 Basta lasciare pagine vuote.md - EntryFilter: excluded _notes/private/analog/2021-01-27 Fare cose.md - EntryFilter: excluded _notes/private/analog/2021-02-14 la famiglia che vorrei costruire.md - EntryFilter: excluded _notes/private/analog/2021-02-18 Missing Vilfredo.md - EntryFilter: excluded _notes/private/analog/2021-02-18.md - EntryFilter: excluded _notes/private/analog/2021-02-20 Il giornalista locale.md - EntryFilter: excluded _notes/private/analog/2021-02-25.md - EntryFilter: excluded _notes/private/analog/2021-03-03 Once at a time.md - EntryFilter: excluded _notes/private/analog/2021-03-09 Staff Lupetti.md - EntryFilter: excluded _notes/private/analog/2021-03-13.md - EntryFilter: excluded _notes/private/analog/2021-03-16 Staff LC.md - EntryFilter: excluded _notes/private/analog/60 anni Piero Gonella.md - EntryFilter: excluded _notes/private/analog/Abbandonare la stilografica.md - EntryFilter: excluded _notes/private/analog/Albert Einstein.md - EntryFilter: excluded _notes/private/analog/Animazione campetto invernale 2018.md - EntryFilter: excluded _notes/private/analog/Anniversario di declino romantico.md - EntryFilter: excluded _notes/private/analog/Aprire un locale.md - EntryFilter: excluded _notes/private/analog/Artificial Gravity Space Station.md - EntryFilter: excluded _notes/private/analog/Bertolucci e Guadagnino.md - EntryFilter: excluded _notes/private/analog/Californication solo.md - EntryFilter: excluded _notes/private/analog/Cinquanta motivi per cui ringrazio Dio.md - EntryFilter: excluded _notes/private/analog/Costanza.md - EntryFilter: excluded _notes/private/analog/Cronofagia.md - EntryFilter: excluded _notes/private/analog/Dormire fa bene alla salute ma fa male al cuore.md - EntryFilter: excluded _notes/private/analog/Dostoevskij - Delitto e Castigo.md - EntryFilter: excluded _notes/private/analog/Educazione Finanziaria.md - EntryFilter: excluded _notes/private/analog/Entusiasmanti peripezie da intraprendere con Cecilia.md - EntryFilter: excluded _notes/private/analog/Fake Tattos.md - EntryFilter: excluded _notes/private/analog/Fasi Festival.md - EntryFilter: excluded _notes/private/analog/Felicità.md - EntryFilter: excluded _notes/private/analog/Festival della Comunicazione 2019.md - EntryFilter: excluded _notes/private/analog/Fioretti per la quaresima 2020.md - EntryFilter: excluded _notes/private/analog/Giffoni 2018.md - EntryFilter: excluded _notes/private/analog/Il Post a Peccioli.md - EntryFilter: excluded _notes/private/analog/Il Secolo dei Giovani e il mito di James Dean.md - EntryFilter: excluded _notes/private/analog/Intuizione fotografica, mattina di domenica.md - EntryFilter: excluded _notes/private/analog/John notebook.md - EntryFilter: excluded _notes/private/analog/Kafka - Il Processo.md - EntryFilter: excluded _notes/private/analog/Le Notti Bianche.md - EntryFilter: excluded _notes/private/analog/Leggere senza pensaer di o a leggere.md - EntryFilter: excluded _notes/private/analog/L’Animale.md - EntryFilter: excluded _notes/private/analog/Mamma e papà.md - EntryFilter: excluded _notes/private/analog/Mini.md - EntryFilter: excluded _notes/private/analog/Mouse Trap Car Project.md - EntryFilter: excluded _notes/private/analog/Non dovrei voler essere migliore.md - EntryFilter: excluded _notes/private/analog/Note su Un Amore.md - EntryFilter: excluded _notes/private/analog/Obiettivi I semestre 2020.md - EntryFilter: excluded _notes/private/analog/Organigramma impegni, obiettivi ed attività 2018-2019.md - EntryFilter: excluded _notes/private/analog/Pratorotondo 2018.md - EntryFilter: excluded _notes/private/analog/Prima CoCa Mira 1.md - EntryFilter: excluded _notes/private/analog/Propositi per il 2020.md - EntryFilter: excluded _notes/private/analog/Regali di Natale 2018.md - EntryFilter: excluded _notes/private/analog/Risoluzioni.md - EntryFilter: excluded _notes/private/analog/Rovering to Success.md - EntryFilter: excluded _notes/private/analog/Sintesi estremamente essenziale di tutto il mio sapere in regia fino al 5 luglio 2019.md - EntryFilter: excluded _notes/private/analog/Sonno.md - EntryFilter: excluded _notes/private/analog/The Beatles.md - EntryFilter: excluded _notes/private/analog/The Vignelli Canon.md - EntryFilter: excluded _notes/private/analog/Un minuto nei propri pensieri.md - EntryFilter: excluded _notes/private/analog/UniTre - Letteratura e Storia dell’Arte - Lucinda Buja.md - EntryFilter: excluded _notes/private/analog/Vademecum in caso di insonnia analog.md - EntryFilter: excluded _notes/private/analog/Volontà.md - EntryFilter: excluded _notes/private/analog/icloud - EntryFilter: excluded _notes/private/analog/index.md - EntryFilter: excluded _notes/private/analog/xplosionmind 2020.md - EntryFilter: excluded _notes/private/archive - EntryFilter: excluded _notes/private/archive/2021-03-12 Dream.md - EntryFilter: excluded _notes/private/archive/A Livia.md - EntryFilter: excluded _notes/private/archive/A fine sessione.md - EntryFilter: excluded _notes/private/archive/Addio sardine.md - EntryFilter: excluded _notes/private/archive/Andamento febbre.md - EntryFilter: excluded _notes/private/archive/Andrea Jublin e Marco Ponti.md - EntryFilter: excluded _notes/private/archive/Are there any secrets left.md - EntryFilter: excluded _notes/private/archive/Birthday poems - EntryFilter: excluded _notes/private/archive/Birthday poems/60 anni Piero Gonella.md - EntryFilter: excluded _notes/private/archive/Birthday poems/Compleanno +18 Jass.md - EntryFilter: excluded _notes/private/archive/Birthday poems/Compleanno +18 Ale Cammello.md - EntryFilter: excluded _notes/private/archive/Birthday poems/Compleanno +18 Ceci.md - EntryFilter: excluded _notes/private/archive/Birthday poems/Compleanno +18 Cesare.md - EntryFilter: excluded _notes/private/archive/Birthday poems/Compleanno +18 Ciri.md - EntryFilter: excluded _notes/private/archive/Birthday poems/Compleanno +18 Ele.md - EntryFilter: excluded _notes/private/archive/Birthday poems/Compleanno +18 Fede Griseri.md - EntryFilter: excluded _notes/private/archive/Birthday poems/Compleanno +18 Francesca.md - EntryFilter: excluded _notes/private/archive/Birthday poems/Compleanno +18 Giorgia (Nella).md - EntryFilter: excluded _notes/private/archive/Birthday poems/Compleanno +18 Giulia trippona.md - EntryFilter: excluded _notes/private/archive/Birthday poems/Compleanno +18 Giulietta.md - EntryFilter: excluded _notes/private/archive/Birthday poems/Compleanno +18 Greta.md - EntryFilter: excluded _notes/private/archive/Birthday poems/Compleanno +18 Jenni.md - EntryFilter: excluded _notes/private/archive/Birthday poems/Compleanno +18 Lele.md - EntryFilter: excluded _notes/private/archive/Birthday poems/Compleanno +18 Ludo.md - EntryFilter: excluded _notes/private/archive/Birthday poems/Compleanno +18 Luisa.md - EntryFilter: excluded _notes/private/archive/Birthday poems/Compleanno +18 Mattia.md - EntryFilter: excluded _notes/private/archive/Birthday poems/Compleanno +18 Rebecca Bruschetta.md - EntryFilter: excluded _notes/private/archive/Birthday poems/Compleanno +18 Sonia.md - EntryFilter: excluded _notes/private/archive/Birthday poems/Compleanno +18 Totta.md - EntryFilter: excluded _notes/private/archive/Birthday poems/Lettera a Meggie +18.md - EntryFilter: excluded _notes/private/archive/Birthday poems/Pizza Coppa GAUSS.md - EntryFilter: excluded _notes/private/archive/Birthday poems/Poesia Fine anno prof. Pitti.md - EntryFilter: excluded _notes/private/archive/Birthday poems/Poesia per Ceci, Gaia e Stefania.md - EntryFilter: excluded _notes/private/archive/Birthday poems/Radio 105 Giffoni.md - EntryFilter: excluded _notes/private/archive/Birthday poems/sera del 30 dicembre 2018.md - EntryFilter: excluded _notes/private/archive/Birthday poems/sfida 1 tema edilizia.md - EntryFilter: excluded _notes/private/archive/Birthday poems/sfida 2 abbigliamento femminile.md - EntryFilter: excluded _notes/private/archive/Bollette Venezia.md - EntryFilter: excluded _notes/private/archive/Ceci Pop due.md - EntryFilter: excluded _notes/private/archive/Ceci Pop.md - EntryFilter: excluded _notes/private/archive/Cugini per 80 anni nonna.md - EntryFilter: excluded _notes/private/archive/Deleted accounts.md - EntryFilter: excluded _notes/private/archive/Deuschland video ideas.md - EntryFilter: excluded _notes/private/archive/Diego Bianchi Zoro.md - EntryFilter: excluded _notes/private/archive/Dimensione copertina Facebook.md - EntryFilter: excluded _notes/private/archive/Domanda CSC v1.md - EntryFilter: excluded _notes/private/archive/Domanda CSC v2.md - EntryFilter: excluded _notes/private/archive/Domanda CSC.md - EntryFilter: excluded _notes/private/archive/Domanda iscrizione, Scuola Holden.md - EntryFilter: excluded _notes/private/archive/Domenica 1 marzo.md - EntryFilter: excluded _notes/private/archive/Donation to Signal.md - EntryFilter: excluded _notes/private/archive/English - Arab.md - EntryFilter: excluded _notes/private/archive/Format domande deliranti.md - EntryFilter: excluded _notes/private/archive/Freestyle in Barcellona.md - EntryFilter: excluded _notes/private/archive/Fugassa buona a Zena.md - EntryFilter: excluded _notes/private/archive/Giapponese.md - EntryFilter: excluded _notes/private/archive/Giffoni 2020.md - EntryFilter: excluded _notes/private/archive/Giffoni Hub Riva Ligure.md - EntryFilter: excluded _notes/private/archive/Gino - Route di Pasqua 2019.md - EntryFilter: excluded _notes/private/archive/Google Drive and Dropbox shared links.md - EntryFilter: excluded _notes/private/archive/History of Economic Thought Exam.md - EntryFilter: excluded _notes/private/archive/Hyperloop.md - EntryFilter: excluded _notes/private/archive/Idea TG Giffoni.md - EntryFilter: excluded _notes/private/archive/Idea musicale.md - EntryFilter: excluded _notes/private/archive/Idee Balla coi Cinghiali.md - EntryFilter: excluded _notes/private/archive/Idee Rappresentante d'Istituto.md - EntryFilter: excluded _notes/private/archive/Il Post a Peccioli, articolo.md - EntryFilter: excluded _notes/private/archive/Il Titolone Superlungo intro.md - EntryFilter: excluded _notes/private/archive/Impegni punto della strada di Clan.md - EntryFilter: excluded _notes/private/archive/Interviews and Conferences - EntryFilter: excluded _notes/private/archive/Interviews and Conferences/Brunori Sas.md - EntryFilter: excluded _notes/private/archive/Interviews and Conferences/Cineforum con Ciro d'Emilio.md - EntryFilter: excluded _notes/private/archive/Interviews and Conferences/Dario Franceschini.md - EntryFilter: excluded _notes/private/archive/Interviews and Conferences/Don Milani.md - EntryFilter: excluded _notes/private/archive/Interviews and Conferences/Duccio Forzano Giffoni.md - EntryFilter: excluded _notes/private/archive/Interviews and Conferences/Elena Grifoni Winters.md - EntryFilter: excluded _notes/private/archive/Interviews and Conferences/Erion Veliaj.md - EntryFilter: excluded _notes/private/archive/Interviews and Conferences/Federico Rampini.md - EntryFilter: excluded _notes/private/archive/Interviews and Conferences/Francesca Matteucci.md - EntryFilter: excluded _notes/private/archive/Interviews and Conferences/Ilaria Dallatana.md - EntryFilter: excluded _notes/private/archive/Interviews and Conferences/Luca Ward.md - EntryFilter: excluded _notes/private/archive/Interviews and Conferences/Mario Calabresi.md - EntryFilter: excluded _notes/private/archive/Interviews and Conferences/Mario Tozzi.md - EntryFilter: excluded _notes/private/archive/Interviews and Conferences/Mattia Santori a IncontriamoLi.md - EntryFilter: excluded _notes/private/archive/Interviews and Conferences/Roberto Battiston.md - EntryFilter: excluded _notes/private/archive/Interviews and Conferences/Rocco Mangiardi e Francesca e Giovanni Gabriele.md - EntryFilter: excluded _notes/private/archive/Interviews and Conferences/Roger Abravanel.md - EntryFilter: excluded _notes/private/archive/Interviews and Conferences/Salvatore Aranzulla.md - EntryFilter: excluded _notes/private/archive/Interviews and Conferences/Samantha Cristoforetti.md - EntryFilter: excluded _notes/private/archive/Interviews and Conferences/Sergio Staino.md - EntryFilter: excluded _notes/private/archive/Interviste e persone.md - EntryFilter: excluded _notes/private/archive/Invitati compleanno.md - EntryFilter: excluded _notes/private/archive/Invito Partenza.md - EntryFilter: excluded _notes/private/archive/Iscrizione Volonté.md - EntryFilter: excluded _notes/private/archive/Lettera a Meggie +18.md - EntryFilter: excluded _notes/private/archive/Lettera alla Famiglia Cineforum.md - EntryFilter: excluded _notes/private/archive/Lettera di candidatura Masterclass Giffoni 2019.md - EntryFilter: excluded _notes/private/archive/Lettera di fine Mandato Rappresentante d'Istituto.md - EntryFilter: excluded _notes/private/archive/Lettura di inaugurazione presidio su Rosario Livatino.md - EntryFilter: excluded _notes/private/archive/Locandina Rappresentante d'Istituto.md - EntryFilter: excluded _notes/private/archive/Mema.md - EntryFilter: excluded _notes/private/archive/Message for leaving PoliTo Engineering Whatsapp Gr.md - EntryFilter: excluded _notes/private/archive/Messaggio Instagram a Pippo Civati.txt - EntryFilter: excluded _notes/private/archive/Messaggio a Erri De Luca per IncontroFest.md - EntryFilter: excluded _notes/private/archive/Messaggio a Nicolò De Vitis.md - EntryFilter: excluded _notes/private/archive/Messaggio alla crew di Everyone.md - EntryFilter: excluded _notes/private/archive/Messaggio da Totta.md - EntryFilter: excluded _notes/private/archive/Messaggio matto per i bf di instagram.md - EntryFilter: excluded _notes/private/archive/Messaggio per Campu 1 mito.md - EntryFilter: excluded _notes/private/archive/Mostra André Kertész.md - EntryFilter: excluded _notes/private/archive/Nuovo gruppo.md - EntryFilter: excluded _notes/private/archive/Old quotes.md - EntryFilter: excluded _notes/private/archive/Ospiti e temi per assemblea.md - EntryFilter: excluded _notes/private/archive/Ospiti orale.md - EntryFilter: excluded _notes/private/archive/Parole del giorno, Giffoni Masterclass Cult.md - EntryFilter: excluded _notes/private/archive/Password aula lingue 2.md - EntryFilter: excluded _notes/private/archive/Pathfinder - EntryFilter: excluded _notes/private/archive/Pathfinder/Appunti Rise of the Runelords.md - EntryFilter: excluded _notes/private/archive/Pathfinder/Gilda degli Esplosivi.md - EntryFilter: excluded _notes/private/archive/Pathfinder/Inventario da vendere.md - EntryFilter: excluded _notes/private/archive/Pathfinder/Lingualunga - Storia del personaggio.md - EntryFilter: excluded _notes/private/archive/Pathfinder/Rise of the Runelords.md - EntryFilter: excluded _notes/private/archive/Per Giulia Ierardi.md - EntryFilter: excluded _notes/private/archive/Pezzi tagliati articolo Peccioli Il Post.md - EntryFilter: excluded _notes/private/archive/Philosophy & Engineering - EntryFilter: excluded _notes/private/archive/Philosophy & Engineering/2020-03-27 filinge.md - EntryFilter: excluded _notes/private/archive/Philosophy & Engineering/2020-04-01 Filinge.md - EntryFilter: excluded _notes/private/archive/Philosophy & Engineering/2020-04-03 filinge.md - EntryFilter: excluded _notes/private/archive/Philosophy & Engineering/Aby Warburg.md - EntryFilter: excluded _notes/private/archive/Philosophy & Engineering/Appunti lezione 25 marzo 2020.md - EntryFilter: excluded _notes/private/archive/Philosophy & Engineering/Articolo su François Julien.md - EntryFilter: excluded _notes/private/archive/Philosophy & Engineering/Dessauer + Danusso.md - EntryFilter: excluded _notes/private/archive/Philosophy & Engineering/Esame Filinge.md - EntryFilter: excluded _notes/private/archive/Philosophy & Engineering/François Julien.md - EntryFilter: excluded _notes/private/archive/Philosophy & Engineering/Giacomo Leopardi.md - EntryFilter: excluded _notes/private/archive/Philosophy & Engineering/I Limiti dello Sviluppo, “The Last Call”.md - EntryFilter: excluded _notes/private/archive/Philosophy & Engineering/Jonathan Gottshall.md - EntryFilter: excluded _notes/private/archive/Philosophy & Engineering/La tecnica in Carlo Marx.md - EntryFilter: excluded _notes/private/archive/Philosophy & Engineering/Martin Heidegger.md - EntryFilter: excluded _notes/private/archive/Philosophy & Engineering/Pensare l'efficacia, François Julien.md - EntryFilter: excluded _notes/private/archive/Philosophy & Engineering/Prometeo ed Epimeteo.md - EntryFilter: excluded _notes/private/archive/Philosophy & Engineering/Valore.md - EntryFilter: excluded _notes/private/archive/Philosophy & Engineering/Vilfredo Pareto.md - EntryFilter: excluded _notes/private/archive/Pierluigi Pardo.md - EntryFilter: excluded _notes/private/archive/PoliTo timetable.md - EntryFilter: excluded _notes/private/archive/Preghiera.md - EntryFilter: excluded _notes/private/archive/Primo giorno di Lupetti, quiz.md - EntryFilter: excluded _notes/private/archive/Radioimmaginaria - EntryFilter: excluded _notes/private/archive/Radioimmaginaria/Bozza festa Riva Ligure.md - EntryFilter: excluded _notes/private/archive/Radioimmaginaria/CapoCOdA.md - EntryFilter: excluded _notes/private/archive/Radioimmaginaria/CatchEyoU main parts.md - EntryFilter: excluded _notes/private/archive/Radioimmaginaria/Festival della Comunicazione 2017.md - EntryFilter: excluded _notes/private/archive/Radioimmaginaria/Lettera di addio a Radioimmaginaria.md - EntryFilter: excluded _notes/private/archive/Radioimmaginaria/Lista contatti comunicato stampa.md - EntryFilter: excluded _notes/private/archive/Radioimmaginaria/Punti caporedattori 2018.md - EntryFilter: excluded _notes/private/archive/Radioimmaginaria/Radiodramma stupido.md - EntryFilter: excluded _notes/private/archive/Radioimmaginaria/Radioimmaginaria.md - EntryFilter: excluded _notes/private/archive/Radioimmaginaria/Redazioni.md - EntryFilter: excluded _notes/private/archive/Radioimmaginaria/ScatoletTa.md - EntryFilter: excluded _notes/private/archive/Radioimmaginaria/Statistiche ascolti rimm.md - EntryFilter: excluded _notes/private/archive/Radioimmaginaria/Tema CODA.md - EntryFilter: excluded _notes/private/archive/Radioimmaginaria/attrezzatura Londra.md - EntryFilter: excluded _notes/private/archive/Radioimmaginaria/idee programmi radiocampo.md - EntryFilter: excluded _notes/private/archive/Radioimmaginaria/xplosionmind TEMPO.md - EntryFilter: excluded _notes/private/archive/Radioimmaginaria/xplosionmind.md - EntryFilter: excluded _notes/private/archive/Regali di Natale.md - EntryFilter: excluded _notes/private/archive/Regalo di Natale 2020.md - EntryFilter: excluded _notes/private/archive/Regalo di Natale a Valentina Covella.md - EntryFilter: excluded _notes/private/archive/Sanremo 2021 - EntryFilter: excluded _notes/private/archive/Sanremo 2021/Idee format Sanremo 2021.md - EntryFilter: excluded _notes/private/archive/Sanremo 2021/Prima Serata Sanremo 2021.md - EntryFilter: excluded _notes/private/archive/Sanremo 2021/Sanremo 2021.md - EntryFilter: excluded _notes/private/archive/Sanremo 2021/Video introduzione Sanremo 2021.md - EntryFilter: excluded _notes/private/archive/Scenetta veglia bottega.md - EntryFilter: excluded _notes/private/archive/Scout - reparto.md - EntryFilter: excluded _notes/private/archive/Secondo incontro Giovani angeli.md - EntryFilter: excluded _notes/private/archive/Segreteria - Preside.md - EntryFilter: excluded _notes/private/archive/Studi di registrazione.md - EntryFilter: excluded _notes/private/archive/Tenco Sbilenco.md - EntryFilter: excluded _notes/private/archive/To listen.md - EntryFilter: excluded _notes/private/archive/Top 10 Silvia's books.md - EntryFilter: excluded _notes/private/archive/Torino stuff.md - EntryFilter: excluded _notes/private/archive/What to improve in.md - EntryFilter: excluded _notes/private/archive/WiFi Gasciarino.md - EntryFilter: excluded _notes/private/archive/Xplosion Pictures - EntryFilter: excluded _notes/private/archive/Xplosion Pictures/Everyone - EntryFilter: excluded _notes/private/archive/Xplosion Pictures/Everyone/2019-03-27.md - EntryFilter: excluded _notes/private/archive/Xplosion Pictures/Everyone/2020-01-13 to do list.md - EntryFilter: excluded _notes/private/archive/Xplosion Pictures/Everyone/26 February shooting at 10.45 am and afternoon.md - EntryFilter: excluded _notes/private/archive/Xplosion Pictures/Everyone/A chi inviare il corto per pubblicizzare.md - EntryFilter: excluded _notes/private/archive/Xplosion Pictures/Everyone/BY THE END OF THE DAY WE GOTTA HAVE A FINAL DECISI.md - EntryFilter: excluded _notes/private/archive/Xplosion Pictures/Everyone/Ciak guy guide.md - EntryFilter: excluded _notes/private/archive/Xplosion Pictures/Everyone/DEADLINE.md - EntryFilter: excluded _notes/private/archive/Xplosion Pictures/Everyone/Dad Script.md - EntryFilter: excluded _notes/private/archive/Xplosion Pictures/Everyone/Everyone Credits.md - EntryFilter: excluded _notes/private/archive/Xplosion Pictures/Everyone/Everyone dialogues transcript.md - EntryFilter: excluded _notes/private/archive/Xplosion Pictures/Everyone/Everyone first scene Shopping list.md - EntryFilter: excluded _notes/private/archive/Xplosion Pictures/Everyone/Gary Oldman in Leon the professional shouting Everyone.md - EntryFilter: excluded _notes/private/archive/Xplosion Pictures/Everyone/IMPORTANTE URGENTE.md - EntryFilter: excluded _notes/private/archive/Xplosion Pictures/Everyone/Keep in mind.md - EntryFilter: excluded _notes/private/archive/Xplosion Pictures/Everyone/Legend.md - EntryFilter: excluded _notes/private/archive/Xplosion Pictures/Everyone/Messaggio reclutamento comparse palestra 17 marzo.md - EntryFilter: excluded _notes/private/archive/Xplosion Pictures/Everyone/Per Stefi.md - EntryFilter: excluded _notes/private/archive/Xplosion Pictures/Everyone/Remember who's the coolest you've ever met.md - EntryFilter: excluded _notes/private/archive/Xplosion Pictures/Everyone/Sefania.md - EntryFilter: excluded _notes/private/archive/Xplosion Pictures/Everyone/Teachers.md - EntryFilter: excluded _notes/private/archive/Xplosion Pictures/Everyone/Technical issues to test.md - EntryFilter: excluded _notes/private/archive/Xplosion Pictures/Everyone/URGENT!!!.md - EntryFilter: excluded _notes/private/archive/Xplosion Pictures/Everyone/Vital importance.md - EntryFilter: excluded _notes/private/archive/Xplosion Pictures/Everyone/What's needed sunday.md - EntryFilter: excluded _notes/private/archive/Xplosion Pictures/Everyone/enlargement and development of the script.md - EntryFilter: excluded _notes/private/archive/Xplosion Pictures/LUTs.md - EntryFilter: excluded _notes/private/archive/borderlife.md - EntryFilter: excluded _notes/private/archive/corso di stile.md - EntryFilter: excluded _notes/private/archive/riconfigurazione.md - EntryFilter: excluded _notes/private/archive/soggetto ragazza.md - EntryFilter: excluded _notes/private/assets - EntryFilter: excluded _notes/private/assets/Donazione a Signal.png - EntryFilter: excluded _notes/private/crew corto.md - EntryFilter: excluded _notes/private/daily - EntryFilter: excluded _notes/private/daily/2020-12-10.md - EntryFilter: excluded _notes/private/daily/2021-04-09.md - EntryFilter: excluded _notes/private/daily/2021-04-22.md - EntryFilter: excluded _notes/private/daily/2021-04-23.md - EntryFilter: excluded _notes/private/daily/2021-04-24.md - EntryFilter: excluded _notes/private/daily/2021-05-04.md - EntryFilter: excluded _notes/private/il tizio aspettava.md - EntryFilter: excluded _notes/private/non ho mai capito.md - EntryFilter: excluded _notes/private/todo list.md - EntryFilter: excluded _notes/private/will.md - EntryFilter: excluded _notes/templates - EntryFilter: excluded _notes/templates/analog.md - EntryFilter: excluded _notes/templates/daily.md - EntryFilter: excluded _notes/templates/lecture.md - Reading: _notes/Monthly log checklist.md - Reading: _notes/public/Aida.md - Reading: _notes/public/Al Canton.md - Reading: _notes/public/Android Apps.md - Reading: _notes/public/Apps.md - Reading: _notes/public/Around the world.md - Reading: _notes/public/Backup checklist.md - Reading: _notes/public/Bash.md - Reading: _notes/public/Batch reopen.md - Reading: _notes/public/Being a self editor.md - Reading: _notes/public/Biografie.md - Reading: _notes/public/Bipolarity.md - Reading: _notes/public/Blogroll.md - Reading: _notes/public/Books.html - Reading: _notes/public/Boundaries.md - Reading: _notes/public/Brave.md - Reading: _notes/public/Brillo Parlante.md - Reading: _notes/public/Bugs and Feature Requests.md - Reading: _notes/public/CSVfication.md - Reading: _notes/public/Canzomnia.md - Reading: _notes/public/Cheat sheets.md - Reading: _notes/public/Chi sono.md - Reading: _notes/public/Cinema.md - Reading: _notes/public/Classical Xplosion.md - Reading: _notes/public/Colors.md - Reading: _notes/public/Communism.md - Reading: _notes/public/Compagni di viaggio.md - Reading: _notes/public/Conoscere il mondo dall’alto.md - Reading: _notes/public/Cron Jobs.md - Reading: _notes/public/Cubbit.md - Reading: _notes/public/Data Sources.md - Reading: _notes/public/Data.md - Reading: _notes/public/Delete an account.md - Reading: _notes/public/Design.md - Reading: _notes/public/Desk logging.md - Reading: _notes/public/Digital Wellbeing implementations.md - Reading: _notes/public/Docker Server Setup.md - Reading: _notes/public/Domains.md - Reading: _notes/public/Drunch.md - Reading: _notes/public/Esame di coscienza.md - Reading: _notes/public/Exiftool.md - Reading: _notes/public/Explanations.md - Reading: _notes/public/FFMPEG.md - Reading: _notes/public/Filmmaking.md - Reading: _notes/public/Firefox.md - Reading: _notes/public/Following.md - Reading: _notes/public/Geek todo.md - Reading: _notes/public/Gianna.md - Reading: _notes/public/Giri.md - Reading: _notes/public/Gli ultimi quindici minuti di The Newsroom.md - Reading: _notes/public/Hebertismo.md - Reading: _notes/public/Hotkeys.md - Reading: _notes/public/Il Cubo.md - Reading: _notes/public/Importing workflow.md - Reading: _notes/public/Indie Web.md - Reading: _notes/public/Internet Awesomeness.md - Reading: _notes/public/Internet Freedom.md - Reading: _notes/public/Jack Frusciante è uscito dal gruppo.md - Reading: _notes/public/JavaScript.md - Reading: _notes/public/Jekyll sidenotes.md - Reading: _notes/public/Just once.md - Reading: _notes/public/Keynote MDN Linux Day 2020.md - Reading: _notes/public/Keys.md - Reading: _notes/public/Knowledge management.md - Reading: _notes/public/Knowledge.md - Reading: _notes/public/La Marmellata.md - Reading: _notes/public/LaTeX.md - Reading: _notes/public/Launcher.md - Reading: _notes/public/Leggere.md - Reading: _notes/public/Light.md - Reading: _notes/public/Linux apps.md - Reading: _notes/public/Linuxplosion.md - Reading: _notes/public/Living.md - Reading: _notes/public/Loops.md - Reading: _notes/public/Lost.md - Reading: _notes/public/Lunapp.md - Reading: _notes/public/MacOS Apps.md - Reading: _notes/public/Metamusic.md - Reading: _notes/public/Metastudy.md - Reading: _notes/public/Mindfulness.md - Reading: _notes/public/Minimalizing.md - Reading: _notes/public/Missing Knowledge.md - Reading: _notes/public/Missing digital tools.md - Reading: _notes/public/Monero.md - Reading: _notes/public/Monotasking.md - Reading: _notes/public/Music.md - Reading: _notes/public/My name is on Mars.md - Reading: _notes/public/New York.md - Reading: _notes/public/Nomi.md - Reading: _notes/public/Notes on Indistractable.md - Reading: _notes/public/Notes on Ten Arguments For Deleting Your Social Media Accounts.md - Reading: _notes/public/Now.md - Reading: _notes/public/Obsidian.md - Reading: _notes/public/Ode to plain text.md - Reading: _notes/public/Oggetti.md - Reading: _notes/public/OpenStreetMap.md - Reading: _notes/public/Ora.md - Reading: _notes/public/Pandoc.md - Reading: _notes/public/Parole.md - Reading: _notes/public/People.html - Reading: _notes/public/Perché Signal.md - Reading: _notes/public/Permanent HTML.md - Reading: _notes/public/PhotoSync.md - Reading: _notes/public/Photography.md - Reading: _notes/public/Piwigo.md - Reading: _notes/public/Playlists.md - Reading: _notes/public/Poesie.md - Reading: _notes/public/Politics ideas.md - Reading: _notes/public/Politics.md - Reading: _notes/public/Post-comprensione.md - Reading: _notes/public/Python.md - Reading: _notes/public/Questions to ask to an AI.md - Reading: _notes/public/Quit Google.md - Reading: _notes/public/Quit IMDb.md - Reading: _notes/public/Quit Mailchimp.md - Reading: _notes/public/Quit Social Media Notes.md - Reading: _notes/public/Quit Spotify.md - Reading: _notes/public/Quit and switch.md - Reading: _notes/public/Quit listing.md - Reading: _notes/public/Quotes.md - Reading: _notes/public/RSSify.md - Reading: _notes/public/Radio Ham.md - Reading: _notes/public/Radioimmaginaria Database.md - Reading: _notes/public/Reading is enough.md - Reading: _notes/public/Recorder.md - Reading: _notes/public/Referral links.md - Reading: _notes/public/Relationship with technology.md - Reading: _notes/public/Ricostruzione della perdita di memoria virtuale.md - Reading: _notes/public/Road to Internet Freedom.md - Reading: _notes/public/Scale app.md - Reading: _notes/public/Screen empathy.md - Reading: _notes/public/Scripts.md - Reading: _notes/public/Scrivere.md - Reading: _notes/public/Self debugging app.md - Reading: _notes/public/Self debugging.md - Reading: _notes/public/Self improvement.md - Reading: _notes/public/Self tracking.md - Reading: _notes/public/Server setup.md - Reading: _notes/public/Server.md - Reading: _notes/public/Shadow map.md - Reading: _notes/public/Signal.md - Reading: _notes/public/Slots.md - Reading: _notes/public/Social.md - Reading: _notes/public/Stop highlighting start underlining.md - Reading: _notes/public/Storage.md - Reading: _notes/public/Switch to Darktable.md - Reading: _notes/public/Switch to LineageOS.md - Reading: _notes/public/Switch to Linux.md - Reading: _notes/public/The Jam.md - Reading: _notes/public/The Picture of Dorian Gray.md - Reading: _notes/public/The Slot Philosophy.md - Reading: _notes/public/The target blank argument.md - Reading: _notes/public/Timeline development.md - Reading: _notes/public/Translate.md - Reading: _notes/public/Travel.md - Reading: _notes/public/Tutto.md - Reading: _notes/public/Typography.md - Reading: _notes/public/Universal HTML.md - Reading: _notes/public/VNC.md - Reading: _notes/public/VeUMEU 2021.md - Reading: _notes/public/Vim.md - Reading: _notes/public/Wait to sing up.md - Reading: _notes/public/Web Typography.md - Reading: _notes/public/Website development.md - Reading: _notes/public/Website log.md - Reading: _notes/public/Wishlist.md - Reading: _notes/public/Xplosion Attic.md - Reading: _notes/public/Xplosion Music Extended.md - Reading: _notes/public/Xplosion Music.md - Reading: _notes/public/Zettelkasten.md - Reading: _notes/public/dotfiles.md - Reading: _notes/public/git.md - Reading: _notes/public/iOS Apps.md - Reading: _filinge/2020-03-20-STEP01.md - Reading: _filinge/2020-03-24-STEP03.md - Reading: _filinge/2020-03-29-STEP02-STEP04.md - Reading: _filinge/2020-04-04-STEP05.md - Reading: _filinge/2020-04-04-STEP06.md - Reading: _filinge/2020-04-05-STEP07.md - Reading: _filinge/2020-04-21-STEP08.md - Reading: _filinge/2020-04-21-STEP09.md - Reading: _filinge/2020-04-22-STEP10.md - Reading: _filinge/2020-04-26-STEP11.md - Reading: _filinge/2020-05-02-STEP12.md - Reading: _filinge/2020-05-10-STEP13.md - Reading: _filinge/2020-05-14-STEP14.md - Reading: _filinge/2020-05-16-STEP15.md - Reading: _filinge/2020-05-16-STEP16.md - Reading: _filinge/2020-05-18-STEP17.md - Reading: _filinge/2020-05-24-STEP19.md - Reading: _filinge/2020-05-26-STEP20.md - Reading: _filinge/2020-05-29-STEP21.md - Reading: _filinge/2020-06-08-STEP22.md - Reading: _filinge/2020-06-09-STEP23.md - Reading: _filinge/2020-06-12-STEP24.md - Reading: _filinge/2020-06-14-STEP25.md - Reading: _sconnesso/2021-01-27-Pilot.md - Reading: _sconnesso/2021-02-11-Abbandonare-i-Social-Media.md - Reading: _sconnesso/2021-05-06-Dove-andrebbe-la-mia-distrazione-se-mi-concentrassi.md - Generating: JekyllRedirectFrom::Generator finished in 0.06012 seconds. - Generating: Jekyll::AutoImageGenerator finished in 0.001209 seconds. - Generating: BidirectionalLinksGenerator finished in 19.532803 seconds. - Jekyll Feed: Generating feed for poetry - Jekyll Feed: Generating feed for filinge - Jekyll Feed: Generating feed for notes - Jekyll Feed: Generating feed for posts - Jekyll Feed: Generating feed for posts tagged geek - Generating: JekyllFeed::Generator finished in 0.001716 seconds. - Generating: Jekyll::JekyllSitemap finished in 0.002403 seconds. - AutoPages: Disabled/Not configured in site.config. - Pagination: Starting - Pagination: found page: pages/zibaldone.html - Pagination: found page: pages/zibenglish.html - Pagination: Complete, processed 2 pagination page(s) - Generating: Jekyll::PaginateV2::Generator::PaginationGenerator finished in 0.003204 seconds. - Rendering: _posts/2016-08-02-Vivi-la-vita.md - Pre-Render Hooks: _posts/2016-08-02-Vivi-la-vita.md - Rendering Markup: _posts/2016-08-02-Vivi-la-vita.md -Post-Convert Hooks: _posts/2016-08-02-Vivi-la-vita.md - Rendering Layout: _posts/2016-08-02-Vivi-la-vita.md - Rendering: _posts/2016-08-02-Vivi-la-vita.md/#excerpt - Pre-Render Hooks: _posts/2016-08-02-Vivi-la-vita.md/#excerpt - Rendering Markup: _posts/2016-08-02-Vivi-la-vita.md/#excerpt -Post-Convert Hooks: _posts/2016-08-02-Vivi-la-vita.md/#excerpt - Rendering: _posts/2017-01-19-Come-cambiare-il-mondo.md - Pre-Render Hooks: _posts/2017-01-19-Come-cambiare-il-mondo.md - Rendering Liquid: _posts/2017-01-19-Come-cambiare-il-mondo.md - Rendering Markup: _posts/2017-01-19-Come-cambiare-il-mondo.md -Post-Convert Hooks: _posts/2017-01-19-Come-cambiare-il-mondo.md - Rendering Layout: _posts/2017-01-19-Come-cambiare-il-mondo.md - Rendering: _posts/2017-01-19-Come-cambiare-il-mondo.md/#excerpt - Pre-Render Hooks: _posts/2017-01-19-Come-cambiare-il-mondo.md/#excerpt - Rendering Liquid: _posts/2017-01-19-Come-cambiare-il-mondo.md/#excerpt - Rendering Markup: _posts/2017-01-19-Come-cambiare-il-mondo.md/#excerpt -Post-Convert Hooks: _posts/2017-01-19-Come-cambiare-il-mondo.md/#excerpt - Rendering: _posts/2017-06-04-Prima-di-scattare-pensa.md - Pre-Render Hooks: _posts/2017-06-04-Prima-di-scattare-pensa.md - Rendering Liquid: _posts/2017-06-04-Prima-di-scattare-pensa.md - Rendering Markup: _posts/2017-06-04-Prima-di-scattare-pensa.md -Post-Convert Hooks: _posts/2017-06-04-Prima-di-scattare-pensa.md - Rendering Layout: _posts/2017-06-04-Prima-di-scattare-pensa.md - Rendering: _posts/2017-06-04-Prima-di-scattare-pensa.md/#excerpt - Pre-Render Hooks: _posts/2017-06-04-Prima-di-scattare-pensa.md/#excerpt - Rendering Markup: _posts/2017-06-04-Prima-di-scattare-pensa.md/#excerpt -Post-Convert Hooks: _posts/2017-06-04-Prima-di-scattare-pensa.md/#excerpt - Rendering: _posts/2017-07-10-borderlife.md - Pre-Render Hooks: _posts/2017-07-10-borderlife.md - Rendering Liquid: _posts/2017-07-10-borderlife.md - Rendering Markup: _posts/2017-07-10-borderlife.md -Post-Convert Hooks: _posts/2017-07-10-borderlife.md - Rendering Layout: _posts/2017-07-10-borderlife.md - Rendering: _posts/2017-07-10-borderlife.md/#excerpt - Pre-Render Hooks: _posts/2017-07-10-borderlife.md/#excerpt - Rendering Liquid: _posts/2017-07-10-borderlife.md/#excerpt - Rendering Markup: _posts/2017-07-10-borderlife.md/#excerpt -Post-Convert Hooks: _posts/2017-07-10-borderlife.md/#excerpt - Rendering: _posts/2017-07-22-Giffoni.md - Pre-Render Hooks: _posts/2017-07-22-Giffoni.md - Rendering Liquid: _posts/2017-07-22-Giffoni.md - Rendering Markup: _posts/2017-07-22-Giffoni.md -Post-Convert Hooks: _posts/2017-07-22-Giffoni.md - Rendering Layout: _posts/2017-07-22-Giffoni.md - Rendering: _posts/2017-07-22-Giffoni.md/#excerpt - Pre-Render Hooks: _posts/2017-07-22-Giffoni.md/#excerpt - Rendering Liquid: _posts/2017-07-22-Giffoni.md/#excerpt - Rendering Markup: _posts/2017-07-22-Giffoni.md/#excerpt -Post-Convert Hooks: _posts/2017-07-22-Giffoni.md/#excerpt - Rendering: _posts/2017-07-30-Le-torce-non-servono-nello-spazio.md - Pre-Render Hooks: _posts/2017-07-30-Le-torce-non-servono-nello-spazio.md - Rendering Liquid: _posts/2017-07-30-Le-torce-non-servono-nello-spazio.md - Rendering Markup: _posts/2017-07-30-Le-torce-non-servono-nello-spazio.md -Post-Convert Hooks: _posts/2017-07-30-Le-torce-non-servono-nello-spazio.md - Rendering Layout: _posts/2017-07-30-Le-torce-non-servono-nello-spazio.md - Rendering: _posts/2017-07-30-Le-torce-non-servono-nello-spazio.md/#excerpt - Pre-Render Hooks: _posts/2017-07-30-Le-torce-non-servono-nello-spazio.md/#excerpt - Rendering Liquid: _posts/2017-07-30-Le-torce-non-servono-nello-spazio.md/#excerpt - Rendering Markup: _posts/2017-07-30-Le-torce-non-servono-nello-spazio.md/#excerpt -Post-Convert Hooks: _posts/2017-07-30-Le-torce-non-servono-nello-spazio.md/#excerpt - Rendering: _posts/2018-03-23-Iter-per-mentis-casinum.md - Pre-Render Hooks: _posts/2018-03-23-Iter-per-mentis-casinum.md - Rendering Liquid: _posts/2018-03-23-Iter-per-mentis-casinum.md - Rendering Markup: _posts/2018-03-23-Iter-per-mentis-casinum.md -Post-Convert Hooks: _posts/2018-03-23-Iter-per-mentis-casinum.md - Rendering Layout: _posts/2018-03-23-Iter-per-mentis-casinum.md - Rendering: _posts/2018-03-23-Iter-per-mentis-casinum.md/#excerpt - Pre-Render Hooks: _posts/2018-03-23-Iter-per-mentis-casinum.md/#excerpt - Rendering Liquid: _posts/2018-03-23-Iter-per-mentis-casinum.md/#excerpt - Rendering Markup: _posts/2018-03-23-Iter-per-mentis-casinum.md/#excerpt -Post-Convert Hooks: _posts/2018-03-23-Iter-per-mentis-casinum.md/#excerpt - Rendering: _posts/2018-04-14-Sogno-ad-occhi-aperti.md - Pre-Render Hooks: _posts/2018-04-14-Sogno-ad-occhi-aperti.md - Rendering Liquid: _posts/2018-04-14-Sogno-ad-occhi-aperti.md - Rendering Markup: _posts/2018-04-14-Sogno-ad-occhi-aperti.md -Post-Convert Hooks: _posts/2018-04-14-Sogno-ad-occhi-aperti.md - Rendering Layout: _posts/2018-04-14-Sogno-ad-occhi-aperti.md - Rendering: _posts/2018-04-14-Sogno-ad-occhi-aperti.md/#excerpt - Pre-Render Hooks: _posts/2018-04-14-Sogno-ad-occhi-aperti.md/#excerpt - Rendering Markup: _posts/2018-04-14-Sogno-ad-occhi-aperti.md/#excerpt -Post-Convert Hooks: _posts/2018-04-14-Sogno-ad-occhi-aperti.md/#excerpt - Rendering: _posts/2018-04-26-Brunori-Sa.md - Pre-Render Hooks: _posts/2018-04-26-Brunori-Sa.md - Rendering Liquid: _posts/2018-04-26-Brunori-Sa.md - Rendering Markup: _posts/2018-04-26-Brunori-Sa.md -Post-Convert Hooks: _posts/2018-04-26-Brunori-Sa.md - Rendering Layout: _posts/2018-04-26-Brunori-Sa.md - Rendering: _posts/2018-04-26-Brunori-Sa.md/#excerpt - Pre-Render Hooks: _posts/2018-04-26-Brunori-Sa.md/#excerpt - Rendering Liquid: _posts/2018-04-26-Brunori-Sa.md/#excerpt - Rendering Markup: _posts/2018-04-26-Brunori-Sa.md/#excerpt -Post-Convert Hooks: _posts/2018-04-26-Brunori-Sa.md/#excerpt - Rendering: _posts/2018-06-08-Keep-calm-and-stop-hating.md - Pre-Render Hooks: _posts/2018-06-08-Keep-calm-and-stop-hating.md - Rendering Liquid: _posts/2018-06-08-Keep-calm-and-stop-hating.md - Rendering Markup: _posts/2018-06-08-Keep-calm-and-stop-hating.md -Post-Convert Hooks: _posts/2018-06-08-Keep-calm-and-stop-hating.md - Rendering Layout: _posts/2018-06-08-Keep-calm-and-stop-hating.md - Rendering: _posts/2018-06-08-Keep-calm-and-stop-hating.md/#excerpt - Pre-Render Hooks: _posts/2018-06-08-Keep-calm-and-stop-hating.md/#excerpt - Rendering Markup: _posts/2018-06-08-Keep-calm-and-stop-hating.md/#excerpt -Post-Convert Hooks: _posts/2018-06-08-Keep-calm-and-stop-hating.md/#excerpt - Rendering: _posts/2018-06-19-The-Bus-Blogger.md - Pre-Render Hooks: _posts/2018-06-19-The-Bus-Blogger.md - Rendering Liquid: _posts/2018-06-19-The-Bus-Blogger.md - Rendering Markup: _posts/2018-06-19-The-Bus-Blogger.md -Post-Convert Hooks: _posts/2018-06-19-The-Bus-Blogger.md - Rendering Layout: _posts/2018-06-19-The-Bus-Blogger.md - Rendering: _posts/2018-06-19-The-Bus-Blogger.md/#excerpt - Pre-Render Hooks: _posts/2018-06-19-The-Bus-Blogger.md/#excerpt - Rendering Markup: _posts/2018-06-19-The-Bus-Blogger.md/#excerpt -Post-Convert Hooks: _posts/2018-06-19-The-Bus-Blogger.md/#excerpt - Rendering: _posts/2018-08-17-Solo.md - Pre-Render Hooks: _posts/2018-08-17-Solo.md - Rendering Liquid: _posts/2018-08-17-Solo.md - Rendering Markup: _posts/2018-08-17-Solo.md -Post-Convert Hooks: _posts/2018-08-17-Solo.md - Rendering Layout: _posts/2018-08-17-Solo.md - Rendering: _posts/2018-08-17-Solo.md/#excerpt - Pre-Render Hooks: _posts/2018-08-17-Solo.md/#excerpt - Rendering Liquid: _posts/2018-08-17-Solo.md/#excerpt - Rendering Markup: _posts/2018-08-17-Solo.md/#excerpt -Post-Convert Hooks: _posts/2018-08-17-Solo.md/#excerpt - Rendering: _posts/2018-09-23-Che-palle-instagram.md - Pre-Render Hooks: _posts/2018-09-23-Che-palle-instagram.md - Rendering Liquid: _posts/2018-09-23-Che-palle-instagram.md - Rendering Markup: _posts/2018-09-23-Che-palle-instagram.md -Post-Convert Hooks: _posts/2018-09-23-Che-palle-instagram.md - Rendering Layout: _posts/2018-09-23-Che-palle-instagram.md - Rendering: _posts/2018-09-23-Che-palle-instagram.md/#excerpt - Pre-Render Hooks: _posts/2018-09-23-Che-palle-instagram.md/#excerpt - Rendering Liquid: _posts/2018-09-23-Che-palle-instagram.md/#excerpt - Rendering Markup: _posts/2018-09-23-Che-palle-instagram.md/#excerpt -Post-Convert Hooks: _posts/2018-09-23-Che-palle-instagram.md/#excerpt - Rendering: _posts/2018-12-04-Ugomo.md - Pre-Render Hooks: _posts/2018-12-04-Ugomo.md - Rendering Liquid: _posts/2018-12-04-Ugomo.md - Rendering Markup: _posts/2018-12-04-Ugomo.md -Post-Convert Hooks: _posts/2018-12-04-Ugomo.md - Rendering Layout: _posts/2018-12-04-Ugomo.md - Rendering: _posts/2018-12-04-Ugomo.md/#excerpt - Pre-Render Hooks: _posts/2018-12-04-Ugomo.md/#excerpt - Rendering Markup: _posts/2018-12-04-Ugomo.md/#excerpt -Post-Convert Hooks: _posts/2018-12-04-Ugomo.md/#excerpt - Rendering: _posts/2019-01-24-Svevoismo.md - Pre-Render Hooks: _posts/2019-01-24-Svevoismo.md - Rendering Liquid: _posts/2019-01-24-Svevoismo.md - Rendering Markup: _posts/2019-01-24-Svevoismo.md -Post-Convert Hooks: _posts/2019-01-24-Svevoismo.md - Rendering Layout: _posts/2019-01-24-Svevoismo.md - Rendering: _posts/2019-01-24-Svevoismo.md/#excerpt - Pre-Render Hooks: _posts/2019-01-24-Svevoismo.md/#excerpt - Rendering Markup: _posts/2019-01-24-Svevoismo.md/#excerpt -Post-Convert Hooks: _posts/2019-01-24-Svevoismo.md/#excerpt - Rendering: _posts/2019-03-20-Servire.md - Pre-Render Hooks: _posts/2019-03-20-Servire.md - Rendering Liquid: _posts/2019-03-20-Servire.md - Rendering Markup: _posts/2019-03-20-Servire.md -Post-Convert Hooks: _posts/2019-03-20-Servire.md - Rendering Layout: _posts/2019-03-20-Servire.md - Rendering: _posts/2019-03-20-Servire.md/#excerpt - Pre-Render Hooks: _posts/2019-03-20-Servire.md/#excerpt - Rendering Markup: _posts/2019-03-20-Servire.md/#excerpt -Post-Convert Hooks: _posts/2019-03-20-Servire.md/#excerpt - Rendering: _posts/2019-04-25-Frammenti.md - Pre-Render Hooks: _posts/2019-04-25-Frammenti.md - Rendering Liquid: _posts/2019-04-25-Frammenti.md - Rendering Markup: _posts/2019-04-25-Frammenti.md -Post-Convert Hooks: _posts/2019-04-25-Frammenti.md - Rendering Layout: _posts/2019-04-25-Frammenti.md - Rendering: _posts/2019-04-25-Frammenti.md/#excerpt - Pre-Render Hooks: _posts/2019-04-25-Frammenti.md/#excerpt - Rendering Markup: _posts/2019-04-25-Frammenti.md/#excerpt -Post-Convert Hooks: _posts/2019-04-25-Frammenti.md/#excerpt - Rendering: _posts/2019-05-27-Futuro.md - Pre-Render Hooks: _posts/2019-05-27-Futuro.md - Rendering Liquid: _posts/2019-05-27-Futuro.md - Rendering Markup: _posts/2019-05-27-Futuro.md -Post-Convert Hooks: _posts/2019-05-27-Futuro.md - Rendering Layout: _posts/2019-05-27-Futuro.md - Rendering: _posts/2019-05-27-Futuro.md/#excerpt - Pre-Render Hooks: _posts/2019-05-27-Futuro.md/#excerpt - Rendering Liquid: _posts/2019-05-27-Futuro.md/#excerpt - Rendering Markup: _posts/2019-05-27-Futuro.md/#excerpt -Post-Convert Hooks: _posts/2019-05-27-Futuro.md/#excerpt - Rendering: _posts/2019-06-16-Maturandi.md - Pre-Render Hooks: _posts/2019-06-16-Maturandi.md - Rendering Liquid: _posts/2019-06-16-Maturandi.md - Rendering Markup: _posts/2019-06-16-Maturandi.md -Post-Convert Hooks: _posts/2019-06-16-Maturandi.md - Rendering Layout: _posts/2019-06-16-Maturandi.md - Rendering: _posts/2019-06-16-Maturandi.md/#excerpt - Pre-Render Hooks: _posts/2019-06-16-Maturandi.md/#excerpt - Rendering Markup: _posts/2019-06-16-Maturandi.md/#excerpt -Post-Convert Hooks: _posts/2019-06-16-Maturandi.md/#excerpt - Rendering: _posts/2019-06-29-Inciampare.md - Pre-Render Hooks: _posts/2019-06-29-Inciampare.md - Rendering Liquid: _posts/2019-06-29-Inciampare.md - Rendering Markup: _posts/2019-06-29-Inciampare.md -Post-Convert Hooks: _posts/2019-06-29-Inciampare.md - Rendering Layout: _posts/2019-06-29-Inciampare.md - Rendering: _posts/2019-06-29-Inciampare.md/#excerpt - Pre-Render Hooks: _posts/2019-06-29-Inciampare.md/#excerpt - Rendering Markup: _posts/2019-06-29-Inciampare.md/#excerpt -Post-Convert Hooks: _posts/2019-06-29-Inciampare.md/#excerpt - Rendering: _posts/2019-08-30-squali-consapevoli.md - Pre-Render Hooks: _posts/2019-08-30-squali-consapevoli.md - Rendering Liquid: _posts/2019-08-30-squali-consapevoli.md - Rendering Markup: _posts/2019-08-30-squali-consapevoli.md -Post-Convert Hooks: _posts/2019-08-30-squali-consapevoli.md - Rendering Layout: _posts/2019-08-30-squali-consapevoli.md - Rendering: _posts/2019-08-30-squali-consapevoli.md/#excerpt - Pre-Render Hooks: _posts/2019-08-30-squali-consapevoli.md/#excerpt - Rendering Liquid: _posts/2019-08-30-squali-consapevoli.md/#excerpt - Rendering Markup: _posts/2019-08-30-squali-consapevoli.md/#excerpt -Post-Convert Hooks: _posts/2019-08-30-squali-consapevoli.md/#excerpt - Rendering: _posts/2019-11-16-Groovy-Pieces.md - Pre-Render Hooks: _posts/2019-11-16-Groovy-Pieces.md - Rendering Liquid: _posts/2019-11-16-Groovy-Pieces.md - Rendering Markup: _posts/2019-11-16-Groovy-Pieces.md -Post-Convert Hooks: _posts/2019-11-16-Groovy-Pieces.md - Rendering Layout: _posts/2019-11-16-Groovy-Pieces.md - Rendering: _posts/2019-11-16-Groovy-Pieces.md/#excerpt - Pre-Render Hooks: _posts/2019-11-16-Groovy-Pieces.md/#excerpt - Rendering Markup: _posts/2019-11-16-Groovy-Pieces.md/#excerpt -Post-Convert Hooks: _posts/2019-11-16-Groovy-Pieces.md/#excerpt - Rendering: _posts/2019-11-26-Vorrei-avere-culo.md - Pre-Render Hooks: _posts/2019-11-26-Vorrei-avere-culo.md - Rendering Liquid: _posts/2019-11-26-Vorrei-avere-culo.md - Rendering Markup: _posts/2019-11-26-Vorrei-avere-culo.md -Post-Convert Hooks: _posts/2019-11-26-Vorrei-avere-culo.md - Rendering Layout: _posts/2019-11-26-Vorrei-avere-culo.md - Rendering: _posts/2019-11-26-Vorrei-avere-culo.md/#excerpt - Pre-Render Hooks: _posts/2019-11-26-Vorrei-avere-culo.md/#excerpt - Rendering Markup: _posts/2019-11-26-Vorrei-avere-culo.md/#excerpt -Post-Convert Hooks: _posts/2019-11-26-Vorrei-avere-culo.md/#excerpt - Rendering: _posts/2019-11-30-Sono-innamorato.md - Pre-Render Hooks: _posts/2019-11-30-Sono-innamorato.md - Rendering Liquid: _posts/2019-11-30-Sono-innamorato.md - Rendering Markup: _posts/2019-11-30-Sono-innamorato.md -Post-Convert Hooks: _posts/2019-11-30-Sono-innamorato.md - Rendering Layout: _posts/2019-11-30-Sono-innamorato.md - Rendering: _posts/2019-11-30-Sono-innamorato.md/#excerpt - Pre-Render Hooks: _posts/2019-11-30-Sono-innamorato.md/#excerpt - Rendering Markup: _posts/2019-11-30-Sono-innamorato.md/#excerpt -Post-Convert Hooks: _posts/2019-11-30-Sono-innamorato.md/#excerpt - Rendering: _posts/2020-01-14-Domodossola.md - Pre-Render Hooks: _posts/2020-01-14-Domodossola.md - Rendering Liquid: _posts/2020-01-14-Domodossola.md - Rendering Markup: _posts/2020-01-14-Domodossola.md -Post-Convert Hooks: _posts/2020-01-14-Domodossola.md - Rendering Layout: _posts/2020-01-14-Domodossola.md - Rendering: _posts/2020-01-14-Domodossola.md/#excerpt - Pre-Render Hooks: _posts/2020-01-14-Domodossola.md/#excerpt - Rendering Liquid: _posts/2020-01-14-Domodossola.md/#excerpt - Rendering Markup: _posts/2020-01-14-Domodossola.md/#excerpt -Post-Convert Hooks: _posts/2020-01-14-Domodossola.md/#excerpt - Rendering: _posts/2020-02-07-Avanguardia.md - Pre-Render Hooks: _posts/2020-02-07-Avanguardia.md - Rendering Liquid: _posts/2020-02-07-Avanguardia.md - Rendering Markup: _posts/2020-02-07-Avanguardia.md -Post-Convert Hooks: _posts/2020-02-07-Avanguardia.md - Rendering Layout: _posts/2020-02-07-Avanguardia.md - Rendering: _posts/2020-02-07-Avanguardia.md/#excerpt - Pre-Render Hooks: _posts/2020-02-07-Avanguardia.md/#excerpt - Rendering Liquid: _posts/2020-02-07-Avanguardia.md/#excerpt - Rendering Markup: _posts/2020-02-07-Avanguardia.md/#excerpt -Post-Convert Hooks: _posts/2020-02-07-Avanguardia.md/#excerpt - Rendering: _posts/2020-04-18-Making-this-website.md - Pre-Render Hooks: _posts/2020-04-18-Making-this-website.md - Rendering Markup: _posts/2020-04-18-Making-this-website.md -Post-Convert Hooks: _posts/2020-04-18-Making-this-website.md - Rendering Layout: _posts/2020-04-18-Making-this-website.md - Rendering: _posts/2020-04-18-Making-this-website.md/#excerpt - Pre-Render Hooks: _posts/2020-04-18-Making-this-website.md/#excerpt - Rendering Markup: _posts/2020-04-18-Making-this-website.md/#excerpt -Post-Convert Hooks: _posts/2020-04-18-Making-this-website.md/#excerpt - Rendering: _posts/2020-05-12-Genesi.md - Pre-Render Hooks: _posts/2020-05-12-Genesi.md - Rendering Liquid: _posts/2020-05-12-Genesi.md - Rendering Markup: _posts/2020-05-12-Genesi.md -Post-Convert Hooks: _posts/2020-05-12-Genesi.md - Rendering Layout: _posts/2020-05-12-Genesi.md - Rendering: _posts/2020-05-12-Genesi.md/#excerpt - Pre-Render Hooks: _posts/2020-05-12-Genesi.md/#excerpt - Rendering Markup: _posts/2020-05-12-Genesi.md/#excerpt -Post-Convert Hooks: _posts/2020-05-12-Genesi.md/#excerpt - Rendering: _posts/2020-06-01-Scaricare-film-come-si-deve.md - Pre-Render Hooks: _posts/2020-06-01-Scaricare-film-come-si-deve.md - Rendering Markup: _posts/2020-06-01-Scaricare-film-come-si-deve.md -Post-Convert Hooks: _posts/2020-06-01-Scaricare-film-come-si-deve.md - Rendering Layout: _posts/2020-06-01-Scaricare-film-come-si-deve.md - Rendering: _posts/2020-06-01-Scaricare-film-come-si-deve.md/#excerpt - Pre-Render Hooks: _posts/2020-06-01-Scaricare-film-come-si-deve.md/#excerpt - Rendering Markup: _posts/2020-06-01-Scaricare-film-come-si-deve.md/#excerpt -Post-Convert Hooks: _posts/2020-06-01-Scaricare-film-come-si-deve.md/#excerpt - Rendering: _posts/2020-09-11-Mnemosyne.md - Pre-Render Hooks: _posts/2020-09-11-Mnemosyne.md - Rendering Liquid: _posts/2020-09-11-Mnemosyne.md - Rendering Markup: _posts/2020-09-11-Mnemosyne.md -Post-Convert Hooks: _posts/2020-09-11-Mnemosyne.md - Rendering Layout: _posts/2020-09-11-Mnemosyne.md - Rendering: _posts/2020-09-11-Mnemosyne.md/#excerpt - Pre-Render Hooks: _posts/2020-09-11-Mnemosyne.md/#excerpt - Rendering Liquid: _posts/2020-09-11-Mnemosyne.md/#excerpt - Rendering Markup: _posts/2020-09-11-Mnemosyne.md/#excerpt -Post-Convert Hooks: _posts/2020-09-11-Mnemosyne.md/#excerpt - Rendering: _posts/2020-11-04-Non-sono-abbastanza.md - Pre-Render Hooks: _posts/2020-11-04-Non-sono-abbastanza.md - Rendering Markup: _posts/2020-11-04-Non-sono-abbastanza.md -Post-Convert Hooks: _posts/2020-11-04-Non-sono-abbastanza.md - Rendering Layout: _posts/2020-11-04-Non-sono-abbastanza.md - Rendering: _posts/2020-11-04-Non-sono-abbastanza.md/#excerpt - Pre-Render Hooks: _posts/2020-11-04-Non-sono-abbastanza.md/#excerpt - Rendering Markup: _posts/2020-11-04-Non-sono-abbastanza.md/#excerpt -Post-Convert Hooks: _posts/2020-11-04-Non-sono-abbastanza.md/#excerpt - Rendering: _posts/2020-12-12-Non-so-più-leggere.md - Pre-Render Hooks: _posts/2020-12-12-Non-so-più-leggere.md - Rendering Liquid: _posts/2020-12-12-Non-so-più-leggere.md - Rendering Markup: _posts/2020-12-12-Non-so-più-leggere.md -Post-Convert Hooks: _posts/2020-12-12-Non-so-più-leggere.md - Rendering Layout: _posts/2020-12-12-Non-so-più-leggere.md - Rendering: _posts/2020-12-12-Non-so-più-leggere.md/#excerpt - Pre-Render Hooks: _posts/2020-12-12-Non-so-più-leggere.md/#excerpt - Rendering Liquid: _posts/2020-12-12-Non-so-più-leggere.md/#excerpt - Rendering Markup: _posts/2020-12-12-Non-so-più-leggere.md/#excerpt -Post-Convert Hooks: _posts/2020-12-12-Non-so-più-leggere.md/#excerpt - Rendering: _posts/2021-02-05-Cambiare-Vita.md - Pre-Render Hooks: _posts/2021-02-05-Cambiare-Vita.md - Rendering Liquid: _posts/2021-02-05-Cambiare-Vita.md - Rendering Markup: _posts/2021-02-05-Cambiare-Vita.md -Post-Convert Hooks: _posts/2021-02-05-Cambiare-Vita.md - Rendering Layout: _posts/2021-02-05-Cambiare-Vita.md - Rendering: _posts/2021-02-05-Cambiare-Vita.md/#excerpt - Pre-Render Hooks: _posts/2021-02-05-Cambiare-Vita.md/#excerpt - Rendering Liquid: _posts/2021-02-05-Cambiare-Vita.md/#excerpt - Rendering Markup: _posts/2021-02-05-Cambiare-Vita.md/#excerpt -Post-Convert Hooks: _posts/2021-02-05-Cambiare-Vita.md/#excerpt - Rendering: _posts/2021-03-26-LArte-del-Procrastinare.md - Pre-Render Hooks: _posts/2021-03-26-LArte-del-Procrastinare.md - Rendering Liquid: _posts/2021-03-26-LArte-del-Procrastinare.md - Rendering Markup: _posts/2021-03-26-LArte-del-Procrastinare.md -Post-Convert Hooks: _posts/2021-03-26-LArte-del-Procrastinare.md - Rendering Layout: _posts/2021-03-26-LArte-del-Procrastinare.md - Rendering: _poetry/2019-07-25-credenza.md - Pre-Render Hooks: _poetry/2019-07-25-credenza.md - Rendering Markup: _poetry/2019-07-25-credenza.md -Post-Convert Hooks: _poetry/2019-07-25-credenza.md - Rendering Layout: _poetry/2019-07-25-credenza.md - Rendering: _poetry/2019-10-12-Polizia-cinese.md - Pre-Render Hooks: _poetry/2019-10-12-Polizia-cinese.md - Rendering Markup: _poetry/2019-10-12-Polizia-cinese.md -Post-Convert Hooks: _poetry/2019-10-12-Polizia-cinese.md - Rendering Layout: _poetry/2019-10-12-Polizia-cinese.md - Rendering: _poetry/2019-10-12-serrature-mancate.md - Pre-Render Hooks: _poetry/2019-10-12-serrature-mancate.md - Rendering Markup: _poetry/2019-10-12-serrature-mancate.md -Post-Convert Hooks: _poetry/2019-10-12-serrature-mancate.md - Rendering Layout: _poetry/2019-10-12-serrature-mancate.md - Rendering: _poetry/2019-10-19-astinenza-seriale.md - Pre-Render Hooks: _poetry/2019-10-19-astinenza-seriale.md - Rendering Markup: _poetry/2019-10-19-astinenza-seriale.md -Post-Convert Hooks: _poetry/2019-10-19-astinenza-seriale.md - Rendering Layout: _poetry/2019-10-19-astinenza-seriale.md - Rendering: _poetry/2019-11-03-crossover.md - Pre-Render Hooks: _poetry/2019-11-03-crossover.md - Rendering Markup: _poetry/2019-11-03-crossover.md -Post-Convert Hooks: _poetry/2019-11-03-crossover.md - Rendering Layout: _poetry/2019-11-03-crossover.md - Rendering: _poetry/2019-11-03-nel-blu-dipinto-di-blu.md - Pre-Render Hooks: _poetry/2019-11-03-nel-blu-dipinto-di-blu.md - Rendering Markup: _poetry/2019-11-03-nel-blu-dipinto-di-blu.md -Post-Convert Hooks: _poetry/2019-11-03-nel-blu-dipinto-di-blu.md - Rendering Layout: _poetry/2019-11-03-nel-blu-dipinto-di-blu.md - Rendering: _poetry/2019-11-26-Virtual-Reality.md - Pre-Render Hooks: _poetry/2019-11-26-Virtual-Reality.md - Rendering Markup: _poetry/2019-11-26-Virtual-Reality.md -Post-Convert Hooks: _poetry/2019-11-26-Virtual-Reality.md - Rendering Layout: _poetry/2019-11-26-Virtual-Reality.md - Rendering: _poetry/2019-11-26-cassetto.md - Pre-Render Hooks: _poetry/2019-11-26-cassetto.md - Rendering Markup: _poetry/2019-11-26-cassetto.md -Post-Convert Hooks: _poetry/2019-11-26-cassetto.md - Rendering Layout: _poetry/2019-11-26-cassetto.md - Rendering: _poetry/2019-12-27-affetto.md - Pre-Render Hooks: _poetry/2019-12-27-affetto.md - Rendering Markup: _poetry/2019-12-27-affetto.md -Post-Convert Hooks: _poetry/2019-12-27-affetto.md - Rendering Layout: _poetry/2019-12-27-affetto.md - Rendering: _poetry/2019-12-27-sceneggiatura.md - Pre-Render Hooks: _poetry/2019-12-27-sceneggiatura.md - Rendering Markup: _poetry/2019-12-27-sceneggiatura.md -Post-Convert Hooks: _poetry/2019-12-27-sceneggiatura.md - Rendering Layout: _poetry/2019-12-27-sceneggiatura.md - Rendering: _poetry/2020-03-17-Open-Office.md - Pre-Render Hooks: _poetry/2020-03-17-Open-Office.md - Rendering Markup: _poetry/2020-03-17-Open-Office.md -Post-Convert Hooks: _poetry/2020-03-17-Open-Office.md - Rendering Layout: _poetry/2020-03-17-Open-Office.md - Rendering: _notes/public/Batch reopen.md - Pre-Render Hooks: _notes/public/Batch reopen.md - Rendering Markup: _notes/public/Batch reopen.md -Post-Convert Hooks: _notes/public/Batch reopen.md - Rendering Layout: _notes/public/Batch reopen.md - Rendering: _notes/public/Batch reopen.md/#excerpt - Pre-Render Hooks: _notes/public/Batch reopen.md/#excerpt - Rendering Markup: _notes/public/Batch reopen.md/#excerpt -Post-Convert Hooks: _notes/public/Batch reopen.md/#excerpt - Rendering: _notes/public/Digital Wellbeing implementations.md - Pre-Render Hooks: _notes/public/Digital Wellbeing implementations.md - Rendering Markup: _notes/public/Digital Wellbeing implementations.md -Post-Convert Hooks: _notes/public/Digital Wellbeing implementations.md - Rendering Layout: _notes/public/Digital Wellbeing implementations.md - Rendering: _notes/public/Digital Wellbeing implementations.md/#excerpt - Pre-Render Hooks: _notes/public/Digital Wellbeing implementations.md/#excerpt - Rendering Markup: _notes/public/Digital Wellbeing implementations.md/#excerpt -Post-Convert Hooks: _notes/public/Digital Wellbeing implementations.md/#excerpt - Rendering: _notes/public/Geek todo.md - Pre-Render Hooks: _notes/public/Geek todo.md - Rendering Markup: _notes/public/Geek todo.md -Post-Convert Hooks: _notes/public/Geek todo.md - Rendering Layout: _notes/public/Geek todo.md - Rendering: _notes/public/Geek todo.md/#excerpt - Pre-Render Hooks: _notes/public/Geek todo.md/#excerpt - Rendering Markup: _notes/public/Geek todo.md/#excerpt -Post-Convert Hooks: _notes/public/Geek todo.md/#excerpt - Rendering: _notes/public/Just once.md - Pre-Render Hooks: _notes/public/Just once.md - Rendering Markup: _notes/public/Just once.md -Post-Convert Hooks: _notes/public/Just once.md - Rendering Layout: _notes/public/Just once.md - Rendering: _notes/public/Metastudy.md - Pre-Render Hooks: _notes/public/Metastudy.md - Rendering Markup: _notes/public/Metastudy.md -Post-Convert Hooks: _notes/public/Metastudy.md - Rendering Layout: _notes/public/Metastudy.md - Rendering: _notes/public/Mindfulness.md - Pre-Render Hooks: _notes/public/Mindfulness.md - Rendering Markup: _notes/public/Mindfulness.md -Post-Convert Hooks: _notes/public/Mindfulness.md - Rendering Layout: _notes/public/Mindfulness.md - Rendering: _notes/public/La Marmellata.md - Pre-Render Hooks: _notes/public/La Marmellata.md - Rendering Liquid: _notes/public/La Marmellata.md - Rendering: _notes/public/Server.md/#excerpt - Pre-Render Hooks: _notes/public/Server.md/#excerpt - Rendering Markup: _notes/public/Server.md/#excerpt -Post-Convert Hooks: _notes/public/Server.md/#excerpt - Rendering: _notes/public/Internet Freedom.md/#excerpt - Pre-Render Hooks: _notes/public/Internet Freedom.md/#excerpt - Rendering Markup: _notes/public/Internet Freedom.md/#excerpt -Post-Convert Hooks: _notes/public/Internet Freedom.md/#excerpt - Rendering: _notes/public/Filmmaking.md/#excerpt - Pre-Render Hooks: _notes/public/Filmmaking.md/#excerpt - Rendering Markup: _notes/public/Filmmaking.md/#excerpt -Post-Convert Hooks: _notes/public/Filmmaking.md/#excerpt - Rendering: _notes/public/Stop highlighting start underlining.md/#excerpt - Pre-Render Hooks: _notes/public/Stop highlighting start underlining.md/#excerpt - Rendering Markup: _notes/public/Stop highlighting start underlining.md/#excerpt -Post-Convert Hooks: _notes/public/Stop highlighting start underlining.md/#excerpt - Rendering Markup: _notes/public/La Marmellata.md -Post-Convert Hooks: _notes/public/La Marmellata.md - Rendering Layout: _notes/public/La Marmellata.md - Rendering: _notes/public/La Marmellata.md/#excerpt - Pre-Render Hooks: _notes/public/La Marmellata.md/#excerpt - Rendering Markup: _notes/public/La Marmellata.md/#excerpt -Post-Convert Hooks: _notes/public/La Marmellata.md/#excerpt - Rendering: _notes/public/Giri.md - Pre-Render Hooks: _notes/public/Giri.md - Rendering Markup: _notes/public/Giri.md -Post-Convert Hooks: _notes/public/Giri.md - Rendering Layout: _notes/public/Giri.md - Rendering: _notes/public/Missing digital tools.md - Pre-Render Hooks: _notes/public/Missing digital tools.md - Rendering Liquid: _notes/public/Missing digital tools.md - Rendering Markup: _notes/public/Missing digital tools.md -Post-Convert Hooks: _notes/public/Missing digital tools.md - Rendering Layout: _notes/public/Missing digital tools.md - Rendering: _notes/public/Monero.md - Pre-Render Hooks: _notes/public/Monero.md - Rendering Markup: _notes/public/Monero.md -Post-Convert Hooks: _notes/public/Monero.md - Rendering Layout: _notes/public/Monero.md - Rendering: _notes/public/Questions to ask to an AI.md - Pre-Render Hooks: _notes/public/Questions to ask to an AI.md - Rendering Markup: _notes/public/Questions to ask to an AI.md -Post-Convert Hooks: _notes/public/Questions to ask to an AI.md - Rendering Layout: _notes/public/Questions to ask to an AI.md - Rendering: _notes/public/Questions to ask to an AI.md/#excerpt - Pre-Render Hooks: _notes/public/Questions to ask to an AI.md/#excerpt - Rendering Markup: _notes/public/Questions to ask to an AI.md/#excerpt -Post-Convert Hooks: _notes/public/Questions to ask to an AI.md/#excerpt - Rendering: _notes/public/Radioimmaginaria Database.md - Pre-Render Hooks: _notes/public/Radioimmaginaria Database.md - Rendering Markup: _notes/public/Radioimmaginaria Database.md -Post-Convert Hooks: _notes/public/Radioimmaginaria Database.md - Rendering Layout: _notes/public/Radioimmaginaria Database.md - Rendering: _notes/public/Scale app.md - Pre-Render Hooks: _notes/public/Scale app.md - Rendering Markup: _notes/public/Scale app.md -Post-Convert Hooks: _notes/public/Scale app.md - Rendering Layout: _notes/public/Scale app.md - Rendering: _notes/public/Scale app.md/#excerpt - Pre-Render Hooks: _notes/public/Scale app.md/#excerpt - Rendering Markup: _notes/public/Scale app.md/#excerpt -Post-Convert Hooks: _notes/public/Scale app.md/#excerpt - Rendering: _notes/public/The Jam.md - Pre-Render Hooks: _notes/public/The Jam.md - Rendering Liquid: _notes/public/The Jam.md - Rendering Markup: _notes/public/The Jam.md -Post-Convert Hooks: _notes/public/The Jam.md - Rendering Layout: _notes/public/The Jam.md - Rendering: _notes/public/The Jam.md/#excerpt - Pre-Render Hooks: _notes/public/The Jam.md/#excerpt - Rendering Markup: _notes/public/The Jam.md/#excerpt -Post-Convert Hooks: _notes/public/The Jam.md/#excerpt - Rendering: _notes/public/Website development.md - Pre-Render Hooks: _notes/public/Website development.md - Rendering Liquid: _notes/public/Website development.md - Rendering Markup: _notes/public/Website development.md -Post-Convert Hooks: _notes/public/Website development.md - Rendering Layout: _notes/public/Website development.md - Rendering: _notes/public/Tutto.md - Pre-Render Hooks: _notes/public/Tutto.md - Rendering Liquid: _notes/public/Tutto.md - Rendering Markup: _notes/public/Tutto.md -Post-Convert Hooks: _notes/public/Tutto.md - Rendering Layout: _notes/public/Tutto.md - Rendering: _notes/public/Server setup.md - Pre-Render Hooks: _notes/public/Server setup.md - Rendering Markup: _notes/public/Server setup.md -Post-Convert Hooks: _notes/public/Server setup.md - Rendering Layout: _notes/public/Server setup.md - Rendering: _notes/public/Server.md - Pre-Render Hooks: _notes/public/Server.md - Rendering Markup: _notes/public/Server.md -Post-Convert Hooks: _notes/public/Server.md - Rendering Layout: _notes/public/Server.md - Rendering: _notes/public/Social.md - Pre-Render Hooks: _notes/public/Social.md - Rendering Markup: _notes/public/Social.md -Post-Convert Hooks: _notes/public/Social.md - Rendering Layout: _notes/public/Social.md - Rendering: _notes/public/Apps.md - Pre-Render Hooks: _notes/public/Apps.md - Rendering Markup: _notes/public/Apps.md -Post-Convert Hooks: _notes/public/Apps.md - Rendering Layout: _notes/public/Apps.md - Rendering: _notes/public/Cheat sheets.md - Pre-Render Hooks: _notes/public/Cheat sheets.md - Rendering Markup: _notes/public/Cheat sheets.md -Post-Convert Hooks: _notes/public/Cheat sheets.md - Rendering Layout: _notes/public/Cheat sheets.md - Rendering: _notes/public/Knowledge.md - Pre-Render Hooks: _notes/public/Knowledge.md - Rendering Markup: _notes/public/Knowledge.md -Post-Convert Hooks: _notes/public/Knowledge.md - Rendering Layout: _notes/public/Knowledge.md - Rendering: _notes/public/Jack Frusciante è uscito dal gruppo.md - Pre-Render Hooks: _notes/public/Jack Frusciante è uscito dal gruppo.md - Rendering Liquid: _notes/public/Jack Frusciante è uscito dal gruppo.md - Rendering Markup: _notes/public/Jack Frusciante è uscito dal gruppo.md -Post-Convert Hooks: _notes/public/Jack Frusciante è uscito dal gruppo.md - Rendering Layout: _notes/public/Jack Frusciante è uscito dal gruppo.md - Rendering: _notes/public/Jack Frusciante è uscito dal gruppo.md/#excerpt - Pre-Render Hooks: _notes/public/Jack Frusciante è uscito dal gruppo.md/#excerpt - Rendering Liquid: _notes/public/Jack Frusciante è uscito dal gruppo.md/#excerpt - Rendering Markup: _notes/public/Jack Frusciante è uscito dal gruppo.md/#excerpt -Post-Convert Hooks: _notes/public/Jack Frusciante è uscito dal gruppo.md/#excerpt - Rendering: _notes/public/Design.md - Pre-Render Hooks: _notes/public/Design.md - Rendering Markup: _notes/public/Design.md -Post-Convert Hooks: _notes/public/Design.md - Rendering Layout: _notes/public/Design.md - Rendering: _notes/public/Typography.md - Pre-Render Hooks: _notes/public/Typography.md - Rendering Markup: _notes/public/Typography.md -Post-Convert Hooks: _notes/public/Typography.md - Rendering Layout: _notes/public/Typography.md - Rendering: _notes/public/Data Sources.md - Pre-Render Hooks: _notes/public/Data Sources.md - Rendering Markup: _notes/public/Data Sources.md -Post-Convert Hooks: _notes/public/Data Sources.md - Rendering Layout: _notes/public/Data Sources.md - Rendering: _notes/public/Data Sources.md/#excerpt - Pre-Render Hooks: _notes/public/Data Sources.md/#excerpt - Rendering Markup: _notes/public/Data Sources.md/#excerpt -Post-Convert Hooks: _notes/public/Data Sources.md/#excerpt - Rendering: _notes/public/Colors.md - Pre-Render Hooks: _notes/public/Colors.md - Rendering Liquid: _notes/public/Colors.md - Rendering Markup: _notes/public/Colors.md -Post-Convert Hooks: _notes/public/Colors.md - Rendering Layout: _notes/public/Colors.md - Rendering: _notes/public/Launcher.md - Pre-Render Hooks: _notes/public/Launcher.md - Rendering Markup: _notes/public/Launcher.md -Post-Convert Hooks: _notes/public/Launcher.md - Rendering Layout: _notes/public/Launcher.md - Rendering: _notes/public/Compagni di viaggio.md - Pre-Render Hooks: _notes/public/Compagni di viaggio.md - Rendering Liquid: _notes/public/Compagni di viaggio.md - Rendering Markup: _notes/public/Compagni di viaggio.md -Post-Convert Hooks: _notes/public/Compagni di viaggio.md - Rendering Layout: _notes/public/Compagni di viaggio.md - Rendering: _notes/public/Oggetti.md - Pre-Render Hooks: _notes/public/Oggetti.md - Rendering Liquid: _notes/public/Oggetti.md - Rendering Markup: _notes/public/Oggetti.md -Post-Convert Hooks: _notes/public/Oggetti.md - Rendering Layout: _notes/public/Oggetti.md - Rendering: _notes/public/Parole.md - Pre-Render Hooks: _notes/public/Parole.md - Rendering Markup: _notes/public/Parole.md -Post-Convert Hooks: _notes/public/Parole.md - Rendering Layout: _notes/public/Parole.md - Rendering: _notes/public/Cinema.md - Pre-Render Hooks: _notes/public/Cinema.md - Rendering Markup: _notes/public/Cinema.md -Post-Convert Hooks: _notes/public/Cinema.md - Rendering Layout: _notes/public/Cinema.md - Rendering: _notes/public/Quit Social Media Notes.md - Pre-Render Hooks: _notes/public/Quit Social Media Notes.md - Rendering Markup: _notes/public/Quit Social Media Notes.md -Post-Convert Hooks: _notes/public/Quit Social Media Notes.md - Rendering Layout: _notes/public/Quit Social Media Notes.md - Rendering: _notes/public/Quotes.md - Pre-Render Hooks: _notes/public/Quotes.md - Rendering Markup: _notes/public/Quotes.md -Post-Convert Hooks: _notes/public/Quotes.md - Rendering Layout: _notes/public/Quotes.md - Rendering: _notes/public/Following.md - Pre-Render Hooks: _notes/public/Following.md - Rendering Markup: _notes/public/Following.md -Post-Convert Hooks: _notes/public/Following.md - Rendering Layout: _notes/public/Following.md - Rendering: _notes/public/Following.md/#excerpt - Pre-Render Hooks: _notes/public/Following.md/#excerpt - Rendering Markup: _notes/public/Following.md/#excerpt -Post-Convert Hooks: _notes/public/Following.md/#excerpt - Rendering: _notes/public/People.html - Pre-Render Hooks: _notes/public/People.html - Rendering Liquid: _notes/public/People.html - Rendering Markup: _notes/public/People.html -Post-Convert Hooks: _notes/public/People.html - Rendering Layout: _notes/public/People.html - Rendering: _notes/public/Blogroll.md - Pre-Render Hooks: _notes/public/Blogroll.md - Rendering Markup: _notes/public/Blogroll.md -Post-Convert Hooks: _notes/public/Blogroll.md - Rendering Layout: _notes/public/Blogroll.md - Rendering: _notes/public/Firefox.md - Pre-Render Hooks: _notes/public/Firefox.md - Rendering Markup: _notes/public/Firefox.md -Post-Convert Hooks: _notes/public/Firefox.md - Rendering Layout: _notes/public/Firefox.md - Rendering: _notes/public/Internet Freedom.md - Pre-Render Hooks: _notes/public/Internet Freedom.md - Rendering Markup: _notes/public/Internet Freedom.md -Post-Convert Hooks: _notes/public/Internet Freedom.md - Rendering Layout: _notes/public/Internet Freedom.md - Rendering: _notes/public/Shadow map.md - Pre-Render Hooks: _notes/public/Shadow map.md - Rendering Markup: _notes/public/Shadow map.md -Post-Convert Hooks: _notes/public/Shadow map.md - Rendering Layout: _notes/public/Shadow map.md - Rendering: _notes/public/Shadow map.md/#excerpt - Pre-Render Hooks: _notes/public/Shadow map.md/#excerpt - Rendering Markup: _notes/public/Shadow map.md/#excerpt -Post-Convert Hooks: _notes/public/Shadow map.md/#excerpt - Rendering: _notes/public/Wishlist.md - Pre-Render Hooks: _notes/public/Wishlist.md - Rendering Markup: _notes/public/Wishlist.md -Post-Convert Hooks: _notes/public/Wishlist.md - Rendering Layout: _notes/public/Wishlist.md - Rendering: _notes/public/Xplosion Music.md - Pre-Render Hooks: _notes/public/Xplosion Music.md - Rendering Liquid: _notes/public/Xplosion Music.md - Rendering Markup: _notes/public/Xplosion Music.md -Post-Convert Hooks: _notes/public/Xplosion Music.md - Rendering Layout: _notes/public/Xplosion Music.md - Rendering: _notes/public/Around the world.md - Pre-Render Hooks: _notes/public/Around the world.md - Rendering Markup: _notes/public/Around the world.md -Post-Convert Hooks: _notes/public/Around the world.md - Rendering Layout: _notes/public/Around the world.md - Rendering: _notes/public/Canzomnia.md - Pre-Render Hooks: _notes/public/Canzomnia.md - Rendering Liquid: _notes/public/Canzomnia.md - Rendering Markup: _notes/public/Canzomnia.md -Post-Convert Hooks: _notes/public/Canzomnia.md - Rendering Layout: _notes/public/Canzomnia.md - Rendering: _notes/public/Bugs and Feature Requests.md - Pre-Render Hooks: _notes/public/Bugs and Feature Requests.md - Rendering Markup: _notes/public/Bugs and Feature Requests.md -Post-Convert Hooks: _notes/public/Bugs and Feature Requests.md - Rendering Layout: _notes/public/Bugs and Feature Requests.md - Rendering: _notes/public/Delete an account.md - Pre-Render Hooks: _notes/public/Delete an account.md - Rendering Markup: _notes/public/Delete an account.md -Post-Convert Hooks: _notes/public/Delete an account.md - Rendering Layout: _notes/public/Delete an account.md - Rendering: _notes/public/Delete an account.md/#excerpt - Pre-Render Hooks: _notes/public/Delete an account.md/#excerpt - Rendering Markup: _notes/public/Delete an account.md/#excerpt -Post-Convert Hooks: _notes/public/Delete an account.md/#excerpt - Rendering: _notes/public/Lunapp.md - Pre-Render Hooks: _notes/public/Lunapp.md - Rendering Markup: _notes/public/Lunapp.md -Post-Convert Hooks: _notes/public/Lunapp.md - Rendering Layout: _notes/public/Lunapp.md - Rendering: _notes/public/Lunapp.md/#excerpt - Pre-Render Hooks: _notes/public/Lunapp.md/#excerpt - Rendering Markup: _notes/public/Lunapp.md/#excerpt -Post-Convert Hooks: _notes/public/Lunapp.md/#excerpt - Rendering: _notes/public/Notes on Ten Arguments For Deleting Your Social Media Accounts.md - Pre-Render Hooks: _notes/public/Notes on Ten Arguments For Deleting Your Social Media Accounts.md - Rendering Markup: _notes/public/Notes on Ten Arguments For Deleting Your Social Media Accounts.md -Post-Convert Hooks: _notes/public/Notes on Ten Arguments For Deleting Your Social Media Accounts.md - Rendering Layout: _notes/public/Notes on Ten Arguments For Deleting Your Social Media Accounts.md - Rendering: _notes/public/Notes on Ten Arguments For Deleting Your Social Media Accounts.md/#excerpt - Pre-Render Hooks: _notes/public/Notes on Ten Arguments For Deleting Your Social Media Accounts.md/#excerpt - Rendering Markup: _notes/public/Notes on Ten Arguments For Deleting Your Social Media Accounts.md/#excerpt -Post-Convert Hooks: _notes/public/Notes on Ten Arguments For Deleting Your Social Media Accounts.md/#excerpt - Rendering: _notes/public/Books.html - Pre-Render Hooks: _notes/public/Books.html - Rendering Liquid: _notes/public/Books.html - Rendering Markup: _notes/public/Books.html -Post-Convert Hooks: _notes/public/Books.html - Rendering Layout: _notes/public/Books.html - Rendering: _notes/public/Backup checklist.md - Pre-Render Hooks: _notes/public/Backup checklist.md - Rendering Markup: _notes/public/Backup checklist.md -Post-Convert Hooks: _notes/public/Backup checklist.md - Rendering Layout: _notes/public/Backup checklist.md - Rendering: _notes/public/Poesie.md - Pre-Render Hooks: _notes/public/Poesie.md - Rendering Markup: _notes/public/Poesie.md -Post-Convert Hooks: _notes/public/Poesie.md - Rendering Layout: _notes/public/Poesie.md - Rendering: _notes/public/Filmmaking.md - Pre-Render Hooks: _notes/public/Filmmaking.md - Rendering Markup: _notes/public/Filmmaking.md -Post-Convert Hooks: _notes/public/Filmmaking.md - Rendering Layout: _notes/public/Filmmaking.md - Rendering: _notes/public/Photography.md - Pre-Render Hooks: _notes/public/Photography.md - Rendering Liquid: _notes/public/Photography.md - Rendering Markup: _notes/public/Photography.md -Post-Convert Hooks: _notes/public/Photography.md - Rendering Layout: _notes/public/Photography.md - Rendering: _notes/public/The target blank argument.md - Pre-Render Hooks: _notes/public/The target blank argument.md - Rendering Markup: _notes/public/The target blank argument.md -Post-Convert Hooks: _notes/public/The target blank argument.md - Rendering Layout: _notes/public/The target blank argument.md - Rendering: _notes/public/Now.md - Pre-Render Hooks: _notes/public/Now.md - Rendering Liquid: _notes/public/Now.md - Rendering Markup: _notes/public/Now.md -Post-Convert Hooks: _notes/public/Now.md - Rendering Layout: _notes/public/Now.md - Rendering: _notes/public/Ora.md - Pre-Render Hooks: _notes/public/Ora.md - Rendering Liquid: _notes/public/Ora.md - Rendering Markup: _notes/public/Ora.md -Post-Convert Hooks: _notes/public/Ora.md - Rendering Layout: _notes/public/Ora.md - Rendering: _notes/public/Keynote MDN Linux Day 2020.md - Pre-Render Hooks: _notes/public/Keynote MDN Linux Day 2020.md - Rendering Markup: _notes/public/Keynote MDN Linux Day 2020.md -Post-Convert Hooks: _notes/public/Keynote MDN Linux Day 2020.md - Rendering Layout: _notes/public/Keynote MDN Linux Day 2020.md - Rendering: _notes/public/Self tracking.md - Pre-Render Hooks: _notes/public/Self tracking.md - Rendering Markup: _notes/public/Self tracking.md -Post-Convert Hooks: _notes/public/Self tracking.md - Rendering Layout: _notes/public/Self tracking.md - Rendering: _notes/public/Domains.md - Pre-Render Hooks: _notes/public/Domains.md - Rendering Markup: _notes/public/Domains.md -Post-Convert Hooks: _notes/public/Domains.md - Rendering Layout: _notes/public/Domains.md - Rendering: _notes/public/Internet Awesomeness.md - Pre-Render Hooks: _notes/public/Internet Awesomeness.md - Rendering Liquid: _notes/public/Internet Awesomeness.md - Rendering Markup: _notes/public/Internet Awesomeness.md -Post-Convert Hooks: _notes/public/Internet Awesomeness.md - Rendering Layout: _notes/public/Internet Awesomeness.md - Rendering: _notes/public/Slots.md - Pre-Render Hooks: _notes/public/Slots.md - Rendering Markup: _notes/public/Slots.md -Post-Convert Hooks: _notes/public/Slots.md - Rendering Layout: _notes/public/Slots.md - Rendering: _notes/public/The Slot Philosophy.md - Pre-Render Hooks: _notes/public/The Slot Philosophy.md - Rendering Markup: _notes/public/The Slot Philosophy.md -Post-Convert Hooks: _notes/public/The Slot Philosophy.md - Rendering Layout: _notes/public/The Slot Philosophy.md - Rendering: _notes/public/Quit Spotify.md - Pre-Render Hooks: _notes/public/Quit Spotify.md - Rendering Markup: _notes/public/Quit Spotify.md -Post-Convert Hooks: _notes/public/Quit Spotify.md - Rendering Layout: _notes/public/Quit Spotify.md - Rendering: _notes/public/Boundaries.md - Pre-Render Hooks: _notes/public/Boundaries.md - Rendering Markup: _notes/public/Boundaries.md -Post-Convert Hooks: _notes/public/Boundaries.md - Rendering Layout: _notes/public/Boundaries.md - Rendering: _notes/public/Boundaries.md/#excerpt - Pre-Render Hooks: _notes/public/Boundaries.md/#excerpt - Rendering Markup: _notes/public/Boundaries.md/#excerpt -Post-Convert Hooks: _notes/public/Boundaries.md/#excerpt - Rendering: _notes/public/Travel.md - Pre-Render Hooks: _notes/public/Travel.md - Rendering Markup: _notes/public/Travel.md -Post-Convert Hooks: _notes/public/Travel.md - Rendering Layout: _notes/public/Travel.md - Rendering: _notes/public/Zettelkasten.md - Pre-Render Hooks: _notes/public/Zettelkasten.md - Rendering Markup: _notes/public/Zettelkasten.md -Post-Convert Hooks: _notes/public/Zettelkasten.md - Rendering Layout: _notes/public/Zettelkasten.md - Rendering: _notes/public/Radio Ham.md - Pre-Render Hooks: _notes/public/Radio Ham.md - Rendering Markup: _notes/public/Radio Ham.md -Post-Convert Hooks: _notes/public/Radio Ham.md - Rendering Layout: _notes/public/Radio Ham.md - Rendering: _notes/public/Piwigo.md - Pre-Render Hooks: _notes/public/Piwigo.md - Rendering Markup: _notes/public/Piwigo.md -Post-Convert Hooks: _notes/public/Piwigo.md - Rendering Layout: _notes/public/Piwigo.md - Rendering: _notes/public/Quit and switch.md - Pre-Render Hooks: _notes/public/Quit and switch.md - Rendering Markup: _notes/public/Quit and switch.md -Post-Convert Hooks: _notes/public/Quit and switch.md - Rendering Layout: _notes/public/Quit and switch.md - Rendering: _notes/public/Post-comprensione.md - Pre-Render Hooks: _notes/public/Post-comprensione.md - Rendering Markup: _notes/public/Post-comprensione.md -Post-Convert Hooks: _notes/public/Post-comprensione.md - Rendering Layout: _notes/public/Post-comprensione.md - Rendering: _notes/public/Post-comprensione.md/#excerpt - Pre-Render Hooks: _notes/public/Post-comprensione.md/#excerpt - Rendering Markup: _notes/public/Post-comprensione.md/#excerpt -Post-Convert Hooks: _notes/public/Post-comprensione.md/#excerpt - Rendering: _notes/public/Quit listing.md - Pre-Render Hooks: _notes/public/Quit listing.md - Rendering Markup: _notes/public/Quit listing.md -Post-Convert Hooks: _notes/public/Quit listing.md - Rendering Layout: _notes/public/Quit listing.md - Rendering: _notes/public/Esame di coscienza.md - Pre-Render Hooks: _notes/public/Esame di coscienza.md - Rendering Markup: _notes/public/Esame di coscienza.md -Post-Convert Hooks: _notes/public/Esame di coscienza.md - Rendering Layout: _notes/public/Esame di coscienza.md - Rendering: _notes/public/Esame di coscienza.md/#excerpt - Pre-Render Hooks: _notes/public/Esame di coscienza.md/#excerpt - Rendering Markup: _notes/public/Esame di coscienza.md/#excerpt -Post-Convert Hooks: _notes/public/Esame di coscienza.md/#excerpt - Rendering: _notes/public/Loops.md - Pre-Render Hooks: _notes/public/Loops.md - Rendering Markup: _notes/public/Loops.md -Post-Convert Hooks: _notes/public/Loops.md - Rendering Layout: _notes/public/Loops.md - Rendering: _notes/public/Loops.md/#excerpt - Pre-Render Hooks: _notes/public/Loops.md/#excerpt - Rendering Markup: _notes/public/Loops.md/#excerpt -Post-Convert Hooks: _notes/public/Loops.md/#excerpt - Rendering: _notes/public/Self debugging.md - Pre-Render Hooks: _notes/public/Self debugging.md - Rendering Markup: _notes/public/Self debugging.md -Post-Convert Hooks: _notes/public/Self debugging.md - Rendering Layout: _notes/public/Self debugging.md - Rendering: _notes/public/Self debugging.md/#excerpt - Pre-Render Hooks: _notes/public/Self debugging.md/#excerpt - Rendering Markup: _notes/public/Self debugging.md/#excerpt -Post-Convert Hooks: _notes/public/Self debugging.md/#excerpt - Rendering: _notes/public/Self improvement.md - Pre-Render Hooks: _notes/public/Self improvement.md - Rendering Markup: _notes/public/Self improvement.md -Post-Convert Hooks: _notes/public/Self improvement.md - Rendering Layout: _notes/public/Self improvement.md - Rendering: _notes/public/Signal.md - Pre-Render Hooks: _notes/public/Signal.md - Rendering Markup: _notes/public/Signal.md -Post-Convert Hooks: _notes/public/Signal.md - Rendering Layout: _notes/public/Signal.md - Rendering: _notes/public/Knowledge management.md - Pre-Render Hooks: _notes/public/Knowledge management.md - Rendering Markup: _notes/public/Knowledge management.md -Post-Convert Hooks: _notes/public/Knowledge management.md - Rendering Layout: _notes/public/Knowledge management.md - Rendering: _notes/public/Knowledge management.md/#excerpt - Pre-Render Hooks: _notes/public/Knowledge management.md/#excerpt - Rendering Markup: _notes/public/Knowledge management.md/#excerpt -Post-Convert Hooks: _notes/public/Knowledge management.md/#excerpt - Rendering: _notes/public/Missing Knowledge.md - Pre-Render Hooks: _notes/public/Missing Knowledge.md - Rendering Markup: _notes/public/Missing Knowledge.md -Post-Convert Hooks: _notes/public/Missing Knowledge.md - Rendering Layout: _notes/public/Missing Knowledge.md - Rendering: _notes/public/Road to Internet Freedom.md - Pre-Render Hooks: _notes/public/Road to Internet Freedom.md - Rendering Markup: _notes/public/Road to Internet Freedom.md -Post-Convert Hooks: _notes/public/Road to Internet Freedom.md - Rendering Layout: _notes/public/Road to Internet Freedom.md - Rendering: _notes/public/Road to Internet Freedom.md/#excerpt - Pre-Render Hooks: _notes/public/Road to Internet Freedom.md/#excerpt - Rendering Markup: _notes/public/Road to Internet Freedom.md/#excerpt -Post-Convert Hooks: _notes/public/Road to Internet Freedom.md/#excerpt - Rendering: _notes/public/Switch to LineageOS.md - Pre-Render Hooks: _notes/public/Switch to LineageOS.md - Rendering Markup: _notes/public/Switch to LineageOS.md -Post-Convert Hooks: _notes/public/Switch to LineageOS.md - Rendering Layout: _notes/public/Switch to LineageOS.md - Rendering: _notes/public/Stop highlighting start underlining.md - Pre-Render Hooks: _notes/public/Stop highlighting start underlining.md - Rendering Markup: _notes/public/Stop highlighting start underlining.md -Post-Convert Hooks: _notes/public/Stop highlighting start underlining.md - Rendering Layout: _notes/public/Stop highlighting start underlining.md - Rendering: _notes/public/Keys.md - Pre-Render Hooks: _notes/public/Keys.md - Rendering Markup: _notes/public/Keys.md -Post-Convert Hooks: _notes/public/Keys.md - Rendering Layout: _notes/public/Keys.md - Rendering: _notes/public/Keys.md/#excerpt - Pre-Render Hooks: _notes/public/Keys.md/#excerpt - Rendering Markup: _notes/public/Keys.md/#excerpt -Post-Convert Hooks: _notes/public/Keys.md/#excerpt - Rendering: _notes/public/Self debugging app.md - Pre-Render Hooks: _notes/public/Self debugging app.md - Rendering Markup: _notes/public/Self debugging app.md -Post-Convert Hooks: _notes/public/Self debugging app.md - Rendering Layout: _notes/public/Self debugging app.md - Rendering: _notes/public/Notes on Indistractable.md - Pre-Render Hooks: _notes/public/Notes on Indistractable.md - Rendering Markup: _notes/public/Notes on Indistractable.md -Post-Convert Hooks: _notes/public/Notes on Indistractable.md - Rendering Layout: _notes/public/Notes on Indistractable.md - Rendering: _notes/public/Notes on Indistractable.md/#excerpt - Pre-Render Hooks: _notes/public/Notes on Indistractable.md/#excerpt - Rendering Markup: _notes/public/Notes on Indistractable.md/#excerpt -Post-Convert Hooks: _notes/public/Notes on Indistractable.md/#excerpt - Rendering: _notes/public/Reading is enough.md - Pre-Render Hooks: _notes/public/Reading is enough.md - Rendering Markup: _notes/public/Reading is enough.md -Post-Convert Hooks: _notes/public/Reading is enough.md - Rendering Layout: _notes/public/Reading is enough.md - Rendering: _notes/public/Reading is enough.md/#excerpt - Pre-Render Hooks: _notes/public/Reading is enough.md/#excerpt - Rendering Markup: _notes/public/Reading is enough.md/#excerpt -Post-Convert Hooks: _notes/public/Reading is enough.md/#excerpt - Rendering: _notes/public/Timeline development.md - Pre-Render Hooks: _notes/public/Timeline development.md - Rendering Markup: _notes/public/Timeline development.md -Post-Convert Hooks: _notes/public/Timeline development.md - Rendering Layout: _notes/public/Timeline development.md - Rendering: _notes/public/Desk logging.md - Pre-Render Hooks: _notes/public/Desk logging.md - Rendering Markup: _notes/public/Desk logging.md -Post-Convert Hooks: _notes/public/Desk logging.md - Rendering Layout: _notes/public/Desk logging.md - Rendering: _notes/public/Desk logging.md/#excerpt - Pre-Render Hooks: _notes/public/Desk logging.md/#excerpt - Rendering Markup: _notes/public/Desk logging.md/#excerpt -Post-Convert Hooks: _notes/public/Desk logging.md/#excerpt - Rendering: _notes/public/Hebertismo.md - Pre-Render Hooks: _notes/public/Hebertismo.md - Rendering Markup: _notes/public/Hebertismo.md -Post-Convert Hooks: _notes/public/Hebertismo.md - Rendering Layout: _notes/public/Hebertismo.md - Rendering: _notes/public/Hebertismo.md/#excerpt - Pre-Render Hooks: _notes/public/Hebertismo.md/#excerpt - Rendering Markup: _notes/public/Hebertismo.md/#excerpt -Post-Convert Hooks: _notes/public/Hebertismo.md/#excerpt - Rendering: _notes/public/Wait to sing up.md - Pre-Render Hooks: _notes/public/Wait to sing up.md - Rendering Markup: _notes/public/Wait to sing up.md -Post-Convert Hooks: _notes/public/Wait to sing up.md - Rendering Layout: _notes/public/Wait to sing up.md - Rendering: _notes/public/Wait to sing up.md/#excerpt - Pre-Render Hooks: _notes/public/Wait to sing up.md/#excerpt - Rendering Markup: _notes/public/Wait to sing up.md/#excerpt -Post-Convert Hooks: _notes/public/Wait to sing up.md/#excerpt - Rendering: _notes/public/Importing workflow.md - Pre-Render Hooks: _notes/public/Importing workflow.md - Rendering Markup: _notes/public/Importing workflow.md -Post-Convert Hooks: _notes/public/Importing workflow.md - Rendering Layout: _notes/public/Importing workflow.md - Rendering: _notes/public/Quit Google.md - Pre-Render Hooks: _notes/public/Quit Google.md - Rendering Markup: _notes/public/Quit Google.md -Post-Convert Hooks: _notes/public/Quit Google.md - Rendering Layout: _notes/public/Quit Google.md - Rendering: _notes/public/Monotasking.md - Pre-Render Hooks: _notes/public/Monotasking.md - Rendering Markup: _notes/public/Monotasking.md -Post-Convert Hooks: _notes/public/Monotasking.md - Rendering Layout: _notes/public/Monotasking.md - Rendering: _notes/public/Monotasking.md/#excerpt - Pre-Render Hooks: _notes/public/Monotasking.md/#excerpt - Rendering Markup: _notes/public/Monotasking.md/#excerpt -Post-Convert Hooks: _notes/public/Monotasking.md/#excerpt - Rendering: _notes/public/Storage.md - Pre-Render Hooks: _notes/public/Storage.md - Rendering Markup: _notes/public/Storage.md -Post-Convert Hooks: _notes/public/Storage.md - Rendering Layout: _notes/public/Storage.md - Rendering: _notes/public/Ode to plain text.md - Pre-Render Hooks: _notes/public/Ode to plain text.md - Rendering Markup: _notes/public/Ode to plain text.md -Post-Convert Hooks: _notes/public/Ode to plain text.md - Rendering Layout: _notes/public/Ode to plain text.md - Rendering: _notes/public/Ode to plain text.md/#excerpt - Pre-Render Hooks: _notes/public/Ode to plain text.md/#excerpt - Rendering Markup: _notes/public/Ode to plain text.md/#excerpt -Post-Convert Hooks: _notes/public/Ode to plain text.md/#excerpt - Rendering: _notes/public/Explanations.md - Pre-Render Hooks: _notes/public/Explanations.md - Rendering Markup: _notes/public/Explanations.md -Post-Convert Hooks: _notes/public/Explanations.md - Rendering Layout: _notes/public/Explanations.md - Rendering: _notes/public/RSSify.md - Pre-Render Hooks: _notes/public/RSSify.md - Rendering Markup: _notes/public/RSSify.md -Post-Convert Hooks: _notes/public/RSSify.md - Rendering Layout: _notes/public/RSSify.md - Rendering: _notes/public/The Picture of Dorian Gray.md - Pre-Render Hooks: _notes/public/The Picture of Dorian Gray.md - Rendering Markup: _notes/public/The Picture of Dorian Gray.md -Post-Convert Hooks: _notes/public/The Picture of Dorian Gray.md - Rendering Layout: _notes/public/The Picture of Dorian Gray.md - Rendering: _notes/public/The Picture of Dorian Gray.md/#excerpt - Pre-Render Hooks: _notes/public/The Picture of Dorian Gray.md/#excerpt - Rendering Markup: _notes/public/The Picture of Dorian Gray.md/#excerpt -Post-Convert Hooks: _notes/public/The Picture of Dorian Gray.md/#excerpt - Rendering: _notes/public/Jekyll sidenotes.md - Pre-Render Hooks: _notes/public/Jekyll sidenotes.md - Rendering Markup: _notes/public/Jekyll sidenotes.md -Post-Convert Hooks: _notes/public/Jekyll sidenotes.md - Rendering Layout: _notes/public/Jekyll sidenotes.md - Rendering: _notes/public/Quit Mailchimp.md - Pre-Render Hooks: _notes/public/Quit Mailchimp.md - Rendering Markup: _notes/public/Quit Mailchimp.md -Post-Convert Hooks: _notes/public/Quit Mailchimp.md - Rendering Layout: _notes/public/Quit Mailchimp.md - Rendering: _notes/public/Website log.md - Pre-Render Hooks: _notes/public/Website log.md - Rendering Liquid: _notes/public/Website log.md - Rendering Markup: _notes/public/Website log.md -Post-Convert Hooks: _notes/public/Website log.md - Rendering Layout: _notes/public/Website log.md - Rendering: _notes/public/Hotkeys.md - Pre-Render Hooks: _notes/public/Hotkeys.md - Rendering Markup: _notes/public/Hotkeys.md -Post-Convert Hooks: _notes/public/Hotkeys.md - Rendering Layout: _notes/public/Hotkeys.md - Rendering: _notes/public/Leggere.md - Pre-Render Hooks: _notes/public/Leggere.md - Rendering Markup: _notes/public/Leggere.md -Post-Convert Hooks: _notes/public/Leggere.md - Rendering Layout: _notes/public/Leggere.md - Rendering: _notes/public/Music.md - Pre-Render Hooks: _notes/public/Music.md - Rendering Markup: _notes/public/Music.md -Post-Convert Hooks: _notes/public/Music.md - Rendering Layout: _notes/public/Music.md - Rendering: _notes/public/My name is on Mars.md - Pre-Render Hooks: _notes/public/My name is on Mars.md - Rendering Liquid: _notes/public/My name is on Mars.md - Rendering Markup: _notes/public/My name is on Mars.md -Post-Convert Hooks: _notes/public/My name is on Mars.md - Rendering Layout: _notes/public/My name is on Mars.md - Rendering: _notes/public/Indie Web.md - Pre-Render Hooks: _notes/public/Indie Web.md - Rendering Markup: _notes/public/Indie Web.md -Post-Convert Hooks: _notes/public/Indie Web.md - Rendering Layout: _notes/public/Indie Web.md - Rendering: _notes/public/Linuxplosion.md - Pre-Render Hooks: _notes/public/Linuxplosion.md - Rendering Markup: _notes/public/Linuxplosion.md -Post-Convert Hooks: _notes/public/Linuxplosion.md - Rendering Layout: _notes/public/Linuxplosion.md - Rendering: _notes/public/Switch to Darktable.md - Pre-Render Hooks: _notes/public/Switch to Darktable.md - Rendering Markup: _notes/public/Switch to Darktable.md -Post-Convert Hooks: _notes/public/Switch to Darktable.md - Rendering Layout: _notes/public/Switch to Darktable.md - Rendering: _notes/public/Quit IMDb.md - Pre-Render Hooks: _notes/public/Quit IMDb.md - Rendering Markup: _notes/public/Quit IMDb.md -Post-Convert Hooks: _notes/public/Quit IMDb.md - Rendering Layout: _notes/public/Quit IMDb.md - Rendering: _notes/public/Docker Server Setup.md - Pre-Render Hooks: _notes/public/Docker Server Setup.md - Rendering Markup: _notes/public/Docker Server Setup.md -Post-Convert Hooks: _notes/public/Docker Server Setup.md - Rendering Layout: _notes/public/Docker Server Setup.md - Rendering: _notes/public/Al Canton.md - Pre-Render Hooks: _notes/public/Al Canton.md - Rendering Markup: _notes/public/Al Canton.md -Post-Convert Hooks: _notes/public/Al Canton.md - Rendering Layout: _notes/public/Al Canton.md - Rendering: _notes/public/Al Canton.md/#excerpt - Pre-Render Hooks: _notes/public/Al Canton.md/#excerpt - Rendering Markup: _notes/public/Al Canton.md/#excerpt -Post-Convert Hooks: _notes/public/Al Canton.md/#excerpt - Rendering: _notes/public/Il Cubo.md - Pre-Render Hooks: _notes/public/Il Cubo.md - Rendering Markup: _notes/public/Il Cubo.md -Post-Convert Hooks: _notes/public/Il Cubo.md - Rendering Layout: _notes/public/Il Cubo.md - Rendering: _notes/public/Il Cubo.md/#excerpt - Pre-Render Hooks: _notes/public/Il Cubo.md/#excerpt - Rendering Markup: _notes/public/Il Cubo.md/#excerpt -Post-Convert Hooks: _notes/public/Il Cubo.md/#excerpt - Rendering: _notes/public/Obsidian.md - Pre-Render Hooks: _notes/public/Obsidian.md - Rendering Markup: _notes/public/Obsidian.md -Post-Convert Hooks: _notes/public/Obsidian.md - Rendering Layout: _notes/public/Obsidian.md - Rendering: _notes/public/Cubbit.md - Pre-Render Hooks: _notes/public/Cubbit.md - Rendering Markup: _notes/public/Cubbit.md -Post-Convert Hooks: _notes/public/Cubbit.md - Rendering Layout: _notes/public/Cubbit.md - Rendering: _notes/public/Referral links.md - Pre-Render Hooks: _notes/public/Referral links.md - Rendering Markup: _notes/public/Referral links.md -Post-Convert Hooks: _notes/public/Referral links.md - Rendering Layout: _notes/public/Referral links.md - Rendering: _notes/public/Being a self editor.md - Pre-Render Hooks: _notes/public/Being a self editor.md - Rendering Markup: _notes/public/Being a self editor.md -Post-Convert Hooks: _notes/public/Being a self editor.md - Rendering Layout: _notes/public/Being a self editor.md - Rendering: _notes/public/Translate.md - Pre-Render Hooks: _notes/public/Translate.md - Rendering Markup: _notes/public/Translate.md -Post-Convert Hooks: _notes/public/Translate.md - Rendering Layout: _notes/public/Translate.md - Rendering: _notes/public/Politics.md - Pre-Render Hooks: _notes/public/Politics.md - Rendering Markup: _notes/public/Politics.md -Post-Convert Hooks: _notes/public/Politics.md - Rendering Layout: _notes/public/Politics.md - Rendering: _notes/public/Ricostruzione della perdita di memoria virtuale.md - Pre-Render Hooks: _notes/public/Ricostruzione della perdita di memoria virtuale.md - Rendering Markup: _notes/public/Ricostruzione della perdita di memoria virtuale.md -Post-Convert Hooks: _notes/public/Ricostruzione della perdita di memoria virtuale.md - Rendering Layout: _notes/public/Ricostruzione della perdita di memoria virtuale.md - Rendering: _notes/public/Xplosion Music Extended.md - Pre-Render Hooks: _notes/public/Xplosion Music Extended.md - Rendering Markup: _notes/public/Xplosion Music Extended.md -Post-Convert Hooks: _notes/public/Xplosion Music Extended.md - Rendering Layout: _notes/public/Xplosion Music Extended.md - Rendering: _notes/public/Playlists.md - Pre-Render Hooks: _notes/public/Playlists.md - Rendering Markup: _notes/public/Playlists.md -Post-Convert Hooks: _notes/public/Playlists.md - Rendering Layout: _notes/public/Playlists.md - Rendering: _notes/public/Metamusic.md - Pre-Render Hooks: _notes/public/Metamusic.md - Rendering Markup: _notes/public/Metamusic.md -Post-Convert Hooks: _notes/public/Metamusic.md - Rendering Layout: _notes/public/Metamusic.md - Rendering: _notes/public/Classical Xplosion.md - Pre-Render Hooks: _notes/public/Classical Xplosion.md - Rendering Markup: _notes/public/Classical Xplosion.md -Post-Convert Hooks: _notes/public/Classical Xplosion.md - Rendering Layout: _notes/public/Classical Xplosion.md - Rendering: _notes/public/Screen empathy.md - Pre-Render Hooks: _notes/public/Screen empathy.md - Rendering Markup: _notes/public/Screen empathy.md -Post-Convert Hooks: _notes/public/Screen empathy.md - Rendering Layout: _notes/public/Screen empathy.md - Rendering: _notes/public/MacOS Apps.md - Pre-Render Hooks: _notes/public/MacOS Apps.md - Rendering Markup: _notes/public/MacOS Apps.md -Post-Convert Hooks: _notes/public/MacOS Apps.md - Rendering Layout: _notes/public/MacOS Apps.md - Rendering: _notes/public/iOS Apps.md - Pre-Render Hooks: _notes/public/iOS Apps.md - Rendering Markup: _notes/public/iOS Apps.md -Post-Convert Hooks: _notes/public/iOS Apps.md - Rendering Layout: _notes/public/iOS Apps.md - Rendering: _notes/public/Android Apps.md - Pre-Render Hooks: _notes/public/Android Apps.md - Rendering Markup: _notes/public/Android Apps.md -Post-Convert Hooks: _notes/public/Android Apps.md - Rendering Layout: _notes/public/Android Apps.md - Rendering: _notes/public/Android Apps.md/#excerpt - Pre-Render Hooks: _notes/public/Android Apps.md/#excerpt - Rendering Markup: _notes/public/Android Apps.md/#excerpt -Post-Convert Hooks: _notes/public/Android Apps.md/#excerpt - Rendering: _notes/public/Conoscere il mondo dall’alto.md - Pre-Render Hooks: _notes/public/Conoscere il mondo dall’alto.md - Rendering Markup: _notes/public/Conoscere il mondo dall’alto.md -Post-Convert Hooks: _notes/public/Conoscere il mondo dall’alto.md - Rendering Layout: _notes/public/Conoscere il mondo dall’alto.md - Rendering: _notes/public/Conoscere il mondo dall’alto.md/#excerpt - Pre-Render Hooks: _notes/public/Conoscere il mondo dall’alto.md/#excerpt - Rendering Markup: _notes/public/Conoscere il mondo dall’alto.md/#excerpt -Post-Convert Hooks: _notes/public/Conoscere il mondo dall’alto.md/#excerpt - Rendering: _notes/public/Recorder.md - Pre-Render Hooks: _notes/public/Recorder.md - Rendering Markup: _notes/public/Recorder.md -Post-Convert Hooks: _notes/public/Recorder.md - Rendering Layout: _notes/public/Recorder.md - Rendering: _notes/public/Lost.md - Pre-Render Hooks: _notes/public/Lost.md - Rendering Markup: _notes/public/Lost.md -Post-Convert Hooks: _notes/public/Lost.md - Rendering Layout: _notes/public/Lost.md - Rendering: _notes/public/Bipolarity.md - Pre-Render Hooks: _notes/public/Bipolarity.md - Rendering Markup: _notes/public/Bipolarity.md -Post-Convert Hooks: _notes/public/Bipolarity.md - Rendering Layout: _notes/public/Bipolarity.md - Rendering: _notes/public/Bipolarity.md/#excerpt - Pre-Render Hooks: _notes/public/Bipolarity.md/#excerpt - Rendering Markup: _notes/public/Bipolarity.md/#excerpt -Post-Convert Hooks: _notes/public/Bipolarity.md/#excerpt - Rendering: _notes/public/Gli ultimi quindici minuti di The Newsroom.md - Pre-Render Hooks: _notes/public/Gli ultimi quindici minuti di The Newsroom.md - Rendering Markup: _notes/public/Gli ultimi quindici minuti di The Newsroom.md -Post-Convert Hooks: _notes/public/Gli ultimi quindici minuti di The Newsroom.md - Rendering Layout: _notes/public/Gli ultimi quindici minuti di The Newsroom.md - Rendering: _notes/public/Gli ultimi quindici minuti di The Newsroom.md/#excerpt - Pre-Render Hooks: _notes/public/Gli ultimi quindici minuti di The Newsroom.md/#excerpt - Rendering Markup: _notes/public/Gli ultimi quindici minuti di The Newsroom.md/#excerpt -Post-Convert Hooks: _notes/public/Gli ultimi quindici minuti di The Newsroom.md/#excerpt - Rendering: _notes/public/Web Typography.md - Pre-Render Hooks: _notes/public/Web Typography.md - Rendering Markup: _notes/public/Web Typography.md -Post-Convert Hooks: _notes/public/Web Typography.md - Rendering Layout: _notes/public/Web Typography.md - Rendering: _notes/public/New York.md - Pre-Render Hooks: _notes/public/New York.md - Rendering Markup: _notes/public/New York.md -Post-Convert Hooks: _notes/public/New York.md - Rendering Layout: _notes/public/New York.md - Rendering: _notes/public/Light.md - Pre-Render Hooks: _notes/public/Light.md - Rendering Markup: _notes/public/Light.md -Post-Convert Hooks: _notes/public/Light.md - Rendering Layout: _notes/public/Light.md - Rendering: _notes/public/Permanent HTML.md - Pre-Render Hooks: _notes/public/Permanent HTML.md - Rendering Markup: _notes/public/Permanent HTML.md -Post-Convert Hooks: _notes/public/Permanent HTML.md - Rendering Layout: _notes/public/Permanent HTML.md - Rendering: _notes/public/Universal HTML.md - Pre-Render Hooks: _notes/public/Universal HTML.md - Rendering Markup: _notes/public/Universal HTML.md -Post-Convert Hooks: _notes/public/Universal HTML.md - Rendering Layout: _notes/public/Universal HTML.md - Rendering: _notes/public/Living.md - Pre-Render Hooks: _notes/public/Living.md - Rendering Markup: _notes/public/Living.md -Post-Convert Hooks: _notes/public/Living.md - Rendering Layout: _notes/public/Living.md - Rendering: _notes/public/Living.md/#excerpt - Pre-Render Hooks: _notes/public/Living.md/#excerpt - Rendering Markup: _notes/public/Living.md/#excerpt -Post-Convert Hooks: _notes/public/Living.md/#excerpt - Rendering: _notes/public/Relationship with technology.md - Pre-Render Hooks: _notes/public/Relationship with technology.md - Rendering Markup: _notes/public/Relationship with technology.md -Post-Convert Hooks: _notes/public/Relationship with technology.md - Rendering Layout: _notes/public/Relationship with technology.md - Rendering: _notes/public/Relationship with technology.md/#excerpt - Pre-Render Hooks: _notes/public/Relationship with technology.md/#excerpt - Rendering Markup: _notes/public/Relationship with technology.md/#excerpt -Post-Convert Hooks: _notes/public/Relationship with technology.md/#excerpt - Rendering: _notes/public/Biografie.md - Pre-Render Hooks: _notes/public/Biografie.md - Rendering Liquid: _notes/public/Biografie.md - Rendering Markup: _notes/public/Biografie.md -Post-Convert Hooks: _notes/public/Biografie.md - Rendering Layout: _notes/public/Biografie.md - Rendering: _notes/public/Scrivere.md - Pre-Render Hooks: _notes/public/Scrivere.md - Rendering Markup: _notes/public/Scrivere.md -Post-Convert Hooks: _notes/public/Scrivere.md - Rendering Layout: _notes/public/Scrivere.md - Rendering: _notes/public/Minimalizing.md - Pre-Render Hooks: _notes/public/Minimalizing.md - Rendering Markup: _notes/public/Minimalizing.md -Post-Convert Hooks: _notes/public/Minimalizing.md - Rendering Layout: _notes/public/Minimalizing.md - Rendering: _notes/public/Communism.md - Pre-Render Hooks: _notes/public/Communism.md - Rendering Markup: _notes/public/Communism.md -Post-Convert Hooks: _notes/public/Communism.md - Rendering Layout: _notes/public/Communism.md - Rendering: _notes/public/Communism.md/#excerpt - Pre-Render Hooks: _notes/public/Communism.md/#excerpt - Rendering Markup: _notes/public/Communism.md/#excerpt -Post-Convert Hooks: _notes/public/Communism.md/#excerpt - Rendering: _notes/public/Vim.md - Pre-Render Hooks: _notes/public/Vim.md - Rendering Markup: _notes/public/Vim.md -Post-Convert Hooks: _notes/public/Vim.md - Rendering Layout: _notes/public/Vim.md - Rendering: _notes/public/Data.md - Pre-Render Hooks: _notes/public/Data.md - Rendering Markup: _notes/public/Data.md -Post-Convert Hooks: _notes/public/Data.md - Rendering Layout: _notes/public/Data.md - Rendering: _notes/public/VNC.md - Pre-Render Hooks: _notes/public/VNC.md - Rendering Liquid: _notes/public/VNC.md - Rendering Markup: _notes/public/VNC.md -Post-Convert Hooks: _notes/public/VNC.md - Rendering Layout: _notes/public/VNC.md - Rendering: _notes/public/Scripts.md - Pre-Render Hooks: _notes/public/Scripts.md - Rendering Markup: _notes/public/Scripts.md -Post-Convert Hooks: _notes/public/Scripts.md - Rendering Layout: _notes/public/Scripts.md - Rendering: _notes/public/Scripts.md/#excerpt - Pre-Render Hooks: _notes/public/Scripts.md/#excerpt - Rendering Markup: _notes/public/Scripts.md/#excerpt -Post-Convert Hooks: _notes/public/Scripts.md/#excerpt - Rendering: _notes/public/Chi sono.md - Pre-Render Hooks: _notes/public/Chi sono.md - Rendering Liquid: _notes/public/Chi sono.md - Rendering Markup: _notes/public/Chi sono.md -Post-Convert Hooks: _notes/public/Chi sono.md - Rendering Layout: _notes/public/Chi sono.md - Rendering: _notes/public/Pandoc.md - Pre-Render Hooks: _notes/public/Pandoc.md - Rendering Markup: _notes/public/Pandoc.md -Post-Convert Hooks: _notes/public/Pandoc.md - Rendering Layout: _notes/public/Pandoc.md - Rendering: _notes/public/Exiftool.md - Pre-Render Hooks: _notes/public/Exiftool.md - Rendering Markup: _notes/public/Exiftool.md -Post-Convert Hooks: _notes/public/Exiftool.md - Rendering Layout: _notes/public/Exiftool.md - Rendering: _notes/public/Exiftool.md/#excerpt - Pre-Render Hooks: _notes/public/Exiftool.md/#excerpt - Rendering Markup: _notes/public/Exiftool.md/#excerpt -Post-Convert Hooks: _notes/public/Exiftool.md/#excerpt - Rendering: _notes/public/PhotoSync.md - Pre-Render Hooks: _notes/public/PhotoSync.md - Rendering Markup: _notes/public/PhotoSync.md -Post-Convert Hooks: _notes/public/PhotoSync.md - Rendering Layout: _notes/public/PhotoSync.md - Rendering: _notes/public/Switch to Linux.md - Pre-Render Hooks: _notes/public/Switch to Linux.md - Rendering Markup: _notes/public/Switch to Linux.md -Post-Convert Hooks: _notes/public/Switch to Linux.md - Rendering Layout: _notes/public/Switch to Linux.md - Rendering: _notes/public/Cron Jobs.md - Pre-Render Hooks: _notes/public/Cron Jobs.md - Rendering Markup: _notes/public/Cron Jobs.md -Post-Convert Hooks: _notes/public/Cron Jobs.md - Rendering Layout: _notes/public/Cron Jobs.md - Rendering: _notes/public/JavaScript.md - Pre-Render Hooks: _notes/public/JavaScript.md - Rendering Markup: _notes/public/JavaScript.md -Post-Convert Hooks: _notes/public/JavaScript.md - Rendering Layout: _notes/public/JavaScript.md - Rendering: _notes/public/Bash.md - Pre-Render Hooks: _notes/public/Bash.md - Rendering Markup: _notes/public/Bash.md -Post-Convert Hooks: _notes/public/Bash.md - Rendering Layout: _notes/public/Bash.md - Rendering: _notes/public/Python.md - Pre-Render Hooks: _notes/public/Python.md - Rendering Markup: _notes/public/Python.md -Post-Convert Hooks: _notes/public/Python.md - Rendering Layout: _notes/public/Python.md - Rendering: _notes/public/git.md - Pre-Render Hooks: _notes/public/git.md - Rendering Markup: _notes/public/git.md -Post-Convert Hooks: _notes/public/git.md - Rendering Layout: _notes/public/git.md - Rendering: _notes/public/CSVfication.md - Pre-Render Hooks: _notes/public/CSVfication.md - Rendering Markup: _notes/public/CSVfication.md -Post-Convert Hooks: _notes/public/CSVfication.md - Rendering Layout: _notes/public/CSVfication.md - Rendering: _notes/public/Linux apps.md - Pre-Render Hooks: _notes/public/Linux apps.md - Rendering Markup: _notes/public/Linux apps.md -Post-Convert Hooks: _notes/public/Linux apps.md - Rendering Layout: _notes/public/Linux apps.md - Rendering: _notes/public/LaTeX.md - Pre-Render Hooks: _notes/public/LaTeX.md - Rendering Markup: _notes/public/LaTeX.md -Post-Convert Hooks: _notes/public/LaTeX.md - Rendering Layout: _notes/public/LaTeX.md - Rendering: _notes/public/Politics ideas.md - Pre-Render Hooks: _notes/public/Politics ideas.md - Rendering Markup: _notes/public/Politics ideas.md -Post-Convert Hooks: _notes/public/Politics ideas.md - Rendering Layout: _notes/public/Politics ideas.md - Rendering: _notes/public/Nomi.md - Pre-Render Hooks: _notes/public/Nomi.md - Rendering Markup: _notes/public/Nomi.md -Post-Convert Hooks: _notes/public/Nomi.md - Rendering Layout: _notes/public/Nomi.md - Rendering: _notes/public/OpenStreetMap.md - Pre-Render Hooks: _notes/public/OpenStreetMap.md - Rendering Markup: _notes/public/OpenStreetMap.md -Post-Convert Hooks: _notes/public/OpenStreetMap.md - Rendering Layout: _notes/public/OpenStreetMap.md - Rendering: _notes/public/dotfiles.md - Pre-Render Hooks: _notes/public/dotfiles.md - Rendering Markup: _notes/public/dotfiles.md -Post-Convert Hooks: _notes/public/dotfiles.md - Rendering Layout: _notes/public/dotfiles.md - Rendering: _notes/public/dotfiles.md/#excerpt - Pre-Render Hooks: _notes/public/dotfiles.md/#excerpt - Rendering Markup: _notes/public/dotfiles.md/#excerpt -Post-Convert Hooks: _notes/public/dotfiles.md/#excerpt - Rendering: _notes/public/VeUMEU 2021.md - Pre-Render Hooks: _notes/public/VeUMEU 2021.md - Rendering Markup: _notes/public/VeUMEU 2021.md -Post-Convert Hooks: _notes/public/VeUMEU 2021.md - Rendering Layout: _notes/public/VeUMEU 2021.md - Rendering: _notes/public/Brave.md - Pre-Render Hooks: _notes/public/Brave.md - Rendering Markup: _notes/public/Brave.md -Post-Convert Hooks: _notes/public/Brave.md - Rendering Layout: _notes/public/Brave.md - Rendering: _notes/public/FFMPEG.md - Pre-Render Hooks: _notes/public/FFMPEG.md - Rendering Markup: _notes/public/FFMPEG.md -Post-Convert Hooks: _notes/public/FFMPEG.md - Rendering Layout: _notes/public/FFMPEG.md - Rendering: _notes/public/Perché Signal.md - Pre-Render Hooks: _notes/public/Perché Signal.md - Rendering Markup: _notes/public/Perché Signal.md -Post-Convert Hooks: _notes/public/Perché Signal.md - Rendering Layout: _notes/public/Perché Signal.md - Rendering: _notes/public/Brillo Parlante.md - Pre-Render Hooks: _notes/public/Brillo Parlante.md - Rendering Markup: _notes/public/Brillo Parlante.md -Post-Convert Hooks: _notes/public/Brillo Parlante.md - Rendering Layout: _notes/public/Brillo Parlante.md - Rendering: _notes/public/Brillo Parlante.md/#excerpt - Pre-Render Hooks: _notes/public/Brillo Parlante.md/#excerpt - Rendering Markup: _notes/public/Brillo Parlante.md/#excerpt -Post-Convert Hooks: _notes/public/Brillo Parlante.md/#excerpt - Rendering: _notes/public/Drunch.md - Pre-Render Hooks: _notes/public/Drunch.md - Rendering Liquid: _notes/public/Drunch.md - Rendering Markup: _notes/public/Drunch.md -Post-Convert Hooks: _notes/public/Drunch.md - Rendering Layout: _notes/public/Drunch.md - Rendering: _notes/public/Drunch.md/#excerpt - Pre-Render Hooks: _notes/public/Drunch.md/#excerpt - Rendering Markup: _notes/public/Drunch.md/#excerpt -Post-Convert Hooks: _notes/public/Drunch.md/#excerpt - Rendering: _notes/public/Gianna.md - Pre-Render Hooks: _notes/public/Gianna.md - Rendering Markup: _notes/public/Gianna.md -Post-Convert Hooks: _notes/public/Gianna.md - Rendering Layout: _notes/public/Gianna.md - Rendering: _notes/public/Xplosion Attic.md - Pre-Render Hooks: _notes/public/Xplosion Attic.md - Rendering Markup: _notes/public/Xplosion Attic.md -Post-Convert Hooks: _notes/public/Xplosion Attic.md - Rendering Layout: _notes/public/Xplosion Attic.md - Rendering: _notes/public/Xplosion Attic.md/#excerpt - Pre-Render Hooks: _notes/public/Xplosion Attic.md/#excerpt - Rendering Markup: _notes/public/Xplosion Attic.md/#excerpt -Post-Convert Hooks: _notes/public/Xplosion Attic.md/#excerpt - Rendering: _notes/public/Aida.md - Pre-Render Hooks: _notes/public/Aida.md - Rendering Markup: _notes/public/Aida.md -Post-Convert Hooks: _notes/public/Aida.md - Rendering Layout: _notes/public/Aida.md - Rendering: _notes/Monthly log checklist.md - Pre-Render Hooks: _notes/Monthly log checklist.md - Rendering Markup: _notes/Monthly log checklist.md -Post-Convert Hooks: _notes/Monthly log checklist.md - Rendering Layout: _notes/Monthly log checklist.md - Rendering: _filinge/2020-03-20-STEP01.md - Pre-Render Hooks: _filinge/2020-03-20-STEP01.md - Rendering Markup: _filinge/2020-03-20-STEP01.md -Post-Convert Hooks: _filinge/2020-03-20-STEP01.md - Rendering Layout: _filinge/2020-03-20-STEP01.md - Rendering: _filinge/2020-03-20-STEP01.md/#excerpt - Pre-Render Hooks: _filinge/2020-03-20-STEP01.md/#excerpt - Rendering Markup: _filinge/2020-03-20-STEP01.md/#excerpt -Post-Convert Hooks: _filinge/2020-03-20-STEP01.md/#excerpt - Rendering: _filinge/2020-03-24-STEP03.md - Pre-Render Hooks: _filinge/2020-03-24-STEP03.md - Rendering Markup: _filinge/2020-03-24-STEP03.md -Post-Convert Hooks: _filinge/2020-03-24-STEP03.md - Rendering Layout: _filinge/2020-03-24-STEP03.md - Rendering: _filinge/2020-03-24-STEP03.md/#excerpt - Pre-Render Hooks: _filinge/2020-03-24-STEP03.md/#excerpt - Rendering Markup: _filinge/2020-03-24-STEP03.md/#excerpt -Post-Convert Hooks: _filinge/2020-03-24-STEP03.md/#excerpt - Rendering: _filinge/2020-03-29-STEP02-STEP04.md - Pre-Render Hooks: _filinge/2020-03-29-STEP02-STEP04.md - Rendering Markup: _filinge/2020-03-29-STEP02-STEP04.md -Post-Convert Hooks: _filinge/2020-03-29-STEP02-STEP04.md - Rendering Layout: _filinge/2020-03-29-STEP02-STEP04.md - Rendering: _filinge/2020-03-29-STEP02-STEP04.md/#excerpt - Pre-Render Hooks: _filinge/2020-03-29-STEP02-STEP04.md/#excerpt - Rendering Markup: _filinge/2020-03-29-STEP02-STEP04.md/#excerpt -Post-Convert Hooks: _filinge/2020-03-29-STEP02-STEP04.md/#excerpt - Rendering: _filinge/2020-04-04-STEP05.md - Pre-Render Hooks: _filinge/2020-04-04-STEP05.md - Rendering Markup: _filinge/2020-04-04-STEP05.md -Post-Convert Hooks: _filinge/2020-04-04-STEP05.md - Rendering Layout: _filinge/2020-04-04-STEP05.md - Rendering: _filinge/2020-04-04-STEP05.md/#excerpt - Pre-Render Hooks: _filinge/2020-04-04-STEP05.md/#excerpt - Rendering Markup: _filinge/2020-04-04-STEP05.md/#excerpt -Post-Convert Hooks: _filinge/2020-04-04-STEP05.md/#excerpt - Rendering: _filinge/2020-04-04-STEP06.md - Pre-Render Hooks: _filinge/2020-04-04-STEP06.md - Rendering Markup: _filinge/2020-04-04-STEP06.md -Post-Convert Hooks: _filinge/2020-04-04-STEP06.md - Rendering Layout: _filinge/2020-04-04-STEP06.md - Rendering: _filinge/2020-04-04-STEP06.md/#excerpt - Pre-Render Hooks: _filinge/2020-04-04-STEP06.md/#excerpt - Rendering Markup: _filinge/2020-04-04-STEP06.md/#excerpt -Post-Convert Hooks: _filinge/2020-04-04-STEP06.md/#excerpt - Rendering: _filinge/2020-04-05-STEP07.md - Pre-Render Hooks: _filinge/2020-04-05-STEP07.md - Rendering Markup: _filinge/2020-04-05-STEP07.md -Post-Convert Hooks: _filinge/2020-04-05-STEP07.md - Rendering Layout: _filinge/2020-04-05-STEP07.md - Rendering: _filinge/2020-04-05-STEP07.md/#excerpt - Pre-Render Hooks: _filinge/2020-04-05-STEP07.md/#excerpt - Rendering Markup: _filinge/2020-04-05-STEP07.md/#excerpt -Post-Convert Hooks: _filinge/2020-04-05-STEP07.md/#excerpt - Rendering: _filinge/2020-04-21-STEP08.md - Pre-Render Hooks: _filinge/2020-04-21-STEP08.md - Rendering Markup: _filinge/2020-04-21-STEP08.md -Post-Convert Hooks: _filinge/2020-04-21-STEP08.md - Rendering Layout: _filinge/2020-04-21-STEP08.md - Rendering: _filinge/2020-04-21-STEP08.md/#excerpt - Pre-Render Hooks: _filinge/2020-04-21-STEP08.md/#excerpt - Rendering Markup: _filinge/2020-04-21-STEP08.md/#excerpt -Post-Convert Hooks: _filinge/2020-04-21-STEP08.md/#excerpt - Rendering: _filinge/2020-04-21-STEP09.md - Pre-Render Hooks: _filinge/2020-04-21-STEP09.md - Rendering Markup: _filinge/2020-04-21-STEP09.md -Post-Convert Hooks: _filinge/2020-04-21-STEP09.md - Rendering Layout: _filinge/2020-04-21-STEP09.md - Rendering: _filinge/2020-04-21-STEP09.md/#excerpt - Pre-Render Hooks: _filinge/2020-04-21-STEP09.md/#excerpt - Rendering Markup: _filinge/2020-04-21-STEP09.md/#excerpt -Post-Convert Hooks: _filinge/2020-04-21-STEP09.md/#excerpt - Rendering: _filinge/2020-04-22-STEP10.md - Pre-Render Hooks: _filinge/2020-04-22-STEP10.md - Rendering Markup: _filinge/2020-04-22-STEP10.md -Post-Convert Hooks: _filinge/2020-04-22-STEP10.md - Rendering Layout: _filinge/2020-04-22-STEP10.md - Rendering: _filinge/2020-04-22-STEP10.md/#excerpt - Pre-Render Hooks: _filinge/2020-04-22-STEP10.md/#excerpt - Rendering Markup: _filinge/2020-04-22-STEP10.md/#excerpt -Post-Convert Hooks: _filinge/2020-04-22-STEP10.md/#excerpt - Rendering: _filinge/2020-04-26-STEP11.md - Pre-Render Hooks: _filinge/2020-04-26-STEP11.md - Rendering Markup: _filinge/2020-04-26-STEP11.md -Post-Convert Hooks: _filinge/2020-04-26-STEP11.md - Rendering Layout: _filinge/2020-04-26-STEP11.md - Rendering: _filinge/2020-04-26-STEP11.md/#excerpt - Pre-Render Hooks: _filinge/2020-04-26-STEP11.md/#excerpt - Rendering Markup: _filinge/2020-04-26-STEP11.md/#excerpt -Post-Convert Hooks: _filinge/2020-04-26-STEP11.md/#excerpt - Rendering: _filinge/2020-05-02-STEP12.md - Pre-Render Hooks: _filinge/2020-05-02-STEP12.md - Rendering Markup: _filinge/2020-05-02-STEP12.md -Post-Convert Hooks: _filinge/2020-05-02-STEP12.md - Rendering Layout: _filinge/2020-05-02-STEP12.md - Rendering: _filinge/2020-05-02-STEP12.md/#excerpt - Pre-Render Hooks: _filinge/2020-05-02-STEP12.md/#excerpt - Rendering Markup: _filinge/2020-05-02-STEP12.md/#excerpt -Post-Convert Hooks: _filinge/2020-05-02-STEP12.md/#excerpt - Rendering: _filinge/2020-05-10-STEP13.md - Pre-Render Hooks: _filinge/2020-05-10-STEP13.md - Rendering Markup: _filinge/2020-05-10-STEP13.md -Post-Convert Hooks: _filinge/2020-05-10-STEP13.md - Rendering Layout: _filinge/2020-05-10-STEP13.md - Rendering: _filinge/2020-05-10-STEP13.md/#excerpt - Pre-Render Hooks: _filinge/2020-05-10-STEP13.md/#excerpt - Rendering Markup: _filinge/2020-05-10-STEP13.md/#excerpt -Post-Convert Hooks: _filinge/2020-05-10-STEP13.md/#excerpt - Rendering: _filinge/2020-05-14-STEP14.md - Pre-Render Hooks: _filinge/2020-05-14-STEP14.md - Rendering Markup: _filinge/2020-05-14-STEP14.md -Post-Convert Hooks: _filinge/2020-05-14-STEP14.md - Rendering Layout: _filinge/2020-05-14-STEP14.md - Rendering: _filinge/2020-05-14-STEP14.md/#excerpt - Pre-Render Hooks: _filinge/2020-05-14-STEP14.md/#excerpt - Rendering Markup: _filinge/2020-05-14-STEP14.md/#excerpt -Post-Convert Hooks: _filinge/2020-05-14-STEP14.md/#excerpt - Rendering: _filinge/2020-05-16-STEP15.md - Pre-Render Hooks: _filinge/2020-05-16-STEP15.md - Rendering Markup: _filinge/2020-05-16-STEP15.md -Post-Convert Hooks: _filinge/2020-05-16-STEP15.md - Rendering Layout: _filinge/2020-05-16-STEP15.md - Rendering: _filinge/2020-05-16-STEP15.md/#excerpt - Pre-Render Hooks: _filinge/2020-05-16-STEP15.md/#excerpt - Rendering Markup: _filinge/2020-05-16-STEP15.md/#excerpt -Post-Convert Hooks: _filinge/2020-05-16-STEP15.md/#excerpt - Rendering: _filinge/2020-05-16-STEP16.md - Pre-Render Hooks: _filinge/2020-05-16-STEP16.md - Rendering Markup: _filinge/2020-05-16-STEP16.md -Post-Convert Hooks: _filinge/2020-05-16-STEP16.md - Rendering Layout: _filinge/2020-05-16-STEP16.md - Rendering: _filinge/2020-05-16-STEP16.md/#excerpt - Pre-Render Hooks: _filinge/2020-05-16-STEP16.md/#excerpt - Rendering Markup: _filinge/2020-05-16-STEP16.md/#excerpt -Post-Convert Hooks: _filinge/2020-05-16-STEP16.md/#excerpt - Rendering: _filinge/2020-05-18-STEP17.md - Pre-Render Hooks: _filinge/2020-05-18-STEP17.md - Rendering Markup: _filinge/2020-05-18-STEP17.md -Post-Convert Hooks: _filinge/2020-05-18-STEP17.md - Rendering Layout: _filinge/2020-05-18-STEP17.md - Rendering: _filinge/2020-05-18-STEP17.md/#excerpt - Pre-Render Hooks: _filinge/2020-05-18-STEP17.md/#excerpt - Rendering Markup: _filinge/2020-05-18-STEP17.md/#excerpt -Post-Convert Hooks: _filinge/2020-05-18-STEP17.md/#excerpt - Rendering: _filinge/2020-05-24-STEP19.md - Pre-Render Hooks: _filinge/2020-05-24-STEP19.md - Rendering Markup: _filinge/2020-05-24-STEP19.md -Post-Convert Hooks: _filinge/2020-05-24-STEP19.md - Rendering Layout: _filinge/2020-05-24-STEP19.md - Rendering: _filinge/2020-05-24-STEP19.md/#excerpt - Pre-Render Hooks: _filinge/2020-05-24-STEP19.md/#excerpt - Rendering Markup: _filinge/2020-05-24-STEP19.md/#excerpt -Post-Convert Hooks: _filinge/2020-05-24-STEP19.md/#excerpt - Rendering: _filinge/2020-05-26-STEP20.md - Pre-Render Hooks: _filinge/2020-05-26-STEP20.md - Rendering Markup: _filinge/2020-05-26-STEP20.md -Post-Convert Hooks: _filinge/2020-05-26-STEP20.md - Rendering Layout: _filinge/2020-05-26-STEP20.md - Rendering: _filinge/2020-05-26-STEP20.md/#excerpt - Pre-Render Hooks: _filinge/2020-05-26-STEP20.md/#excerpt - Rendering Markup: _filinge/2020-05-26-STEP20.md/#excerpt -Post-Convert Hooks: _filinge/2020-05-26-STEP20.md/#excerpt - Rendering: _filinge/2020-05-29-STEP21.md - Pre-Render Hooks: _filinge/2020-05-29-STEP21.md - Rendering Markup: _filinge/2020-05-29-STEP21.md -Post-Convert Hooks: _filinge/2020-05-29-STEP21.md - Rendering Layout: _filinge/2020-05-29-STEP21.md - Rendering: _filinge/2020-05-29-STEP21.md/#excerpt - Pre-Render Hooks: _filinge/2020-05-29-STEP21.md/#excerpt - Rendering Markup: _filinge/2020-05-29-STEP21.md/#excerpt -Post-Convert Hooks: _filinge/2020-05-29-STEP21.md/#excerpt - Rendering: _filinge/2020-06-08-STEP22.md - Pre-Render Hooks: _filinge/2020-06-08-STEP22.md - Rendering Markup: _filinge/2020-06-08-STEP22.md -Post-Convert Hooks: _filinge/2020-06-08-STEP22.md - Rendering Layout: _filinge/2020-06-08-STEP22.md - Rendering: _filinge/2020-06-08-STEP22.md/#excerpt - Pre-Render Hooks: _filinge/2020-06-08-STEP22.md/#excerpt - Rendering Markup: _filinge/2020-06-08-STEP22.md/#excerpt -Post-Convert Hooks: _filinge/2020-06-08-STEP22.md/#excerpt - Rendering: _filinge/2020-06-09-STEP23.md - Pre-Render Hooks: _filinge/2020-06-09-STEP23.md - Rendering Markup: _filinge/2020-06-09-STEP23.md -Post-Convert Hooks: _filinge/2020-06-09-STEP23.md - Rendering Layout: _filinge/2020-06-09-STEP23.md - Rendering: _filinge/2020-06-09-STEP23.md/#excerpt - Pre-Render Hooks: _filinge/2020-06-09-STEP23.md/#excerpt - Rendering Markup: _filinge/2020-06-09-STEP23.md/#excerpt -Post-Convert Hooks: _filinge/2020-06-09-STEP23.md/#excerpt - Rendering: _filinge/2020-06-12-STEP24.md - Pre-Render Hooks: _filinge/2020-06-12-STEP24.md - Rendering Markup: _filinge/2020-06-12-STEP24.md -Post-Convert Hooks: _filinge/2020-06-12-STEP24.md - Rendering Layout: _filinge/2020-06-12-STEP24.md - Rendering: _filinge/2020-06-12-STEP24.md/#excerpt - Pre-Render Hooks: _filinge/2020-06-12-STEP24.md/#excerpt - Rendering Markup: _filinge/2020-06-12-STEP24.md/#excerpt -Post-Convert Hooks: _filinge/2020-06-12-STEP24.md/#excerpt - Rendering: _filinge/2020-06-14-STEP25.md - Pre-Render Hooks: _filinge/2020-06-14-STEP25.md - Rendering Markup: _filinge/2020-06-14-STEP25.md -Post-Convert Hooks: _filinge/2020-06-14-STEP25.md - Rendering Layout: _filinge/2020-06-14-STEP25.md - Rendering: _filinge/2020-06-14-STEP25.md/#excerpt - Pre-Render Hooks: _filinge/2020-06-14-STEP25.md/#excerpt - Rendering Markup: _filinge/2020-06-14-STEP25.md/#excerpt -Post-Convert Hooks: _filinge/2020-06-14-STEP25.md/#excerpt - Rendering: _sconnesso/2021-01-27-Pilot.md - Pre-Render Hooks: _sconnesso/2021-01-27-Pilot.md - Rendering Markup: _sconnesso/2021-01-27-Pilot.md -Post-Convert Hooks: _sconnesso/2021-01-27-Pilot.md - Rendering Layout: _sconnesso/2021-01-27-Pilot.md - Rendering: _sconnesso/2021-01-27-Pilot.md/#excerpt - Pre-Render Hooks: _sconnesso/2021-01-27-Pilot.md/#excerpt - Rendering Markup: _sconnesso/2021-01-27-Pilot.md/#excerpt -Post-Convert Hooks: _sconnesso/2021-01-27-Pilot.md/#excerpt - Rendering: _sconnesso/2021-02-11-Abbandonare-i-Social-Media.md - Pre-Render Hooks: _sconnesso/2021-02-11-Abbandonare-i-Social-Media.md - Rendering Liquid: _sconnesso/2021-02-11-Abbandonare-i-Social-Media.md - Rendering Markup: _sconnesso/2021-02-11-Abbandonare-i-Social-Media.md -Post-Convert Hooks: _sconnesso/2021-02-11-Abbandonare-i-Social-Media.md - Rendering Layout: _sconnesso/2021-02-11-Abbandonare-i-Social-Media.md - Rendering: _sconnesso/2021-02-11-Abbandonare-i-Social-Media.md/#excerpt - Pre-Render Hooks: _sconnesso/2021-02-11-Abbandonare-i-Social-Media.md/#excerpt - Rendering Liquid: _sconnesso/2021-02-11-Abbandonare-i-Social-Media.md/#excerpt - Rendering Markup: _sconnesso/2021-02-11-Abbandonare-i-Social-Media.md/#excerpt -Post-Convert Hooks: _sconnesso/2021-02-11-Abbandonare-i-Social-Media.md/#excerpt - Rendering: _sconnesso/2021-05-06-Dove-andrebbe-la-mia-distrazione-se-mi-concentrassi.md - Pre-Render Hooks: _sconnesso/2021-05-06-Dove-andrebbe-la-mia-distrazione-se-mi-concentrassi.md - Rendering Markup: _sconnesso/2021-05-06-Dove-andrebbe-la-mia-distrazione-se-mi-concentrassi.md -Post-Convert Hooks: _sconnesso/2021-05-06-Dove-andrebbe-la-mia-distrazione-se-mi-concentrassi.md - Rendering Layout: _sconnesso/2021-05-06-Dove-andrebbe-la-mia-distrazione-se-mi-concentrassi.md - Rendering: _sconnesso/2021-05-06-Dove-andrebbe-la-mia-distrazione-se-mi-concentrassi.md/#excerpt - Pre-Render Hooks: _sconnesso/2021-05-06-Dove-andrebbe-la-mia-distrazione-se-mi-concentrassi.md/#excerpt - Rendering Markup: _sconnesso/2021-05-06-Dove-andrebbe-la-mia-distrazione-se-mi-concentrassi.md/#excerpt -Post-Convert Hooks: _sconnesso/2021-05-06-Dove-andrebbe-la-mia-distrazione-se-mi-concentrassi.md/#excerpt - Rendering: 404.html - Pre-Render Hooks: 404.html - Rendering Markup: 404.html -Post-Convert Hooks: 404.html - Rendering Layout: 404.html - Rendering: pages/Everyone-it.html - Pre-Render Hooks: pages/Everyone-it.html - Rendering Liquid: pages/Everyone-it.html - Rendering Markup: pages/Everyone-it.html -Post-Convert Hooks: pages/Everyone-it.html - Rendering: pages/Everyone.html - Pre-Render Hooks: pages/Everyone.html - Rendering Liquid: pages/Everyone.html - Rendering Markup: pages/Everyone.html -Post-Convert Hooks: pages/Everyone.html - Rendering: Everyone.scss - Pre-Render Hooks: Everyone.scss - Rendering Markup: Everyone.scss -Post-Convert Hooks: Everyone.scss - Rendering: pages/about-it.html - Pre-Render Hooks: pages/about-it.html - Rendering Liquid: pages/about-it.html - Rendering Markup: pages/about-it.html -Post-Convert Hooks: pages/about-it.html - Rendering Layout: pages/about-it.html - Rendering: pages/about.html - Pre-Render Hooks: pages/about.html - Rendering Liquid: pages/about.html - Rendering Markup: pages/about.html -Post-Convert Hooks: pages/about.html - Rendering Layout: pages/about.html - Rendering: buttondown.scss - Pre-Render Hooks: buttondown.scss - Rendering Markup: buttondown.scss -Post-Convert Hooks: buttondown.scss - Rendering: pages/feeds-it.html - Pre-Render Hooks: pages/feeds-it.html - Rendering Markup: pages/feeds-it.html -Post-Convert Hooks: pages/feeds-it.html - Rendering Layout: pages/feeds-it.html - Rendering: pages/feeds.html - Pre-Render Hooks: pages/feeds.html - Rendering Markup: pages/feeds.html -Post-Convert Hooks: pages/feeds.html - Rendering Layout: pages/feeds.html - Rendering: pages/filosofia.html - Pre-Render Hooks: pages/filosofia.html - Rendering Liquid: pages/filosofia.html - Rendering Markup: pages/filosofia.html -Post-Convert Hooks: pages/filosofia.html - Rendering Layout: pages/filosofia.html - Rendering: pages/home-it.html - Pre-Render Hooks: pages/home-it.html - Rendering Liquid: pages/home-it.html - Rendering Markup: pages/home-it.html -Post-Convert Hooks: pages/home-it.html - Rendering Layout: pages/home-it.html - Rendering: pages/home.html - Pre-Render Hooks: pages/home.html - Rendering Liquid: pages/home.html - Rendering Markup: pages/home.html -Post-Convert Hooks: pages/home.html - Rendering Layout: pages/home.html - Rendering: humans.txt - Pre-Render Hooks: humans.txt - Rendering Liquid: humans.txt - Rendering Markup: humans.txt -Post-Convert Hooks: humans.txt - Rendering Layout: humans.txt - Rendering: pages/index.html - Pre-Render Hooks: pages/index.html - Rendering Liquid: pages/index.html - Rendering Markup: pages/index.html -Post-Convert Hooks: pages/index.html - Rendering: feeds/italiano.xml - Pre-Render Hooks: feeds/italiano.xml - Rendering Liquid: feeds/italiano.xml - Rendering Markup: feeds/italiano.xml -Post-Convert Hooks: feeds/italiano.xml - Rendering Layout: feeds/italiano.xml - Rendering: feeds/italiano_broken.xml - Pre-Render Hooks: feeds/italiano_broken.xml - Rendering Liquid: feeds/italiano_broken.xml - Rendering Markup: feeds/italiano_broken.xml -Post-Convert Hooks: feeds/italiano_broken.xml - Rendering Layout: feeds/italiano_broken.xml - Rendering: pages/linktree.md - Pre-Render Hooks: pages/linktree.md - Rendering Liquid: pages/linktree.md - Rendering Markup: pages/linktree.md -Post-Convert Hooks: pages/linktree.md - Rendering Layout: pages/linktree.md - Rendering: pages/manteinance.html - Pre-Render Hooks: pages/manteinance.html - Rendering Markup: pages/manteinance.html -Post-Convert Hooks: pages/manteinance.html - Rendering Layout: pages/manteinance.html - Rendering: pages/newsletter-addio.md - Pre-Render Hooks: pages/newsletter-addio.md - Rendering Markup: pages/newsletter-addio.md -Post-Convert Hooks: pages/newsletter-addio.md - Rendering Layout: pages/newsletter-addio.md - Rendering: pages/newsletter-iscritto.md - Pre-Render Hooks: pages/newsletter-iscritto.md - Rendering Markup: pages/newsletter-iscritto.md -Post-Convert Hooks: pages/newsletter-iscritto.md - Rendering Layout: pages/newsletter-iscritto.md - Rendering: pages/newsletter.md - Pre-Render Hooks: pages/newsletter.md - Rendering Markup: pages/newsletter.md -Post-Convert Hooks: pages/newsletter.md - Rendering Layout: pages/newsletter.md - Rendering: pages/pages-to-archive.md - Pre-Render Hooks: pages/pages-to-archive.md - Rendering Liquid: pages/pages-to-archive.md - Rendering Markup: pages/pages-to-archive.md -Post-Convert Hooks: pages/pages-to-archive.md - Rendering: pages/pasticcibelli.html - Pre-Render Hooks: pages/pasticcibelli.html - Rendering Liquid: pages/pasticcibelli.html - Rendering Markup: pages/pasticcibelli.html -Post-Convert Hooks: pages/pasticcibelli.html - Rendering Layout: pages/pasticcibelli.html - Rendering: piwigo.scss - Pre-Render Hooks: piwigo.scss - Rendering Markup: piwigo.scss -Post-Convert Hooks: piwigo.scss - Rendering: pages/poetry.html - Pre-Render Hooks: pages/poetry.html - Rendering Liquid: pages/poetry.html - Rendering Markup: pages/poetry.html -Post-Convert Hooks: pages/poetry.html - Rendering Layout: pages/poetry.html - Rendering: pages/privacy-it.md - Pre-Render Hooks: pages/privacy-it.md - Rendering Markup: pages/privacy-it.md -Post-Convert Hooks: pages/privacy-it.md - Rendering Layout: pages/privacy-it.md - Rendering: pages/privacy.md - Pre-Render Hooks: pages/privacy.md - Rendering Markup: pages/privacy.md -Post-Convert Hooks: pages/privacy.md - Rendering Layout: pages/privacy.md - Rendering: feeds/sconnesso-itunes.xml - Pre-Render Hooks: feeds/sconnesso-itunes.xml - Rendering Liquid: feeds/sconnesso-itunes.xml - Rendering Markup: feeds/sconnesso-itunes.xml -Post-Convert Hooks: feeds/sconnesso-itunes.xml - Rendering Layout: feeds/sconnesso-itunes.xml - Rendering: pages/sconnesso.html - Pre-Render Hooks: pages/sconnesso.html - Rendering Liquid: pages/sconnesso.html - Rendering Markup: pages/sconnesso.html -Post-Convert Hooks: pages/sconnesso.html - Rendering Layout: pages/sconnesso.html - Rendering: feeds/sconnesso.xml - Pre-Render Hooks: feeds/sconnesso.xml - Rendering Liquid: feeds/sconnesso.xml - Rendering Markup: feeds/sconnesso.xml -Post-Convert Hooks: feeds/sconnesso.xml - Rendering Layout: feeds/sconnesso.xml - Rendering: pages/stuff-it.html - Pre-Render Hooks: pages/stuff-it.html - Rendering Liquid: pages/stuff-it.html - Rendering Markup: pages/stuff-it.html -Post-Convert Hooks: pages/stuff-it.html - Rendering Layout: pages/stuff-it.html - Rendering: pages/stuff.html - Pre-Render Hooks: pages/stuff.html - Rendering Liquid: pages/stuff.html - Rendering Markup: pages/stuff.html -Post-Convert Hooks: pages/stuff.html - Rendering Layout: pages/stuff.html - Rendering: style.scss - Pre-Render Hooks: style.scss - Rendering Liquid: style.scss - Rendering Markup: style.scss -Post-Convert Hooks: style.scss - Rendering: pages/tags.html - Pre-Render Hooks: pages/tags.html - Rendering Liquid: pages/tags.html - Rendering Markup: pages/tags.html -Post-Convert Hooks: pages/tags.html - Rendering Layout: pages/tags.html - Rendering: pages/test.html - Pre-Render Hooks: pages/test.html - Rendering Liquid: pages/test.html - Rendering Markup: pages/test.html -Post-Convert Hooks: pages/test.html - Rendering Layout: pages/test.html - Rendering: pages/usa-firefox.md - Pre-Render Hooks: pages/usa-firefox.md - Rendering Markup: pages/usa-firefox.md -Post-Convert Hooks: pages/usa-firefox.md - Rendering Layout: pages/usa-firefox.md - Rendering: pages/whole-jam.html - Pre-Render Hooks: pages/whole-jam.html - Rendering Liquid: pages/whole-jam.html - Rendering Markup: pages/whole-jam.html -Post-Convert Hooks: pages/whole-jam.html - Rendering Layout: pages/whole-jam.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirect.html - Pre-Render Hooks: redirect.html - Rendering Markup: redirect.html -Post-Convert Hooks: redirect.html - Rendering Layout: redirect.html - Rendering: redirects.json - Pre-Render Hooks: redirects.json - Rendering Markup: redirects.json -Post-Convert Hooks: redirects.json - Rendering Layout: redirects.json - Rendering: feeds/poetry.xml - Pre-Render Hooks: feeds/poetry.xml - Rendering Liquid: feeds/poetry.xml - Rendering: _poetry/2020-03-17-Open-Office.md/#excerpt - Pre-Render Hooks: _poetry/2020-03-17-Open-Office.md/#excerpt - Rendering Markup: _poetry/2020-03-17-Open-Office.md/#excerpt -Post-Convert Hooks: _poetry/2020-03-17-Open-Office.md/#excerpt - Rendering: _poetry/2019-12-27-sceneggiatura.md/#excerpt - Pre-Render Hooks: _poetry/2019-12-27-sceneggiatura.md/#excerpt - Rendering Markup: _poetry/2019-12-27-sceneggiatura.md/#excerpt -Post-Convert Hooks: _poetry/2019-12-27-sceneggiatura.md/#excerpt - Rendering: _poetry/2019-12-27-affetto.md/#excerpt - Pre-Render Hooks: _poetry/2019-12-27-affetto.md/#excerpt - Rendering Markup: _poetry/2019-12-27-affetto.md/#excerpt -Post-Convert Hooks: _poetry/2019-12-27-affetto.md/#excerpt - Rendering: _poetry/2019-11-26-cassetto.md/#excerpt - Pre-Render Hooks: _poetry/2019-11-26-cassetto.md/#excerpt - Rendering Markup: _poetry/2019-11-26-cassetto.md/#excerpt -Post-Convert Hooks: _poetry/2019-11-26-cassetto.md/#excerpt - Rendering: _poetry/2019-11-26-Virtual-Reality.md/#excerpt - Pre-Render Hooks: _poetry/2019-11-26-Virtual-Reality.md/#excerpt - Rendering Markup: _poetry/2019-11-26-Virtual-Reality.md/#excerpt -Post-Convert Hooks: _poetry/2019-11-26-Virtual-Reality.md/#excerpt - Rendering: _poetry/2019-11-03-crossover.md/#excerpt - Pre-Render Hooks: _poetry/2019-11-03-crossover.md/#excerpt - Rendering Markup: _poetry/2019-11-03-crossover.md/#excerpt -Post-Convert Hooks: _poetry/2019-11-03-crossover.md/#excerpt - Rendering: _poetry/2019-11-03-nel-blu-dipinto-di-blu.md/#excerpt - Pre-Render Hooks: _poetry/2019-11-03-nel-blu-dipinto-di-blu.md/#excerpt - Rendering Markup: _poetry/2019-11-03-nel-blu-dipinto-di-blu.md/#excerpt -Post-Convert Hooks: _poetry/2019-11-03-nel-blu-dipinto-di-blu.md/#excerpt - Rendering: _poetry/2019-10-19-astinenza-seriale.md/#excerpt - Pre-Render Hooks: _poetry/2019-10-19-astinenza-seriale.md/#excerpt - Rendering Markup: _poetry/2019-10-19-astinenza-seriale.md/#excerpt -Post-Convert Hooks: _poetry/2019-10-19-astinenza-seriale.md/#excerpt - Rendering: _poetry/2019-10-12-serrature-mancate.md/#excerpt - Pre-Render Hooks: _poetry/2019-10-12-serrature-mancate.md/#excerpt - Rendering Markup: _poetry/2019-10-12-serrature-mancate.md/#excerpt -Post-Convert Hooks: _poetry/2019-10-12-serrature-mancate.md/#excerpt - Rendering: _poetry/2019-10-12-Polizia-cinese.md/#excerpt - Pre-Render Hooks: _poetry/2019-10-12-Polizia-cinese.md/#excerpt - Rendering Markup: _poetry/2019-10-12-Polizia-cinese.md/#excerpt -Post-Convert Hooks: _poetry/2019-10-12-Polizia-cinese.md/#excerpt - Rendering Markup: feeds/poetry.xml -Post-Convert Hooks: feeds/poetry.xml - Rendering Layout: feeds/poetry.xml - Rendering: feeds/filinge.xml - Pre-Render Hooks: feeds/filinge.xml - Rendering Liquid: feeds/filinge.xml - Rendering Markup: feeds/filinge.xml -Post-Convert Hooks: feeds/filinge.xml - Rendering Layout: feeds/filinge.xml - Rendering: feeds/jam.xml - Pre-Render Hooks: feeds/jam.xml - Rendering Liquid: feeds/jam.xml - Rendering: _notes/public/Just once.md/#excerpt - Pre-Render Hooks: _notes/public/Just once.md/#excerpt - Rendering Markup: _notes/public/Just once.md/#excerpt -Post-Convert Hooks: _notes/public/Just once.md/#excerpt - Rendering: _notes/public/Monero.md/#excerpt - Pre-Render Hooks: _notes/public/Monero.md/#excerpt - Rendering Markup: _notes/public/Monero.md/#excerpt -Post-Convert Hooks: _notes/public/Monero.md/#excerpt - Rendering: _notes/public/Radioimmaginaria Database.md/#excerpt - Pre-Render Hooks: _notes/public/Radioimmaginaria Database.md/#excerpt - Rendering Markup: _notes/public/Radioimmaginaria Database.md/#excerpt -Post-Convert Hooks: _notes/public/Radioimmaginaria Database.md/#excerpt - Rendering: _notes/Monthly log checklist.md/#excerpt - Pre-Render Hooks: _notes/Monthly log checklist.md/#excerpt - Rendering Markup: _notes/Monthly log checklist.md/#excerpt -Post-Convert Hooks: _notes/Monthly log checklist.md/#excerpt - Rendering: _notes/public/Aida.md/#excerpt - Pre-Render Hooks: _notes/public/Aida.md/#excerpt - Rendering Markup: _notes/public/Aida.md/#excerpt -Post-Convert Hooks: _notes/public/Aida.md/#excerpt - Rendering Markup: feeds/jam.xml -Post-Convert Hooks: feeds/jam.xml - Rendering Layout: feeds/jam.xml - Rendering: feeds/zibaldone.xml - Pre-Render Hooks: feeds/zibaldone.xml - Rendering Liquid: feeds/zibaldone.xml - Rendering Markup: feeds/zibaldone.xml -Post-Convert Hooks: feeds/zibaldone.xml - Rendering Layout: feeds/zibaldone.xml - Rendering: feeds/geek.xml - Pre-Render Hooks: feeds/geek.xml - Rendering Liquid: feeds/geek.xml - Rendering Markup: feeds/geek.xml -Post-Convert Hooks: feeds/geek.xml - Rendering Layout: feeds/geek.xml - Rendering: sitemap.xml - Pre-Render Hooks: sitemap.xml - Rendering Liquid: sitemap.xml - Rendering Markup: sitemap.xml -Post-Convert Hooks: sitemap.xml - Rendering Layout: sitemap.xml - Rendering: robots.txt - Pre-Render Hooks: robots.txt - Rendering Liquid: robots.txt - Rendering Markup: robots.txt -Post-Convert Hooks: robots.txt - Rendering Layout: robots.txt - Rendering: .html - Pre-Render Hooks: .html - Rendering Liquid: .html - Rendering Markup: .html -Post-Convert Hooks: .html - Rendering Layout: .html - Rendering: .html - Pre-Render Hooks: .html - Rendering Liquid: .html - Rendering Markup: .html -Post-Convert Hooks: .html - Rendering Layout: .html - Rendering: .html - Pre-Render Hooks: .html - Rendering Liquid: .html - Rendering Markup: .html -Post-Convert Hooks: .html - Rendering Layout: .html - Rendering: .html - Pre-Render Hooks: .html - Rendering Liquid: .html - Rendering Markup: .html -Post-Convert Hooks: .html - Rendering Layout: .html - Rendering: .html - Pre-Render Hooks: .html - Rendering Liquid: .html - Rendering Markup: .html -Post-Convert Hooks: .html - Rendering Layout: .html - Rendering: .html - Pre-Render Hooks: .html - Rendering Liquid: .html - Rendering Markup: .html -Post-Convert Hooks: .html - Rendering Layout: .html - Rendering: .html - Pre-Render Hooks: .html - Rendering Liquid: .html - Rendering Markup: .html -Post-Convert Hooks: .html - Rendering Layout: .html - Rendering: .html - Pre-Render Hooks: .html - Rendering Liquid: .html - Rendering Markup: .html -Post-Convert Hooks: .html - Rendering Layout: .html - Rendering: .html - Pre-Render Hooks: .html - Rendering Liquid: .html - Rendering Markup: .html -Post-Convert Hooks: .html - Rendering Layout: .html - Rendering: .html - Pre-Render Hooks: .html - Rendering Liquid: .html - Rendering Markup: .html -Post-Convert Hooks: .html - Rendering Layout: .html - Rendering: .html - Pre-Render Hooks: .html - Rendering Liquid: .html - Rendering Markup: .html -Post-Convert Hooks: .html - Rendering Layout: .html - Rendering: .html - Pre-Render Hooks: .html - Rendering Liquid: .html - Rendering Markup: .html -Post-Convert Hooks: .html - Rendering Layout: .html - Rendering: .html - Pre-Render Hooks: .html - Rendering Liquid: .html - Rendering Markup: .html -Post-Convert Hooks: .html - Rendering Layout: .html - Rendering: .html - Pre-Render Hooks: .html - Rendering Liquid: .html - Rendering Markup: .html -Post-Convert Hooks: .html - Rendering Layout: .html - Rendering: Everyone.css.map - Pre-Render Hooks: Everyone.css.map - Rendering Markup: Everyone.css.map -Post-Convert Hooks: Everyone.css.map - Rendering: buttondown.css.map - Pre-Render Hooks: buttondown.css.map - Rendering Markup: buttondown.css.map -Post-Convert Hooks: buttondown.css.map - Rendering: piwigo.css.map - Pre-Render Hooks: piwigo.css.map - Rendering Markup: piwigo.css.map -Post-Convert Hooks: piwigo.css.map - Rendering: style.css.map - Pre-Render Hooks: style.css.map - Rendering Markup: style.css.map -Post-Convert Hooks: style.css.map - Writing: /Users/tommi/tommi.space/_site/404.html - Writing: /Users/tommi/tommi.space/_site/it/everyone.html - Writing: /Users/tommi/tommi.space/_site/everyone.html - Writing: /Users/tommi/tommi.space/_site/Everyone.css - Writing: /Users/tommi/tommi.space/_site/about-it.html - Writing: /Users/tommi/tommi.space/_site/about.html - Writing: /Users/tommi/tommi.space/_site/buttondown.css - Writing: /Users/tommi/tommi.space/_site/feed.html - Writing: /Users/tommi/tommi.space/_site/feeds.html - Writing: /Users/tommi/tommi.space/_site/filosofia.html - Writing: /Users/tommi/tommi.space/_site/tuffo.html - Writing: /Users/tommi/tommi.space/_site/home.html - Writing: /Users/tommi/tommi.space/_site/humans.txt - Writing: /Users/tommi/tommi.space/_site/index.html - Writing: /Users/tommi/tommi.space/_site/feeds/italiano.xml - Writing: /Users/tommi/tommi.space/_site/feeds/italiano_broken.xml - Writing: /Users/tommi/tommi.space/_site/links.html - Writing: /Users/tommi/tommi.space/_site/manteinance.html - Writing: /Users/tommi/tommi.space/_site/newsletter-addio.html - Writing: /Users/tommi/tommi.space/_site/newsletter-iscritto.html - Writing: /Users/tommi/tommi.space/_site/newsletter.html - Writing: /Users/tommi/tommi.space/_site/pages-to-archive.html - Writing: /Users/tommi/tommi.space/_site/pasticcibelli.html - Writing: /Users/tommi/tommi.space/_site/piwigo.css - Writing: /Users/tommi/tommi.space/_site/pasticci.html - Writing: /Users/tommi/tommi.space/_site/privacy-it.html - Writing: /Users/tommi/tommi.space/_site/privacy.html - Writing: /Users/tommi/tommi.space/_site/feeds/sconnesso-itunes.xml - Writing: /Users/tommi/tommi.space/_site/sconnesso.html - Writing: /Users/tommi/tommi.space/_site/feeds/sconnesso.xml - Writing: /Users/tommi/tommi.space/_site/cose.html - Writing: /Users/tommi/tommi.space/_site/stuff.html - Writing: /Users/tommi/tommi.space/_site/style.css - Writing: /Users/tommi/tommi.space/_site/tags.html - Writing: /Users/tommi/tommi.space/_site/testtt.html - Writing: /Users/tommi/tommi.space/_site/usa-firefox.html - Writing: /Users/tommi/tommi.space/_site/whole-jam.html - Writing: /Users/tommi/tommi.space/_site/bus-blogging.html - Writing: /Users/tommi/tommi.space/_site/bus-blogger.html - Writing: /Users/tommi/tommi.space/_site/busblogging.html - Writing: /Users/tommi/tommi.space/_site/busblogger.html - Writing: /Users/tommi/tommi.space/_site/london-bus-blogging.html - Writing: /Users/tommi/tommi.space/_site/annichilimento-social.html - Writing: /Users/tommi/tommi.space/_site/la-sorprendente-prevedibilita-del-futuro.html - Writing: /Users/tommi/tommi.space/_site/maturità.html - Writing: /Users/tommi/tommi.space/_site/maturita.html - Writing: /Users/tommi/tommi.space/_site/lavanguardia.html - Writing: /Users/tommi/tommi.space/_site/l-avanguardia.html - Writing: /Users/tommi/tommi.space/_site/de-explosiva-mente.html - Writing: /Users/tommi/tommi.space/_site/genesi-di-xplosionmind.html - Writing: /Users/tommi/tommi.space/_site/scaricare-un-film.html - Writing: /Users/tommi/tommi.space/_site/film-download.html - Writing: /Users/tommi/tommi.space/_site/download-film.html - Writing: /Users/tommi/tommi.space/_site/download-serie.html - Writing: /Users/tommi/tommi.space/_site/serie-download.html - Writing: /Users/tommi/tommi.space/_site/scaricare-film.html - Writing: /Users/tommi/tommi.space/_site/scaricare-serie.html - Writing: /Users/tommi/tommi.space/_site/movie-download.html - Writing: /Users/tommi/tommi.space/_site/download-movie.html - Writing: /Users/tommi/tommi.space/_site/torrent.html - Writing: /Users/tommi/tommi.space/_site/analfabetismo.html - Writing: /Users/tommi/tommi.space/_site/non-so-leggere.html - Writing: /Users/tommi/tommi.space/_site/non-so-piu-leggere.html - Writing: /Users/tommi/tommi.space/_site/structured-procrastination.html - Writing: /Users/tommi/tommi.space/_site/structuredprocrastination.html - Writing: /Users/tommi/tommi.space/_site/procrastinare.html - Writing: /Users/tommi/tommi.space/_site/procrastinazione-strutturata.html - Writing: /Users/tommi/tommi.space/_site/arte-del-procrastinare.html - Writing: /Users/tommi/tommi.space/_site/procrastinare-arte.html - Writing: /Users/tommi/tommi.space/_site/arte-procrastinare.html - Writing: /Users/tommi/tommi.space/_site/LArte-del-procrastinare.html - Writing: /Users/tommi/tommi.space/_site/meditation.html - Writing: /Users/tommi/tommi.space/_site/it/jar.html - Writing: /Users/tommi/tommi.space/_site/jar/it.html - Writing: /Users/tommi/tommi.space/_site/la-marmellata.html - Writing: /Users/tommi/tommi.space/_site/note.html - Writing: /Users/tommi/tommi.space/_site/appunti.html - Writing: /Users/tommi/tommi.space/_site/jar-it.html - Writing: /Users/tommi/tommi.space/_site/spettatore.html - Writing: /Users/tommi/tommi.space/_site/eventi-spettatore.html - Writing: /Users/tommi/tommi.space/_site/pubblico.html - Writing: /Users/tommi/tommi.space/_site/cose-spettatore.html - Writing: /Users/tommi/tommi.space/_site/tools-ideas.html - Writing: /Users/tommi/tommi.space/_site/programming-ideas.html - Writing: /Users/tommi/tommi.space/_site/programming.html - Writing: /Users/tommi/tommi.space/_site/development-ideas.html - Writing: /Users/tommi/tommi.space/_site/developing.html - Writing: /Users/tommi/tommi.space/_site/developing-ideas.html - Writing: /Users/tommi/tommi.space/_site/apps-ideas.html - Writing: /Users/tommi/tommi.space/_site/programs.html - Writing: /Users/tommi/tommi.space/_site/ideas.html - Writing: /Users/tommi/tommi.space/_site/missing-apps.html - Writing: /Users/tommi/tommi.space/_site/missing-programs.html - Writing: /Users/tommi/tommi.space/_site/missing-digital-tools.html - Writing: /Users/tommi/tommi.space/_site/dev-ideas.html - Writing: /Users/tommi/tommi.space/_site/software-ideas.html - Writing: /Users/tommi/tommi.space/_site/sw-ideas.html - Writing: /Users/tommi/tommi.space/_site/monero-address.html - Writing: /Users/tommi/tommi.space/_site/monero-wallet.html - Writing: /Users/tommi/tommi.space/_site/radioimmaginaria-db.html - Writing: /Users/tommi/tommi.space/_site/rimm-database.html - Writing: /Users/tommi/tommi.space/_site/rimm-episodes.html - Writing: /Users/tommi/tommi.space/_site/puntate-rimm.html - Writing: /Users/tommi/tommi.space/_site/tutto-radioimmaginaria.html - Writing: /Users/tommi/tommi.space/_site/rimm-tutto.html - Writing: /Users/tommi/tommi.space/_site/radioimmaginaria-tutto.html - Writing: /Users/tommi/tommi.space/_site/tutto-rimm.html - Writing: /Users/tommi/tommi.space/_site/puntate-radioimmaginaria.html - Writing: /Users/tommi/tommi.space/_site/radioimmaginaria-puntate.html - Writing: /Users/tommi/tommi.space/_site/the-jam.html - Writing: /Users/tommi/tommi.space/_site/thejar.html - Writing: /Users/tommi/tommi.space/_site/thejam.html - Writing: /Users/tommi/tommi.space/_site/the-jar.html - Writing: /Users/tommi/tommi.space/_site/marmelade.html - Writing: /Users/tommi/tommi.space/_site/development-roadmap.html - Writing: /Users/tommi/tommi.space/_site/roadmap.html - Writing: /Users/tommi/tommi.space/_site/wip.html - Writing: /Users/tommi/tommi.space/_site/issues.html - Writing: /Users/tommi/tommi.space/_site/improvements.html - Writing: /Users/tommi/tommi.space/_site/dev.html - Writing: /Users/tommi/tommi.space/_site/website-development.html - Writing: /Users/tommi/tommi.space/_site/tommi.space - Writing: /Users/tommi/tommi.space/_site/tuttopiu.html - Writing: /Users/tommi/tommi.space/_site/cose-extended.html - Writing: /Users/tommi/tommi.space/_site/stuff-extended.html - Writing: /Users/tommi/tommi.space/_site/stuff-extended-it.html - Writing: /Users/tommi/tommi.space/_site/stuff-extended/it.html - Writing: /Users/tommi/tommi.space/_site/it/stuff-extended.html - Writing: /Users/tommi/tommi.space/_site/everything.html - Writing: /Users/tommi/tommi.space/_site/done.html - Writing: /Users/tommi/tommi.space/_site/fatto.html - Writing: /Users/tommi/tommi.space/_site/fatte.html - Writing: /Users/tommi/tommi.space/_site/uses.html - Writing: /Users/tommi/tommi.space/_site/installed.html - Writing: /Users/tommi/tommi.space/_site/installed-apps.html - Writing: /Users/tommi/tommi.space/_site/applications.html - Writing: /Users/tommi/tommi.space/_site/applicazioni.html - Writing: /Users/tommi/tommi.space/_site/programs.html - Writing: /Users/tommi/tommi.space/_site/programmi.html - Writing: /Users/tommi/tommi.space/_site/software.html - Writing: /Users/tommi/tommi.space/_site/cheatsheet.html - Writing: /Users/tommi/tommi.space/_site/cheatsheets.html - Writing: /Users/tommi/tommi.space/_site/cheat-sheet.html - Writing: /Users/tommi/tommi.space/_site/risorse.html - Writing: /Users/tommi/tommi.space/_site/learning-resources.html - Writing: /Users/tommi/tommi.space/_site/resources.html - Writing: /Users/tommi/tommi.space/_site/conoscenza.html - Writing: /Users/tommi/tommi.space/_site/sapere.html - Writing: /Users/tommi/tommi.space/_site/jack-frusciante-note.html - Writing: /Users/tommi/tommi.space/_site/jack-frusciante-notes.html - Writing: /Users/tommi/tommi.space/_site/jack-frusciante-quotes.html - Writing: /Users/tommi/tommi.space/_site/brizzi-frusciante.html - Writing: /Users/tommi/tommi.space/_site/tipografia.html - Writing: /Users/tommi/tommi.space/_site/datasets.html - Writing: /Users/tommi/tommi.space/_site/data-sets.html - Writing: /Users/tommi/tommi.space/_site/databases.html - Writing: /Users/tommi/tommi.space/_site/public-data.html - Writing: /Users/tommi/tommi.space/_site/colours.html - Writing: /Users/tommi/tommi.space/_site/colori.html - Writing: /Users/tommi/tommi.space/_site/compagni-di-viaggio.html - Writing: /Users/tommi/tommi.space/_site/oggetti.html - Writing: /Users/tommi/tommi.space/_site/cose-smarrite.html - Writing: /Users/tommi/tommi.space/_site/oggetti-smarriti.html - Writing: /Users/tommi/tommi.space/_site/lost-and-found.html - Writing: /Users/tommi/tommi.space/_site/compagni-di-viaggio.html - Writing: /Users/tommi/tommi.space/_site/oggetti.html - Writing: /Users/tommi/tommi.space/_site/cose-smarrite.html - Writing: /Users/tommi/tommi.space/_site/oggetti-smarriti.html - Writing: /Users/tommi/tommi.space/_site/lost-and-found.html - Writing: /Users/tommi/tommi.space/_site/words.html - Writing: /Users/tommi/tommi.space/_site/movies.html - Writing: /Users/tommi/tommi.space/_site/film.html - Writing: /Users/tommi/tommi.space/_site/films.html - Writing: /Users/tommi/tommi.space/_site/quitsocialmedia.html - Writing: /Users/tommi/tommi.space/_site/quitsocialmedia.club - Writing: /Users/tommi/tommi.space/_site/quitsocialmedia-notes.html - Writing: /Users/tommi/tommi.space/_site/quit-social-media-notes.html - Writing: /Users/tommi/tommi.space/_site/quit-social-media.html - Writing: /Users/tommi/tommi.space/_site/cit.html - Writing: /Users/tommi/tommi.space/_site/citazioni.html - Writing: /Users/tommi/tommi.space/_site/telegram-following.html - Writing: /Users/tommi/tommi.space/_site/telegram-channels.html - Writing: /Users/tommi/tommi.space/_site/subscriptions.html - Writing: /Users/tommi/tommi.space/_site/newsletters.html - Writing: /Users/tommi/tommi.space/_site/characters.html - Writing: /Users/tommi/tommi.space/_site/personages.html - Writing: /Users/tommi/tommi.space/_site/figures.html - Writing: /Users/tommi/tommi.space/_site/inspiration.html - Writing: /Users/tommi/tommi.space/_site/websites.html - Writing: /Users/tommi/tommi.space/_site/firefox-tweaks.html - Writing: /Users/tommi/tommi.space/_site/firefox-settings.html - Writing: /Users/tommi/tommi.space/_site/mozilla-firefox.html - Writing: /Users/tommi/tommi.space/_site/about-config.html - Writing: /Users/tommi/tommi.space/_site/aboutconfig.html - Writing: /Users/tommi/tommi.space/_site/firefox-config.html - Writing: /Users/tommi/tommi.space/_site/internet-freedom-notes.html - Writing: /Users/tommi/tommi.space/_site/internet-freedom-roadmap.html - Writing: /Users/tommi/tommi.space/_site/desideri.html - Writing: /Users/tommi/tommi.space/_site/regali.html - Writing: /Users/tommi/tommi.space/_site/canzoni.html - Writing: /Users/tommi/tommi.space/_site/songs.html - Writing: /Users/tommi/tommi.space/_site/playlist.html - Writing: /Users/tommi/tommi.space/_site/around-the-world.html - Writing: /Users/tommi/tommi.space/_site/world-places.html - Writing: /Users/tommi/tommi.space/_site/posti.html - Writing: /Users/tommi/tommi.space/_site/luoghi.html - Writing: /Users/tommi/tommi.space/_site/accordi.html - Writing: /Users/tommi/tommi.space/_site/canzoniere.html - Writing: /Users/tommi/tommi.space/_site/feature-requests.html - Writing: /Users/tommi/tommi.space/_site/bugs-and-feature-requests.html - Writing: /Users/tommi/tommi.space/_site/delete-account.html - Writing: /Users/tommi/tommi.space/_site/GDPR-claim.html - Writing: /Users/tommi/tommi.space/_site/claim-GDPR.html - Writing: /Users/tommi/tommi.space/_site/just-delete-it.html - Writing: /Users/tommi/tommi.space/_site/just-deleteit.html - Writing: /Users/tommi/tommi.space/_site/quit.html - Writing: /Users/tommi/tommi.space/_site/GDPR-delete.html - Writing: /Users/tommi/tommi.space/_site/quit-social-media-notes.html - Writing: /Users/tommi/tommi.space/_site/lanier-quit-social-media.html - Writing: /Users/tommi/tommi.space/_site/quit-social-media-lanier.html - Writing: /Users/tommi/tommi.space/_site/lanier-notes.html - Writing: /Users/tommi/tommi.space/_site/notes-lanier.html - Writing: /Users/tommi/tommi.space/_site/ten-arguments-notes.html - Writing: /Users/tommi/tommi.space/_site/ten-arguments-social.html - Writing: /Users/tommi/tommi.space/_site/ten-arguments-lanier.html - Writing: /Users/tommi/tommi.space/_site/lanier-ten-arguments.html - Writing: /Users/tommi/tommi.space/_site/notes-ten-arguments.html - Writing: /Users/tommi/tommi.space/_site/Notes-on-Ten-Arguments-For-Deleting-Your-Social-Media-Accounts.html - Writing: /Users/tommi/tommi.space/_site/library.html - Writing: /Users/tommi/tommi.space/_site/bookshelf.html - Writing: /Users/tommi/tommi.space/_site/libreria.html - Writing: /Users/tommi/tommi.space/_site/libri.html - Writing: /Users/tommi/tommi.space/_site/bookshelf.html - Writing: /Users/tommi/tommi.space/_site/bookshelves.html - Writing: /Users/tommi/tommi.space/_site/mobile-backup-checklist.html - Writing: /Users/tommi/tommi.space/_site/phone-formatting-checklist.html - Writing: /Users/tommi/tommi.space/_site/mobile-formatting.html - Writing: /Users/tommi/tommi.space/_site/phone-backup-checklist.html - Writing: /Users/tommi/tommi.space/_site/phone-backup-checklist.html - Writing: /Users/tommi/tommi.space/_site/phone-backup.html - Writing: /Users/tommi/tommi.space/_site/mobile-backup.html - Writing: /Users/tommi/tommi.space/_site/adb-file-transfer.html - Writing: /Users/tommi/tommi.space/_site/android-file-transfer.html - Writing: /Users/tommi/tommi.space/_site/macos-backup.html - Writing: /Users/tommi/tommi.space/_site/formatting-checklist.html - Writing: /Users/tommi/tommi.space/_site/backup-checklist.html - Writing: /Users/tommi/tommi.space/_site/moviemaking.html - Writing: /Users/tommi/tommi.space/_site/directing.html - Writing: /Users/tommi/tommi.space/_site/target-blank-argument.html - Writing: /Users/tommi/tommi.space/_site/noopener.html - Writing: /Users/tommi/tommi.space/_site/noreferrer.html - Writing: /Users/tommi/tommi.space/_site/rel-noopener.html - Writing: /Users/tommi/tommi.space/_site/rel-noreferrer.html - Writing: /Users/tommi/tommi.space/_site/rel-noopener-noreferrer.html - Writing: /Users/tommi/tommi.space/_site/appunti-presentazione-MDN.html - Writing: /Users/tommi/tommi.space/_site/Keynote-MDN-Linux-Day-2020.html - Writing: /Users/tommi/tommi.space/_site/quantified-self.html - Writing: /Users/tommi/tommi.space/_site/lifelogging.html - Writing: /Users/tommi/tommi.space/_site/life-logging.html - Writing: /Users/tommi/tommi.space/_site/life-dashboard.html - Writing: /Users/tommi/tommi.space/_site/websites-ideas.html - Writing: /Users/tommi/tommi.space/_site/philosophy-websites.html - Writing: /Users/tommi/tommi.space/_site/lifestyle-websites.html - Writing: /Users/tommi/tommi.space/_site/websites creation.html - Writing: /Users/tommi/tommi.space/_site/great-websites.html - Writing: /Users/tommi/tommi.space/_site/great-internet.html - Writing: /Users/tommi/tommi.space/_site/internet-greatness.html - Writing: /Users/tommi/tommi.space/_site/time.html - Writing: /Users/tommi/tommi.space/_site/time-management.html - Writing: /Users/tommi/tommi.space/_site/moduli.html - Writing: /Users/tommi/tommi.space/_site/time.html - Writing: /Users/tommi/tommi.space/_site/time-management.html - Writing: /Users/tommi/tommi.space/_site/moduli.html - Writing: /Users/tommi/tommi.space/_site/spotify.html - Writing: /Users/tommi/tommi.space/_site/quitting-spotify.html - Writing: /Users/tommi/tommi.space/_site/routine.html - Writing: /Users/tommi/tommi.space/_site/habits.html - Writing: /Users/tommi/tommi.space/_site/journeys.html - Writing: /Users/tommi/tommi.space/_site/travel-guide.html - Writing: /Users/tommi/tommi.space/_site/travelling.html - Writing: /Users/tommi/tommi.space/_site/traveling.html - Writing: /Users/tommi/tommi.space/_site/backpacking.html - Writing: /Users/tommi/tommi.space/_site/knowldege-management.html - Writing: /Users/tommi/tommi.space/_site/data-management.html - Writing: /Users/tommi/tommi.space/_site/digital-garden.html - Writing: /Users/tommi/tommi.space/_site/radioham.html - Writing: /Users/tommi/tommi.space/_site/radiantismo.html - Writing: /Users/tommi/tommi.space/_site/radioamatore.html - Writing: /Users/tommi/tommi.space/_site/radioamatori.html - Writing: /Users/tommi/tommi.space/_site/radioamateur.html - Writing: /Users/tommi/tommi.space/_site/radio-amateur.html - Writing: /Users/tommi/tommi.space/_site/flickr.html - Writing: /Users/tommi/tommi.space/_site/piwigo.html - Writing: /Users/tommi/tommi.space/_site/quitting-flickr.html - Writing: /Users/tommi/tommi.space/_site/switch-to-piwigo.html - Writing: /Users/tommi/tommi.space/_site/piwigo-switch.html - Writing: /Users/tommi/tommi.space/_site/make-the-switch.html - Writing: /Users/tommi/tommi.space/_site/quit-and-switch.html - Writing: /Users/tommi/tommi.space/_site/quit-switch.html - Writing: /Users/tommi/tommi.space/_site/choose-the-alternative.html - Writing: /Users/tommi/tommi.space/_site/alternative-software.html - Writing: /Users/tommi/tommi.space/_site/alternative.html - Writing: /Users/tommi/tommi.space/_site/habits.html - Writing: /Users/tommi/tommi.space/_site/why-signal.html - Writing: /Users/tommi/tommi.space/_site/switch-to-signal.html - Writing: /Users/tommi/tommi.space/_site/signal-switch.html - Writing: /Users/tommi/tommi.space/_site/switch-signal.html - Writing: /Users/tommi/tommi.space/_site/quit-whatsapp.html - Writing: /Users/tommi/tommi.space/_site/bye-whatsapp.html - Writing: /Users/tommi/tommi.space/_site/learn.html - Writing: /Users/tommi/tommi.space/_site/to-learn.html - Writing: /Users/tommi/tommi.space/_site/tolearn.html - Writing: /Users/tommi/tommi.space/_site/missingknowledge.html - Writing: /Users/tommi/tommi.space/_site/learning.html - Writing: /Users/tommi/tommi.space/_site/learning-path.html - Writing: /Users/tommi/tommi.space/_site/road-to-internet-freedom.html - Writing: /Users/tommi/tommi.space/_site/internet-freedom-path.html - Writing: /Users/tommi/tommi.space/_site/path-to-internet-freedom.html - Writing: /Users/tommi/tommi.space/_site/switch-to-lineageos.html - Writing: /Users/tommi/tommi.space/_site/degoogle-android.html - Writing: /Users/tommi/tommi.space/_site/lineage.html - Writing: /Users/tommi/tommi.space/_site/android-degoogle.html - Writing: /Users/tommi/tommi.space/_site/underlining.html - Writing: /Users/tommi/tommi.space/_site/stop-highlighting.html - Writing: /Users/tommi/tommi.space/_site/start-underlining.html - Writing: /Users/tommi/tommi.space/_site/stop-highlighting-start-underlining.html - Writing: /Users/tommi/tommi.space/_site/reading-is-enough.html - Writing: /Users/tommi/tommi.space/_site/reading-enough.html - Writing: /Users/tommi/tommi.space/_site/readingisenough.html - Writing: /Users/tommi/tommi.space/_site/timeline.html - Writing: /Users/tommi/tommi.space/_site/timeline-dev.html - Writing: /Users/tommi/tommi.space/_site/photo-import.html - Writing: /Users/tommi/tommi.space/_site/photos-import.html - Writing: /Users/tommi/tommi.space/_site/import-photo.html - Writing: /Users/tommi/tommi.space/_site/import-photos.html - Writing: /Users/tommi/tommi.space/_site/photos-importing.html - Writing: /Users/tommi/tommi.space/_site/importing-photos.html - Writing: /Users/tommi/tommi.space/_site/photo-importing-workflow.html - Writing: /Users/tommi/tommi.space/_site/photo-importing-workflow.html - Writing: /Users/tommi/tommi.space/_site/media-importing.html - Writing: /Users/tommi/tommi.space/_site/media-import.html - Writing: /Users/tommi/tommi.space/_site/media-importing-workflow.html - Writing: /Users/tommi/tommi.space/_site/import-workflow.html - Writing: /Users/tommi/tommi.space/_site/importing-workflow.html - Writing: /Users/tommi/tommi.space/_site/delete-google.html - Writing: /Users/tommi/tommi.space/_site/quitgoogle.html - Writing: /Users/tommi/tommi.space/_site/quit-google.html - Writing: /Users/tommi/tommi.space/_site/google.html - Writing: /Users/tommi/tommi.space/_site/backup.html - Writing: /Users/tommi/tommi.space/_site/backups.html - Writing: /Users/tommi/tommi.space/_site/ode-to-plain-text.html - Writing: /Users/tommi/tommi.space/_site/rssify.html - Writing: /Users/tommi/tommi.space/_site/rss-everywhere.html - Writing: /Users/tommi/tommi.space/_site/rss-everything.html - Writing: /Users/tommi/tommi.space/_site/rssification.html - Writing: /Users/tommi/tommi.space/_site/rssfication.html - Writing: /Users/tommi/tommi.space/_site/the-picture-of-dorian-gray.html - Writing: /Users/tommi/tommi.space/_site/picture-of-dorian-gray.html - Writing: /Users/tommi/tommi.space/_site/mailchimp.html - Writing: /Users/tommi/tommi.space/_site/quitting-mailchimp.html - Writing: /Users/tommi/tommi.space/_site/mailtrain.html - Writing: /Users/tommi/tommi.space/_site/website-log.html - Writing: /Users/tommi/tommi.space/_site/websitelog.html - Writing: /Users/tommi/tommi.space/_site/log.html - Writing: /Users/tommi/tommi.space/_site/shortcuts.html - Writing: /Users/tommi/tommi.space/_site/keyboard-shortcuts.html - Writing: /Users/tommi/tommi.space/_site/keybindings.html - Writing: /Users/tommi/tommi.space/_site/leggere.html - Writing: /Users/tommi/tommi.space/_site/lettura.html - Writing: /Users/tommi/tommi.space/_site/name-on-mars.html - Writing: /Users/tommi/tommi.space/_site/mars.html - Writing: /Users/tommi/tommi.space/_site/name-mars.html - Writing: /Users/tommi/tommi.space/_site/webmentions.html - Writing: /Users/tommi/tommi.space/_site/indiewebify.html - Writing: /Users/tommi/tommi.space/_site/workstation.html - Writing: /Users/tommi/tommi.space/_site/ubuntu-pc.html - Writing: /Users/tommi/tommi.space/_site/linux-pc.html - Writing: /Users/tommi/tommi.space/_site/pc.html - Writing: /Users/tommi/tommi.space/_site/PC.html - Writing: /Users/tommi/tommi.space/_site/computer-fisso.html - Writing: /Users/tommi/tommi.space/_site/lightroom-to-darktable.html - Writing: /Users/tommi/tommi.space/_site/lightroom.html - Writing: /Users/tommi/tommi.space/_site/quit-lightroom.html - Writing: /Users/tommi/tommi.space/_site/il-cubo.html - Writing: /Users/tommi/tommi.space/_site/referral-codes.html - Writing: /Users/tommi/tommi.space/_site/referral-links.html - Writing: /Users/tommi/tommi.space/_site/macos-apps.html - Writing: /Users/tommi/tommi.space/_site/mac-apps.html - Writing: /Users/tommi/tommi.space/_site/macos.html - Writing: /Users/tommi/tommi.space/_site/macbook.html - Writing: /Users/tommi/tommi.space/_site/macbook-pro.html - Writing: /Users/tommi/tommi.space/_site/macbookpro.html - Writing: /Users/tommi/tommi.space/_site/tommis-mac.html - Writing: /Users/tommi/tommi.space/_site/tommis-macbook.html - Writing: /Users/tommi/tommi.space/_site/tommis-macbook-pro.html - Writing: /Users/tommi/tommi.space/_site/tommismacbookpro.html - Writing: /Users/tommi/tommi.space/_site/ios-apps.html - Writing: /Users/tommi/tommi.space/_site/iphone.html - Writing: /Users/tommi/tommi.space/_site/iphone-apps.html - Writing: /Users/tommi/tommi.space/_site/android-apps.html - Writing: /Users/tommi/tommi.space/_site/oneplus-apps.html - Writing: /Users/tommi/tommi.space/_site/dall-alto.html - Writing: /Users/tommi/tommi.space/_site/mondo-dall-alto.html - Writing: /Users/tommi/tommi.space/_site/lightweight.html - Writing: /Users/tommi/tommi.space/_site/css-changes.html - Writing: /Users/tommi/tommi.space/_site/permanentids.html - Writing: /Users/tommi/tommi.space/_site/ids.html - Writing: /Users/tommi/tommi.space/_site/change-css.html - Writing: /Users/tommi/tommi.space/_site/permanent-ids.html - Writing: /Users/tommi/tommi.space/_site/keep-html.html - Writing: /Users/tommi/tommi.space/_site/eternal-html.html - Writing: /Users/tommi/tommi.space/_site/live.html - Writing: /Users/tommi/tommi.space/_site/vivere.html - Writing: /Users/tommi/tommi.space/_site/life.html - Writing: /Users/tommi/tommi.space/_site/vita.html - Writing: /Users/tommi/tommi.space/_site/autobiografie.html - Writing: /Users/tommi/tommi.space/_site/autobiographies.html - Writing: /Users/tommi/tommi.space/_site/biographies.html - Writing: /Users/tommi/tommi.space/_site/nvim.html - Writing: /Users/tommi/tommi.space/_site/neovim.html - Writing: /Users/tommi/tommi.space/_site/gvim.html - Writing: /Users/tommi/tommi.space/_site/macvim.html - Writing: /Users/tommi/tommi.space/_site/dati.html - Writing: /Users/tommi/tommi.space/_site/my-data.html - Writing: /Users/tommi/tommi.space/_site/personal-data.html - Writing: /Users/tommi/tommi.space/_site/shell.html - Writing: /Users/tommi/tommi.space/_site/sh.html - Writing: /Users/tommi/tommi.space/_site/zsh.html - Writing: /Users/tommi/tommi.space/_site/csvfication.html - Writing: /Users/tommi/tommi.space/_site/csvification.html - Writing: /Users/tommi/tommi.space/_site/csvify.html - Writing: /Users/tommi/tommi.space/_site/csvfy.html - Writing: /Users/tommi/tommi.space/_site/political-ideas.html - Writing: /Users/tommi/tommi.space/_site/leadership-ideas.html - Writing: /Users/tommi/tommi.space/_site/government-ideas.html - Writing: /Users/tommi/tommi.space/_site/names.html - Writing: /Users/tommi/tommi.space/_site/idee-nomi.html - Writing: /Users/tommi/tommi.space/_site/name-ideas.html - Writing: /Users/tommi/tommi.space/_site/names-ideas.html - Writing: /Users/tommi/tommi.space/_site/titles-ideas.html - Writing: /Users/tommi/tommi.space/_site/osm.html - Writing: /Users/tommi/tommi.space/_site/openstreetmaps.html - Writing: /Users/tommi/tommi.space/_site/signal-it.html - Writing: /Users/tommi/tommi.space/_site/it-signal.html - Writing: /Users/tommi/tommi.space/_site/signal-ita.html - Writing: /Users/tommi/tommi.space/_site/ita-signal.html - Writing: /Users/tommi/tommi.space/_site/abbandonare-whatsapp.html - Writing: /Users/tommi/tommi.space/_site/no-whatsapp.html - Writing: /Users/tommi/tommi.space/_site/ciao-whatsapp.html - Writing: /Users/tommi/tommi.space/_site/scegliere-signal.html - Writing: /Users/tommi/tommi.space/_site/sconnesso/qsm.html - Writing: /Users/tommi/tommi.space/_site/sconnesso/abbandonare-i-social-media.html - Writing: /Users/tommi/tommi.space/_site/sconnesso/abbandonare-i-social.html - Writing: /Users/tommi/tommi.space/_site/sconnesso/abbandonare-social.html - Writing: /Users/tommi/tommi.space/_site/sconnesso/distrazione.html - Writing: /Users/tommi/tommi.space/_site/everyone-it.html - Writing: /Users/tommi/tommi.space/_site/everyone/it.html - Writing: /Users/tommi/tommi.space/_site/everyone-short-movie.html - Writing: /Users/tommi/tommi.space/_site/everyone-love-awakens.html - Writing: /Users/tommi/tommi.space/_site/sono.html - Writing: /Users/tommi/tommi.space/_site/chi.html - Writing: /Users/tommi/tommi.space/_site/chi-sono.html - Writing: /Users/tommi/tommi.space/_site/tommi.html - Writing: /Users/tommi/tommi.space/_site/tommi-it.html - Writing: /Users/tommi/tommi.space/_site/tommaso.html - Writing: /Users/tommi/tommi.space/_site/biografia.html - Writing: /Users/tommi/tommi.space/_site/autobiografia.html - Writing: /Users/tommi/tommi.space/_site/mi-presento.html - Writing: /Users/tommi/tommi.space/_site/sono-io.html - Writing: /Users/tommi/tommi.space/_site/bio-it.html - Writing: /Users/tommi/tommi.space/_site/it/bio.html - Writing: /Users/tommi/tommi.space/_site/who.html - Writing: /Users/tommi/tommi.space/_site/who-am-i.html - Writing: /Users/tommi/tommi.space/_site/tommi-en.html - Writing: /Users/tommi/tommi.space/_site/bio.html - Writing: /Users/tommi/tommi.space/_site/biography.html - Writing: /Users/tommi/tommi.space/_site/about-me.html - Writing: /Users/tommi/tommi.space/_site/feeds-it.html - Writing: /Users/tommi/tommi.space/_site/feed-it.html - Writing: /Users/tommi/tommi.space/_site/it/feeds.html - Writing: /Users/tommi/tommi.space/_site/it/feed.html - Writing: /Users/tommi/tommi.space/_site/filinge.html - Writing: /Users/tommi/tommi.space/_site/philosophy.html - Writing: /Users/tommi/tommi.space/_site/landing-page.html - Writing: /Users/tommi/tommi.space/_site/linktree.html - Writing: /Users/tommi/tommi.space/_site/quick-links.html - Writing: /Users/tommi/tommi.space/_site/link-tree.html - Writing: /Users/tommi/tommi.space/_site/quicklinks.html - Writing: /Users/tommi/tommi.space/_site/parole-sconnesse.html - Writing: /Users/tommi/tommi.space/_site/parolesconnesse.html - Writing: /Users/tommi/tommi.space/_site/wayback_archiver.html - Writing: /Users/tommi/tommi.space/_site/wayback-archiver.html - Writing: /Users/tommi/tommi.space/_site/poetry-selection.html - Writing: /Users/tommi/tommi.space/_site/poesie-selezione.html - Writing: /Users/tommi/tommi.space/_site/selezione-poesie.html - Writing: /Users/tommi/tommi.space/_site/pasticci-belli.html - Writing: /Users/tommi/tommi.space/_site/poetry.html - Writing: /Users/tommi/tommi.space/_site/poesia.html - Writing: /Users/tommi/tommi.space/_site/privacy/it.html - Writing: /Users/tommi/tommi.space/_site/it/privacypolicy.html - Writing: /Users/tommi/tommi.space/_site/it/privacy-policy.html - Writing: /Users/tommi/tommi.space/_site/it/privacy.html - Writing: /Users/tommi/tommi.space/_site/trattamentodati.html - Writing: /Users/tommi/tommi.space/_site/trattamento-dati.html - Writing: /Users/tommi/tommi.space/_site/privacy-policy.html - Writing: /Users/tommi/tommi.space/_site/privacypolicy.html - Writing: /Users/tommi/tommi.space/_site/podcast.html - Writing: /Users/tommi/tommi.space/_site/voice.html - Writing: /Users/tommi/tommi.space/_site/audio.html - Writing: /Users/tommi/tommi.space/_site/stuff-it.html - Writing: /Users/tommi/tommi.space/_site/it/stuff.html - Writing: /Users/tommi/tommi.space/_site/stuff/it.html - Writing: /Users/tommi/tommi.space/_site/use-firefox.html - Writing: /Users/tommi/tommi.space/_site/browser-sbagliato.html - Writing: /Users/tommi/tommi.space/_site/apri-firefox.html - Writing: /Users/tommi/tommi.space/_site/open-firefox.html - Writing: /Users/tommi/tommi.space/_site/tutta-la-marmellata.html - Writing: /Users/tommi/tommi.space/_site/tutta-marmellata.html - Writing: /Users/tommi/tommi.space/_site/the-whole-jam.html - Writing: /Users/tommi/tommi.space/_site/wholejam.html - Writing: /Users/tommi/tommi.space/_site/whole-jar.html - Writing: /Users/tommi/tommi.space/_site/wholejam.html - Writing: /Users/tommi/tommi.space/_site/wholejar.html - Writing: /Users/tommi/tommi.space/_site/the-whole-jar.html - Writing: /Users/tommi/tommi.space/_site/blog.html - Writing: /Users/tommi/tommi.space/_site/en/zibaldone.html - Writing: /Users/tommi/tommi.space/_site/zibaldone/en.html - Writing: /Users/tommi/tommi.space/_site/redirects.json - Writing: /Users/tommi/tommi.space/_site/feeds/poetry.xml - Writing: /Users/tommi/tommi.space/_site/feeds/filinge.xml - Writing: /Users/tommi/tommi.space/_site/feeds/jam.xml - Writing: /Users/tommi/tommi.space/_site/feeds/zibaldone.xml - Writing: /Users/tommi/tommi.space/_site/feeds/geek.xml - Writing: /Users/tommi/tommi.space/_site/sitemap.xml - Writing: /Users/tommi/tommi.space/_site/robots.txt - Writing: /Users/tommi/tommi.space/_site/zibaldone/index.html - Writing: /Users/tommi/tommi.space/_site/zibaldone/2/index.html - Writing: /Users/tommi/tommi.space/_site/zibaldone/3/index.html - Writing: /Users/tommi/tommi.space/_site/zibaldone/4/index.html - Writing: /Users/tommi/tommi.space/_site/zibaldone/5/index.html - Writing: /Users/tommi/tommi.space/_site/zibaldone/6/index.html - Writing: /Users/tommi/tommi.space/_site/zibaldone/7/index.html - Writing: /Users/tommi/tommi.space/_site/zibenglish/index.html - Writing: /Users/tommi/tommi.space/_site/zibenglish/en/2/index.html - Writing: /Users/tommi/tommi.space/_site/zibenglish/en/3/index.html - Writing: /Users/tommi/tommi.space/_site/zibenglish/en/4/index.html - Writing: /Users/tommi/tommi.space/_site/zibenglish/en/5/index.html - Writing: /Users/tommi/tommi.space/_site/zibenglish/en/6/index.html - Writing: /Users/tommi/tommi.space/_site/zibenglish/en/7/index.html - Writing: /Users/tommi/tommi.space/_site/Everyone.css.map - Writing: /Users/tommi/tommi.space/_site/buttondown.css.map - Writing: /Users/tommi/tommi.space/_site/piwigo.css.map - Writing: /Users/tommi/tommi.space/_site/style.css.map - Writing: /Users/tommi/tommi.space/_site/Vivi-la-vita.html - Writing: /Users/tommi/tommi.space/_site/Come-cambiare-il-mondo.html - Writing: /Users/tommi/tommi.space/_site/Prima-di-scattare-pensa.html - Writing: /Users/tommi/tommi.space/_site/borderlife.html - Writing: /Users/tommi/tommi.space/_site/Giffoni.html - Writing: /Users/tommi/tommi.space/_site/Le-torce-non-servono-nello-spazio.html - Writing: /Users/tommi/tommi.space/_site/Iter-per-mentis-casinum.html - Writing: /Users/tommi/tommi.space/_site/Sogno-ad-occhi-aperti.html - Writing: /Users/tommi/tommi.space/_site/Brunori-Sa.html - Writing: /Users/tommi/tommi.space/_site/Keep-calm-and-stop-hating.html - Writing: /Users/tommi/tommi.space/_site/The-Bus-Blogger.html - Writing: /Users/tommi/tommi.space/_site/Solo.html - Writing: /Users/tommi/tommi.space/_site/Che-palle-instagram.html - Writing: /Users/tommi/tommi.space/_site/Ugomo.html - Writing: /Users/tommi/tommi.space/_site/Svevoismo.html - Writing: /Users/tommi/tommi.space/_site/Servire.html - Writing: /Users/tommi/tommi.space/_site/Frammenti.html - Writing: /Users/tommi/tommi.space/_site/futuro.html - Writing: /Users/tommi/tommi.space/_site/Maturandi.html - Writing: /Users/tommi/tommi.space/_site/Inciampare.html - Writing: /Users/tommi/tommi.space/_site/squali-consapevoli.html - Writing: /Users/tommi/tommi.space/_site/Groovy-Pieces.html - Writing: /Users/tommi/tommi.space/_site/Vorrei-avere-culo.html - Writing: /Users/tommi/tommi.space/_site/Sono-innamorato.html - Writing: /Users/tommi/tommi.space/_site/Domodossola.html - Writing: /Users/tommi/tommi.space/_site/avanguardia.html - Writing: /Users/tommi/tommi.space/_site/the-making-of.html - Writing: /Users/tommi/tommi.space/_site/genesi.html - Writing: /Users/tommi/tommi.space/_site/scaricare-film.html - Writing: /Users/tommi/tommi.space/_site/Mnemosyne.html - Writing: /Users/tommi/tommi.space/_site/Non-sono-abbastanza.html - Writing: /Users/tommi/tommi.space/_site/Non-so-più-leggere.html - Writing: /Users/tommi/tommi.space/_site/Cambiare-Vita.html - Writing: /Users/tommi/tommi.space/_site/procrastinazione.html - Writing: /Users/tommi/tommi.space/_site/credenza.html - Writing: /Users/tommi/tommi.space/_site/Polizia-cinese.html - Writing: /Users/tommi/tommi.space/_site/serrature-mancate.html - Writing: /Users/tommi/tommi.space/_site/astinenza-seriale.html - Writing: /Users/tommi/tommi.space/_site/crossover.html - Writing: /Users/tommi/tommi.space/_site/nel-blu-dipinto-di-blu.html - Writing: /Users/tommi/tommi.space/_site/Virtual-Reality.html - Writing: /Users/tommi/tommi.space/_site/cassetto.html - Writing: /Users/tommi/tommi.space/_site/affetto.html - Writing: /Users/tommi/tommi.space/_site/sceneggiatura.html - Writing: /Users/tommi/tommi.space/_site/Open-Office.html - Writing: /Users/tommi/tommi.space/_site/Batch-reopen.html - Writing: /Users/tommi/tommi.space/_site/Digital-Wellbeing-implementations.html - Writing: /Users/tommi/tommi.space/_site/Geek-todo.html - Writing: /Users/tommi/tommi.space/_site/Just-once.html - Writing: /Users/tommi/tommi.space/_site/Metastudy.html - Writing: /Users/tommi/tommi.space/_site/Mindfulness.html - Writing: /Users/tommi/tommi.space/_site/marmellata.html - Writing: /Users/tommi/tommi.space/_site/Giri.html - Writing: /Users/tommi/tommi.space/_site/missing-tools.html - Writing: /Users/tommi/tommi.space/_site/monero.html - Writing: /Users/tommi/tommi.space/_site/Questions-to-ask-to-an-AI.html - Writing: /Users/tommi/tommi.space/_site/rimm-db.html - Writing: /Users/tommi/tommi.space/_site/Scale-app.html - Writing: /Users/tommi/tommi.space/_site/jam.html - Writing: /Users/tommi/tommi.space/_site/development.html - Writing: /Users/tommi/tommi.space/_site/Tutto.html - Writing: /Users/tommi/tommi.space/_site/Server-setup.html - Writing: /Users/tommi/tommi.space/_site/Server.html - Writing: /Users/tommi/tommi.space/_site/Social.html - Writing: /Users/tommi/tommi.space/_site/Apps.html - Writing: /Users/tommi/tommi.space/_site/Cheat-sheets.html - Writing: /Users/tommi/tommi.space/_site/Knowledge.html - Writing: /Users/tommi/tommi.space/_site/jack-frusciante.html - Writing: /Users/tommi/tommi.space/_site/Design.html - Writing: /Users/tommi/tommi.space/_site/Typography.html - Writing: /Users/tommi/tommi.space/_site/Data-Sources.html - Writing: /Users/tommi/tommi.space/_site/Colors.html - Writing: /Users/tommi/tommi.space/_site/Launcher.html - Writing: /Users/tommi/tommi.space/_site/oggetti.html - Writing: /Users/tommi/tommi.space/_site/Oggetti.html - Writing: /Users/tommi/tommi.space/_site/Parole.html - Writing: /Users/tommi/tommi.space/_site/Cinema.html - Writing: /Users/tommi/tommi.space/_site/qsm.html - Writing: /Users/tommi/tommi.space/_site/Quotes.html - Writing: /Users/tommi/tommi.space/_site/Following.html - Writing: /Users/tommi/tommi.space/_site/People.html - Writing: /Users/tommi/tommi.space/_site/Blogroll.html - Writing: /Users/tommi/tommi.space/_site/Firefox.html - Writing: /Users/tommi/tommi.space/_site/Internet-Freedom.html - Writing: /Users/tommi/tommi.space/_site/Shadow-map.html - Writing: /Users/tommi/tommi.space/_site/Wishlist.html - Writing: /Users/tommi/tommi.space/_site/Xplosion-Music.html - Writing: /Users/tommi/tommi.space/_site/places.html - Writing: /Users/tommi/tommi.space/_site/Canzomnia.html - Writing: /Users/tommi/tommi.space/_site/bugs.html - Writing: /Users/tommi/tommi.space/_site/delete.html - Writing: /Users/tommi/tommi.space/_site/Lunapp.html - Writing: /Users/tommi/tommi.space/_site/lanier-social-media-notes.html - Writing: /Users/tommi/tommi.space/_site/Books.html - Writing: /Users/tommi/tommi.space/_site/backup.html - Writing: /Users/tommi/tommi.space/_site/Poesie.html - Writing: /Users/tommi/tommi.space/_site/Filmmaking.html - Writing: /Users/tommi/tommi.space/_site/Photography.html - Writing: /Users/tommi/tommi.space/_site/target-blank.html - Writing: /Users/tommi/tommi.space/_site/Now.html - Writing: /Users/tommi/tommi.space/_site/Ora.html - Writing: /Users/tommi/tommi.space/_site/MDN-Linux-Day.html - Writing: /Users/tommi/tommi.space/_site/Self-tracking.html - Writing: /Users/tommi/tommi.space/_site/Domains.html - Writing: /Users/tommi/tommi.space/_site/Internet-Awesomeness.html - Writing: /Users/tommi/tommi.space/_site/Slots.html - Writing: /Users/tommi/tommi.space/_site/The-Slot-Philosophy.html - Writing: /Users/tommi/tommi.space/_site/quit-spotify.html - Writing: /Users/tommi/tommi.space/_site/Boundaries.html - Writing: /Users/tommi/tommi.space/_site/Travel.html - Writing: /Users/tommi/tommi.space/_site/zettelkasten.html - Writing: /Users/tommi/tommi.space/_site/radio-ham.html - Writing: /Users/tommi/tommi.space/_site/Piwigo.html - Writing: /Users/tommi/tommi.space/_site/switch.html - Writing: /Users/tommi/tommi.space/_site/Post-comprensione.html - Writing: /Users/tommi/tommi.space/_site/Quit-listing.html - Writing: /Users/tommi/tommi.space/_site/Esame-di-coscienza.html - Writing: /Users/tommi/tommi.space/_site/Loops.html - Writing: /Users/tommi/tommi.space/_site/Self-debugging.html - Writing: /Users/tommi/tommi.space/_site/Self-improvement.html - Writing: /Users/tommi/tommi.space/_site/Signal.html - Writing: /Users/tommi/tommi.space/_site/Knowledge-management.html - Writing: /Users/tommi/tommi.space/_site/Missing-Knowledge.html - Writing: /Users/tommi/tommi.space/_site/internet-freedom-roadmap.html - Writing: /Users/tommi/tommi.space/_site/lineageos.html - Writing: /Users/tommi/tommi.space/_site/underline.html - Writing: /Users/tommi/tommi.space/_site/Keys.html - Writing: /Users/tommi/tommi.space/_site/Self-debugging-app.html - Writing: /Users/tommi/tommi.space/_site/Notes-on-Indistractable.html - Writing: /Users/tommi/tommi.space/_site/just-read.html - Writing: /Users/tommi/tommi.space/_site/Timeline-development.html - Writing: /Users/tommi/tommi.space/_site/Desk-logging.html - Writing: /Users/tommi/tommi.space/_site/Hebertismo.html - Writing: /Users/tommi/tommi.space/_site/Wait-to-sing-up.html - Writing: /Users/tommi/tommi.space/_site/import.html - Writing: /Users/tommi/tommi.space/_site/degoogle.html - Writing: /Users/tommi/tommi.space/_site/Monotasking.html - Writing: /Users/tommi/tommi.space/_site/Storage.html - Writing: /Users/tommi/tommi.space/_site/plain-text.html - Writing: /Users/tommi/tommi.space/_site/Explanations.html - Writing: /Users/tommi/tommi.space/_site/rss.html - Writing: /Users/tommi/tommi.space/_site/dorian-gray.html - Writing: /Users/tommi/tommi.space/_site/Jekyll-sidenotes.html - Writing: /Users/tommi/tommi.space/_site/quit-mailchimp.html - Writing: /Users/tommi/tommi.space/_site/meta.html - Writing: /Users/tommi/tommi.space/_site/Hotkeys.html - Writing: /Users/tommi/tommi.space/_site/Leggere.html - Writing: /Users/tommi/tommi.space/_site/Music.html - Writing: /Users/tommi/tommi.space/_site/My-name-is-on-Mars.html - Writing: /Users/tommi/tommi.space/_site/Indie-Web.html - Writing: /Users/tommi/tommi.space/_site/Linuxplosion.html - Writing: /Users/tommi/tommi.space/_site/darktable.html - Writing: /Users/tommi/tommi.space/_site/Quit-IMDb.html - Writing: /Users/tommi/tommi.space/_site/Docker-Server-Setup.html - Writing: /Users/tommi/tommi.space/_site/Al-Canton.html - Writing: /Users/tommi/tommi.space/_site/cubo.html - Writing: /Users/tommi/tommi.space/_site/Obsidian.html - Writing: /Users/tommi/tommi.space/_site/Cubbit.html - Writing: /Users/tommi/tommi.space/_site/referral.html - Writing: /Users/tommi/tommi.space/_site/Being-a-self-editor.html - Writing: /Users/tommi/tommi.space/_site/Translate.html - Writing: /Users/tommi/tommi.space/_site/Politics.html - Writing: /Users/tommi/tommi.space/_site/Ricostruzione-della-perdita-di-memoria-virtuale.html - Writing: /Users/tommi/tommi.space/_site/Xplosion-Music-Extended.html - Writing: /Users/tommi/tommi.space/_site/Playlists.html - Writing: /Users/tommi/tommi.space/_site/Metamusic.html - Writing: /Users/tommi/tommi.space/_site/Classical-Xplosion.html - Writing: /Users/tommi/tommi.space/_site/Screen-empathy.html - Writing: /Users/tommi/tommi.space/_site/macos.html - Writing: /Users/tommi/tommi.space/_site/ios.html - Writing: /Users/tommi/tommi.space/_site/android.html - Writing: /Users/tommi/tommi.space/_site/Conoscere-il-mondo-dall-alto.html - Writing: /Users/tommi/tommi.space/_site/Recorder.html - Writing: /Users/tommi/tommi.space/_site/Lost.html - Writing: /Users/tommi/tommi.space/_site/Bipolarity.html - Writing: /Users/tommi/tommi.space/_site/Gli-ultimi-quindici-minuti-di-The-Newsroom.html - Writing: /Users/tommi/tommi.space/_site/Web-Typography.html - Writing: /Users/tommi/tommi.space/_site/New-York.html - Writing: /Users/tommi/tommi.space/_site/Light.html - Writing: /Users/tommi/tommi.space/_site/Permanent-HTML.html - Writing: /Users/tommi/tommi.space/_site/Universal-HTML.html - Writing: /Users/tommi/tommi.space/_site/Living.html - Writing: /Users/tommi/tommi.space/_site/Relationship-with-technology.html - Writing: /Users/tommi/tommi.space/_site/Biografie.html - Writing: /Users/tommi/tommi.space/_site/Scrivere.html - Writing: /Users/tommi/tommi.space/_site/Minimalizing.html - Writing: /Users/tommi/tommi.space/_site/Communism.html - Writing: /Users/tommi/tommi.space/_site/Vim.html - Writing: /Users/tommi/tommi.space/_site/Data.html - Writing: /Users/tommi/tommi.space/_site/VNC.html - Writing: /Users/tommi/tommi.space/_site/Scripts.html - Writing: /Users/tommi/tommi.space/_site/tommi-uguale.html - Writing: /Users/tommi/tommi.space/_site/Pandoc.html - Writing: /Users/tommi/tommi.space/_site/Exiftool.html - Writing: /Users/tommi/tommi.space/_site/PhotoSync.html - Writing: /Users/tommi/tommi.space/_site/Switch-to-Linux.html - Writing: /Users/tommi/tommi.space/_site/Cron-Jobs.html - Writing: /Users/tommi/tommi.space/_site/JavaScript.html - Writing: /Users/tommi/tommi.space/_site/Bash.html - Writing: /Users/tommi/tommi.space/_site/Python.html - Writing: /Users/tommi/tommi.space/_site/git.html - Writing: /Users/tommi/tommi.space/_site/csv.html - Writing: /Users/tommi/tommi.space/_site/Linux-apps.html - Writing: /Users/tommi/tommi.space/_site/LaTeX.html - Writing: /Users/tommi/tommi.space/_site/Politics-ideas.html - Writing: /Users/tommi/tommi.space/_site/Nomi.html - Writing: /Users/tommi/tommi.space/_site/OpenStreetMap.html - Writing: /Users/tommi/tommi.space/_site/dotfiles.html - Writing: /Users/tommi/tommi.space/_site/VeUMEU-2021.html - Writing: /Users/tommi/tommi.space/_site/Brave.html - Writing: /Users/tommi/tommi.space/_site/FFMPEG.html - Writing: /Users/tommi/tommi.space/_site/Perché-Signal.html - Writing: /Users/tommi/tommi.space/_site/Brillo-Parlante.html - Writing: /Users/tommi/tommi.space/_site/Drunch.html - Writing: /Users/tommi/tommi.space/_site/Gianna.html - Writing: /Users/tommi/tommi.space/_site/Xplosion-Attic.html - Writing: /Users/tommi/tommi.space/_site/Aida.html - Writing: /Users/tommi/tommi.space/_site/Monthly-log-checklist.html - Writing: /Users/tommi/tommi.space/_site/filinge/definizione.html - Writing: /Users/tommi/tommi.space/_site/filinge/immagine.html - Writing: /Users/tommi/tommi.space/_site/filinge/etimologia-storia-mitologia.html - Writing: /Users/tommi/tommi.space/_site/filinge/pubblicita.html - Writing: /Users/tommi/tommi.space/_site/filinge/il-conte-di-montecristo.html - Writing: /Users/tommi/tommi.space/_site/filinge/considero-valore.html - Writing: /Users/tommi/tommi.space/_site/filinge/dialoghi-platonici.html - Writing: /Users/tommi/tommi.space/_site/filinge/banksy.html - Writing: /Users/tommi/tommi.space/_site/filinge/una-vita-spericolata.html - Writing: /Users/tommi/tommi.space/_site/filinge/tempo.html - Writing: /Users/tommi/tommi.space/_site/filinge/filosofia-moderna.html - Writing: /Users/tommi/tommi.space/_site/filinge/evoluzione.html - Writing: /Users/tommi/tommi.space/_site/filinge/caso-diciotti.html - Writing: /Users/tommi/tommi.space/_site/filinge/limiti.html - Writing: /Users/tommi/tommi.space/_site/filinge/papa-francesco.html - Writing: /Users/tommi/tommi.space/_site/filinge/abbecedario.html - Writing: /Users/tommi/tommi.space/_site/filinge/filosofia-contemporanea.html - Writing: /Users/tommi/tommi.space/_site/filinge/zibaldone.html - Writing: /Users/tommi/tommi.space/_site/filinge/etica.html - Writing: /Users/tommi/tommi.space/_site/filinge/serie-tv.html - Writing: /Users/tommi/tommi.space/_site/filinge/mappa-concettuale.html - Writing: /Users/tommi/tommi.space/_site/filinge/epilogo.html - Writing: /Users/tommi/tommi.space/_site/filinge/dialogo.html - Writing: /Users/tommi/tommi.space/_site/sconnesso/Pilot.html - Writing: /Users/tommi/tommi.space/_site/sconnesso/quitsocialmedia.html - Writing: /Users/tommi/tommi.space/_site/distrazione.html diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 00000000..720d824d --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6650 @@ +{ + "name": "tommi.space", + "version": "1.0.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "tommi.space", + "version": "1.0.0", + "license": "ISC", + "dependencies": { + "a-sync-waterfall": "^1.0.1", + "abbrev": "^1.1.1", + "accepts": "^1.3.7", + "acorn": "^7.4.1", + "after": "^0.8.2", + "ansi-regex": "^5.0.1", + "ansi-styles": "^4.3.0", + "anymatch": "^3.1.2", + "argparse": "^1.0.10", + "array-differ": "^3.0.0", + "array-union": "^2.1.0", + "array-uniq": "^1.0.3", + "arraybuffer.slice": "^0.0.7", + "arrify": "^2.0.1", + "asap": "^2.0.6", + "assert-never": "^1.2.1", + "async": "^1.5.2", + "async-each-series": "^0.1.1", + "axios": "^0.21.4", + "babel-walk": "^3.0.0-canary-5", + "backo2": "^1.0.2", + "balanced-match": "^1.0.2", + "base64-arraybuffer": "^0.1.4", + "base64id": "^2.0.0", + "batch": "^0.6.1", + "binary-extensions": "^2.2.0", + "blob": "^0.0.5", + "brace-expansion": "^1.1.11", + "braces": "^3.0.2", + "browser-sync": "^2.27.7", + "browser-sync-client": "^2.27.7", + "browser-sync-ui": "^2.27.7", + "bs-recipes": "^1.3.4", + "bs-snippet-injector": "^2.0.1", + "bytes": "^3.1.0", + "call-bind": "^1.0.2", + "camelcase": "^5.3.1", + "chalk": "^4.1.2", + "character-parser": "^2.2.0", + "chokidar": "^3.5.2", + "cliui": "^6.0.0", + "color-convert": "^2.0.1", + "color-name": "^1.1.4", + "commander": "^5.1.0", + "component-bind": "^1.0.0", + "component-emitter": "^1.3.0", + "component-inherit": "^0.0.3", + "concat-map": "^0.0.1", + "condense-newlines": "^0.2.1", + "config-chain": "^1.1.13", + "connect": "^3.6.6", + "connect-history-api-fallback": "^1.6.0", + "constantinople": "^4.0.1", + "cookie": "^0.4.1", + "date-time": "^0.1.1", + "debug": "^4.3.2", + "decamelize": "^1.2.0", + "del": "^2.2.2", + "depd": "^1.1.2", + "dependency-graph": "^0.11.0", + "destroy": "^1.0.4", + "dev-ip": "^1.0.1", + "dlv": "^1.1.3", + "doctypes": "^1.1.0", + "easy-extender": "^2.3.4", + "eazy-logger": "^3.1.0", + "editorconfig": "^0.15.3", + "ee-first": "^1.1.1", + "ejs": "^2.7.4", + "emoji-regex": "^8.0.0", + "encodeurl": "^1.0.2", + "engine.io": "^3.5.0", + "engine.io-client": "^3.5.2", + "engine.io-parser": "^2.2.1", + "entities": "^2.0.3", + "errno": "^0.1.8", + "escalade": "^3.1.1", + "escape-html": "^1.0.3", + "escape-string-regexp": "^1.0.5", + "esprima": "^4.0.1", + "etag": "^1.8.1", + "eventemitter3": "^4.0.7", + "extend-shallow": "^2.0.1", + "fast-glob": "^3.2.7", + "fastq": "^1.13.0", + "fill-range": "^7.0.1", + "finalhandler": "^1.1.0", + "find-up": "^4.1.0", + "follow-redirects": "^1.14.5", + "fresh": "^0.5.2", + "fs-extra": "^8.1.0", + "fs.realpath": "^1.0.0", + "fsevents": "^2.3.2", + "function-bind": "^1.1.1", + "get-caller-file": "^2.0.5", + "get-intrinsic": "^1.1.1", + "glob": "^7.2.0", + "glob-parent": "^5.1.2", + "globby": "^5.0.0", + "graceful-fs": "^4.2.8", + "gray-matter": "^4.0.3", + "hamljs": "^0.6.2", + "handlebars": "^4.7.7", + "has": "^1.0.3", + "has-ansi": "^2.0.0", + "has-binary2": "^1.0.3", + "has-color": "^0.1.7", + "has-cors": "^1.1.0", + "has-flag": "^4.0.0", + "has-symbols": "^1.0.2", + "has-tostringtag": "^1.0.0", + "http-errors": "^1.7.3", + "http-proxy": "^1.18.1", + "iconv-lite": "^0.4.24", + "immutable": "^3.8.2", + "indexof": "^0.0.1", + "inflight": "^1.0.6", + "inherits": "^2.0.4", + "ini": "^1.3.8", + "is-absolute": "^1.0.0", + "is-binary-path": "^2.1.0", + "is-buffer": "^1.1.6", + "is-core-module": "^2.8.0", + "is-expression": "^4.0.0", + "is-extendable": "^0.1.1", + "is-extglob": "^2.1.1", + "is-fullwidth-code-point": "^3.0.0", + "is-glob": "^4.0.3", + "is-number": "^7.0.0", + "is-number-like": "^1.0.8", + "is-path-cwd": "^1.0.0", + "is-path-in-cwd": "^1.0.1", + "is-path-inside": "^1.0.1", + "is-promise": "^2.2.2", + "is-regex": "^1.1.4", + "is-relative": "^1.0.0", + "is-unc-path": "^1.0.0", + "is-whitespace": "^0.3.0", + "is-windows": "^1.0.2", + "is-wsl": "^1.1.0", + "isarray": "^2.0.1", + "javascript-stringify": "^2.1.0", + "js-beautify": "^1.14.0", + "js-stringify": "^1.0.2", + "js-yaml": "^3.14.1", + "jsonfile": "^4.0.0", + "jstransformer": "^1.0.0", + "junk": "^1.0.3", + "kind-of": "^6.0.3", + "limiter": "^1.1.5", + "linkify-it": "^2.2.0", + "liquidjs": "^6.4.3", + "localtunnel": "^2.0.2", + "locate-path": "^5.0.0", + "lodash": "^4.17.21", + "lodash.isfinite": "^3.3.2", + "lru-cache": "^4.1.5", + "luxon": "^1.28.0", + "map-cache": "^0.2.2", + "markdown-it": "^10.0.0", + "maximatch": "^0.1.0", + "mdurl": "^1.0.1", + "merge2": "^1.4.1", + "micromatch": "^4.0.4", + "mime": "^1.4.1", + "mime-db": "^1.50.0", + "mime-types": "^2.1.33", + "minimatch": "^3.0.4", + "minimist": "^1.2.5", + "mitt": "^1.2.0", + "mkdirp": "^0.5.5", + "moo": "^0.5.1", + "ms": "^2.1.2", + "multimatch": "^4.0.0", + "mustache": "^2.3.2", + "negotiator": "^0.6.2", + "neo-async": "^2.6.2", + "nopt": "^5.0.0", + "normalize-path": "^3.0.0", + "nunjucks": "^3.2.3", + "object-assign": "^4.1.1", + "on-finished": "^2.3.0", + "once": "^1.4.0", + "openurl": "^1.1.1", + "opn": "^5.3.0", + "p-limit": "^2.3.0", + "p-locate": "^4.1.0", + "p-try": "^2.2.0", + "parse-filepath": "^1.0.2", + "parse-ms": "^0.1.2", + "parseqs": "^0.0.6", + "parseuri": "^0.0.6", + "parseurl": "^1.3.3", + "path-exists": "^4.0.0", + "path-is-absolute": "^1.0.1", + "path-is-inside": "^1.0.2", + "path-parse": "^1.0.7", + "path-root": "^0.1.1", + "path-root-regex": "^0.1.2", + "picomatch": "^2.3.0", + "pify": "^2.3.0", + "pinkie": "^2.0.4", + "pinkie-promise": "^2.0.1", + "please-upgrade-node": "^3.2.0", + "portscanner": "^2.1.1", + "pretty": "^2.0.0", + "pretty-ms": "^0.2.2", + "promise": "^7.3.1", + "proto-list": "^1.2.4", + "prr": "^1.0.1", + "pseudomap": "^1.0.2", + "pug": "^3.0.2", + "pug-attrs": "^3.0.0", + "pug-code-gen": "^3.0.2", + "pug-error": "^2.0.0", + "pug-filters": "^4.0.0", + "pug-lexer": "^5.0.1", + "pug-linker": "^4.0.0", + "pug-load": "^3.0.0", + "pug-parser": "^6.0.0", + "pug-runtime": "^3.0.1", + "pug-strip-comments": "^2.0.0", + "pug-walk": "^2.0.0", + "qs": "^6.2.3", + "queue-microtask": "^1.2.3", + "range-parser": "^1.2.1", + "raw-body": "^2.4.1", + "readdirp": "^3.6.0", + "recursive-copy": "^2.0.13", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "requires-port": "^1.0.0", + "resolve": "^1.20.0", + "resp-modifier": "^6.0.2", + "reusify": "^1.0.4", + "rimraf": "^2.7.1", + "run-parallel": "^1.2.0", + "rx": "^4.1.0", + "rxjs": "^5.5.12", + "safer-buffer": "^2.1.2", + "section-matter": "^1.0.0", + "semver": "^7.3.5", + "semver-compare": "^1.0.0", + "send": "^0.16.2", + "serve-index": "^1.9.1", + "serve-static": "^1.13.2", + "server-destroy": "^1.0.1", + "set-blocking": "^2.0.0", + "setprototypeof": "^1.1.1", + "sigmund": "^1.0.1", + "slash": "^1.0.0", + "slugify": "^1.6.1", + "socket.io": "^2.4.0", + "socket.io-adapter": "^1.1.2", + "socket.io-client": "^2.4.0", + "socket.io-parser": "^3.4.1", + "source-map": "^0.6.1", + "sprintf-js": "^1.0.3", + "statuses": "^1.3.1", + "stream-throttle": "^0.1.3", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "strip-bom-string": "^1.0.0", + "supports-color": "^7.2.0", + "symbol-observable": "^1.0.1", + "text-table": "^0.2.0", + "tfunk": "^4.0.0", + "time-require": "^0.1.2", + "to-array": "^0.1.4", + "to-fast-properties": "^2.0.0", + "to-regex-range": "^5.0.1", + "toidentifier": "^1.0.0", + "token-stream": "^1.0.0", + "ua-parser-js": "^1.0.2", + "uc.micro": "^1.0.6", + "uglify-js": "^3.14.3", + "unc-path-regex": "^0.1.2", + "universalify": "^0.1.2", + "unpipe": "^1.0.0", + "utils-merge": "^1.0.1", + "valid-url": "^1.0.9", + "void-elements": "^3.1.0", + "which-module": "^2.0.0", + "with": "^7.0.2", + "wordwrap": "^1.0.0", + "wrap-ansi": "^6.2.0", + "wrappy": "^1.0.2", + "ws": "^7.4.6", + "xmlhttprequest-ssl": "^1.6.3", + "y18n": "^4.0.3", + "yallist": "^2.1.2", + "yargs": "^15.4.1", + "yargs-parser": "^18.1.3", + "yeast": "^0.1.2" + }, + "devDependencies": { + "@11ty/eleventy": "^0.12.1", + "@11ty/eleventy-plugin-syntaxhighlight": "^3.1.3" + } + }, + "node_modules/@11ty/dependency-tree": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@11ty/dependency-tree/-/dependency-tree-1.0.0.tgz", + "integrity": "sha512-2FWYlkphQ/83MG7b9qqBJfJJ0K9zupNz/6n4EdDuNLw6hQHGp4Sp4UMDRyBvA/xCTYDBaPSuSjHuu45tSujegg==", + "dev": true + }, + "node_modules/@11ty/eleventy": { + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/@11ty/eleventy/-/eleventy-0.12.1.tgz", + "integrity": "sha512-YGG1Vk0IPXsExSAwIyv6zccxxlaxXLb4PvO/G+SW66Dsz2l1ZSObJuukVTLc6iMpqZCS+LZQNXnaqG9PuRmy7w==", + "dev": true, + "dependencies": { + "@11ty/dependency-tree": "^1.0.0", + "browser-sync": "^2.26.14", + "chalk": "^4.1.0", + "chokidar": "^3.5.1", + "debug": "^4.3.1", + "dependency-graph": "^0.11.0", + "ejs": "^2.7.4", + "fast-glob": "^3.2.5", + "fs-extra": "^8.1.0", + "gray-matter": "^4.0.2", + "hamljs": "^0.6.2", + "handlebars": "^4.7.7", + "javascript-stringify": "^2.0.1", + "liquidjs": "^6.4.3", + "lodash": "^4.17.21", + "luxon": "^1.26.0", + "markdown-it": "^10.0.0", + "minimist": "^1.2.5", + "moo": "^0.5.1", + "multimatch": "^4.0.0", + "mustache": "^2.3.2", + "normalize-path": "^3.0.0", + "nunjucks": "^3.2.3", + "parse-filepath": "^1.0.2", + "please-upgrade-node": "^3.2.0", + "pretty": "^2.0.0", + "pug": "^3.0.2", + "recursive-copy": "^2.0.11", + "semver": "^7.3.4", + "slugify": "^1.4.7", + "time-require": "^0.1.2", + "valid-url": "^1.0.9" + }, + "bin": { + "eleventy": "cmd.js" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/11ty" + } + }, + "node_modules/@11ty/eleventy-plugin-syntaxhighlight": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-syntaxhighlight/-/eleventy-plugin-syntaxhighlight-3.1.3.tgz", + "integrity": "sha512-xUNbUl1rC6nRGwoWhTcivjWc6h45Y7QzKpjjjLAII4XxR9JsR1kOWYNOyI6ErK4I218tsBwgSgGVHsSAVFuAcQ==", + "dev": true, + "dependencies": { + "linkedom": "^0.12.1", + "prismjs": "^1.25.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/11ty" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.15.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz", + "integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/parser": { + "version": "7.16.2", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.2.tgz", + "integrity": "sha512-RUVpT0G2h6rOZwqLDTrKk7ksNv7YpAilTnYe1/Q+eDjxEceRMKVWbCsX7t8h6C1qCFi/1Y8WZjcEPBAFG27GPw==", + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/types": { + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.0.tgz", + "integrity": "sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==", + "dependencies": { + "@babel/helper-validator-identifier": "^7.15.7", + "to-fast-properties": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@types/minimatch": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz", + "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==" + }, + "node_modules/@ungap/event-target": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@ungap/event-target/-/event-target-0.2.3.tgz", + "integrity": "sha512-7Bz0qdvxNGV9n0f+xcMKU7wsEfK6PNzo8IdAcOiBgMNyCuU0Mk9dv0Hbd/Kgr+MFFfn4xLHFbuOt820egT5qEA==", + "dev": true + }, + "node_modules/a-sync-waterfall": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz", + "integrity": "sha512-RYTOHHdWipFUliRFMCS4X2Yn2X8M87V/OpSqWzKKOGhzqyUxzyVmhHDH9sAvG+ZuQf/TAOFsLCpMw09I1ufUnA==" + }, + "node_modules/abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" + }, + "node_modules/accepts": { + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", + "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", + "dependencies": { + "mime-types": "~2.1.24", + "negotiator": "0.6.2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/acorn": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/after": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/after/-/after-0.8.2.tgz", + "integrity": "sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8=" + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/anymatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", + "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/array-differ": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-3.0.0.tgz", + "integrity": "sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "engines": { + "node": ">=8" + } + }, + "node_modules/array-uniq": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", + "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/arraybuffer.slice": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz", + "integrity": "sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog==" + }, + "node_modules/arrify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz", + "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==", + "engines": { + "node": ">=8" + } + }, + "node_modules/asap": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", + "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=" + }, + "node_modules/assert-never": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/assert-never/-/assert-never-1.2.1.tgz", + "integrity": "sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw==" + }, + "node_modules/async": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", + "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=" + }, + "node_modules/async-each-series": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/async-each-series/-/async-each-series-0.1.1.tgz", + "integrity": "sha1-dhfBkXQB/Yykooqtzj266Yr+tDI=", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/axios": { + "version": "0.21.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", + "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", + "dependencies": { + "follow-redirects": "^1.14.0" + } + }, + "node_modules/babel-walk": { + "version": "3.0.0-canary-5", + "resolved": "https://registry.npmjs.org/babel-walk/-/babel-walk-3.0.0-canary-5.tgz", + "integrity": "sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==", + "dependencies": { + "@babel/types": "^7.9.6" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/backo2": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", + "integrity": "sha1-MasayLEpNjRj41s+u2n038+6eUc=" + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + }, + "node_modules/base64-arraybuffer": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.4.tgz", + "integrity": "sha1-mBjHngWbE1X5fgQooBfIOOkLqBI=", + "engines": { + "node": ">= 0.6.0" + } + }, + "node_modules/base64id": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz", + "integrity": "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==", + "engines": { + "node": "^4.5.0 || >= 5.9" + } + }, + "node_modules/batch": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", + "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=" + }, + "node_modules/binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "engines": { + "node": ">=8" + } + }, + "node_modules/blob": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/blob/-/blob-0.0.5.tgz", + "integrity": "sha512-gaqbzQPqOoamawKg0LGVd7SzLgXS+JH61oWprSLH+P+abTczqJbhTR8CmJ2u9/bUYNmHTGJx/UEmn6doAvvuig==" + }, + "node_modules/boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=", + "dev": true + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/browser-sync": { + "version": "2.27.7", + "resolved": "https://registry.npmjs.org/browser-sync/-/browser-sync-2.27.7.tgz", + "integrity": "sha512-9ElnnA/u+s2Jd+IgY+2SImB+sAEIteHsMG0NR96m7Ph/wztpvJCUpyC2on1KqmG9iAp941j+5jfmd34tEguGbg==", + "dependencies": { + "browser-sync-client": "^2.27.7", + "browser-sync-ui": "^2.27.7", + "bs-recipes": "1.3.4", + "bs-snippet-injector": "^2.0.1", + "chokidar": "^3.5.1", + "connect": "3.6.6", + "connect-history-api-fallback": "^1", + "dev-ip": "^1.0.1", + "easy-extender": "^2.3.4", + "eazy-logger": "3.1.0", + "etag": "^1.8.1", + "fresh": "^0.5.2", + "fs-extra": "3.0.1", + "http-proxy": "^1.18.1", + "immutable": "^3", + "localtunnel": "^2.0.1", + "micromatch": "^4.0.2", + "opn": "5.3.0", + "portscanner": "2.1.1", + "qs": "6.2.3", + "raw-body": "^2.3.2", + "resp-modifier": "6.0.2", + "rx": "4.1.0", + "send": "0.16.2", + "serve-index": "1.9.1", + "serve-static": "1.13.2", + "server-destroy": "1.0.1", + "socket.io": "2.4.0", + "ua-parser-js": "1.0.2", + "yargs": "^15.4.1" + }, + "bin": { + "browser-sync": "dist/bin.js" + }, + "engines": { + "node": ">= 8.0.0" + } + }, + "node_modules/browser-sync-client": { + "version": "2.27.7", + "resolved": "https://registry.npmjs.org/browser-sync-client/-/browser-sync-client-2.27.7.tgz", + "integrity": "sha512-wKg9UP9a4sCIkBBAXUdbkdWFJzfSAQizGh+nC19W9y9zOo9s5jqeYRFUUbs7x5WKhjtspT+xetVp9AtBJ6BmWg==", + "dependencies": { + "etag": "1.8.1", + "fresh": "0.5.2", + "mitt": "^1.1.3", + "rxjs": "^5.5.6" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/browser-sync-ui": { + "version": "2.27.7", + "resolved": "https://registry.npmjs.org/browser-sync-ui/-/browser-sync-ui-2.27.7.tgz", + "integrity": "sha512-Bt4OQpx9p18OIzk0KKyu7jqlvmjacasUlk8ARY3uuIyiFWSBiRgr2i6XY8dEMF14DtbooaEBOpHEu9VCYvMcCw==", + "dependencies": { + "async-each-series": "0.1.1", + "connect-history-api-fallback": "^1", + "immutable": "^3", + "server-destroy": "1.0.1", + "socket.io-client": "^2.4.0", + "stream-throttle": "^0.1.3" + } + }, + "node_modules/browser-sync/node_modules/fs-extra": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-3.0.1.tgz", + "integrity": "sha1-N5TzeMWLNC6n27sjCVEJxLO2IpE=", + "dependencies": { + "graceful-fs": "^4.1.2", + "jsonfile": "^3.0.0", + "universalify": "^0.1.0" + } + }, + "node_modules/browser-sync/node_modules/jsonfile": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-3.0.1.tgz", + "integrity": "sha1-pezG9l9T9mLEQVx2daAzHQmS7GY=", + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/bs-recipes": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/bs-recipes/-/bs-recipes-1.3.4.tgz", + "integrity": "sha1-DS1NSKcYyMBEdp/cT4lZLci2lYU=" + }, + "node_modules/bs-snippet-injector": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/bs-snippet-injector/-/bs-snippet-injector-2.0.1.tgz", + "integrity": "sha1-YbU5PxH1JVntEgaTEANDtu2wTdU=" + }, + "node_modules/bytes": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", + "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "dependencies": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "engines": { + "node": ">=6" + } + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/character-parser": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/character-parser/-/character-parser-2.2.0.tgz", + "integrity": "sha1-x84o821LzZdE5f/CxfzeHHMmH8A=", + "dependencies": { + "is-regex": "^1.0.3" + } + }, + "node_modules/chokidar": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz", + "integrity": "sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==", + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/cliui": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", + "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^6.2.0" + } + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/commander": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz", + "integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==", + "engines": { + "node": ">= 6" + } + }, + "node_modules/component-bind": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz", + "integrity": "sha1-AMYIq33Nk4l8AAllGx06jh5zu9E=" + }, + "node_modules/component-emitter": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", + "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==" + }, + "node_modules/component-inherit": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz", + "integrity": "sha1-ZF/ErfWLcrZJ1crmUTVhnbJv8UM=" + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + }, + "node_modules/condense-newlines": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/condense-newlines/-/condense-newlines-0.2.1.tgz", + "integrity": "sha1-PemFVTE5R10yUCyDsC9gaE0kxV8=", + "dependencies": { + "extend-shallow": "^2.0.1", + "is-whitespace": "^0.3.0", + "kind-of": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/condense-newlines/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/config-chain": { + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz", + "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==", + "dependencies": { + "ini": "^1.3.4", + "proto-list": "~1.2.1" + } + }, + "node_modules/connect": { + "version": "3.6.6", + "resolved": "https://registry.npmjs.org/connect/-/connect-3.6.6.tgz", + "integrity": "sha1-Ce/2xVr3I24TcTWnJXSFi2eG9SQ=", + "dependencies": { + "debug": "2.6.9", + "finalhandler": "1.1.0", + "parseurl": "~1.3.2", + "utils-merge": "1.0.1" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/connect-history-api-fallback": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz", + "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/connect/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/connect/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/constantinople": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/constantinople/-/constantinople-4.0.1.tgz", + "integrity": "sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==", + "dependencies": { + "@babel/parser": "^7.6.0", + "@babel/types": "^7.6.1" + } + }, + "node_modules/cookie": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz", + "integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/css-select": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.1.3.tgz", + "integrity": "sha512-gT3wBNd9Nj49rAbmtFHj1cljIAOLYSX1nZ8CB7TBO3INYckygm5B7LISU/szY//YmdiSLbJvDLOx9VnMVpMBxA==", + "dev": true, + "dependencies": { + "boolbase": "^1.0.0", + "css-what": "^5.0.0", + "domhandler": "^4.2.0", + "domutils": "^2.6.0", + "nth-check": "^2.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } + }, + "node_modules/css-what": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-5.1.0.tgz", + "integrity": "sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==", + "dev": true, + "engines": { + "node": ">= 6" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } + }, + "node_modules/cssom": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.5.0.tgz", + "integrity": "sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==", + "dev": true + }, + "node_modules/date-time": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/date-time/-/date-time-0.1.1.tgz", + "integrity": "sha1-7S9tk9l5DOL9ZtW1/z7dW7y/Owc=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/debug": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/del": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/del/-/del-2.2.2.tgz", + "integrity": "sha1-wSyYHQZ4RshLyvhiz/kw2Qf/0ag=", + "dependencies": { + "globby": "^5.0.0", + "is-path-cwd": "^1.0.0", + "is-path-in-cwd": "^1.0.0", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0", + "rimraf": "^2.2.8" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/dependency-graph": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz", + "integrity": "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==", + "engines": { + "node": ">= 0.6.0" + } + }, + "node_modules/destroy": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", + "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" + }, + "node_modules/dev-ip": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dev-ip/-/dev-ip-1.0.1.tgz", + "integrity": "sha1-p2o+0YVb56ASu4rBbLgPPADcKPA=", + "bin": { + "dev-ip": "lib/dev-ip.js" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/dlv": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", + "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==" + }, + "node_modules/doctypes": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/doctypes/-/doctypes-1.1.0.tgz", + "integrity": "sha1-6oCxBqh1OHdOijpKWv4pPeSJ4Kk=" + }, + "node_modules/dom-serializer": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.3.2.tgz", + "integrity": "sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==", + "dev": true, + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.0", + "entities": "^2.0.0" + }, + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + } + }, + "node_modules/domelementtype": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz", + "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ] + }, + "node_modules/domhandler": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.2.2.tgz", + "integrity": "sha512-PzE9aBMsdZO8TK4BnuJwH0QT41wgMbRzuZrHUcpYncEjmQazq8QEaBWgLG7ZyC/DAZKEgglpIA6j4Qn/HmxS3w==", + "dev": true, + "dependencies": { + "domelementtype": "^2.2.0" + }, + "engines": { + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" + } + }, + "node_modules/domutils": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "dev": true, + "dependencies": { + "dom-serializer": "^1.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" + }, + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" + } + }, + "node_modules/easy-extender": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/easy-extender/-/easy-extender-2.3.4.tgz", + "integrity": "sha512-8cAwm6md1YTiPpOvDULYJL4ZS6WfM5/cTeVVh4JsvyYZAoqlRVUpHL9Gr5Fy7HA6xcSZicUia3DeAgO3Us8E+Q==", + "dependencies": { + "lodash": "^4.17.10" + }, + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/eazy-logger": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/eazy-logger/-/eazy-logger-3.1.0.tgz", + "integrity": "sha512-/snsn2JqBtUSSstEl4R0RKjkisGHAhvYj89i7r3ytNUKW12y178KDZwXLXIgwDqLW6E/VRMT9qfld7wvFae8bQ==", + "dependencies": { + "tfunk": "^4.0.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/editorconfig": { + "version": "0.15.3", + "resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-0.15.3.tgz", + "integrity": "sha512-M9wIMFx96vq0R4F+gRpY3o2exzb8hEj/n9S8unZtHSvYjibBp/iMufSzvmOcV/laG0ZtuTVGtiJggPOSW2r93g==", + "dependencies": { + "commander": "^2.19.0", + "lru-cache": "^4.1.5", + "semver": "^5.6.0", + "sigmund": "^1.0.1" + }, + "bin": { + "editorconfig": "bin/editorconfig" + } + }, + "node_modules/editorconfig/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + }, + "node_modules/editorconfig/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" + }, + "node_modules/ejs": { + "version": "2.7.4", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-2.7.4.tgz", + "integrity": "sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==", + "hasInstallScript": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + }, + "node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/engine.io": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-3.5.0.tgz", + "integrity": "sha512-21HlvPUKaitDGE4GXNtQ7PLP0Sz4aWLddMPw2VTyFz1FVZqu/kZsJUO8WNpKuE/OCL7nkfRaOui2ZCJloGznGA==", + "dependencies": { + "accepts": "~1.3.4", + "base64id": "2.0.0", + "cookie": "~0.4.1", + "debug": "~4.1.0", + "engine.io-parser": "~2.2.0", + "ws": "~7.4.2" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/engine.io-client": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.5.2.tgz", + "integrity": "sha512-QEqIp+gJ/kMHeUun7f5Vv3bteRHppHH/FMBQX/esFj/fuYfjyUKWGMo3VCvIP/V8bE9KcjHmRZrhIz2Z9oNsDA==", + "dependencies": { + "component-emitter": "~1.3.0", + "component-inherit": "0.0.3", + "debug": "~3.1.0", + "engine.io-parser": "~2.2.0", + "has-cors": "1.1.0", + "indexof": "0.0.1", + "parseqs": "0.0.6", + "parseuri": "0.0.6", + "ws": "~7.4.2", + "xmlhttprequest-ssl": "~1.6.2", + "yeast": "0.1.2" + } + }, + "node_modules/engine.io-client/node_modules/debug": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/engine.io-client/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/engine.io-parser": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.2.1.tgz", + "integrity": "sha512-x+dN/fBH8Ro8TFwJ+rkB2AmuVw9Yu2mockR/p3W8f8YtExwFgDvBDi0GWyb4ZLkpahtDGZgtr3zLovanJghPqg==", + "dependencies": { + "after": "0.8.2", + "arraybuffer.slice": "~0.0.7", + "base64-arraybuffer": "0.1.4", + "blob": "0.0.5", + "has-binary2": "~1.0.2" + } + }, + "node_modules/engine.io/node_modules/debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "deprecated": "Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/entities": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.3.tgz", + "integrity": "sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==" + }, + "node_modules/errno": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz", + "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==", + "dependencies": { + "prr": "~1.0.1" + }, + "bin": { + "errno": "cli.js" + } + }, + "node_modules/escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" + }, + "node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "engines": { + "node": ">=0.8.0" + } + }, + "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==", + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/eventemitter3": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" + }, + "node_modules/extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dependencies": { + "is-extendable": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/fast-glob": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz", + "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==", + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/fastq": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", + "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/finalhandler": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.0.tgz", + "integrity": "sha1-zgtoVbRYU+eRsvzGgARtiCU91/U=", + "dependencies": { + "debug": "2.6.9", + "encodeurl": "~1.0.1", + "escape-html": "~1.0.3", + "on-finished": "~2.3.0", + "parseurl": "~1.3.2", + "statuses": "~1.3.1", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/finalhandler/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/finalhandler/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/follow-redirects": { + "version": "1.14.5", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.5.tgz", + "integrity": "sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA==", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, + "node_modules/fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=", + "engines": { + "node": ">= 0.6" + } + }, + "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==", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + }, + "engines": { + "node": ">=6 <7 || >=8" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + }, + "node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "hasInstallScript": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/get-intrinsic": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", + "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", + "dependencies": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/glob": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/globby": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-5.0.0.tgz", + "integrity": "sha1-69hGZ8oNuzMLmbz8aOrCvFQ3Dg0=", + "dependencies": { + "array-union": "^1.0.1", + "arrify": "^1.0.0", + "glob": "^7.0.3", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/globby/node_modules/array-union": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", + "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", + "dependencies": { + "array-uniq": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/globby/node_modules/arrify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", + "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.8", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz", + "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==" + }, + "node_modules/gray-matter": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/gray-matter/-/gray-matter-4.0.3.tgz", + "integrity": "sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==", + "dependencies": { + "js-yaml": "^3.13.1", + "kind-of": "^6.0.2", + "section-matter": "^1.0.0", + "strip-bom-string": "^1.0.0" + }, + "engines": { + "node": ">=6.0" + } + }, + "node_modules/hamljs": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/hamljs/-/hamljs-0.6.2.tgz", + "integrity": "sha1-e3EWz22+cnjkKz9u+HJaM+F3yOM=" + }, + "node_modules/handlebars": { + "version": "4.7.7", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", + "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", + "dependencies": { + "minimist": "^1.2.5", + "neo-async": "^2.6.0", + "source-map": "^0.6.1", + "wordwrap": "^1.0.0" + }, + "bin": { + "handlebars": "bin/handlebars" + }, + "engines": { + "node": ">=0.4.7" + }, + "optionalDependencies": { + "uglify-js": "^3.1.4" + } + }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dependencies": { + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/has-ansi": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", + "dependencies": { + "ansi-regex": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-ansi/node_modules/ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-binary2": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-binary2/-/has-binary2-1.0.3.tgz", + "integrity": "sha512-G1LWKhDSvhGeAQ8mPVQlqNcOB2sJdwATtZKl2pDKKHfpf/rYj24lkinxf69blJbnsvtqqNU+L3SL50vzZhXOnw==", + "dependencies": { + "isarray": "2.0.1" + } + }, + "node_modules/has-color": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz", + "integrity": "sha1-ZxRKUmDDT8PMpnfQQdr1L+e3iy8=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-cors": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz", + "integrity": "sha1-XkdHk/fqmEPRu5nCPu9J/xJv/zk=" + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/has-symbols": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz", + "integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-tostringtag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", + "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", + "dependencies": { + "has-symbols": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/html-escaper": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-3.0.3.tgz", + "integrity": "sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==", + "dev": true + }, + "node_modules/htmlparser2": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-7.1.2.tgz", + "integrity": "sha512-d6cqsbJba2nRdg8WW2okyD4ceonFHn9jLFxhwlNcLhQWcFPdxXeJulgOLjLKtAK9T6ahd+GQNZwG9fjmGW7lyg==", + "dev": true, + "funding": [ + "https://github.com/fb55/htmlparser2?sponsor=1", + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.2", + "domutils": "^2.8.0", + "entities": "^3.0.1" + } + }, + "node_modules/htmlparser2/node_modules/entities": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz", + "integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==", + "dev": true, + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/http-errors": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.3.tgz", + "integrity": "sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==", + "dependencies": { + "depd": "~1.1.2", + "inherits": "2.0.4", + "setprototypeof": "1.1.1", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/http-errors/node_modules/statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/http-proxy": { + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", + "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", + "dependencies": { + "eventemitter3": "^4.0.0", + "follow-redirects": "^1.0.0", + "requires-port": "^1.0.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/immutable": { + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-3.8.2.tgz", + "integrity": "sha1-wkOZUUVbs5kT2vKBN28VMOEErfM=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/indexof": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz", + "integrity": "sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10=" + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "node_modules/ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" + }, + "node_modules/is-absolute": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz", + "integrity": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==", + "dependencies": { + "is-relative": "^1.0.0", + "is-windows": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" + }, + "node_modules/is-core-module": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.0.tgz", + "integrity": "sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==", + "dependencies": { + "has": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-expression": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-expression/-/is-expression-4.0.0.tgz", + "integrity": "sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A==", + "dependencies": { + "acorn": "^7.1.1", + "object-assign": "^4.1.1" + } + }, + "node_modules/is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", + "engines": { + "node": ">=0.10.0" + } + }, + "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=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-number-like": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/is-number-like/-/is-number-like-1.0.8.tgz", + "integrity": "sha512-6rZi3ezCyFcn5L71ywzz2bS5b2Igl1En3eTlZlvKjpz1n3IZLAYMbKYAIQgFmEu0GENg92ziU/faEOA/aixjbA==", + "dependencies": { + "lodash.isfinite": "^3.3.2" + } + }, + "node_modules/is-path-cwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz", + "integrity": "sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-path-in-cwd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.1.tgz", + "integrity": "sha512-FjV1RTW48E7CWM7eE/J2NJvAEEVektecDBVBE5Hh3nM1Jd0kvhHtX68Pr3xsDf857xt3Y4AkwVULK1Vku62aaQ==", + "dependencies": { + "is-path-inside": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-path-inside": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz", + "integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=", + "dependencies": { + "path-is-inside": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-promise": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz", + "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==" + }, + "node_modules/is-regex": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", + "dependencies": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-relative": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz", + "integrity": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==", + "dependencies": { + "is-unc-path": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-unc-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz", + "integrity": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==", + "dependencies": { + "unc-path-regex": "^0.1.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-whitespace": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/is-whitespace/-/is-whitespace-0.3.0.tgz", + "integrity": "sha1-Fjnssb4DauxppUy7QBz77XEUq38=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-wsl": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", + "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=", + "engines": { + "node": ">=4" + } + }, + "node_modules/isarray": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.1.tgz", + "integrity": "sha1-o32U7ZzaLVmGXJ92/llu4fM4dB4=" + }, + "node_modules/javascript-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/javascript-stringify/-/javascript-stringify-2.1.0.tgz", + "integrity": "sha512-JVAfqNPTvNq3sB/VHQJAFxN/sPgKnsKrCwyRt15zwNCdrMMJDdcEOdubuy+DuJYYdm0ox1J4uzEuYKkN+9yhVg==" + }, + "node_modules/js-beautify": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.14.0.tgz", + "integrity": "sha512-yuck9KirNSCAwyNJbqW+BxJqJ0NLJ4PwBUzQQACl5O3qHMBXVkXb/rD0ilh/Lat/tn88zSZ+CAHOlk0DsY7GuQ==", + "dependencies": { + "config-chain": "^1.1.12", + "editorconfig": "^0.15.3", + "glob": "^7.1.3", + "nopt": "^5.0.0" + }, + "bin": { + "css-beautify": "js/bin/css-beautify.js", + "html-beautify": "js/bin/html-beautify.js", + "js-beautify": "js/bin/js-beautify.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/js-stringify": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/js-stringify/-/js-stringify-1.0.2.tgz", + "integrity": "sha1-Fzb939lyTyijaCrcYjCufk6Weds=" + }, + "node_modules/js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/jstransformer": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/jstransformer/-/jstransformer-1.0.0.tgz", + "integrity": "sha1-7Yvwkh4vPx7U1cGkT2hwntJHIsM=", + "dependencies": { + "is-promise": "^2.0.0", + "promise": "^7.0.1" + } + }, + "node_modules/junk": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/junk/-/junk-1.0.3.tgz", + "integrity": "sha1-h75jSIZJy9ym9Tqzm+yczSNH9ZI=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/limiter": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/limiter/-/limiter-1.1.5.tgz", + "integrity": "sha512-FWWMIEOxz3GwUI4Ts/IvgVy6LPvoMPgjMdQ185nN6psJyBJ4yOpzqm695/h5umdLJg2vW3GR5iG11MAkR2AzJA==" + }, + "node_modules/linkedom": { + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/linkedom/-/linkedom-0.12.1.tgz", + "integrity": "sha512-kqqcUNG7RRuRFVSz5pauNBEgO/y9Cc8GIrALHfb7CwDOpx9kJh217QvJc//vAOkKaMDLoZChzGJN7QksH3dTSw==", + "dev": true, + "dependencies": { + "@ungap/event-target": "^0.2.3", + "css-select": "^4.1.3", + "cssom": "^0.5.0", + "html-escaper": "^3.0.3", + "htmlparser2": "^7.1.2", + "uhyphen": "^0.1.0" + } + }, + "node_modules/linkify-it": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-2.2.0.tgz", + "integrity": "sha512-GnAl/knGn+i1U/wjBz3akz2stz+HrHLsxMwHQGofCDfPvlf+gDKN58UtfmUquTY4/MXeE2x7k19KQmeoZi94Iw==", + "dependencies": { + "uc.micro": "^1.0.1" + } + }, + "node_modules/liquidjs": { + "version": "6.4.3", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-6.4.3.tgz", + "integrity": "sha512-m1xSB10Ncu22NR3X0xdaqu/GvP1xadDCFYGqGgd6me8DAWjyA68BKE5DHJmSxw1CGsWPsX+Hj2v/87J2w/LvMQ==", + "engines": { + "node": ">=4.8.7" + } + }, + "node_modules/localtunnel": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/localtunnel/-/localtunnel-2.0.2.tgz", + "integrity": "sha512-n418Cn5ynvJd7m/N1d9WVJISLJF/ellZnfsLnx8WBWGzxv/ntNcFkJ1o6se5quUhCplfLGBNL5tYHiq5WF3Nug==", + "dependencies": { + "axios": "0.21.4", + "debug": "4.3.2", + "openurl": "1.1.1", + "yargs": "17.1.1" + }, + "bin": { + "lt": "bin/lt.js" + }, + "engines": { + "node": ">=8.3.0" + } + }, + "node_modules/localtunnel/node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "node_modules/localtunnel/node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/localtunnel/node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "engines": { + "node": ">=10" + } + }, + "node_modules/localtunnel/node_modules/yargs": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.1.1.tgz", + "integrity": "sha512-c2k48R0PwKIqKhPMWjeiF6y2xY/gPMUlro0sgxqXpbOIohWiLNXWslsootttv7E1e73QPAMQSg5FeySbVcpsPQ==", + "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": ">=12" + } + }, + "node_modules/localtunnel/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==", + "engines": { + "node": ">=10" + } + }, + "node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, + "node_modules/lodash.isfinite": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/lodash.isfinite/-/lodash.isfinite-3.3.2.tgz", + "integrity": "sha1-+4m2WpqAKBgz8LdHizpRBPiY67M=" + }, + "node_modules/lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "dependencies": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "node_modules/luxon": { + "version": "1.28.0", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.28.0.tgz", + "integrity": "sha512-TfTiyvZhwBYM/7QdAVDh+7dBTBA29v4ik0Ce9zda3Mnf8on1S5KJI8P2jKFZ8+5C0jhmr0KwJEO/Wdpm0VeWJQ==", + "engines": { + "node": "*" + } + }, + "node_modules/map-cache": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", + "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/markdown-it": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-10.0.0.tgz", + "integrity": "sha512-YWOP1j7UbDNz+TumYP1kpwnP0aEa711cJjrAQrzd0UXlbJfc5aAq0F/PZHjiioqDC1NKgvIMX+o+9Bk7yuM2dg==", + "dependencies": { + "argparse": "^1.0.7", + "entities": "~2.0.0", + "linkify-it": "^2.0.0", + "mdurl": "^1.0.1", + "uc.micro": "^1.0.5" + }, + "bin": { + "markdown-it": "bin/markdown-it.js" + } + }, + "node_modules/maximatch": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/maximatch/-/maximatch-0.1.0.tgz", + "integrity": "sha1-hs2NawTJ8wfAWmuUGZBtA2D7E6I=", + "dependencies": { + "array-differ": "^1.0.0", + "array-union": "^1.0.1", + "arrify": "^1.0.0", + "minimatch": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/maximatch/node_modules/array-differ": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz", + "integrity": "sha1-7/UuN1gknTO+QCuLuOVkuytdQDE=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/maximatch/node_modules/array-union": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", + "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", + "dependencies": { + "array-uniq": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/maximatch/node_modules/arrify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", + "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/mdurl": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz", + "integrity": "sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=" + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "engines": { + "node": ">= 8" + } + }, + "node_modules/micromatch": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz", + "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==", + "dependencies": { + "braces": "^3.0.1", + "picomatch": "^2.2.3" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/mime": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.4.1.tgz", + "integrity": "sha512-KI1+qOZu5DcW6wayYHSzR/tXKCDC5Om4s1z2QJjDULzLcmf3DvzS7oluY4HCTrc+9FiKmWUgeNLg7W3uIQvxtQ==", + "bin": { + "mime": "cli.js" + } + }, + "node_modules/mime-db": { + "version": "1.50.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.50.0.tgz", + "integrity": "sha512-9tMZCDlYHqeERXEHO9f/hKfNXhre5dK2eE/krIvUjZbS2KPcqGDfNShIWS1uW9XOTKQKqK6qbeOci18rbfW77A==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.33", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.33.tgz", + "integrity": "sha512-plLElXp7pRDd0bNZHw+nMd52vRYjLwQjygaNg7ddJ2uJtTlmnTCjWuPKxVu6//AdaRuME84SvLW91sIkBqGT0g==", + "dependencies": { + "mime-db": "1.50.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + }, + "node_modules/mitt": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mitt/-/mitt-1.2.0.tgz", + "integrity": "sha512-r6lj77KlwqLhIUku9UWYes7KJtsczvolZkzp8hbaDPPaE24OmWl5s539Mytlj22siEQKosZ26qCBgda2PKwoJw==" + }, + "node_modules/mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "dependencies": { + "minimist": "^1.2.5" + }, + "bin": { + "mkdirp": "bin/cmd.js" + } + }, + "node_modules/moo": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/moo/-/moo-0.5.1.tgz", + "integrity": "sha512-I1mnb5xn4fO80BH9BLcF0yLypy2UKl+Cb01Fu0hJRkJjlCRtxZMWkTdAtDd5ZqCOxtCkhmRwyI57vWT+1iZ67w==" + }, + "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==" + }, + "node_modules/multimatch": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-4.0.0.tgz", + "integrity": "sha512-lDmx79y1z6i7RNx0ZGCPq1bzJ6ZoDDKbvh7jxr9SJcWLkShMzXrHbYVpTdnhNM5MXpDUxCQ4DgqVttVXlBgiBQ==", + "dependencies": { + "@types/minimatch": "^3.0.3", + "array-differ": "^3.0.0", + "array-union": "^2.1.0", + "arrify": "^2.0.1", + "minimatch": "^3.0.4" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/mustache": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/mustache/-/mustache-2.3.2.tgz", + "integrity": "sha512-KpMNwdQsYz3O/SBS1qJ/o3sqUJ5wSb8gb0pul8CO0S56b9Y2ALm8zCfsjPXsqGFfoNBkDwZuZIAjhsZI03gYVQ==", + "bin": { + "mustache": "bin/mustache" + }, + "engines": { + "npm": ">=1.4.0" + } + }, + "node_modules/negotiator": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", + "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" + }, + "node_modules/nopt": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz", + "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", + "dependencies": { + "abbrev": "1" + }, + "bin": { + "nopt": "bin/nopt.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/nth-check": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz", + "integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==", + "dev": true, + "dependencies": { + "boolbase": "^1.0.0" + }, + "funding": { + "url": "https://github.com/fb55/nth-check?sponsor=1" + } + }, + "node_modules/nunjucks": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/nunjucks/-/nunjucks-3.2.3.tgz", + "integrity": "sha512-psb6xjLj47+fE76JdZwskvwG4MYsQKXUtMsPh6U0YMvmyjRtKRFcxnlXGWglNybtNTNVmGdp94K62/+NjF5FDQ==", + "dependencies": { + "a-sync-waterfall": "^1.0.0", + "asap": "^2.0.3", + "commander": "^5.1.0" + }, + "bin": { + "nunjucks-precompile": "bin/precompile" + }, + "engines": { + "node": ">= 6.9.0" + }, + "peerDependencies": { + "chokidar": "^3.3.0" + }, + "peerDependenciesMeta": { + "chokidar": { + "optional": true + } + } + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/openurl": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/openurl/-/openurl-1.1.1.tgz", + "integrity": "sha1-OHW0sO96UsFW8NtB1GCduw+Us4c=" + }, + "node_modules/opn": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/opn/-/opn-5.3.0.tgz", + "integrity": "sha512-bYJHo/LOmoTd+pfiYhfZDnf9zekVJrY+cnS2a5F2x+w5ppvTqObojTP7WiFG+kVZs9Inw+qQ/lw7TroWwhdd2g==", + "dependencies": { + "is-wsl": "^1.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/parse-filepath": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz", + "integrity": "sha1-pjISf1Oq89FYdvWHLz/6x2PWyJE=", + "dependencies": { + "is-absolute": "^1.0.0", + "map-cache": "^0.2.0", + "path-root": "^0.1.1" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/parse-ms": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/parse-ms/-/parse-ms-0.1.2.tgz", + "integrity": "sha1-3T+iXtbC78e93hKtm0bBY6opIk4=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/parseqs": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/parseqs/-/parseqs-0.0.6.tgz", + "integrity": "sha512-jeAGzMDbfSHHA091hr0r31eYfTig+29g3GKKE/PPbEQ65X0lmMwlEoqmhzu0iztID5uJpZsFlUPDP8ThPL7M8w==" + }, + "node_modules/parseuri": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/parseuri/-/parseuri-0.0.6.tgz", + "integrity": "sha512-AUjen8sAkGgao7UyCX6Ahv0gIK2fABKmYjvP4xmy5JaKvcbTRueIqIPHLAfq30xJddqSE033IOMUSOMCcK3Sow==" + }, + "node_modules/parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-is-inside": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", + "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=" + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" + }, + "node_modules/path-root": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz", + "integrity": "sha1-mkpoFMrBwM1zNgqV8yCDyOpHRbc=", + "dependencies": { + "path-root-regex": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-root-regex": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz", + "integrity": "sha1-v8zcjfWxLcUsi0PsONGNcsBLqW0=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/picomatch": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz", + "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", + "dependencies": { + "pinkie": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/please-upgrade-node": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz", + "integrity": "sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg==", + "dependencies": { + "semver-compare": "^1.0.0" + } + }, + "node_modules/portscanner": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/portscanner/-/portscanner-2.1.1.tgz", + "integrity": "sha1-6rtAnk3iSVD1oqUW01rnaTQ/u5Y=", + "dependencies": { + "async": "1.5.2", + "is-number-like": "^1.0.3" + }, + "engines": { + "node": ">=0.4", + "npm": ">=1.0.0" + } + }, + "node_modules/pretty": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/pretty/-/pretty-2.0.0.tgz", + "integrity": "sha1-rbx5YLe7/iiaVX3F9zdhmiINBqU=", + "dependencies": { + "condense-newlines": "^0.2.1", + "extend-shallow": "^2.0.1", + "js-beautify": "^1.6.12" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pretty-ms": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-0.2.2.tgz", + "integrity": "sha1-2oeaaC/zOjcBEEbxPWJ/Z8c7hPY=", + "dependencies": { + "parse-ms": "^0.1.0" + }, + "bin": { + "pretty-ms": "cli.js" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/prismjs": { + "version": "1.25.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.25.0.tgz", + "integrity": "sha512-WCjJHl1KEWbnkQom1+SzftbtXMKQoezOCYs5rECqMN+jP+apI7ftoflyqigqzopSO3hMhTEb0mFClA8lkolgEg==", + "dev": true + }, + "node_modules/promise": { + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz", + "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==", + "dependencies": { + "asap": "~2.0.3" + } + }, + "node_modules/proto-list": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz", + "integrity": "sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk=" + }, + "node_modules/prr": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", + "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=" + }, + "node_modules/pseudomap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", + "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=" + }, + "node_modules/pug": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/pug/-/pug-3.0.2.tgz", + "integrity": "sha512-bp0I/hiK1D1vChHh6EfDxtndHji55XP/ZJKwsRqrz6lRia6ZC2OZbdAymlxdVFwd1L70ebrVJw4/eZ79skrIaw==", + "dependencies": { + "pug-code-gen": "^3.0.2", + "pug-filters": "^4.0.0", + "pug-lexer": "^5.0.1", + "pug-linker": "^4.0.0", + "pug-load": "^3.0.0", + "pug-parser": "^6.0.0", + "pug-runtime": "^3.0.1", + "pug-strip-comments": "^2.0.0" + } + }, + "node_modules/pug-attrs": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pug-attrs/-/pug-attrs-3.0.0.tgz", + "integrity": "sha512-azINV9dUtzPMFQktvTXciNAfAuVh/L/JCl0vtPCwvOA21uZrC08K/UnmrL+SXGEVc1FwzjW62+xw5S/uaLj6cA==", + "dependencies": { + "constantinople": "^4.0.1", + "js-stringify": "^1.0.2", + "pug-runtime": "^3.0.0" + } + }, + "node_modules/pug-code-gen": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/pug-code-gen/-/pug-code-gen-3.0.2.tgz", + "integrity": "sha512-nJMhW16MbiGRiyR4miDTQMRWDgKplnHyeLvioEJYbk1RsPI3FuA3saEP8uwnTb2nTJEKBU90NFVWJBk4OU5qyg==", + "dependencies": { + "constantinople": "^4.0.1", + "doctypes": "^1.1.0", + "js-stringify": "^1.0.2", + "pug-attrs": "^3.0.0", + "pug-error": "^2.0.0", + "pug-runtime": "^3.0.0", + "void-elements": "^3.1.0", + "with": "^7.0.0" + } + }, + "node_modules/pug-error": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/pug-error/-/pug-error-2.0.0.tgz", + "integrity": "sha512-sjiUsi9M4RAGHktC1drQfCr5C5eriu24Lfbt4s+7SykztEOwVZtbFk1RRq0tzLxcMxMYTBR+zMQaG07J/btayQ==" + }, + "node_modules/pug-filters": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/pug-filters/-/pug-filters-4.0.0.tgz", + "integrity": "sha512-yeNFtq5Yxmfz0f9z2rMXGw/8/4i1cCFecw/Q7+D0V2DdtII5UvqE12VaZ2AY7ri6o5RNXiweGH79OCq+2RQU4A==", + "dependencies": { + "constantinople": "^4.0.1", + "jstransformer": "1.0.0", + "pug-error": "^2.0.0", + "pug-walk": "^2.0.0", + "resolve": "^1.15.1" + } + }, + "node_modules/pug-lexer": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/pug-lexer/-/pug-lexer-5.0.1.tgz", + "integrity": "sha512-0I6C62+keXlZPZkOJeVam9aBLVP2EnbeDw3An+k0/QlqdwH6rv8284nko14Na7c0TtqtogfWXcRoFE4O4Ff20w==", + "dependencies": { + "character-parser": "^2.2.0", + "is-expression": "^4.0.0", + "pug-error": "^2.0.0" + } + }, + "node_modules/pug-linker": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/pug-linker/-/pug-linker-4.0.0.tgz", + "integrity": "sha512-gjD1yzp0yxbQqnzBAdlhbgoJL5qIFJw78juN1NpTLt/mfPJ5VgC4BvkoD3G23qKzJtIIXBbcCt6FioLSFLOHdw==", + "dependencies": { + "pug-error": "^2.0.0", + "pug-walk": "^2.0.0" + } + }, + "node_modules/pug-load": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pug-load/-/pug-load-3.0.0.tgz", + "integrity": "sha512-OCjTEnhLWZBvS4zni/WUMjH2YSUosnsmjGBB1An7CsKQarYSWQ0GCVyd4eQPMFJqZ8w9xgs01QdiZXKVjk92EQ==", + "dependencies": { + "object-assign": "^4.1.1", + "pug-walk": "^2.0.0" + } + }, + "node_modules/pug-parser": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/pug-parser/-/pug-parser-6.0.0.tgz", + "integrity": "sha512-ukiYM/9cH6Cml+AOl5kETtM9NR3WulyVP2y4HOU45DyMim1IeP/OOiyEWRr6qk5I5klpsBnbuHpwKmTx6WURnw==", + "dependencies": { + "pug-error": "^2.0.0", + "token-stream": "1.0.0" + } + }, + "node_modules/pug-runtime": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/pug-runtime/-/pug-runtime-3.0.1.tgz", + "integrity": "sha512-L50zbvrQ35TkpHwv0G6aLSuueDRwc/97XdY8kL3tOT0FmhgG7UypU3VztfV/LATAvmUfYi4wNxSajhSAeNN+Kg==" + }, + "node_modules/pug-strip-comments": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/pug-strip-comments/-/pug-strip-comments-2.0.0.tgz", + "integrity": "sha512-zo8DsDpH7eTkPHCXFeAk1xZXJbyoTfdPlNR0bK7rpOMuhBYb0f5qUVCO1xlsitYd3w5FQTK7zpNVKb3rZoUrrQ==", + "dependencies": { + "pug-error": "^2.0.0" + } + }, + "node_modules/pug-walk": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/pug-walk/-/pug-walk-2.0.0.tgz", + "integrity": "sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ==" + }, + "node_modules/qs": { + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.2.3.tgz", + "integrity": "sha1-HPyyXBCpsrSDBT/zn138kjOQjP4=", + "engines": { + "node": ">=0.6" + } + }, + "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==", + "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/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/raw-body": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.1.tgz", + "integrity": "sha512-9WmIKF6mkvA0SLmA2Knm9+qj89e+j1zqgyn8aXGd7+nAduPoqgI9lO57SAZNn/Byzo5P7JhXTyg9PzaJbH73bA==", + "dependencies": { + "bytes": "3.1.0", + "http-errors": "1.7.3", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/recursive-copy": { + "version": "2.0.13", + "resolved": "https://registry.npmjs.org/recursive-copy/-/recursive-copy-2.0.13.tgz", + "integrity": "sha512-BjmE6R/dOImStEku+017L3Z0I6u/lA+SVr1sySWbTLjmQKDTESNmJ9WBZP8wbN5FuvqNvSYvRKA/IKQhAjqnpQ==", + "dependencies": { + "del": "^2.2.0", + "errno": "^0.1.2", + "graceful-fs": "^4.1.4", + "junk": "^1.0.1", + "maximatch": "^0.1.0", + "mkdirp": "^0.5.1", + "pify": "^2.3.0", + "promise": "^7.0.1", + "slash": "^1.0.0" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" + }, + "node_modules/requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=" + }, + "node_modules/resolve": { + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz", + "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==", + "dependencies": { + "is-core-module": "^2.2.0", + "path-parse": "^1.0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resp-modifier": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/resp-modifier/-/resp-modifier-6.0.2.tgz", + "integrity": "sha1-sSTeXE+6/LpUH0j/pzlw9KpFa08=", + "dependencies": { + "debug": "^2.2.0", + "minimatch": "^3.0.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/resp-modifier/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/resp-modifier/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + } + }, + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "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/rx": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/rx/-/rx-4.1.0.tgz", + "integrity": "sha1-pfE/957zt0D+MKqAP7CfmIBdR4I=" + }, + "node_modules/rxjs": { + "version": "5.5.12", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.12.tgz", + "integrity": "sha512-xx2itnL5sBbqeeiVgNPVuQQ1nC8Jp2WfNJhXWHmElW9YmrpS9UVnNzhP3EH3HFqexO5Tlp8GhYY+WEcqcVMvGw==", + "dependencies": { + "symbol-observable": "1.0.1" + }, + "engines": { + "npm": ">=2.0.0" + } + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "node_modules/section-matter": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz", + "integrity": "sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==", + "dependencies": { + "extend-shallow": "^2.0.1", + "kind-of": "^6.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/semver-compare": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz", + "integrity": "sha1-De4hahyUGrN+nvsXiPavxf9VN/w=" + }, + "node_modules/semver/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==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/semver/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + }, + "node_modules/send": { + "version": "0.16.2", + "resolved": "https://registry.npmjs.org/send/-/send-0.16.2.tgz", + "integrity": "sha512-E64YFPUssFHEFBvpbbjr44NCLtI1AohxQ8ZSiJjQLskAdKuriYEP6VyGEsRDH8ScozGpkaX1BGvhanqCwkcEZw==", + "dependencies": { + "debug": "2.6.9", + "depd": "~1.1.2", + "destroy": "~1.0.4", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "~1.6.2", + "mime": "1.4.1", + "ms": "2.0.0", + "on-finished": "~2.3.0", + "range-parser": "~1.2.0", + "statuses": "~1.4.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/send/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/send/node_modules/http-errors": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", + "dependencies": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": ">= 1.4.0 < 2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/send/node_modules/inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + }, + "node_modules/send/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/send/node_modules/setprototypeof": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" + }, + "node_modules/send/node_modules/statuses": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz", + "integrity": "sha512-zhSCtt8v2NDrRlPQpCNtw/heZLtfUDqxBM1udqikb/Hbk52LK4nQSwr10u77iopCW5LsyHpuXS0GnEc48mLeew==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-index": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=", + "dependencies": { + "accepts": "~1.3.4", + "batch": "0.6.1", + "debug": "2.6.9", + "escape-html": "~1.0.3", + "http-errors": "~1.6.2", + "mime-types": "~2.1.17", + "parseurl": "~1.3.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/serve-index/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/serve-index/node_modules/http-errors": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", + "dependencies": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": ">= 1.4.0 < 2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-index/node_modules/inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + }, + "node_modules/serve-index/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/serve-index/node_modules/setprototypeof": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" + }, + "node_modules/serve-index/node_modules/statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-static": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.13.2.tgz", + "integrity": "sha512-p/tdJrO4U387R9oMjb1oj7qSMaMfmOyd4j9hOFoxZe2baQszgHcSWjuya/CiT5kgZZKRudHNOA0pYXOl8rQ5nw==", + "dependencies": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.2", + "send": "0.16.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/server-destroy": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/server-destroy/-/server-destroy-1.0.1.tgz", + "integrity": "sha1-8Tv5KOQrnD55OD5hzDmYtdFObN0=" + }, + "node_modules/set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" + }, + "node_modules/setprototypeof": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", + "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" + }, + "node_modules/sigmund": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz", + "integrity": "sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA=" + }, + "node_modules/slash": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz", + "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/slugify": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.1.tgz", + "integrity": "sha512-5ofqMTbetNhxlzjYYLBaZFQd6oiTuSkQlyfPEFIMwgUABlZQ0hbk5xIV9Ydd5jghWeRoO7GkiJliUvTpLOjNRA==", + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/socket.io": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-2.4.0.tgz", + "integrity": "sha512-9UPJ1UTvKayuQfVv2IQ3k7tCQC/fboDyIK62i99dAQIyHKaBsNdTpwHLgKJ6guRWxRtC9H+138UwpaGuQO9uWQ==", + "dependencies": { + "debug": "~4.1.0", + "engine.io": "~3.5.0", + "has-binary2": "~1.0.2", + "socket.io-adapter": "~1.1.0", + "socket.io-client": "2.4.0", + "socket.io-parser": "~3.4.0" + } + }, + "node_modules/socket.io-adapter": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-1.1.2.tgz", + "integrity": "sha512-WzZRUj1kUjrTIrUKpZLEzFZ1OLj5FwLlAFQs9kuZJzJi5DKdU7FsWc36SNmA8iDOtwBQyT8FkrriRM8vXLYz8g==" + }, + "node_modules/socket.io-client": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-2.4.0.tgz", + "integrity": "sha512-M6xhnKQHuuZd4Ba9vltCLT9oa+YvTsP8j9NcEiLElfIg8KeYPyhWOes6x4t+LTAC8enQbE/995AdTem2uNyKKQ==", + "dependencies": { + "backo2": "1.0.2", + "component-bind": "1.0.0", + "component-emitter": "~1.3.0", + "debug": "~3.1.0", + "engine.io-client": "~3.5.0", + "has-binary2": "~1.0.2", + "indexof": "0.0.1", + "parseqs": "0.0.6", + "parseuri": "0.0.6", + "socket.io-parser": "~3.3.0", + "to-array": "0.1.4" + } + }, + "node_modules/socket.io-client/node_modules/debug": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/socket.io-client/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/socket.io-client/node_modules/socket.io-parser": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.3.2.tgz", + "integrity": "sha512-FJvDBuOALxdCI9qwRrO/Rfp9yfndRtc1jSgVgV8FDraihmSP/MLGD5PEuJrNfjALvcQ+vMDM/33AWOYP/JSjDg==", + "dependencies": { + "component-emitter": "~1.3.0", + "debug": "~3.1.0", + "isarray": "2.0.1" + } + }, + "node_modules/socket.io-parser": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.4.1.tgz", + "integrity": "sha512-11hMgzL+WCLWf1uFtHSNvliI++tcRUWdoeYuwIl+Axvwy9z2gQM+7nJyN3STj1tLj5JyIUH8/gpDGxzAlDdi0A==", + "dependencies": { + "component-emitter": "1.2.1", + "debug": "~4.1.0", + "isarray": "2.0.1" + } + }, + "node_modules/socket.io-parser/node_modules/component-emitter": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz", + "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=" + }, + "node_modules/socket.io-parser/node_modules/debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "deprecated": "Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/socket.io/node_modules/debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "deprecated": "Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)", + "dependencies": { + "ms": "^2.1.1" + } + }, + "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==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" + }, + "node_modules/statuses": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz", + "integrity": "sha1-+vUbnrdKrvOzrPStX2Gr8ky3uT4=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/stream-throttle": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/stream-throttle/-/stream-throttle-0.1.3.tgz", + "integrity": "sha1-rdV8jXzHOoFjDTHNVdOWHPr7qcM=", + "dependencies": { + "commander": "^2.2.0", + "limiter": "^1.0.5" + }, + "bin": { + "throttleproxy": "bin/throttleproxy.js" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/stream-throttle/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-bom-string": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz", + "integrity": "sha1-5SEekiQ2n7uB1jOi8ABE3IztrZI=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/symbol-observable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.0.1.tgz", + "integrity": "sha1-g0D8RwLDEi310iKI+IKD9RPT/dQ=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=" + }, + "node_modules/tfunk": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/tfunk/-/tfunk-4.0.0.tgz", + "integrity": "sha512-eJQ0dGfDIzWNiFNYFVjJ+Ezl/GmwHaFTBTjrtqNPW0S7cuVDBrZrmzUz6VkMeCR4DZFqhd4YtLwsw3i2wYHswQ==", + "dependencies": { + "chalk": "^1.1.3", + "dlv": "^1.1.3" + } + }, + "node_modules/tfunk/node_modules/ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/tfunk/node_modules/ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/tfunk/node_modules/chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dependencies": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/tfunk/node_modules/strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dependencies": { + "ansi-regex": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/tfunk/node_modules/supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/time-require": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/time-require/-/time-require-0.1.2.tgz", + "integrity": "sha1-+eEss3D8JgXhFARYK6VO9corLZg=", + "dependencies": { + "chalk": "^0.4.0", + "date-time": "^0.1.1", + "pretty-ms": "^0.2.1", + "text-table": "^0.2.0" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/time-require/node_modules/ansi-styles": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz", + "integrity": "sha1-yxAt8cVvUSPquLZ817mAJ6AnkXg=", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/time-require/node_modules/chalk": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz", + "integrity": "sha1-UZmj3c0MHv4jvAjBsCewYXbgxk8=", + "dependencies": { + "ansi-styles": "~1.0.0", + "has-color": "~0.1.0", + "strip-ansi": "~0.1.0" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/time-require/node_modules/strip-ansi": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz", + "integrity": "sha1-OeipjQRNFQZgq+SmgIrPcLt7yZE=", + "bin": { + "strip-ansi": "cli.js" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/to-array": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz", + "integrity": "sha1-F+bBH3PdTz10zaek/zI46a2b+JA=" + }, + "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": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "engines": { + "node": ">=4" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/toidentifier": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", + "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/token-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/token-stream/-/token-stream-1.0.0.tgz", + "integrity": "sha1-zCAOqyYT9BZtJ/+a/HylbUnfbrQ=" + }, + "node_modules/ua-parser-js": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.2.tgz", + "integrity": "sha512-00y/AXhx0/SsnI51fTc0rLRmafiGOM4/O+ny10Ps7f+j/b8p/ZY11ytMgznXkOVo4GQ+KwQG5UQLkLGirsACRg==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/ua-parser-js" + }, + { + "type": "paypal", + "url": "https://paypal.me/faisalman" + } + ], + "engines": { + "node": "*" + } + }, + "node_modules/uc.micro": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz", + "integrity": "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==" + }, + "node_modules/uglify-js": { + "version": "3.14.3", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.14.3.tgz", + "integrity": "sha512-mic3aOdiq01DuSVx0TseaEzMIVqebMZ0Z3vaeDhFEh9bsc24hV1TFvN74reA2vs08D0ZWfNjAcJ3UbVLaBss+g==", + "bin": { + "uglifyjs": "bin/uglifyjs" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/uhyphen": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/uhyphen/-/uhyphen-0.1.0.tgz", + "integrity": "sha512-o0QVGuFg24FK765Qdd5kk0zU/U4dEsCtN/GSiwNI9i8xsSVtjIAOdTaVhLwZ1nrbWxFVMxNDDl+9fednsOMsBw==", + "dev": true + }, + "node_modules/unc-path-regex": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz", + "integrity": "sha1-5z3T17DXxe2G+6xrCufYxqadUPo=", + "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==", + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=", + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/valid-url": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/valid-url/-/valid-url-1.0.9.tgz", + "integrity": "sha1-HBRHm0DxOXp1eC8RXkCGRHQzogA=" + }, + "node_modules/void-elements": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-3.1.0.tgz", + "integrity": "sha1-YU9/v42AHwu18GYfWy9XhXUOTwk=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/which-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", + "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" + }, + "node_modules/with": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/with/-/with-7.0.2.tgz", + "integrity": "sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==", + "dependencies": { + "@babel/parser": "^7.9.6", + "@babel/types": "^7.9.6", + "assert-never": "^1.2.1", + "babel-walk": "3.0.0-canary-5" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/wordwrap": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", + "integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=" + }, + "node_modules/wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "node_modules/ws": { + "version": "7.4.6", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz", + "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==", + "engines": { + "node": ">=8.3.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": "^5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, + "node_modules/xmlhttprequest-ssl": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.6.3.tgz", + "integrity": "sha512-3XfeQE/wNkvrIktn2Kf0869fC0BN6UpydVasGIeSm2B1Llihf7/0UfZM+eCkOw3P7bP4+qPgqhm7ZoxuJtFU0Q==", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/y18n": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", + "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==" + }, + "node_modules/yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=" + }, + "node_modules/yargs": { + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", + "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", + "dependencies": { + "cliui": "^6.0.0", + "decamelize": "^1.2.0", + "find-up": "^4.1.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^4.2.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^18.1.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/yargs-parser": { + "version": "18.1.3", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", + "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", + "dependencies": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/yeast": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz", + "integrity": "sha1-AI4G2AlDIMNy28L47XagymyKxBk=" + } + }, + "dependencies": { + "@11ty/dependency-tree": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@11ty/dependency-tree/-/dependency-tree-1.0.0.tgz", + "integrity": "sha512-2FWYlkphQ/83MG7b9qqBJfJJ0K9zupNz/6n4EdDuNLw6hQHGp4Sp4UMDRyBvA/xCTYDBaPSuSjHuu45tSujegg==", + "dev": true + }, + "@11ty/eleventy": { + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/@11ty/eleventy/-/eleventy-0.12.1.tgz", + "integrity": "sha512-YGG1Vk0IPXsExSAwIyv6zccxxlaxXLb4PvO/G+SW66Dsz2l1ZSObJuukVTLc6iMpqZCS+LZQNXnaqG9PuRmy7w==", + "dev": true, + "requires": { + "@11ty/dependency-tree": "^1.0.0", + "browser-sync": "^2.26.14", + "chalk": "^4.1.0", + "chokidar": "^3.5.1", + "debug": "^4.3.1", + "dependency-graph": "^0.11.0", + "ejs": "^2.7.4", + "fast-glob": "^3.2.5", + "fs-extra": "^8.1.0", + "gray-matter": "^4.0.2", + "hamljs": "^0.6.2", + "handlebars": "^4.7.7", + "javascript-stringify": "^2.0.1", + "liquidjs": "^6.4.3", + "lodash": "^4.17.21", + "luxon": "^1.26.0", + "markdown-it": "^10.0.0", + "minimist": "^1.2.5", + "moo": "^0.5.1", + "multimatch": "^4.0.0", + "mustache": "^2.3.2", + "normalize-path": "^3.0.0", + "nunjucks": "^3.2.3", + "parse-filepath": "^1.0.2", + "please-upgrade-node": "^3.2.0", + "pretty": "^2.0.0", + "pug": "^3.0.2", + "recursive-copy": "^2.0.11", + "semver": "^7.3.4", + "slugify": "^1.4.7", + "time-require": "^0.1.2", + "valid-url": "^1.0.9" + } + }, + "@11ty/eleventy-plugin-syntaxhighlight": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-syntaxhighlight/-/eleventy-plugin-syntaxhighlight-3.1.3.tgz", + "integrity": "sha512-xUNbUl1rC6nRGwoWhTcivjWc6h45Y7QzKpjjjLAII4XxR9JsR1kOWYNOyI6ErK4I218tsBwgSgGVHsSAVFuAcQ==", + "dev": true, + "requires": { + "linkedom": "^0.12.1", + "prismjs": "^1.25.0" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.15.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz", + "integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==" + }, + "@babel/parser": { + "version": "7.16.2", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.2.tgz", + "integrity": "sha512-RUVpT0G2h6rOZwqLDTrKk7ksNv7YpAilTnYe1/Q+eDjxEceRMKVWbCsX7t8h6C1qCFi/1Y8WZjcEPBAFG27GPw==" + }, + "@babel/types": { + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.0.tgz", + "integrity": "sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==", + "requires": { + "@babel/helper-validator-identifier": "^7.15.7", + "to-fast-properties": "^2.0.0" + } + }, + "@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "requires": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + } + }, + "@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" + }, + "@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "requires": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + } + }, + "@types/minimatch": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz", + "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==" + }, + "@ungap/event-target": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@ungap/event-target/-/event-target-0.2.3.tgz", + "integrity": "sha512-7Bz0qdvxNGV9n0f+xcMKU7wsEfK6PNzo8IdAcOiBgMNyCuU0Mk9dv0Hbd/Kgr+MFFfn4xLHFbuOt820egT5qEA==", + "dev": true + }, + "a-sync-waterfall": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz", + "integrity": "sha512-RYTOHHdWipFUliRFMCS4X2Yn2X8M87V/OpSqWzKKOGhzqyUxzyVmhHDH9sAvG+ZuQf/TAOFsLCpMw09I1ufUnA==" + }, + "abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" + }, + "accepts": { + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", + "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", + "requires": { + "mime-types": "~2.1.24", + "negotiator": "0.6.2" + } + }, + "acorn": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==" + }, + "after": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/after/-/after-0.8.2.tgz", + "integrity": "sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8=" + }, + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "anymatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", + "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", + "requires": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + } + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "requires": { + "sprintf-js": "~1.0.2" + } + }, + "array-differ": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-3.0.0.tgz", + "integrity": "sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==" + }, + "array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==" + }, + "array-uniq": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", + "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=" + }, + "arraybuffer.slice": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz", + "integrity": "sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog==" + }, + "arrify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz", + "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==" + }, + "asap": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", + "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=" + }, + "assert-never": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/assert-never/-/assert-never-1.2.1.tgz", + "integrity": "sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw==" + }, + "async": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", + "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=" + }, + "async-each-series": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/async-each-series/-/async-each-series-0.1.1.tgz", + "integrity": "sha1-dhfBkXQB/Yykooqtzj266Yr+tDI=" + }, + "axios": { + "version": "0.21.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", + "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", + "requires": { + "follow-redirects": "^1.14.0" + } + }, + "babel-walk": { + "version": "3.0.0-canary-5", + "resolved": "https://registry.npmjs.org/babel-walk/-/babel-walk-3.0.0-canary-5.tgz", + "integrity": "sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==", + "requires": { + "@babel/types": "^7.9.6" + } + }, + "backo2": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", + "integrity": "sha1-MasayLEpNjRj41s+u2n038+6eUc=" + }, + "balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + }, + "base64-arraybuffer": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.4.tgz", + "integrity": "sha1-mBjHngWbE1X5fgQooBfIOOkLqBI=" + }, + "base64id": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz", + "integrity": "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==" + }, + "batch": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", + "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=" + }, + "binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==" + }, + "blob": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/blob/-/blob-0.0.5.tgz", + "integrity": "sha512-gaqbzQPqOoamawKg0LGVd7SzLgXS+JH61oWprSLH+P+abTczqJbhTR8CmJ2u9/bUYNmHTGJx/UEmn6doAvvuig==" + }, + "boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=", + "dev": true + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "requires": { + "fill-range": "^7.0.1" + } + }, + "browser-sync": { + "version": "2.27.7", + "resolved": "https://registry.npmjs.org/browser-sync/-/browser-sync-2.27.7.tgz", + "integrity": "sha512-9ElnnA/u+s2Jd+IgY+2SImB+sAEIteHsMG0NR96m7Ph/wztpvJCUpyC2on1KqmG9iAp941j+5jfmd34tEguGbg==", + "requires": { + "browser-sync-client": "^2.27.7", + "browser-sync-ui": "^2.27.7", + "bs-recipes": "1.3.4", + "bs-snippet-injector": "^2.0.1", + "chokidar": "^3.5.1", + "connect": "3.6.6", + "connect-history-api-fallback": "^1", + "dev-ip": "^1.0.1", + "easy-extender": "^2.3.4", + "eazy-logger": "3.1.0", + "etag": "^1.8.1", + "fresh": "^0.5.2", + "fs-extra": "3.0.1", + "http-proxy": "^1.18.1", + "immutable": "^3", + "localtunnel": "^2.0.1", + "micromatch": "^4.0.2", + "opn": "5.3.0", + "portscanner": "2.1.1", + "qs": "6.2.3", + "raw-body": "^2.3.2", + "resp-modifier": "6.0.2", + "rx": "4.1.0", + "send": "0.16.2", + "serve-index": "1.9.1", + "serve-static": "1.13.2", + "server-destroy": "1.0.1", + "socket.io": "2.4.0", + "ua-parser-js": "1.0.2", + "yargs": "^15.4.1" + }, + "dependencies": { + "fs-extra": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-3.0.1.tgz", + "integrity": "sha1-N5TzeMWLNC6n27sjCVEJxLO2IpE=", + "requires": { + "graceful-fs": "^4.1.2", + "jsonfile": "^3.0.0", + "universalify": "^0.1.0" + } + }, + "jsonfile": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-3.0.1.tgz", + "integrity": "sha1-pezG9l9T9mLEQVx2daAzHQmS7GY=", + "requires": { + "graceful-fs": "^4.1.6" + } + } + } + }, + "browser-sync-client": { + "version": "2.27.7", + "resolved": "https://registry.npmjs.org/browser-sync-client/-/browser-sync-client-2.27.7.tgz", + "integrity": "sha512-wKg9UP9a4sCIkBBAXUdbkdWFJzfSAQizGh+nC19W9y9zOo9s5jqeYRFUUbs7x5WKhjtspT+xetVp9AtBJ6BmWg==", + "requires": { + "etag": "1.8.1", + "fresh": "0.5.2", + "mitt": "^1.1.3", + "rxjs": "^5.5.6" + } + }, + "browser-sync-ui": { + "version": "2.27.7", + "resolved": "https://registry.npmjs.org/browser-sync-ui/-/browser-sync-ui-2.27.7.tgz", + "integrity": "sha512-Bt4OQpx9p18OIzk0KKyu7jqlvmjacasUlk8ARY3uuIyiFWSBiRgr2i6XY8dEMF14DtbooaEBOpHEu9VCYvMcCw==", + "requires": { + "async-each-series": "0.1.1", + "connect-history-api-fallback": "^1", + "immutable": "^3", + "server-destroy": "1.0.1", + "socket.io-client": "^2.4.0", + "stream-throttle": "^0.1.3" + } + }, + "bs-recipes": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/bs-recipes/-/bs-recipes-1.3.4.tgz", + "integrity": "sha1-DS1NSKcYyMBEdp/cT4lZLci2lYU=" + }, + "bs-snippet-injector": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/bs-snippet-injector/-/bs-snippet-injector-2.0.1.tgz", + "integrity": "sha1-YbU5PxH1JVntEgaTEANDtu2wTdU=" + }, + "bytes": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", + "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" + }, + "call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "requires": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + } + }, + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "character-parser": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/character-parser/-/character-parser-2.2.0.tgz", + "integrity": "sha1-x84o821LzZdE5f/CxfzeHHMmH8A=", + "requires": { + "is-regex": "^1.0.3" + } + }, + "chokidar": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz", + "integrity": "sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==", + "requires": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "fsevents": "~2.3.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + } + }, + "cliui": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", + "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^6.2.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "commander": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz", + "integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==" + }, + "component-bind": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz", + "integrity": "sha1-AMYIq33Nk4l8AAllGx06jh5zu9E=" + }, + "component-emitter": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", + "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==" + }, + "component-inherit": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz", + "integrity": "sha1-ZF/ErfWLcrZJ1crmUTVhnbJv8UM=" + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + }, + "condense-newlines": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/condense-newlines/-/condense-newlines-0.2.1.tgz", + "integrity": "sha1-PemFVTE5R10yUCyDsC9gaE0kxV8=", + "requires": { + "extend-shallow": "^2.0.1", + "is-whitespace": "^0.3.0", + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "config-chain": { + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz", + "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==", + "requires": { + "ini": "^1.3.4", + "proto-list": "~1.2.1" + } + }, + "connect": { + "version": "3.6.6", + "resolved": "https://registry.npmjs.org/connect/-/connect-3.6.6.tgz", + "integrity": "sha1-Ce/2xVr3I24TcTWnJXSFi2eG9SQ=", + "requires": { + "debug": "2.6.9", + "finalhandler": "1.1.0", + "parseurl": "~1.3.2", + "utils-merge": "1.0.1" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "connect-history-api-fallback": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz", + "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==" + }, + "constantinople": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/constantinople/-/constantinople-4.0.1.tgz", + "integrity": "sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==", + "requires": { + "@babel/parser": "^7.6.0", + "@babel/types": "^7.6.1" + } + }, + "cookie": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz", + "integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==" + }, + "css-select": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.1.3.tgz", + "integrity": "sha512-gT3wBNd9Nj49rAbmtFHj1cljIAOLYSX1nZ8CB7TBO3INYckygm5B7LISU/szY//YmdiSLbJvDLOx9VnMVpMBxA==", + "dev": true, + "requires": { + "boolbase": "^1.0.0", + "css-what": "^5.0.0", + "domhandler": "^4.2.0", + "domutils": "^2.6.0", + "nth-check": "^2.0.0" + } + }, + "css-what": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-5.1.0.tgz", + "integrity": "sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==", + "dev": true + }, + "cssom": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.5.0.tgz", + "integrity": "sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==", + "dev": true + }, + "date-time": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/date-time/-/date-time-0.1.1.tgz", + "integrity": "sha1-7S9tk9l5DOL9ZtW1/z7dW7y/Owc=" + }, + "debug": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "requires": { + "ms": "2.1.2" + } + }, + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=" + }, + "del": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/del/-/del-2.2.2.tgz", + "integrity": "sha1-wSyYHQZ4RshLyvhiz/kw2Qf/0ag=", + "requires": { + "globby": "^5.0.0", + "is-path-cwd": "^1.0.0", + "is-path-in-cwd": "^1.0.0", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0", + "rimraf": "^2.2.8" + } + }, + "depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" + }, + "dependency-graph": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz", + "integrity": "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==" + }, + "destroy": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", + "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" + }, + "dev-ip": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dev-ip/-/dev-ip-1.0.1.tgz", + "integrity": "sha1-p2o+0YVb56ASu4rBbLgPPADcKPA=" + }, + "dlv": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", + "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==" + }, + "doctypes": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/doctypes/-/doctypes-1.1.0.tgz", + "integrity": "sha1-6oCxBqh1OHdOijpKWv4pPeSJ4Kk=" + }, + "dom-serializer": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.3.2.tgz", + "integrity": "sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==", + "dev": true, + "requires": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.0", + "entities": "^2.0.0" + } + }, + "domelementtype": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz", + "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==", + "dev": true + }, + "domhandler": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.2.2.tgz", + "integrity": "sha512-PzE9aBMsdZO8TK4BnuJwH0QT41wgMbRzuZrHUcpYncEjmQazq8QEaBWgLG7ZyC/DAZKEgglpIA6j4Qn/HmxS3w==", + "dev": true, + "requires": { + "domelementtype": "^2.2.0" + } + }, + "domutils": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "dev": true, + "requires": { + "dom-serializer": "^1.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" + } + }, + "easy-extender": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/easy-extender/-/easy-extender-2.3.4.tgz", + "integrity": "sha512-8cAwm6md1YTiPpOvDULYJL4ZS6WfM5/cTeVVh4JsvyYZAoqlRVUpHL9Gr5Fy7HA6xcSZicUia3DeAgO3Us8E+Q==", + "requires": { + "lodash": "^4.17.10" + } + }, + "eazy-logger": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/eazy-logger/-/eazy-logger-3.1.0.tgz", + "integrity": "sha512-/snsn2JqBtUSSstEl4R0RKjkisGHAhvYj89i7r3ytNUKW12y178KDZwXLXIgwDqLW6E/VRMT9qfld7wvFae8bQ==", + "requires": { + "tfunk": "^4.0.0" + } + }, + "editorconfig": { + "version": "0.15.3", + "resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-0.15.3.tgz", + "integrity": "sha512-M9wIMFx96vq0R4F+gRpY3o2exzb8hEj/n9S8unZtHSvYjibBp/iMufSzvmOcV/laG0ZtuTVGtiJggPOSW2r93g==", + "requires": { + "commander": "^2.19.0", + "lru-cache": "^4.1.5", + "semver": "^5.6.0", + "sigmund": "^1.0.1" + }, + "dependencies": { + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" + }, + "ejs": { + "version": "2.7.4", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-2.7.4.tgz", + "integrity": "sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==" + }, + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + }, + "encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" + }, + "engine.io": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-3.5.0.tgz", + "integrity": "sha512-21HlvPUKaitDGE4GXNtQ7PLP0Sz4aWLddMPw2VTyFz1FVZqu/kZsJUO8WNpKuE/OCL7nkfRaOui2ZCJloGznGA==", + "requires": { + "accepts": "~1.3.4", + "base64id": "2.0.0", + "cookie": "~0.4.1", + "debug": "~4.1.0", + "engine.io-parser": "~2.2.0", + "ws": "~7.4.2" + }, + "dependencies": { + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "requires": { + "ms": "^2.1.1" + } + } + } + }, + "engine.io-client": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.5.2.tgz", + "integrity": "sha512-QEqIp+gJ/kMHeUun7f5Vv3bteRHppHH/FMBQX/esFj/fuYfjyUKWGMo3VCvIP/V8bE9KcjHmRZrhIz2Z9oNsDA==", + "requires": { + "component-emitter": "~1.3.0", + "component-inherit": "0.0.3", + "debug": "~3.1.0", + "engine.io-parser": "~2.2.0", + "has-cors": "1.1.0", + "indexof": "0.0.1", + "parseqs": "0.0.6", + "parseuri": "0.0.6", + "ws": "~7.4.2", + "xmlhttprequest-ssl": "~1.6.2", + "yeast": "0.1.2" + }, + "dependencies": { + "debug": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "engine.io-parser": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.2.1.tgz", + "integrity": "sha512-x+dN/fBH8Ro8TFwJ+rkB2AmuVw9Yu2mockR/p3W8f8YtExwFgDvBDi0GWyb4ZLkpahtDGZgtr3zLovanJghPqg==", + "requires": { + "after": "0.8.2", + "arraybuffer.slice": "~0.0.7", + "base64-arraybuffer": "0.1.4", + "blob": "0.0.5", + "has-binary2": "~1.0.2" + } + }, + "entities": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.3.tgz", + "integrity": "sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==" + }, + "errno": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz", + "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==", + "requires": { + "prr": "~1.0.1" + } + }, + "escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==" + }, + "escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" + }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" + }, + "etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" + }, + "eventemitter3": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + }, + "fast-glob": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz", + "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==", + "requires": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + } + }, + "fastq": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", + "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", + "requires": { + "reusify": "^1.0.4" + } + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "finalhandler": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.0.tgz", + "integrity": "sha1-zgtoVbRYU+eRsvzGgARtiCU91/U=", + "requires": { + "debug": "2.6.9", + "encodeurl": "~1.0.1", + "escape-html": "~1.0.3", + "on-finished": "~2.3.0", + "parseurl": "~1.3.2", + "statuses": "~1.3.1", + "unpipe": "~1.0.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "follow-redirects": { + "version": "1.14.5", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.5.tgz", + "integrity": "sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA==" + }, + "fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=" + }, + "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==", + "requires": { + "graceful-fs": "^4.2.0", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + }, + "fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==" + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + }, + "get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" + }, + "get-intrinsic": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", + "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", + "requires": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1" + } + }, + "glob": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "requires": { + "is-glob": "^4.0.1" + } + }, + "globby": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-5.0.0.tgz", + "integrity": "sha1-69hGZ8oNuzMLmbz8aOrCvFQ3Dg0=", + "requires": { + "array-union": "^1.0.1", + "arrify": "^1.0.0", + "glob": "^7.0.3", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + }, + "dependencies": { + "array-union": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", + "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", + "requires": { + "array-uniq": "^1.0.1" + } + }, + "arrify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", + "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=" + } + } + }, + "graceful-fs": { + "version": "4.2.8", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz", + "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==" + }, + "gray-matter": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/gray-matter/-/gray-matter-4.0.3.tgz", + "integrity": "sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==", + "requires": { + "js-yaml": "^3.13.1", + "kind-of": "^6.0.2", + "section-matter": "^1.0.0", + "strip-bom-string": "^1.0.0" + } + }, + "hamljs": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/hamljs/-/hamljs-0.6.2.tgz", + "integrity": "sha1-e3EWz22+cnjkKz9u+HJaM+F3yOM=" + }, + "handlebars": { + "version": "4.7.7", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", + "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", + "requires": { + "minimist": "^1.2.5", + "neo-async": "^2.6.0", + "source-map": "^0.6.1", + "uglify-js": "^3.1.4", + "wordwrap": "^1.0.0" + } + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "requires": { + "function-bind": "^1.1.1" + } + }, + "has-ansi": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", + "requires": { + "ansi-regex": "^2.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + } + } + }, + "has-binary2": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-binary2/-/has-binary2-1.0.3.tgz", + "integrity": "sha512-G1LWKhDSvhGeAQ8mPVQlqNcOB2sJdwATtZKl2pDKKHfpf/rYj24lkinxf69blJbnsvtqqNU+L3SL50vzZhXOnw==", + "requires": { + "isarray": "2.0.1" + } + }, + "has-color": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz", + "integrity": "sha1-ZxRKUmDDT8PMpnfQQdr1L+e3iy8=" + }, + "has-cors": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz", + "integrity": "sha1-XkdHk/fqmEPRu5nCPu9J/xJv/zk=" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "has-symbols": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz", + "integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==" + }, + "has-tostringtag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", + "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", + "requires": { + "has-symbols": "^1.0.2" + } + }, + "html-escaper": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-3.0.3.tgz", + "integrity": "sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==", + "dev": true + }, + "htmlparser2": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-7.1.2.tgz", + "integrity": "sha512-d6cqsbJba2nRdg8WW2okyD4ceonFHn9jLFxhwlNcLhQWcFPdxXeJulgOLjLKtAK9T6ahd+GQNZwG9fjmGW7lyg==", + "dev": true, + "requires": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.2", + "domutils": "^2.8.0", + "entities": "^3.0.1" + }, + "dependencies": { + "entities": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz", + "integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==", + "dev": true + } + } + }, + "http-errors": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.3.tgz", + "integrity": "sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==", + "requires": { + "depd": "~1.1.2", + "inherits": "2.0.4", + "setprototypeof": "1.1.1", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.0" + }, + "dependencies": { + "statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" + } + } + }, + "http-proxy": { + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", + "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", + "requires": { + "eventemitter3": "^4.0.0", + "follow-redirects": "^1.0.0", + "requires-port": "^1.0.0" + } + }, + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + }, + "immutable": { + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-3.8.2.tgz", + "integrity": "sha1-wkOZUUVbs5kT2vKBN28VMOEErfM=" + }, + "indexof": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz", + "integrity": "sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10=" + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" + }, + "is-absolute": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz", + "integrity": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==", + "requires": { + "is-relative": "^1.0.0", + "is-windows": "^1.0.1" + } + }, + "is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "requires": { + "binary-extensions": "^2.0.0" + } + }, + "is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" + }, + "is-core-module": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.0.tgz", + "integrity": "sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==", + "requires": { + "has": "^1.0.3" + } + }, + "is-expression": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-expression/-/is-expression-4.0.0.tgz", + "integrity": "sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A==", + "requires": { + "acorn": "^7.1.1", + "object-assign": "^4.1.1" + } + }, + "is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=" + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=" + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" + }, + "is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "requires": { + "is-extglob": "^2.1.1" + } + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + }, + "is-number-like": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/is-number-like/-/is-number-like-1.0.8.tgz", + "integrity": "sha512-6rZi3ezCyFcn5L71ywzz2bS5b2Igl1En3eTlZlvKjpz1n3IZLAYMbKYAIQgFmEu0GENg92ziU/faEOA/aixjbA==", + "requires": { + "lodash.isfinite": "^3.3.2" + } + }, + "is-path-cwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz", + "integrity": "sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0=" + }, + "is-path-in-cwd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.1.tgz", + "integrity": "sha512-FjV1RTW48E7CWM7eE/J2NJvAEEVektecDBVBE5Hh3nM1Jd0kvhHtX68Pr3xsDf857xt3Y4AkwVULK1Vku62aaQ==", + "requires": { + "is-path-inside": "^1.0.0" + } + }, + "is-path-inside": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz", + "integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=", + "requires": { + "path-is-inside": "^1.0.1" + } + }, + "is-promise": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz", + "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==" + }, + "is-regex": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", + "requires": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + } + }, + "is-relative": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz", + "integrity": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==", + "requires": { + "is-unc-path": "^1.0.0" + } + }, + "is-unc-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz", + "integrity": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==", + "requires": { + "unc-path-regex": "^0.1.2" + } + }, + "is-whitespace": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/is-whitespace/-/is-whitespace-0.3.0.tgz", + "integrity": "sha1-Fjnssb4DauxppUy7QBz77XEUq38=" + }, + "is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" + }, + "is-wsl": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", + "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=" + }, + "isarray": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.1.tgz", + "integrity": "sha1-o32U7ZzaLVmGXJ92/llu4fM4dB4=" + }, + "javascript-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/javascript-stringify/-/javascript-stringify-2.1.0.tgz", + "integrity": "sha512-JVAfqNPTvNq3sB/VHQJAFxN/sPgKnsKrCwyRt15zwNCdrMMJDdcEOdubuy+DuJYYdm0ox1J4uzEuYKkN+9yhVg==" + }, + "js-beautify": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.14.0.tgz", + "integrity": "sha512-yuck9KirNSCAwyNJbqW+BxJqJ0NLJ4PwBUzQQACl5O3qHMBXVkXb/rD0ilh/Lat/tn88zSZ+CAHOlk0DsY7GuQ==", + "requires": { + "config-chain": "^1.1.12", + "editorconfig": "^0.15.3", + "glob": "^7.1.3", + "nopt": "^5.0.0" + } + }, + "js-stringify": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/js-stringify/-/js-stringify-1.0.2.tgz", + "integrity": "sha1-Fzb939lyTyijaCrcYjCufk6Weds=" + }, + "js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "requires": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + } + }, + "jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", + "requires": { + "graceful-fs": "^4.1.6" + } + }, + "jstransformer": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/jstransformer/-/jstransformer-1.0.0.tgz", + "integrity": "sha1-7Yvwkh4vPx7U1cGkT2hwntJHIsM=", + "requires": { + "is-promise": "^2.0.0", + "promise": "^7.0.1" + } + }, + "junk": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/junk/-/junk-1.0.3.tgz", + "integrity": "sha1-h75jSIZJy9ym9Tqzm+yczSNH9ZI=" + }, + "kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" + }, + "limiter": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/limiter/-/limiter-1.1.5.tgz", + "integrity": "sha512-FWWMIEOxz3GwUI4Ts/IvgVy6LPvoMPgjMdQ185nN6psJyBJ4yOpzqm695/h5umdLJg2vW3GR5iG11MAkR2AzJA==" + }, + "linkedom": { + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/linkedom/-/linkedom-0.12.1.tgz", + "integrity": "sha512-kqqcUNG7RRuRFVSz5pauNBEgO/y9Cc8GIrALHfb7CwDOpx9kJh217QvJc//vAOkKaMDLoZChzGJN7QksH3dTSw==", + "dev": true, + "requires": { + "@ungap/event-target": "^0.2.3", + "css-select": "^4.1.3", + "cssom": "^0.5.0", + "html-escaper": "^3.0.3", + "htmlparser2": "^7.1.2", + "uhyphen": "^0.1.0" + } + }, + "linkify-it": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-2.2.0.tgz", + "integrity": "sha512-GnAl/knGn+i1U/wjBz3akz2stz+HrHLsxMwHQGofCDfPvlf+gDKN58UtfmUquTY4/MXeE2x7k19KQmeoZi94Iw==", + "requires": { + "uc.micro": "^1.0.1" + } + }, + "liquidjs": { + "version": "6.4.3", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-6.4.3.tgz", + "integrity": "sha512-m1xSB10Ncu22NR3X0xdaqu/GvP1xadDCFYGqGgd6me8DAWjyA68BKE5DHJmSxw1CGsWPsX+Hj2v/87J2w/LvMQ==" + }, + "localtunnel": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/localtunnel/-/localtunnel-2.0.2.tgz", + "integrity": "sha512-n418Cn5ynvJd7m/N1d9WVJISLJF/ellZnfsLnx8WBWGzxv/ntNcFkJ1o6se5quUhCplfLGBNL5tYHiq5WF3Nug==", + "requires": { + "axios": "0.21.4", + "debug": "4.3.2", + "openurl": "1.1.1", + "yargs": "17.1.1" + }, + "dependencies": { + "cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + } + }, + "y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" + }, + "yargs": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.1.1.tgz", + "integrity": "sha512-c2k48R0PwKIqKhPMWjeiF6y2xY/gPMUlro0sgxqXpbOIohWiLNXWslsootttv7E1e73QPAMQSg5FeySbVcpsPQ==", + "requires": { + "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" + } + }, + "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==" + } + } + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "requires": { + "p-locate": "^4.1.0" + } + }, + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, + "lodash.isfinite": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/lodash.isfinite/-/lodash.isfinite-3.3.2.tgz", + "integrity": "sha1-+4m2WpqAKBgz8LdHizpRBPiY67M=" + }, + "lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "requires": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "luxon": { + "version": "1.28.0", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.28.0.tgz", + "integrity": "sha512-TfTiyvZhwBYM/7QdAVDh+7dBTBA29v4ik0Ce9zda3Mnf8on1S5KJI8P2jKFZ8+5C0jhmr0KwJEO/Wdpm0VeWJQ==" + }, + "map-cache": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", + "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=" + }, + "markdown-it": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-10.0.0.tgz", + "integrity": "sha512-YWOP1j7UbDNz+TumYP1kpwnP0aEa711cJjrAQrzd0UXlbJfc5aAq0F/PZHjiioqDC1NKgvIMX+o+9Bk7yuM2dg==", + "requires": { + "argparse": "^1.0.7", + "entities": "~2.0.0", + "linkify-it": "^2.0.0", + "mdurl": "^1.0.1", + "uc.micro": "^1.0.5" + } + }, + "maximatch": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/maximatch/-/maximatch-0.1.0.tgz", + "integrity": "sha1-hs2NawTJ8wfAWmuUGZBtA2D7E6I=", + "requires": { + "array-differ": "^1.0.0", + "array-union": "^1.0.1", + "arrify": "^1.0.0", + "minimatch": "^3.0.0" + }, + "dependencies": { + "array-differ": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz", + "integrity": "sha1-7/UuN1gknTO+QCuLuOVkuytdQDE=" + }, + "array-union": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", + "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", + "requires": { + "array-uniq": "^1.0.1" + } + }, + "arrify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", + "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=" + } + } + }, + "mdurl": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz", + "integrity": "sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=" + }, + "merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" + }, + "micromatch": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz", + "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==", + "requires": { + "braces": "^3.0.1", + "picomatch": "^2.2.3" + } + }, + "mime": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.4.1.tgz", + "integrity": "sha512-KI1+qOZu5DcW6wayYHSzR/tXKCDC5Om4s1z2QJjDULzLcmf3DvzS7oluY4HCTrc+9FiKmWUgeNLg7W3uIQvxtQ==" + }, + "mime-db": { + "version": "1.50.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.50.0.tgz", + "integrity": "sha512-9tMZCDlYHqeERXEHO9f/hKfNXhre5dK2eE/krIvUjZbS2KPcqGDfNShIWS1uW9XOTKQKqK6qbeOci18rbfW77A==" + }, + "mime-types": { + "version": "2.1.33", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.33.tgz", + "integrity": "sha512-plLElXp7pRDd0bNZHw+nMd52vRYjLwQjygaNg7ddJ2uJtTlmnTCjWuPKxVu6//AdaRuME84SvLW91sIkBqGT0g==", + "requires": { + "mime-db": "1.50.0" + } + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + }, + "mitt": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mitt/-/mitt-1.2.0.tgz", + "integrity": "sha512-r6lj77KlwqLhIUku9UWYes7KJtsczvolZkzp8hbaDPPaE24OmWl5s539Mytlj22siEQKosZ26qCBgda2PKwoJw==" + }, + "mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "requires": { + "minimist": "^1.2.5" + } + }, + "moo": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/moo/-/moo-0.5.1.tgz", + "integrity": "sha512-I1mnb5xn4fO80BH9BLcF0yLypy2UKl+Cb01Fu0hJRkJjlCRtxZMWkTdAtDd5ZqCOxtCkhmRwyI57vWT+1iZ67w==" + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "multimatch": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-4.0.0.tgz", + "integrity": "sha512-lDmx79y1z6i7RNx0ZGCPq1bzJ6ZoDDKbvh7jxr9SJcWLkShMzXrHbYVpTdnhNM5MXpDUxCQ4DgqVttVXlBgiBQ==", + "requires": { + "@types/minimatch": "^3.0.3", + "array-differ": "^3.0.0", + "array-union": "^2.1.0", + "arrify": "^2.0.1", + "minimatch": "^3.0.4" + } + }, + "mustache": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/mustache/-/mustache-2.3.2.tgz", + "integrity": "sha512-KpMNwdQsYz3O/SBS1qJ/o3sqUJ5wSb8gb0pul8CO0S56b9Y2ALm8zCfsjPXsqGFfoNBkDwZuZIAjhsZI03gYVQ==" + }, + "negotiator": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", + "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==" + }, + "neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" + }, + "nopt": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz", + "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", + "requires": { + "abbrev": "1" + } + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + }, + "nth-check": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz", + "integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==", + "dev": true, + "requires": { + "boolbase": "^1.0.0" + } + }, + "nunjucks": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/nunjucks/-/nunjucks-3.2.3.tgz", + "integrity": "sha512-psb6xjLj47+fE76JdZwskvwG4MYsQKXUtMsPh6U0YMvmyjRtKRFcxnlXGWglNybtNTNVmGdp94K62/+NjF5FDQ==", + "requires": { + "a-sync-waterfall": "^1.0.0", + "asap": "^2.0.3", + "commander": "^5.1.0" + } + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" + }, + "on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "requires": { + "ee-first": "1.1.1" + } + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "requires": { + "wrappy": "1" + } + }, + "openurl": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/openurl/-/openurl-1.1.1.tgz", + "integrity": "sha1-OHW0sO96UsFW8NtB1GCduw+Us4c=" + }, + "opn": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/opn/-/opn-5.3.0.tgz", + "integrity": "sha512-bYJHo/LOmoTd+pfiYhfZDnf9zekVJrY+cnS2a5F2x+w5ppvTqObojTP7WiFG+kVZs9Inw+qQ/lw7TroWwhdd2g==", + "requires": { + "is-wsl": "^1.1.0" + } + }, + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "requires": { + "p-limit": "^2.2.0" + } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" + }, + "parse-filepath": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz", + "integrity": "sha1-pjISf1Oq89FYdvWHLz/6x2PWyJE=", + "requires": { + "is-absolute": "^1.0.0", + "map-cache": "^0.2.0", + "path-root": "^0.1.1" + } + }, + "parse-ms": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/parse-ms/-/parse-ms-0.1.2.tgz", + "integrity": "sha1-3T+iXtbC78e93hKtm0bBY6opIk4=" + }, + "parseqs": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/parseqs/-/parseqs-0.0.6.tgz", + "integrity": "sha512-jeAGzMDbfSHHA091hr0r31eYfTig+29g3GKKE/PPbEQ65X0lmMwlEoqmhzu0iztID5uJpZsFlUPDP8ThPL7M8w==" + }, + "parseuri": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/parseuri/-/parseuri-0.0.6.tgz", + "integrity": "sha512-AUjen8sAkGgao7UyCX6Ahv0gIK2fABKmYjvP4xmy5JaKvcbTRueIqIPHLAfq30xJddqSE033IOMUSOMCcK3Sow==" + }, + "parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" + }, + "path-is-inside": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", + "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=" + }, + "path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" + }, + "path-root": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz", + "integrity": "sha1-mkpoFMrBwM1zNgqV8yCDyOpHRbc=", + "requires": { + "path-root-regex": "^0.1.0" + } + }, + "path-root-regex": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz", + "integrity": "sha1-v8zcjfWxLcUsi0PsONGNcsBLqW0=" + }, + "picomatch": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz", + "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==" + }, + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=" + }, + "pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=" + }, + "pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", + "requires": { + "pinkie": "^2.0.0" + } + }, + "please-upgrade-node": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz", + "integrity": "sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg==", + "requires": { + "semver-compare": "^1.0.0" + } + }, + "portscanner": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/portscanner/-/portscanner-2.1.1.tgz", + "integrity": "sha1-6rtAnk3iSVD1oqUW01rnaTQ/u5Y=", + "requires": { + "async": "1.5.2", + "is-number-like": "^1.0.3" + } + }, + "pretty": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/pretty/-/pretty-2.0.0.tgz", + "integrity": "sha1-rbx5YLe7/iiaVX3F9zdhmiINBqU=", + "requires": { + "condense-newlines": "^0.2.1", + "extend-shallow": "^2.0.1", + "js-beautify": "^1.6.12" + } + }, + "pretty-ms": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-0.2.2.tgz", + "integrity": "sha1-2oeaaC/zOjcBEEbxPWJ/Z8c7hPY=", + "requires": { + "parse-ms": "^0.1.0" + } + }, + "prismjs": { + "version": "1.25.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.25.0.tgz", + "integrity": "sha512-WCjJHl1KEWbnkQom1+SzftbtXMKQoezOCYs5rECqMN+jP+apI7ftoflyqigqzopSO3hMhTEb0mFClA8lkolgEg==", + "dev": true + }, + "promise": { + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz", + "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==", + "requires": { + "asap": "~2.0.3" + } + }, + "proto-list": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz", + "integrity": "sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk=" + }, + "prr": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", + "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=" + }, + "pseudomap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", + "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=" + }, + "pug": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/pug/-/pug-3.0.2.tgz", + "integrity": "sha512-bp0I/hiK1D1vChHh6EfDxtndHji55XP/ZJKwsRqrz6lRia6ZC2OZbdAymlxdVFwd1L70ebrVJw4/eZ79skrIaw==", + "requires": { + "pug-code-gen": "^3.0.2", + "pug-filters": "^4.0.0", + "pug-lexer": "^5.0.1", + "pug-linker": "^4.0.0", + "pug-load": "^3.0.0", + "pug-parser": "^6.0.0", + "pug-runtime": "^3.0.1", + "pug-strip-comments": "^2.0.0" + } + }, + "pug-attrs": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pug-attrs/-/pug-attrs-3.0.0.tgz", + "integrity": "sha512-azINV9dUtzPMFQktvTXciNAfAuVh/L/JCl0vtPCwvOA21uZrC08K/UnmrL+SXGEVc1FwzjW62+xw5S/uaLj6cA==", + "requires": { + "constantinople": "^4.0.1", + "js-stringify": "^1.0.2", + "pug-runtime": "^3.0.0" + } + }, + "pug-code-gen": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/pug-code-gen/-/pug-code-gen-3.0.2.tgz", + "integrity": "sha512-nJMhW16MbiGRiyR4miDTQMRWDgKplnHyeLvioEJYbk1RsPI3FuA3saEP8uwnTb2nTJEKBU90NFVWJBk4OU5qyg==", + "requires": { + "constantinople": "^4.0.1", + "doctypes": "^1.1.0", + "js-stringify": "^1.0.2", + "pug-attrs": "^3.0.0", + "pug-error": "^2.0.0", + "pug-runtime": "^3.0.0", + "void-elements": "^3.1.0", + "with": "^7.0.0" + } + }, + "pug-error": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/pug-error/-/pug-error-2.0.0.tgz", + "integrity": "sha512-sjiUsi9M4RAGHktC1drQfCr5C5eriu24Lfbt4s+7SykztEOwVZtbFk1RRq0tzLxcMxMYTBR+zMQaG07J/btayQ==" + }, + "pug-filters": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/pug-filters/-/pug-filters-4.0.0.tgz", + "integrity": "sha512-yeNFtq5Yxmfz0f9z2rMXGw/8/4i1cCFecw/Q7+D0V2DdtII5UvqE12VaZ2AY7ri6o5RNXiweGH79OCq+2RQU4A==", + "requires": { + "constantinople": "^4.0.1", + "jstransformer": "1.0.0", + "pug-error": "^2.0.0", + "pug-walk": "^2.0.0", + "resolve": "^1.15.1" + } + }, + "pug-lexer": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/pug-lexer/-/pug-lexer-5.0.1.tgz", + "integrity": "sha512-0I6C62+keXlZPZkOJeVam9aBLVP2EnbeDw3An+k0/QlqdwH6rv8284nko14Na7c0TtqtogfWXcRoFE4O4Ff20w==", + "requires": { + "character-parser": "^2.2.0", + "is-expression": "^4.0.0", + "pug-error": "^2.0.0" + } + }, + "pug-linker": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/pug-linker/-/pug-linker-4.0.0.tgz", + "integrity": "sha512-gjD1yzp0yxbQqnzBAdlhbgoJL5qIFJw78juN1NpTLt/mfPJ5VgC4BvkoD3G23qKzJtIIXBbcCt6FioLSFLOHdw==", + "requires": { + "pug-error": "^2.0.0", + "pug-walk": "^2.0.0" + } + }, + "pug-load": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pug-load/-/pug-load-3.0.0.tgz", + "integrity": "sha512-OCjTEnhLWZBvS4zni/WUMjH2YSUosnsmjGBB1An7CsKQarYSWQ0GCVyd4eQPMFJqZ8w9xgs01QdiZXKVjk92EQ==", + "requires": { + "object-assign": "^4.1.1", + "pug-walk": "^2.0.0" + } + }, + "pug-parser": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/pug-parser/-/pug-parser-6.0.0.tgz", + "integrity": "sha512-ukiYM/9cH6Cml+AOl5kETtM9NR3WulyVP2y4HOU45DyMim1IeP/OOiyEWRr6qk5I5klpsBnbuHpwKmTx6WURnw==", + "requires": { + "pug-error": "^2.0.0", + "token-stream": "1.0.0" + } + }, + "pug-runtime": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/pug-runtime/-/pug-runtime-3.0.1.tgz", + "integrity": "sha512-L50zbvrQ35TkpHwv0G6aLSuueDRwc/97XdY8kL3tOT0FmhgG7UypU3VztfV/LATAvmUfYi4wNxSajhSAeNN+Kg==" + }, + "pug-strip-comments": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/pug-strip-comments/-/pug-strip-comments-2.0.0.tgz", + "integrity": "sha512-zo8DsDpH7eTkPHCXFeAk1xZXJbyoTfdPlNR0bK7rpOMuhBYb0f5qUVCO1xlsitYd3w5FQTK7zpNVKb3rZoUrrQ==", + "requires": { + "pug-error": "^2.0.0" + } + }, + "pug-walk": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/pug-walk/-/pug-walk-2.0.0.tgz", + "integrity": "sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ==" + }, + "qs": { + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.2.3.tgz", + "integrity": "sha1-HPyyXBCpsrSDBT/zn138kjOQjP4=" + }, + "queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" + }, + "range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" + }, + "raw-body": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.1.tgz", + "integrity": "sha512-9WmIKF6mkvA0SLmA2Knm9+qj89e+j1zqgyn8aXGd7+nAduPoqgI9lO57SAZNn/Byzo5P7JhXTyg9PzaJbH73bA==", + "requires": { + "bytes": "3.1.0", + "http-errors": "1.7.3", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + } + }, + "readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "requires": { + "picomatch": "^2.2.1" + } + }, + "recursive-copy": { + "version": "2.0.13", + "resolved": "https://registry.npmjs.org/recursive-copy/-/recursive-copy-2.0.13.tgz", + "integrity": "sha512-BjmE6R/dOImStEku+017L3Z0I6u/lA+SVr1sySWbTLjmQKDTESNmJ9WBZP8wbN5FuvqNvSYvRKA/IKQhAjqnpQ==", + "requires": { + "del": "^2.2.0", + "errno": "^0.1.2", + "graceful-fs": "^4.1.4", + "junk": "^1.0.1", + "maximatch": "^0.1.0", + "mkdirp": "^0.5.1", + "pify": "^2.3.0", + "promise": "^7.0.1", + "slash": "^1.0.0" + } + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=" + }, + "require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" + }, + "requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=" + }, + "resolve": { + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz", + "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==", + "requires": { + "is-core-module": "^2.2.0", + "path-parse": "^1.0.6" + } + }, + "resp-modifier": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/resp-modifier/-/resp-modifier-6.0.2.tgz", + "integrity": "sha1-sSTeXE+6/LpUH0j/pzlw9KpFa08=", + "requires": { + "debug": "^2.2.0", + "minimatch": "^3.0.2" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" + }, + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "requires": { + "glob": "^7.1.3" + } + }, + "run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "requires": { + "queue-microtask": "^1.2.2" + } + }, + "rx": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/rx/-/rx-4.1.0.tgz", + "integrity": "sha1-pfE/957zt0D+MKqAP7CfmIBdR4I=" + }, + "rxjs": { + "version": "5.5.12", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.12.tgz", + "integrity": "sha512-xx2itnL5sBbqeeiVgNPVuQQ1nC8Jp2WfNJhXWHmElW9YmrpS9UVnNzhP3EH3HFqexO5Tlp8GhYY+WEcqcVMvGw==", + "requires": { + "symbol-observable": "1.0.1" + } + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "section-matter": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz", + "integrity": "sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==", + "requires": { + "extend-shallow": "^2.0.1", + "kind-of": "^6.0.0" + } + }, + "semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "requires": { + "lru-cache": "^6.0.0" + }, + "dependencies": { + "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==", + "requires": { + "yallist": "^4.0.0" + } + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + } + }, + "semver-compare": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz", + "integrity": "sha1-De4hahyUGrN+nvsXiPavxf9VN/w=" + }, + "send": { + "version": "0.16.2", + "resolved": "https://registry.npmjs.org/send/-/send-0.16.2.tgz", + "integrity": "sha512-E64YFPUssFHEFBvpbbjr44NCLtI1AohxQ8ZSiJjQLskAdKuriYEP6VyGEsRDH8ScozGpkaX1BGvhanqCwkcEZw==", + "requires": { + "debug": "2.6.9", + "depd": "~1.1.2", + "destroy": "~1.0.4", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "~1.6.2", + "mime": "1.4.1", + "ms": "2.0.0", + "on-finished": "~2.3.0", + "range-parser": "~1.2.0", + "statuses": "~1.4.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "http-errors": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", + "requires": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": ">= 1.4.0 < 2" + } + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "setprototypeof": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" + }, + "statuses": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz", + "integrity": "sha512-zhSCtt8v2NDrRlPQpCNtw/heZLtfUDqxBM1udqikb/Hbk52LK4nQSwr10u77iopCW5LsyHpuXS0GnEc48mLeew==" + } + } + }, + "serve-index": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=", + "requires": { + "accepts": "~1.3.4", + "batch": "0.6.1", + "debug": "2.6.9", + "escape-html": "~1.0.3", + "http-errors": "~1.6.2", + "mime-types": "~2.1.17", + "parseurl": "~1.3.2" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "http-errors": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", + "requires": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": ">= 1.4.0 < 2" + } + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "setprototypeof": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" + }, + "statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" + } + } + }, + "serve-static": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.13.2.tgz", + "integrity": "sha512-p/tdJrO4U387R9oMjb1oj7qSMaMfmOyd4j9hOFoxZe2baQszgHcSWjuya/CiT5kgZZKRudHNOA0pYXOl8rQ5nw==", + "requires": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.2", + "send": "0.16.2" + } + }, + "server-destroy": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/server-destroy/-/server-destroy-1.0.1.tgz", + "integrity": "sha1-8Tv5KOQrnD55OD5hzDmYtdFObN0=" + }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" + }, + "setprototypeof": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", + "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" + }, + "sigmund": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz", + "integrity": "sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA=" + }, + "slash": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz", + "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=" + }, + "slugify": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.1.tgz", + "integrity": "sha512-5ofqMTbetNhxlzjYYLBaZFQd6oiTuSkQlyfPEFIMwgUABlZQ0hbk5xIV9Ydd5jghWeRoO7GkiJliUvTpLOjNRA==" + }, + "socket.io": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-2.4.0.tgz", + "integrity": "sha512-9UPJ1UTvKayuQfVv2IQ3k7tCQC/fboDyIK62i99dAQIyHKaBsNdTpwHLgKJ6guRWxRtC9H+138UwpaGuQO9uWQ==", + "requires": { + "debug": "~4.1.0", + "engine.io": "~3.5.0", + "has-binary2": "~1.0.2", + "socket.io-adapter": "~1.1.0", + "socket.io-client": "2.4.0", + "socket.io-parser": "~3.4.0" + }, + "dependencies": { + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "requires": { + "ms": "^2.1.1" + } + } + } + }, + "socket.io-adapter": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-1.1.2.tgz", + "integrity": "sha512-WzZRUj1kUjrTIrUKpZLEzFZ1OLj5FwLlAFQs9kuZJzJi5DKdU7FsWc36SNmA8iDOtwBQyT8FkrriRM8vXLYz8g==" + }, + "socket.io-client": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-2.4.0.tgz", + "integrity": "sha512-M6xhnKQHuuZd4Ba9vltCLT9oa+YvTsP8j9NcEiLElfIg8KeYPyhWOes6x4t+LTAC8enQbE/995AdTem2uNyKKQ==", + "requires": { + "backo2": "1.0.2", + "component-bind": "1.0.0", + "component-emitter": "~1.3.0", + "debug": "~3.1.0", + "engine.io-client": "~3.5.0", + "has-binary2": "~1.0.2", + "indexof": "0.0.1", + "parseqs": "0.0.6", + "parseuri": "0.0.6", + "socket.io-parser": "~3.3.0", + "to-array": "0.1.4" + }, + "dependencies": { + "debug": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "socket.io-parser": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.3.2.tgz", + "integrity": "sha512-FJvDBuOALxdCI9qwRrO/Rfp9yfndRtc1jSgVgV8FDraihmSP/MLGD5PEuJrNfjALvcQ+vMDM/33AWOYP/JSjDg==", + "requires": { + "component-emitter": "~1.3.0", + "debug": "~3.1.0", + "isarray": "2.0.1" + } + } + } + }, + "socket.io-parser": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.4.1.tgz", + "integrity": "sha512-11hMgzL+WCLWf1uFtHSNvliI++tcRUWdoeYuwIl+Axvwy9z2gQM+7nJyN3STj1tLj5JyIUH8/gpDGxzAlDdi0A==", + "requires": { + "component-emitter": "1.2.1", + "debug": "~4.1.0", + "isarray": "2.0.1" + }, + "dependencies": { + "component-emitter": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz", + "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=" + }, + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "requires": { + "ms": "^2.1.1" + } + } + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" + }, + "statuses": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz", + "integrity": "sha1-+vUbnrdKrvOzrPStX2Gr8ky3uT4=" + }, + "stream-throttle": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/stream-throttle/-/stream-throttle-0.1.3.tgz", + "integrity": "sha1-rdV8jXzHOoFjDTHNVdOWHPr7qcM=", + "requires": { + "commander": "^2.2.0", + "limiter": "^1.0.5" + }, + "dependencies": { + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + } + } + }, + "string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + } + }, + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "requires": { + "ansi-regex": "^5.0.1" + } + }, + "strip-bom-string": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz", + "integrity": "sha1-5SEekiQ2n7uB1jOi8ABE3IztrZI=" + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + }, + "symbol-observable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.0.1.tgz", + "integrity": "sha1-g0D8RwLDEi310iKI+IKD9RPT/dQ=" + }, + "text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=" + }, + "tfunk": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/tfunk/-/tfunk-4.0.0.tgz", + "integrity": "sha512-eJQ0dGfDIzWNiFNYFVjJ+Ezl/GmwHaFTBTjrtqNPW0S7cuVDBrZrmzUz6VkMeCR4DZFqhd4YtLwsw3i2wYHswQ==", + "requires": { + "chalk": "^1.1.3", + "dlv": "^1.1.3" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "time-require": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/time-require/-/time-require-0.1.2.tgz", + "integrity": "sha1-+eEss3D8JgXhFARYK6VO9corLZg=", + "requires": { + "chalk": "^0.4.0", + "date-time": "^0.1.1", + "pretty-ms": "^0.2.1", + "text-table": "^0.2.0" + }, + "dependencies": { + "ansi-styles": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz", + "integrity": "sha1-yxAt8cVvUSPquLZ817mAJ6AnkXg=" + }, + "chalk": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz", + "integrity": "sha1-UZmj3c0MHv4jvAjBsCewYXbgxk8=", + "requires": { + "ansi-styles": "~1.0.0", + "has-color": "~0.1.0", + "strip-ansi": "~0.1.0" + } + }, + "strip-ansi": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz", + "integrity": "sha1-OeipjQRNFQZgq+SmgIrPcLt7yZE=" + } + } + }, + "to-array": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz", + "integrity": "sha1-F+bBH3PdTz10zaek/zI46a2b+JA=" + }, + "to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=" + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "requires": { + "is-number": "^7.0.0" + } + }, + "toidentifier": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", + "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==" + }, + "token-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/token-stream/-/token-stream-1.0.0.tgz", + "integrity": "sha1-zCAOqyYT9BZtJ/+a/HylbUnfbrQ=" + }, + "ua-parser-js": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.2.tgz", + "integrity": "sha512-00y/AXhx0/SsnI51fTc0rLRmafiGOM4/O+ny10Ps7f+j/b8p/ZY11ytMgznXkOVo4GQ+KwQG5UQLkLGirsACRg==" + }, + "uc.micro": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz", + "integrity": "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==" + }, + "uglify-js": { + "version": "3.14.3", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.14.3.tgz", + "integrity": "sha512-mic3aOdiq01DuSVx0TseaEzMIVqebMZ0Z3vaeDhFEh9bsc24hV1TFvN74reA2vs08D0ZWfNjAcJ3UbVLaBss+g==" + }, + "uhyphen": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/uhyphen/-/uhyphen-0.1.0.tgz", + "integrity": "sha512-o0QVGuFg24FK765Qdd5kk0zU/U4dEsCtN/GSiwNI9i8xsSVtjIAOdTaVhLwZ1nrbWxFVMxNDDl+9fednsOMsBw==", + "dev": true + }, + "unc-path-regex": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz", + "integrity": "sha1-5z3T17DXxe2G+6xrCufYxqadUPo=" + }, + "universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" + }, + "unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=" + }, + "utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" + }, + "valid-url": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/valid-url/-/valid-url-1.0.9.tgz", + "integrity": "sha1-HBRHm0DxOXp1eC8RXkCGRHQzogA=" + }, + "void-elements": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-3.1.0.tgz", + "integrity": "sha1-YU9/v42AHwu18GYfWy9XhXUOTwk=" + }, + "which-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", + "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" + }, + "with": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/with/-/with-7.0.2.tgz", + "integrity": "sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==", + "requires": { + "@babel/parser": "^7.9.6", + "@babel/types": "^7.9.6", + "assert-never": "^1.2.1", + "babel-walk": "3.0.0-canary-5" + } + }, + "wordwrap": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", + "integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=" + }, + "wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "ws": { + "version": "7.4.6", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz", + "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==", + "requires": {} + }, + "xmlhttprequest-ssl": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.6.3.tgz", + "integrity": "sha512-3XfeQE/wNkvrIktn2Kf0869fC0BN6UpydVasGIeSm2B1Llihf7/0UfZM+eCkOw3P7bP4+qPgqhm7ZoxuJtFU0Q==" + }, + "y18n": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", + "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==" + }, + "yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=" + }, + "yargs": { + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", + "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", + "requires": { + "cliui": "^6.0.0", + "decamelize": "^1.2.0", + "find-up": "^4.1.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^4.2.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^18.1.2" + } + }, + "yargs-parser": { + "version": "18.1.3", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", + "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", + "requires": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } + }, + "yeast": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz", + "integrity": "sha1-AI4G2AlDIMNy28L47XagymyKxBk=" + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 00000000..ecf68e52 --- /dev/null +++ b/package.json @@ -0,0 +1,320 @@ +{ + "name": "tommi.space", + "version": "1.0.0", + "description": "[![Netlify Status](https://api.netlify.com/api/v1/badges/c7f3a969-424a-450b-8636-2d477af82e76/deploy-status)](https://app.netlify.com/sites/xplosionmind/deploys)", + "main": "jam-graph.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/xplosionmind/tommi.space.git" + }, + "keywords": [], + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/xplosionmind/tommi.space/issues" + }, + "homepage": "https://github.com/xplosionmind/tommi.space#readme", + "devDependencies": { + "@11ty/eleventy": "^0.12.1", + "@11ty/eleventy-plugin-syntaxhighlight": "^3.1.3" + }, + "dependencies": { + "a-sync-waterfall": "^1.0.1", + "abbrev": "^1.1.1", + "accepts": "^1.3.7", + "acorn": "^7.4.1", + "after": "^0.8.2", + "ansi-regex": "^5.0.1", + "ansi-styles": "^4.3.0", + "anymatch": "^3.1.2", + "argparse": "^1.0.10", + "array-differ": "^3.0.0", + "array-union": "^2.1.0", + "array-uniq": "^1.0.3", + "arraybuffer.slice": "^0.0.7", + "arrify": "^2.0.1", + "asap": "^2.0.6", + "assert-never": "^1.2.1", + "async": "^1.5.2", + "async-each-series": "^0.1.1", + "axios": "^0.21.4", + "babel-walk": "^3.0.0-canary-5", + "backo2": "^1.0.2", + "balanced-match": "^1.0.2", + "base64-arraybuffer": "^0.1.4", + "base64id": "^2.0.0", + "batch": "^0.6.1", + "binary-extensions": "^2.2.0", + "blob": "^0.0.5", + "brace-expansion": "^1.1.11", + "braces": "^3.0.2", + "browser-sync": "^2.27.7", + "browser-sync-client": "^2.27.7", + "browser-sync-ui": "^2.27.7", + "bs-recipes": "^1.3.4", + "bs-snippet-injector": "^2.0.1", + "bytes": "^3.1.0", + "call-bind": "^1.0.2", + "camelcase": "^5.3.1", + "chalk": "^4.1.2", + "character-parser": "^2.2.0", + "chokidar": "^3.5.2", + "cliui": "^6.0.0", + "color-convert": "^2.0.1", + "color-name": "^1.1.4", + "commander": "^5.1.0", + "component-bind": "^1.0.0", + "component-emitter": "^1.3.0", + "component-inherit": "^0.0.3", + "concat-map": "^0.0.1", + "condense-newlines": "^0.2.1", + "config-chain": "^1.1.13", + "connect": "^3.6.6", + "connect-history-api-fallback": "^1.6.0", + "constantinople": "^4.0.1", + "cookie": "^0.4.1", + "date-time": "^0.1.1", + "debug": "^4.3.2", + "decamelize": "^1.2.0", + "del": "^2.2.2", + "depd": "^1.1.2", + "dependency-graph": "^0.11.0", + "destroy": "^1.0.4", + "dev-ip": "^1.0.1", + "dlv": "^1.1.3", + "doctypes": "^1.1.0", + "easy-extender": "^2.3.4", + "eazy-logger": "^3.1.0", + "editorconfig": "^0.15.3", + "ee-first": "^1.1.1", + "ejs": "^2.7.4", + "emoji-regex": "^8.0.0", + "encodeurl": "^1.0.2", + "engine.io": "^3.5.0", + "engine.io-client": "^3.5.2", + "engine.io-parser": "^2.2.1", + "entities": "^2.0.3", + "errno": "^0.1.8", + "escalade": "^3.1.1", + "escape-html": "^1.0.3", + "escape-string-regexp": "^1.0.5", + "esprima": "^4.0.1", + "etag": "^1.8.1", + "eventemitter3": "^4.0.7", + "extend-shallow": "^2.0.1", + "fast-glob": "^3.2.7", + "fastq": "^1.13.0", + "fill-range": "^7.0.1", + "finalhandler": "^1.1.0", + "find-up": "^4.1.0", + "follow-redirects": "^1.14.5", + "fresh": "^0.5.2", + "fs-extra": "^8.1.0", + "fs.realpath": "^1.0.0", + "fsevents": "^2.3.2", + "function-bind": "^1.1.1", + "get-caller-file": "^2.0.5", + "get-intrinsic": "^1.1.1", + "glob": "^7.2.0", + "glob-parent": "^5.1.2", + "globby": "^5.0.0", + "graceful-fs": "^4.2.8", + "gray-matter": "^4.0.3", + "hamljs": "^0.6.2", + "handlebars": "^4.7.7", + "has": "^1.0.3", + "has-ansi": "^2.0.0", + "has-binary2": "^1.0.3", + "has-color": "^0.1.7", + "has-cors": "^1.1.0", + "has-flag": "^4.0.0", + "has-symbols": "^1.0.2", + "has-tostringtag": "^1.0.0", + "http-errors": "^1.7.3", + "http-proxy": "^1.18.1", + "iconv-lite": "^0.4.24", + "immutable": "^3.8.2", + "indexof": "^0.0.1", + "inflight": "^1.0.6", + "inherits": "^2.0.4", + "ini": "^1.3.8", + "is-absolute": "^1.0.0", + "is-binary-path": "^2.1.0", + "is-buffer": "^1.1.6", + "is-core-module": "^2.8.0", + "is-expression": "^4.0.0", + "is-extendable": "^0.1.1", + "is-extglob": "^2.1.1", + "is-fullwidth-code-point": "^3.0.0", + "is-glob": "^4.0.3", + "is-number": "^7.0.0", + "is-number-like": "^1.0.8", + "is-path-cwd": "^1.0.0", + "is-path-in-cwd": "^1.0.1", + "is-path-inside": "^1.0.1", + "is-promise": "^2.2.2", + "is-regex": "^1.1.4", + "is-relative": "^1.0.0", + "is-unc-path": "^1.0.0", + "is-whitespace": "^0.3.0", + "is-windows": "^1.0.2", + "is-wsl": "^1.1.0", + "isarray": "^2.0.1", + "javascript-stringify": "^2.1.0", + "js-beautify": "^1.14.0", + "js-stringify": "^1.0.2", + "js-yaml": "^3.14.1", + "jsonfile": "^4.0.0", + "jstransformer": "^1.0.0", + "junk": "^1.0.3", + "kind-of": "^6.0.3", + "limiter": "^1.1.5", + "linkify-it": "^2.2.0", + "liquidjs": "^6.4.3", + "localtunnel": "^2.0.2", + "locate-path": "^5.0.0", + "lodash": "^4.17.21", + "lodash.isfinite": "^3.3.2", + "lru-cache": "^4.1.5", + "luxon": "^1.28.0", + "map-cache": "^0.2.2", + "markdown-it": "^10.0.0", + "maximatch": "^0.1.0", + "mdurl": "^1.0.1", + "merge2": "^1.4.1", + "micromatch": "^4.0.4", + "mime": "^1.4.1", + "mime-db": "^1.50.0", + "mime-types": "^2.1.33", + "minimatch": "^3.0.4", + "minimist": "^1.2.5", + "mitt": "^1.2.0", + "mkdirp": "^0.5.5", + "moo": "^0.5.1", + "ms": "^2.1.2", + "multimatch": "^4.0.0", + "mustache": "^2.3.2", + "negotiator": "^0.6.2", + "neo-async": "^2.6.2", + "nopt": "^5.0.0", + "normalize-path": "^3.0.0", + "nunjucks": "^3.2.3", + "object-assign": "^4.1.1", + "on-finished": "^2.3.0", + "once": "^1.4.0", + "openurl": "^1.1.1", + "opn": "^5.3.0", + "p-limit": "^2.3.0", + "p-locate": "^4.1.0", + "p-try": "^2.2.0", + "parse-filepath": "^1.0.2", + "parse-ms": "^0.1.2", + "parseqs": "^0.0.6", + "parseuri": "^0.0.6", + "parseurl": "^1.3.3", + "path-exists": "^4.0.0", + "path-is-absolute": "^1.0.1", + "path-is-inside": "^1.0.2", + "path-parse": "^1.0.7", + "path-root": "^0.1.1", + "path-root-regex": "^0.1.2", + "picomatch": "^2.3.0", + "pify": "^2.3.0", + "pinkie": "^2.0.4", + "pinkie-promise": "^2.0.1", + "please-upgrade-node": "^3.2.0", + "portscanner": "^2.1.1", + "pretty": "^2.0.0", + "pretty-ms": "^0.2.2", + "promise": "^7.3.1", + "proto-list": "^1.2.4", + "prr": "^1.0.1", + "pseudomap": "^1.0.2", + "pug": "^3.0.2", + "pug-attrs": "^3.0.0", + "pug-code-gen": "^3.0.2", + "pug-error": "^2.0.0", + "pug-filters": "^4.0.0", + "pug-lexer": "^5.0.1", + "pug-linker": "^4.0.0", + "pug-load": "^3.0.0", + "pug-parser": "^6.0.0", + "pug-runtime": "^3.0.1", + "pug-strip-comments": "^2.0.0", + "pug-walk": "^2.0.0", + "qs": "^6.2.3", + "queue-microtask": "^1.2.3", + "range-parser": "^1.2.1", + "raw-body": "^2.4.1", + "readdirp": "^3.6.0", + "recursive-copy": "^2.0.13", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "requires-port": "^1.0.0", + "resolve": "^1.20.0", + "resp-modifier": "^6.0.2", + "reusify": "^1.0.4", + "rimraf": "^2.7.1", + "run-parallel": "^1.2.0", + "rx": "^4.1.0", + "rxjs": "^5.5.12", + "safer-buffer": "^2.1.2", + "section-matter": "^1.0.0", + "semver": "^7.3.5", + "semver-compare": "^1.0.0", + "send": "^0.16.2", + "serve-index": "^1.9.1", + "serve-static": "^1.13.2", + "server-destroy": "^1.0.1", + "set-blocking": "^2.0.0", + "setprototypeof": "^1.1.1", + "sigmund": "^1.0.1", + "slash": "^1.0.0", + "slugify": "^1.6.1", + "socket.io": "^2.4.0", + "socket.io-adapter": "^1.1.2", + "socket.io-client": "^2.4.0", + "socket.io-parser": "^3.4.1", + "source-map": "^0.6.1", + "sprintf-js": "^1.0.3", + "statuses": "^1.3.1", + "stream-throttle": "^0.1.3", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "strip-bom-string": "^1.0.0", + "supports-color": "^7.2.0", + "symbol-observable": "^1.0.1", + "text-table": "^0.2.0", + "tfunk": "^4.0.0", + "time-require": "^0.1.2", + "to-array": "^0.1.4", + "to-fast-properties": "^2.0.0", + "to-regex-range": "^5.0.1", + "toidentifier": "^1.0.0", + "token-stream": "^1.0.0", + "ua-parser-js": "^1.0.2", + "uc.micro": "^1.0.6", + "uglify-js": "^3.14.3", + "unc-path-regex": "^0.1.2", + "universalify": "^0.1.2", + "unpipe": "^1.0.0", + "utils-merge": "^1.0.1", + "valid-url": "^1.0.9", + "void-elements": "^3.1.0", + "which-module": "^2.0.0", + "with": "^7.0.2", + "wordwrap": "^1.0.0", + "wrap-ansi": "^6.2.0", + "wrappy": "^1.0.2", + "ws": "^7.4.6", + "xmlhttprequest-ssl": "^1.6.3", + "y18n": "^4.0.3", + "yallist": "^2.1.2", + "yargs": "^15.4.1", + "yargs-parser": "^18.1.3", + "yeast": "^0.1.2" + } +} diff --git a/pages/Everyone-it.html b/pages/Everyone-it.html index ef27aeb2..879776c5 100644 --- a/pages/Everyone-it.html +++ b/pages/Everyone-it.html @@ -5,7 +5,6 @@ - /everyone/it title: "Everyone - cortometraggio" ref: Everyone -layout: none lang: it image: "/images/everyone.jpg" --- diff --git a/pages/Everyone.html b/pages/Everyone.html index 3bedd270..4218213c 100644 --- a/pages/Everyone.html +++ b/pages/Everyone.html @@ -5,7 +5,6 @@ - /everyone-love-awakens title: "Everyone - Love Awakens" ref: Everyone -layout: none lang: en description: "Everyone just wants to sleep" image: "/images/everyone.jpg" diff --git a/pages/index.html b/pages/index.html index 396b991b..ff925d83 100644 --- a/pages/index.html +++ b/pages/index.html @@ -1,6 +1,5 @@ --- sitemap: false -layout: none permalink: / redirect_from: /landing-page title: "Tommi Space" diff --git a/site.json b/site.json new file mode 100644 index 00000000..9b590305 --- /dev/null +++ b/site.json @@ -0,0 +1,7 @@ +{ + "title": "tommi.space", + "email": "surfing@tommi.space", + "description": "A virtual representation of the mess inside Tommi’s mind", + "baseurl": "", + "url": "https://tommi.space" +}