esc-get-matching-files-array-async
Version:
async function that returns an array of files matching regex pattern, recursively inside specified directory.
50 lines (49 loc) • 1.15 kB
JSON
{
"name": "esc-get-matching-files-array-async",
"version": "0.1.4",
"description": "async function that returns an array of files matching regex pattern, recursively inside specified directory.",
"main": "main.mjs",
"types": "main.d.ts",
"dependencies": {
},
"devDependencies": {},
"scripts": {
"start": "node main.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/softwarecreations/esc-get-matching-files-array-async.git"
},
"keywords": [
"async",
"files",
"regex",
"pattern",
"recursive",
"directory",
"match",
"promise",
"no dependencies",
"file search",
"glob alternative",
"audit",
"recursive search",
"file matching",
"simple",
"small",
"npm",
"stable api",
"get files",
"javascript",
"nodejs",
"match files",
"esm",
"file array"
],
"author": "softwarecreations",
"license": "MIT",
"bugs": {
"url": "https://github.com/softwarecreations/esc-get-matching-files-array-async/issues"
},
"homepage": "https://github.com/softwarecreations/esc-get-matching-files-array-async#readme"
}