UNPKG

exclude-match

Version:

Exclude array items matching a given pattern.

38 lines (37 loc) 748 B
{ "name": "exclude-match", "version": "1.0.7", "description": "Exclude array items matching a given pattern.", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/chan1ks/exclude-match.git" }, "keywords": [ "exclude", "match", "pattern", "glob", "array" ], "files": [ "index.js" ], "dependencies": { "lodash": "^4.16.3", "micromatch": "^2.3.11" }, "devDependencies": { "chai": "^3.5.0", "mocha": "^3.1.0" }, "author": "Morgan Worrell", "license": "MIT", "bugs": { "url": "https://github.com/chan1ks/exclude-match/issues" }, "homepage": "https://github.com/chan1ks/exclude-match#readme" }