UNPKG

find-glob

Version:

Find files using extensive glob syntax

35 lines (34 loc) 704 B
{ "name": "find-glob", "version": "2.1.0", "description": "Find files using extensive glob syntax", "bin": "src/bin.js", "scripts": { "test": "strict-standard" }, "engines": { "node": ">=4.0.0" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/Dashlane/node-find-glob.git" }, "keywords": [ "find", "xargs", "cli", "glob" ], "license": "ISC", "bugs": { "url": "https://github.com/Dashlane/node-find-glob/issues" }, "homepage": "https://github.com/Dashlane/node-find-glob#readme", "devDependencies": { "strict-standard": "^2.0.1" }, "dependencies": { "argparse": "^1.0.3", "glob-expand": "^0.1.0" } }