made by alan w smith ~ socials ~ other projects

Sub Dir Test

/sub-dir-test/level-1/level-2/level-3/index.html

Template Functions

file

{
  "extension": "html",
  "file_move_type": "Transform",
  "folder": "",
  "folder_parts": [],
  "input_path": "index.html",
  "name": "index.html",
  "output_folder": "",
  "output_name": "index.html",
  "output_path_part_strings": [
    "index.html"
  ],
  "output_path_parts": [
    "index.html"
  ],
  "output_path_string": "index.html",
  "parent": "",
  "parent_folder": null,
  "path_part_strings": [
    "index.html"
  ],
  "path_parts": [
    "index.html"
  ],
  "stem": "index"
}

TODO

this is <div>inline highlighted html</div>

Simple Site Builder

Overview

Simple Site Builder is my latest static site builder for my personal sites. It uses HTML, CSS, Vanilla JavaScript, Web Components, and JavaScript Libraries without requiring an underlying framework. It's specifically designed to compliment bitty.

The repo is at: https://github.com/alanwsmith/simple_site_builder if you want to check it out or tinker with it.

TODO/Goals:

Release Build Process

Examples

These examples cover the basics. Check out the source code to see the input.

Automatically Loaded Data

Processing .txt files with MiniJinja Worked!
{
  "_config": {
    "txtTest": "Processing .txt files with MiniJinja Worked!"
  },
  "examples": {
    "data": {
      "sample": {
        "dataset": {
          "alfa": "the quick brown fox",
          "bravo": [
            "the",
            "quick",
            "brown",
            "fox"
          ]
        }
      },
      "sample-2": {
        "anotherSample": "with some data"
      }
    }
  }
}

Inline Syntax Highlighting with `@ inline_highlight("LANG", "CODE", "optional extra classes") @`

This is <div>some HTML</div>

Inline Syntax Highlighting with a filter `! filter inline_highlight("LANG", "optional extra classes") !`

<div>this is filter highlighted html</div>

Block Syntax Highlighting with `filter block_highlight("LANG", "optional extra classes")`

HTML
<div>highlighted HTML from filter highlight</div>

Block Syntax Highlighting directly named filters (e.g. `filter hightlight_html`)

NOTE: This was the original appraoch. It's here for backward compatability. Probably you want to use: `filter block_highlight("LANG", "optional extra classes")` which returns stuff already in a `pre` tag with classes added to it.

CSS
.highlighted-css {
  color: goldenrod;
}
HTML
<div>highlighted HTML form filter highlight_html</div>
JSON
{ "json_key": "json_value" }
Lua
print('this is lua')
Python
print("this is python")
Rust
fn main() {
  println!("Highlighted rust");
}

Other languages can be added. It currently requires updating the source code.

File Syntax Highlighting


{
  "dataset": {
    "alfa": "the quick brown fox",
    "bravo": ["the", "quick", "brown", "fox"]
  }
}

Markdown File Inclusion

NOTE: Uses filter to render markdown for: examples/markdown/sample.md

