mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
19 lines
496 B
JSON
19 lines
496 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.3.0"
|
|
}
|
|
}
|