{ "name": "archiver-utils", "version": "1.3.0", "license": "MIT", "description": "utility functions for archiver", "homepage": "https://github.com/archiverjs/archiver-utils", "author": { "name": "Chris Talkington", "url": "http://christalkington.com/" }, "repository": { "type": "git", "url": "https://github.com/archiverjs/archiver-utils.git" }, "bugs": { "url": "https://github.com/archiverjs/archiver-utils/issues" }, "homepage": "https://github.com/archiverjs/archiver-utils#readme", "keywords": [ "archiver", "utils" ], "main": "index.js", "files": [ "index.js", "file.js" ], "engines": { "node": ">= 0.10.0" }, "scripts": { "test": "mocha --reporter dot" }, "dependencies": { "glob": "^7.0.0", "graceful-fs": "^4.1.0", "lazystream": "^1.0.0", "lodash": "^4.8.0", "normalize-path": "^2.0.0", "readable-stream": "^2.0.0" }, "devDependencies": { "chai": "^3.4.0", "mocha": "^2.3.3", "rimraf": "^2.4.2", "mkdirp": "^0.5.0" }, "publishConfig": { "registry": "https://registry.npmjs.org/" } }