Sub Dir Test
/sub-dir-test/level-1/level-2/level-3/index.htmlTemplate Functions
-
files_in_folder(folder)
["_release-notes/_roadmap.md", "_release-notes/v0.3.0.md", "_release-notes/v0.4.0.md", "_release-notes/v0.5.0.md", "_release-notes/v0.6.0.md", "_release-notes/v0.6.1.md", "_release-notes/v0.6.2.md", "_release-notes/v0.6.3.md", "_release-notes/v0.6.4.md", "_release-notes/v0.8.3.md", "_release-notes/v0.8.4.md", "_release-notes/v0.8.5.md", "_release-notes/v0.9.00.md", "_release-notes/v0.9.01.md", "_release-notes/v0.9.02.md", "_release-notes/v0.9.03.md", "_release-notes/v0.9.04.md", "_release-notes/v0.9.05.md", "_release-notes/v0.9.06.md", "_release-notes/v0.9.07.md", "_release-notes/v0.9.08.md", "_release-notes/v0.9.09.md", "_release-notes/v0.9.10.md", "_release-notes/v0.9.11.md", "_release-notes/v0.9.12.md"] -
files_in_folder_with_extension(folder, extension)
["favicons/safari-pinned-tab.svg"] -
folders_in_folder(folder)
["examples/data", "examples/markdown"] - TKTKTK: the various syntax highlighting 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
- Make a demo showing how to use config.json files in a directory that you pick up by looping through folders that you can then use to make decisions about what do to with the the folder (e.g. ignoring it for output instead of trying to figure that out by looking at the templates)
this is inline highlighted html
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:
-
[x] Transform any files with
.on.EXTENSIONregardless of whatEXTENSIONis -
[x] Do not transform any files with
.off.EXTENSIONregardless of whatEXTENSIONis -
[x] Drop automatically making
.htmlfiles be directories. Just put everything where you want it to go. The only change that should be made is turning.mdinto.html? -
[x] Run files through transform twice raw() function so you can pass the open and close tokens to the second process.
-
[x] can use
{and}instead of[and]
to pass tokens to the second pass of the transformation. -
[x] Single binary that can be run downloaded and run from the command line with no other dependencies.
-
[x] Built-in preview server.
-
[x] Automatically reload preview pages when content changes.
-
[x] Use jinja style templates, but with tokens that are easier to read (i.e.
[``!!``],[``@@``], and[``##``]instead of{% %},{{ }}, and) -
[x] Control what's published and what's only used for includes by naming convention (i.e. things that start with an "_" don't get published directly).
-
[x] Provide syntax highlighting to full files.
-
[x] Provide syntax highlighting to individual code snippets.
-
[x] Markdown can be used inside files via a filter.
-
[x] Markdown files can be included in other files.
-
[x] Provide file listings (e.g. for providing links)
-
[x] Provide folder listing (e.g. that can be used to include all files in a folder)
-
[x] Copy non-html and non-md files directly.
-
[x] Run .html files through minijinja when building the site.
-
[x] Log to JSON and txt files as well as the command line.
-
[x] Provide a pre-build find/replace to change out basic string matches.
-
[x] Send .txt files through the transformer
-
[x] Send .css files through the transformer
-
[x] Send file with
.mj.jsextensions though the MiniJinja transform -
[x] Automatically load .json files to use as data across templates.
-
[x] Can do
filter block_highlight("lang", "extra classes")filters which return the coded insidepre/codeblocks with acode-blockclass on thepretag andextra classesadded to the pre tag and the code highlighted in the lang. The returned value issafeso there's no need to apply a|safestring to the filter. -
[x] So, there's an
inline_highlightfunction, andinline_highlightfilter, and ablock_highlightfilter. (Not doing ablock_highlightfunction because wrapping a large block that ways is fraught) -
[x] Add
path_partsto file details that's likefolder_partsbut includes the file name:OUTPUT: ["index.html"]
-
[] Add automated tests
-
[] Automatically make minified version of .js files
-
[] Quality error messages is something goes wrong.
-
[] Call images by file name stem (i.e. without extension) regardless of where they are in the directory tree.
-
[] Auto generate srcset images and attributes.
-
[] Run .md files through minijinja when building the site.
-
[] Read optional YAML front matter form .md files to use as data on the page.
-
[] Use a YAML front matter "template" variable to set the template used for the page.
-
[] Run anything inside the
scripts/prefolder prior to building the site. -
[] Run anything inside the
scripts/postfolder after building the site. -
[] Command line options like
--help -
[] Handle neopolitan files
-
[] A GUI front end so the command line isn't required.
-
[] Auto generate basic directory structure and example files if run in an empty directory.
-
[] Put in a little buffer/throttle/debounce so that if multiple changes occur within like 100ms it only triggers one build.
-
[x] Process
.mj.jsfiles as templates. -
[x] Don't pre-highlight files. Or, maybe cache them if you do? The process bogs down on things like p5.min.js.
-
[] Set up the builder to restart itself if it crashes.
-
[] Auto run scripts in
support/preandsupport/postbefore and after each build. -
[] Split out build process from server process and use a command line flag to do just the build (e.g. to make testing easier).
-
[] Add a JavaScript Minifier.
-
[] Documentation
-
[] Image optimization where raw files are stored wherever in the
contentdir, but an output dir with each file available based on name the same way you do it in Neopoligen is made available (make it a.imagesdir name or some other dot directory to hide it? not sure that matters, but the other key is to let templates call any image with something like[@ image(NAME) @]) -
[] Ability to include files. (need to think through security, but maybe it's that you have an
includesdirectory that has sym links out to the files you want to include? Is that safe?) -
[x] Load any
.jsonfile in the content directory so it's data can be accessed in templates viadata.["FILE_STEM"].whatever. -
[] Set up a function to call out to
support/pluginsprocesses.
Release Build Process
-
First off, don't use
cargo install --path .Build a release file and drop it on your path next to the prior versions. Process for that is as follows: -
Get the prior version number by looking in the releases dir.
-
Bump the version number in the Cargo.toml file (Everything starts with
0right now. The second number is the "Major" version slot which indicates breaking changes. The third number is for both Minor and Patch bumps. Once a 1.0.0 is release it'll move to regular semantic versioning.) -
If it's a breaking change, bump the version number of the
src/bin/ssb-x-x-x.rsfile. -
Run the
build-releasescript. -
Copy the built artifact onto your path. (I'm currently using
~/binarieswhich I've added to my zsh config file. -
Make a commit on the
maingit branch that includes the release binary file.
Examples
These examples cover the basics. Check out the source code to see the input.
Automatically Loaded Data
{
"_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 some HTML
Inline Syntax Highlighting with a filter `! filter inline_highlight("LANG", "optional extra classes") !`
this is filter highlighted html
Block Syntax Highlighting with `filter block_highlight("LANG", "optional extra classes")`
highlighted HTML from filter highlightBlock 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.
}
highlighted HTML form filter highlight_html
print('this is lua')
Other languages can be added. It currently requires updating the source code.
File Syntax Highlighting
Markdown File Inclusion
NOTE: Uses filter to render markdown for: examples/markdown/sample.mdFind 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
Could not load file to highlight: _includes/test-highlight-with-find-replace.js
Bitty Test
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
Test Transform JS with `.mj.js` extension
Test Raw
Release Notes
Version 0.9.12
March 8, 2026
- Updated
files_in_folder(),files_in_folder_with_extension(), andfolders_in_folder()to remove the initialcontentstring 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.lockfile. 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_stringtofolder_detailswith the full path to the folder as a string. -
Added
output_path_stringtofile_details
Version: 0.9.5
~Dec. 14, 2025
-
Including the folder name in the folder parts for folders.
-
Added
.path_partstofoldersto matchfile. -
Added
.path_part_stringstofile -
Added
.path_part_stringstofolders -
Added
.parenttofileto matchfolders -
Added
.output_path_partstofile -
Added
.output_path_part_stringstofile
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-spanclass to<code>spans frominline_highlightfilter
Version: 0.9.2
~Dec. 11, 2025
- Added
path_partsto file details that is the same asfolder_parts, but includes the file name.
Version 0.9.1
~Dec. 11, 2025
-
Switch
highlight_css,highlight_html, etc... to returnsafevalues so they can be used withfilter highlight_cssinstead of requiringfilter highlight_css|safe -
Added
filter block_highlight("LANG")which allows for highlighting languages based off theLANGargument.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 addsextra classesto thepretag like:<pre class="code-block language-LANG extra classes"> -
Added
inline_highlightfunction for strings with[@ inline_highlight("LANG", "CODE", "extra classes") @]that return<code class="inline-code language-LANG extra classes">CODE</code>where theCODEhas been syntax highlighted. -
Added
inline_highlightfilter for strings with[! filter inline_highlight("LANG", "extra classes") !][! endfilter !]that returns<code class="inline-code language-LANG extra classes">CODE</code>where theCODEhas been syntax highlighted.
Version 0.9.0
~Dec. 11, 2025
-
Went back to doing a directory move for non
index.htmlfiles like:something/about.html
to
something/about/index.html
Version 0.8.5
-
Added
folder_partstofilethat is an array of the parent folders -
Added
folder_partstofolder in foldersthat 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_filein favor of usingfilter markdown -
changed
filetofile_detailsin the output that's available to files. -
Added
parent_foldertofile_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-filesdir
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.txttosupport/find-replace/*.txtdirectory 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.xso that that non-breaking patches can be applied without changing the base number (for now, the second number (e.g..6is 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 a1.0.0is set) -
Looked at Updating so that
.jsfiles are treated as templates (e.g. can do include stuff from minijinja), but took it back out as it's to possible that the.jswill have something that fights with MiniJinja. -
Removed
scripts/file-prepthat 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
scriptsdir tosupportwhich 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-filesdirectory and the build occurs from those files. -
Scripts inside the
scripts/file-prepdirectory are run over txt files during the move to the.build-filesdirectory 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
highlighttohighlight_file(highlightshows a deprecation message) -
renamed
markdowntomarkdown_file(markdownshows 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.
_examplegoes to prod, but__exampledoes 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"}