UNPKG

deglob

Version:

Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `package.json`.

46 lines (45 loc) 1.04 kB
{ "name": "deglob", "description": "Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `package.json`.", "version": "1.0.2", "author": "Dan Flettre <fletd01@yahoo.com>", "bugs": { "url": "https://github.com/flet/deglob/issues" }, "devDependencies": { "standard": "*", "tap-spec": "^4.0.2", "tape": "^4.0.0" }, "homepage": "https://github.com/flet/deglob", "keywords": [ "cli", "command", "deglob", "files", "glob", "unglob", "gitignore", "ignore", "file" ], "license": "ISC", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/flet/deglob.git" }, "scripts": { "test": "standard && tape test/*.js | tap-spec" }, "dependencies": { "dezalgo": "^1.0.3", "find-root": "^0.1.1", "glob": "^5.0.13", "ignore": "^2.2.15", "pkg-config": "^1.1.0", "run-parallel": "^1.1.2", "uniq": "^1.0.1", "xtend": "^4.0.0" } }