UNPKG

filelist

Version:

Lazy-evaluating list of files, based on globs or regex patterns

32 lines (31 loc) 683 B
{ "name": "filelist", "version": "2.0.2", "description": "Lazy-evaluating list of files, based on globs or regex patterns", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "jake test" }, "repository": { "type": "git", "url": "git://github.com/mde/filelist.git" }, "keywords": [ "file", "utility", "glob" ], "author": "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)", "license": "Apache-2.0", "bugs": { "url": "https://github.com/mde/filelist/issues" }, "engines": { "node": "20 || >=22" }, "homepage": "https://github.com/mde/filelist", "dependencies": { "minimatch": "^10.2.1" } }