wallet-core/node_modules/is-valid-glob/package.json
2016-11-03 01:33:53 +01:00

52 lines
973 B
JSON

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