UNPKG

zip-stream

Version:
53 lines (52 loc) 1.13 kB
{ "name": "zip-stream", "version": "7.0.5", "description": "a streaming zip archive generator.", "homepage": "https://github.com/archiverjs/node-zip-stream", "author": { "name": "Chris Talkington", "url": "http://christalkington.com/" }, "repository": { "type": "git", "url": "https://github.com/archiverjs/node-zip-stream.git" }, "bugs": { "url": "https://github.com/archiverjs/node-zip-stream/issues" }, "license": "MIT", "type": "module", "exports": "./index.js", "files": [ "index.js", "utils.js" ], "engines": { "node": ">=18" }, "scripts": { "test": "mocha --reporter dot", "jsdoc": "jsdoc -c jsdoc.json README.md" }, "dependencies": { "compress-commons": "^7.0.0", "normalize-path": "^3.0.0", "readable-stream": "^4.0.0" }, "devDependencies": { "archiver-jsdoc-theme": "1.1.3", "chai": "6.2.2", "jsdoc": "4.0.5", "minami": "1.2.3", "mkdirp": "3.0.1", "mocha": "11.7.5", "prettier": "3.8.3", "rimraf": "6.1.3" }, "keywords": [ "archive", "stream", "zip-stream", "zip" ] }