into-stream
Version:
Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream
59 lines (58 loc) • 1.06 kB
JSON
{
"name": "into-stream",
"version": "9.1.0",
"description": "Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream",
"license": "MIT",
"repository": "sindresorhus/into-stream",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": {
"types": "./index.d.ts",
"default": "./index.js"
},
"sideEffects": false,
"engines": {
"node": ">=20"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"stream",
"buffer",
"string",
"object",
"array",
"iterable",
"async",
"asynciterable",
"promise",
"promises",
"from",
"into",
"to",
"transform",
"convert",
"readable",
"pull",
"gulpfriendly",
"value"
],
"devDependencies": {
"@types/node": "^24.3.1",
"ava": "^6.4.1",
"get-stream": "^9.0.1",
"p-event": "^6.0.1",
"tsd": "^0.33.0",
"xo": "^1.2.2"
}
}