File tree Expand file tree Collapse file tree 3 files changed +36
-5
lines changed Expand file tree Collapse file tree 3 files changed +36
-5
lines changed Original file line number Diff line number Diff line change
1
+ sudo : false
2
+ language : node_js
3
+ node_js :
4
+ - node
5
+ - ' 6'
Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ The following options may be used with the main `glob` function or any other met
29
29
- ` failglob ` : If set, patterns that fail to match filenames during pathname expansion result in an error message.
30
30
- ` globstar ` : Enable recursive globbing with ` ** ` .
31
31
- ` nocaseglob ` : (or ` nocase ` , for [ node-glob] [ ] compatibility) Enable case-insensitive matching in filenames when performing pathname expansion.
32
- - ` nullglob ` : If set, Bash allows patterns which match no files to expand to a null string, rather than themselves.
32
+ - ` nullglob ` : If set, Bash allows patterns which match no files to expand to a null string, rather than themselves.
Original file line number Diff line number Diff line change 19
19
"scripts" : {
20
20
"test" : " mocha"
21
21
},
22
- "keywords" : [
23
- " bash" ,
24
- " glob"
25
- ],
26
22
"dependencies" : {
27
23
"async-each" : " ^1.0.1" ,
28
24
"component-emitter" : " ^1.2.1" ,
42
38
"mocha" : " ^3.1.0" ,
43
39
"yargs-parser" : " ^4.0.2"
44
40
},
41
+ "keywords" : [
42
+ " bash" ,
43
+ " expand" ,
44
+ " expansion" ,
45
+ " expression" ,
46
+ " file" ,
47
+ " files" ,
48
+ " filter" ,
49
+ " find" ,
50
+ " glob" ,
51
+ " globbing" ,
52
+ " globs" ,
53
+ " globstar" ,
54
+ " match" ,
55
+ " matcher" ,
56
+ " matches" ,
57
+ " matching" ,
58
+ " micromatch" ,
59
+ " minimatch" ,
60
+ " multimatch" ,
61
+ " nanomatch" ,
62
+ " path" ,
63
+ " pattern" ,
64
+ " patterns" ,
65
+ " regex" ,
66
+ " regexp" ,
67
+ " regular" ,
68
+ " shell" ,
69
+ " wildcard"
70
+ ],
45
71
"verb" : {
46
72
"toc" : false ,
47
73
"layout" : " default" ,
You can’t perform that action at this time.
0 commit comments