UNPKG

@worker-tools/html-rewriter

Version:

WASM-based implementation of Cloudflare's HTML Rewriter for use in Deno, browsers, etc.

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