{
	"name": "gulp-changed",
	"version": "5.0.4",
	"description": "Only pass through changed files",
	"license": "MIT",
	"repository": "sindresorhus/gulp-changed",
	"funding": "https://github.com/sponsors/sindresorhus",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "https://sindresorhus.com"
	},
	"type": "module",
	"exports": "./index.js",
	"sideEffects": false,
	"engines": {
		"node": ">=18"
	},
	"scripts": {
		"test": "xo && ava"
	},
	"files": [
		"index.js"
	],
	"keywords": [
		"gulpplugin",
		"file",
		"files",
		"changed",
		"newer",
		"modified",
		"modification",
		"updated",
		"time",
		"mtime",
		"stat",
		"cache",
		"cached",
		"passthrough"
	],
	"dependencies": {
		"change-file-extension": "^0.1.0",
		"gulp-plugin-extras": "^0.3.0",
		"touch": "^3.1.0"
	},
	"devDependencies": {
		"ava": "^5.3.1",
		"chalk": "^5.3.0",
		"del": "^7.1.0",
		"figures": "^6.0.1",
		"get-stream": "^8.0.1",
		"gulp": "^4.0.2",
		"vinyl": "^3.0.0",
		"xo": "^0.56.0"
	},
	"peerDependencies": {
		"gulp": ">=4"
	},
	"peerDependenciesMeta": {
		"gulp": {
			"optional": true
		}
	}
}
