1
|
{
|
2
|
"name": "to-regex-range",
|
3
|
"description": "Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.",
|
4
|
"version": "2.1.1",
|
5
|
"homepage": "https://github.com/micromatch/to-regex-range",
|
6
|
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
7
|
"repository": "micromatch/to-regex-range",
|
8
|
"bugs": {
|
9
|
"url": "https://github.com/micromatch/to-regex-range/issues"
|
10
|
},
|
11
|
"license": "MIT",
|
12
|
"files": [
|
13
|
"index.js"
|
14
|
],
|
15
|
"main": "index.js",
|
16
|
"engines": {
|
17
|
"node": ">=0.10.0"
|
18
|
},
|
19
|
"scripts": {
|
20
|
"test": "mocha"
|
21
|
},
|
22
|
"dependencies": {
|
23
|
"is-number": "^3.0.0",
|
24
|
"repeat-string": "^1.6.1"
|
25
|
},
|
26
|
"devDependencies": {
|
27
|
"fill-range": "^3.1.1",
|
28
|
"gulp-format-md": "^0.1.12",
|
29
|
"mocha": "^3.2.0",
|
30
|
"text-table": "^0.2.0",
|
31
|
"time-diff": "^0.3.1"
|
32
|
},
|
33
|
"keywords": [
|
34
|
"alpha",
|
35
|
"alphabetical",
|
36
|
"bash",
|
37
|
"brace",
|
38
|
"date",
|
39
|
"expand",
|
40
|
"expansion",
|
41
|
"glob",
|
42
|
"match",
|
43
|
"matches",
|
44
|
"matching",
|
45
|
"number",
|
46
|
"numerical",
|
47
|
"range",
|
48
|
"ranges",
|
49
|
"regex",
|
50
|
"sequence",
|
51
|
"sh",
|
52
|
"to",
|
53
|
"year"
|
54
|
],
|
55
|
"verb": {
|
56
|
"related": {
|
57
|
"list": [
|
58
|
"expand-range",
|
59
|
"fill-range",
|
60
|
"micromatch",
|
61
|
"repeat-element",
|
62
|
"repeat-string"
|
63
|
]
|
64
|
},
|
65
|
"toc": false,
|
66
|
"layout": "default",
|
67
|
"tasks": [
|
68
|
"readme"
|
69
|
],
|
70
|
"plugins": [
|
71
|
"gulp-format-md"
|
72
|
],
|
73
|
"lint": {
|
74
|
"reflinks": true
|
75
|
},
|
76
|
"helpers": [
|
77
|
"./examples.js"
|
78
|
],
|
79
|
"reflinks": [
|
80
|
"0-5",
|
81
|
"0-9",
|
82
|
"1-5",
|
83
|
"1-9"
|
84
|
]
|
85
|
}
|
86
|
}
|