Files
Trilium/packages/express-partial-content/package.json
2026-04-05 21:05:11 +03:00

16 lines
449 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"
]
}