UNPKG

1.6 kBJSONView Raw
1{
2 "name": "expand-range",
3 "description": "Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. Used by micromatch.",
4 "version": "2.0.2",
5 "homepage": "https://github.com/jonschlinkert/expand-range",
6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7 "contributors": [
8 "Daniel Cohen (http://dcb.co.il)",
9 "Jon Schlinkert (http://twitter.com/jonschlinkert)"
10 ],
11 "repository": "jonschlinkert/expand-range",
12 "bugs": {
13 "url": "https://github.com/jonschlinkert/expand-range/issues"
14 },
15 "license": "MIT",
16 "files": [
17 "index.js"
18 ],
19 "main": "index.js",
20 "engines": {
21 "node": ">=0.10.0"
22 },
23 "scripts": {
24 "test": "mocha"
25 },
26 "dependencies": {
27 "extend-shallow": "^2.0.1",
28 "fill-range": "^5.0.0"
29 },
30 "devDependencies": {
31 "benchmarked": "^1.1.1",
32 "brace-expansion": "^1.1.7",
33 "glob": "^7.1.1",
34 "gulp-format-md": "^2.0.0",
35 "minimatch": "^3.0.4",
36 "mocha": "^3.3.0"
37 },
38 "keywords": [
39 "alpha",
40 "alphabetical",
41 "bash",
42 "brace",
43 "expand",
44 "expansion",
45 "glob",
46 "match",
47 "matches",
48 "matching",
49 "number",
50 "numerical",
51 "range",
52 "ranges",
53 "sh"
54 ],
55 "verb": {
56 "plugins": [
57 "gulp-format-md"
58 ],
59 "reflinks": [
60 "verb",
61 "fill-range",
62 "micromatch"
63 ],
64 "toc": false,
65 "layout": "default",
66 "lint": {
67 "reflinks": true
68 },
69 "tasks": [
70 "readme"
71 ],
72 "related": {
73 "list": [
74 "braces",
75 "fill-range",
76 "micromatch"
77 ]
78 }
79 }
80}