UNPKG

1.58 kBJSONView Raw
1{
2 "name": "to-regex-range",
3 "description": "Returns a regex-compatible range from two numbers, min and max. Validated against more than 1.1 million generated unit tests that run in less than 400ms! Useful for creating regular expressions to validate numbers, ranges, years, etc.",
4 "version": "1.0.1",
5 "homepage": "https://github.com/jonschlinkert/to-regex-range",
6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7 "repository": "jonschlinkert/to-regex-range",
8 "bugs": {
9 "url": "https://github.com/jonschlinkert/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.5.4"
25 },
26 "devDependencies": {
27 "gulp-format-md": "^0.1.11",
28 "mocha": "^3.1.2"
29 },
30 "keywords": [
31 "alpha",
32 "alphabetical",
33 "bash",
34 "brace",
35 "date",
36 "expand",
37 "expansion",
38 "glob",
39 "match",
40 "matches",
41 "matching",
42 "number",
43 "numerical",
44 "range",
45 "ranges",
46 "regex",
47 "sequence",
48 "sh",
49 "to",
50 "year"
51 ],
52 "verb": {
53 "related": {
54 "list": [
55 "expand-range",
56 "fill-range",
57 "micromatch",
58 "repeat-element",
59 "repeat-string"
60 ]
61 },
62 "toc": false,
63 "layout": "default",
64 "tasks": [
65 "readme"
66 ],
67 "plugins": [
68 "gulp-format-md"
69 ],
70 "lint": {
71 "reflinks": true
72 },
73 "reflinks": [
74 "verb"
75 ]
76 }
77}