{
	"name": "vinyl-paths",
	"version": "5.0.0",
	"description": "Get the file paths in a `vinyl` stream",
	"license": "MIT",
	"repository": "sindresorhus/vinyl-paths",
	"funding": "https://github.com/sponsors/sindresorhus",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "https://sindresorhus.com"
	},
	"type": "module",
	"exports": "./index.js",
	"engines": {
		"node": ">=14.16"
	},
	"scripts": {
		"test": "xo && ava"
	},
	"files": [
		"index.js"
	],
	"keywords": [
		"gulpplugin",
		"vinyl",
		"gulp",
		"paths",
		"path",
		"file",
		"tap",
		"through",
		"stream"
	],
	"dependencies": {
		"easy-transform-stream": "^1.0.0"
	},
	"devDependencies": {
		"ava": "^3.15.0",
		"p-event": "^5.0.1",
		"vinyl": "^2.2.1",
		"xo": "^0.44.0"
	}
}
