1 | {
|
2 | "name": "gulp-filter",
|
3 | "version": "9.0.1",
|
4 | "description": "Filter files in a `vinyl` stream",
|
5 | "license": "MIT",
|
6 | "repository": "sindresorhus/gulp-filter",
|
7 | "funding": "https://github.com/sponsors/sindresorhus",
|
8 | "author": {
|
9 | "name": "Sindre Sorhus",
|
10 | "email": "sindresorhus@gmail.com",
|
11 | "url": "https://sindresorhus.com"
|
12 | },
|
13 | "type": "module",
|
14 | "exports": "./index.js",
|
15 | "sideEffects": false,
|
16 | "engines": {
|
17 | "node": ">=18"
|
18 | },
|
19 | "scripts": {
|
20 | "test": "xo && ava"
|
21 | },
|
22 | "files": [
|
23 | "index.js"
|
24 | ],
|
25 | "keywords": [
|
26 | "gulpplugin",
|
27 | "filter",
|
28 | "ignore",
|
29 | "file",
|
30 | "files",
|
31 | "match",
|
32 | "minimatch",
|
33 | "glob",
|
34 | "globbing",
|
35 | "vinyl"
|
36 | ],
|
37 | "dependencies": {
|
38 | "multimatch": "^7.0.0",
|
39 | "plugin-error": "^2.0.1",
|
40 | "slash": "^5.1.0",
|
41 | "streamfilter": "^3.0.0",
|
42 | "to-absolute-glob": "^3.0.0"
|
43 | },
|
44 | "devDependencies": {
|
45 | "ava": "^5.3.1",
|
46 | "gulp": "^4.0.2",
|
47 | "p-event": "^6.0.0",
|
48 | "vinyl": "^3.0.0",
|
49 | "xo": "^0.56.0"
|
50 | },
|
51 | "peerDependencies": {
|
52 | "gulp": ">=4"
|
53 | },
|
54 | "peerDependenciesMeta": {
|
55 | "gulp": {
|
56 | "optional": true
|
57 | }
|
58 | }
|
59 | }
|