123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "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"
- ]
- }
- }
- }
|