mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 11:39:01 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			495 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			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"
 | |
|   }
 | |
| }
 | 
