UNPKG

1.75 kBJSONView Raw
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": "4.0.0",
5 "homepage": "https://github.com/micromatch/to-regex-range",
6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7 "contributors": [
8 "Jon Schlinkert (http://twitter.com/jonschlinkert)",
9 "Rouven Weßling (www.rouvenwessling.de)"
10 ],
11 "repository": "micromatch/to-regex-range",
12 "bugs": {
13 "url": "https://github.com/micromatch/to-regex-range/issues"
14 },
15 "license": "MIT",
16 "files": [
17 "index.js"
18 ],
19 "main": "index.js",
20 "engines": {
21 "node": ">=4.0"
22 },
23 "scripts": {
24 "test": "mocha"
25 },
26 "dependencies": {
27 "is-number": "^6.0.0"
28 },
29 "devDependencies": {
30 "fill-range": "^5.0.0",
31 "gulp-format-md": "^1.0.0",
32 "mocha": "^5.2.0",
33 "text-table": "^0.2.0",
34 "time-diff": "^0.3.1"
35 },
36 "keywords": [
37 "alpha",
38 "alphabetical",
39 "bash",
40 "brace",
41 "date",
42 "expand",
43 "expansion",
44 "glob",
45 "match",
46 "matches",
47 "matching",
48 "number",
49 "numerical",
50 "range",
51 "ranges",
52 "regex",
53 "sequence",
54 "sh",
55 "to",
56 "year"
57 ],
58 "verb": {
59 "related": {
60 "list": [
61 "expand-range",
62 "fill-range",
63 "micromatch",
64 "repeat-element",
65 "repeat-string"
66 ]
67 },
68 "toc": false,
69 "layout": "default",
70 "tasks": [
71 "readme"
72 ],
73 "plugins": [
74 "gulp-format-md"
75 ],
76 "lint": {
77 "reflinks": true
78 },
79 "helpers": [
80 "./examples.js"
81 ],
82 "reflinks": [
83 "micromatch",
84 "0-5",
85 "0-9",
86 "1-5",
87 "1-9"
88 ]
89 }
90}