UNPKG

1.99 kBJSONView Raw
1{
2 "name": "@worker-tools/html-rewriter",
3 "version": "0.1.0-pre.19",
4 "description": "WASM-based implementation of Cloudflare's HTML Rewriter for use in Deno, browsers, etc.",
5 "keywords": [
6 "cloudflare-workers",
7 "deno",
8 "html",
9 "html-rewriter",
10 "polyfill",
11 "streaming",
12 "wasm",
13 "webassembly",
14 "worker"
15 ],
16 "author": "Florian Klampfer <mail@qwtel.com> (https://qwtel.com/)",
17 "homepage": "https://workers.tools/html-rewriter",
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/worker-tools/html-rewriter.git"
21 },
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/worker-tools/html-rewriter/issues"
25 },
26 "main": "./script/index.js",
27 "module": "./esm/index.js",
28 "types": "./types/index.d.ts",
29 "exports": {
30 ".": {
31 "import": {
32 "types": "./types/index.d.ts",
33 "default": "./esm/index.js"
34 },
35 "require": {
36 "types": "./types/index.d.ts",
37 "default": "./script/index.js"
38 }
39 },
40 "./base64": {
41 "import": {
42 "types": "./types/base64.d.ts",
43 "default": "./esm/base64.js"
44 },
45 "require": {
46 "types": "./types/base64.d.ts",
47 "default": "./script/base64.js"
48 }
49 },
50 "./polyfill": {
51 "import": {
52 "types": "./types/polyfill.d.ts",
53 "default": "./esm/polyfill.js"
54 },
55 "require": {
56 "types": "./types/polyfill.d.ts",
57 "default": "./script/polyfill.js"
58 }
59 },
60 "./polyfill-base64": {
61 "import": {
62 "types": "./types/polyfill-base64.d.ts",
63 "default": "./esm/polyfill-base64.js"
64 },
65 "require": {
66 "types": "./types/polyfill-base64.d.ts",
67 "default": "./script/polyfill-base64.js"
68 }
69 }
70 },
71 "publishConfig": {
72 "access": "public"
73 },
74 "dependencies": {
75 "@stardazed/streams-compression": "^1.0.0",
76 "@worker-tools/resolvable-promise": "latest"
77 },
78 "_generatedBy": "dnt@0.40.0"
79}
\No newline at end of file