UNPKG

yongbo-7z-wasm

Version:

7-Zip for JavaScript environments, compiled to WASM

52 lines (51 loc) 1.03 kB
{ "name": "yongbo-7z-wasm", "version": "0.0.1", "description": "7-Zip for JavaScript environments, compiled to WASM", "bin": "bin/cli", "main": "7zz.umd.js", "module": "7zz.es6.js", "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/use-strict/7z-wasm.git" }, "keywords": [ "7-Zip", "7zip", "archive", "7z", "7zz", "wasm", "tar", "zip", "rar", "gz", "bz", "bz2", "nsis" ], "author": "Alexandru Ciuca", "license": "SEE LICENSE IN License.txt", "bugs": { "url": "https://github.com/use-strict/7z-wasm/issues" }, "homepage": "https://github.com/use-strict/7z-wasm#README.md", "engines": { "node": ">=8.0.0" }, "browser": { "fs": false, "path": false, "os": false }, "dependencies": { "element-plus": "^2.2.12", "fs": "^0.0.1-security", "path": "^0.12.7", "readline-sync": "^1.4.10" } }