@worker-tools/html-rewriter
Version:
WASM-based implementation of Cloudflare's HTML Rewriter for use in Deno, browsers, etc.
79 lines • 1.99 kB
JSON
{
"name": "@worker-tools/html-rewriter",
"version": "0.1.0-pre.19",
"description": "WASM-based implementation of Cloudflare's HTML Rewriter for use in Deno, browsers, etc.",
"keywords": [
"cloudflare-workers",
"deno",
"html",
"html-rewriter",
"polyfill",
"streaming",
"wasm",
"webassembly",
"worker"
],
"author": "Florian Klampfer <mail@qwtel.com> (https://qwtel.com/)",
"homepage": "https://workers.tools/html-rewriter",
"repository": {
"type": "git",
"url": "git+https://github.com/worker-tools/html-rewriter.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/worker-tools/html-rewriter/issues"
},
"main": "./script/index.js",
"module": "./esm/index.js",
"types": "./types/index.d.ts",
"exports": {
".": {
"import": {
"types": "./types/index.d.ts",
"default": "./esm/index.js"
},
"require": {
"types": "./types/index.d.ts",
"default": "./script/index.js"
}
},
"./base64": {
"import": {
"types": "./types/base64.d.ts",
"default": "./esm/base64.js"
},
"require": {
"types": "./types/base64.d.ts",
"default": "./script/base64.js"
}
},
"./polyfill": {
"import": {
"types": "./types/polyfill.d.ts",
"default": "./esm/polyfill.js"
},
"require": {
"types": "./types/polyfill.d.ts",
"default": "./script/polyfill.js"
}
},
"./polyfill-base64": {
"import": {
"types": "./types/polyfill-base64.d.ts",
"default": "./esm/polyfill-base64.js"
},
"require": {
"types": "./types/polyfill-base64.d.ts",
"default": "./script/polyfill-base64.js"
}
}
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@stardazed/streams-compression": "^1.0.0",
"@worker-tools/resolvable-promise": "latest"
},
"_generatedBy": "dnt@0.40.0"
}