UNPKG

onezip

Version:

pack and extract .zip archives with emitter

69 lines (68 loc) 1.7 kB
{ "name": "onezip", "version": "5.0.0", "description": "pack and extract .zip archives with emitter", "type": "commonjs", "main": "./lib/onezip.js", "exports": "./lib/onezip.js", "bin": { "onezip": "bin/onezip.js" }, "scripts": { "lint": "madrun lint", "fresh:lint": "madrun fresh:lint", "lint:fresh": "madrun lint:fresh", "fix:lint": "madrun fix:lint", "test": "madrun test", "coverage": "madrun coverage", "report": "madrun report", "watcher": "madrun watcher", "watch:test": "madrun watch:test", "watch:coverage": "madrun watch:coverage" }, "dependencies": { "currify": "^4.0.0", "findit2": "^2.2.3", "glob": "^7.0.0", "pipe-io": "^4.0.0", "try-to-catch": "^3.0.0", "yargs-parser": "^20.2.4", "yauzl": "^2.6.0", "yazl": "^2.4.1" }, "devDependencies": { "@cloudcmd/stub": "^3.1.0", "@iocmd/wait": "^1.0.0", "coveralls": "^3.0.0", "eslint": "^7.3.1", "eslint-plugin-node": "^11.0.0", "eslint-plugin-putout": "^6.11.0", "madrun": "^8.2.0", "mock-require": "^3.0.2", "nodemon": "^2.0.2", "nyc": "^15.0.0", "putout": "^13.1.2", "rimraf": "^3.0.0", "supertape": "^4.1.0", "try-catch": "^3.0.0" }, "engines": { "node": ">=14" }, "repository": { "type": "git", "url": "https://github.com/coderaiser/node-onezip" }, "keywords": [ "extract", "zip", "unzip", "pack" ], "author": "coderaiser <mnemonic.enemy@gmail.com> (http://coderaiser.github.io/)", "license": "MIT", "bugs": { "url": "https://github.com/coderaiser/node-onezip/issues" }, "homepage": "https://github.com/coderaiser/node-onezip" }