@jeffy-g/unzip
Version:

35 lines • 553 B
JSON
{
"name": "@jeffy-g/unzip",
"version": "1.1.13",
"bin": {
"ffunzip": "./unzip.js"
},
"main": "index.js",
"types": "ffunzip.d.ts",
"license": "MIT",
"engines": {
"node": ">=16"
},
"keywords": [
"unzip",
"fflate",
"javascript",
"typescript",
"simple",
"cli",
"commonjs"
],
"files": [
"LICENSE",
"package.json",
"README.md",
"ffunzip.d.ts",
"unzip.js",
"index.js"
],
"dependencies": {
"colors.ts": "^1.0.20",
"fflate": "^0.8.2",
"tin-args": "^0.0.14"
}
}