1
|
{
|
2
|
"name": "fill-range",
|
3
|
"description": "Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`",
|
4
|
"version": "4.0.0",
|
5
|
"homepage": "https://github.com/jonschlinkert/fill-range",
|
6
|
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
7
|
"contributors": [
|
8
|
"<wtgtybhertgeghgtwtg@gmail.com> (https://github.com/wtgtybhertgeghgtwtg)",
|
9
|
"Edo Rivai <edo.rivai@gmail.com> (edo.rivai.nl)",
|
10
|
"Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)",
|
11
|
"Paul Miller <paul+gh@paulmillr.com> (paulmillr.com)"
|
12
|
],
|
13
|
"repository": "jonschlinkert/fill-range",
|
14
|
"bugs": {
|
15
|
"url": "https://github.com/jonschlinkert/fill-range/issues"
|
16
|
},
|
17
|
"license": "MIT",
|
18
|
"files": [
|
19
|
"index.js"
|
20
|
],
|
21
|
"main": "index.js",
|
22
|
"engines": {
|
23
|
"node": ">=0.10.0"
|
24
|
},
|
25
|
"scripts": {
|
26
|
"test": "mocha"
|
27
|
},
|
28
|
"dependencies": {
|
29
|
"extend-shallow": "^2.0.1",
|
30
|
"is-number": "^3.0.0",
|
31
|
"repeat-string": "^1.6.1",
|
32
|
"to-regex-range": "^2.1.0"
|
33
|
},
|
34
|
"devDependencies": {
|
35
|
"ansi-cyan": "^0.1.1",
|
36
|
"benchmarked": "^1.0.0",
|
37
|
"gulp-format-md": "^0.1.12",
|
38
|
"minimist": "^1.2.0",
|
39
|
"mocha": "^3.2.0"
|
40
|
},
|
41
|
"keywords": [
|
42
|
"alpha",
|
43
|
"alphabetical",
|
44
|
"array",
|
45
|
"bash",
|
46
|
"brace",
|
47
|
"expand",
|
48
|
"expansion",
|
49
|
"fill",
|
50
|
"glob",
|
51
|
"match",
|
52
|
"matches",
|
53
|
"matching",
|
54
|
"number",
|
55
|
"numerical",
|
56
|
"range",
|
57
|
"ranges",
|
58
|
"regex",
|
59
|
"sh"
|
60
|
],
|
61
|
"verb": {
|
62
|
"related": {
|
63
|
"list": [
|
64
|
"braces",
|
65
|
"expand-range",
|
66
|
"micromatch",
|
67
|
"to-regex-range"
|
68
|
]
|
69
|
},
|
70
|
"toc": true,
|
71
|
"layout": "default",
|
72
|
"tasks": [
|
73
|
"readme"
|
74
|
],
|
75
|
"plugins": [
|
76
|
"gulp-format-md"
|
77
|
],
|
78
|
"lint": {
|
79
|
"reflinks": true
|
80
|
}
|
81
|
}
|
82
|
}
|