batch-delete
Version:
Command line utility to batch delete folders from Github, Dropbox or your file system.
45 lines (44 loc) • 860 B
JSON
{
"name": "batch-delete",
"version": "1.0.4",
"description": "Command line utility to batch delete folders from Github, Dropbox or your file system.",
"main": "lib/index.js",
"bin": {
"cdu": "lib/index.js",
"cloud-disk-usage": "lib/index.js"
},
"engines": {
"node": ">=8.0"
},
"scripts": {},
"repository": "github:lexoyo/batch-delete",
"author": "lexoyo",
"license": "GPL-3.0",
"dependencies": {
"browser-launcher3": "^0.4.4",
"cli": "^1.0.1",
"express": "^4.17.1",
"human-format": "^0.11.0",
"unifile": "^2.0.14",
"unifile-webdav": "^1.1.4"
},
"keywords": [
"delete",
"linux",
"cli",
"optimize",
"disk space",
"hdd",
"space",
"disk",
"cloud",
"Dropbox",
"fs",
"FTP",
"SFTP",
"Github",
"NextCloud",
"Owncloud",
"webdav"
]
}