webdriverio-automation
Version:
WebdriverIO-Automation android ios project
56 lines (55 loc) • 1.36 kB
JSON
{
"name": "zip-stream",
"version": "3.0.1",
"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",
"main": "index.js",
"files": [
"index.js"
],
"engines": {
"node": ">= 8"
},
"scripts": {
"test": "mocha --reporter dot",
"jsdoc": "jsdoc -c jsdoc.json README.md"
},
"dependencies": {
"archiver-utils": "^2.1.0",
"compress-commons": "^3.0.0",
"readable-stream": "^3.6.0"
},
"devDependencies": {
"archiver-jsdoc-theme": "^1.1.1",
"chai": "^4.2.0",
"jsdoc": "^3.6.4",
"minami": "^1.1.0",
"mkdirp": "^0.5.5",
"mocha": "^6.2.3",
"rimraf": "^2.7.1"
},
"keywords": [
"archive",
"stream",
"zip-stream",
"zip"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
,"_resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-3.0.1.tgz"
,"_integrity": "sha512-r+JdDipt93ttDjsOVPU5zaq5bAyY+3H19bDrThkvuVxC0xMQzU1PJcS6D+KrP3u96gH9XLomcHPb+2skoDjulQ=="
,"_from": "zip-stream@3.0.1"
}