vmind_dir_scan
Version:
A library to scan the file system based on a root folder. The library will scan recursively and send a callback for every file and directory it finds, including details such as age, name, path, and size.
41 lines (40 loc) • 1.02 kB
JSON
{
"name": "vmind_dir_scan",
"version": "1.2.1",
"description": "A library to scan the file system based on a root folder. The library will scan recursively and send a callback for every file and directory it finds, including details such as age, name, path, and size.",
"main": "lib/index.js",
"types": "lib",
"scripts": {
"build": "rimraf lib && npx tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EmiRoberti77/vmind_dirscan.git"
},
"keywords": [
"opendir",
"file",
"system",
"dir",
"files",
"list",
"fs",
"filesystem"
],
"author": "Emi Roberti",
"license": "ISC",
"bugs": {
"url": "https://github.com/EmiRoberti77/vmind_dirscan/issues"
},
"homepage": "https://github.com/EmiRoberti77/vmind_dirscan#readme",
"devDependencies": {
"@types/node": "^22.12.0",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
},
"dependencies": {
"p-limit": "^6.2.0",
"zod": "^3.24.1"
}
}