blob: f3eec6e165c4ca85efc0853b912edc09891a324d [file] [log] [blame]
{
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"bugs": {
"url": "https://github.com/micromatch/to-regex-range/issues"
},
"contributors": [
"Jon Schlinkert (http://twitter.com/jonschlinkert)",
"Rouven We\u00dfling (www.rouvenwessling.de)"
],
"dependencies": {
"is-number": "^7.0.0"
},
"description": "Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.",
"devDependencies": {
"fill-range": "^6.0.0",
"gulp-format-md": "^2.0.0",
"mocha": "^6.0.2",
"text-table": "^0.2.0",
"time-diff": "^0.3.1"
},
"engines": {
"node": ">=8.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/micromatch/to-regex-range",
"keywords": [
"bash",
"date",
"expand",
"expansion",
"expression",
"glob",
"match",
"match date",
"match number",
"match numbers",
"match year",
"matches",
"matching",
"number",
"numbers",
"numerical",
"range",
"ranges",
"regex",
"regexp",
"regular",
"regular expression",
"sequence"
],
"license": "MIT",
"main": "index.js",
"name": "to-regex-range",
"repository": "micromatch/to-regex-range",
"scripts": {
"test": "mocha"
},
"verb": {
"helpers": {
"examples": {
"displayName": "examples"
}
},
"layout": "default",
"lint": {
"reflinks": true
},
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"expand-range",
"fill-range",
"micromatch",
"repeat-element",
"repeat-string"
]
},
"tasks": [
"readme"
],
"toc": false
},
"version": "5.0.1"
}