{
	"name": "into-stream",
	"version": "5.1.1",
	"description": "Convert a string/promise/array/iterable/buffer/typedarray/arraybuffer/object into a stream",
	"license": "MIT",
	"repository": "sindresorhus/into-stream",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "sindresorhus.com"
	},
	"engines": {
		"node": ">=8"
	},
	"scripts": {
		"test": "xo && ava && tsd"
	},
	"files": [
		"index.js",
		"index.d.ts"
	],
	"keywords": [
		"stream",
		"buffer",
		"string",
		"object",
		"array",
		"iterable",
		"promise",
		"promises",
		"from",
		"into",
		"to",
		"transform",
		"convert",
		"readable",
		"pull",
		"gulpfriendly",
		"value",
		"str"
	],
	"dependencies": {
		"from2": "^2.3.0",
		"p-is-promise": "^3.0.0"
	},
	"devDependencies": {
		"ava": "^2.4.0",
		"get-stream": "^5.0.0",
		"p-event": "^4.1.0",
		"tsd": "^0.9.0",
		"xo": "^0.25.3"
	}
}
