@worker-tools/json-stream
Version:
Utilities for working with streaming JSON in Worker Runtimes such as Cloudflare Workers, Deno Deploy and Service Workers.
47 lines • 1.25 kB
JSON
{
"module": "./esm/index.js",
"main": "./script/index.js",
"types": "./types/index.d.ts",
"name": "@worker-tools/json-stream",
"version": "0.1.0-pre.12",
"description": "Utilities for working with streaming JSON in Worker Runtimes such as Cloudflare Workers, Deno Deploy and Service Workers.",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"author": "Florian Klampfer <mail@qwtel.com> (https://qwtel.com/)",
"repository": {
"type": "git",
"url": "git+https://github.com/worker-tools/json-stream.git"
},
"bugs": {
"url": "https://github.com/worker-tools/json-stream/issues"
},
"homepage": "https://workers.tools/json-stream",
"keywords": [
"cloudflare-workers",
"deno",
"javascript",
"json",
"parser",
"service-workers",
"streams",
"stringify",
"web-streams",
"whatwg-streams"
],
"exports": {
".": {
"import": "./esm/index.js",
"require": "./script/index.js",
"types": "./types/index.d.ts"
}
},
"dependencies": {
"@worker-tools/resolvable-promise": "latest",
"@worker-tools/stream-response": "latest",
"ts-functional-pipe": "3.1.2",
"whatwg-stream-to-async-iter": "latest"
},
"devDependencies": {}
}