UNPKG

@11ty/eleventy-fetch

Version:

Fetch and locally cache remote API calls and assets.

63 lines (62 loc) 1.19 kB
{ "name": "@11ty/eleventy-fetch", "version": "5.1.3", "description": "Fetch and locally cache remote API calls and assets.", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/11ty/fetch.git" }, "main": "eleventy-fetch.js", "scripts": { "test": "ava", "sample": "node sample", "format": "prettier . --write" }, "files": [ "src/", "eleventy-fetch.js" ], "engines": { "node": ">=18" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/11ty" }, "keywords": [ "eleventy", "eleventy-utility" ], "author": "Zach Leatherman (https://zachleat.com/)", "license": "MIT", "bugs": { "url": "https://github.com/11ty/fetch/issues" }, "homepage": "https://github.com/11ty/fetch#readme", "devDependencies": { "ava": "^6.4.1", "prettier": "^3.9.4" }, "dependencies": { "@11ty/eleventy-utils": "^2.0.7", "@rgrove/parse-xml": "^4.2.1", "debug": "^4.4.3", "flatted": "^3.4.2", "p-queue": "6.6.2" }, "ava": { "failFast": false, "files": [ "./test/*.js" ], "watchMode": { "ignoreChanges": [ "**/.cache/**", "**/.customcache/**" ] } } }