UNPKG

archiver-zip-encrypted

Version:
48 lines (47 loc) 1.17 kB
{ "name": "archiver-zip-encrypted", "version": "2.0.0", "description": "AES-256 and legacy Zip 2.0 encryption for Zip files", "dependencies": { "aes-js": "^3.1.2", "archiver": "^7.0.0", "archiver-utils": "^5.0.1", "buffer-crc32": "^1.0.0", "compress-commons": "^6.0.0", "crc32-stream": "^6.0.0", "zip-stream": "^6.0.0" }, "devDependencies": { "coveralls": "^3.1.1", "eslint": "^8.57.0", "mocha": "^10.3.0", "nyc": "^15.1.0", "rimraf": "^5.0.5", "should": "^13.2.3" }, "scripts": { "pretest": "eslint .", "test": "nyc --reporter=html mocha", "coverage": "nyc report --reporter=text-lcov " }, "repository": { "type": "git", "url": "git+https://github.com/artem-karpenko/archiver-zip-encrypted.git" }, "author": "Atrem Karpenko <gooyozh@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/artem-karpenko/archiver-zip-encrypted/issues" }, "homepage": "https://github.com/artem-karpenko/archiver-zip-encrypted#readme", "keywords": [ "zip", "encryption", "aes", "archiver", "password" ], "engines": { "node": ">=16" } }