forked from snd/url-pattern
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
49 lines (49 loc) · 896 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "url-pattern",
"homepage": "https://github.com/snd/url-pattern",
"authors": [
"Maximilian Krüger <[email protected]>"
],
"description": "easier than regex string matching patterns for urls and other strings. turn strings into data or data into strings.",
"keywords": [
"url",
"string",
"matching",
"pattern",
"matching",
"routing",
"route",
"regex",
"match",
"segment",
"parsing",
"parser",
"parse",
"combinator",
"combinators",
"custom",
"customizable",
"filepath",
"path",
"domain",
"separator",
"stringify",
"generate",
"text",
"processing"
],
"main": "lib/url-pattern.js",
"moduleType": [
"amd",
"globals",
"node"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}