Find and Replace from: support/find-replace/*.txt

This should say `TEST_VAR_2_WORKED`: TEST_VAR_2_DID_NOT_WORK

Confirm Find and Replace works in included files

This should say `TEST_VAR_3_WORKED` in the array:

Could not load file to highlight: _includes/test-highlight-with-find-replace.js
  

Bitty Test

Waiting for click

Current File

{
  "extension": "html",
  "file_move_type": "Transform",
  "folder": "",
  "folder_parts": [],
  "input_path": "index.html",
  "name": "index.html",
  "output_folder": "",
  "output_name": "index.html",
  "output_path_part_strings": [
    "index.html"
  ],
  "output_path_parts": [
    "index.html"
  ],
  "output_path_string": "index.html",
  "parent": "",
  "parent_folder": null,
  "path_part_strings": [
    "index.html"
  ],
  "path_parts": [
    "index.html"
  ],
  "stem": "index"
}

Folders List

[
  {
    "folder_parts": [
      "_includes"
    ],
    "name": "_includes",
    "parent": "",
    "path_part_strings": [
      "_includes"
    ],
    "path_parts": [
      "_includes"
    ],
    "path_string": "_includes"
  },
  {
    "folder_parts": [
      "_release-notes"
    ],
    "name": "_release-notes",
    "parent": "",
    "path_part_strings": [
      "_release-notes"
    ],
    "path_parts": [
      "_release-notes"
    ],
    "path_string": "_release-notes"
  },
  {
    "folder_parts": [
      "_wrappers"
    ],
    "name": "_wrappers",
    "parent": "",
    "path_part_strings": [
      "_wrappers"
    ],
    "path_parts": [
      "_wrappers"
    ],
    "path_string": "_wrappers"
  },
  {
    "folder_parts": [
      "components"
    ],
    "name": "components",
    "parent": "",
    "path_part_strings": [
      "components"
    ],
    "path_parts": [
      "components"
    ],
    "path_string": "components"
  },
  {
    "folder_parts": [
      "examples"
    ],
    "name": "examples",
    "parent": "",
    "path_part_strings": [
      "examples"
    ],
    "path_parts": [
      "examples"
    ],
    "path_string": "examples"
  },
  {
    "folder_parts": [
      "favicons"
    ],
    "name": "favicons",
    "parent": "",
    "path_part_strings": [
      "favicons"
    ],
    "path_parts": [
      "favicons"
    ],
    "path_string": "favicons"
  },
  {
    "folder_parts": [
      "images"
    ],
    "name": "images",
    "parent": "",
    "path_part_strings": [
      "images"
    ],
    "path_parts": [
      "images"
    ],
    "path_string": "images"
  },
  {
    "folder_parts": [
      "releases"
    ],
    "name": "releases",
    "parent": "",
    "path_part_strings": [
      "releases"
    ],
    "path_parts": [
      "releases"
    ],
    "path_string": "releases"
  },
  {
    "folder_parts": [
      "scripts"
    ],
    "name": "scripts",
    "parent": "",
    "path_part_strings": [
      "scripts"
    ],
    "path_parts": [
      "scripts"
    ],
    "path_string": "scripts"
  },
  {
    "folder_parts": [
      "styles"
    ],
    "name": "styles",
    "parent": "",
    "path_part_strings": [
      "styles"
    ],
    "path_parts": [
      "styles"
    ],
    "path_string": "styles"
  },
  {
    "folder_parts": [
      "sub-dir-test"
    ],
    "name": "sub-dir-test",
    "parent": "",
    "path_part_strings": [
      "sub-dir-test"
    ],
    "path_parts": [
      "sub-dir-test"
    ],
    "path_string": "sub-dir-test"
  },
  {
    "folder_parts": [
      "tests"
    ],
    "name": "tests",
    "parent": "",
    "path_part_strings": [
      "tests"
    ],
    "path_parts": [
      "tests"
    ],
    "path_string": "tests"
  },
  {
    "folder_parts": [
      "examples",
      "data"
    ],
    "name": "data",
    "parent": "examples",
    "path_part_strings": [
      "examples",
      "examples/data"
    ],
    "path_parts": [
      "examples",
      "data"
    ],
    "path_string": "examples/data"
  },
  {
    "folder_parts": [
      "examples",
      "markdown"
    ],
    "name": "markdown",
    "parent": "examples",
    "path_part_strings": [
      "examples",
      "examples/markdown"
    ],
    "path_parts": [
      "examples",
      "markdown"
    ],
    "path_string": "examples/markdown"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin"
    ],
    "name": "aarch64-apple-darwin",
    "parent": "releases",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin"
    ],
    "path_string": "releases/aarch64-apple-darwin"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.3.0"
    ],
    "name": "0.3.0",
    "parent": "releases/aarch64-apple-darwin",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.3.0"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.3.0"
    ],
    "path_string": "releases/aarch64-apple-darwin/0.3.0"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.4.0"
    ],
    "name": "0.4.0",
    "parent": "releases/aarch64-apple-darwin",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.4.0"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.4.0"
    ],
    "path_string": "releases/aarch64-apple-darwin/0.4.0"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.5.0"
    ],
    "name": "0.5.0",
    "parent": "releases/aarch64-apple-darwin",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.5.0"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.5.0"
    ],
    "path_string": "releases/aarch64-apple-darwin/0.5.0"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.6.0"
    ],
    "name": "0.6.0",
    "parent": "releases/aarch64-apple-darwin",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.6.0"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.6.0"
    ],
    "path_string": "releases/aarch64-apple-darwin/0.6.0"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.6.1"
    ],
    "name": "0.6.1",
    "parent": "releases/aarch64-apple-darwin",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.6.1"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.6.1"
    ],
    "path_string": "releases/aarch64-apple-darwin/0.6.1"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.6.2"
    ],
    "name": "0.6.2",
    "parent": "releases/aarch64-apple-darwin",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.6.2"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.6.2"
    ],
    "path_string": "releases/aarch64-apple-darwin/0.6.2"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.6.3"
    ],
    "name": "0.6.3",
    "parent": "releases/aarch64-apple-darwin",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.6.3"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.6.3"
    ],
    "path_string": "releases/aarch64-apple-darwin/0.6.3"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.7.0"
    ],
    "name": "0.7.0",
    "parent": "releases/aarch64-apple-darwin",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.7.0"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.7.0"
    ],
    "path_string": "releases/aarch64-apple-darwin/0.7.0"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.7.1"
    ],
    "name": "0.7.1",
    "parent": "releases/aarch64-apple-darwin",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.7.1"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.7.1"
    ],
    "path_string": "releases/aarch64-apple-darwin/0.7.1"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.7.2"
    ],
    "name": "0.7.2",
    "parent": "releases/aarch64-apple-darwin",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.7.2"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.7.2"
    ],
    "path_string": "releases/aarch64-apple-darwin/0.7.2"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.7.3"
    ],
    "name": "0.7.3",
    "parent": "releases/aarch64-apple-darwin",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.7.3"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.7.3"
    ],
    "path_string": "releases/aarch64-apple-darwin/0.7.3"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.7.4"
    ],
    "name": "0.7.4",
    "parent": "releases/aarch64-apple-darwin",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.7.4"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.7.4"
    ],
    "path_string": "releases/aarch64-apple-darwin/0.7.4"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.8.0"
    ],
    "name": "0.8.0",
    "parent": "releases/aarch64-apple-darwin",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.8.0"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.8.0"
    ],
    "path_string": "releases/aarch64-apple-darwin/0.8.0"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.8.1"
    ],
    "name": "0.8.1",
    "parent": "releases/aarch64-apple-darwin",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.8.1"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.8.1"
    ],
    "path_string": "releases/aarch64-apple-darwin/0.8.1"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.8.2"
    ],
    "name": "0.8.2",
    "parent": "releases/aarch64-apple-darwin",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.8.2"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.8.2"
    ],
    "path_string": "releases/aarch64-apple-darwin/0.8.2"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.8.3"
    ],
    "name": "0.8.3",
    "parent": "releases/aarch64-apple-darwin",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.8.3"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.8.3"
    ],
    "path_string": "releases/aarch64-apple-darwin/0.8.3"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.8.4"
    ],
    "name": "0.8.4",
    "parent": "releases/aarch64-apple-darwin",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.8.4"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.8.4"
    ],
    "path_string": "releases/aarch64-apple-darwin/0.8.4"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.8.5"
    ],
    "name": "0.8.5",
    "parent": "releases/aarch64-apple-darwin",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.8.5"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.8.5"
    ],
    "path_string": "releases/aarch64-apple-darwin/0.8.5"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.0"
    ],
    "name": "0.9.0",
    "parent": "releases/aarch64-apple-darwin",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.0"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.0"
    ],
    "path_string": "releases/aarch64-apple-darwin/0.9.0"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.1"
    ],
    "name": "0.9.1",
    "parent": "releases/aarch64-apple-darwin",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.1"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.1"
    ],
    "path_string": "releases/aarch64-apple-darwin/0.9.1"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.10"
    ],
    "name": "0.9.10",
    "parent": "releases/aarch64-apple-darwin",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.10"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.10"
    ],
    "path_string": "releases/aarch64-apple-darwin/0.9.10"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.11"
    ],
    "name": "0.9.11",
    "parent": "releases/aarch64-apple-darwin",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.11"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.11"
    ],
    "path_string": "releases/aarch64-apple-darwin/0.9.11"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.12"
    ],
    "name": "0.9.12",
    "parent": "releases/aarch64-apple-darwin",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.12"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.12"
    ],
    "path_string": "releases/aarch64-apple-darwin/0.9.12"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.2"
    ],
    "name": "0.9.2",
    "parent": "releases/aarch64-apple-darwin",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.2"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.2"
    ],
    "path_string": "releases/aarch64-apple-darwin/0.9.2"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.3"
    ],
    "name": "0.9.3",
    "parent": "releases/aarch64-apple-darwin",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.3"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.3"
    ],
    "path_string": "releases/aarch64-apple-darwin/0.9.3"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.4"
    ],
    "name": "0.9.4",
    "parent": "releases/aarch64-apple-darwin",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.4"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.4"
    ],
    "path_string": "releases/aarch64-apple-darwin/0.9.4"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.5"
    ],
    "name": "0.9.5",
    "parent": "releases/aarch64-apple-darwin",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.5"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.5"
    ],
    "path_string": "releases/aarch64-apple-darwin/0.9.5"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.6"
    ],
    "name": "0.9.6",
    "parent": "releases/aarch64-apple-darwin",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.6"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.6"
    ],
    "path_string": "releases/aarch64-apple-darwin/0.9.6"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.7"
    ],
    "name": "0.9.7",
    "parent": "releases/aarch64-apple-darwin",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.7"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.7"
    ],
    "path_string": "releases/aarch64-apple-darwin/0.9.7"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.8"
    ],
    "name": "0.9.8",
    "parent": "releases/aarch64-apple-darwin",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.8"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.8"
    ],
    "path_string": "releases/aarch64-apple-darwin/0.9.8"
  },
  {
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.9"
    ],
    "name": "0.9.9",
    "parent": "releases/aarch64-apple-darwin",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.9"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.9"
    ],
    "path_string": "releases/aarch64-apple-darwin/0.9.9"
  },
  {
    "folder_parts": [
      "sub-dir-test",
      "level-1"
    ],
    "name": "level-1",
    "parent": "sub-dir-test",
    "path_part_strings": [
      "sub-dir-test",
      "sub-dir-test/level-1"
    ],
    "path_parts": [
      "sub-dir-test",
      "level-1"
    ],
    "path_string": "sub-dir-test/level-1"
  },
  {
    "folder_parts": [
      "sub-dir-test",
      "level-1",
      "level-2"
    ],
    "name": "level-2",
    "parent": "sub-dir-test/level-1",
    "path_part_strings": [
      "sub-dir-test",
      "sub-dir-test/level-1",
      "sub-dir-test/level-1/level-2"
    ],
    "path_parts": [
      "sub-dir-test",
      "level-1",
      "level-2"
    ],
    "path_string": "sub-dir-test/level-1/level-2"
  },
  {
    "folder_parts": [
      "sub-dir-test",
      "level-1",
      "level-2",
      "level-3"
    ],
    "name": "level-3",
    "parent": "sub-dir-test/level-1/level-2",
    "path_part_strings": [
      "sub-dir-test",
      "sub-dir-test/level-1",
      "sub-dir-test/level-1/level-2",
      "sub-dir-test/level-1/level-2/level-3"
    ],
    "path_parts": [
      "sub-dir-test",
      "level-1",
      "level-2",
      "level-3"
    ],
    "path_string": "sub-dir-test/level-1/level-2/level-3"
  }
]

File List

[
  {
    "extension": "json",
    "file_move_type": "Skip",
    "folder": "",
    "folder_parts": [],
    "input_path": "_config.json",
    "name": "_config.json",
    "output_folder": null,
    "output_name": null,
    "output_path_part_strings": [],
    "output_path_parts": [],
    "output_path_string": null,
    "parent": "",
    "parent_folder": null,
    "path_part_strings": [
      "_config.json"
    ],
    "path_parts": [
      "_config.json"
    ],
    "stem": "_config"
  },
  {
    "extension": "ico",
    "file_move_type": "Copy",
    "folder": "",
    "folder_parts": [],
    "input_path": "favicon.ico",
    "name": "favicon.ico",
    "output_folder": "",
    "output_name": "favicon.ico",
    "output_path_part_strings": [
      "favicon.ico"
    ],
    "output_path_parts": [
      "favicon.ico"
    ],
    "output_path_string": "favicon.ico",
    "parent": "",
    "parent_folder": null,
    "path_part_strings": [
      "favicon.ico"
    ],
    "path_parts": [
      "favicon.ico"
    ],
    "stem": "favicon"
  },
  {
    "extension": "html",
    "file_move_type": "Transform",
    "folder": "",
    "folder_parts": [],
    "input_path": "index.html",
    "name": "index.html",
    "output_folder": "",
    "output_name": "index.html",
    "output_path_part_strings": [
      "index.html"
    ],
    "output_path_parts": [
      "index.html"
    ],
    "output_path_string": "index.html",
    "parent": "",
    "parent_folder": null,
    "path_part_strings": [
      "index.html"
    ],
    "path_parts": [
      "index.html"
    ],
    "stem": "index"
  },
  {
    "extension": "html",
    "file_move_type": "Transform",
    "folder": "",
    "folder_parts": [],
    "input_path": "ping.html",
    "name": "ping.html",
    "output_folder": "ping",
    "output_name": "index.html",
    "output_path_part_strings": [
      "ping",
      "ping/index.html"
    ],
    "output_path_parts": [
      "ping",
      "index.html"
    ],
    "output_path_string": "ping/index.html",
    "parent": "",
    "parent_folder": null,
    "path_part_strings": [
      "ping.html"
    ],
    "path_parts": [
      "ping.html"
    ],
    "stem": "ping"
  },
  {
    "extension": "js",
    "file_move_type": "Skip",
    "folder": "_includes",
    "folder_parts": [
      "_includes"
    ],
    "input_path": "_includes/test-highlight-with-find-replace.js",
    "name": "test-highlight-with-find-replace.js",
    "output_folder": null,
    "output_name": null,
    "output_path_part_strings": [],
    "output_path_parts": [],
    "output_path_string": null,
    "parent": "_includes",
    "parent_folder": "_includes",
    "path_part_strings": [
      "_includes",
      "_includes/test-highlight-with-find-replace.js"
    ],
    "path_parts": [
      "_includes",
      "test-highlight-with-find-replace.js"
    ],
    "stem": "test-highlight-with-find-replace"
  },
  {
    "extension": "txt",
    "file_move_type": "Skip",
    "folder": "_includes",
    "folder_parts": [
      "_includes"
    ],
    "input_path": "_includes/txt-test.txt",
    "name": "txt-test.txt",
    "output_folder": null,
    "output_name": null,
    "output_path_part_strings": [],
    "output_path_parts": [],
    "output_path_string": null,
    "parent": "_includes",
    "parent_folder": "_includes",
    "path_part_strings": [
      "_includes",
      "_includes/txt-test.txt"
    ],
    "path_parts": [
      "_includes",
      "txt-test.txt"
    ],
    "stem": "txt-test"
  },
  {
    "extension": "md",
    "file_move_type": "Skip",
    "folder": "_release-notes",
    "folder_parts": [
      "_release-notes"
    ],
    "input_path": "_release-notes/_roadmap.md",
    "name": "_roadmap.md",
    "output_folder": null,
    "output_name": null,
    "output_path_part_strings": [],
    "output_path_parts": [],
    "output_path_string": null,
    "parent": "_release-notes",
    "parent_folder": "_release-notes",
    "path_part_strings": [
      "_release-notes",
      "_release-notes/_roadmap.md"
    ],
    "path_parts": [
      "_release-notes",
      "_roadmap.md"
    ],
    "stem": "_roadmap"
  },
  {
    "extension": "md",
    "file_move_type": "Skip",
    "folder": "_release-notes",
    "folder_parts": [
      "_release-notes"
    ],
    "input_path": "_release-notes/v0.3.0.md",
    "name": "v0.3.0.md",
    "output_folder": null,
    "output_name": null,
    "output_path_part_strings": [],
    "output_path_parts": [],
    "output_path_string": null,
    "parent": "_release-notes",
    "parent_folder": "_release-notes",
    "path_part_strings": [
      "_release-notes",
      "_release-notes/v0.3.0.md"
    ],
    "path_parts": [
      "_release-notes",
      "v0.3.0.md"
    ],
    "stem": "v0.3.0"
  },
  {
    "extension": "md",
    "file_move_type": "Skip",
    "folder": "_release-notes",
    "folder_parts": [
      "_release-notes"
    ],
    "input_path": "_release-notes/v0.4.0.md",
    "name": "v0.4.0.md",
    "output_folder": null,
    "output_name": null,
    "output_path_part_strings": [],
    "output_path_parts": [],
    "output_path_string": null,
    "parent": "_release-notes",
    "parent_folder": "_release-notes",
    "path_part_strings": [
      "_release-notes",
      "_release-notes/v0.4.0.md"
    ],
    "path_parts": [
      "_release-notes",
      "v0.4.0.md"
    ],
    "stem": "v0.4.0"
  },
  {
    "extension": "md",
    "file_move_type": "Skip",
    "folder": "_release-notes",
    "folder_parts": [
      "_release-notes"
    ],
    "input_path": "_release-notes/v0.5.0.md",
    "name": "v0.5.0.md",
    "output_folder": null,
    "output_name": null,
    "output_path_part_strings": [],
    "output_path_parts": [],
    "output_path_string": null,
    "parent": "_release-notes",
    "parent_folder": "_release-notes",
    "path_part_strings": [
      "_release-notes",
      "_release-notes/v0.5.0.md"
    ],
    "path_parts": [
      "_release-notes",
      "v0.5.0.md"
    ],
    "stem": "v0.5.0"
  },
  {
    "extension": "md",
    "file_move_type": "Skip",
    "folder": "_release-notes",
    "folder_parts": [
      "_release-notes"
    ],
    "input_path": "_release-notes/v0.6.0.md",
    "name": "v0.6.0.md",
    "output_folder": null,
    "output_name": null,
    "output_path_part_strings": [],
    "output_path_parts": [],
    "output_path_string": null,
    "parent": "_release-notes",
    "parent_folder": "_release-notes",
    "path_part_strings": [
      "_release-notes",
      "_release-notes/v0.6.0.md"
    ],
    "path_parts": [
      "_release-notes",
      "v0.6.0.md"
    ],
    "stem": "v0.6.0"
  },
  {
    "extension": "md",
    "file_move_type": "Skip",
    "folder": "_release-notes",
    "folder_parts": [
      "_release-notes"
    ],
    "input_path": "_release-notes/v0.6.1.md",
    "name": "v0.6.1.md",
    "output_folder": null,
    "output_name": null,
    "output_path_part_strings": [],
    "output_path_parts": [],
    "output_path_string": null,
    "parent": "_release-notes",
    "parent_folder": "_release-notes",
    "path_part_strings": [
      "_release-notes",
      "_release-notes/v0.6.1.md"
    ],
    "path_parts": [
      "_release-notes",
      "v0.6.1.md"
    ],
    "stem": "v0.6.1"
  },
  {
    "extension": "md",
    "file_move_type": "Skip",
    "folder": "_release-notes",
    "folder_parts": [
      "_release-notes"
    ],
    "input_path": "_release-notes/v0.6.2.md",
    "name": "v0.6.2.md",
    "output_folder": null,
    "output_name": null,
    "output_path_part_strings": [],
    "output_path_parts": [],
    "output_path_string": null,
    "parent": "_release-notes",
    "parent_folder": "_release-notes",
    "path_part_strings": [
      "_release-notes",
      "_release-notes/v0.6.2.md"
    ],
    "path_parts": [
      "_release-notes",
      "v0.6.2.md"
    ],
    "stem": "v0.6.2"
  },
  {
    "extension": "md",
    "file_move_type": "Skip",
    "folder": "_release-notes",
    "folder_parts": [
      "_release-notes"
    ],
    "input_path": "_release-notes/v0.6.3.md",
    "name": "v0.6.3.md",
    "output_folder": null,
    "output_name": null,
    "output_path_part_strings": [],
    "output_path_parts": [],
    "output_path_string": null,
    "parent": "_release-notes",
    "parent_folder": "_release-notes",
    "path_part_strings": [
      "_release-notes",
      "_release-notes/v0.6.3.md"
    ],
    "path_parts": [
      "_release-notes",
      "v0.6.3.md"
    ],
    "stem": "v0.6.3"
  },
  {
    "extension": "md",
    "file_move_type": "Skip",
    "folder": "_release-notes",
    "folder_parts": [
      "_release-notes"
    ],
    "input_path": "_release-notes/v0.6.4.md",
    "name": "v0.6.4.md",
    "output_folder": null,
    "output_name": null,
    "output_path_part_strings": [],
    "output_path_parts": [],
    "output_path_string": null,
    "parent": "_release-notes",
    "parent_folder": "_release-notes",
    "path_part_strings": [
      "_release-notes",
      "_release-notes/v0.6.4.md"
    ],
    "path_parts": [
      "_release-notes",
      "v0.6.4.md"
    ],
    "stem": "v0.6.4"
  },
  {
    "extension": "md",
    "file_move_type": "Skip",
    "folder": "_release-notes",
    "folder_parts": [
      "_release-notes"
    ],
    "input_path": "_release-notes/v0.8.3.md",
    "name": "v0.8.3.md",
    "output_folder": null,
    "output_name": null,
    "output_path_part_strings": [],
    "output_path_parts": [],
    "output_path_string": null,
    "parent": "_release-notes",
    "parent_folder": "_release-notes",
    "path_part_strings": [
      "_release-notes",
      "_release-notes/v0.8.3.md"
    ],
    "path_parts": [
      "_release-notes",
      "v0.8.3.md"
    ],
    "stem": "v0.8.3"
  },
  {
    "extension": "md",
    "file_move_type": "Skip",
    "folder": "_release-notes",
    "folder_parts": [
      "_release-notes"
    ],
    "input_path": "_release-notes/v0.8.4.md",
    "name": "v0.8.4.md",
    "output_folder": null,
    "output_name": null,
    "output_path_part_strings": [],
    "output_path_parts": [],
    "output_path_string": null,
    "parent": "_release-notes",
    "parent_folder": "_release-notes",
    "path_part_strings": [
      "_release-notes",
      "_release-notes/v0.8.4.md"
    ],
    "path_parts": [
      "_release-notes",
      "v0.8.4.md"
    ],
    "stem": "v0.8.4"
  },
  {
    "extension": "md",
    "file_move_type": "Skip",
    "folder": "_release-notes",
    "folder_parts": [
      "_release-notes"
    ],
    "input_path": "_release-notes/v0.8.5.md",
    "name": "v0.8.5.md",
    "output_folder": null,
    "output_name": null,
    "output_path_part_strings": [],
    "output_path_parts": [],
    "output_path_string": null,
    "parent": "_release-notes",
    "parent_folder": "_release-notes",
    "path_part_strings": [
      "_release-notes",
      "_release-notes/v0.8.5.md"
    ],
    "path_parts": [
      "_release-notes",
      "v0.8.5.md"
    ],
    "stem": "v0.8.5"
  },
  {
    "extension": "md",
    "file_move_type": "Skip",
    "folder": "_release-notes",
    "folder_parts": [
      "_release-notes"
    ],
    "input_path": "_release-notes/v0.9.00.md",
    "name": "v0.9.00.md",
    "output_folder": null,
    "output_name": null,
    "output_path_part_strings": [],
    "output_path_parts": [],
    "output_path_string": null,
    "parent": "_release-notes",
    "parent_folder": "_release-notes",
    "path_part_strings": [
      "_release-notes",
      "_release-notes/v0.9.00.md"
    ],
    "path_parts": [
      "_release-notes",
      "v0.9.00.md"
    ],
    "stem": "v0.9.00"
  },
  {
    "extension": "md",
    "file_move_type": "Skip",
    "folder": "_release-notes",
    "folder_parts": [
      "_release-notes"
    ],
    "input_path": "_release-notes/v0.9.01.md",
    "name": "v0.9.01.md",
    "output_folder": null,
    "output_name": null,
    "output_path_part_strings": [],
    "output_path_parts": [],
    "output_path_string": null,
    "parent": "_release-notes",
    "parent_folder": "_release-notes",
    "path_part_strings": [
      "_release-notes",
      "_release-notes/v0.9.01.md"
    ],
    "path_parts": [
      "_release-notes",
      "v0.9.01.md"
    ],
    "stem": "v0.9.01"
  },
  {
    "extension": "md",
    "file_move_type": "Skip",
    "folder": "_release-notes",
    "folder_parts": [
      "_release-notes"
    ],
    "input_path": "_release-notes/v0.9.02.md",
    "name": "v0.9.02.md",
    "output_folder": null,
    "output_name": null,
    "output_path_part_strings": [],
    "output_path_parts": [],
    "output_path_string": null,
    "parent": "_release-notes",
    "parent_folder": "_release-notes",
    "path_part_strings": [
      "_release-notes",
      "_release-notes/v0.9.02.md"
    ],
    "path_parts": [
      "_release-notes",
      "v0.9.02.md"
    ],
    "stem": "v0.9.02"
  },
  {
    "extension": "md",
    "file_move_type": "Skip",
    "folder": "_release-notes",
    "folder_parts": [
      "_release-notes"
    ],
    "input_path": "_release-notes/v0.9.03.md",
    "name": "v0.9.03.md",
    "output_folder": null,
    "output_name": null,
    "output_path_part_strings": [],
    "output_path_parts": [],
    "output_path_string": null,
    "parent": "_release-notes",
    "parent_folder": "_release-notes",
    "path_part_strings": [
      "_release-notes",
      "_release-notes/v0.9.03.md"
    ],
    "path_parts": [
      "_release-notes",
      "v0.9.03.md"
    ],
    "stem": "v0.9.03"
  },
  {
    "extension": "md",
    "file_move_type": "Skip",
    "folder": "_release-notes",
    "folder_parts": [
      "_release-notes"
    ],
    "input_path": "_release-notes/v0.9.04.md",
    "name": "v0.9.04.md",
    "output_folder": null,
    "output_name": null,
    "output_path_part_strings": [],
    "output_path_parts": [],
    "output_path_string": null,
    "parent": "_release-notes",
    "parent_folder": "_release-notes",
    "path_part_strings": [
      "_release-notes",
      "_release-notes/v0.9.04.md"
    ],
    "path_parts": [
      "_release-notes",
      "v0.9.04.md"
    ],
    "stem": "v0.9.04"
  },
  {
    "extension": "md",
    "file_move_type": "Skip",
    "folder": "_release-notes",
    "folder_parts": [
      "_release-notes"
    ],
    "input_path": "_release-notes/v0.9.05.md",
    "name": "v0.9.05.md",
    "output_folder": null,
    "output_name": null,
    "output_path_part_strings": [],
    "output_path_parts": [],
    "output_path_string": null,
    "parent": "_release-notes",
    "parent_folder": "_release-notes",
    "path_part_strings": [
      "_release-notes",
      "_release-notes/v0.9.05.md"
    ],
    "path_parts": [
      "_release-notes",
      "v0.9.05.md"
    ],
    "stem": "v0.9.05"
  },
  {
    "extension": "md",
    "file_move_type": "Skip",
    "folder": "_release-notes",
    "folder_parts": [
      "_release-notes"
    ],
    "input_path": "_release-notes/v0.9.06.md",
    "name": "v0.9.06.md",
    "output_folder": null,
    "output_name": null,
    "output_path_part_strings": [],
    "output_path_parts": [],
    "output_path_string": null,
    "parent": "_release-notes",
    "parent_folder": "_release-notes",
    "path_part_strings": [
      "_release-notes",
      "_release-notes/v0.9.06.md"
    ],
    "path_parts": [
      "_release-notes",
      "v0.9.06.md"
    ],
    "stem": "v0.9.06"
  },
  {
    "extension": "md",
    "file_move_type": "Skip",
    "folder": "_release-notes",
    "folder_parts": [
      "_release-notes"
    ],
    "input_path": "_release-notes/v0.9.07.md",
    "name": "v0.9.07.md",
    "output_folder": null,
    "output_name": null,
    "output_path_part_strings": [],
    "output_path_parts": [],
    "output_path_string": null,
    "parent": "_release-notes",
    "parent_folder": "_release-notes",
    "path_part_strings": [
      "_release-notes",
      "_release-notes/v0.9.07.md"
    ],
    "path_parts": [
      "_release-notes",
      "v0.9.07.md"
    ],
    "stem": "v0.9.07"
  },
  {
    "extension": "md",
    "file_move_type": "Skip",
    "folder": "_release-notes",
    "folder_parts": [
      "_release-notes"
    ],
    "input_path": "_release-notes/v0.9.08.md",
    "name": "v0.9.08.md",
    "output_folder": null,
    "output_name": null,
    "output_path_part_strings": [],
    "output_path_parts": [],
    "output_path_string": null,
    "parent": "_release-notes",
    "parent_folder": "_release-notes",
    "path_part_strings": [
      "_release-notes",
      "_release-notes/v0.9.08.md"
    ],
    "path_parts": [
      "_release-notes",
      "v0.9.08.md"
    ],
    "stem": "v0.9.08"
  },
  {
    "extension": "md",
    "file_move_type": "Skip",
    "folder": "_release-notes",
    "folder_parts": [
      "_release-notes"
    ],
    "input_path": "_release-notes/v0.9.09.md",
    "name": "v0.9.09.md",
    "output_folder": null,
    "output_name": null,
    "output_path_part_strings": [],
    "output_path_parts": [],
    "output_path_string": null,
    "parent": "_release-notes",
    "parent_folder": "_release-notes",
    "path_part_strings": [
      "_release-notes",
      "_release-notes/v0.9.09.md"
    ],
    "path_parts": [
      "_release-notes",
      "v0.9.09.md"
    ],
    "stem": "v0.9.09"
  },
  {
    "extension": "md",
    "file_move_type": "Skip",
    "folder": "_release-notes",
    "folder_parts": [
      "_release-notes"
    ],
    "input_path": "_release-notes/v0.9.10.md",
    "name": "v0.9.10.md",
    "output_folder": null,
    "output_name": null,
    "output_path_part_strings": [],
    "output_path_parts": [],
    "output_path_string": null,
    "parent": "_release-notes",
    "parent_folder": "_release-notes",
    "path_part_strings": [
      "_release-notes",
      "_release-notes/v0.9.10.md"
    ],
    "path_parts": [
      "_release-notes",
      "v0.9.10.md"
    ],
    "stem": "v0.9.10"
  },
  {
    "extension": "md",
    "file_move_type": "Skip",
    "folder": "_release-notes",
    "folder_parts": [
      "_release-notes"
    ],
    "input_path": "_release-notes/v0.9.11.md",
    "name": "v0.9.11.md",
    "output_folder": null,
    "output_name": null,
    "output_path_part_strings": [],
    "output_path_parts": [],
    "output_path_string": null,
    "parent": "_release-notes",
    "parent_folder": "_release-notes",
    "path_part_strings": [
      "_release-notes",
      "_release-notes/v0.9.11.md"
    ],
    "path_parts": [
      "_release-notes",
      "v0.9.11.md"
    ],
    "stem": "v0.9.11"
  },
  {
    "extension": "md",
    "file_move_type": "Skip",
    "folder": "_release-notes",
    "folder_parts": [
      "_release-notes"
    ],
    "input_path": "_release-notes/v0.9.12.md",
    "name": "v0.9.12.md",
    "output_folder": null,
    "output_name": null,
    "output_path_part_strings": [],
    "output_path_parts": [],
    "output_path_string": null,
    "parent": "_release-notes",
    "parent_folder": "_release-notes",
    "path_part_strings": [
      "_release-notes",
      "_release-notes/v0.9.12.md"
    ],
    "path_parts": [
      "_release-notes",
      "v0.9.12.md"
    ],
    "stem": "v0.9.12"
  },
  {
    "extension": "html",
    "file_move_type": "Skip",
    "folder": "_wrappers",
    "folder_parts": [
      "_wrappers"
    ],
    "input_path": "_wrappers/main.html",
    "name": "main.html",
    "output_folder": null,
    "output_name": null,
    "output_path_part_strings": [],
    "output_path_parts": [],
    "output_path_string": null,
    "parent": "_wrappers",
    "parent_folder": "_wrappers",
    "path_part_strings": [
      "_wrappers",
      "_wrappers/main.html"
    ],
    "path_parts": [
      "_wrappers",
      "main.html"
    ],
    "stem": "main"
  },
  {
    "extension": "js",
    "file_move_type": "Skip",
    "folder": "components",
    "folder_parts": [
      "components"
    ],
    "input_path": "components/_js-include-test.js",
    "name": "_js-include-test.js",
    "output_folder": null,
    "output_name": null,
    "output_path_part_strings": [],
    "output_path_parts": [],
    "output_path_string": null,
    "parent": "components",
    "parent_folder": "components",
    "path_part_strings": [
      "components",
      "components/_js-include-test.js"
    ],
    "path_parts": [
      "components",
      "_js-include-test.js"
    ],
    "stem": "_js-include-test"
  },
  {
    "extension": "js",
    "file_move_type": "Copy",
    "folder": "components",
    "folder_parts": [
      "components"
    ],
    "input_path": "components/bitty-1.0.0-rc4.full.js",
    "name": "bitty-1.0.0-rc4.full.js",
    "output_folder": "components",
    "output_name": "bitty-1.0.0-rc4.full.js",
    "output_path_part_strings": [
      "components",
      "components/bitty-1.0.0-rc4.full.js"
    ],
    "output_path_parts": [
      "components",
      "bitty-1.0.0-rc4.full.js"
    ],
    "output_path_string": "components/bitty-1.0.0-rc4.full.js",
    "parent": "components",
    "parent_folder": "components",
    "path_part_strings": [
      "components",
      "components/bitty-1.0.0-rc4.full.js"
    ],
    "path_parts": [
      "components",
      "bitty-1.0.0-rc4.full.js"
    ],
    "stem": "bitty-1.0.0-rc4.full"
  },
  {
    "extension": "js",
    "file_move_type": "Copy",
    "folder": "components",
    "folder_parts": [
      "components"
    ],
    "input_path": "components/page.js",
    "name": "page.js",
    "output_folder": "components",
    "output_name": "page.js",
    "output_path_part_strings": [
      "components",
      "components/page.js"
    ],
    "output_path_parts": [
      "components",
      "page.js"
    ],
    "output_path_string": "components/page.js",
    "parent": "components",
    "parent_folder": "components",
    "path_part_strings": [
      "components",
      "components/page.js"
    ],
    "path_parts": [
      "components",
      "page.js"
    ],
    "stem": "page"
  },
  {
    "extension": "json",
    "file_move_type": "Copy",
    "folder": "examples/data",
    "folder_parts": [
      "examples",
      "data"
    ],
    "input_path": "examples/data/sample-2.json",
    "name": "sample-2.json",
    "output_folder": "examples/data",
    "output_name": "sample-2.json",
    "output_path_part_strings": [
      "examples",
      "examples/data",
      "examples/data/sample-2.json"
    ],
    "output_path_parts": [
      "examples",
      "data",
      "sample-2.json"
    ],
    "output_path_string": "examples/data/sample-2.json",
    "parent": "examples/data",
    "parent_folder": "data",
    "path_part_strings": [
      "examples",
      "examples/data",
      "examples/data/sample-2.json"
    ],
    "path_parts": [
      "examples",
      "data",
      "sample-2.json"
    ],
    "stem": "sample-2"
  },
  {
    "extension": "json",
    "file_move_type": "Copy",
    "folder": "examples/data",
    "folder_parts": [
      "examples",
      "data"
    ],
    "input_path": "examples/data/sample.json",
    "name": "sample.json",
    "output_folder": "examples/data",
    "output_name": "sample.json",
    "output_path_part_strings": [
      "examples",
      "examples/data",
      "examples/data/sample.json"
    ],
    "output_path_parts": [
      "examples",
      "data",
      "sample.json"
    ],
    "output_path_string": "examples/data/sample.json",
    "parent": "examples/data",
    "parent_folder": "data",
    "path_part_strings": [
      "examples",
      "examples/data",
      "examples/data/sample.json"
    ],
    "path_parts": [
      "examples",
      "data",
      "sample.json"
    ],
    "stem": "sample"
  },
  {
    "extension": "md",
    "file_move_type": "Transform",
    "folder": "examples/markdown",
    "folder_parts": [
      "examples",
      "markdown"
    ],
    "input_path": "examples/markdown/sample.md",
    "name": "sample.md",
    "output_folder": "examples/markdown",
    "output_name": "sample.md",
    "output_path_part_strings": [
      "examples",
      "examples/markdown",
      "examples/markdown/sample.md"
    ],
    "output_path_parts": [
      "examples",
      "markdown",
      "sample.md"
    ],
    "output_path_string": "examples/markdown/sample.md",
    "parent": "examples/markdown",
    "parent_folder": "markdown",
    "path_part_strings": [
      "examples",
      "examples/markdown",
      "examples/markdown/sample.md"
    ],
    "path_parts": [
      "examples",
      "markdown",
      "sample.md"
    ],
    "stem": "sample"
  },
  {
    "extension": "png",
    "file_move_type": "Copy",
    "folder": "favicons",
    "folder_parts": [
      "favicons"
    ],
    "input_path": "favicons/android-chrome-192x192.png",
    "name": "android-chrome-192x192.png",
    "output_folder": "favicons",
    "output_name": "android-chrome-192x192.png",
    "output_path_part_strings": [
      "favicons",
      "favicons/android-chrome-192x192.png"
    ],
    "output_path_parts": [
      "favicons",
      "android-chrome-192x192.png"
    ],
    "output_path_string": "favicons/android-chrome-192x192.png",
    "parent": "favicons",
    "parent_folder": "favicons",
    "path_part_strings": [
      "favicons",
      "favicons/android-chrome-192x192.png"
    ],
    "path_parts": [
      "favicons",
      "android-chrome-192x192.png"
    ],
    "stem": "android-chrome-192x192"
  },
  {
    "extension": "png",
    "file_move_type": "Copy",
    "folder": "favicons",
    "folder_parts": [
      "favicons"
    ],
    "input_path": "favicons/android-chrome-512x512.png",
    "name": "android-chrome-512x512.png",
    "output_folder": "favicons",
    "output_name": "android-chrome-512x512.png",
    "output_path_part_strings": [
      "favicons",
      "favicons/android-chrome-512x512.png"
    ],
    "output_path_parts": [
      "favicons",
      "android-chrome-512x512.png"
    ],
    "output_path_string": "favicons/android-chrome-512x512.png",
    "parent": "favicons",
    "parent_folder": "favicons",
    "path_part_strings": [
      "favicons",
      "favicons/android-chrome-512x512.png"
    ],
    "path_parts": [
      "favicons",
      "android-chrome-512x512.png"
    ],
    "stem": "android-chrome-512x512"
  },
  {
    "extension": "png",
    "file_move_type": "Copy",
    "folder": "favicons",
    "folder_parts": [
      "favicons"
    ],
    "input_path": "favicons/apple-touch-icon.png",
    "name": "apple-touch-icon.png",
    "output_folder": "favicons",
    "output_name": "apple-touch-icon.png",
    "output_path_part_strings": [
      "favicons",
      "favicons/apple-touch-icon.png"
    ],
    "output_path_parts": [
      "favicons",
      "apple-touch-icon.png"
    ],
    "output_path_string": "favicons/apple-touch-icon.png",
    "parent": "favicons",
    "parent_folder": "favicons",
    "path_part_strings": [
      "favicons",
      "favicons/apple-touch-icon.png"
    ],
    "path_parts": [
      "favicons",
      "apple-touch-icon.png"
    ],
    "stem": "apple-touch-icon"
  },
  {
    "extension": "xml",
    "file_move_type": "Copy",
    "folder": "favicons",
    "folder_parts": [
      "favicons"
    ],
    "input_path": "favicons/browserconfig.xml",
    "name": "browserconfig.xml",
    "output_folder": "favicons",
    "output_name": "browserconfig.xml",
    "output_path_part_strings": [
      "favicons",
      "favicons/browserconfig.xml"
    ],
    "output_path_parts": [
      "favicons",
      "browserconfig.xml"
    ],
    "output_path_string": "favicons/browserconfig.xml",
    "parent": "favicons",
    "parent_folder": "favicons",
    "path_part_strings": [
      "favicons",
      "favicons/browserconfig.xml"
    ],
    "path_parts": [
      "favicons",
      "browserconfig.xml"
    ],
    "stem": "browserconfig"
  },
  {
    "extension": "png",
    "file_move_type": "Copy",
    "folder": "favicons",
    "folder_parts": [
      "favicons"
    ],
    "input_path": "favicons/favicon-16x16.png",
    "name": "favicon-16x16.png",
    "output_folder": "favicons",
    "output_name": "favicon-16x16.png",
    "output_path_part_strings": [
      "favicons",
      "favicons/favicon-16x16.png"
    ],
    "output_path_parts": [
      "favicons",
      "favicon-16x16.png"
    ],
    "output_path_string": "favicons/favicon-16x16.png",
    "parent": "favicons",
    "parent_folder": "favicons",
    "path_part_strings": [
      "favicons",
      "favicons/favicon-16x16.png"
    ],
    "path_parts": [
      "favicons",
      "favicon-16x16.png"
    ],
    "stem": "favicon-16x16"
  },
  {
    "extension": "png",
    "file_move_type": "Copy",
    "folder": "favicons",
    "folder_parts": [
      "favicons"
    ],
    "input_path": "favicons/favicon-32x32.png",
    "name": "favicon-32x32.png",
    "output_folder": "favicons",
    "output_name": "favicon-32x32.png",
    "output_path_part_strings": [
      "favicons",
      "favicons/favicon-32x32.png"
    ],
    "output_path_parts": [
      "favicons",
      "favicon-32x32.png"
    ],
    "output_path_string": "favicons/favicon-32x32.png",
    "parent": "favicons",
    "parent_folder": "favicons",
    "path_part_strings": [
      "favicons",
      "favicons/favicon-32x32.png"
    ],
    "path_parts": [
      "favicons",
      "favicon-32x32.png"
    ],
    "stem": "favicon-32x32"
  },
  {
    "extension": "ico",
    "file_move_type": "Copy",
    "folder": "favicons",
    "folder_parts": [
      "favicons"
    ],
    "input_path": "favicons/favicon.ico",
    "name": "favicon.ico",
    "output_folder": "favicons",
    "output_name": "favicon.ico",
    "output_path_part_strings": [
      "favicons",
      "favicons/favicon.ico"
    ],
    "output_path_parts": [
      "favicons",
      "favicon.ico"
    ],
    "output_path_string": "favicons/favicon.ico",
    "parent": "favicons",
    "parent_folder": "favicons",
    "path_part_strings": [
      "favicons",
      "favicons/favicon.ico"
    ],
    "path_parts": [
      "favicons",
      "favicon.ico"
    ],
    "stem": "favicon"
  },
  {
    "extension": "png",
    "file_move_type": "Copy",
    "folder": "favicons",
    "folder_parts": [
      "favicons"
    ],
    "input_path": "favicons/mstile-150x150.png",
    "name": "mstile-150x150.png",
    "output_folder": "favicons",
    "output_name": "mstile-150x150.png",
    "output_path_part_strings": [
      "favicons",
      "favicons/mstile-150x150.png"
    ],
    "output_path_parts": [
      "favicons",
      "mstile-150x150.png"
    ],
    "output_path_string": "favicons/mstile-150x150.png",
    "parent": "favicons",
    "parent_folder": "favicons",
    "path_part_strings": [
      "favicons",
      "favicons/mstile-150x150.png"
    ],
    "path_parts": [
      "favicons",
      "mstile-150x150.png"
    ],
    "stem": "mstile-150x150"
  },
  {
    "extension": "svg",
    "file_move_type": "Copy",
    "folder": "favicons",
    "folder_parts": [
      "favicons"
    ],
    "input_path": "favicons/safari-pinned-tab.svg",
    "name": "safari-pinned-tab.svg",
    "output_folder": "favicons",
    "output_name": "safari-pinned-tab.svg",
    "output_path_part_strings": [
      "favicons",
      "favicons/safari-pinned-tab.svg"
    ],
    "output_path_parts": [
      "favicons",
      "safari-pinned-tab.svg"
    ],
    "output_path_string": "favicons/safari-pinned-tab.svg",
    "parent": "favicons",
    "parent_folder": "favicons",
    "path_part_strings": [
      "favicons",
      "favicons/safari-pinned-tab.svg"
    ],
    "path_parts": [
      "favicons",
      "safari-pinned-tab.svg"
    ],
    "stem": "safari-pinned-tab"
  },
  {
    "extension": "webmanifest",
    "file_move_type": "Copy",
    "folder": "favicons",
    "folder_parts": [
      "favicons"
    ],
    "input_path": "favicons/site.webmanifest",
    "name": "site.webmanifest",
    "output_folder": "favicons",
    "output_name": "site.webmanifest",
    "output_path_part_strings": [
      "favicons",
      "favicons/site.webmanifest"
    ],
    "output_path_parts": [
      "favicons",
      "site.webmanifest"
    ],
    "output_path_string": "favicons/site.webmanifest",
    "parent": "favicons",
    "parent_folder": "favicons",
    "path_part_strings": [
      "favicons",
      "favicons/site.webmanifest"
    ],
    "path_parts": [
      "favicons",
      "site.webmanifest"
    ],
    "stem": "site"
  },
  {
    "extension": "jpg",
    "file_move_type": "Copy",
    "folder": "images",
    "folder_parts": [
      "images"
    ],
    "input_path": "images/test-image.jpg",
    "name": "test-image.jpg",
    "output_folder": "images",
    "output_name": "test-image.jpg",
    "output_path_part_strings": [
      "images",
      "images/test-image.jpg"
    ],
    "output_path_parts": [
      "images",
      "test-image.jpg"
    ],
    "output_path_string": "images/test-image.jpg",
    "parent": "images",
    "parent_folder": "images",
    "path_part_strings": [
      "images",
      "images/test-image.jpg"
    ],
    "path_parts": [
      "images",
      "test-image.jpg"
    ],
    "stem": "test-image"
  },
  {
    "extension": null,
    "file_move_type": "Copy",
    "folder": "releases/aarch64-apple-darwin/0.3.0",
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.3.0"
    ],
    "input_path": "releases/aarch64-apple-darwin/0.3.0/ssb",
    "name": "ssb",
    "output_folder": "releases/aarch64-apple-darwin/0.3.0",
    "output_name": "ssb",
    "output_path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.3.0",
      "releases/aarch64-apple-darwin/0.3.0/ssb"
    ],
    "output_path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.3.0",
      "ssb"
    ],
    "output_path_string": "releases/aarch64-apple-darwin/0.3.0/ssb",
    "parent": "releases/aarch64-apple-darwin/0.3.0",
    "parent_folder": "0.3",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.3.0",
      "releases/aarch64-apple-darwin/0.3.0/ssb"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.3.0",
      "ssb"
    ],
    "stem": "ssb"
  },
  {
    "extension": null,
    "file_move_type": "Copy",
    "folder": "releases/aarch64-apple-darwin/0.4.0",
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.4.0"
    ],
    "input_path": "releases/aarch64-apple-darwin/0.4.0/ssb",
    "name": "ssb",
    "output_folder": "releases/aarch64-apple-darwin/0.4.0",
    "output_name": "ssb",
    "output_path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.4.0",
      "releases/aarch64-apple-darwin/0.4.0/ssb"
    ],
    "output_path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.4.0",
      "ssb"
    ],
    "output_path_string": "releases/aarch64-apple-darwin/0.4.0/ssb",
    "parent": "releases/aarch64-apple-darwin/0.4.0",
    "parent_folder": "0.4",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.4.0",
      "releases/aarch64-apple-darwin/0.4.0/ssb"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.4.0",
      "ssb"
    ],
    "stem": "ssb"
  },
  {
    "extension": null,
    "file_move_type": "Copy",
    "folder": "releases/aarch64-apple-darwin/0.5.0",
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.5.0"
    ],
    "input_path": "releases/aarch64-apple-darwin/0.5.0/ssb",
    "name": "ssb",
    "output_folder": "releases/aarch64-apple-darwin/0.5.0",
    "output_name": "ssb",
    "output_path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.5.0",
      "releases/aarch64-apple-darwin/0.5.0/ssb"
    ],
    "output_path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.5.0",
      "ssb"
    ],
    "output_path_string": "releases/aarch64-apple-darwin/0.5.0/ssb",
    "parent": "releases/aarch64-apple-darwin/0.5.0",
    "parent_folder": "0.5",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.5.0",
      "releases/aarch64-apple-darwin/0.5.0/ssb"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.5.0",
      "ssb"
    ],
    "stem": "ssb"
  },
  {
    "extension": null,
    "file_move_type": "Copy",
    "folder": "releases/aarch64-apple-darwin/0.6.0",
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.6.0"
    ],
    "input_path": "releases/aarch64-apple-darwin/0.6.0/ssb-0-6-x",
    "name": "ssb-0-6-x",
    "output_folder": "releases/aarch64-apple-darwin/0.6.0",
    "output_name": "ssb-0-6-x",
    "output_path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.6.0",
      "releases/aarch64-apple-darwin/0.6.0/ssb-0-6-x"
    ],
    "output_path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.6.0",
      "ssb-0-6-x"
    ],
    "output_path_string": "releases/aarch64-apple-darwin/0.6.0/ssb-0-6-x",
    "parent": "releases/aarch64-apple-darwin/0.6.0",
    "parent_folder": "0.6",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.6.0",
      "releases/aarch64-apple-darwin/0.6.0/ssb-0-6-x"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.6.0",
      "ssb-0-6-x"
    ],
    "stem": "ssb-0-6-x"
  },
  {
    "extension": null,
    "file_move_type": "Copy",
    "folder": "releases/aarch64-apple-darwin/0.6.1",
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.6.1"
    ],
    "input_path": "releases/aarch64-apple-darwin/0.6.1/ssb-0-6-x",
    "name": "ssb-0-6-x",
    "output_folder": "releases/aarch64-apple-darwin/0.6.1",
    "output_name": "ssb-0-6-x",
    "output_path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.6.1",
      "releases/aarch64-apple-darwin/0.6.1/ssb-0-6-x"
    ],
    "output_path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.6.1",
      "ssb-0-6-x"
    ],
    "output_path_string": "releases/aarch64-apple-darwin/0.6.1/ssb-0-6-x",
    "parent": "releases/aarch64-apple-darwin/0.6.1",
    "parent_folder": "0.6",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.6.1",
      "releases/aarch64-apple-darwin/0.6.1/ssb-0-6-x"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.6.1",
      "ssb-0-6-x"
    ],
    "stem": "ssb-0-6-x"
  },
  {
    "extension": null,
    "file_move_type": "Copy",
    "folder": "releases/aarch64-apple-darwin/0.6.2",
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.6.2"
    ],
    "input_path": "releases/aarch64-apple-darwin/0.6.2/ssb-0-6-x",
    "name": "ssb-0-6-x",
    "output_folder": "releases/aarch64-apple-darwin/0.6.2",
    "output_name": "ssb-0-6-x",
    "output_path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.6.2",
      "releases/aarch64-apple-darwin/0.6.2/ssb-0-6-x"
    ],
    "output_path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.6.2",
      "ssb-0-6-x"
    ],
    "output_path_string": "releases/aarch64-apple-darwin/0.6.2/ssb-0-6-x",
    "parent": "releases/aarch64-apple-darwin/0.6.2",
    "parent_folder": "0.6",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.6.2",
      "releases/aarch64-apple-darwin/0.6.2/ssb-0-6-x"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.6.2",
      "ssb-0-6-x"
    ],
    "stem": "ssb-0-6-x"
  },
  {
    "extension": null,
    "file_move_type": "Copy",
    "folder": "releases/aarch64-apple-darwin/0.6.3",
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.6.3"
    ],
    "input_path": "releases/aarch64-apple-darwin/0.6.3/ssb-0-6-x",
    "name": "ssb-0-6-x",
    "output_folder": "releases/aarch64-apple-darwin/0.6.3",
    "output_name": "ssb-0-6-x",
    "output_path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.6.3",
      "releases/aarch64-apple-darwin/0.6.3/ssb-0-6-x"
    ],
    "output_path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.6.3",
      "ssb-0-6-x"
    ],
    "output_path_string": "releases/aarch64-apple-darwin/0.6.3/ssb-0-6-x",
    "parent": "releases/aarch64-apple-darwin/0.6.3",
    "parent_folder": "0.6",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.6.3",
      "releases/aarch64-apple-darwin/0.6.3/ssb-0-6-x"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.6.3",
      "ssb-0-6-x"
    ],
    "stem": "ssb-0-6-x"
  },
  {
    "extension": null,
    "file_move_type": "Copy",
    "folder": "releases/aarch64-apple-darwin/0.7.0",
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.7.0"
    ],
    "input_path": "releases/aarch64-apple-darwin/0.7.0/ssb-0-7",
    "name": "ssb-0-7",
    "output_folder": "releases/aarch64-apple-darwin/0.7.0",
    "output_name": "ssb-0-7",
    "output_path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.7.0",
      "releases/aarch64-apple-darwin/0.7.0/ssb-0-7"
    ],
    "output_path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.7.0",
      "ssb-0-7"
    ],
    "output_path_string": "releases/aarch64-apple-darwin/0.7.0/ssb-0-7",
    "parent": "releases/aarch64-apple-darwin/0.7.0",
    "parent_folder": "0.7",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.7.0",
      "releases/aarch64-apple-darwin/0.7.0/ssb-0-7"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.7.0",
      "ssb-0-7"
    ],
    "stem": "ssb-0-7"
  },
  {
    "extension": null,
    "file_move_type": "Copy",
    "folder": "releases/aarch64-apple-darwin/0.7.1",
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.7.1"
    ],
    "input_path": "releases/aarch64-apple-darwin/0.7.1/ssb-0-7",
    "name": "ssb-0-7",
    "output_folder": "releases/aarch64-apple-darwin/0.7.1",
    "output_name": "ssb-0-7",
    "output_path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.7.1",
      "releases/aarch64-apple-darwin/0.7.1/ssb-0-7"
    ],
    "output_path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.7.1",
      "ssb-0-7"
    ],
    "output_path_string": "releases/aarch64-apple-darwin/0.7.1/ssb-0-7",
    "parent": "releases/aarch64-apple-darwin/0.7.1",
    "parent_folder": "0.7",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.7.1",
      "releases/aarch64-apple-darwin/0.7.1/ssb-0-7"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.7.1",
      "ssb-0-7"
    ],
    "stem": "ssb-0-7"
  },
  {
    "extension": null,
    "file_move_type": "Copy",
    "folder": "releases/aarch64-apple-darwin/0.7.2",
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.7.2"
    ],
    "input_path": "releases/aarch64-apple-darwin/0.7.2/ssb-0-7",
    "name": "ssb-0-7",
    "output_folder": "releases/aarch64-apple-darwin/0.7.2",
    "output_name": "ssb-0-7",
    "output_path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.7.2",
      "releases/aarch64-apple-darwin/0.7.2/ssb-0-7"
    ],
    "output_path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.7.2",
      "ssb-0-7"
    ],
    "output_path_string": "releases/aarch64-apple-darwin/0.7.2/ssb-0-7",
    "parent": "releases/aarch64-apple-darwin/0.7.2",
    "parent_folder": "0.7",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.7.2",
      "releases/aarch64-apple-darwin/0.7.2/ssb-0-7"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.7.2",
      "ssb-0-7"
    ],
    "stem": "ssb-0-7"
  },
  {
    "extension": null,
    "file_move_type": "Copy",
    "folder": "releases/aarch64-apple-darwin/0.7.3",
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.7.3"
    ],
    "input_path": "releases/aarch64-apple-darwin/0.7.3/ssb-0-7",
    "name": "ssb-0-7",
    "output_folder": "releases/aarch64-apple-darwin/0.7.3",
    "output_name": "ssb-0-7",
    "output_path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.7.3",
      "releases/aarch64-apple-darwin/0.7.3/ssb-0-7"
    ],
    "output_path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.7.3",
      "ssb-0-7"
    ],
    "output_path_string": "releases/aarch64-apple-darwin/0.7.3/ssb-0-7",
    "parent": "releases/aarch64-apple-darwin/0.7.3",
    "parent_folder": "0.7",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.7.3",
      "releases/aarch64-apple-darwin/0.7.3/ssb-0-7"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.7.3",
      "ssb-0-7"
    ],
    "stem": "ssb-0-7"
  },
  {
    "extension": null,
    "file_move_type": "Copy",
    "folder": "releases/aarch64-apple-darwin/0.7.4",
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.7.4"
    ],
    "input_path": "releases/aarch64-apple-darwin/0.7.4/ssb-0-7",
    "name": "ssb-0-7",
    "output_folder": "releases/aarch64-apple-darwin/0.7.4",
    "output_name": "ssb-0-7",
    "output_path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.7.4",
      "releases/aarch64-apple-darwin/0.7.4/ssb-0-7"
    ],
    "output_path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.7.4",
      "ssb-0-7"
    ],
    "output_path_string": "releases/aarch64-apple-darwin/0.7.4/ssb-0-7",
    "parent": "releases/aarch64-apple-darwin/0.7.4",
    "parent_folder": "0.7",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.7.4",
      "releases/aarch64-apple-darwin/0.7.4/ssb-0-7"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.7.4",
      "ssb-0-7"
    ],
    "stem": "ssb-0-7"
  },
  {
    "extension": null,
    "file_move_type": "Copy",
    "folder": "releases/aarch64-apple-darwin/0.8.0",
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.8.0"
    ],
    "input_path": "releases/aarch64-apple-darwin/0.8.0/ssb-0-8",
    "name": "ssb-0-8",
    "output_folder": "releases/aarch64-apple-darwin/0.8.0",
    "output_name": "ssb-0-8",
    "output_path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.8.0",
      "releases/aarch64-apple-darwin/0.8.0/ssb-0-8"
    ],
    "output_path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.8.0",
      "ssb-0-8"
    ],
    "output_path_string": "releases/aarch64-apple-darwin/0.8.0/ssb-0-8",
    "parent": "releases/aarch64-apple-darwin/0.8.0",
    "parent_folder": "0.8",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.8.0",
      "releases/aarch64-apple-darwin/0.8.0/ssb-0-8"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.8.0",
      "ssb-0-8"
    ],
    "stem": "ssb-0-8"
  },
  {
    "extension": null,
    "file_move_type": "Copy",
    "folder": "releases/aarch64-apple-darwin/0.8.1",
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.8.1"
    ],
    "input_path": "releases/aarch64-apple-darwin/0.8.1/ssb-0-8",
    "name": "ssb-0-8",
    "output_folder": "releases/aarch64-apple-darwin/0.8.1",
    "output_name": "ssb-0-8",
    "output_path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.8.1",
      "releases/aarch64-apple-darwin/0.8.1/ssb-0-8"
    ],
    "output_path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.8.1",
      "ssb-0-8"
    ],
    "output_path_string": "releases/aarch64-apple-darwin/0.8.1/ssb-0-8",
    "parent": "releases/aarch64-apple-darwin/0.8.1",
    "parent_folder": "0.8",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.8.1",
      "releases/aarch64-apple-darwin/0.8.1/ssb-0-8"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.8.1",
      "ssb-0-8"
    ],
    "stem": "ssb-0-8"
  },
  {
    "extension": null,
    "file_move_type": "Copy",
    "folder": "releases/aarch64-apple-darwin/0.8.2",
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.8.2"
    ],
    "input_path": "releases/aarch64-apple-darwin/0.8.2/ssb-0-8",
    "name": "ssb-0-8",
    "output_folder": "releases/aarch64-apple-darwin/0.8.2",
    "output_name": "ssb-0-8",
    "output_path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.8.2",
      "releases/aarch64-apple-darwin/0.8.2/ssb-0-8"
    ],
    "output_path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.8.2",
      "ssb-0-8"
    ],
    "output_path_string": "releases/aarch64-apple-darwin/0.8.2/ssb-0-8",
    "parent": "releases/aarch64-apple-darwin/0.8.2",
    "parent_folder": "0.8",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.8.2",
      "releases/aarch64-apple-darwin/0.8.2/ssb-0-8"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.8.2",
      "ssb-0-8"
    ],
    "stem": "ssb-0-8"
  },
  {
    "extension": null,
    "file_move_type": "Copy",
    "folder": "releases/aarch64-apple-darwin/0.8.3",
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.8.3"
    ],
    "input_path": "releases/aarch64-apple-darwin/0.8.3/ssb-0-8",
    "name": "ssb-0-8",
    "output_folder": "releases/aarch64-apple-darwin/0.8.3",
    "output_name": "ssb-0-8",
    "output_path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.8.3",
      "releases/aarch64-apple-darwin/0.8.3/ssb-0-8"
    ],
    "output_path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.8.3",
      "ssb-0-8"
    ],
    "output_path_string": "releases/aarch64-apple-darwin/0.8.3/ssb-0-8",
    "parent": "releases/aarch64-apple-darwin/0.8.3",
    "parent_folder": "0.8",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.8.3",
      "releases/aarch64-apple-darwin/0.8.3/ssb-0-8"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.8.3",
      "ssb-0-8"
    ],
    "stem": "ssb-0-8"
  },
  {
    "extension": null,
    "file_move_type": "Copy",
    "folder": "releases/aarch64-apple-darwin/0.8.4",
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.8.4"
    ],
    "input_path": "releases/aarch64-apple-darwin/0.8.4/ssb-0-8",
    "name": "ssb-0-8",
    "output_folder": "releases/aarch64-apple-darwin/0.8.4",
    "output_name": "ssb-0-8",
    "output_path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.8.4",
      "releases/aarch64-apple-darwin/0.8.4/ssb-0-8"
    ],
    "output_path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.8.4",
      "ssb-0-8"
    ],
    "output_path_string": "releases/aarch64-apple-darwin/0.8.4/ssb-0-8",
    "parent": "releases/aarch64-apple-darwin/0.8.4",
    "parent_folder": "0.8",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.8.4",
      "releases/aarch64-apple-darwin/0.8.4/ssb-0-8"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.8.4",
      "ssb-0-8"
    ],
    "stem": "ssb-0-8"
  },
  {
    "extension": null,
    "file_move_type": "Copy",
    "folder": "releases/aarch64-apple-darwin/0.8.5",
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.8.5"
    ],
    "input_path": "releases/aarch64-apple-darwin/0.8.5/ssb-0-8",
    "name": "ssb-0-8",
    "output_folder": "releases/aarch64-apple-darwin/0.8.5",
    "output_name": "ssb-0-8",
    "output_path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.8.5",
      "releases/aarch64-apple-darwin/0.8.5/ssb-0-8"
    ],
    "output_path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.8.5",
      "ssb-0-8"
    ],
    "output_path_string": "releases/aarch64-apple-darwin/0.8.5/ssb-0-8",
    "parent": "releases/aarch64-apple-darwin/0.8.5",
    "parent_folder": "0.8",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.8.5",
      "releases/aarch64-apple-darwin/0.8.5/ssb-0-8"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.8.5",
      "ssb-0-8"
    ],
    "stem": "ssb-0-8"
  },
  {
    "extension": null,
    "file_move_type": "Copy",
    "folder": "releases/aarch64-apple-darwin/0.9.0",
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.0"
    ],
    "input_path": "releases/aarch64-apple-darwin/0.9.0/ssb-0-9",
    "name": "ssb-0-9",
    "output_folder": "releases/aarch64-apple-darwin/0.9.0",
    "output_name": "ssb-0-9",
    "output_path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.0",
      "releases/aarch64-apple-darwin/0.9.0/ssb-0-9"
    ],
    "output_path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.0",
      "ssb-0-9"
    ],
    "output_path_string": "releases/aarch64-apple-darwin/0.9.0/ssb-0-9",
    "parent": "releases/aarch64-apple-darwin/0.9.0",
    "parent_folder": "0.9",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.0",
      "releases/aarch64-apple-darwin/0.9.0/ssb-0-9"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.0",
      "ssb-0-9"
    ],
    "stem": "ssb-0-9"
  },
  {
    "extension": null,
    "file_move_type": "Copy",
    "folder": "releases/aarch64-apple-darwin/0.9.1",
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.1"
    ],
    "input_path": "releases/aarch64-apple-darwin/0.9.1/ssb-0-9",
    "name": "ssb-0-9",
    "output_folder": "releases/aarch64-apple-darwin/0.9.1",
    "output_name": "ssb-0-9",
    "output_path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.1",
      "releases/aarch64-apple-darwin/0.9.1/ssb-0-9"
    ],
    "output_path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.1",
      "ssb-0-9"
    ],
    "output_path_string": "releases/aarch64-apple-darwin/0.9.1/ssb-0-9",
    "parent": "releases/aarch64-apple-darwin/0.9.1",
    "parent_folder": "0.9",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.1",
      "releases/aarch64-apple-darwin/0.9.1/ssb-0-9"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.1",
      "ssb-0-9"
    ],
    "stem": "ssb-0-9"
  },
  {
    "extension": null,
    "file_move_type": "Copy",
    "folder": "releases/aarch64-apple-darwin/0.9.10",
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.10"
    ],
    "input_path": "releases/aarch64-apple-darwin/0.9.10/ssb-0-9-10",
    "name": "ssb-0-9-10",
    "output_folder": "releases/aarch64-apple-darwin/0.9.10",
    "output_name": "ssb-0-9-10",
    "output_path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.10",
      "releases/aarch64-apple-darwin/0.9.10/ssb-0-9-10"
    ],
    "output_path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.10",
      "ssb-0-9-10"
    ],
    "output_path_string": "releases/aarch64-apple-darwin/0.9.10/ssb-0-9-10",
    "parent": "releases/aarch64-apple-darwin/0.9.10",
    "parent_folder": "0.9",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.10",
      "releases/aarch64-apple-darwin/0.9.10/ssb-0-9-10"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.10",
      "ssb-0-9-10"
    ],
    "stem": "ssb-0-9-10"
  },
  {
    "extension": null,
    "file_move_type": "Copy",
    "folder": "releases/aarch64-apple-darwin/0.9.11",
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.11"
    ],
    "input_path": "releases/aarch64-apple-darwin/0.9.11/ssb-0-9-11",
    "name": "ssb-0-9-11",
    "output_folder": "releases/aarch64-apple-darwin/0.9.11",
    "output_name": "ssb-0-9-11",
    "output_path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.11",
      "releases/aarch64-apple-darwin/0.9.11/ssb-0-9-11"
    ],
    "output_path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.11",
      "ssb-0-9-11"
    ],
    "output_path_string": "releases/aarch64-apple-darwin/0.9.11/ssb-0-9-11",
    "parent": "releases/aarch64-apple-darwin/0.9.11",
    "parent_folder": "0.9",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.11",
      "releases/aarch64-apple-darwin/0.9.11/ssb-0-9-11"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.11",
      "ssb-0-9-11"
    ],
    "stem": "ssb-0-9-11"
  },
  {
    "extension": null,
    "file_move_type": "Copy",
    "folder": "releases/aarch64-apple-darwin/0.9.12",
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.12"
    ],
    "input_path": "releases/aarch64-apple-darwin/0.9.12/ssb-0-9-12",
    "name": "ssb-0-9-12",
    "output_folder": "releases/aarch64-apple-darwin/0.9.12",
    "output_name": "ssb-0-9-12",
    "output_path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.12",
      "releases/aarch64-apple-darwin/0.9.12/ssb-0-9-12"
    ],
    "output_path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.12",
      "ssb-0-9-12"
    ],
    "output_path_string": "releases/aarch64-apple-darwin/0.9.12/ssb-0-9-12",
    "parent": "releases/aarch64-apple-darwin/0.9.12",
    "parent_folder": "0.9",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.12",
      "releases/aarch64-apple-darwin/0.9.12/ssb-0-9-12"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.12",
      "ssb-0-9-12"
    ],
    "stem": "ssb-0-9-12"
  },
  {
    "extension": null,
    "file_move_type": "Copy",
    "folder": "releases/aarch64-apple-darwin/0.9.2",
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.2"
    ],
    "input_path": "releases/aarch64-apple-darwin/0.9.2/ssb-0-9",
    "name": "ssb-0-9",
    "output_folder": "releases/aarch64-apple-darwin/0.9.2",
    "output_name": "ssb-0-9",
    "output_path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.2",
      "releases/aarch64-apple-darwin/0.9.2/ssb-0-9"
    ],
    "output_path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.2",
      "ssb-0-9"
    ],
    "output_path_string": "releases/aarch64-apple-darwin/0.9.2/ssb-0-9",
    "parent": "releases/aarch64-apple-darwin/0.9.2",
    "parent_folder": "0.9",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.2",
      "releases/aarch64-apple-darwin/0.9.2/ssb-0-9"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.2",
      "ssb-0-9"
    ],
    "stem": "ssb-0-9"
  },
  {
    "extension": null,
    "file_move_type": "Copy",
    "folder": "releases/aarch64-apple-darwin/0.9.3",
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.3"
    ],
    "input_path": "releases/aarch64-apple-darwin/0.9.3/ssb-0-9",
    "name": "ssb-0-9",
    "output_folder": "releases/aarch64-apple-darwin/0.9.3",
    "output_name": "ssb-0-9",
    "output_path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.3",
      "releases/aarch64-apple-darwin/0.9.3/ssb-0-9"
    ],
    "output_path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.3",
      "ssb-0-9"
    ],
    "output_path_string": "releases/aarch64-apple-darwin/0.9.3/ssb-0-9",
    "parent": "releases/aarch64-apple-darwin/0.9.3",
    "parent_folder": "0.9",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.3",
      "releases/aarch64-apple-darwin/0.9.3/ssb-0-9"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.3",
      "ssb-0-9"
    ],
    "stem": "ssb-0-9"
  },
  {
    "extension": null,
    "file_move_type": "Copy",
    "folder": "releases/aarch64-apple-darwin/0.9.4",
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.4"
    ],
    "input_path": "releases/aarch64-apple-darwin/0.9.4/ssb-0-9",
    "name": "ssb-0-9",
    "output_folder": "releases/aarch64-apple-darwin/0.9.4",
    "output_name": "ssb-0-9",
    "output_path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.4",
      "releases/aarch64-apple-darwin/0.9.4/ssb-0-9"
    ],
    "output_path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.4",
      "ssb-0-9"
    ],
    "output_path_string": "releases/aarch64-apple-darwin/0.9.4/ssb-0-9",
    "parent": "releases/aarch64-apple-darwin/0.9.4",
    "parent_folder": "0.9",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.4",
      "releases/aarch64-apple-darwin/0.9.4/ssb-0-9"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.4",
      "ssb-0-9"
    ],
    "stem": "ssb-0-9"
  },
  {
    "extension": null,
    "file_move_type": "Copy",
    "folder": "releases/aarch64-apple-darwin/0.9.5",
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.5"
    ],
    "input_path": "releases/aarch64-apple-darwin/0.9.5/ssb-0-9",
    "name": "ssb-0-9",
    "output_folder": "releases/aarch64-apple-darwin/0.9.5",
    "output_name": "ssb-0-9",
    "output_path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.5",
      "releases/aarch64-apple-darwin/0.9.5/ssb-0-9"
    ],
    "output_path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.5",
      "ssb-0-9"
    ],
    "output_path_string": "releases/aarch64-apple-darwin/0.9.5/ssb-0-9",
    "parent": "releases/aarch64-apple-darwin/0.9.5",
    "parent_folder": "0.9",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.5",
      "releases/aarch64-apple-darwin/0.9.5/ssb-0-9"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.5",
      "ssb-0-9"
    ],
    "stem": "ssb-0-9"
  },
  {
    "extension": null,
    "file_move_type": "Copy",
    "folder": "releases/aarch64-apple-darwin/0.9.7",
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.7"
    ],
    "input_path": "releases/aarch64-apple-darwin/0.9.7/ssb-0-9",
    "name": "ssb-0-9",
    "output_folder": "releases/aarch64-apple-darwin/0.9.7",
    "output_name": "ssb-0-9",
    "output_path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.7",
      "releases/aarch64-apple-darwin/0.9.7/ssb-0-9"
    ],
    "output_path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.7",
      "ssb-0-9"
    ],
    "output_path_string": "releases/aarch64-apple-darwin/0.9.7/ssb-0-9",
    "parent": "releases/aarch64-apple-darwin/0.9.7",
    "parent_folder": "0.9",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.7",
      "releases/aarch64-apple-darwin/0.9.7/ssb-0-9"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.7",
      "ssb-0-9"
    ],
    "stem": "ssb-0-9"
  },
  {
    "extension": null,
    "file_move_type": "Copy",
    "folder": "releases/aarch64-apple-darwin/0.9.8",
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.8"
    ],
    "input_path": "releases/aarch64-apple-darwin/0.9.8/ssb-0-9",
    "name": "ssb-0-9",
    "output_folder": "releases/aarch64-apple-darwin/0.9.8",
    "output_name": "ssb-0-9",
    "output_path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.8",
      "releases/aarch64-apple-darwin/0.9.8/ssb-0-9"
    ],
    "output_path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.8",
      "ssb-0-9"
    ],
    "output_path_string": "releases/aarch64-apple-darwin/0.9.8/ssb-0-9",
    "parent": "releases/aarch64-apple-darwin/0.9.8",
    "parent_folder": "0.9",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.8",
      "releases/aarch64-apple-darwin/0.9.8/ssb-0-9"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.8",
      "ssb-0-9"
    ],
    "stem": "ssb-0-9"
  },
  {
    "extension": null,
    "file_move_type": "Copy",
    "folder": "releases/aarch64-apple-darwin/0.9.9",
    "folder_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.9"
    ],
    "input_path": "releases/aarch64-apple-darwin/0.9.9/ssb-0-9",
    "name": "ssb-0-9",
    "output_folder": "releases/aarch64-apple-darwin/0.9.9",
    "output_name": "ssb-0-9",
    "output_path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.9",
      "releases/aarch64-apple-darwin/0.9.9/ssb-0-9"
    ],
    "output_path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.9",
      "ssb-0-9"
    ],
    "output_path_string": "releases/aarch64-apple-darwin/0.9.9/ssb-0-9",
    "parent": "releases/aarch64-apple-darwin/0.9.9",
    "parent_folder": "0.9",
    "path_part_strings": [
      "releases",
      "releases/aarch64-apple-darwin",
      "releases/aarch64-apple-darwin/0.9.9",
      "releases/aarch64-apple-darwin/0.9.9/ssb-0-9"
    ],
    "path_parts": [
      "releases",
      "aarch64-apple-darwin",
      "0.9.9",
      "ssb-0-9"
    ],
    "stem": "ssb-0-9"
  },
  {
    "extension": "js",
    "file_move_type": "Copy",
    "folder": "scripts",
    "folder_parts": [
      "scripts"
    ],
    "input_path": "scripts/transform.mj.js",
    "name": "transform.mj.js",
    "output_folder": "scripts",
    "output_name": "transform.mj.js",
    "output_path_part_strings": [
      "scripts",
      "scripts/transform.mj.js"
    ],
    "output_path_parts": [
      "scripts",
      "transform.mj.js"
    ],
    "output_path_string": "scripts/transform.mj.js",
    "parent": "scripts",
    "parent_folder": "scripts",
    "path_part_strings": [
      "scripts",
      "scripts/transform.mj.js"
    ],
    "path_parts": [
      "scripts",
      "transform.mj.js"
    ],
    "stem": "transform.mj"
  },
  {
    "extension": "css",
    "file_move_type": "Copy",
    "folder": "styles",
    "folder_parts": [
      "styles"
    ],
    "input_path": "styles/highlight-base16-ocean-dark.css",
    "name": "highlight-base16-ocean-dark.css",
    "output_folder": "styles",
    "output_name": "highlight-base16-ocean-dark.css",
    "output_path_part_strings": [
      "styles",
      "styles/highlight-base16-ocean-dark.css"
    ],
    "output_path_parts": [
      "styles",
      "highlight-base16-ocean-dark.css"
    ],
    "output_path_string": "styles/highlight-base16-ocean-dark.css",
    "parent": "styles",
    "parent_folder": "styles",
    "path_part_strings": [
      "styles",
      "styles/highlight-base16-ocean-dark.css"
    ],
    "path_parts": [
      "styles",
      "highlight-base16-ocean-dark.css"
    ],
    "stem": "highlight-base16-ocean-dark"
  },
  {
    "extension": "css",
    "file_move_type": "Copy",
    "folder": "styles",
    "folder_parts": [
      "styles"
    ],
    "input_path": "styles/highlight-base16-ocean-light.css",
    "name": "highlight-base16-ocean-light.css",
    "output_folder": "styles",
    "output_name": "highlight-base16-ocean-light.css",
    "output_path_part_strings": [
      "styles",
      "styles/highlight-base16-ocean-light.css"
    ],
    "output_path_parts": [
      "styles",
      "highlight-base16-ocean-light.css"
    ],
    "output_path_string": "styles/highlight-base16-ocean-light.css",
    "parent": "styles",
    "parent_folder": "styles",
    "path_part_strings": [
      "styles",
      "styles/highlight-base16-ocean-light.css"
    ],
    "path_parts": [
      "styles",
      "highlight-base16-ocean-light.css"
    ],
    "stem": "highlight-base16-ocean-light"
  },
  {
    "extension": "css",
    "file_move_type": "Copy",
    "folder": "styles",
    "folder_parts": [
      "styles"
    ],
    "input_path": "styles/main.css",
    "name": "main.css",
    "output_folder": "styles",
    "output_name": "main.css",
    "output_path_part_strings": [
      "styles",
      "styles/main.css"
    ],
    "output_path_parts": [
      "styles",
      "main.css"
    ],
    "output_path_string": "styles/main.css",
    "parent": "styles",
    "parent_folder": "styles",
    "path_part_strings": [
      "styles",
      "styles/main.css"
    ],
    "path_parts": [
      "styles",
      "main.css"
    ],
    "stem": "main"
  },
  {
    "extension": "html",
    "file_move_type": "Transform",
    "folder": "sub-dir-test/level-1/level-2/level-3",
    "folder_parts": [
      "sub-dir-test",
      "level-1",
      "level-2",
      "level-3"
    ],
    "input_path": "sub-dir-test/level-1/level-2/level-3/index.html",
    "name": "index.html",
    "output_folder": "sub-dir-test/level-1/level-2/level-3",
    "output_name": "index.html",
    "output_path_part_strings": [
      "sub-dir-test",
      "sub-dir-test/level-1",
      "sub-dir-test/level-1/level-2",
      "sub-dir-test/level-1/level-2/level-3",
      "sub-dir-test/level-1/level-2/level-3/index.html"
    ],
    "output_path_parts": [
      "sub-dir-test",
      "level-1",
      "level-2",
      "level-3",
      "index.html"
    ],
    "output_path_string": "sub-dir-test/level-1/level-2/level-3/index.html",
    "parent": "sub-dir-test/level-1/level-2/level-3",
    "parent_folder": "level-3",
    "path_part_strings": [
      "sub-dir-test",
      "sub-dir-test/level-1",
      "sub-dir-test/level-1/level-2",
      "sub-dir-test/level-1/level-2/level-3",
      "sub-dir-test/level-1/level-2/level-3/index.html"
    ],
    "path_parts": [
      "sub-dir-test",
      "level-1",
      "level-2",
      "level-3",
      "index.html"
    ],
    "stem": "index"
  },
  {
    "extension": "html",
    "file_move_type": "Transform",
    "folder": "sub-dir-test/level-1/level-2/level-3",
    "folder_parts": [
      "sub-dir-test",
      "level-1",
      "level-2",
      "level-3"
    ],
    "input_path": "sub-dir-test/level-1/level-2/level-3/named-file.html",
    "name": "named-file.html",
    "output_folder": "sub-dir-test/level-1/level-2/level-3/named-file",
    "output_name": "index.html",
    "output_path_part_strings": [
      "sub-dir-test",
      "sub-dir-test/level-1",
      "sub-dir-test/level-1/level-2",
      "sub-dir-test/level-1/level-2/level-3",
      "sub-dir-test/level-1/level-2/level-3/named-file",
      "sub-dir-test/level-1/level-2/level-3/named-file/index.html"
    ],
    "output_path_parts": [
      "sub-dir-test",
      "level-1",
      "level-2",
      "level-3",
      "named-file",
      "index.html"
    ],
    "output_path_string": "sub-dir-test/level-1/level-2/level-3/named-file/index.html",
    "parent": "sub-dir-test/level-1/level-2/level-3",
    "parent_folder": "level-3",
    "path_part_strings": [
      "sub-dir-test",
      "sub-dir-test/level-1",
      "sub-dir-test/level-1/level-2",
      "sub-dir-test/level-1/level-2/level-3",
      "sub-dir-test/level-1/level-2/level-3/named-file.html"
    ],
    "path_parts": [
      "sub-dir-test",
      "level-1",
      "level-2",
      "level-3",
      "named-file.html"
    ],
    "stem": "named-file"
  },
  {
    "extension": "md",
    "file_move_type": "Transform",
    "folder": "tests",
    "folder_parts": [
      "tests"
    ],
    "input_path": "tests/README.md",
    "name": "README.md",
    "output_folder": "tests",
    "output_name": "README.md",
    "output_path_part_strings": [
      "tests",
      "tests/README.md"
    ],
    "output_path_parts": [
      "tests",
      "README.md"
    ],
    "output_path_string": "tests/README.md",
    "parent": "tests",
    "parent_folder": "tests",
    "path_part_strings": [
      "tests",
      "tests/README.md"
    ],
    "path_parts": [
      "tests",
      "README.md"
    ],
    "stem": "README"
  }
]

Test Transforming .txt Files

This should say something about it working here: Processing .txt files with MiniJinja Worked!

Test Transform JS with `.mj.js` extension

Test Raw

new

Release Notes

Version 0.9.12

March 8, 2026

  • Updated files_in_folder(), files_in_folder_with_extension(), and folders_in_folder() to remove the initial content string in the path.

Version 0.9.11

March 8, 2026

  • Added folders_in_folder(folder) that returns a non-recursive list of folders inside the folder at the given path.

  • Added files_in_folder(folder) that returns a non-recursive list of the files inside the folder at the given path.

  • Added files_in_folder_with_extension(folder, extension) that returns a non-recursive list of the files with the given extension inside the folder at the given path.

Version 0.9.10

Feb. 16, 2026

  • Set up better debounce with a throttle mechanism to help prevent unnecessary builds.

Version 0.9.9

~Feb. 4, 2026

  • Removed PollWatcher and going back native file system event watcher (PollWatcher wasn't picking up any changes)

Version: 0.9.8

~Feb. 4, 2026

  • Moved to PollWatcher for the watchexec file watcher to see if that helps with sites with a large number of files.

Version: 0.9.7

~Feb. 4, 2026

  • Set up the watcher to check for a .git/index.lock file. If it exists, the hot reload does not trigger. This is to prevent builds while git is working on the directly. From what I can tell this should work, but there may be a race condition if multiple git processes are run in succession.

I'll address that if I see it.

  • Fixed warnings from cargo clippy

Version: 0.9.6

~Feb. 4, 2026

  • Added path_string to folder_details with the full path to the folder as a string.

  • Added output_path_string to file_details

Version: 0.9.5

~Dec. 14, 2025

  • Including the folder name in the folder parts for folders.

  • Added .path_parts to folders to match file.

  • Added .path_part_strings to file

  • Added .path_part_strings to folders

  • Added .parent to file to match folders

  • Added .output_path_parts to file

  • Added .output_path_part_strings to file

Version: 0.9.4

~Dec. 13, 2025

  • Turned off auto launching the browser on the first start. It's more of a pain than useful since it always goes to the default browser and opens new tabs every time.

Version: 0.9.3

~Dec. 11, 2025

  • Added code-span class to <code> spans from inline_highlight filter

Version: 0.9.2

~Dec. 11, 2025

  • Added path_parts to file details that is the same as folder_parts, but includes the file name.

Version 0.9.1

~Dec. 11, 2025

  • Switch highlight_css, highlight_html, etc... to return safe values so they can be used with filter highlight_css instead of requiring filter highlight_css|safe

  • Added filter block_highlight("LANG") which allows for highlighting languages based off the LANG argument.

    The return value is wrapped in a <pre class="code-block language-LANG"><code> ... </code></pre> block.

  • Added filter block_highlight("LANG", "extra classes") which adds extra classes to the pre tag like: <pre class="code-block language-LANG extra classes">

  • Added inline_highlight function for strings with [ @ inline_highlight("LANG", "CODE", "extra classes") @ ] that return <code class="inline-code language-LANG extra classes">CODE</code> where the CODE has been syntax highlighted.

  • Added inline_highlight filter for strings with [ ! filter inline_highlight("LANG", "extra classes") ! ][ ! endfilter ! ] that returns <code class="inline-code language-LANG extra classes">CODE</code> where the CODE has been syntax highlighted.

Version 0.9.0

~Dec. 11, 2025

  • Went back to doing a directory move for non index.html files like:

    something/about.html

    to

    something/about/index.html

Version 0.8.5

  • Added folder_parts to file that is an array of the parent folders

  • Added folder_parts to folder in folders that is an array of the parent folders

Version 0.8.4

TODO: check repo for changes

Version 0.8.3

  • A bunch of stuff changed that wasn't documented. See the todo checklist at the top where things show what's what

  • Deprecated markdown_file in favor of using filter markdown

  • changed file to file_details in the output that's available to files.

  • Added parent_folder to file_deatils

Version 0.6.4

DATE: TBD

  • TODO...

Version 0.6.3

Oct. 4. 2025

  • Removed deprecated message about find and replace not being included (it was added back in 0.6.2)

  • Removed deprecated JavaScript highlighting for all .js files (highlighting is done on a per file/pre request basis from the templates)

Version 0.6.2

Oct. 4, 2025

  • Set up find/replace to work with files that get highlighted or processed by markdown by doing the prep in the .build-files dir

Version 0.6.1

Oct. 4, 2025

  • Added highlight_file("file_path") function to replace original highlight_file["file_path"]

  • Added markdown_file("file_path") function to replace original markdown_file["file_path"]

  • Moved config/find-replace.txt to support/find-replace/*.txt directory that supports multiple text files.

Version 0.6.0

  • Added basic MiniJinja errors if something freaks out.

  • Starting to include the version numbers in the binary output for now so that older versions can hang around and be used on sites that are built with them and not have to worry about making breaking changes.

    Names are like ssb-0.6.x so that that non-breaking patches can be applied without changing the base number (for now, the second number (e.g. .6 is the major version that changes when breaking changes occur. Eventually it'll move to full semantic numbering with Major/Minor/Patch, but things need to stabilize more before a 1.0.0 is set)

  • Looked at Updating so that .js files are treated as templates (e.g. can do include stuff from minijinja), but took it back out as it's to possible that the .js will have something that fights with MiniJinja.

  • Removed scripts/file-prep that ran against every file as a pre-processor. It bogged down on a moderately sized site. Might add it back in at some point since the issue is really the speed of the script/process that's being called out to.

  • Renamed scripts dir to support which will contain scripts as well as plugins, find replace files, and data files.

Version 0.5.0

  • The content tree is moved to a .build-files directory and the build occurs from those files.

  • Scripts inside the scripts/file-prep directory are run over txt files during the move to the .build-files directory to do things like find and replace or any other pre-processing work that needs to be done.

Version 0.4.0

Sept. 24, 2025

  • renamed highlight to highlight_file (highlight shows a deprecation message)

  • renamed markdown to markdown_file (markdown shows a deprecation message)

Version 0.3.0

Sept. 6, 2025

  • Ready for general personal use

  • See home page for details on features and functionality.

Roadmap

  • TODO: Update so that leading single underscore dirs and files get published but two or more are only used internally (i.e. _example goes to prod, but __example does not)

  • TODO: Update so that multiple changes debounce properly with large directory moves. Thinking the best way to do this might be to push change requests onto an array and then just clear the array on each run.

  • Parse HTML based tags with Hinja - MiniJinja, but with HTML tags

JSON Data Test

Processing .txt files with MiniJinja Worked!

File Details


{
  "extension": "html",
  "file_move_type": "Transform",
  "folder": "",
  "folder_parts": [],
  "input_path": "index.html",
  "name": "index.html",
  "output_folder": "",
  "output_name": "index.html",
  "output_path_part_strings": [
    "index.html"
  ],
  "output_path_parts": [
    "index.html"
  ],
  "output_path_string": "index.html",
  "parent": "",
  "parent_folder": null,
  "path_part_strings": [
    "index.html"
  ],
  "path_parts": [
    "index.html"
  ],
  "stem": "index"
}

Files

  • {"extension": "json", "file_move_type": "Skip", "folder": "", "folder_parts": [], "input_path": "_config.json", "name": "_config.json", "output_folder": none, "output_name": none, "output_path_part_strings": [], "output_path_parts": [], "output_path_string": none, "parent": "", "parent_folder": none, "path_part_strings": ["_config.json"], "path_parts": ["_config.json"], "stem": "_config"}
  • {"extension": "ico", "file_move_type": "Copy", "folder": "", "folder_parts": [], "input_path": "favicon.ico", "name": "favicon.ico", "output_folder": "", "output_name": "favicon.ico", "output_path_part_strings": ["favicon.ico"], "output_path_parts": ["favicon.ico"], "output_path_string": "favicon.ico", "parent": "", "parent_folder": none, "path_part_strings": ["favicon.ico"], "path_parts": ["favicon.ico"], "stem": "favicon"}
  • {"extension": "html", "file_move_type": "Transform", "folder": "", "folder_parts": [], "input_path": "index.html", "name": "index.html", "output_folder": "", "output_name": "index.html", "output_path_part_strings": ["index.html"], "output_path_parts": ["index.html"], "output_path_string": "index.html", "parent": "", "parent_folder": none, "path_part_strings": ["index.html"], "path_parts": ["index.html"], "stem": "index"}
  • {"extension": "html", "file_move_type": "Transform", "folder": "", "folder_parts": [], "input_path": "ping.html", "name": "ping.html", "output_folder": "ping", "output_name": "index.html", "output_path_part_strings": ["ping", "ping/index.html"], "output_path_parts": ["ping", "index.html"], "output_path_string": "ping/index.html", "parent": "", "parent_folder": none, "path_part_strings": ["ping.html"], "path_parts": ["ping.html"], "stem": "ping"}
  • {"extension": "js", "file_move_type": "Skip", "folder": "_includes", "folder_parts": ["_includes"], "input_path": "_includes/test-highlight-with-find-replace.js", "name": "test-highlight-with-find-replace.js", "output_folder": none, "output_name": none, "output_path_part_strings": [], "output_path_parts": [], "output_path_string": none, "parent": "_includes", "parent_folder": "_includes", "path_part_strings": ["_includes", "_includes/test-highlight-with-find-replace.js"], "path_parts": ["_includes", "test-highlight-with-find-replace.js"], "stem": "test-highlight-with-find-replace"}
  • {"extension": "txt", "file_move_type": "Skip", "folder": "_includes", "folder_parts": ["_includes"], "input_path": "_includes/txt-test.txt", "name": "txt-test.txt", "output_folder": none, "output_name": none, "output_path_part_strings": [], "output_path_parts": [], "output_path_string": none, "parent": "_includes", "parent_folder": "_includes", "path_part_strings": ["_includes", "_includes/txt-test.txt"], "path_parts": ["_includes", "txt-test.txt"], "stem": "txt-test"}
  • {"extension": "md", "file_move_type": "Skip", "folder": "_release-notes", "folder_parts": ["_release-notes"], "input_path": "_release-notes/_roadmap.md", "name": "_roadmap.md", "output_folder": none, "output_name": none, "output_path_part_strings": [], "output_path_parts": [], "output_path_string": none, "parent": "_release-notes", "parent_folder": "_release-notes", "path_part_strings": ["_release-notes", "_release-notes/_roadmap.md"], "path_parts": ["_release-notes", "_roadmap.md"], "stem": "_roadmap"}
  • {"extension": "md", "file_move_type": "Skip", "folder": "_release-notes", "folder_parts": ["_release-notes"], "input_path": "_release-notes/v0.3.0.md", "name": "v0.3.0.md", "output_folder": none, "output_name": none, "output_path_part_strings": [], "output_path_parts": [], "output_path_string": none, "parent": "_release-notes", "parent_folder": "_release-notes", "path_part_strings": ["_release-notes", "_release-notes/v0.3.0.md"], "path_parts": ["_release-notes", "v0.3.0.md"], "stem": "v0.3.0"}
  • {"extension": "md", "file_move_type": "Skip", "folder": "_release-notes", "folder_parts": ["_release-notes"], "input_path": "_release-notes/v0.4.0.md", "name": "v0.4.0.md", "output_folder": none, "output_name": none, "output_path_part_strings": [], "output_path_parts": [], "output_path_string": none, "parent": "_release-notes", "parent_folder": "_release-notes", "path_part_strings": ["_release-notes", "_release-notes/v0.4.0.md"], "path_parts": ["_release-notes", "v0.4.0.md"], "stem": "v0.4.0"}
  • {"extension": "md", "file_move_type": "Skip", "folder": "_release-notes", "folder_parts": ["_release-notes"], "input_path": "_release-notes/v0.5.0.md", "name": "v0.5.0.md", "output_folder": none, "output_name": none, "output_path_part_strings": [], "output_path_parts": [], "output_path_string": none, "parent": "_release-notes", "parent_folder": "_release-notes", "path_part_strings": ["_release-notes", "_release-notes/v0.5.0.md"], "path_parts": ["_release-notes", "v0.5.0.md"], "stem": "v0.5.0"}
  • {"extension": "md", "file_move_type": "Skip", "folder": "_release-notes", "folder_parts": ["_release-notes"], "input_path": "_release-notes/v0.6.0.md", "name": "v0.6.0.md", "output_folder": none, "output_name": none, "output_path_part_strings": [], "output_path_parts": [], "output_path_string": none, "parent": "_release-notes", "parent_folder": "_release-notes", "path_part_strings": ["_release-notes", "_release-notes/v0.6.0.md"], "path_parts": ["_release-notes", "v0.6.0.md"], "stem": "v0.6.0"}
  • {"extension": "md", "file_move_type": "Skip", "folder": "_release-notes", "folder_parts": ["_release-notes"], "input_path": "_release-notes/v0.6.1.md", "name": "v0.6.1.md", "output_folder": none, "output_name": none, "output_path_part_strings": [], "output_path_parts": [], "output_path_string": none, "parent": "_release-notes", "parent_folder": "_release-notes", "path_part_strings": ["_release-notes", "_release-notes/v0.6.1.md"], "path_parts": ["_release-notes", "v0.6.1.md"], "stem": "v0.6.1"}
  • {"extension": "md", "file_move_type": "Skip", "folder": "_release-notes", "folder_parts": ["_release-notes"], "input_path": "_release-notes/v0.6.2.md", "name": "v0.6.2.md", "output_folder": none, "output_name": none, "output_path_part_strings": [], "output_path_parts": [], "output_path_string": none, "parent": "_release-notes", "parent_folder": "_release-notes", "path_part_strings": ["_release-notes", "_release-notes/v0.6.2.md"], "path_parts": ["_release-notes", "v0.6.2.md"], "stem": "v0.6.2"}
  • {"extension": "md", "file_move_type": "Skip", "folder": "_release-notes", "folder_parts": ["_release-notes"], "input_path": "_release-notes/v0.6.3.md", "name": "v0.6.3.md", "output_folder": none, "output_name": none, "output_path_part_strings": [], "output_path_parts": [], "output_path_string": none, "parent": "_release-notes", "parent_folder": "_release-notes", "path_part_strings": ["_release-notes", "_release-notes/v0.6.3.md"], "path_parts": ["_release-notes", "v0.6.3.md"], "stem": "v0.6.3"}
  • {"extension": "md", "file_move_type": "Skip", "folder": "_release-notes", "folder_parts": ["_release-notes"], "input_path": "_release-notes/v0.6.4.md", "name": "v0.6.4.md", "output_folder": none, "output_name": none, "output_path_part_strings": [], "output_path_parts": [], "output_path_string": none, "parent": "_release-notes", "parent_folder": "_release-notes", "path_part_strings": ["_release-notes", "_release-notes/v0.6.4.md"], "path_parts": ["_release-notes", "v0.6.4.md"], "stem": "v0.6.4"}
  • {"extension": "md", "file_move_type": "Skip", "folder": "_release-notes", "folder_parts": ["_release-notes"], "input_path": "_release-notes/v0.8.3.md", "name": "v0.8.3.md", "output_folder": none, "output_name": none, "output_path_part_strings": [], "output_path_parts": [], "output_path_string": none, "parent": "_release-notes", "parent_folder": "_release-notes", "path_part_strings": ["_release-notes", "_release-notes/v0.8.3.md"], "path_parts": ["_release-notes", "v0.8.3.md"], "stem": "v0.8.3"}
  • {"extension": "md", "file_move_type": "Skip", "folder": "_release-notes", "folder_parts": ["_release-notes"], "input_path": "_release-notes/v0.8.4.md", "name": "v0.8.4.md", "output_folder": none, "output_name": none, "output_path_part_strings": [], "output_path_parts": [], "output_path_string": none, "parent": "_release-notes", "parent_folder": "_release-notes", "path_part_strings": ["_release-notes", "_release-notes/v0.8.4.md"], "path_parts": ["_release-notes", "v0.8.4.md"], "stem": "v0.8.4"}
  • {"extension": "md", "file_move_type": "Skip", "folder": "_release-notes", "folder_parts": ["_release-notes"], "input_path": "_release-notes/v0.8.5.md", "name": "v0.8.5.md", "output_folder": none, "output_name": none, "output_path_part_strings": [], "output_path_parts": [], "output_path_string": none, "parent": "_release-notes", "parent_folder": "_release-notes", "path_part_strings": ["_release-notes", "_release-notes/v0.8.5.md"], "path_parts": ["_release-notes", "v0.8.5.md"], "stem": "v0.8.5"}
  • {"extension": "md", "file_move_type": "Skip", "folder": "_release-notes", "folder_parts": ["_release-notes"], "input_path": "_release-notes/v0.9.00.md", "name": "v0.9.00.md", "output_folder": none, "output_name": none, "output_path_part_strings": [], "output_path_parts": [], "output_path_string": none, "parent": "_release-notes", "parent_folder": "_release-notes", "path_part_strings": ["_release-notes", "_release-notes/v0.9.00.md"], "path_parts": ["_release-notes", "v0.9.00.md"], "stem": "v0.9.00"}
  • {"extension": "md", "file_move_type": "Skip", "folder": "_release-notes", "folder_parts": ["_release-notes"], "input_path": "_release-notes/v0.9.01.md", "name": "v0.9.01.md", "output_folder": none, "output_name": none, "output_path_part_strings": [], "output_path_parts": [], "output_path_string": none, "parent": "_release-notes", "parent_folder": "_release-notes", "path_part_strings": ["_release-notes", "_release-notes/v0.9.01.md"], "path_parts": ["_release-notes", "v0.9.01.md"], "stem": "v0.9.01"}
  • {"extension": "md", "file_move_type": "Skip", "folder": "_release-notes", "folder_parts": ["_release-notes"], "input_path": "_release-notes/v0.9.02.md", "name": "v0.9.02.md", "output_folder": none, "output_name": none, "output_path_part_strings": [], "output_path_parts": [], "output_path_string": none, "parent": "_release-notes", "parent_folder": "_release-notes", "path_part_strings": ["_release-notes", "_release-notes/v0.9.02.md"], "path_parts": ["_release-notes", "v0.9.02.md"], "stem": "v0.9.02"}
  • {"extension": "md", "file_move_type": "Skip", "folder": "_release-notes", "folder_parts": ["_release-notes"], "input_path": "_release-notes/v0.9.03.md", "name": "v0.9.03.md", "output_folder": none, "output_name": none, "output_path_part_strings": [], "output_path_parts": [], "output_path_string": none, "parent": "_release-notes", "parent_folder": "_release-notes", "path_part_strings": ["_release-notes", "_release-notes/v0.9.03.md"], "path_parts": ["_release-notes", "v0.9.03.md"], "stem": "v0.9.03"}
  • {"extension": "md", "file_move_type": "Skip", "folder": "_release-notes", "folder_parts": ["_release-notes"], "input_path": "_release-notes/v0.9.04.md", "name": "v0.9.04.md", "output_folder": none, "output_name": none, "output_path_part_strings": [], "output_path_parts": [], "output_path_string": none, "parent": "_release-notes", "parent_folder": "_release-notes", "path_part_strings": ["_release-notes", "_release-notes/v0.9.04.md"], "path_parts": ["_release-notes", "v0.9.04.md"], "stem": "v0.9.04"}
  • {"extension": "md", "file_move_type": "Skip", "folder": "_release-notes", "folder_parts": ["_release-notes"], "input_path": "_release-notes/v0.9.05.md", "name": "v0.9.05.md", "output_folder": none, "output_name": none, "output_path_part_strings": [], "output_path_parts": [], "output_path_string": none, "parent": "_release-notes", "parent_folder": "_release-notes", "path_part_strings": ["_release-notes", "_release-notes/v0.9.05.md"], "path_parts": ["_release-notes", "v0.9.05.md"], "stem": "v0.9.05"}
  • {"extension": "md", "file_move_type": "Skip", "folder": "_release-notes", "folder_parts": ["_release-notes"], "input_path": "_release-notes/v0.9.06.md", "name": "v0.9.06.md", "output_folder": none, "output_name": none, "output_path_part_strings": [], "output_path_parts": [], "output_path_string": none, "parent": "_release-notes", "parent_folder": "_release-notes", "path_part_strings": ["_release-notes", "_release-notes/v0.9.06.md"], "path_parts": ["_release-notes", "v0.9.06.md"], "stem": "v0.9.06"}
  • {"extension": "md", "file_move_type": "Skip", "folder": "_release-notes", "folder_parts": ["_release-notes"], "input_path": "_release-notes/v0.9.07.md", "name": "v0.9.07.md", "output_folder": none, "output_name": none, "output_path_part_strings": [], "output_path_parts": [], "output_path_string": none, "parent": "_release-notes", "parent_folder": "_release-notes", "path_part_strings": ["_release-notes", "_release-notes/v0.9.07.md"], "path_parts": ["_release-notes", "v0.9.07.md"], "stem": "v0.9.07"}
  • {"extension": "md", "file_move_type": "Skip", "folder": "_release-notes", "folder_parts": ["_release-notes"], "input_path": "_release-notes/v0.9.08.md", "name": "v0.9.08.md", "output_folder": none, "output_name": none, "output_path_part_strings": [], "output_path_parts": [], "output_path_string": none, "parent": "_release-notes", "parent_folder": "_release-notes", "path_part_strings": ["_release-notes", "_release-notes/v0.9.08.md"], "path_parts": ["_release-notes", "v0.9.08.md"], "stem": "v0.9.08"}
  • {"extension": "md", "file_move_type": "Skip", "folder": "_release-notes", "folder_parts": ["_release-notes"], "input_path": "_release-notes/v0.9.09.md", "name": "v0.9.09.md", "output_folder": none, "output_name": none, "output_path_part_strings": [], "output_path_parts": [], "output_path_string": none, "parent": "_release-notes", "parent_folder": "_release-notes", "path_part_strings": ["_release-notes", "_release-notes/v0.9.09.md"], "path_parts": ["_release-notes", "v0.9.09.md"], "stem": "v0.9.09"}
  • {"extension": "md", "file_move_type": "Skip", "folder": "_release-notes", "folder_parts": ["_release-notes"], "input_path": "_release-notes/v0.9.10.md", "name": "v0.9.10.md", "output_folder": none, "output_name": none, "output_path_part_strings": [], "output_path_parts": [], "output_path_string": none, "parent": "_release-notes", "parent_folder": "_release-notes", "path_part_strings": ["_release-notes", "_release-notes/v0.9.10.md"], "path_parts": ["_release-notes", "v0.9.10.md"], "stem": "v0.9.10"}
  • {"extension": "md", "file_move_type": "Skip", "folder": "_release-notes", "folder_parts": ["_release-notes"], "input_path": "_release-notes/v0.9.11.md", "name": "v0.9.11.md", "output_folder": none, "output_name": none, "output_path_part_strings": [], "output_path_parts": [], "output_path_string": none, "parent": "_release-notes", "parent_folder": "_release-notes", "path_part_strings": ["_release-notes", "_release-notes/v0.9.11.md"], "path_parts": ["_release-notes", "v0.9.11.md"], "stem": "v0.9.11"}
  • {"extension": "md", "file_move_type": "Skip", "folder": "_release-notes", "folder_parts": ["_release-notes"], "input_path": "_release-notes/v0.9.12.md", "name": "v0.9.12.md", "output_folder": none, "output_name": none, "output_path_part_strings": [], "output_path_parts": [], "output_path_string": none, "parent": "_release-notes", "parent_folder": "_release-notes", "path_part_strings": ["_release-notes", "_release-notes/v0.9.12.md"], "path_parts": ["_release-notes", "v0.9.12.md"], "stem": "v0.9.12"}
  • {"extension": "html", "file_move_type": "Skip", "folder": "_wrappers", "folder_parts": ["_wrappers"], "input_path": "_wrappers/main.html", "name": "main.html", "output_folder": none, "output_name": none, "output_path_part_strings": [], "output_path_parts": [], "output_path_string": none, "parent": "_wrappers", "parent_folder": "_wrappers", "path_part_strings": ["_wrappers", "_wrappers/main.html"], "path_parts": ["_wrappers", "main.html"], "stem": "main"}
  • {"extension": "js", "file_move_type": "Skip", "folder": "components", "folder_parts": ["components"], "input_path": "components/_js-include-test.js", "name": "_js-include-test.js", "output_folder": none, "output_name": none, "output_path_part_strings": [], "output_path_parts": [], "output_path_string": none, "parent": "components", "parent_folder": "components", "path_part_strings": ["components", "components/_js-include-test.js"], "path_parts": ["components", "_js-include-test.js"], "stem": "_js-include-test"}
  • {"extension": "js", "file_move_type": "Copy", "folder": "components", "folder_parts": ["components"], "input_path": "components/bitty-1.0.0-rc4.full.js", "name": "bitty-1.0.0-rc4.full.js", "output_folder": "components", "output_name": "bitty-1.0.0-rc4.full.js", "output_path_part_strings": ["components", "components/bitty-1.0.0-rc4.full.js"], "output_path_parts": ["components", "bitty-1.0.0-rc4.full.js"], "output_path_string": "components/bitty-1.0.0-rc4.full.js", "parent": "components", "parent_folder": "components", "path_part_strings": ["components", "components/bitty-1.0.0-rc4.full.js"], "path_parts": ["components", "bitty-1.0.0-rc4.full.js"], "stem": "bitty-1.0.0-rc4.full"}
  • {"extension": "js", "file_move_type": "Copy", "folder": "components", "folder_parts": ["components"], "input_path": "components/page.js", "name": "page.js", "output_folder": "components", "output_name": "page.js", "output_path_part_strings": ["components", "components/page.js"], "output_path_parts": ["components", "page.js"], "output_path_string": "components/page.js", "parent": "components", "parent_folder": "components", "path_part_strings": ["components", "components/page.js"], "path_parts": ["components", "page.js"], "stem": "page"}
  • {"extension": "json", "file_move_type": "Copy", "folder": "examples/data", "folder_parts": ["examples", "data"], "input_path": "examples/data/sample-2.json", "name": "sample-2.json", "output_folder": "examples/data", "output_name": "sample-2.json", "output_path_part_strings": ["examples", "examples/data", "examples/data/sample-2.json"], "output_path_parts": ["examples", "data", "sample-2.json"], "output_path_string": "examples/data/sample-2.json", "parent": "examples/data", "parent_folder": "data", "path_part_strings": ["examples", "examples/data", "examples/data/sample-2.json"], "path_parts": ["examples", "data", "sample-2.json"], "stem": "sample-2"}
  • {"extension": "json", "file_move_type": "Copy", "folder": "examples/data", "folder_parts": ["examples", "data"], "input_path": "examples/data/sample.json", "name": "sample.json", "output_folder": "examples/data", "output_name": "sample.json", "output_path_part_strings": ["examples", "examples/data", "examples/data/sample.json"], "output_path_parts": ["examples", "data", "sample.json"], "output_path_string": "examples/data/sample.json", "parent": "examples/data", "parent_folder": "data", "path_part_strings": ["examples", "examples/data", "examples/data/sample.json"], "path_parts": ["examples", "data", "sample.json"], "stem": "sample"}
  • {"extension": "md", "file_move_type": "Transform", "folder": "examples/markdown", "folder_parts": ["examples", "markdown"], "input_path": "examples/markdown/sample.md", "name": "sample.md", "output_folder": "examples/markdown", "output_name": "sample.md", "output_path_part_strings": ["examples", "examples/markdown", "examples/markdown/sample.md"], "output_path_parts": ["examples", "markdown", "sample.md"], "output_path_string": "examples/markdown/sample.md", "parent": "examples/markdown", "parent_folder": "markdown", "path_part_strings": ["examples", "examples/markdown", "examples/markdown/sample.md"], "path_parts": ["examples", "markdown", "sample.md"], "stem": "sample"}
  • {"extension": "png", "file_move_type": "Copy", "folder": "favicons", "folder_parts": ["favicons"], "input_path": "favicons/android-chrome-192x192.png", "name": "android-chrome-192x192.png", "output_folder": "favicons", "output_name": "android-chrome-192x192.png", "output_path_part_strings": ["favicons", "favicons/android-chrome-192x192.png"], "output_path_parts": ["favicons", "android-chrome-192x192.png"], "output_path_string": "favicons/android-chrome-192x192.png", "parent": "favicons", "parent_folder": "favicons", "path_part_strings": ["favicons", "favicons/android-chrome-192x192.png"], "path_parts": ["favicons", "android-chrome-192x192.png"], "stem": "android-chrome-192x192"}
  • {"extension": "png", "file_move_type": "Copy", "folder": "favicons", "folder_parts": ["favicons"], "input_path": "favicons/android-chrome-512x512.png", "name": "android-chrome-512x512.png", "output_folder": "favicons", "output_name": "android-chrome-512x512.png", "output_path_part_strings": ["favicons", "favicons/android-chrome-512x512.png"], "output_path_parts": ["favicons", "android-chrome-512x512.png"], "output_path_string": "favicons/android-chrome-512x512.png", "parent": "favicons", "parent_folder": "favicons", "path_part_strings": ["favicons", "favicons/android-chrome-512x512.png"], "path_parts": ["favicons", "android-chrome-512x512.png"], "stem": "android-chrome-512x512"}
  • {"extension": "png", "file_move_type": "Copy", "folder": "favicons", "folder_parts": ["favicons"], "input_path": "favicons/apple-touch-icon.png", "name": "apple-touch-icon.png", "output_folder": "favicons", "output_name": "apple-touch-icon.png", "output_path_part_strings": ["favicons", "favicons/apple-touch-icon.png"], "output_path_parts": ["favicons", "apple-touch-icon.png"], "output_path_string": "favicons/apple-touch-icon.png", "parent": "favicons", "parent_folder": "favicons", "path_part_strings": ["favicons", "favicons/apple-touch-icon.png"], "path_parts": ["favicons", "apple-touch-icon.png"], "stem": "apple-touch-icon"}
  • {"extension": "xml", "file_move_type": "Copy", "folder": "favicons", "folder_parts": ["favicons"], "input_path": "favicons/browserconfig.xml", "name": "browserconfig.xml", "output_folder": "favicons", "output_name": "browserconfig.xml", "output_path_part_strings": ["favicons", "favicons/browserconfig.xml"], "output_path_parts": ["favicons", "browserconfig.xml"], "output_path_string": "favicons/browserconfig.xml", "parent": "favicons", "parent_folder": "favicons", "path_part_strings": ["favicons", "favicons/browserconfig.xml"], "path_parts": ["favicons", "browserconfig.xml"], "stem": "browserconfig"}
  • {"extension": "png", "file_move_type": "Copy", "folder": "favicons", "folder_parts": ["favicons"], "input_path": "favicons/favicon-16x16.png", "name": "favicon-16x16.png", "output_folder": "favicons", "output_name": "favicon-16x16.png", "output_path_part_strings": ["favicons", "favicons/favicon-16x16.png"], "output_path_parts": ["favicons", "favicon-16x16.png"], "output_path_string": "favicons/favicon-16x16.png", "parent": "favicons", "parent_folder": "favicons", "path_part_strings": ["favicons", "favicons/favicon-16x16.png"], "path_parts": ["favicons", "favicon-16x16.png"], "stem": "favicon-16x16"}
  • {"extension": "png", "file_move_type": "Copy", "folder": "favicons", "folder_parts": ["favicons"], "input_path": "favicons/favicon-32x32.png", "name": "favicon-32x32.png", "output_folder": "favicons", "output_name": "favicon-32x32.png", "output_path_part_strings": ["favicons", "favicons/favicon-32x32.png"], "output_path_parts": ["favicons", "favicon-32x32.png"], "output_path_string": "favicons/favicon-32x32.png", "parent": "favicons", "parent_folder": "favicons", "path_part_strings": ["favicons", "favicons/favicon-32x32.png"], "path_parts": ["favicons", "favicon-32x32.png"], "stem": "favicon-32x32"}
  • {"extension": "ico", "file_move_type": "Copy", "folder": "favicons", "folder_parts": ["favicons"], "input_path": "favicons/favicon.ico", "name": "favicon.ico", "output_folder": "favicons", "output_name": "favicon.ico", "output_path_part_strings": ["favicons", "favicons/favicon.ico"], "output_path_parts": ["favicons", "favicon.ico"], "output_path_string": "favicons/favicon.ico", "parent": "favicons", "parent_folder": "favicons", "path_part_strings": ["favicons", "favicons/favicon.ico"], "path_parts": ["favicons", "favicon.ico"], "stem": "favicon"}
  • {"extension": "png", "file_move_type": "Copy", "folder": "favicons", "folder_parts": ["favicons"], "input_path": "favicons/mstile-150x150.png", "name": "mstile-150x150.png", "output_folder": "favicons", "output_name": "mstile-150x150.png", "output_path_part_strings": ["favicons", "favicons/mstile-150x150.png"], "output_path_parts": ["favicons", "mstile-150x150.png"], "output_path_string": "favicons/mstile-150x150.png", "parent": "favicons", "parent_folder": "favicons", "path_part_strings": ["favicons", "favicons/mstile-150x150.png"], "path_parts": ["favicons", "mstile-150x150.png"], "stem": "mstile-150x150"}
  • {"extension": "svg", "file_move_type": "Copy", "folder": "favicons", "folder_parts": ["favicons"], "input_path": "favicons/safari-pinned-tab.svg", "name": "safari-pinned-tab.svg", "output_folder": "favicons", "output_name": "safari-pinned-tab.svg", "output_path_part_strings": ["favicons", "favicons/safari-pinned-tab.svg"], "output_path_parts": ["favicons", "safari-pinned-tab.svg"], "output_path_string": "favicons/safari-pinned-tab.svg", "parent": "favicons", "parent_folder": "favicons", "path_part_strings": ["favicons", "favicons/safari-pinned-tab.svg"], "path_parts": ["favicons", "safari-pinned-tab.svg"], "stem": "safari-pinned-tab"}
  • {"extension": "webmanifest", "file_move_type": "Copy", "folder": "favicons", "folder_parts": ["favicons"], "input_path": "favicons/site.webmanifest", "name": "site.webmanifest", "output_folder": "favicons", "output_name": "site.webmanifest", "output_path_part_strings": ["favicons", "favicons/site.webmanifest"], "output_path_parts": ["favicons", "site.webmanifest"], "output_path_string": "favicons/site.webmanifest", "parent": "favicons", "parent_folder": "favicons", "path_part_strings": ["favicons", "favicons/site.webmanifest"], "path_parts": ["favicons", "site.webmanifest"], "stem": "site"}
  • {"extension": "jpg", "file_move_type": "Copy", "folder": "images", "folder_parts": ["images"], "input_path": "images/test-image.jpg", "name": "test-image.jpg", "output_folder": "images", "output_name": "test-image.jpg", "output_path_part_strings": ["images", "images/test-image.jpg"], "output_path_parts": ["images", "test-image.jpg"], "output_path_string": "images/test-image.jpg", "parent": "images", "parent_folder": "images", "path_part_strings": ["images", "images/test-image.jpg"], "path_parts": ["images", "test-image.jpg"], "stem": "test-image"}
  • {"extension": none, "file_move_type": "Copy", "folder": "releases/aarch64-apple-darwin/0.3.0", "folder_parts": ["releases", "aarch64-apple-darwin", "0.3.0"], "input_path": "releases/aarch64-apple-darwin/0.3.0/ssb", "name": "ssb", "output_folder": "releases/aarch64-apple-darwin/0.3.0", "output_name": "ssb", "output_path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.3.0", "releases/aarch64-apple-darwin/0.3.0/ssb"], "output_path_parts": ["releases", "aarch64-apple-darwin", "0.3.0", "ssb"], "output_path_string": "releases/aarch64-apple-darwin/0.3.0/ssb", "parent": "releases/aarch64-apple-darwin/0.3.0", "parent_folder": "0.3", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.3.0", "releases/aarch64-apple-darwin/0.3.0/ssb"], "path_parts": ["releases", "aarch64-apple-darwin", "0.3.0", "ssb"], "stem": "ssb"}
  • {"extension": none, "file_move_type": "Copy", "folder": "releases/aarch64-apple-darwin/0.4.0", "folder_parts": ["releases", "aarch64-apple-darwin", "0.4.0"], "input_path": "releases/aarch64-apple-darwin/0.4.0/ssb", "name": "ssb", "output_folder": "releases/aarch64-apple-darwin/0.4.0", "output_name": "ssb", "output_path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.4.0", "releases/aarch64-apple-darwin/0.4.0/ssb"], "output_path_parts": ["releases", "aarch64-apple-darwin", "0.4.0", "ssb"], "output_path_string": "releases/aarch64-apple-darwin/0.4.0/ssb", "parent": "releases/aarch64-apple-darwin/0.4.0", "parent_folder": "0.4", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.4.0", "releases/aarch64-apple-darwin/0.4.0/ssb"], "path_parts": ["releases", "aarch64-apple-darwin", "0.4.0", "ssb"], "stem": "ssb"}
  • {"extension": none, "file_move_type": "Copy", "folder": "releases/aarch64-apple-darwin/0.5.0", "folder_parts": ["releases", "aarch64-apple-darwin", "0.5.0"], "input_path": "releases/aarch64-apple-darwin/0.5.0/ssb", "name": "ssb", "output_folder": "releases/aarch64-apple-darwin/0.5.0", "output_name": "ssb", "output_path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.5.0", "releases/aarch64-apple-darwin/0.5.0/ssb"], "output_path_parts": ["releases", "aarch64-apple-darwin", "0.5.0", "ssb"], "output_path_string": "releases/aarch64-apple-darwin/0.5.0/ssb", "parent": "releases/aarch64-apple-darwin/0.5.0", "parent_folder": "0.5", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.5.0", "releases/aarch64-apple-darwin/0.5.0/ssb"], "path_parts": ["releases", "aarch64-apple-darwin", "0.5.0", "ssb"], "stem": "ssb"}
  • {"extension": none, "file_move_type": "Copy", "folder": "releases/aarch64-apple-darwin/0.6.0", "folder_parts": ["releases", "aarch64-apple-darwin", "0.6.0"], "input_path": "releases/aarch64-apple-darwin/0.6.0/ssb-0-6-x", "name": "ssb-0-6-x", "output_folder": "releases/aarch64-apple-darwin/0.6.0", "output_name": "ssb-0-6-x", "output_path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.6.0", "releases/aarch64-apple-darwin/0.6.0/ssb-0-6-x"], "output_path_parts": ["releases", "aarch64-apple-darwin", "0.6.0", "ssb-0-6-x"], "output_path_string": "releases/aarch64-apple-darwin/0.6.0/ssb-0-6-x", "parent": "releases/aarch64-apple-darwin/0.6.0", "parent_folder": "0.6", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.6.0", "releases/aarch64-apple-darwin/0.6.0/ssb-0-6-x"], "path_parts": ["releases", "aarch64-apple-darwin", "0.6.0", "ssb-0-6-x"], "stem": "ssb-0-6-x"}
  • {"extension": none, "file_move_type": "Copy", "folder": "releases/aarch64-apple-darwin/0.6.1", "folder_parts": ["releases", "aarch64-apple-darwin", "0.6.1"], "input_path": "releases/aarch64-apple-darwin/0.6.1/ssb-0-6-x", "name": "ssb-0-6-x", "output_folder": "releases/aarch64-apple-darwin/0.6.1", "output_name": "ssb-0-6-x", "output_path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.6.1", "releases/aarch64-apple-darwin/0.6.1/ssb-0-6-x"], "output_path_parts": ["releases", "aarch64-apple-darwin", "0.6.1", "ssb-0-6-x"], "output_path_string": "releases/aarch64-apple-darwin/0.6.1/ssb-0-6-x", "parent": "releases/aarch64-apple-darwin/0.6.1", "parent_folder": "0.6", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.6.1", "releases/aarch64-apple-darwin/0.6.1/ssb-0-6-x"], "path_parts": ["releases", "aarch64-apple-darwin", "0.6.1", "ssb-0-6-x"], "stem": "ssb-0-6-x"}
  • {"extension": none, "file_move_type": "Copy", "folder": "releases/aarch64-apple-darwin/0.6.2", "folder_parts": ["releases", "aarch64-apple-darwin", "0.6.2"], "input_path": "releases/aarch64-apple-darwin/0.6.2/ssb-0-6-x", "name": "ssb-0-6-x", "output_folder": "releases/aarch64-apple-darwin/0.6.2", "output_name": "ssb-0-6-x", "output_path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.6.2", "releases/aarch64-apple-darwin/0.6.2/ssb-0-6-x"], "output_path_parts": ["releases", "aarch64-apple-darwin", "0.6.2", "ssb-0-6-x"], "output_path_string": "releases/aarch64-apple-darwin/0.6.2/ssb-0-6-x", "parent": "releases/aarch64-apple-darwin/0.6.2", "parent_folder": "0.6", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.6.2", "releases/aarch64-apple-darwin/0.6.2/ssb-0-6-x"], "path_parts": ["releases", "aarch64-apple-darwin", "0.6.2", "ssb-0-6-x"], "stem": "ssb-0-6-x"}
  • {"extension": none, "file_move_type": "Copy", "folder": "releases/aarch64-apple-darwin/0.6.3", "folder_parts": ["releases", "aarch64-apple-darwin", "0.6.3"], "input_path": "releases/aarch64-apple-darwin/0.6.3/ssb-0-6-x", "name": "ssb-0-6-x", "output_folder": "releases/aarch64-apple-darwin/0.6.3", "output_name": "ssb-0-6-x", "output_path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.6.3", "releases/aarch64-apple-darwin/0.6.3/ssb-0-6-x"], "output_path_parts": ["releases", "aarch64-apple-darwin", "0.6.3", "ssb-0-6-x"], "output_path_string": "releases/aarch64-apple-darwin/0.6.3/ssb-0-6-x", "parent": "releases/aarch64-apple-darwin/0.6.3", "parent_folder": "0.6", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.6.3", "releases/aarch64-apple-darwin/0.6.3/ssb-0-6-x"], "path_parts": ["releases", "aarch64-apple-darwin", "0.6.3", "ssb-0-6-x"], "stem": "ssb-0-6-x"}
  • {"extension": none, "file_move_type": "Copy", "folder": "releases/aarch64-apple-darwin/0.7.0", "folder_parts": ["releases", "aarch64-apple-darwin", "0.7.0"], "input_path": "releases/aarch64-apple-darwin/0.7.0/ssb-0-7", "name": "ssb-0-7", "output_folder": "releases/aarch64-apple-darwin/0.7.0", "output_name": "ssb-0-7", "output_path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.7.0", "releases/aarch64-apple-darwin/0.7.0/ssb-0-7"], "output_path_parts": ["releases", "aarch64-apple-darwin", "0.7.0", "ssb-0-7"], "output_path_string": "releases/aarch64-apple-darwin/0.7.0/ssb-0-7", "parent": "releases/aarch64-apple-darwin/0.7.0", "parent_folder": "0.7", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.7.0", "releases/aarch64-apple-darwin/0.7.0/ssb-0-7"], "path_parts": ["releases", "aarch64-apple-darwin", "0.7.0", "ssb-0-7"], "stem": "ssb-0-7"}
  • {"extension": none, "file_move_type": "Copy", "folder": "releases/aarch64-apple-darwin/0.7.1", "folder_parts": ["releases", "aarch64-apple-darwin", "0.7.1"], "input_path": "releases/aarch64-apple-darwin/0.7.1/ssb-0-7", "name": "ssb-0-7", "output_folder": "releases/aarch64-apple-darwin/0.7.1", "output_name": "ssb-0-7", "output_path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.7.1", "releases/aarch64-apple-darwin/0.7.1/ssb-0-7"], "output_path_parts": ["releases", "aarch64-apple-darwin", "0.7.1", "ssb-0-7"], "output_path_string": "releases/aarch64-apple-darwin/0.7.1/ssb-0-7", "parent": "releases/aarch64-apple-darwin/0.7.1", "parent_folder": "0.7", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.7.1", "releases/aarch64-apple-darwin/0.7.1/ssb-0-7"], "path_parts": ["releases", "aarch64-apple-darwin", "0.7.1", "ssb-0-7"], "stem": "ssb-0-7"}
  • {"extension": none, "file_move_type": "Copy", "folder": "releases/aarch64-apple-darwin/0.7.2", "folder_parts": ["releases", "aarch64-apple-darwin", "0.7.2"], "input_path": "releases/aarch64-apple-darwin/0.7.2/ssb-0-7", "name": "ssb-0-7", "output_folder": "releases/aarch64-apple-darwin/0.7.2", "output_name": "ssb-0-7", "output_path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.7.2", "releases/aarch64-apple-darwin/0.7.2/ssb-0-7"], "output_path_parts": ["releases", "aarch64-apple-darwin", "0.7.2", "ssb-0-7"], "output_path_string": "releases/aarch64-apple-darwin/0.7.2/ssb-0-7", "parent": "releases/aarch64-apple-darwin/0.7.2", "parent_folder": "0.7", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.7.2", "releases/aarch64-apple-darwin/0.7.2/ssb-0-7"], "path_parts": ["releases", "aarch64-apple-darwin", "0.7.2", "ssb-0-7"], "stem": "ssb-0-7"}
  • {"extension": none, "file_move_type": "Copy", "folder": "releases/aarch64-apple-darwin/0.7.3", "folder_parts": ["releases", "aarch64-apple-darwin", "0.7.3"], "input_path": "releases/aarch64-apple-darwin/0.7.3/ssb-0-7", "name": "ssb-0-7", "output_folder": "releases/aarch64-apple-darwin/0.7.3", "output_name": "ssb-0-7", "output_path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.7.3", "releases/aarch64-apple-darwin/0.7.3/ssb-0-7"], "output_path_parts": ["releases", "aarch64-apple-darwin", "0.7.3", "ssb-0-7"], "output_path_string": "releases/aarch64-apple-darwin/0.7.3/ssb-0-7", "parent": "releases/aarch64-apple-darwin/0.7.3", "parent_folder": "0.7", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.7.3", "releases/aarch64-apple-darwin/0.7.3/ssb-0-7"], "path_parts": ["releases", "aarch64-apple-darwin", "0.7.3", "ssb-0-7"], "stem": "ssb-0-7"}
  • {"extension": none, "file_move_type": "Copy", "folder": "releases/aarch64-apple-darwin/0.7.4", "folder_parts": ["releases", "aarch64-apple-darwin", "0.7.4"], "input_path": "releases/aarch64-apple-darwin/0.7.4/ssb-0-7", "name": "ssb-0-7", "output_folder": "releases/aarch64-apple-darwin/0.7.4", "output_name": "ssb-0-7", "output_path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.7.4", "releases/aarch64-apple-darwin/0.7.4/ssb-0-7"], "output_path_parts": ["releases", "aarch64-apple-darwin", "0.7.4", "ssb-0-7"], "output_path_string": "releases/aarch64-apple-darwin/0.7.4/ssb-0-7", "parent": "releases/aarch64-apple-darwin/0.7.4", "parent_folder": "0.7", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.7.4", "releases/aarch64-apple-darwin/0.7.4/ssb-0-7"], "path_parts": ["releases", "aarch64-apple-darwin", "0.7.4", "ssb-0-7"], "stem": "ssb-0-7"}
  • {"extension": none, "file_move_type": "Copy", "folder": "releases/aarch64-apple-darwin/0.8.0", "folder_parts": ["releases", "aarch64-apple-darwin", "0.8.0"], "input_path": "releases/aarch64-apple-darwin/0.8.0/ssb-0-8", "name": "ssb-0-8", "output_folder": "releases/aarch64-apple-darwin/0.8.0", "output_name": "ssb-0-8", "output_path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.8.0", "releases/aarch64-apple-darwin/0.8.0/ssb-0-8"], "output_path_parts": ["releases", "aarch64-apple-darwin", "0.8.0", "ssb-0-8"], "output_path_string": "releases/aarch64-apple-darwin/0.8.0/ssb-0-8", "parent": "releases/aarch64-apple-darwin/0.8.0", "parent_folder": "0.8", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.8.0", "releases/aarch64-apple-darwin/0.8.0/ssb-0-8"], "path_parts": ["releases", "aarch64-apple-darwin", "0.8.0", "ssb-0-8"], "stem": "ssb-0-8"}
  • {"extension": none, "file_move_type": "Copy", "folder": "releases/aarch64-apple-darwin/0.8.1", "folder_parts": ["releases", "aarch64-apple-darwin", "0.8.1"], "input_path": "releases/aarch64-apple-darwin/0.8.1/ssb-0-8", "name": "ssb-0-8", "output_folder": "releases/aarch64-apple-darwin/0.8.1", "output_name": "ssb-0-8", "output_path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.8.1", "releases/aarch64-apple-darwin/0.8.1/ssb-0-8"], "output_path_parts": ["releases", "aarch64-apple-darwin", "0.8.1", "ssb-0-8"], "output_path_string": "releases/aarch64-apple-darwin/0.8.1/ssb-0-8", "parent": "releases/aarch64-apple-darwin/0.8.1", "parent_folder": "0.8", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.8.1", "releases/aarch64-apple-darwin/0.8.1/ssb-0-8"], "path_parts": ["releases", "aarch64-apple-darwin", "0.8.1", "ssb-0-8"], "stem": "ssb-0-8"}
  • {"extension": none, "file_move_type": "Copy", "folder": "releases/aarch64-apple-darwin/0.8.2", "folder_parts": ["releases", "aarch64-apple-darwin", "0.8.2"], "input_path": "releases/aarch64-apple-darwin/0.8.2/ssb-0-8", "name": "ssb-0-8", "output_folder": "releases/aarch64-apple-darwin/0.8.2", "output_name": "ssb-0-8", "output_path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.8.2", "releases/aarch64-apple-darwin/0.8.2/ssb-0-8"], "output_path_parts": ["releases", "aarch64-apple-darwin", "0.8.2", "ssb-0-8"], "output_path_string": "releases/aarch64-apple-darwin/0.8.2/ssb-0-8", "parent": "releases/aarch64-apple-darwin/0.8.2", "parent_folder": "0.8", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.8.2", "releases/aarch64-apple-darwin/0.8.2/ssb-0-8"], "path_parts": ["releases", "aarch64-apple-darwin", "0.8.2", "ssb-0-8"], "stem": "ssb-0-8"}
  • {"extension": none, "file_move_type": "Copy", "folder": "releases/aarch64-apple-darwin/0.8.3", "folder_parts": ["releases", "aarch64-apple-darwin", "0.8.3"], "input_path": "releases/aarch64-apple-darwin/0.8.3/ssb-0-8", "name": "ssb-0-8", "output_folder": "releases/aarch64-apple-darwin/0.8.3", "output_name": "ssb-0-8", "output_path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.8.3", "releases/aarch64-apple-darwin/0.8.3/ssb-0-8"], "output_path_parts": ["releases", "aarch64-apple-darwin", "0.8.3", "ssb-0-8"], "output_path_string": "releases/aarch64-apple-darwin/0.8.3/ssb-0-8", "parent": "releases/aarch64-apple-darwin/0.8.3", "parent_folder": "0.8", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.8.3", "releases/aarch64-apple-darwin/0.8.3/ssb-0-8"], "path_parts": ["releases", "aarch64-apple-darwin", "0.8.3", "ssb-0-8"], "stem": "ssb-0-8"}
  • {"extension": none, "file_move_type": "Copy", "folder": "releases/aarch64-apple-darwin/0.8.4", "folder_parts": ["releases", "aarch64-apple-darwin", "0.8.4"], "input_path": "releases/aarch64-apple-darwin/0.8.4/ssb-0-8", "name": "ssb-0-8", "output_folder": "releases/aarch64-apple-darwin/0.8.4", "output_name": "ssb-0-8", "output_path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.8.4", "releases/aarch64-apple-darwin/0.8.4/ssb-0-8"], "output_path_parts": ["releases", "aarch64-apple-darwin", "0.8.4", "ssb-0-8"], "output_path_string": "releases/aarch64-apple-darwin/0.8.4/ssb-0-8", "parent": "releases/aarch64-apple-darwin/0.8.4", "parent_folder": "0.8", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.8.4", "releases/aarch64-apple-darwin/0.8.4/ssb-0-8"], "path_parts": ["releases", "aarch64-apple-darwin", "0.8.4", "ssb-0-8"], "stem": "ssb-0-8"}
  • {"extension": none, "file_move_type": "Copy", "folder": "releases/aarch64-apple-darwin/0.8.5", "folder_parts": ["releases", "aarch64-apple-darwin", "0.8.5"], "input_path": "releases/aarch64-apple-darwin/0.8.5/ssb-0-8", "name": "ssb-0-8", "output_folder": "releases/aarch64-apple-darwin/0.8.5", "output_name": "ssb-0-8", "output_path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.8.5", "releases/aarch64-apple-darwin/0.8.5/ssb-0-8"], "output_path_parts": ["releases", "aarch64-apple-darwin", "0.8.5", "ssb-0-8"], "output_path_string": "releases/aarch64-apple-darwin/0.8.5/ssb-0-8", "parent": "releases/aarch64-apple-darwin/0.8.5", "parent_folder": "0.8", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.8.5", "releases/aarch64-apple-darwin/0.8.5/ssb-0-8"], "path_parts": ["releases", "aarch64-apple-darwin", "0.8.5", "ssb-0-8"], "stem": "ssb-0-8"}
  • {"extension": none, "file_move_type": "Copy", "folder": "releases/aarch64-apple-darwin/0.9.0", "folder_parts": ["releases", "aarch64-apple-darwin", "0.9.0"], "input_path": "releases/aarch64-apple-darwin/0.9.0/ssb-0-9", "name": "ssb-0-9", "output_folder": "releases/aarch64-apple-darwin/0.9.0", "output_name": "ssb-0-9", "output_path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.0", "releases/aarch64-apple-darwin/0.9.0/ssb-0-9"], "output_path_parts": ["releases", "aarch64-apple-darwin", "0.9.0", "ssb-0-9"], "output_path_string": "releases/aarch64-apple-darwin/0.9.0/ssb-0-9", "parent": "releases/aarch64-apple-darwin/0.9.0", "parent_folder": "0.9", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.0", "releases/aarch64-apple-darwin/0.9.0/ssb-0-9"], "path_parts": ["releases", "aarch64-apple-darwin", "0.9.0", "ssb-0-9"], "stem": "ssb-0-9"}
  • {"extension": none, "file_move_type": "Copy", "folder": "releases/aarch64-apple-darwin/0.9.1", "folder_parts": ["releases", "aarch64-apple-darwin", "0.9.1"], "input_path": "releases/aarch64-apple-darwin/0.9.1/ssb-0-9", "name": "ssb-0-9", "output_folder": "releases/aarch64-apple-darwin/0.9.1", "output_name": "ssb-0-9", "output_path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.1", "releases/aarch64-apple-darwin/0.9.1/ssb-0-9"], "output_path_parts": ["releases", "aarch64-apple-darwin", "0.9.1", "ssb-0-9"], "output_path_string": "releases/aarch64-apple-darwin/0.9.1/ssb-0-9", "parent": "releases/aarch64-apple-darwin/0.9.1", "parent_folder": "0.9", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.1", "releases/aarch64-apple-darwin/0.9.1/ssb-0-9"], "path_parts": ["releases", "aarch64-apple-darwin", "0.9.1", "ssb-0-9"], "stem": "ssb-0-9"}
  • {"extension": none, "file_move_type": "Copy", "folder": "releases/aarch64-apple-darwin/0.9.10", "folder_parts": ["releases", "aarch64-apple-darwin", "0.9.10"], "input_path": "releases/aarch64-apple-darwin/0.9.10/ssb-0-9-10", "name": "ssb-0-9-10", "output_folder": "releases/aarch64-apple-darwin/0.9.10", "output_name": "ssb-0-9-10", "output_path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.10", "releases/aarch64-apple-darwin/0.9.10/ssb-0-9-10"], "output_path_parts": ["releases", "aarch64-apple-darwin", "0.9.10", "ssb-0-9-10"], "output_path_string": "releases/aarch64-apple-darwin/0.9.10/ssb-0-9-10", "parent": "releases/aarch64-apple-darwin/0.9.10", "parent_folder": "0.9", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.10", "releases/aarch64-apple-darwin/0.9.10/ssb-0-9-10"], "path_parts": ["releases", "aarch64-apple-darwin", "0.9.10", "ssb-0-9-10"], "stem": "ssb-0-9-10"}
  • {"extension": none, "file_move_type": "Copy", "folder": "releases/aarch64-apple-darwin/0.9.11", "folder_parts": ["releases", "aarch64-apple-darwin", "0.9.11"], "input_path": "releases/aarch64-apple-darwin/0.9.11/ssb-0-9-11", "name": "ssb-0-9-11", "output_folder": "releases/aarch64-apple-darwin/0.9.11", "output_name": "ssb-0-9-11", "output_path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.11", "releases/aarch64-apple-darwin/0.9.11/ssb-0-9-11"], "output_path_parts": ["releases", "aarch64-apple-darwin", "0.9.11", "ssb-0-9-11"], "output_path_string": "releases/aarch64-apple-darwin/0.9.11/ssb-0-9-11", "parent": "releases/aarch64-apple-darwin/0.9.11", "parent_folder": "0.9", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.11", "releases/aarch64-apple-darwin/0.9.11/ssb-0-9-11"], "path_parts": ["releases", "aarch64-apple-darwin", "0.9.11", "ssb-0-9-11"], "stem": "ssb-0-9-11"}
  • {"extension": none, "file_move_type": "Copy", "folder": "releases/aarch64-apple-darwin/0.9.12", "folder_parts": ["releases", "aarch64-apple-darwin", "0.9.12"], "input_path": "releases/aarch64-apple-darwin/0.9.12/ssb-0-9-12", "name": "ssb-0-9-12", "output_folder": "releases/aarch64-apple-darwin/0.9.12", "output_name": "ssb-0-9-12", "output_path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.12", "releases/aarch64-apple-darwin/0.9.12/ssb-0-9-12"], "output_path_parts": ["releases", "aarch64-apple-darwin", "0.9.12", "ssb-0-9-12"], "output_path_string": "releases/aarch64-apple-darwin/0.9.12/ssb-0-9-12", "parent": "releases/aarch64-apple-darwin/0.9.12", "parent_folder": "0.9", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.12", "releases/aarch64-apple-darwin/0.9.12/ssb-0-9-12"], "path_parts": ["releases", "aarch64-apple-darwin", "0.9.12", "ssb-0-9-12"], "stem": "ssb-0-9-12"}
  • {"extension": none, "file_move_type": "Copy", "folder": "releases/aarch64-apple-darwin/0.9.2", "folder_parts": ["releases", "aarch64-apple-darwin", "0.9.2"], "input_path": "releases/aarch64-apple-darwin/0.9.2/ssb-0-9", "name": "ssb-0-9", "output_folder": "releases/aarch64-apple-darwin/0.9.2", "output_name": "ssb-0-9", "output_path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.2", "releases/aarch64-apple-darwin/0.9.2/ssb-0-9"], "output_path_parts": ["releases", "aarch64-apple-darwin", "0.9.2", "ssb-0-9"], "output_path_string": "releases/aarch64-apple-darwin/0.9.2/ssb-0-9", "parent": "releases/aarch64-apple-darwin/0.9.2", "parent_folder": "0.9", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.2", "releases/aarch64-apple-darwin/0.9.2/ssb-0-9"], "path_parts": ["releases", "aarch64-apple-darwin", "0.9.2", "ssb-0-9"], "stem": "ssb-0-9"}
  • {"extension": none, "file_move_type": "Copy", "folder": "releases/aarch64-apple-darwin/0.9.3", "folder_parts": ["releases", "aarch64-apple-darwin", "0.9.3"], "input_path": "releases/aarch64-apple-darwin/0.9.3/ssb-0-9", "name": "ssb-0-9", "output_folder": "releases/aarch64-apple-darwin/0.9.3", "output_name": "ssb-0-9", "output_path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.3", "releases/aarch64-apple-darwin/0.9.3/ssb-0-9"], "output_path_parts": ["releases", "aarch64-apple-darwin", "0.9.3", "ssb-0-9"], "output_path_string": "releases/aarch64-apple-darwin/0.9.3/ssb-0-9", "parent": "releases/aarch64-apple-darwin/0.9.3", "parent_folder": "0.9", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.3", "releases/aarch64-apple-darwin/0.9.3/ssb-0-9"], "path_parts": ["releases", "aarch64-apple-darwin", "0.9.3", "ssb-0-9"], "stem": "ssb-0-9"}
  • {"extension": none, "file_move_type": "Copy", "folder": "releases/aarch64-apple-darwin/0.9.4", "folder_parts": ["releases", "aarch64-apple-darwin", "0.9.4"], "input_path": "releases/aarch64-apple-darwin/0.9.4/ssb-0-9", "name": "ssb-0-9", "output_folder": "releases/aarch64-apple-darwin/0.9.4", "output_name": "ssb-0-9", "output_path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.4", "releases/aarch64-apple-darwin/0.9.4/ssb-0-9"], "output_path_parts": ["releases", "aarch64-apple-darwin", "0.9.4", "ssb-0-9"], "output_path_string": "releases/aarch64-apple-darwin/0.9.4/ssb-0-9", "parent": "releases/aarch64-apple-darwin/0.9.4", "parent_folder": "0.9", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.4", "releases/aarch64-apple-darwin/0.9.4/ssb-0-9"], "path_parts": ["releases", "aarch64-apple-darwin", "0.9.4", "ssb-0-9"], "stem": "ssb-0-9"}
  • {"extension": none, "file_move_type": "Copy", "folder": "releases/aarch64-apple-darwin/0.9.5", "folder_parts": ["releases", "aarch64-apple-darwin", "0.9.5"], "input_path": "releases/aarch64-apple-darwin/0.9.5/ssb-0-9", "name": "ssb-0-9", "output_folder": "releases/aarch64-apple-darwin/0.9.5", "output_name": "ssb-0-9", "output_path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.5", "releases/aarch64-apple-darwin/0.9.5/ssb-0-9"], "output_path_parts": ["releases", "aarch64-apple-darwin", "0.9.5", "ssb-0-9"], "output_path_string": "releases/aarch64-apple-darwin/0.9.5/ssb-0-9", "parent": "releases/aarch64-apple-darwin/0.9.5", "parent_folder": "0.9", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.5", "releases/aarch64-apple-darwin/0.9.5/ssb-0-9"], "path_parts": ["releases", "aarch64-apple-darwin", "0.9.5", "ssb-0-9"], "stem": "ssb-0-9"}
  • {"extension": none, "file_move_type": "Copy", "folder": "releases/aarch64-apple-darwin/0.9.7", "folder_parts": ["releases", "aarch64-apple-darwin", "0.9.7"], "input_path": "releases/aarch64-apple-darwin/0.9.7/ssb-0-9", "name": "ssb-0-9", "output_folder": "releases/aarch64-apple-darwin/0.9.7", "output_name": "ssb-0-9", "output_path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.7", "releases/aarch64-apple-darwin/0.9.7/ssb-0-9"], "output_path_parts": ["releases", "aarch64-apple-darwin", "0.9.7", "ssb-0-9"], "output_path_string": "releases/aarch64-apple-darwin/0.9.7/ssb-0-9", "parent": "releases/aarch64-apple-darwin/0.9.7", "parent_folder": "0.9", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.7", "releases/aarch64-apple-darwin/0.9.7/ssb-0-9"], "path_parts": ["releases", "aarch64-apple-darwin", "0.9.7", "ssb-0-9"], "stem": "ssb-0-9"}
  • {"extension": none, "file_move_type": "Copy", "folder": "releases/aarch64-apple-darwin/0.9.8", "folder_parts": ["releases", "aarch64-apple-darwin", "0.9.8"], "input_path": "releases/aarch64-apple-darwin/0.9.8/ssb-0-9", "name": "ssb-0-9", "output_folder": "releases/aarch64-apple-darwin/0.9.8", "output_name": "ssb-0-9", "output_path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.8", "releases/aarch64-apple-darwin/0.9.8/ssb-0-9"], "output_path_parts": ["releases", "aarch64-apple-darwin", "0.9.8", "ssb-0-9"], "output_path_string": "releases/aarch64-apple-darwin/0.9.8/ssb-0-9", "parent": "releases/aarch64-apple-darwin/0.9.8", "parent_folder": "0.9", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.8", "releases/aarch64-apple-darwin/0.9.8/ssb-0-9"], "path_parts": ["releases", "aarch64-apple-darwin", "0.9.8", "ssb-0-9"], "stem": "ssb-0-9"}
  • {"extension": none, "file_move_type": "Copy", "folder": "releases/aarch64-apple-darwin/0.9.9", "folder_parts": ["releases", "aarch64-apple-darwin", "0.9.9"], "input_path": "releases/aarch64-apple-darwin/0.9.9/ssb-0-9", "name": "ssb-0-9", "output_folder": "releases/aarch64-apple-darwin/0.9.9", "output_name": "ssb-0-9", "output_path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.9", "releases/aarch64-apple-darwin/0.9.9/ssb-0-9"], "output_path_parts": ["releases", "aarch64-apple-darwin", "0.9.9", "ssb-0-9"], "output_path_string": "releases/aarch64-apple-darwin/0.9.9/ssb-0-9", "parent": "releases/aarch64-apple-darwin/0.9.9", "parent_folder": "0.9", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.9", "releases/aarch64-apple-darwin/0.9.9/ssb-0-9"], "path_parts": ["releases", "aarch64-apple-darwin", "0.9.9", "ssb-0-9"], "stem": "ssb-0-9"}
  • {"extension": "js", "file_move_type": "Copy", "folder": "scripts", "folder_parts": ["scripts"], "input_path": "scripts/transform.mj.js", "name": "transform.mj.js", "output_folder": "scripts", "output_name": "transform.mj.js", "output_path_part_strings": ["scripts", "scripts/transform.mj.js"], "output_path_parts": ["scripts", "transform.mj.js"], "output_path_string": "scripts/transform.mj.js", "parent": "scripts", "parent_folder": "scripts", "path_part_strings": ["scripts", "scripts/transform.mj.js"], "path_parts": ["scripts", "transform.mj.js"], "stem": "transform.mj"}
  • {"extension": "css", "file_move_type": "Copy", "folder": "styles", "folder_parts": ["styles"], "input_path": "styles/highlight-base16-ocean-dark.css", "name": "highlight-base16-ocean-dark.css", "output_folder": "styles", "output_name": "highlight-base16-ocean-dark.css", "output_path_part_strings": ["styles", "styles/highlight-base16-ocean-dark.css"], "output_path_parts": ["styles", "highlight-base16-ocean-dark.css"], "output_path_string": "styles/highlight-base16-ocean-dark.css", "parent": "styles", "parent_folder": "styles", "path_part_strings": ["styles", "styles/highlight-base16-ocean-dark.css"], "path_parts": ["styles", "highlight-base16-ocean-dark.css"], "stem": "highlight-base16-ocean-dark"}
  • {"extension": "css", "file_move_type": "Copy", "folder": "styles", "folder_parts": ["styles"], "input_path": "styles/highlight-base16-ocean-light.css", "name": "highlight-base16-ocean-light.css", "output_folder": "styles", "output_name": "highlight-base16-ocean-light.css", "output_path_part_strings": ["styles", "styles/highlight-base16-ocean-light.css"], "output_path_parts": ["styles", "highlight-base16-ocean-light.css"], "output_path_string": "styles/highlight-base16-ocean-light.css", "parent": "styles", "parent_folder": "styles", "path_part_strings": ["styles", "styles/highlight-base16-ocean-light.css"], "path_parts": ["styles", "highlight-base16-ocean-light.css"], "stem": "highlight-base16-ocean-light"}
  • {"extension": "css", "file_move_type": "Copy", "folder": "styles", "folder_parts": ["styles"], "input_path": "styles/main.css", "name": "main.css", "output_folder": "styles", "output_name": "main.css", "output_path_part_strings": ["styles", "styles/main.css"], "output_path_parts": ["styles", "main.css"], "output_path_string": "styles/main.css", "parent": "styles", "parent_folder": "styles", "path_part_strings": ["styles", "styles/main.css"], "path_parts": ["styles", "main.css"], "stem": "main"}
  • {"extension": "html", "file_move_type": "Transform", "folder": "sub-dir-test/level-1/level-2/level-3", "folder_parts": ["sub-dir-test", "level-1", "level-2", "level-3"], "input_path": "sub-dir-test/level-1/level-2/level-3/index.html", "name": "index.html", "output_folder": "sub-dir-test/level-1/level-2/level-3", "output_name": "index.html", "output_path_part_strings": ["sub-dir-test", "sub-dir-test/level-1", "sub-dir-test/level-1/level-2", "sub-dir-test/level-1/level-2/level-3", "sub-dir-test/level-1/level-2/level-3/index.html"], "output_path_parts": ["sub-dir-test", "level-1", "level-2", "level-3", "index.html"], "output_path_string": "sub-dir-test/level-1/level-2/level-3/index.html", "parent": "sub-dir-test/level-1/level-2/level-3", "parent_folder": "level-3", "path_part_strings": ["sub-dir-test", "sub-dir-test/level-1", "sub-dir-test/level-1/level-2", "sub-dir-test/level-1/level-2/level-3", "sub-dir-test/level-1/level-2/level-3/index.html"], "path_parts": ["sub-dir-test", "level-1", "level-2", "level-3", "index.html"], "stem": "index"}
  • {"extension": "html", "file_move_type": "Transform", "folder": "sub-dir-test/level-1/level-2/level-3", "folder_parts": ["sub-dir-test", "level-1", "level-2", "level-3"], "input_path": "sub-dir-test/level-1/level-2/level-3/named-file.html", "name": "named-file.html", "output_folder": "sub-dir-test/level-1/level-2/level-3/named-file", "output_name": "index.html", "output_path_part_strings": ["sub-dir-test", "sub-dir-test/level-1", "sub-dir-test/level-1/level-2", "sub-dir-test/level-1/level-2/level-3", "sub-dir-test/level-1/level-2/level-3/named-file", "sub-dir-test/level-1/level-2/level-3/named-file/index.html"], "output_path_parts": ["sub-dir-test", "level-1", "level-2", "level-3", "named-file", "index.html"], "output_path_string": "sub-dir-test/level-1/level-2/level-3/named-file/index.html", "parent": "sub-dir-test/level-1/level-2/level-3", "parent_folder": "level-3", "path_part_strings": ["sub-dir-test", "sub-dir-test/level-1", "sub-dir-test/level-1/level-2", "sub-dir-test/level-1/level-2/level-3", "sub-dir-test/level-1/level-2/level-3/named-file.html"], "path_parts": ["sub-dir-test", "level-1", "level-2", "level-3", "named-file.html"], "stem": "named-file"}
  • {"extension": "md", "file_move_type": "Transform", "folder": "tests", "folder_parts": ["tests"], "input_path": "tests/README.md", "name": "README.md", "output_folder": "tests", "output_name": "README.md", "output_path_part_strings": ["tests", "tests/README.md"], "output_path_parts": ["tests", "README.md"], "output_path_string": "tests/README.md", "parent": "tests", "parent_folder": "tests", "path_part_strings": ["tests", "tests/README.md"], "path_parts": ["tests", "README.md"], "stem": "README"}

Folders

  • {"folder_parts": ["_includes"], "name": "_includes", "parent": "", "path_part_strings": ["_includes"], "path_parts": ["_includes"], "path_string": "_includes"}
  • {"folder_parts": ["_release-notes"], "name": "_release-notes", "parent": "", "path_part_strings": ["_release-notes"], "path_parts": ["_release-notes"], "path_string": "_release-notes"}
  • {"folder_parts": ["_wrappers"], "name": "_wrappers", "parent": "", "path_part_strings": ["_wrappers"], "path_parts": ["_wrappers"], "path_string": "_wrappers"}
  • {"folder_parts": ["components"], "name": "components", "parent": "", "path_part_strings": ["components"], "path_parts": ["components"], "path_string": "components"}
  • {"folder_parts": ["examples"], "name": "examples", "parent": "", "path_part_strings": ["examples"], "path_parts": ["examples"], "path_string": "examples"}
  • {"folder_parts": ["favicons"], "name": "favicons", "parent": "", "path_part_strings": ["favicons"], "path_parts": ["favicons"], "path_string": "favicons"}
  • {"folder_parts": ["images"], "name": "images", "parent": "", "path_part_strings": ["images"], "path_parts": ["images"], "path_string": "images"}
  • {"folder_parts": ["releases"], "name": "releases", "parent": "", "path_part_strings": ["releases"], "path_parts": ["releases"], "path_string": "releases"}
  • {"folder_parts": ["scripts"], "name": "scripts", "parent": "", "path_part_strings": ["scripts"], "path_parts": ["scripts"], "path_string": "scripts"}
  • {"folder_parts": ["styles"], "name": "styles", "parent": "", "path_part_strings": ["styles"], "path_parts": ["styles"], "path_string": "styles"}
  • {"folder_parts": ["sub-dir-test"], "name": "sub-dir-test", "parent": "", "path_part_strings": ["sub-dir-test"], "path_parts": ["sub-dir-test"], "path_string": "sub-dir-test"}
  • {"folder_parts": ["tests"], "name": "tests", "parent": "", "path_part_strings": ["tests"], "path_parts": ["tests"], "path_string": "tests"}
  • {"folder_parts": ["examples", "data"], "name": "data", "parent": "examples", "path_part_strings": ["examples", "examples/data"], "path_parts": ["examples", "data"], "path_string": "examples/data"}
  • {"folder_parts": ["examples", "markdown"], "name": "markdown", "parent": "examples", "path_part_strings": ["examples", "examples/markdown"], "path_parts": ["examples", "markdown"], "path_string": "examples/markdown"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin"], "name": "aarch64-apple-darwin", "parent": "releases", "path_part_strings": ["releases", "releases/aarch64-apple-darwin"], "path_parts": ["releases", "aarch64-apple-darwin"], "path_string": "releases/aarch64-apple-darwin"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin", "0.3.0"], "name": "0.3.0", "parent": "releases/aarch64-apple-darwin", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.3.0"], "path_parts": ["releases", "aarch64-apple-darwin", "0.3.0"], "path_string": "releases/aarch64-apple-darwin/0.3.0"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin", "0.4.0"], "name": "0.4.0", "parent": "releases/aarch64-apple-darwin", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.4.0"], "path_parts": ["releases", "aarch64-apple-darwin", "0.4.0"], "path_string": "releases/aarch64-apple-darwin/0.4.0"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin", "0.5.0"], "name": "0.5.0", "parent": "releases/aarch64-apple-darwin", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.5.0"], "path_parts": ["releases", "aarch64-apple-darwin", "0.5.0"], "path_string": "releases/aarch64-apple-darwin/0.5.0"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin", "0.6.0"], "name": "0.6.0", "parent": "releases/aarch64-apple-darwin", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.6.0"], "path_parts": ["releases", "aarch64-apple-darwin", "0.6.0"], "path_string": "releases/aarch64-apple-darwin/0.6.0"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin", "0.6.1"], "name": "0.6.1", "parent": "releases/aarch64-apple-darwin", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.6.1"], "path_parts": ["releases", "aarch64-apple-darwin", "0.6.1"], "path_string": "releases/aarch64-apple-darwin/0.6.1"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin", "0.6.2"], "name": "0.6.2", "parent": "releases/aarch64-apple-darwin", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.6.2"], "path_parts": ["releases", "aarch64-apple-darwin", "0.6.2"], "path_string": "releases/aarch64-apple-darwin/0.6.2"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin", "0.6.3"], "name": "0.6.3", "parent": "releases/aarch64-apple-darwin", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.6.3"], "path_parts": ["releases", "aarch64-apple-darwin", "0.6.3"], "path_string": "releases/aarch64-apple-darwin/0.6.3"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin", "0.7.0"], "name": "0.7.0", "parent": "releases/aarch64-apple-darwin", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.7.0"], "path_parts": ["releases", "aarch64-apple-darwin", "0.7.0"], "path_string": "releases/aarch64-apple-darwin/0.7.0"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin", "0.7.1"], "name": "0.7.1", "parent": "releases/aarch64-apple-darwin", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.7.1"], "path_parts": ["releases", "aarch64-apple-darwin", "0.7.1"], "path_string": "releases/aarch64-apple-darwin/0.7.1"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin", "0.7.2"], "name": "0.7.2", "parent": "releases/aarch64-apple-darwin", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.7.2"], "path_parts": ["releases", "aarch64-apple-darwin", "0.7.2"], "path_string": "releases/aarch64-apple-darwin/0.7.2"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin", "0.7.3"], "name": "0.7.3", "parent": "releases/aarch64-apple-darwin", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.7.3"], "path_parts": ["releases", "aarch64-apple-darwin", "0.7.3"], "path_string": "releases/aarch64-apple-darwin/0.7.3"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin", "0.7.4"], "name": "0.7.4", "parent": "releases/aarch64-apple-darwin", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.7.4"], "path_parts": ["releases", "aarch64-apple-darwin", "0.7.4"], "path_string": "releases/aarch64-apple-darwin/0.7.4"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin", "0.8.0"], "name": "0.8.0", "parent": "releases/aarch64-apple-darwin", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.8.0"], "path_parts": ["releases", "aarch64-apple-darwin", "0.8.0"], "path_string": "releases/aarch64-apple-darwin/0.8.0"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin", "0.8.1"], "name": "0.8.1", "parent": "releases/aarch64-apple-darwin", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.8.1"], "path_parts": ["releases", "aarch64-apple-darwin", "0.8.1"], "path_string": "releases/aarch64-apple-darwin/0.8.1"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin", "0.8.2"], "name": "0.8.2", "parent": "releases/aarch64-apple-darwin", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.8.2"], "path_parts": ["releases", "aarch64-apple-darwin", "0.8.2"], "path_string": "releases/aarch64-apple-darwin/0.8.2"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin", "0.8.3"], "name": "0.8.3", "parent": "releases/aarch64-apple-darwin", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.8.3"], "path_parts": ["releases", "aarch64-apple-darwin", "0.8.3"], "path_string": "releases/aarch64-apple-darwin/0.8.3"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin", "0.8.4"], "name": "0.8.4", "parent": "releases/aarch64-apple-darwin", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.8.4"], "path_parts": ["releases", "aarch64-apple-darwin", "0.8.4"], "path_string": "releases/aarch64-apple-darwin/0.8.4"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin", "0.8.5"], "name": "0.8.5", "parent": "releases/aarch64-apple-darwin", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.8.5"], "path_parts": ["releases", "aarch64-apple-darwin", "0.8.5"], "path_string": "releases/aarch64-apple-darwin/0.8.5"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin", "0.9.0"], "name": "0.9.0", "parent": "releases/aarch64-apple-darwin", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.0"], "path_parts": ["releases", "aarch64-apple-darwin", "0.9.0"], "path_string": "releases/aarch64-apple-darwin/0.9.0"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin", "0.9.1"], "name": "0.9.1", "parent": "releases/aarch64-apple-darwin", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.1"], "path_parts": ["releases", "aarch64-apple-darwin", "0.9.1"], "path_string": "releases/aarch64-apple-darwin/0.9.1"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin", "0.9.10"], "name": "0.9.10", "parent": "releases/aarch64-apple-darwin", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.10"], "path_parts": ["releases", "aarch64-apple-darwin", "0.9.10"], "path_string": "releases/aarch64-apple-darwin/0.9.10"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin", "0.9.11"], "name": "0.9.11", "parent": "releases/aarch64-apple-darwin", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.11"], "path_parts": ["releases", "aarch64-apple-darwin", "0.9.11"], "path_string": "releases/aarch64-apple-darwin/0.9.11"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin", "0.9.12"], "name": "0.9.12", "parent": "releases/aarch64-apple-darwin", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.12"], "path_parts": ["releases", "aarch64-apple-darwin", "0.9.12"], "path_string": "releases/aarch64-apple-darwin/0.9.12"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin", "0.9.2"], "name": "0.9.2", "parent": "releases/aarch64-apple-darwin", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.2"], "path_parts": ["releases", "aarch64-apple-darwin", "0.9.2"], "path_string": "releases/aarch64-apple-darwin/0.9.2"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin", "0.9.3"], "name": "0.9.3", "parent": "releases/aarch64-apple-darwin", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.3"], "path_parts": ["releases", "aarch64-apple-darwin", "0.9.3"], "path_string": "releases/aarch64-apple-darwin/0.9.3"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin", "0.9.4"], "name": "0.9.4", "parent": "releases/aarch64-apple-darwin", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.4"], "path_parts": ["releases", "aarch64-apple-darwin", "0.9.4"], "path_string": "releases/aarch64-apple-darwin/0.9.4"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin", "0.9.5"], "name": "0.9.5", "parent": "releases/aarch64-apple-darwin", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.5"], "path_parts": ["releases", "aarch64-apple-darwin", "0.9.5"], "path_string": "releases/aarch64-apple-darwin/0.9.5"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin", "0.9.6"], "name": "0.9.6", "parent": "releases/aarch64-apple-darwin", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.6"], "path_parts": ["releases", "aarch64-apple-darwin", "0.9.6"], "path_string": "releases/aarch64-apple-darwin/0.9.6"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin", "0.9.7"], "name": "0.9.7", "parent": "releases/aarch64-apple-darwin", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.7"], "path_parts": ["releases", "aarch64-apple-darwin", "0.9.7"], "path_string": "releases/aarch64-apple-darwin/0.9.7"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin", "0.9.8"], "name": "0.9.8", "parent": "releases/aarch64-apple-darwin", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.8"], "path_parts": ["releases", "aarch64-apple-darwin", "0.9.8"], "path_string": "releases/aarch64-apple-darwin/0.9.8"}
  • {"folder_parts": ["releases", "aarch64-apple-darwin", "0.9.9"], "name": "0.9.9", "parent": "releases/aarch64-apple-darwin", "path_part_strings": ["releases", "releases/aarch64-apple-darwin", "releases/aarch64-apple-darwin/0.9.9"], "path_parts": ["releases", "aarch64-apple-darwin", "0.9.9"], "path_string": "releases/aarch64-apple-darwin/0.9.9"}
  • {"folder_parts": ["sub-dir-test", "level-1"], "name": "level-1", "parent": "sub-dir-test", "path_part_strings": ["sub-dir-test", "sub-dir-test/level-1"], "path_parts": ["sub-dir-test", "level-1"], "path_string": "sub-dir-test/level-1"}
  • {"folder_parts": ["sub-dir-test", "level-1", "level-2"], "name": "level-2", "parent": "sub-dir-test/level-1", "path_part_strings": ["sub-dir-test", "sub-dir-test/level-1", "sub-dir-test/level-1/level-2"], "path_parts": ["sub-dir-test", "level-1", "level-2"], "path_string": "sub-dir-test/level-1/level-2"}
  • {"folder_parts": ["sub-dir-test", "level-1", "level-2", "level-3"], "name": "level-3", "parent": "sub-dir-test/level-1/level-2", "path_part_strings": ["sub-dir-test", "sub-dir-test/level-1", "sub-dir-test/level-1/level-2", "sub-dir-test/level-1/level-2/level-3"], "path_parts": ["sub-dir-test", "level-1", "level-2", "level-3"], "path_string": "sub-dir-test/level-1/level-2/level-3"}