Skip to main content
Module

x/denoflate/wasm/pkg/package.json

WebAssembly port of Deflate, Gzip, and Zlib compression algorithms
Very Popular
Latest
File
{ "name": "foras", "collaborators": [ "hazae41 <hazae41@proton.me>" ], "description": "WebAssembly port of Deflate, Gzip, and Zlib compression algorithms", "version": "1.0.0", "license": "Unlicense", "repository": { "type": "git", "url": "https://github.com/hazae41/foras-wasm" }, "files": [ "foras_bg.wasm", "foras.js", "foras.d.ts" ], "module": "foras.js", "types": "foras.d.ts", "sideEffects": [ "./snippets/*" ]}