2025-10-01 20:52:25 +03:00

19 lines
495 B
JSON

{
"name": "@triliumnext/express-partial-content",
"description": "A partial content handler implementation for any readable stream with Express. Based on this blog post: https://www.codeproject.com/Articles/813480/HTTP-Partial-Content-In-Node-js.",
"license": "MIT",
"version": "1.1.0",
"type": "module",
"private": true,
"main": "./src/index.ts",
"keywords": [
"partial-content",
"206",
"stream",
"typescript"
],
"dependencies": {
"tslib": "2.8.1"
}
}