UNPKG

als-send-file

Version:

file serving with advanced options for caching, headers, and error handling, compatible with Express middleware.

25 lines (24 loc) 720 B
{ "name": "als-send-file", "version": "1.0.0", "description": "file serving with advanced options for caching, headers, and error handling, compatible with Express middleware.", "main": "index.js", "directories": { "lib": "lib", "tests": "tests" }, "scripts": { "only": "node --test-only", "coverage": "node --test --experimental-test-coverage", "tests": "node --test" }, "keywords": ["file-serving", "express-middleware", "http-headers", "cache-control", "etag", "file-server", "nodejs-library"], "author": "Alex Sorkin", "license": "MIT", "dependencies": { "als-schema": "^2.1.0", "mime-types": "^2.1.35", "range-parser": "^1.2.1" }, "devDependencies": {} }