@worker-tools/stream-response
Version:
Fetch API Response objects made from async generators. Build streaming HTML responses or SSE with JS sugar.
38 lines • 1.03 kB
JSON
{
"module": "./esm/index.js",
"main": "./script/index.js",
"types": "./types/index.d.ts",
"name": "@worker-tools/stream-response",
"version": "0.1.0-pre.4",
"description": "Fetch API Response objects made from async generators. Build streaming HTML responses or SSE with JS sugar.",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"author": "Florian Klampfer <mail@qwtel.com> (https://qwtel.com/)",
"repository": {
"type": "git",
"url": "git+https://github.com/worker-tools/stream-response.git"
},
"bugs": {
"url": "https://github.com/worker-tools/stream-response/issues"
},
"homepage": "https://workers.tools/stream-response",
"keywords": [
"cloudflare-workers",
"deno",
"workers"
],
"exports": {
".": {
"import": "./esm/index.js",
"require": "./script/index.js",
"types": "./types/index.d.ts"
}
},
"dependencies": {
"typed-array-utils": "latest",
"whatwg-stream-to-async-iter": "latest"
},
"devDependencies": {}
}