diff options
Diffstat (limited to 'node_modules/is-valid-glob/package.json')
| -rw-r--r-- | node_modules/is-valid-glob/package.json | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/node_modules/is-valid-glob/package.json b/node_modules/is-valid-glob/package.json deleted file mode 100644 index c72565a5f..000000000 --- a/node_modules/is-valid-glob/package.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "name": "is-valid-glob", - "description": "Return true if a value is a valid glob pattern or patterns.", - "version": "0.3.0", - "homepage": "https://github.com/jonschlinkert/is-valid-glob", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "repository": "jonschlinkert/is-valid-glob", - "bugs": { - "url": "https://github.com/jonschlinkert/is-valid-glob/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "devDependencies": { - "mocha": "*" - }, - "keywords": [ - "array", - "check", - "glob", - "match", - "pattern", - "patterns", - "read", - "test", - "valid", - "validate" - ], - "verb": { - "related": { - "list": [ - "gulp", - "vinyl-fs", - "is-glob", - "micromatch", - "braces", - "fill-range", - "expand-range", - "glob-fs" - ] - } - } -} |
