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": "7.0.1",
5  "homepage": "https://github.com/jonschlinkert/fill-range",
6  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7  "contributors": [
8    "Edo Rivai (edo.rivai.nl)",
9    "Jon Schlinkert (http://twitter.com/jonschlinkert)",
10    "Paul Miller (paulmillr.com)",
11    "Rouven Weßling (www.rouvenwessling.de)",
12    "(https://github.com/wtgtybhertgeghgtwtg)"
13  ],
14  "repository": "jonschlinkert/fill-range",
15  "bugs": {
16    "url": "https://github.com/jonschlinkert/fill-range/issues"
17  },
18  "license": "MIT",
19  "files": [
20    "index.js"
21  ],
22  "main": "index.js",
23  "engines": {
24    "node": ">=8"
25  },
26  "scripts": {
27    "test": "mocha"
28  },
29  "dependencies": {
30    "to-regex-range": "^5.0.1"
31  },
32  "devDependencies": {
33    "gulp-format-md": "^2.0.0",
34    "mocha": "^6.1.1"
35  },
36  "keywords": [
37    "alpha",
38    "alphabetical",
39    "array",
40    "bash",
41    "brace",
42    "expand",
43    "expansion",
44    "fill",
45    "glob",
46    "match",
47    "matches",
48    "matching",
49    "number",
50    "numerical",
51    "range",
52    "ranges",
53    "regex",
54    "sh"
55  ],
56  "verb": {
57    "toc": false,
58    "layout": "default",
59    "tasks": [
60      "readme"
61    ],
62    "plugins": [
63      "gulp-format-md"
64    ],
65    "lint": {
66      "reflinks": true
67    }
68  }
69}
70