{ "name": "stats-filelist", "version": "1.0.2", "title": "statsFilelist", "description": "Get a list of files and directories with `Stats` of each item. And filter the list with evaluating path, path pattern, type, size, modified time, and more.", "keywords": [ "list", "array", "file", "files", "directory", "directories", "filter", "find", "path", "pattern", "type", "size", "modified-time", "stats", "extension", "fs.Stats", "RegExp", "attribute", "attributes", "recursive", "include", "exclude" ], "main": "./lib/stats-filelist.js", "files": [ "lib/*.js" ], "engines": { "node": ">= 0.8.0" }, "homepage": "https://github.com/anseki/stats-filelist", "repository": { "type": "git", "url": "git://github.com/anseki/stats-filelist.git" }, "bugs": "https://github.com/anseki/stats-filelist/issues", "license": "MIT", "author": { "name": "anseki", "url": "https://github.com/anseki" } }