wallet-core/node_modules/is-valid-glob/package.json

52 lines
973 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"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"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"license": "MIT",
"files": [
"index.js"
2016-10-10 03:43:44 +02:00
],
2016-11-03 01:33:53 +01:00
"main": "index.js",
"engines": {
"node": ">=0.10.0"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"scripts": {
"test": "mocha"
2016-10-10 03:43:44 +02:00
},
"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"
]
}
2016-11-03 01:33:53 +01:00
}
2016-10-10 03:43:44 +02:00
}