klaw-sync
Version:
Recursive, synchronous, and fast file system walker
49 lines (48 loc) • 1.05 kB
JSON
{
"name": "klaw-sync",
"version": "8.0.0",
"description": "Recursive, synchronous, and fast file system walker",
"main": "klaw-sync.js",
"repository": {
"type": "git",
"url": "git+https://github.com/manidlou/node-klaw-sync.git"
},
"keywords": [
"fs",
"walk",
"walker",
"walk-sync",
"klaw",
"readdir-sync"
],
"author": "Mani Maghsoudlou",
"license": "MIT",
"bugs": {
"url": "https://github.com/manidlou/node-klaw-sync/issues"
},
"homepage": "https://github.com/manidlou/node-klaw-sync#readme",
"dependencies": {
"graceful-fs": "^4.1.11"
},
"devDependencies": {
"benchmark": "^2.1.4",
"fs-extra": "^11.3.5",
"memfs": "^4.57.2",
"mkp": "^1.0.1",
"mocha": "^11.7.5",
"standard": "^17.1.2",
"walk-sync": "^4.0.2"
},
"standard": {
"env": [
"mocha"
]
},
"scripts": {
"lint": "standard",
"lint:fix": "standard --fix",
"unit": "mocha",
"test": "npm run lint && npm run unit",
"benchmark": "node ./benchmark/bm.js"
}
}