patterns
Version:
Match a string against a list of patterns
40 lines (39 loc) • 767 B
JSON
{
"name": "patterns",
"version": "1.0.3",
"description": "Match a string against a list of patterns",
"main": "index.js",
"scripts": {
"test": "standard && node test.js"
},
"keywords": [
"match",
"matcher",
"pattern",
"regex",
"regexp",
"route",
"router"
],
"author": "Thomas Watson Steen <w@tson.dk>",
"license": "MIT",
"dependencies": {
"murl": "^0.4.1"
},
"devDependencies": {
"standard": "^8.3.0",
"tape": "^4.6.2"
},
"repository": {
"type": "git",
"url": "https://github.com/watson/patterns.git"
},
"bugs": {
"url": "https://github.com/watson/patterns/issues"
},
"homepage": "https://github.com/watson/patterns",
"coordinates": [
55.6875127,
12.595903
]
}