UNPKG

finddown-sync

Version:

Recursive downward search for all files matching a given pattern from the current directory and child directories

53 lines (52 loc) 1.12 kB
{ "name": "finddown-sync", "version": "1.0.2", "description": "Recursive downward search for all files matching a given pattern from the current directory and child directories", "main": "index.js", "files": [ "index.js" ], "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/chan1ks/finddown-sync.git" }, "keywords": [ "find", "down", "pattern", "match", "finddown", "find-down", "search", "file", "path", "resolve" ], "author": "chan1ks", "license": "MIT", "bugs": { "url": "https://github.com/chan1ks/finddown-sync/issues" }, "homepage": "https://github.com/chan1ks/finddown-sync#readme", "dependencies": { "detect-file": "^0.1.0", "exclude-match": "^1.0.4", "is-directory": "^0.3.1", "is-glob": "^3.0.0", "micromatch": "^2.3.11", "resolve-dir": "^0.1.1" }, "devDependencies": { "chai": "^3.5.0", "fs-exists-sync": "^0.1.0", "lodash": "^4.16.2", "mocha": "^3.1.0", "resolve": "^1.1.7" }, "engine": { "node": ">=0.10.0" } }