@kp-mods/fs.walk
Version:
A library for efficiently walking a directory recursively
51 lines (50 loc) • 1.47 kB
JSON
{
"name": "@kp-mods/fs.walk",
"version": "3.0.1-alpha.0",
"description": "A library for efficiently walking a directory recursively",
"license": "MIT",
"repository": "https://github.com/madtisa/nodelib/tree/master/packages/fs/fs.walk",
"keywords": [
"NodeLib",
"fs",
"FileSystem",
"file system",
"walk",
"scanner",
"crawler"
],
"engines": {
"node": ">=16.14.0"
},
"files": [
"out/**",
"!out/benchmark",
"!out/**/*.map",
"!out/**/*.spec.*",
"!out/**/tests/**"
],
"main": "out/index.js",
"typings": "out/index.d.ts",
"scripts": {
"clean": "rimraf {tsconfig.tsbuildinfo,out}",
"lint": "eslint \"src/**/*.ts\" --cache",
"compile": "tsc -b .",
"compile:watch": "tsc -b . --watch --sourceMap",
"test": "mocha \"out/**/*.spec.js\" -s 0",
"build": "npm run clean && npm run compile && npm run lint && npm test",
"watch": "npm run clean && npm run compile:watch",
"bench": "npm run bench:sync && npm run bench:async && npm run bench:stream",
"bench:sync": "hereby bench:sync",
"bench:async": "hereby bench:async",
"bench:stream": "hereby bench:stream"
},
"dependencies": {
"@kp-mods/fs.scandir": "4.0.1-alpha.0",
"fastq": "^1.15.0"
},
"devDependencies": {
"@kp-mods/fs.macchiato": "3.0.1-alpha.0",
"@kp-mods/fs.walk.previous": "npm:@kp-mods/fs.walk@3.0.0-alpha.0"
},
"gitHead": "85b0f9f9ade15a51f279e39db21f7c63fa008710"
}