File tree Expand file tree Collapse file tree 1 file changed +40
-40
lines changed
Expand file tree Collapse file tree 1 file changed +40
-40
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " gulp-filter" ,
3- "version" : " 5.0.1 " ,
4- "description" : " Filter files in a Vinyl stream" ,
5- "license" : " MIT" ,
6- "repository" : " sindresorhus/gulp-filter" ,
7- "author" : {
8- "name" : " Sindre Sorhus" ,
9- 10- "url" : " sindresorhus.com"
11- },
12- "engines" : {
13- "node" : " >=4"
14- },
15- "scripts" : {
16- "test" : " xo && mocha"
17- },
18- "files" : [
19- " index.js"
20- ],
21- "keywords" : [
22- " gulpplugin" ,
23- " filter" ,
24- " ignore" ,
25- " file" ,
26- " files" ,
27- " match" ,
28- " minimatch" ,
29- " glob" ,
30- " globbing"
31- ],
32- "dependencies" : {
33- "multimatch" : " ^2.0.0" ,
34- "plugin-error" : " ^0.1.2" ,
35- "streamfilter" : " ^1.0.5"
36- },
37- "devDependencies" : {
38- "mocha" : " *" ,
39- "vinyl" : " ^2.1.0" ,
40- "xo" : " *"
41- }
2+ "name" : " gulp-filter" ,
3+ "version" : " 5.1.0 " ,
4+ "description" : " Filter files in a Vinyl stream" ,
5+ "license" : " MIT" ,
6+ "repository" : " sindresorhus/gulp-filter" ,
7+ "author" : {
8+ "name" : " Sindre Sorhus" ,
9+ 10+ "url" : " sindresorhus.com"
11+ },
12+ "engines" : {
13+ "node" : " >=4"
14+ },
15+ "scripts" : {
16+ "test" : " xo && mocha"
17+ },
18+ "files" : [
19+ " index.js"
20+ ],
21+ "keywords" : [
22+ " gulpplugin" ,
23+ " filter" ,
24+ " ignore" ,
25+ " file" ,
26+ " files" ,
27+ " match" ,
28+ " minimatch" ,
29+ " glob" ,
30+ " globbing"
31+ ],
32+ "dependencies" : {
33+ "multimatch" : " ^2.0.0" ,
34+ "plugin-error" : " ^0.1.2" ,
35+ "streamfilter" : " ^1.0.5"
36+ },
37+ "devDependencies" : {
38+ "mocha" : " *" ,
39+ "vinyl" : " ^2.1.0" ,
40+ "xo" : " *"
41+ }
4242}
You can’t perform that action at this time.
0 commit comments