to-regexp
Version:
Convert globs, strings, and arrays to a single RegExp.
39 lines (38 loc) • 884 B
JSON
{
"name": "to-regexp",
"version": "0.1.7",
"description": "Convert globs, strings, and arrays to a single RegExp.",
"main": "lib/",
"dependencies": {
"glob-to-regexp": "^0.1.0",
"is-array": "^1.0.1",
"is-regexp": "^1.0.0",
"is-string": "^1.0.4",
"source-map-support": "^0.3.3"
},
"devDependencies": {
"chai": "^3.4.1",
"coffee-script": "^1.10.0",
"executive": "^0.5.1",
"mocha": "^2.3.4",
"shortcake": "^0.3.0",
"source-map-support": "^0.3.3"
},
"scripts": {
"prepublish": "cake build",
"test": "cake test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zeekay/to-regexp.git"
},
"keywords": [
"regex"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/zeekay/to-regexp/issues"
},
"homepage": "https://github.com/zeekay/to-regexp#readme"
}