{"id":15016564,"url":"https://github.com/jackdbd/eleventy-plugin-report-precache-manifest","last_synced_at":"2026-02-06T11:12:48.359Z","repository":{"id":38096470,"uuid":"501986392","full_name":"jackdbd/eleventy-plugin-report-precache-manifest","owner":"jackdbd","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-09T04:29:15.000Z","size":1947,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-25T06:38:17.322Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jackdbd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-10T09:43:22.000Z","updated_at":"2022-06-10T09:43:47.000Z","dependencies_parsed_at":"2024-11-15T22:39:11.199Z","dependency_job_id":"255cf3af-cb01-43d3-84fa-c303c405d1e7","html_url":"https://github.com/jackdbd/eleventy-plugin-report-precache-manifest","commit_stats":{"total_commits":13,"total_committers":2,"mean_commits":6.5,"dds":0.3846153846153846,"last_synced_commit":"b41da53c61fbb4ba597f881202f99a3c74bdb00d"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/jackdbd/eleventy-plugin-report-precache-manifest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackdbd%2Feleventy-plugin-report-precache-manifest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackdbd%2Feleventy-plugin-report-precache-manifest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackdbd%2Feleventy-plugin-report-precache-manifest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackdbd%2Feleventy-plugin-report-precache-manifest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackdbd","download_url":"https://codeload.github.com/jackdbd/eleventy-plugin-report-precache-manifest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackdbd%2Feleventy-plugin-report-precache-manifest/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263141158,"owners_count":23420012,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T19:49:05.016Z","updated_at":"2026-02-06T11:12:48.321Z","avatar_url":"https://github.com/jackdbd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eleventy-plugin-report-precache-manifest\n\n[![npm version](https://badge.fury.io/js/@jackdbd%2Feleventy-plugin-report-precache-manifest.svg)](https://badge.fury.io/js/@jackdbd%2Feleventy-plugin-report-precache-manifest)\n![Snyk Vulnerabilities for npm package](https://img.shields.io/snyk/vulnerabilities/npm/@jackdbd%2Feleventy-plugin-report-precache-manifest)\n![ci workflow](https://github.com/jackdbd/eleventy-plugin-report-precache-manifest/actions/workflows/ci.yml/badge.svg)\n[![codecov](https://codecov.io/gh/jackdbd/eleventy-plugin-report-precache-manifest/branch/main/graph/badge.svg?token=XjuB9ZdY5m)](https://codecov.io/gh/jackdbd/eleventy-plugin-report-precache-manifest) [![CodeFactor](https://www.codefactor.io/repository/github/jackdbd/eleventy-plugin-report-precache-manifest/badge)](https://www.codefactor.io/repository/github/jackdbd/eleventy-plugin-report-precache-manifest)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=jackdbd_eleventy-plugin-report-precache-manifest\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=jackdbd_eleventy-plugin-report-precache-manifest)\n\nGenerate a report about your [service worker precache manifest](https://developer.chrome.com/docs/workbox/modules/workbox-precaching/) after Eleventy has finished building your site.\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n\u003cdetails\u003e\u003csummary\u003eTable of Contents\u003c/summary\u003e\n\n- [What is this?](#what-is-this)\n- [Why?](#why)\n- [Installation](#installation)\n  - [Options](#options)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c/details\u003e\n\n## What is this?\n\nThis library is an [Eleventy plugin](https://www.11ty.dev/docs/plugins/) that will let you inspect the precache manifest of your service worker. The service worker must be in your [Eleventy output directory](https://www.11ty.dev/docs/config/#output-directory), and must have been generated by [Workbox](https://developer.chrome.com/docs/workbox/), for example by the `generateSW` method of the [workbox-build](https://developer.chrome.com/docs/workbox/reference/workbox-build/) package.\n\n## Why?\n\nTODO\n\n## Installation\n\nInstall the plugin with your package manager of choice (npm, yarn, pnpm).\n\n```sh\nnpm i -D @jackdbd/eleventy-plugin-report-precache-manifest\n```\n\nAdd this plugin to your [Eleventy configuration file](https://www.11ty.dev/docs/config/) (tipically `.eleventy.js`):\n\n```js\nconst reportPrecacheManifest = require('@jackdbd/eleventy-plugin-report-precache-manifest');\n\nmodule.exports = function(eleventyConfig) {\n  eleventyConfig.addPlugin(reportPrecacheManifest);\n};\n```\n\n### Options\n\n| Option | Default | Explanation |\n| --- | --- | --- |\n| `reportName` | `report-precache-manifest.json` | basename of the generated report. You will find it in your [Eleventy output directory](https://www.11ty.dev/docs/config/#output-directory) (tipically `_site`). |\n| `verbose` | `false` | Whether this plugin should output more information, or not. |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackdbd%2Feleventy-plugin-report-precache-manifest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackdbd%2Feleventy-plugin-report-precache-manifest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackdbd%2Feleventy-plugin-report-precache-manifest/lists"}