webarchiver
Version:
Deduplicates and compresses a collection of website files and the resulting files must be interpreted with PHP.
49 lines (48 loc) • 1.24 kB
JSON
{
"name": "webarchiver",
"version": "3.6.15",
"description": "Deduplicates and compresses a collection of website files and the resulting files must be interpreted with PHP.",
"keywords": [
"dedupe",
"deduplicate",
"deduplication",
"compress",
"compression",
"html",
"php",
"archive",
"archiving"
],
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec",
"performance": "node ./test/performance"
},
"author": "Daniel Braksator",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/braksator/webarchiver.git"
},
"dependencies": {
"command-line-args": "^6.0.1",
"globby": "^14.1.0",
"html-minifier": "^4.0.0",
"isbinaryfile": "^5.0.4",
"jsonfile": "^6.1.0",
"merge-options": "3.0.4",
"mkdirp": "^3.0.1",
"fs-extra": "^11.3.0"
},
"devDependencies": {
"chai": "^5.2.0",
"chai-fs": "^2.0.0",
"del": "^8.0.0",
"get-folder-size": "^5.0.0",
"istanbul": "^0.4.5",
"markdown-table": "^3.0.4",
"mocha": "^11.1.0",
"mocha-eslint": "^7.0.0"
}
}