@11ty/eleventy-plugin-directory-output
Version:
Group and sort Eleventy’s verbose output by directory (and show file size with benchmarks)
40 lines (39 loc) • 990 B
JSON
{
"name": "@11ty/eleventy-plugin-directory-output",
"version": "1.0.1",
"description": "Group and sort Eleventy’s verbose output by directory (and show file size with benchmarks)",
"publishConfig": {
"access": "public"
},
"main": ".eleventy.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/11ty/eleventy-plugin-directory-output.git"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/11ty"
},
"keywords": [
"eleventy",
"eleventy-plugin"
],
"author": {
"name": "Zach Leatherman",
"email": "zachleatherman@gmail.com",
"url": "https://zachleat.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/11ty/eleventy-plugin-directory-output/issues"
},
"homepage": "https://www.11ty.dev/docs/plugins/directory-output/",
"11ty": {
"compatibility": ">= 1.0.0"
},
"dependencies": {
"kleur": "^4.1.4",
"strip-color": "^0.1.0"
}
}