fast-folder-size
Version:
Node CLI or module to calculate folder size
40 lines (39 loc) • 907 B
JSON
{
"name": "fast-folder-size",
"version": "2.4.0",
"description": "Node CLI or module to calculate folder size",
"main": "index.js",
"bin": {
"fast-folder-size": "cli.js"
},
"types": "types/index.d.ts",
"author": "Simone Busoli <simone.busoli@gmail.com>",
"scripts": {
"test": "tap && tsd",
"postinstall": "node get-sysinternals-du.js",
"lint": "eslint ."
},
"keywords": [
"fast",
"folder",
"size"
],
"repository": {
"url": "https://github.com/simoneb/fast-folder-size.git"
},
"license": "AWISC",
"dependencies": {
"decompress": "^4.2.1",
"https-proxy-agent": "^7.0.0"
},
"devDependencies": {
"@types/node": "^22.7.4",
"@types/tap": "^15.0.8",
"eslint": "^8.41.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8",
"tap": "^16.3.4",
"tsd": "^0.31.2"
}
}