match-condition
Version:
Check if a value matches a condition
41 lines (40 loc) • 712 B
JSON
{
"name": "match-condition",
"version": "1.1.1",
"description": "Check if a value matches a condition",
"license": "MIT",
"repository": "kevva/match-condition",
"author": {
"name": "Kevin Martensson",
"email": "kevinmartensson@gmail.com",
"url": "github.com/kevva"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "node test.js"
},
"files": [
"index.js"
],
"keywords": [
"check",
"conditional",
"function",
"glob",
"if",
"match",
"regex",
"string",
"value"
],
"dependencies": {
"is-glob": "^2.0.0",
"is-regex": "^1.0.3",
"micromatch": "^2.1.6"
},
"devDependencies": {
"ava": "^0.0.4"
}
}