UNPKG

1.25 kBJSONView Raw
1{
2 "module": "./esm/index.js",
3 "main": "./script/index.js",
4 "types": "./types/index.d.ts",
5 "name": "@worker-tools/json-stream",
6 "version": "0.1.0-pre.12",
7 "description": "Utilities for working with streaming JSON in Worker Runtimes such as Cloudflare Workers, Deno Deploy and Service Workers.",
8 "license": "MIT",
9 "publishConfig": {
10 "access": "public"
11 },
12 "author": "Florian Klampfer <mail@qwtel.com> (https://qwtel.com/)",
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/worker-tools/json-stream.git"
16 },
17 "bugs": {
18 "url": "https://github.com/worker-tools/json-stream/issues"
19 },
20 "homepage": "https://workers.tools/json-stream",
21 "keywords": [
22 "cloudflare-workers",
23 "deno",
24 "javascript",
25 "json",
26 "parser",
27 "service-workers",
28 "streams",
29 "stringify",
30 "web-streams",
31 "whatwg-streams"
32 ],
33 "exports": {
34 ".": {
35 "import": "./esm/index.js",
36 "require": "./script/index.js",
37 "types": "./types/index.d.ts"
38 }
39 },
40 "dependencies": {
41 "@worker-tools/resolvable-promise": "latest",
42 "@worker-tools/stream-response": "latest",
43 "ts-functional-pipe": "3.1.2",
44 "whatwg-stream-to-async-iter": "latest"
45 },
46 "devDependencies": {}
47}
\No newline at end of file