UNPKG

@chrisburnell/eleventy-cache-webmentions

Version:

Cache webmentions using eleventy-fetch and make them available to use in collections, layouts, pages, etc. in Eleventy.

66 lines (65 loc) 1.56 kB
{ "name": "@chrisburnell/eleventy-cache-webmentions", "version": "2.1.9", "description": "Cache webmentions using eleventy-fetch and make them available to use in collections, layouts, pages, etc. in Eleventy.", "license": "MIT", "repository": { "type": "git", "url": "git@github.com:chrisburnell/eleventy-cache-webmentions.git" }, "homepage": "https://chrisburnell.com/eleventy-cache-webmentions/", "bugs": { "url": "https://github.com/chrisburnell/eleventy-cache-webmentions/issues" }, "author": { "name": "Chris Burnell", "email": "me@chrisburnell.com", "url": "https://chrisburnell.com/" }, "contributors": [ { "name": "Chris Burnell", "email": "me@chrisburnell.com", "url": "https://chrisburnell.com" } ], "funding": [ { "type": "buymeacoffee", "url": "https://buymeacoffee.com/chrisburnell" }, { "type": "github", "url": "https://github.com/sponsors/chrisburnell" } ], "publishConfig": { "access": "public", "provenance": true }, "main": "eleventy-cache-webmentions.js", "scripts": { "lint": "eslint eleventy-cache-webmentions.js", "test": "node --test" }, "keywords": [ "eleventy", "eleventy-plugin", "indieweb", "javascript", "js", "webmention" ], "engines": { "node": ">=18" }, "dependencies": { "@11ty/eleventy-fetch": "^5.1.0", "chalk": "4.1.2", "sanitize-html": "^2.17.0" }, "devDependencies": { "eslint": "^9.28.0", "nock": "^14.0.5" } }