UNPKG

archive-wasm

Version:

LibArchive compiled to WASM with a idiomatic JS api

42 lines (41 loc) 790 B
{ "name": "archive-wasm", "main": "src/archive.mjs", "type": "module", "bugs": { "url": "https://github.com/spacedriveapp/archive-wasm/issues" }, "files": [ "src/**/*" ], "author": "Vítor Vasconcellos", "version": "2.1.0", "license": "GPL-3.0-or-later", "engines": { "node": ">=18.4" }, "homepage": "https://github.com/spacedriveapp/archive-wasm#readme", "keywords": [ "7z", "xz", "tar", "zip", "zst", "rar", "iso", "lzma", "gzip", "zstd", "7zip", "wasm", "unzip", "bzip2", "archive", "libarchive" ], "repository": { "type": "git", "url": "git+https://github.com/spacedriveapp/archive-wasm.git" }, "description": "LibArchive compiled to WASM with a idiomatic JS api" }